@chevre/factory 4.183.0-alpha.0 → 4.183.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/lib/factory/project.d.ts +0 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/lib/factory/project.d.ts
CHANGED
|
@@ -25,12 +25,6 @@ export interface IOnReservationUsed {
|
|
|
25
25
|
informAction?: IInformParams[];
|
|
26
26
|
}
|
|
27
27
|
export interface ICognitoSettings {
|
|
28
|
-
/**
|
|
29
|
-
* 顧客ユーザープール
|
|
30
|
-
*/
|
|
31
|
-
customerUserPool: {
|
|
32
|
-
id: string;
|
|
33
|
-
};
|
|
34
28
|
}
|
|
35
29
|
/**
|
|
36
30
|
* 注文ステータス変更時イベントインターフェース
|
|
@@ -58,7 +52,6 @@ export interface ISettings {
|
|
|
58
52
|
cognito?: ICognitoSettings;
|
|
59
53
|
onOrderStatusChanged?: IOnOrderStatusChanged;
|
|
60
54
|
webhook?: IWebhookSettings;
|
|
61
|
-
returnFee?: number;
|
|
62
55
|
sendgridApiKey?: string;
|
|
63
56
|
transactionWebhookUrls?: string[];
|
|
64
57
|
useMyCreditCards?: boolean;
|