@cinerino/sdk 3.98.0 → 3.101.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.
@@ -3410,6 +3410,10 @@ var TaskName;
3410
3410
  * 入金返却
3411
3411
  */
3412
3412
  TaskName["ReturnMoneyTransfer"] = "returnMoneyTransfer";
3413
+ /**
3414
+ * 決済資産取引返却
3415
+ */
3416
+ TaskName["ReturnPayTransaction"] = "returnPayTransaction";
3413
3417
  /**
3414
3418
  * ポイント特典返却
3415
3419
  */
package/lib/bundle.js CHANGED
@@ -3450,6 +3450,10 @@ var TaskName;
3450
3450
  * 入金返却
3451
3451
  */
3452
3452
  TaskName["ReturnMoneyTransfer"] = "returnMoneyTransfer";
3453
+ /**
3454
+ * 決済資産取引返却
3455
+ */
3456
+ TaskName["ReturnPayTransaction"] = "returnPayTransaction";
3453
3457
  /**
3454
3458
  * ポイント特典返却
3455
3459
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "3.98.0",
3
+ "version": "3.101.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.98.0",
100
+ "@cinerino/api-abstract-client": "3.101.0",
101
101
  "debug": "^3.2.6",
102
102
  "http-status": "^1.4.2",
103
103
  "idtoken-verifier": "^2.0.3",