qovery-typescript-axios 1.1.807 → 1.1.808

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.
package/api.ts CHANGED
@@ -19748,7 +19748,7 @@ export interface TerraformResourcesResponse {
19748
19748
  * @type {Array<TerraformResourceResponse>}
19749
19749
  * @memberof TerraformResourcesResponse
19750
19750
  */
19751
- 'resources': Array<TerraformResourceResponse>;
19751
+ 'results': Array<TerraformResourceResponse>;
19752
19752
  }
19753
19753
  /**
19754
19754
  * A Terraform service
@@ -63627,7 +63627,7 @@ export const TerraformResourcesApiAxiosParamCreator = function (configuration?:
63627
63627
  getTerraformResources: async (terraformId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
63628
63628
  // verify required parameter 'terraformId' is not null or undefined
63629
63629
  assertParamExists('getTerraformResources', 'terraformId', terraformId)
63630
- const localVarPath = `/api/v1/terraform/{terraformId}/terraformResources`
63630
+ const localVarPath = `/terraform/{terraformId}/terraformResources`
63631
63631
  .replace(`{${"terraformId"}}`, encodeURIComponent(String(terraformId)));
63632
63632
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
63633
63633
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
package/dist/api.d.ts CHANGED
@@ -19082,7 +19082,7 @@ export interface TerraformResourcesResponse {
19082
19082
  * @type {Array<TerraformResourceResponse>}
19083
19083
  * @memberof TerraformResourcesResponse
19084
19084
  */
19085
- 'resources': Array<TerraformResourceResponse>;
19085
+ 'results': Array<TerraformResourceResponse>;
19086
19086
  }
19087
19087
  /**
19088
19088
  * A Terraform service
package/dist/api.js CHANGED
@@ -41284,7 +41284,7 @@ const TerraformResourcesApiAxiosParamCreator = function (configuration) {
41284
41284
  getTerraformResources: (terraformId_1, ...args_1) => __awaiter(this, [terraformId_1, ...args_1], void 0, function* (terraformId, options = {}) {
41285
41285
  // verify required parameter 'terraformId' is not null or undefined
41286
41286
  (0, common_1.assertParamExists)('getTerraformResources', 'terraformId', terraformId);
41287
- const localVarPath = `/api/v1/terraform/{terraformId}/terraformResources`
41287
+ const localVarPath = `/terraform/{terraformId}/terraformResources`
41288
41288
  .replace(`{${"terraformId"}}`, encodeURIComponent(String(terraformId)));
41289
41289
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
41290
41290
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
package/dist/esm/api.d.ts CHANGED
@@ -19082,7 +19082,7 @@ export interface TerraformResourcesResponse {
19082
19082
  * @type {Array<TerraformResourceResponse>}
19083
19083
  * @memberof TerraformResourcesResponse
19084
19084
  */
19085
- 'resources': Array<TerraformResourceResponse>;
19085
+ 'results': Array<TerraformResourceResponse>;
19086
19086
  }
19087
19087
  /**
19088
19088
  * A Terraform service
package/dist/esm/api.js CHANGED
@@ -40920,7 +40920,7 @@ export const TerraformResourcesApiAxiosParamCreator = function (configuration) {
40920
40920
  getTerraformResources: (terraformId_1, ...args_1) => __awaiter(this, [terraformId_1, ...args_1], void 0, function* (terraformId, options = {}) {
40921
40921
  // verify required parameter 'terraformId' is not null or undefined
40922
40922
  assertParamExists('getTerraformResources', 'terraformId', terraformId);
40923
- const localVarPath = `/api/v1/terraform/{terraformId}/terraformResources`
40923
+ const localVarPath = `/terraform/{terraformId}/terraformResources`
40924
40924
  .replace(`{${"terraformId"}}`, encodeURIComponent(String(terraformId)));
40925
40925
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
40926
40926
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.807",
3
+ "version": "v1.1.808",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {