@cinerino/sdk 12.5.0-alpha.4 → 12.5.0-alpha.5
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.
|
@@ -5,12 +5,16 @@ import * as client from '../../../../lib/index';
|
|
|
5
5
|
import { auth } from '../../auth/clientCredentials';
|
|
6
6
|
|
|
7
7
|
const project = { id: String(process.env.PROJECT_ID) };
|
|
8
|
-
const profile = {
|
|
8
|
+
const profile: client.factory.person.IProfile = {
|
|
9
9
|
email: <string>process.env.TEST_PROFILE_EMAIL,
|
|
10
|
-
givenName: 'Taro',
|
|
11
|
-
familyName: 'SDK',
|
|
12
|
-
name: 'Taro ☆ SDK',
|
|
13
|
-
telephone: '+819012345678'
|
|
10
|
+
givenName: 'Taro ##\n##\r##\n\n\n##\r\r\r##\r\n\r\n\r\n##',
|
|
11
|
+
familyName: 'SDK ##\n##\r##\n\n\n##',
|
|
12
|
+
name: 'Taro ☆ SDK ##\n##\r##\n\n\n##',
|
|
13
|
+
telephone: '+819012345678',
|
|
14
|
+
additionalProperty: [{ name: 'someCustomerPropertyName ##\n##\r##\n\n\n##', value: 'someCustomerPropertyValue ##\n##\r##\n\n\n##' }],
|
|
15
|
+
address: 'some address ##\n##\r##\n\n\n##',
|
|
16
|
+
age: 'some age ##\n##\r##\n\n\n##',
|
|
17
|
+
gender: 'some gendedr ##\n##\r##\n\n\n##'
|
|
14
18
|
};
|
|
15
19
|
const paymentMethodType = 'CreditCard3DS';
|
|
16
20
|
const paymentServiceId = '664d98376fb87922bd6a4e52';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "12.5.0-alpha.
|
|
3
|
+
"version": "12.5.0-alpha.5",
|
|
4
4
|
"description": "Cinerino SDK",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"browser": {
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"watchify": "^3.11.1"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@chevre/factory": "5.0.0-alpha.
|
|
96
|
+
"@chevre/factory": "5.0.0-alpha.3",
|
|
97
97
|
"debug": "3.2.7",
|
|
98
98
|
"http-status": "1.7.4",
|
|
99
99
|
"idtoken-verifier": "2.0.3",
|