qovery-typescript-axios 1.1.908 → 1.1.909

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
@@ -44,7 +44,7 @@ export type APIVariableScopeEnum = typeof APIVariableScopeEnum[keyof typeof APIV
44
44
 
45
45
 
46
46
  /**
47
- * type of the environment variable (VALUE, FILE, ALIAS, OVERRIDE, BUIT_IN, EXTERNAL_SECRET)
47
+ * type of the environment variable (VALUE, FILE, ALIAS, OVERRIDE, BUIT_IN, EXTERNAL_SECRET, FILE_EXTERNAL_SECRET)
48
48
  * @export
49
49
  * @enum {string}
50
50
  */
@@ -55,7 +55,8 @@ export const APIVariableTypeEnum = {
55
55
  OVERRIDE: 'OVERRIDE',
56
56
  BUILT_IN: 'BUILT_IN',
57
57
  FILE: 'FILE',
58
- EXTERNAL_SECRET: 'EXTERNAL_SECRET'
58
+ EXTERNAL_SECRET: 'EXTERNAL_SECRET',
59
+ FILE_EXTERNAL_SECRET: 'FILE_EXTERNAL_SECRET'
59
60
  } as const;
60
61
 
61
62
  export type APIVariableTypeEnum = typeof APIVariableTypeEnum[keyof typeof APIVariableTypeEnum];
package/dist/api.d.ts CHANGED
@@ -30,7 +30,7 @@ export declare const APIVariableScopeEnum: {
30
30
  };
31
31
  export type APIVariableScopeEnum = typeof APIVariableScopeEnum[keyof typeof APIVariableScopeEnum];
32
32
  /**
33
- * type of the environment variable (VALUE, FILE, ALIAS, OVERRIDE, BUIT_IN, EXTERNAL_SECRET)
33
+ * type of the environment variable (VALUE, FILE, ALIAS, OVERRIDE, BUIT_IN, EXTERNAL_SECRET, FILE_EXTERNAL_SECRET)
34
34
  * @export
35
35
  * @enum {string}
36
36
  */
@@ -41,6 +41,7 @@ export declare const APIVariableTypeEnum: {
41
41
  readonly BUILT_IN: "BUILT_IN";
42
42
  readonly FILE: "FILE";
43
43
  readonly EXTERNAL_SECRET: "EXTERNAL_SECRET";
44
+ readonly FILE_EXTERNAL_SECRET: "FILE_EXTERNAL_SECRET";
44
45
  };
45
46
  export type APIVariableTypeEnum = typeof APIVariableTypeEnum[keyof typeof APIVariableTypeEnum];
46
47
  /**
package/dist/api.js CHANGED
@@ -56,7 +56,7 @@ exports.APIVariableScopeEnum = {
56
56
  TERRAFORM: 'TERRAFORM'
57
57
  };
58
58
  /**
59
- * type of the environment variable (VALUE, FILE, ALIAS, OVERRIDE, BUIT_IN, EXTERNAL_SECRET)
59
+ * type of the environment variable (VALUE, FILE, ALIAS, OVERRIDE, BUIT_IN, EXTERNAL_SECRET, FILE_EXTERNAL_SECRET)
60
60
  * @export
61
61
  * @enum {string}
62
62
  */
@@ -66,7 +66,8 @@ exports.APIVariableTypeEnum = {
66
66
  OVERRIDE: 'OVERRIDE',
67
67
  BUILT_IN: 'BUILT_IN',
68
68
  FILE: 'FILE',
69
- EXTERNAL_SECRET: 'EXTERNAL_SECRET'
69
+ EXTERNAL_SECRET: 'EXTERNAL_SECRET',
70
+ FILE_EXTERNAL_SECRET: 'FILE_EXTERNAL_SECRET'
70
71
  };
71
72
  exports.AksInfrastructureOutputsKindEnum = {
72
73
  AKS: 'AKS'
package/dist/esm/api.d.ts CHANGED
@@ -30,7 +30,7 @@ export declare const APIVariableScopeEnum: {
30
30
  };
31
31
  export type APIVariableScopeEnum = typeof APIVariableScopeEnum[keyof typeof APIVariableScopeEnum];
32
32
  /**
33
- * type of the environment variable (VALUE, FILE, ALIAS, OVERRIDE, BUIT_IN, EXTERNAL_SECRET)
33
+ * type of the environment variable (VALUE, FILE, ALIAS, OVERRIDE, BUIT_IN, EXTERNAL_SECRET, FILE_EXTERNAL_SECRET)
34
34
  * @export
35
35
  * @enum {string}
36
36
  */
@@ -41,6 +41,7 @@ export declare const APIVariableTypeEnum: {
41
41
  readonly BUILT_IN: "BUILT_IN";
42
42
  readonly FILE: "FILE";
43
43
  readonly EXTERNAL_SECRET: "EXTERNAL_SECRET";
44
+ readonly FILE_EXTERNAL_SECRET: "FILE_EXTERNAL_SECRET";
44
45
  };
45
46
  export type APIVariableTypeEnum = typeof APIVariableTypeEnum[keyof typeof APIVariableTypeEnum];
46
47
  /**
package/dist/esm/api.js CHANGED
@@ -42,7 +42,7 @@ export const APIVariableScopeEnum = {
42
42
  TERRAFORM: 'TERRAFORM'
43
43
  };
44
44
  /**
45
- * type of the environment variable (VALUE, FILE, ALIAS, OVERRIDE, BUIT_IN, EXTERNAL_SECRET)
45
+ * type of the environment variable (VALUE, FILE, ALIAS, OVERRIDE, BUIT_IN, EXTERNAL_SECRET, FILE_EXTERNAL_SECRET)
46
46
  * @export
47
47
  * @enum {string}
48
48
  */
@@ -52,7 +52,8 @@ export const APIVariableTypeEnum = {
52
52
  OVERRIDE: 'OVERRIDE',
53
53
  BUILT_IN: 'BUILT_IN',
54
54
  FILE: 'FILE',
55
- EXTERNAL_SECRET: 'EXTERNAL_SECRET'
55
+ EXTERNAL_SECRET: 'EXTERNAL_SECRET',
56
+ FILE_EXTERNAL_SECRET: 'FILE_EXTERNAL_SECRET'
56
57
  };
57
58
  export const AksInfrastructureOutputsKindEnum = {
58
59
  AKS: 'AKS'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.908",
3
+ "version": "v1.1.909",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {