@cinerino/sdk 3.105.0-alpha.6 → 3.105.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.
|
@@ -8398,7 +8398,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
8398
8398
|
/**
|
|
8399
8399
|
* 変更可能な属性を更新する
|
|
8400
8400
|
*/
|
|
8401
|
-
OrderService.prototype.
|
|
8401
|
+
OrderService.prototype.updateChangeableAttributes = function (params) {
|
|
8402
8402
|
return __awaiter(this, void 0, void 0, function () {
|
|
8403
8403
|
return __generator(this, function (_a) {
|
|
8404
8404
|
switch (_a.label) {
|
|
@@ -14483,7 +14483,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
14483
14483
|
/**
|
|
14484
14484
|
* 変更可能な属性を更新する
|
|
14485
14485
|
*/
|
|
14486
|
-
OrderService.prototype.
|
|
14486
|
+
OrderService.prototype.updateChangeableAttributes = function (params) {
|
|
14487
14487
|
return __awaiter(this, void 0, void 0, function () {
|
|
14488
14488
|
return __generator(this, function (_a) {
|
|
14489
14489
|
switch (_a.label) {
|
|
@@ -16,9 +16,9 @@ async function main() {
|
|
|
16
16
|
project: { id: project.id }
|
|
17
17
|
});
|
|
18
18
|
|
|
19
|
-
await orderService.
|
|
20
|
-
confirmationNumber: '',
|
|
21
|
-
orderNumber: '
|
|
19
|
+
await orderService.updateChangeableAttributes({
|
|
20
|
+
confirmationNumber: '14247',
|
|
21
|
+
orderNumber: 'CIN8-6423476-7370296',
|
|
22
22
|
name: 'xxx'
|
|
23
23
|
});
|
|
24
24
|
console.log('order updated');
|
package/lib/bundle.js
CHANGED
|
@@ -8398,7 +8398,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
8398
8398
|
/**
|
|
8399
8399
|
* 変更可能な属性を更新する
|
|
8400
8400
|
*/
|
|
8401
|
-
OrderService.prototype.
|
|
8401
|
+
OrderService.prototype.updateChangeableAttributes = function (params) {
|
|
8402
8402
|
return __awaiter(this, void 0, void 0, function () {
|
|
8403
8403
|
return __generator(this, function (_a) {
|
|
8404
8404
|
switch (_a.label) {
|
|
@@ -14483,7 +14483,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
14483
14483
|
/**
|
|
14484
14484
|
* 変更可能な属性を更新する
|
|
14485
14485
|
*/
|
|
14486
|
-
OrderService.prototype.
|
|
14486
|
+
OrderService.prototype.updateChangeableAttributes = function (params) {
|
|
14487
14487
|
return __awaiter(this, void 0, void 0, function () {
|
|
14488
14488
|
return __generator(this, function (_a) {
|
|
14489
14489
|
switch (_a.label) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "3.105.0
|
|
3
|
+
"version": "3.105.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.105.0
|
|
100
|
+
"@cinerino/api-abstract-client": "3.105.0",
|
|
101
101
|
"debug": "^3.2.6",
|
|
102
102
|
"http-status": "^1.4.2",
|
|
103
103
|
"idtoken-verifier": "^2.0.3",
|