qovery-typescript-axios 1.1.883 → 1.1.885
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 +2 -2
- package/dist/api.js +2 -2
- package/dist/esm/api.js +2 -2
- package/package.json +2 -2
package/api.ts
CHANGED
|
@@ -66131,7 +66131,7 @@ export const SecretManagerAccessApiAxiosParamCreator = function (configuration?:
|
|
|
66131
66131
|
listSecretManagerAccessExternalSecrets: async (secretManagerAccessId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
66132
66132
|
// verify required parameter 'secretManagerAccessId' is not null or undefined
|
|
66133
66133
|
assertParamExists('listSecretManagerAccessExternalSecrets', 'secretManagerAccessId', secretManagerAccessId)
|
|
66134
|
-
const localVarPath = `/
|
|
66134
|
+
const localVarPath = `/secretManagerAccess/{secretManagerAccessId}/associatedServices`
|
|
66135
66135
|
.replace(`{${"secretManagerAccessId"}}`, encodeURIComponent(String(secretManagerAccessId)));
|
|
66136
66136
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
66137
66137
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -66173,7 +66173,7 @@ export const SecretManagerAccessApiAxiosParamCreator = function (configuration?:
|
|
|
66173
66173
|
listUpstreamSecretsFromSecretProvider: async (secretManagerAccessId: string, namePrefix?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
66174
66174
|
// verify required parameter 'secretManagerAccessId' is not null or undefined
|
|
66175
66175
|
assertParamExists('listUpstreamSecretsFromSecretProvider', 'secretManagerAccessId', secretManagerAccessId)
|
|
66176
|
-
const localVarPath = `/
|
|
66176
|
+
const localVarPath = `/secretManagerAccess/{secretManagerAccessId}/secrets`
|
|
66177
66177
|
.replace(`{${"secretManagerAccessId"}}`, encodeURIComponent(String(secretManagerAccessId)));
|
|
66178
66178
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
66179
66179
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
package/dist/api.js
CHANGED
|
@@ -41180,7 +41180,7 @@ const SecretManagerAccessApiAxiosParamCreator = function (configuration) {
|
|
|
41180
41180
|
listSecretManagerAccessExternalSecrets: (secretManagerAccessId_1, ...args_1) => __awaiter(this, [secretManagerAccessId_1, ...args_1], void 0, function* (secretManagerAccessId, options = {}) {
|
|
41181
41181
|
// verify required parameter 'secretManagerAccessId' is not null or undefined
|
|
41182
41182
|
(0, common_1.assertParamExists)('listSecretManagerAccessExternalSecrets', 'secretManagerAccessId', secretManagerAccessId);
|
|
41183
|
-
const localVarPath = `/
|
|
41183
|
+
const localVarPath = `/secretManagerAccess/{secretManagerAccessId}/associatedServices`
|
|
41184
41184
|
.replace(`{${"secretManagerAccessId"}}`, encodeURIComponent(String(secretManagerAccessId)));
|
|
41185
41185
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
41186
41186
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -41215,7 +41215,7 @@ const SecretManagerAccessApiAxiosParamCreator = function (configuration) {
|
|
|
41215
41215
|
listUpstreamSecretsFromSecretProvider: (secretManagerAccessId_1, namePrefix_1, ...args_1) => __awaiter(this, [secretManagerAccessId_1, namePrefix_1, ...args_1], void 0, function* (secretManagerAccessId, namePrefix, options = {}) {
|
|
41216
41216
|
// verify required parameter 'secretManagerAccessId' is not null or undefined
|
|
41217
41217
|
(0, common_1.assertParamExists)('listUpstreamSecretsFromSecretProvider', 'secretManagerAccessId', secretManagerAccessId);
|
|
41218
|
-
const localVarPath = `/
|
|
41218
|
+
const localVarPath = `/secretManagerAccess/{secretManagerAccessId}/secrets`
|
|
41219
41219
|
.replace(`{${"secretManagerAccessId"}}`, encodeURIComponent(String(secretManagerAccessId)));
|
|
41220
41220
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
41221
41221
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
package/dist/esm/api.js
CHANGED
|
@@ -40835,7 +40835,7 @@ export const SecretManagerAccessApiAxiosParamCreator = function (configuration)
|
|
|
40835
40835
|
listSecretManagerAccessExternalSecrets: (secretManagerAccessId_1, ...args_1) => __awaiter(this, [secretManagerAccessId_1, ...args_1], void 0, function* (secretManagerAccessId, options = {}) {
|
|
40836
40836
|
// verify required parameter 'secretManagerAccessId' is not null or undefined
|
|
40837
40837
|
assertParamExists('listSecretManagerAccessExternalSecrets', 'secretManagerAccessId', secretManagerAccessId);
|
|
40838
|
-
const localVarPath = `/
|
|
40838
|
+
const localVarPath = `/secretManagerAccess/{secretManagerAccessId}/associatedServices`
|
|
40839
40839
|
.replace(`{${"secretManagerAccessId"}}`, encodeURIComponent(String(secretManagerAccessId)));
|
|
40840
40840
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
40841
40841
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -40870,7 +40870,7 @@ export const SecretManagerAccessApiAxiosParamCreator = function (configuration)
|
|
|
40870
40870
|
listUpstreamSecretsFromSecretProvider: (secretManagerAccessId_1, namePrefix_1, ...args_1) => __awaiter(this, [secretManagerAccessId_1, namePrefix_1, ...args_1], void 0, function* (secretManagerAccessId, namePrefix, options = {}) {
|
|
40871
40871
|
// verify required parameter 'secretManagerAccessId' is not null or undefined
|
|
40872
40872
|
assertParamExists('listUpstreamSecretsFromSecretProvider', 'secretManagerAccessId', secretManagerAccessId);
|
|
40873
|
-
const localVarPath = `/
|
|
40873
|
+
const localVarPath = `/secretManagerAccess/{secretManagerAccessId}/secrets`
|
|
40874
40874
|
.replace(`{${"secretManagerAccessId"}}`, encodeURIComponent(String(secretManagerAccessId)));
|
|
40875
40875
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
40876
40876
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qovery-typescript-axios",
|
|
3
|
-
"version": "v1.1.
|
|
3
|
+
"version": "v1.1.885",
|
|
4
4
|
"description": "OpenAPI client for qovery-typescript-axios",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"prepare": "npm run build"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"axios": "1.15.
|
|
27
|
+
"axios": "1.15.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "12.11.5 - 12.20.42",
|