@cinerino/sdk 3.65.0 → 3.66.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.
|
@@ -7986,7 +7986,11 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
7986
7986
|
/**
|
|
7987
7987
|
* なければ作成する
|
|
7988
7988
|
*/
|
|
7989
|
-
OrderService.prototype.createIfNotExist = function (params
|
|
7989
|
+
OrderService.prototype.createIfNotExist = function (params
|
|
7990
|
+
// options: {
|
|
7991
|
+
// byTransaction?: '1';
|
|
7992
|
+
// }
|
|
7993
|
+
) {
|
|
7990
7994
|
return __awaiter(this, void 0, void 0, function () {
|
|
7991
7995
|
return __generator(this, function (_a) {
|
|
7992
7996
|
switch (_a.label) {
|
|
@@ -7994,7 +7998,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
7994
7998
|
uri: "/orders/" + params.orderNumber,
|
|
7995
7999
|
method: 'PUT',
|
|
7996
8000
|
body: params,
|
|
7997
|
-
qs: options,
|
|
8001
|
+
// qs: options,
|
|
7998
8002
|
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
7999
8003
|
})];
|
|
8000
8004
|
case 1:
|
package/lib/bundle.js
CHANGED
|
@@ -7986,7 +7986,11 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
7986
7986
|
/**
|
|
7987
7987
|
* なければ作成する
|
|
7988
7988
|
*/
|
|
7989
|
-
OrderService.prototype.createIfNotExist = function (params
|
|
7989
|
+
OrderService.prototype.createIfNotExist = function (params
|
|
7990
|
+
// options: {
|
|
7991
|
+
// byTransaction?: '1';
|
|
7992
|
+
// }
|
|
7993
|
+
) {
|
|
7990
7994
|
return __awaiter(this, void 0, void 0, function () {
|
|
7991
7995
|
return __generator(this, function (_a) {
|
|
7992
7996
|
switch (_a.label) {
|
|
@@ -7994,7 +7998,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
7994
7998
|
uri: "/orders/" + params.orderNumber,
|
|
7995
7999
|
method: 'PUT',
|
|
7996
8000
|
body: params,
|
|
7997
|
-
qs: options,
|
|
8001
|
+
// qs: options,
|
|
7998
8002
|
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
7999
8003
|
})];
|
|
8000
8004
|
case 1:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.66.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.66.0",
|
|
101
101
|
"debug": "^3.2.6",
|
|
102
102
|
"http-status": "^1.4.2",
|
|
103
103
|
"idtoken-verifier": "^2.0.3",
|