@cinerino/sdk 3.31.0-alpha.0 → 3.31.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/lib/bundle.js +6 -0
- package/package.json +2 -2
package/lib/bundle.js
CHANGED
|
@@ -3254,6 +3254,12 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
3254
3254
|
"use strict";
|
|
3255
3255
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3256
3256
|
exports.PaymentServiceType = void 0;
|
|
3257
|
+
// export interface IServiceOutput {
|
|
3258
|
+
// /**
|
|
3259
|
+
// * 決済方法タイプ
|
|
3260
|
+
// */
|
|
3261
|
+
// typeOf: string;
|
|
3262
|
+
// }
|
|
3257
3263
|
var PaymentServiceType;
|
|
3258
3264
|
(function (PaymentServiceType) {
|
|
3259
3265
|
PaymentServiceType["CreditCard"] = "CreditCard";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "3.31.0-alpha.
|
|
3
|
+
"version": "3.31.0-alpha.1",
|
|
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.31.0-alpha.
|
|
100
|
+
"@cinerino/api-abstract-client": "3.31.0-alpha.1",
|
|
101
101
|
"debug": "^3.2.6",
|
|
102
102
|
"http-status": "^1.4.2",
|
|
103
103
|
"idtoken-verifier": "^2.0.3",
|