@cinerino/sdk 10.10.0 → 10.11.0-alpha.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.
|
@@ -199,7 +199,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
199
199
|
uri: '/iam/members',
|
|
200
200
|
method: 'POST',
|
|
201
201
|
body: params,
|
|
202
|
-
expectedStatusCodes: [http_status_1.CREATED]
|
|
202
|
+
expectedStatusCodes: [http_status_1.CREATED, http_status_1.NO_CONTENT]
|
|
203
203
|
})
|
|
204
204
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
205
205
|
return [2 /*return*/, response.json()];
|
|
@@ -152,7 +152,7 @@ export declare class SellerService extends Service<IOptions> {
|
|
|
152
152
|
/**
|
|
153
153
|
* IAMメンバー作成
|
|
154
154
|
*/
|
|
155
|
-
createMember(params: factory.iam.IMember[]): Promise<
|
|
155
|
+
createMember(params: factory.iam.IMember[]): Promise<void>;
|
|
156
156
|
/**
|
|
157
157
|
* IAMメンバー検索
|
|
158
158
|
*/
|
|
@@ -408,7 +408,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
408
408
|
uri: "/sellers/" + String(sellerId) + "/members",
|
|
409
409
|
method: 'POST',
|
|
410
410
|
body: params,
|
|
411
|
-
expectedStatusCodes: [http_status_1.CREATED]
|
|
411
|
+
expectedStatusCodes: [http_status_1.CREATED, http_status_1.NO_CONTENT]
|
|
412
412
|
})
|
|
413
413
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
414
414
|
return [2 /*return*/, response.json()];
|
package/lib/bundle.js
CHANGED
|
@@ -6708,7 +6708,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
6708
6708
|
uri: '/iam/members',
|
|
6709
6709
|
method: 'POST',
|
|
6710
6710
|
body: params,
|
|
6711
|
-
expectedStatusCodes: [http_status_1.CREATED]
|
|
6711
|
+
expectedStatusCodes: [http_status_1.CREATED, http_status_1.NO_CONTENT]
|
|
6712
6712
|
})
|
|
6713
6713
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
6714
6714
|
return [2 /*return*/, response.json()];
|
|
@@ -11484,7 +11484,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
11484
11484
|
uri: "/sellers/" + String(sellerId) + "/members",
|
|
11485
11485
|
method: 'POST',
|
|
11486
11486
|
body: params,
|
|
11487
|
-
expectedStatusCodes: [http_status_1.CREATED]
|
|
11487
|
+
expectedStatusCodes: [http_status_1.CREATED, http_status_1.NO_CONTENT]
|
|
11488
11488
|
})
|
|
11489
11489
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
11490
11490
|
return [2 /*return*/, response.json()];
|