@cinerino/sdk 15.0.0-alpha.4 → 15.0.0-alpha.6

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.
@@ -56,7 +56,7 @@ export declare class EventSeriesService extends Service {
56
56
  * 施設ID
57
57
  */
58
58
  locationId: string;
59
- offerType: factory.offerType.AggregateOffer | factory.offerType.Offer;
59
+ offerType: factory.offerType.Offer;
60
60
  upsert?: boolean;
61
61
  /**
62
62
  * 関連リソースへの同期有無(2026-01-28~)
@@ -18,9 +18,8 @@ export declare class EventSeriesService extends Service {
18
18
  locationId: string;
19
19
  /**
20
20
  * オファータイプ
21
- * 対応決済方法管理を使用する場合、AggregateOfferを指定する
22
- * AggregateOfferを指定した場合、非対応決済方法区分の指定(offers.unacceptedPaymentMethod)は無視される
21
+ * Offerで固定
23
22
  */
24
- offerType: factory.offerType.AggregateOffer | factory.offerType.Offer;
23
+ offerType: factory.offerType.Offer;
25
24
  }): Promise<void>;
26
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "15.0.0-alpha.4",
3
+ "version": "15.0.0-alpha.6",
4
4
  "description": "Cinerino SDK",
5
5
  "main": "./lib/index.js",
6
6
  "browser": {
@@ -72,7 +72,7 @@
72
72
  "watchify": "3.11.1"
73
73
  },
74
74
  "dependencies": {
75
- "@chevre/factory": "8.0.0-alpha.8",
75
+ "@chevre/factory": "8.0.0",
76
76
  "debug": "4.4.3",
77
77
  "http-status": "2.1.0",
78
78
  "idtoken-verifier": "2.2.4",