@cinerino/sdk 10.8.0 → 10.9.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.
|
@@ -251,8 +251,9 @@ async function authorizeSeatReservationByEvent(params: {
|
|
|
251
251
|
mvtkNum: '',
|
|
252
252
|
mvtkSalesPrice: 0,
|
|
253
253
|
ticketCode: '96',
|
|
254
|
-
|
|
255
|
-
|
|
254
|
+
// ticketCode: '10',
|
|
255
|
+
ticketCount: 1,
|
|
256
|
+
couponCode: 'TEST-00100' // クーポン利用の場合
|
|
256
257
|
}
|
|
257
258
|
}
|
|
258
259
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.9.0-alpha.1",
|
|
4
4
|
"description": "Cinerino SDK",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"browser": {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"watchify": "^3.11.1"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@chevre/factory": "4.
|
|
95
|
+
"@chevre/factory": "4.383.0-alpha.1",
|
|
96
96
|
"debug": "3.2.7",
|
|
97
97
|
"http-status": "1.7.4",
|
|
98
98
|
"idtoken-verifier": "2.0.3",
|