@cinerino/sdk 3.135.0-alpha.0 → 3.135.0-alpha.2

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.
@@ -182,36 +182,7 @@ async function main() {
182
182
 
183
183
  // 確定
184
184
  await reserveService.confirm({
185
- id: transaction.id,
186
- object: {
187
- reservations: (Array.isArray(transaction.object?.subReservation))
188
- ? transaction.object.subReservation.map((r) => {
189
- return {
190
- id: r.id,
191
- reservedTicket: {
192
- issuedBy: {
193
- typeOf: client.factory.organizationType.Corporation,
194
- name: 'Motion Theater'
195
- }
196
- },
197
- underName: {
198
- typeOf: client.factory.personType.Person,
199
- name: 'Motion Taro',
200
- additionalName: 'additionalName',
201
- identifier: [{
202
- name: 'orderNumber',
203
- value: '12345'
204
- }],
205
- // email: '',
206
- familyName: 'SDK',
207
- gender: 'Female',
208
- givenName: 'Taro',
209
- telephone: '+819012345678'
210
- }
211
- };
212
- })
213
- : []
214
- }
185
+ id: transaction.id
215
186
  });
216
187
  console.log('transaction confirmed');
217
188
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "3.135.0-alpha.0",
3
+ "version": "3.135.0-alpha.2",
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.135.0-alpha.0",
100
+ "@cinerino/api-abstract-client": "3.135.0-alpha.2",
101
101
  "debug": "^3.2.6",
102
102
  "http-status": "^1.4.2",
103
103
  "idtoken-verifier": "^2.0.3",