qovery-typescript-axios 1.1.892 → 1.1.893

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
@@ -12065,7 +12065,7 @@ export interface GcpSecretManagerEndpointDto {
12065
12065
  * @type {string}
12066
12066
  * @memberof GcpSecretManagerEndpointDto
12067
12067
  */
12068
- 'projectId': string;
12068
+ 'project_id': string;
12069
12069
  }
12070
12070
 
12071
12071
  export const GcpSecretManagerEndpointDtoModeEnum = {
package/dist/api.d.ts CHANGED
@@ -11697,7 +11697,7 @@ export interface GcpSecretManagerEndpointDto {
11697
11697
  * @type {string}
11698
11698
  * @memberof GcpSecretManagerEndpointDto
11699
11699
  */
11700
- 'projectId': string;
11700
+ 'project_id': string;
11701
11701
  }
11702
11702
  export declare const GcpSecretManagerEndpointDtoModeEnum: {
11703
11703
  readonly GCP_SECRET_MANAGER: "GCP_SECRET_MANAGER";
package/dist/esm/api.d.ts CHANGED
@@ -11697,7 +11697,7 @@ export interface GcpSecretManagerEndpointDto {
11697
11697
  * @type {string}
11698
11698
  * @memberof GcpSecretManagerEndpointDto
11699
11699
  */
11700
- 'projectId': string;
11700
+ 'project_id': string;
11701
11701
  }
11702
11702
  export declare const GcpSecretManagerEndpointDtoModeEnum: {
11703
11703
  readonly GCP_SECRET_MANAGER: "GCP_SECRET_MANAGER";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.892",
3
+ "version": "v1.1.893",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {