qovery-typescript-axios 1.1.891 → 1.1.892

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
  */
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
  */
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
  */
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.892",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {