qovery-typescript-axios 1.1.891 → 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
@@ -12010,7 +12010,7 @@ export interface GcpCredentialsRequest {
12010
12010
  */
12011
12011
  'name': string;
12012
12012
  /**
12013
- *
12013
+ * The json must be base64 encoded
12014
12014
  * @type {string}
12015
12015
  * @memberof GcpCredentialsRequest
12016
12016
  */
@@ -12029,7 +12029,7 @@ export interface GcpJsonCredentialsAuthDto {
12029
12029
  */
12030
12030
  'mode': GcpJsonCredentialsAuthDtoModeEnum;
12031
12031
  /**
12032
- *
12032
+ * The json must be base64 encoded
12033
12033
  * @type {string}
12034
12034
  * @memberof GcpJsonCredentialsAuthDto
12035
12035
  */
@@ -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
@@ -11645,7 +11645,7 @@ export interface GcpCredentialsRequest {
11645
11645
  */
11646
11646
  'name': string;
11647
11647
  /**
11648
- *
11648
+ * The json must be base64 encoded
11649
11649
  * @type {string}
11650
11650
  * @memberof GcpCredentialsRequest
11651
11651
  */
@@ -11664,7 +11664,7 @@ export interface GcpJsonCredentialsAuthDto {
11664
11664
  */
11665
11665
  'mode': GcpJsonCredentialsAuthDtoModeEnum;
11666
11666
  /**
11667
- *
11667
+ * The json must be base64 encoded
11668
11668
  * @type {string}
11669
11669
  * @memberof GcpJsonCredentialsAuthDto
11670
11670
  */
@@ -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
@@ -11645,7 +11645,7 @@ export interface GcpCredentialsRequest {
11645
11645
  */
11646
11646
  'name': string;
11647
11647
  /**
11648
- *
11648
+ * The json must be base64 encoded
11649
11649
  * @type {string}
11650
11650
  * @memberof GcpCredentialsRequest
11651
11651
  */
@@ -11664,7 +11664,7 @@ export interface GcpJsonCredentialsAuthDto {
11664
11664
  */
11665
11665
  'mode': GcpJsonCredentialsAuthDtoModeEnum;
11666
11666
  /**
11667
- *
11667
+ * The json must be base64 encoded
11668
11668
  * @type {string}
11669
11669
  * @memberof GcpJsonCredentialsAuthDto
11670
11670
  */
@@ -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.891",
3
+ "version": "v1.1.893",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {