@cinerino/sdk 3.69.0 → 3.70.0

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.
@@ -3372,6 +3372,10 @@ var TaskName;
3372
3372
  * サービス登録
3373
3373
  */
3374
3374
  TaskName["ConfirmRegisterService"] = "confirmRegisterService";
3375
+ /**
3376
+ * 決済資産取引確定
3377
+ */
3378
+ TaskName["ConfirmPayTransaction"] = "confirmPayTransaction";
3375
3379
  /**
3376
3380
  * 会員削除
3377
3381
  */
package/lib/bundle.js CHANGED
@@ -3412,6 +3412,10 @@ var TaskName;
3412
3412
  * サービス登録
3413
3413
  */
3414
3414
  TaskName["ConfirmRegisterService"] = "confirmRegisterService";
3415
+ /**
3416
+ * 決済資産取引確定
3417
+ */
3418
+ TaskName["ConfirmPayTransaction"] = "confirmPayTransaction";
3415
3419
  /**
3416
3420
  * 会員削除
3417
3421
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "3.69.0",
3
+ "version": "3.70.0",
4
4
  "description": "Cinerino SDK",
5
5
  "main": "./lib/index.js",
6
6
  "browser": {
@@ -97,7 +97,7 @@
97
97
  "watchify": "^3.11.1"
98
98
  },
99
99
  "dependencies": {
100
- "@cinerino/api-abstract-client": "3.69.0",
100
+ "@cinerino/api-abstract-client": "3.70.0",
101
101
  "debug": "^3.2.6",
102
102
  "http-status": "^1.4.2",
103
103
  "idtoken-verifier": "^2.0.3",