qovery-typescript-axios 1.1.976 → 1.1.977

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
@@ -32264,7 +32264,7 @@ export const ApplicationEnvironmentVariableApiAxiosParamCreator = function (conf
32264
32264
  };
32265
32265
  },
32266
32266
  /**
32267
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
32267
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
32268
32268
  * @summary Edit an environment variable belonging to the application
32269
32269
  * @param {string} applicationId Application ID
32270
32270
  * @param {string} environmentVariableId Environment Variable ID
@@ -32469,7 +32469,7 @@ export const ApplicationEnvironmentVariableApiFp = function(configuration?: Conf
32469
32469
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32470
32470
  },
32471
32471
  /**
32472
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
32472
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
32473
32473
  * @summary Edit an environment variable belonging to the application
32474
32474
  * @param {string} applicationId Application ID
32475
32475
  * @param {string} environmentVariableId Environment Variable ID
@@ -32567,7 +32567,7 @@ export const ApplicationEnvironmentVariableApiFactory = function (configuration?
32567
32567
  return localVarFp.deleteApplicationEnvironmentVariable(applicationId, environmentVariableId, options).then((request) => request(axios, basePath));
32568
32568
  },
32569
32569
  /**
32570
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
32570
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
32571
32571
  * @summary Edit an environment variable belonging to the application
32572
32572
  * @param {string} applicationId Application ID
32573
32573
  * @param {string} environmentVariableId Environment Variable ID
@@ -32664,7 +32664,7 @@ export class ApplicationEnvironmentVariableApi extends BaseAPI {
32664
32664
  }
32665
32665
 
32666
32666
  /**
32667
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
32667
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
32668
32668
  * @summary Edit an environment variable belonging to the application
32669
32669
  * @param {string} applicationId Application ID
32670
32670
  * @param {string} environmentVariableId Environment Variable ID
@@ -33617,7 +33617,7 @@ export const ApplicationSecretApiAxiosParamCreator = function (configuration?: C
33617
33617
  };
33618
33618
  },
33619
33619
  /**
33620
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
33620
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
33621
33621
  * @summary Edit a secret belonging to the application
33622
33622
  * @param {string} applicationId Application ID
33623
33623
  * @param {string} secretId Secret ID
@@ -33777,7 +33777,7 @@ export const ApplicationSecretApiFp = function(configuration?: Configuration) {
33777
33777
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
33778
33778
  },
33779
33779
  /**
33780
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
33780
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
33781
33781
  * @summary Edit a secret belonging to the application
33782
33782
  * @param {string} applicationId Application ID
33783
33783
  * @param {string} secretId Secret ID
@@ -33861,7 +33861,7 @@ export const ApplicationSecretApiFactory = function (configuration?: Configurati
33861
33861
  return localVarFp.deleteApplicationSecret(applicationId, secretId, options).then((request) => request(axios, basePath));
33862
33862
  },
33863
33863
  /**
33864
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
33864
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
33865
33865
  * @summary Edit a secret belonging to the application
33866
33866
  * @param {string} applicationId Application ID
33867
33867
  * @param {string} secretId Secret ID
@@ -33947,7 +33947,7 @@ export class ApplicationSecretApi extends BaseAPI {
33947
33947
  }
33948
33948
 
33949
33949
  /**
33950
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
33950
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
33951
33951
  * @summary Edit a secret belonging to the application
33952
33952
  * @param {string} applicationId Application ID
33953
33953
  * @param {string} secretId Secret ID
@@ -47067,7 +47067,7 @@ export const ContainerEnvironmentVariableApiAxiosParamCreator = function (config
47067
47067
  };
47068
47068
  },
47069
47069
  /**
47070
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
47070
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
47071
47071
  * @summary Edit an environment variable belonging to the container
47072
47072
  * @param {string} containerId Container ID
47073
47073
  * @param {string} environmentVariableId Environment Variable ID
@@ -47272,7 +47272,7 @@ export const ContainerEnvironmentVariableApiFp = function(configuration?: Config
47272
47272
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
47273
47273
  },
47274
47274
  /**
47275
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
47275
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
47276
47276
  * @summary Edit an environment variable belonging to the container
47277
47277
  * @param {string} containerId Container ID
47278
47278
  * @param {string} environmentVariableId Environment Variable ID
@@ -47370,7 +47370,7 @@ export const ContainerEnvironmentVariableApiFactory = function (configuration?:
47370
47370
  return localVarFp.deleteContainerEnvironmentVariable(containerId, environmentVariableId, options).then((request) => request(axios, basePath));
47371
47371
  },
47372
47372
  /**
47373
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
47373
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
47374
47374
  * @summary Edit an environment variable belonging to the container
47375
47375
  * @param {string} containerId Container ID
47376
47376
  * @param {string} environmentVariableId Environment Variable ID
@@ -47467,7 +47467,7 @@ export class ContainerEnvironmentVariableApi extends BaseAPI {
47467
47467
  }
47468
47468
 
47469
47469
  /**
47470
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
47470
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
47471
47471
  * @summary Edit an environment variable belonging to the container
47472
47472
  * @param {string} containerId Container ID
47473
47473
  * @param {string} environmentVariableId Environment Variable ID
@@ -48874,7 +48874,7 @@ export const ContainerSecretApiAxiosParamCreator = function (configuration?: Con
48874
48874
  };
48875
48875
  },
48876
48876
  /**
48877
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
48877
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
48878
48878
  * @summary Edit a secret belonging to the container
48879
48879
  * @param {string} containerId Container ID
48880
48880
  * @param {string} secretId Secret ID
@@ -49034,7 +49034,7 @@ export const ContainerSecretApiFp = function(configuration?: Configuration) {
49034
49034
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
49035
49035
  },
49036
49036
  /**
49037
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
49037
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
49038
49038
  * @summary Edit a secret belonging to the container
49039
49039
  * @param {string} containerId Container ID
49040
49040
  * @param {string} secretId Secret ID
@@ -49118,7 +49118,7 @@ export const ContainerSecretApiFactory = function (configuration?: Configuration
49118
49118
  return localVarFp.deleteContainerSecret(containerId, secretId, options).then((request) => request(axios, basePath));
49119
49119
  },
49120
49120
  /**
49121
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
49121
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
49122
49122
  * @summary Edit a secret belonging to the container
49123
49123
  * @param {string} containerId Container ID
49124
49124
  * @param {string} secretId Secret ID
@@ -49204,7 +49204,7 @@ export class ContainerSecretApi extends BaseAPI {
49204
49204
  }
49205
49205
 
49206
49206
  /**
49207
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
49207
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
49208
49208
  * @summary Edit a secret belonging to the container
49209
49209
  * @param {string} containerId Container ID
49210
49210
  * @param {string} secretId Secret ID
@@ -55810,7 +55810,7 @@ export class EnvironmentMainCallsApi extends BaseAPI {
55810
55810
  export const EnvironmentSecretApiAxiosParamCreator = function (configuration?: Configuration) {
55811
55811
  return {
55812
55812
  /**
55813
- * - Add a secret to the environment. - If the secret key already exists, then it will be replaced by the new one. - If the secret value points toward an existing secret key, it will be considered as an alias.
55813
+ * - Add a secret to the environment. - If the secret key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing secret is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the secret to target.
55814
55814
  * @summary Add a secret to the environment
55815
55815
  * @param {string} environmentId Environment ID
55816
55816
  * @param {SecretRequest} [secretRequest]
@@ -55998,7 +55998,7 @@ export const EnvironmentSecretApiAxiosParamCreator = function (configuration?: C
55998
55998
  };
55999
55999
  },
56000
56000
  /**
56001
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56001
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56002
56002
  * @summary Edit a secret belonging to the environment
56003
56003
  * @param {string} environmentId Environment ID
56004
56004
  * @param {string} secretId Secret ID
@@ -56100,7 +56100,7 @@ export const EnvironmentSecretApiFp = function(configuration?: Configuration) {
56100
56100
  const localVarAxiosParamCreator = EnvironmentSecretApiAxiosParamCreator(configuration)
56101
56101
  return {
56102
56102
  /**
56103
- * - Add a secret to the environment. - If the secret key already exists, then it will be replaced by the new one. - If the secret value points toward an existing secret key, it will be considered as an alias.
56103
+ * - Add a secret to the environment. - If the secret key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing secret is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the secret to target.
56104
56104
  * @summary Add a secret to the environment
56105
56105
  * @param {string} environmentId Environment ID
56106
56106
  * @param {SecretRequest} [secretRequest]
@@ -56158,7 +56158,7 @@ export const EnvironmentSecretApiFp = function(configuration?: Configuration) {
56158
56158
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
56159
56159
  },
56160
56160
  /**
56161
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56161
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56162
56162
  * @summary Edit a secret belonging to the environment
56163
56163
  * @param {string} environmentId Environment ID
56164
56164
  * @param {string} secretId Secret ID
@@ -56196,7 +56196,7 @@ export const EnvironmentSecretApiFactory = function (configuration?: Configurati
56196
56196
  const localVarFp = EnvironmentSecretApiFp(configuration)
56197
56197
  return {
56198
56198
  /**
56199
- * - Add a secret to the environment. - If the secret key already exists, then it will be replaced by the new one. - If the secret value points toward an existing secret key, it will be considered as an alias.
56199
+ * - Add a secret to the environment. - If the secret key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing secret is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the secret to target.
56200
56200
  * @summary Add a secret to the environment
56201
56201
  * @param {string} environmentId Environment ID
56202
56202
  * @param {SecretRequest} [secretRequest]
@@ -56242,7 +56242,7 @@ export const EnvironmentSecretApiFactory = function (configuration?: Configurati
56242
56242
  return localVarFp.deleteEnvironmentSecret(environmentId, secretId, options).then((request) => request(axios, basePath));
56243
56243
  },
56244
56244
  /**
56245
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56245
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56246
56246
  * @summary Edit a secret belonging to the environment
56247
56247
  * @param {string} environmentId Environment ID
56248
56248
  * @param {string} secretId Secret ID
@@ -56274,7 +56274,7 @@ export const EnvironmentSecretApiFactory = function (configuration?: Configurati
56274
56274
  */
