@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 CHANGED
@@ -11,6 +11,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
11
11
  ### Changed
12
12
 
13
13
  - 返品ポリシーを拡張
14
+ - プロジェクトの返品手数料設定を廃止
15
+ - プロジェクトの顧客ユーザープール設定を廃止
14
16
 
15
17
  ### Deprecated
16
18
 
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.183.0-alpha.0",
3
+ "version": "4.183.0-alpha.1",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",