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.
- Loading branch information
1 parent
67550af
commit 0447fc5
Showing
19 changed files
with
59 additions
and
287 deletions.
There are no files selected for viewing
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
4 changes: 1 addition & 3 deletions
4
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,4 +1,2 @@ | ||
import { OrderDataModel } from '../../data/models'; | ||
|
||
export declare const confirmGuestReturn: (orderId: string, confirmationKey: string) => Promise<OrderDataModel | null>; | ||
export declare const confirmGuestReturn: (orderId: string, confirmationKey: string) => Promise<void>; | ||
//# 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 { ConfigProps } from '../initialize'; | ||
import { OrderDataModel } from '../../data/models'; | ||
|
||
export declare const initializeOrderDetails: (config: ConfigProps) => Promise<void>; | ||
export declare const initializeOrderDetails: (config: Record<string, string | OrderDataModel | null> | undefined) => 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.