56275
56275
  export class EnvironmentSecretApi extends BaseAPI {
56276
56276
  /**
56277
- * - Add a secret to the environment. - If the secret key already exists, then it will be replaced by the new one. - If the secret value points toward an existing secret key, it will be considered as an alias.
56277
+ * - Add a secret to the environment. - If the secret key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing secret is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the secret to target.
56278
56278
  * @summary Add a secret to the environment
56279
56279
  * @param {string} environmentId Environment ID
56280
56280
  * @param {SecretRequest} [secretRequest]
@@ -56328,7 +56328,7 @@ export class EnvironmentSecretApi extends BaseAPI {
56328
56328
  }
56329
56329
 
56330
56330
  /**
56331
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56331
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56332
56332
  * @summary Edit a secret belonging to the environment
56333
56333
  * @param {string} environmentId Environment ID
56334
56334
  * @param {string} secretId Secret ID
@@ -56363,7 +56363,7 @@ export class EnvironmentSecretApi extends BaseAPI {
56363
56363
  export const EnvironmentVariableApiAxiosParamCreator = function (configuration?: Configuration) {
56364
56364
  return {
56365
56365
  /**
56366
- * - Add an environment variable to the environment. - If the environment variable key already exists, then it will be replaced by the new one. - If the environment variable value points toward an existing environment variable key, it will be considered as an alias.
56366
+ * - Add an environment variable to the environment. - If the environment variable key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing variable is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the variable to target.
56367
56367
  * @summary Add an environment variable to the environment
56368
56368
  * @param {string} environmentId Environment ID
56369
56369
  * @param {EnvironmentVariableRequest} [environmentVariableRequest]
@@ -56551,7 +56551,7 @@ export const EnvironmentVariableApiAxiosParamCreator = function (configuration?:
56551
56551
  };
56552
56552
  },
56553
56553
  /**
56554
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56554
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56555
56555
  * @summary Edit an environment variable belonging to the environment
56556
56556
  * @param {string} environmentId Environment ID
56557
56557
  * @param {string} environmentVariableId Environment Variable ID
@@ -56653,7 +56653,7 @@ export const EnvironmentVariableApiFp = function(configuration?: Configuration)
56653
56653
  const localVarAxiosParamCreator = EnvironmentVariableApiAxiosParamCreator(configuration)
56654
56654
  return {
56655
56655
  /**
56656
- * - Add an environment variable to the environment. - If the environment variable key already exists, then it will be replaced by the new one. - If the environment variable value points toward an existing environment variable key, it will be considered as an alias.
56656
+ * - Add an environment variable to the environment. - If the environment variable key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing variable is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the variable to target.
56657
56657
  * @summary Add an environment variable to the environment
56658
56658
  * @param {string} environmentId Environment ID
56659
56659
  * @param {EnvironmentVariableRequest} [environmentVariableRequest]
@@ -56711,7 +56711,7 @@ export const EnvironmentVariableApiFp = function(configuration?: Configuration)
56711
56711
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
56712
56712
  },
56713
56713
  /**
56714
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56714
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56715
56715
  * @summary Edit an environment variable belonging to the environment
56716
56716
  * @param {string} environmentId Environment ID
56717
56717
  * @param {string} environmentVariableId Environment Variable ID
@@ -56749,7 +56749,7 @@ export const EnvironmentVariableApiFactory = function (configuration?: Configura
56749
56749
  const localVarFp = EnvironmentVariableApiFp(configuration)
56750
56750
  return {
56751
56751
  /**
56752
- * - Add an environment variable to the environment. - If the environment variable key already exists, then it will be replaced by the new one. - If the environment variable value points toward an existing environment variable key, it will be considered as an alias.
56752
+ * - Add an environment variable to the environment. - If the environment variable key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing variable is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the variable to target.
56753
56753
  * @summary Add an environment variable to the environment
56754
56754
  * @param {string} environmentId Environment ID
56755
56755
  * @param {EnvironmentVariableRequest} [environmentVariableRequest]
@@ -56795,7 +56795,7 @@ export const EnvironmentVariableApiFactory = function (configuration?: Configura
56795
56795
  return localVarFp.deleteEnvironmentEnvironmentVariable(environmentId, environmentVariableId, options).then((request) => request(axios, basePath));
56796
56796
  },
56797
56797
  /**
56798
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56798
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56799
56799
  * @summary Edit an environment variable belonging to the environment
56800
56800
  * @param {string} environmentId Environment ID
56801
56801
  * @param {string} environmentVariableId Environment Variable ID
@@ -56827,7 +56827,7 @@ export const EnvironmentVariableApiFactory = function (configuration?: Configura
56827
56827
  */
56828
56828
  export class EnvironmentVariableApi extends BaseAPI {
56829
56829
  /**
56830
- * - Add an environment variable to the environment. - If the environment variable key already exists, then it will be replaced by the new one. - If the environment variable value points toward an existing environment variable key, it will be considered as an alias.
56830
+ * - Add an environment variable to the environment. - If the environment variable key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing variable is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the variable to target.
56831
56831
  * @summary Add an environment variable to the environment
56832
56832
  * @param {string} environmentId Environment ID
56833
56833
  * @param {EnvironmentVariableRequest} [environmentVariableRequest]
@@ -56881,7 +56881,7 @@ export class EnvironmentVariableApi extends BaseAPI {
56881
56881
  }
56882
56882
 
56883
56883
  /**
56884
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56884
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
56885
56885
  * @summary Edit an environment variable belonging to the environment
56886
56886
  * @param {string} environmentId Environment ID
56887
56887
  * @param {string} environmentVariableId Environment Variable ID
@@ -63099,7 +63099,7 @@ export const JobEnvironmentVariableApiAxiosParamCreator = function (configuratio
63099
63099
  };
63100
63100
  },
63101
63101
  /**
63102
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
63102
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
63103
63103
  * @summary Edit an environment variable belonging to the job
63104
63104
  * @param {string} jobId Job ID
63105
63105
  * @param {string} environmentVariableId Environment Variable ID
@@ -63304,7 +63304,7 @@ export const JobEnvironmentVariableApiFp = function(configuration?: Configuratio
63304
63304
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
63305
63305
  },
63306
63306
  /**
63307
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
63307
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
63308
63308
  * @summary Edit an environment variable belonging to the job
63309
63309
  * @param {string} jobId Job ID
63310
63310
  * @param {string} environmentVariableId Environment Variable ID
@@ -63402,7 +63402,7 @@ export const JobEnvironmentVariableApiFactory = function (configuration?: Config
63402
63402
  return localVarFp.deleteJobEnvironmentVariable(jobId, environmentVariableId, options).then((request) => request(axios, basePath));
63403
63403
  },
63404
63404
  /**
63405
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
63405
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
63406
63406
  * @summary Edit an environment variable belonging to the job
63407
63407
  * @param {string} jobId Job ID
63408
63408
  * @param {string} environmentVariableId Environment Variable ID
@@ -63499,7 +63499,7 @@ export class JobEnvironmentVariableApi extends BaseAPI {
63499
63499
  }
63500
63500
 
63501
63501
  /**
63502
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
63502
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
63503
63503
  * @summary Edit an environment variable belonging to the job
63504
63504
  * @param {string} jobId Job ID
63505
63505
  * @param {string} environmentVariableId Environment Variable ID
@@ -64185,7 +64185,7 @@ export const JobSecretApiAxiosParamCreator = function (configuration?: Configura
64185
64185
  };
64186
64186
  },
64187
64187
  /**
64188
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
64188
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
64189
64189
  * @summary Edit a secret belonging to the job
64190
64190
  * @param {string} jobId Job ID
64191
64191
  * @param {string} secretId Secret ID
@@ -64345,7 +64345,7 @@ export const JobSecretApiFp = function(configuration?: Configuration) {
64345
64345
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
64346
64346
  },
64347
64347
  /**
64348
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
64348
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
64349
64349
  * @summary Edit a secret belonging to the job
64350
64350
  * @param {string} jobId Job ID
64351
64351
  * @param {string} secretId Secret ID
@@ -64429,7 +64429,7 @@ export const JobSecretApiFactory = function (configuration?: Configuration, base
64429
64429
  return localVarFp.deleteJobSecret(jobId, secretId, options).then((request) => request(axios, basePath));
64430
64430
  },
64431
64431
  /**
64432
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
64432
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
64433
64433
  * @summary Edit a secret belonging to the job
64434
64434
  * @param {string} jobId Job ID
64435
64435
  * @param {string} secretId Secret ID
@@ -64515,7 +64515,7 @@ export class JobSecretApi extends BaseAPI {
64515
64515
  }
64516
64516
 
64517
64517
  /**
64518
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
64518
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER)
64519
64519
  * @summary Edit a secret belonging to the job
64520
64520
  * @param {string} jobId Job ID
64521
64521
  * @param {string} secretId Secret ID
@@ -73423,7 +73423,7 @@ export class ProjectDeploymentRuleApi extends BaseAPI {
73423
73423
  export const ProjectEnvironmentVariableApiAxiosParamCreator = function (configuration?: Configuration) {
73424
73424
  return {
73425
73425
  /**
73426
- * - Add an environment variable to the project. - If the environment variable key already exists, then it will be replaced by the new one. - If the environment variable value points toward an existing environment variable key, it will be considered as an alias.
73426
+ * - Add an environment variable to the project. - If the environment variable key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing variable is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the variable to target.
73427
73427
  * @summary Add an environment variable to the project
73428
73428
  * @param {string} projectId Project ID
73429
73429
  * @param {EnvironmentVariableRequest} [environmentVariableRequest]
@@ -73611,7 +73611,7 @@ export const ProjectEnvironmentVariableApiAxiosParamCreator = function (configur
73611
73611
  };
73612
73612
  },
73613
73613
  /**
73614
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
73614
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
73615
73615
  * @summary Edit an environment variable belonging to the project
73616
73616
  * @param {string} projectId Project ID
73617
73617
  * @param {string} environmentVariableId Environment Variable ID
@@ -73713,7 +73713,7 @@ export const ProjectEnvironmentVariableApiFp = function(configuration?: Configur
73713
73713
  const localVarAxiosParamCreator = ProjectEnvironmentVariableApiAxiosParamCreator(configuration)
73714
73714
  return {
73715
73715
  /**
73716
- * - Add an environment variable to the project. - If the environment variable key already exists, then it will be replaced by the new one. - If the environment variable value points toward an existing environment variable key, it will be considered as an alias.
73716
+ * - Add an environment variable to the project. - If the environment variable key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing variable is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the variable to target.
73717
73717
  * @summary Add an environment variable to the project
73718
73718
  * @param {string} projectId Project ID
73719
73719
  * @param {EnvironmentVariableRequest} [environmentVariableRequest]
@@ -73771,7 +73771,7 @@ export const ProjectEnvironmentVariableApiFp = function(configuration?: Configur
73771
73771
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
73772
73772
  },
73773
73773
  /**
73774
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
73774
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
73775
73775
  * @summary Edit an environment variable belonging to the project
73776
73776
  * @param {string} projectId Project ID
73777
73777
  * @param {string} environmentVariableId Environment Variable ID
@@ -73809,7 +73809,7 @@ export const ProjectEnvironmentVariableApiFactory = function (configuration?: Co
73809
73809
  const localVarFp = ProjectEnvironmentVariableApiFp(configuration)
73810
73810
  return {
73811
73811
  /**
73812
- * - Add an environment variable to the project. - If the environment variable key already exists, then it will be replaced by the new one. - If the environment variable value points toward an existing environment variable key, it will be considered as an alias.
73812
+ * - Add an environment variable to the project. - If the environment variable key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing variable is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the variable to target.
73813
73813
  * @summary Add an environment variable to the project
73814
73814
  * @param {string} projectId Project ID
73815
73815
  * @param {EnvironmentVariableRequest} [environmentVariableRequest]
@@ -73855,7 +73855,7 @@ export const ProjectEnvironmentVariableApiFactory = function (configuration?: Co
73855
73855
  return localVarFp.deleteProjectEnvironmentVariable(projectId, environmentVariableId, options).then((request) => request(axios, basePath));
73856
73856
  },
73857
73857
  /**
73858
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
73858
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
73859
73859
  * @summary Edit an environment variable belonging to the project
73860
73860
  * @param {string} projectId Project ID
73861
73861
  * @param {string} environmentVariableId Environment Variable ID
@@ -73887,7 +73887,7 @@ export const ProjectEnvironmentVariableApiFactory = function (configuration?: Co
73887
73887
  */
73888
73888
  export class ProjectEnvironmentVariableApi extends BaseAPI {
73889
73889
  /**
73890
- * - Add an environment variable to the project. - If the environment variable key already exists, then it will be replaced by the new one. - If the environment variable value points toward an existing environment variable key, it will be considered as an alias.
73890
+ * - Add an environment variable to the project. - If the environment variable key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing variable is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the variable to target.
73891
73891
  * @summary Add an environment variable to the project
73892
73892
  * @param {string} projectId Project ID
73893
73893
  * @param {EnvironmentVariableRequest} [environmentVariableRequest]
@@ -73941,7 +73941,7 @@ export class ProjectEnvironmentVariableApi extends BaseAPI {
73941
73941
  }
73942
73942
 
73943
73943
  /**
73944
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
73944
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
73945
73945
  * @summary Edit an environment variable belonging to the project
73946
73946
  * @param {string} projectId Project ID
73947
73947
  * @param {string} environmentVariableId Environment Variable ID
@@ -74250,7 +74250,7 @@ export class ProjectMainCallsApi extends BaseAPI {
74250
74250
  export const ProjectSecretApiAxiosParamCreator = function (configuration?: Configuration) {
74251
74251
  return {
74252
74252
  /**
74253
- * - Add a secret to the project. - If the secret key already exists, then it will be replaced by the new one. - If the secret value points toward an existing secret key, it will be considered as an alias.
74253
+ * - Add a secret to the project. - If the secret key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing secret is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the secret to target.
74254
74254
  * @summary Add a secret to the project
74255
74255
  * @param {string} projectId Project ID
74256
74256
  * @param {SecretRequest} [secretRequest]
@@ -74438,7 +74438,7 @@ export const ProjectSecretApiAxiosParamCreator = function (configuration?: Confi
74438
74438
  };
74439
74439
  },
74440
74440
  /**
74441
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
74441
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
74442
74442
  * @summary Edit a secret belonging to the project
74443
74443
  * @param {string} projectId Project ID
74444
74444
  * @param {string} secretId Secret ID
@@ -74540,7 +74540,7 @@ export const ProjectSecretApiFp = function(configuration?: Configuration) {
74540
74540
  const localVarAxiosParamCreator = ProjectSecretApiAxiosParamCreator(configuration)
74541
74541
  return {
74542
74542
  /**
74543
- * - Add a secret to the project. - If the secret key already exists, then it will be replaced by the new one. - If the secret value points toward an existing secret key, it will be considered as an alias.
74543
+ * - Add a secret to the project. - If the secret key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing secret is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the secret to target.
74544
74544
  * @summary Add a secret to the project
74545
74545
  * @param {string} projectId Project ID
74546
74546
  * @param {SecretRequest} [secretRequest]
@@ -74598,7 +74598,7 @@ export const ProjectSecretApiFp = function(configuration?: Configuration) {
74598
74598
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
74599
74599
  },
74600
74600
  /**
74601
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
74601
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
74602
74602
  * @summary Edit a secret belonging to the project
74603
74603
  * @param {string} projectId Project ID
74604
74604
  * @param {string} secretId Secret ID
@@ -74636,7 +74636,7 @@ export const ProjectSecretApiFactory = function (configuration?: Configuration,
74636
74636
  const localVarFp = ProjectSecretApiFp(configuration)
74637
74637
  return {
74638
74638
  /**
74639
- * - Add a secret to the project. - If the secret key already exists, then it will be replaced by the new one. - If the secret value points toward an existing secret key, it will be considered as an alias.
74639
+ * - Add a secret to the project. - If the secret key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing secret is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the secret to target.
74640
74640
  * @summary Add a secret to the project
74641
74641
  * @param {string} projectId Project ID
74642
74642
  * @param {SecretRequest} [secretRequest]
@@ -74682,7 +74682,7 @@ export const ProjectSecretApiFactory = function (configuration?: Configuration,
74682
74682
  return localVarFp.deleteProjectSecret(projectId, secretId, options).then((request) => request(axios, basePath));
74683
74683
  },
74684
74684
  /**
74685
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
74685
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
74686
74686
  * @summary Edit a secret belonging to the project
74687
74687
  * @param {string} projectId Project ID
74688
74688
  * @param {string} secretId Secret ID
@@ -74714,7 +74714,7 @@ export const ProjectSecretApiFactory = function (configuration?: Configuration,
74714
74714
  */
74715
74715
  export class ProjectSecretApi extends BaseAPI {
74716
74716
  /**
74717
- * - Add a secret to the project. - If the secret key already exists, then it will be replaced by the new one. - If the secret value points toward an existing secret key, it will be considered as an alias.
74717
+ * - Add a secret to the project. - If the secret key already exists in this scope, the request is rejected with a 409 conflict. - A value matching the key of an existing secret is stored as a plain string, not as an alias. To create an alias, use POST /variable/{variableId}/alias on the secret to target.
74718
74718
  * @summary Add a secret to the project
74719
74719
  * @param {string} projectId Project ID
74720
74720
  * @param {SecretRequest} [secretRequest]
@@ -74768,7 +74768,7 @@ export class ProjectSecretApi extends BaseAPI {
74768
74768
  }
74769
74769
 
74770
74770
  /**
74771
- * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, you can\'t edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
74771
+ * - You can\'t edit a BUILT_IN secret - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not) - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION)
74772
74772
  * @summary Edit a secret belonging to the project
74773
74773
  * @param {string} projectId Project ID
74774
74774
  * @param {string} secretId Secret ID
@@ -78027,7 +78027,7 @@ export const VariableMainCallsApiAxiosParamCreator = function (configuration?: C
78027
78027
  };
78028
78028
  },
78029
78029
  /**
78030
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value
78030
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not)
78031
78031
  * @summary Edit a variable
78032
78032
  * @param {string} variableId Variable ID
78033
78033
  * @param {VariableEditRequest} variableEditRequest
@@ -78249,7 +78249,7 @@ export const VariableMainCallsApiFp = function(configuration?: Configuration) {
78249
78249
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
78250
78250
  },
78251
78251
  /**
78252
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value
78252
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not)
78253
78253
  * @summary Edit a variable
78254
78254
  * @param {string} variableId Variable ID
78255
78255
  * @param {VariableEditRequest} variableEditRequest
@@ -78345,7 +78345,7 @@ export const VariableMainCallsApiFactory = function (configuration?: Configurati
78345
78345
  return localVarFp.deleteVariable(variableId, options).then((request) => request(axios, basePath));
78346
78346
  },
78347
78347
  /**
78348
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value
78348
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not)
78349
78349
  * @summary Edit a variable
78350
78350
  * @param {string} variableId Variable ID
78351
78351
  * @param {VariableEditRequest} variableEditRequest
@@ -78440,7 +78440,7 @@ export class VariableMainCallsApi extends BaseAPI {
78440
78440
  }
78441
78441
 
78442
78442
  /**
78443
- * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, you can\'t edit the value
78443
+ * - You can\'t edit a BUILT_IN variable - For an override, you can\'t edit the key - For an alias, the value is the key of the variable it targets. Editing it re-points the alias to that other variable, which must already exist and be of the same kind (secret or not)
78444
78444
  * @summary Edit a variable
78445
78445
  * @param {string} variableId Variable ID
78446
78446
  * @param {VariableEditRequest} variableEditRequest