@cinerino/sdk 3.38.0-alpha.1 → 3.38.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.
package/CHANGELOG.md CHANGED
@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
13
13
  ### Changed
14
14
 
15
15
  - Chevre注文配送パラメータにconfirmationNumberを追加
16
+ - IReturnableOrderを確認番号と注文番号の組み合わせに変更
16
17
 
17
18
  ### Deprecated
18
19
 
@@ -55,7 +55,7 @@ async function main() {
55
55
  },
56
56
  typeOf: paymentMethodType,
57
57
  identifier: '2343314517',
58
- accessCode: '3896',
58
+ accessCode: '1234',
59
59
  serviceType: '01',
60
60
  serviceOutput: {
61
61
  reservationFor: {
@@ -47,7 +47,7 @@ async function main() {
47
47
  // identifiers: [
48
48
  // { name: 'SampleName', value: 'SampleValue' }
49
49
  // ],
50
- // telephone: '3896$'
50
+ // telephone: '1234$'
51
51
  // },
52
52
  paymentMethods: {
53
53
  // typeOfs: [client.factory.paymentMethodType.Account],
@@ -27,7 +27,7 @@ const movieTickets = [
27
27
  {
28
28
  typeOf: 'MovieTicket',
29
29
  identifier: '2343314517',
30
- accessCode: '3896'
30
+ accessCode: '1234'
31
31
  }
32
32
  // {
33
33
  // typeOf: 'MGTicket',
@@ -22,7 +22,7 @@ const movieTickets = [
22
22
  {
23
23
  typeOf: 'MovieTicket',
24
24
  identifier: '2343314517',
25
- accessCode: '3896'
25
+ accessCode: '1234'
26
26
  }
27
27
  // {
28
28
  // typeOf: client.factory.paymentMethodType.MGTicket,
@@ -19,7 +19,7 @@ const movieTickets = [
19
19
  // {
20
20
  // typeOf: client.factory.paymentMethodType.MovieTicket,
21
21
  // identifier: "2686741478",
22
- // accessCode: "3896",
22
+ // accessCode: "1234",
23
23
  // },
24
24
  {
25
25
  typeOf: 'MGTicket',
@@ -34,8 +34,9 @@ async function main() {
34
34
  .toDate(),
35
35
  object: {
36
36
  order: [{
37
- orderNumber: 'CIN7-9769470-7047609'
38
- // customer: { telephone: '+819096793896' }
37
+ confirmationNumber: 'xxx',
38
+ orderNumber: 'xxx'
39
+ // customer: { telephone: '+8190xxxxxxxx' }
39
40
  }]
40
41
  }
41
42
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "3.38.0-alpha.1",
3
+ "version": "3.38.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.38.0-alpha.1",
100
+ "@cinerino/api-abstract-client": "3.38.0-alpha.2",
101
101
  "debug": "^3.2.6",
102
102
  "http-status": "^1.4.2",
103
103
  "idtoken-verifier": "^2.0.3",