@cinerino/sdk 3.138.1 → 3.139.0-alpha.1

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.
@@ -8662,6 +8662,26 @@ var OfferCatalogService = /** @class */ (function (_super) {
8662
8662
  });
8663
8663
  });
8664
8664
  };
8665
+ /**
8666
+ * オファーカタログ複数更新
8667
+ */
8668
+ OfferCatalogService.prototype.updateMany = function (params) {
8669
+ return __awaiter(this, void 0, void 0, function () {
8670
+ return __generator(this, function (_a) {
8671
+ switch (_a.label) {
8672
+ case 0: return [4 /*yield*/, this.fetch({
8673
+ uri: "/offerCatalogs",
8674
+ method: 'PATCH',
8675
+ body: params,
8676
+ expectedStatusCodes: [http_status_1.NO_CONTENT]
8677
+ })];
8678
+ case 1:
8679
+ _a.sent();
8680
+ return [2 /*return*/];
8681
+ }
8682
+ });
8683
+ });
8684
+ };
8665
8685
  /**
8666
8686
  * オファーカタログ削除
8667
8687
  */
package/lib/bundle.js CHANGED
@@ -8662,6 +8662,26 @@ var OfferCatalogService = /** @class */ (function (_super) {
8662
8662
  });
8663
8663
  });
8664
8664
  };
8665
+ /**
8666
+ * オファーカタログ複数更新
8667
+ */
8668
+ OfferCatalogService.prototype.updateMany = function (params) {
8669
+ return __awaiter(this, void 0, void 0, function () {
8670
+ return __generator(this, function (_a) {
8671
+ switch (_a.label) {
8672
+ case 0: return [4 /*yield*/, this.fetch({
8673
+ uri: "/offerCatalogs",
8674
+ method: 'PATCH',
8675
+ body: params,
8676
+ expectedStatusCodes: [http_status_1.NO_CONTENT]
8677
+ })];
8678
+ case 1:
8679
+ _a.sent();
8680
+ return [2 /*return*/];
8681
+ }
8682
+ });
8683
+ });
8684
+ };
8665
8685
  /**
8666
8686
  * オファーカタログ削除
8667
8687
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "3.138.1",
3
+ "version": "3.139.0-alpha.1",
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.138.1",
100
+ "@cinerino/api-abstract-client": "3.139.0-alpha.1",
101
101
  "debug": "^3.2.6",
102
102
  "http-status": "^1.4.2",
103
103
  "idtoken-verifier": "^2.0.3",