@cinerino/sdk 3.71.0 → 3.74.0
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.
|
@@ -3381,7 +3381,7 @@ var TaskName;
|
|
|
3381
3381
|
*/
|
|
3382
3382
|
TaskName["DeleteMember"] = "deleteMember";
|
|
3383
3383
|
/**
|
|
3384
|
-
*
|
|
3384
|
+
* ポイント特典付与
|
|
3385
3385
|
*/
|
|
3386
3386
|
TaskName["GivePointAward"] = "givePointAward";
|
|
3387
3387
|
/**
|
|
@@ -3401,7 +3401,7 @@ var TaskName;
|
|
|
3401
3401
|
*/
|
|
3402
3402
|
TaskName["ReturnMoneyTransfer"] = "returnMoneyTransfer";
|
|
3403
3403
|
/**
|
|
3404
|
-
*
|
|
3404
|
+
* ポイント特典返却
|
|
3405
3405
|
*/
|
|
3406
3406
|
TaskName["ReturnPointAward"] = "returnPointAward";
|
|
3407
3407
|
/**
|
|
@@ -25,7 +25,7 @@ async function main() {
|
|
|
25
25
|
typeOf: client.factory.assetTransactionType.MoneyTransfer,
|
|
26
26
|
transactionNumber: transactionNumber,
|
|
27
27
|
project: { typeOf: client.factory.organizationType.Project, id: project.id },
|
|
28
|
-
agent: { typeOf:
|
|
28
|
+
agent: { typeOf: client.factory.personType.Person, name: 'Agent', id: 'id' },
|
|
29
29
|
recipient: { typeOf: client.factory.personType.Person, name: 'Recipient', id: 'id' },
|
|
30
30
|
object: {
|
|
31
31
|
amount: {
|
|
@@ -38,7 +38,12 @@ async function main() {
|
|
|
38
38
|
project: { typeOf: client.factory.organizationType.Project, id: project.id },
|
|
39
39
|
typeOf: client.factory.assetTransactionType.Refund,
|
|
40
40
|
transactionNumber: transactionNumber,
|
|
41
|
-
agent: {
|
|
41
|
+
agent: {
|
|
42
|
+
typeOf: seller.typeOf,
|
|
43
|
+
name: (<client.factory.multilingualString>seller.name)?.ja,
|
|
44
|
+
id: seller.id,
|
|
45
|
+
project: { typeOf: client.factory.organizationType.Project, id: project.id }
|
|
46
|
+
},
|
|
42
47
|
recipient: { typeOf: client.factory.personType.Person, name: 'サンプル決済者名称', id: 'id' },
|
|
43
48
|
object: {
|
|
44
49
|
typeOf: client.factory.service.paymentService.PaymentServiceType.CreditCard,
|
package/lib/bundle.js
CHANGED
|
@@ -3421,7 +3421,7 @@ var TaskName;
|
|
|
3421
3421
|
*/
|
|
3422
3422
|
TaskName["DeleteMember"] = "deleteMember";
|
|
3423
3423
|
/**
|
|
3424
|
-
*
|
|
3424
|
+
* ポイント特典付与
|
|
3425
3425
|
*/
|
|
3426
3426
|
TaskName["GivePointAward"] = "givePointAward";
|
|
3427
3427
|
/**
|
|
@@ -3441,7 +3441,7 @@ var TaskName;
|
|
|
3441
3441
|
*/
|
|
3442
3442
|
TaskName["ReturnMoneyTransfer"] = "returnMoneyTransfer";
|
|
3443
3443
|
/**
|
|
3444
|
-
*
|
|
3444
|
+
* ポイント特典返却
|
|
3445
3445
|
*/
|
|
3446
3446
|
TaskName["ReturnPointAward"] = "returnPointAward";
|
|
3447
3447
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.74.0",
|
|
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.
|
|
100
|
+
"@cinerino/api-abstract-client": "3.74.0",
|
|
101
101
|
"debug": "^3.2.6",
|
|
102
102
|
"http-status": "^1.4.2",
|
|
103
103
|
"idtoken-verifier": "^2.0.3",
|