@cinerino/sdk 3.128.0 → 3.129.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.
@@ -10918,6 +10918,25 @@ var ProjectService = /** @class */ (function (_super) {
10918
10918
  });
10919
10919
  });
10920
10920
  };
10921
+ /**
10922
+ * プロジェクトリソース削除
10923
+ */
10924
+ ProjectService.prototype.cleanUpDatabase = function (params) {
10925
+ return __awaiter(this, void 0, void 0, function () {
10926
+ return __generator(this, function (_a) {
10927
+ switch (_a.label) {
10928
+ case 0: return [4 /*yield*/, this.fetch({
10929
+ uri: "/projects/" + params.id + "/cleanUpDatabase",
10930
+ method: 'POST',
10931
+ expectedStatusCodes: [http_status_1.NO_CONTENT]
10932
+ })];
10933
+ case 1:
10934
+ _a.sent();
10935
+ return [2 /*return*/];
10936
+ }
10937
+ });
10938
+ });
10939
+ };
10921
10940
  /**
10922
10941
  * ヘルスチェック
10923
10942
  */
package/lib/bundle.js CHANGED
@@ -10918,6 +10918,25 @@ var ProjectService = /** @class */ (function (_super) {
10918
10918
  });
10919
10919
  });
10920
10920
  };
10921
+ /**
10922
+ * プロジェクトリソース削除
10923
+ */
10924
+ ProjectService.prototype.cleanUpDatabase = function (params) {
10925
+ return __awaiter(this, void 0, void 0, function () {
10926
+ return __generator(this, function (_a) {
10927
+ switch (_a.label) {
10928
+ case 0: return [4 /*yield*/, this.fetch({
10929
+ uri: "/projects/" + params.id + "/cleanUpDatabase",
10930
+ method: 'POST',
10931
+ expectedStatusCodes: [http_status_1.NO_CONTENT]
10932
+ })];
10933
+ case 1:
10934
+ _a.sent();
10935
+ return [2 /*return*/];
10936
+ }
10937
+ });
10938
+ });
10939
+ };
10921
10940
  /**
10922
10941
  * ヘルスチェック
10923
10942
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "3.128.0",
3
+ "version": "3.129.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.128.0",
100
+ "@cinerino/api-abstract-client": "3.129.0",
101
101
  "debug": "^3.2.6",
102
102
  "http-status": "^1.4.2",
103
103
  "idtoken-verifier": "^2.0.3",