forked from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually drop order build with transform and order products list refa…
…ctoring
- Loading branch information
Showing
29 changed files
with
96 additions
and
202 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
18 changes: 3 additions & 15 deletions
18
scripts/__dropins__/storefront-order/api/confirmCancelOrder/confirmCancelOrder.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
/******************************************************************** | ||
* | ||
* Copyright 2024 Adobe | ||
* All Rights Reserved. | ||
* | ||
* NOTICE: All information contained herein is, and remains | ||
* the property of Adobe and its suppliers, if any. The intellectual | ||
* and technical concepts contained herein are proprietary to Adobe | ||
* and its suppliers and are protected by all applicable intellectual | ||
* property laws, including trade secret and copyright laws. | ||
* Dissemination of this information or reproduction of this material | ||
* is strictly forbidden unless prior written permission is obtained | ||
* from Adobe. | ||
*******************************************************************/ | ||
export declare const confirmCancelOrder: (orderId: string, confirmationKey: string) => Promise<any>; | ||
import { OrderDataModel } from '../../data/models'; | ||
|
||
export declare const confirmCancelOrder: (orderId: string, confirmationKey: string) => Promise<OrderDataModel | null>; | ||
//# sourceMappingURL=confirmCancelOrder.d.ts.map |
19 changes: 3 additions & 16 deletions
19
scripts/__dropins__/storefront-order/api/confirmGuestReturn/confirmGuestReturn.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,4 @@ | ||
/******************************************************************** | ||
* ADOBE CONFIDENTIAL | ||
* | ||
* Copyright 2024 Adobe | ||
* All Rights Reserved. | ||
* | ||
* NOTICE: All information contained herein is, and remains | ||
* the property of Adobe and its suppliers, if any. The intellectual | ||
* and technical concepts contained herein are proprietary to Adobe | ||
* and its suppliers and are protected by all applicable intellectual | ||
* property laws, including trade secret and copyright laws. | ||
* Dissemination of this information or reproduction of this material | ||
* is strictly forbidden unless prior written permission is obtained | ||
* from Adobe. | ||
*******************************************************************/ | ||
export declare const confirmGuestReturn: (orderId: string, confirmationKey: string) => Promise<void>; | ||
import { OrderDataModel } from '../../data/models'; | ||
|
||
export declare const confirmGuestReturn: (orderId: string, confirmationKey: string) => Promise<OrderDataModel | null>; | ||
//# sourceMappingURL=confirmGuestReturn.d.ts.map |
4 changes: 2 additions & 2 deletions
4
scripts/__dropins__/storefront-order/api/helpers/initializeOrderDetails.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import { OrderDataModel } from '../../data/models'; | ||
import { ConfigProps } from '../initialize'; | ||
|
||
export declare const initializeOrderDetails: (config: Record<string, string | OrderDataModel | null> | undefined) => Promise<void>; | ||
export declare const initializeOrderDetails: (config: ConfigProps) => Promise<void>; | ||
//# sourceMappingURL=initializeOrderDetails.d.ts.map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.