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 +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/esm/api.d.ts +1 -1
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -12065,7 +12065,7 @@ export interface GcpSecretManagerEndpointDto {
|
|
|
12065
12065
|
* @type {string}
|
|
12066
12066
|
* @memberof GcpSecretManagerEndpointDto
|
|
12067
12067
|
*/
|
|
12068
|
-
'
|
|
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
|
-
'
|
|
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
|
-
'
|
|
11700
|
+
'project_id': string;
|
|
11701
11701
|
}
|
|
11702
11702
|
export declare const GcpSecretManagerEndpointDtoModeEnum: {
|
|
11703
11703
|
readonly GCP_SECRET_MANAGER: "GCP_SECRET_MANAGER";
|