@cinerino/sdk 3.149.0-alpha.2 → 3.149.0-alpha.4
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.
|
@@ -38,9 +38,11 @@ export declare class PaymentService extends Service {
|
|
|
38
38
|
*/
|
|
39
39
|
authorizeSSKTSMembershipCoupon(params: {
|
|
40
40
|
object: {
|
|
41
|
+
paymentMethod: string;
|
|
41
42
|
movieTickets: Pick<factory.action.trade.pay.IMovieTicket, 'accessCode' | 'identifier' | 'serviceOutput' | 'serviceType'>[];
|
|
42
43
|
};
|
|
43
44
|
purpose: IPurpose;
|
|
45
|
+
forceAllReservation: boolean;
|
|
44
46
|
}): Promise<void>;
|
|
45
47
|
/**
|
|
46
48
|
* 決済ロケーション発行
|
|
@@ -33,6 +33,15 @@ export declare class PaymentService extends Service {
|
|
|
33
33
|
object: factory.action.authorize.paymentMethod.any.IObject;
|
|
34
34
|
purpose: IPurpose;
|
|
35
35
|
}): Promise<IAuthorizeResult>;
|
|
36
|
+
/**
|
|
37
|
+
* ssktsMembershipCoupon決済承認
|
|
38
|
+
*/
|
|
39
|
+
authorizeSSKTSMembershipCoupon(params: {
|
|
40
|
+
object: {
|
|
41
|
+
movieTickets: Pick<factory.action.trade.pay.IMovieTicket, 'accessCode' | 'identifier' | 'serviceOutput' | 'serviceType'>[];
|
|
42
|
+
};
|
|
43
|
+
purpose: IPurpose;
|
|
44
|
+
}): Promise<void>;
|
|
36
45
|
/**
|
|
37
46
|
* 決済ロケーション発行
|
|
38
47
|
*/
|
|
@@ -139,6 +139,26 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
139
139
|
});
|
|
140
140
|
});
|
|
141
141
|
};
|
|
142
|
+
/**
|
|
143
|
+
* ssktsMembershipCoupon決済承認
|
|
144
|
+
*/
|
|
145
|
+
PaymentService.prototype.authorizeSSKTSMembershipCoupon = function (params) {
|
|
146
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
147
|
+
return __generator(this, function (_a) {
|
|
148
|
+
switch (_a.label) {
|
|
149
|
+
case 0: return [4 /*yield*/, this.fetch({
|
|
150
|
+
uri: "/payment/ssktsMembershipCoupon/authorize",
|
|
151
|
+
method: 'POST',
|
|
152
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
153
|
+
body: params
|
|
154
|
+
})];
|
|
155
|
+
case 1:
|
|
156
|
+
_a.sent();
|
|
157
|
+
return [2 /*return*/];
|
|
158
|
+
}
|
|
159
|
+
});
|
|
160
|
+
});
|
|
161
|
+
};
|
|
142
162
|
/**
|
|
143
163
|
* 決済ロケーション発行
|
|
144
164
|
*/
|
package/lib/bundle.js
CHANGED
|
@@ -11763,6 +11763,26 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
11763
11763
|
});
|
|
11764
11764
|
});
|
|
11765
11765
|
};
|
|
11766
|
+
/**
|
|
11767
|
+
* ssktsMembershipCoupon決済承認
|
|
11768
|
+
*/
|
|
11769
|
+
PaymentService.prototype.authorizeSSKTSMembershipCoupon = function (params) {
|
|
11770
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11771
|
+
return __generator(this, function (_a) {
|
|
11772
|
+
switch (_a.label) {
|
|
11773
|
+
case 0: return [4 /*yield*/, this.fetch({
|
|
11774
|
+
uri: "/payment/ssktsMembershipCoupon/authorize",
|
|
11775
|
+
method: 'POST',
|
|
11776
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
11777
|
+
body: params
|
|
11778
|
+
})];
|
|
11779
|
+
case 1:
|
|
11780
|
+
_a.sent();
|
|
11781
|
+
return [2 /*return*/];
|
|
11782
|
+
}
|
|
11783
|
+
});
|
|
11784
|
+
});
|
|
11785
|
+
};
|
|
11766
11786
|
/**
|
|
11767
11787
|
* 決済ロケーション発行
|
|
11768
11788
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "3.149.0-alpha.
|
|
3
|
+
"version": "3.149.0-alpha.4",
|
|
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
|
-
"@chevre/factory": "4.301.0-alpha.
|
|
100
|
+
"@chevre/factory": "4.301.0-alpha.2",
|
|
101
101
|
"debug": "^3.2.6",
|
|
102
102
|
"http-status": "^1.4.2",
|
|
103
103
|
"idtoken-verifier": "^2.0.3",
|