qovery-typescript-axios 1.1.808 → 1.1.809

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
@@ -19624,25 +19624,6 @@ export interface TerraformRequestTerraformFilesSourceOneOf {
19624
19624
  */
19625
19625
  'git_repository'?: TerraformGitRepositoryRequest;
19626
19626
  }
19627
- /**
19628
- * A single attribute of a Terraform resource with key and value
19629
- * @export
19630
- * @interface TerraformResourceAttribute
19631
- */
19632
- export interface TerraformResourceAttribute {
19633
- /**
19634
- * The attribute key name
19635
- * @type {string}
19636
- * @memberof TerraformResourceAttribute
19637
- */
19638
- 'key': string;
19639
- /**
19640
- * The attribute value as a string
19641
- * @type {string}
19642
- * @memberof TerraformResourceAttribute
19643
- */
19644
- 'value': string;
19645
- }
19646
19627
  /**
19647
19628
  * A Terraform resource from a deployment execution
19648
19629
  * @export
@@ -19660,7 +19641,7 @@ export interface TerraformResourceResponse {
19660
19641
  * @type {string}
19661
19642
  * @memberof TerraformResourceResponse
19662
19643
  */
19663
- 'resourceType': string;
19644
+ 'resource_type': string;
19664
19645
  /**
19665
19646
  * Name of the resource as defined in Terraform configuration
19666
19647
  * @type {string}
@@ -19696,13 +19677,7 @@ export interface TerraformResourceResponse {
19696
19677
  * @type {string}
19697
19678
  * @memberof TerraformResourceResponse
19698
19679
  */
19699
- 'extractedAt': string;
19700
- /**
19701
- * Most important attributes for this resource type (for display)
19702
- * @type {Array<TerraformResourceAttribute>}
19703
- * @memberof TerraformResourceResponse
19704
- */
19705
- 'keyAttributes': Array<TerraformResourceAttribute>;
19680
+ 'extractedAt'?: string;
19706
19681
  }
19707
19682
 
19708
19683
  export const TerraformResourceResponseModeEnum = {
package/dist/api.d.ts CHANGED
@@ -18959,25 +18959,6 @@ export interface TerraformRequestTerraformFilesSourceOneOf {
18959
18959
  */
18960
18960
  'git_repository'?: TerraformGitRepositoryRequest;
18961
18961
  }
18962
- /**
18963
- * A single attribute of a Terraform resource with key and value
18964
- * @export
18965
- * @interface TerraformResourceAttribute
18966
- */
18967
- export interface TerraformResourceAttribute {
18968
- /**
18969
- * The attribute key name
18970
- * @type {string}
18971
- * @memberof TerraformResourceAttribute
18972
- */
18973
- 'key': string;
18974
- /**
18975
- * The attribute value as a string
18976
- * @type {string}
18977
- * @memberof TerraformResourceAttribute
18978
- */
18979
- 'value': string;
18980
- }
18981
18962
  /**
18982
18963
  * A Terraform resource from a deployment execution
18983
18964
  * @export
@@ -18995,7 +18976,7 @@ export interface TerraformResourceResponse {
18995
18976
  * @type {string}
18996
18977
  * @memberof TerraformResourceResponse
18997
18978
  */
18998
- 'resourceType': string;
18979
+ 'resource_type': string;
18999
18980
  /**
19000
18981
  * Name of the resource as defined in Terraform configuration
19001
18982
  * @type {string}
@@ -19033,13 +19014,7 @@ export interface TerraformResourceResponse {
19033
19014
  * @type {string}
19034
19015
  * @memberof TerraformResourceResponse
19035
19016
  */
19036
- 'extractedAt': string;
19037
- /**
19038
- * Most important attributes for this resource type (for display)
19039
- * @type {Array<TerraformResourceAttribute>}
19040
- * @memberof TerraformResourceResponse
19041
- */
19042
- 'keyAttributes': Array<TerraformResourceAttribute>;
19017
+ 'extractedAt'?: string;
19043
19018
  }
19044
19019
  export declare const TerraformResourceResponseModeEnum: {
19045
19020
  readonly MANAGED: "managed";
package/dist/esm/api.d.ts CHANGED
@@ -18959,25 +18959,6 @@ export interface TerraformRequestTerraformFilesSourceOneOf {
18959
18959
  */
18960
18960
  'git_repository'?: TerraformGitRepositoryRequest;
18961
18961
  }
18962
- /**
18963
- * A single attribute of a Terraform resource with key and value
18964
- * @export
18965
- * @interface TerraformResourceAttribute
18966
- */
18967
- export interface TerraformResourceAttribute {
18968
- /**
18969
- * The attribute key name
18970
- * @type {string}
18971
- * @memberof TerraformResourceAttribute
18972
- */
18973
- 'key': string;
18974
- /**
18975
- * The attribute value as a string
18976
- * @type {string}
18977
- * @memberof TerraformResourceAttribute
18978
- */
18979
- 'value': string;
18980
- }
18981
18962
  /**
18982
18963
  * A Terraform resource from a deployment execution
18983
18964
  * @export
@@ -18995,7 +18976,7 @@ export interface TerraformResourceResponse {
18995
18976
  * @type {string}
18996
18977
  * @memberof TerraformResourceResponse
18997
18978
  */
18998
- 'resourceType': string;
18979
+ 'resource_type': string;
18999
18980
  /**
19000
18981
  * Name of the resource as defined in Terraform configuration
19001
18982
  * @type {string}
@@ -19033,13 +19014,7 @@ export interface TerraformResourceResponse {
19033
19014
  * @type {string}
19034
19015
  * @memberof TerraformResourceResponse
19035
19016
  */
19036
- 'extractedAt': string;
19037
- /**
19038
- * Most important attributes for this resource type (for display)
19039
- * @type {Array<TerraformResourceAttribute>}
19040
- * @memberof TerraformResourceResponse
19041
- */
19042
- 'keyAttributes': Array<TerraformResourceAttribute>;
19017
+ 'extractedAt'?: string;
19043
19018
  }
19044
19019
  export declare const TerraformResourceResponseModeEnum: {
19045
19020
  readonly MANAGED: "managed";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.808",
3
+ "version": "v1.1.809",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {