kb-cloud-client-typescript 2.3.0-alpha.207 → 2.3.0-alpha.209
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/dist/adminapi/apis/account-api.d.ts +0 -206
- package/dist/adminapi/apis/account-api.d.ts.map +1 -1
- package/dist/adminapi/apis/account-api.js +0 -233
- package/dist/adminapi/apis/account-api.js.map +1 -1
- package/dist/adminapi/apis/milvus-api.d.ts +0 -207
- package/dist/adminapi/apis/milvus-api.d.ts.map +1 -1
- package/dist/adminapi/apis/milvus-api.js +0 -233
- package/dist/adminapi/apis/milvus-api.js.map +1 -1
- package/dist/adminapi/apis/shared-api.d.ts +0 -206
- package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
- package/dist/adminapi/apis/shared-api.js +0 -233
- package/dist/adminapi/apis/shared-api.js.map +1 -1
- package/dist/adminapi/models/index.d.ts +0 -1
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +0 -1
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/openapi/apis/account-api.d.ts +0 -206
- package/dist/openapi/apis/account-api.d.ts.map +1 -1
- package/dist/openapi/apis/account-api.js +0 -233
- package/dist/openapi/apis/account-api.js.map +1 -1
- package/dist/openapi/apis/milvus-api.d.ts +0 -207
- package/dist/openapi/apis/milvus-api.d.ts.map +1 -1
- package/dist/openapi/apis/milvus-api.js +0 -233
- package/dist/openapi/apis/milvus-api.js.map +1 -1
- package/dist/openapi/apis/shared-api.d.ts +0 -206
- package/dist/openapi/apis/shared-api.d.ts.map +1 -1
- package/dist/openapi/apis/shared-api.js +0 -233
- package/dist/openapi/apis/shared-api.js.map +1 -1
- package/dist/openapi/models/index.d.ts +0 -1
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +0 -1
- package/dist/openapi/models/index.js.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +0 -1
- package/src/adminapi/apis/account-api.ts +0 -364
- package/src/adminapi/apis/milvus-api.ts +0 -366
- package/src/adminapi/apis/shared-api.ts +0 -364
- package/src/adminapi/models/index.ts +0 -1
- package/src/adminapi.yaml +0 -150
- package/src/openapi/.openapi-generator/FILES +0 -1
- package/src/openapi/apis/account-api.ts +0 -364
- package/src/openapi/apis/milvus-api.ts +0 -366
- package/src/openapi/apis/shared-api.ts +0 -364
- package/src/openapi/models/index.ts +0 -1
- package/src/openapi.yaml +0 -150
- package/dist/adminapi/models/milvus-account.d.ts +0 -49
- package/dist/adminapi/models/milvus-account.d.ts.map +0 -1
- package/dist/adminapi/models/milvus-account.js +0 -16
- package/dist/adminapi/models/milvus-account.js.map +0 -1
- package/dist/openapi/models/milvus-account.d.ts +0 -49
- package/dist/openapi/models/milvus-account.d.ts.map +0 -1
- package/dist/openapi/models/milvus-account.js +0 -16
- package/dist/openapi/models/milvus-account.js.map +0 -1
- package/src/adminapi/models/milvus-account.ts +0 -54
- package/src/openapi/models/milvus-account.ts +0 -54
|
@@ -34,8 +34,6 @@ import type { DmsServiceAccountCreateRequest } from '../models';
|
|
|
34
34
|
// @ts-ignore
|
|
35
35
|
import type { DmsServiceAccountUpdateRequest } from '../models';
|
|
36
36
|
// @ts-ignore
|
|
37
|
-
import type { MilvusAccount } from '../models';
|
|
38
|
-
// @ts-ignore
|
|
39
37
|
import type { MilvusAccountPassword } from '../models';
|
|
40
38
|
// @ts-ignore
|
|
41
39
|
import type { MilvusAccountRoles } from '../models';
|
|
@@ -200,57 +198,6 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
200
198
|
|
|
201
199
|
|
|
202
200
|
|
|
203
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
204
|
-
|
|
205
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
206
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
207
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
208
|
-
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)
|
|
209
|
-
|
|
210
|
-
return {
|
|
211
|
-
url: toPathString(localVarUrlObj),
|
|
212
|
-
options: localVarRequestOptions,
|
|
213
|
-
};
|
|
214
|
-
},
|
|
215
|
-
/**
|
|
216
|
-
* Create a Milvus account.
|
|
217
|
-
* @summary Create Milvus account
|
|
218
|
-
* @param {string} orgName name of the Org
|
|
219
|
-
* @param {string} clusterName name of the Cluster
|
|
220
|
-
* @param {MilvusAccount} body
|
|
221
|
-
* @param {*} [options] Override http request option.
|
|
222
|
-
* @throws {RequiredError}
|
|
223
|
-
*/
|
|
224
|
-
createMilvusAccount: async (orgName: string, clusterName: string, body: MilvusAccount, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
225
|
-
// verify required parameter 'orgName' is not null or undefined
|
|
226
|
-
assertParamExists('createMilvusAccount', 'orgName', orgName)
|
|
227
|
-
// verify required parameter 'clusterName' is not null or undefined
|
|
228
|
-
assertParamExists('createMilvusAccount', 'clusterName', clusterName)
|
|
229
|
-
// verify required parameter 'body' is not null or undefined
|
|
230
|
-
assertParamExists('createMilvusAccount', 'body', body)
|
|
231
|
-
const localVarPath = `/api/v1/data/milvus/organizations/{orgName}/clusters/{clusterName}/accounts`
|
|
232
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
233
|
-
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
234
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
235
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
236
|
-
let baseOptions;
|
|
237
|
-
if (configuration) {
|
|
238
|
-
baseOptions = configuration.baseOptions;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
242
|
-
const localVarHeaderParameter = {} as any;
|
|
243
|
-
const localVarQueryParameter = {} as any;
|
|
244
|
-
|
|
245
|
-
// authentication BearerToken required
|
|
246
|
-
// http bearer authentication required
|
|
247
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
248
|
-
|
|
249
|
-
// authentication DigestAuth required
|
|
250
|
-
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
201
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
255
202
|
|
|
256
203
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -562,55 +509,6 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
562
509
|
|
|
563
510
|
|
|
564
511
|
|
|
565
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
566
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
567
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
568
|
-
|
|
569
|
-
return {
|
|
570
|
-
url: toPathString(localVarUrlObj),
|
|
571
|
-
options: localVarRequestOptions,
|
|
572
|
-
};
|
|
573
|
-
},
|
|
574
|
-
/**
|
|
575
|
-
* Delete a Milvus account.
|
|
576
|
-
* @summary Delete Milvus account
|
|
577
|
-
* @param {string} orgName name of the Org
|
|
578
|
-
* @param {string} clusterName name of the Cluster
|
|
579
|
-
* @param {string} accountName name of the Account
|
|
580
|
-
* @param {*} [options] Override http request option.
|
|
581
|
-
* @throws {RequiredError}
|
|
582
|
-
*/
|
|
583
|
-
deleteMilvusAccount: async (orgName: string, clusterName: string, accountName: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
584
|
-
// verify required parameter 'orgName' is not null or undefined
|
|
585
|
-
assertParamExists('deleteMilvusAccount', 'orgName', orgName)
|
|
586
|
-
// verify required parameter 'clusterName' is not null or undefined
|
|
587
|
-
assertParamExists('deleteMilvusAccount', 'clusterName', clusterName)
|
|
588
|
-
// verify required parameter 'accountName' is not null or undefined
|
|
589
|
-
assertParamExists('deleteMilvusAccount', 'accountName', accountName)
|
|
590
|
-
const localVarPath = `/api/v1/data/milvus/organizations/{orgName}/clusters/{clusterName}/accounts/{accountName}`
|
|
591
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
592
|
-
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
|
|
593
|
-
.replace(`{${"accountName"}}`, encodeURIComponent(String(accountName)));
|
|
594
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
595
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
596
|
-
let baseOptions;
|
|
597
|
-
if (configuration) {
|
|
598
|
-
baseOptions = configuration.baseOptions;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
602
|
-
const localVarHeaderParameter = {} as any;
|
|
603
|
-
const localVarQueryParameter = {} as any;
|
|
604
|
-
|
|
605
|
-
// authentication BearerToken required
|
|
606
|
-
// http bearer authentication required
|
|
607
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
608
|
-
|
|
609
|
-
// authentication DigestAuth required
|
|
610
|
-
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
512
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
615
513
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
616
514
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -1067,51 +965,6 @@ export const AccountApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
1067
965
|
|
|
1068
966
|
|
|
1069
967
|
|
|
1070
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1071
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1072
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1073
|
-
|
|
1074
|
-
return {
|
|
1075
|
-
url: toPathString(localVarUrlObj),
|
|
1076
|
-
options: localVarRequestOptions,
|
|
1077
|
-
};
|
|
1078
|
-
},
|
|
1079
|
-
/**
|
|
1080
|
-
* List Milvus accounts.
|
|
1081
|
-
* @summary List Milvus accounts
|
|
1082
|
-
* @param {string} orgName name of the Org
|
|
1083
|
-
* @param {string} clusterName name of the Cluster
|
|
1084
|
-
* @param {*} [options] Override http request option.
|
|
1085
|
-
* @throws {RequiredError}
|
|
1086
|
-
*/
|
|
1087
|
-
listMilvusAccounts: async (orgName: string, clusterName: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1088
|
-
// verify required parameter 'orgName' is not null or undefined
|
|
1089
|
-
assertParamExists('listMilvusAccounts', 'orgName', orgName)
|
|
1090
|
-
// verify required parameter 'clusterName' is not null or undefined
|
|
1091
|
-
assertParamExists('listMilvusAccounts', 'clusterName', clusterName)
|
|
1092
|
-
const localVarPath = `/api/v1/data/milvus/organizations/{orgName}/clusters/{clusterName}/accounts`
|
|
1093
|
-
.replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
|
|
1094
|
-
.replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
|
|
1095
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1096
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1097
|
-
let baseOptions;
|
|
1098
|
-
if (configuration) {
|
|
1099
|
-
baseOptions = configuration.baseOptions;
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1103
|
-
const localVarHeaderParameter = {} as any;
|
|
1104
|
-
const localVarQueryParameter = {} as any;
|
|
1105
|
-
|
|
1106
|
-
// authentication BearerToken required
|
|
1107
|
-
// http bearer authentication required
|
|
1108
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1109
|
-
|
|
1110
|
-
// authentication DigestAuth required
|
|
1111
|
-
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
968
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1116
969
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1117
970
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -1983,21 +1836,6 @@ export const AccountApiFp = function(configuration?: Configuration) {
|
|
|
1983
1836
|
const localVarOperationServerBasePath = operationServerMap['AccountApi.createKafkaAccount']?.[localVarOperationServerIndex]?.url;
|
|
1984
1837
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1985
1838
|
},
|
|
1986
|
-
/**
|
|
1987
|
-
* Create a Milvus account.
|
|
1988
|
-
* @summary Create Milvus account
|
|
1989
|
-
* @param {string} orgName name of the Org
|
|
1990
|
-
* @param {string} clusterName name of the Cluster
|
|
1991
|
-
* @param {MilvusAccount} body
|
|
1992
|
-
* @param {*} [options] Override http request option.
|
|
1993
|
-
* @throws {RequiredError}
|
|
1994
|
-
*/
|
|
1995
|
-
async createMilvusAccount(orgName: string, clusterName: string, body: MilvusAccount, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountListItem>> {
|
|
1996
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.createMilvusAccount(orgName, clusterName, body, options);
|
|
1997
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1998
|
-
const localVarOperationServerBasePath = operationServerMap['AccountApi.createMilvusAccount']?.[localVarOperationServerIndex]?.url;
|
|
1999
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2000
|
-
},
|
|
2001
1839
|
/**
|
|
2002
1840
|
* create an account in mongodb
|
|
2003
1841
|
* @summary Create mongodb account
|
|
@@ -2090,21 +1928,6 @@ export const AccountApiFp = function(configuration?: Configuration) {
|
|
|
2090
1928
|
const localVarOperationServerBasePath = operationServerMap['AccountApi.deleteKafkaAccount']?.[localVarOperationServerIndex]?.url;
|
|
2091
1929
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2092
1930
|
},
|
|
2093
|
-
/**
|
|
2094
|
-
* Delete a Milvus account.
|
|
2095
|
-
* @summary Delete Milvus account
|
|
2096
|
-
* @param {string} orgName name of the Org
|
|
2097
|
-
* @param {string} clusterName name of the Cluster
|
|
2098
|
-
* @param {string} accountName name of the Account
|
|
2099
|
-
* @param {*} [options] Override http request option.
|
|
2100
|
-
* @throws {RequiredError}
|
|
2101
|
-
*/
|
|
2102
|
-
async deleteMilvusAccount(orgName: string, clusterName: string, accountName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
2103
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteMilvusAccount(orgName, clusterName, accountName, options);
|
|
2104
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2105
|
-
const localVarOperationServerBasePath = operationServerMap['AccountApi.deleteMilvusAccount']?.[localVarOperationServerIndex]?.url;
|
|
2106
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2107
|
-
},
|
|
2108
1931
|
/**
|
|
2109
1932
|
* delete an account in mongodb
|
|
2110
1933
|
* @summary Delete mongodb account
|
|
@@ -2242,20 +2065,6 @@ export const AccountApiFp = function(configuration?: Configuration) {
|
|
|
2242
2065
|
const localVarOperationServerBasePath = operationServerMap['AccountApi.listKafkaAccounts']?.[localVarOperationServerIndex]?.url;
|
|
2243
2066
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2244
2067
|
},
|
|
2245
|
-
/**
|
|
2246
|
-
* List Milvus accounts.
|
|
2247
|
-
* @summary List Milvus accounts
|
|
2248
|
-
* @param {string} orgName name of the Org
|
|
2249
|
-
* @param {string} clusterName name of the Cluster
|
|
2250
|
-
* @param {*} [options] Override http request option.
|
|
2251
|
-
* @throws {RequiredError}
|
|
2252
|
-
*/
|
|
2253
|
-
async listMilvusAccounts(orgName: string, clusterName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AccountListItem>>> {
|
|
2254
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listMilvusAccounts(orgName, clusterName, options);
|
|
2255
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2256
|
-
const localVarOperationServerBasePath = operationServerMap['AccountApi.listMilvusAccounts']?.[localVarOperationServerIndex]?.url;
|
|
2257
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2258
|
-
},
|
|
2259
2068
|
/**
|
|
2260
2069
|
* list accounts in mongodb
|
|
2261
2070
|
* @summary List mongodb accounts
|
|
@@ -2534,16 +2343,6 @@ export const AccountApiFactory = function (configuration?: Configuration, basePa
|
|
|
2534
2343
|
createKafkaAccount(requestParameters: AccountApiCreateKafkaAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<Account> {
|
|
2535
2344
|
return localVarFp.createKafkaAccount(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2536
2345
|
},
|
|
2537
|
-
/**
|
|
2538
|
-
* Create a Milvus account.
|
|
2539
|
-
* @summary Create Milvus account
|
|
2540
|
-
* @param {AccountApiCreateMilvusAccountRequest} requestParameters Request parameters.
|
|
2541
|
-
* @param {*} [options] Override http request option.
|
|
2542
|
-
* @throws {RequiredError}
|
|
2543
|
-
*/
|
|
2544
|
-
createMilvusAccount(requestParameters: AccountApiCreateMilvusAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<AccountListItem> {
|
|
2545
|
-
return localVarFp.createMilvusAccount(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2546
|
-
},
|
|
2547
2346
|
/**
|
|
2548
2347
|
* create an account in mongodb
|
|
2549
2348
|
* @summary Create mongodb account
|
|
@@ -2604,16 +2403,6 @@ export const AccountApiFactory = function (configuration?: Configuration, basePa
|
|
|
2604
2403
|
deleteKafkaAccount(requestParameters: AccountApiDeleteKafkaAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
2605
2404
|
return localVarFp.deleteKafkaAccount(requestParameters.orgName, requestParameters.clusterName, requestParameters.accountName, options).then((request) => request(axios, basePath));
|
|
2606
2405
|
},
|
|
2607
|
-
/**
|
|
2608
|
-
* Delete a Milvus account.
|
|
2609
|
-
* @summary Delete Milvus account
|
|
2610
|
-
* @param {AccountApiDeleteMilvusAccountRequest} requestParameters Request parameters.
|
|
2611
|
-
* @param {*} [options] Override http request option.
|
|
2612
|
-
* @throws {RequiredError}
|
|
2613
|
-
*/
|
|
2614
|
-
deleteMilvusAccount(requestParameters: AccountApiDeleteMilvusAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
2615
|
-
return localVarFp.deleteMilvusAccount(requestParameters.orgName, requestParameters.clusterName, requestParameters.accountName, options).then((request) => request(axios, basePath));
|
|
2616
|
-
},
|
|
2617
2406
|
/**
|
|
2618
2407
|
* delete an account in mongodb
|
|
2619
2408
|
* @summary Delete mongodb account
|
|
@@ -2704,16 +2493,6 @@ export const AccountApiFactory = function (configuration?: Configuration, basePa
|
|
|
2704
2493
|
listKafkaAccounts(requestParameters: AccountApiListKafkaAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<AccountListItem>> {
|
|
2705
2494
|
return localVarFp.listKafkaAccounts(requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(axios, basePath));
|
|
2706
2495
|
},
|
|
2707
|
-
/**
|
|
2708
|
-
* List Milvus accounts.
|
|
2709
|
-
* @summary List Milvus accounts
|
|
2710
|
-
* @param {AccountApiListMilvusAccountsRequest} requestParameters Request parameters.
|
|
2711
|
-
* @param {*} [options] Override http request option.
|
|
2712
|
-
* @throws {RequiredError}
|
|
2713
|
-
*/
|
|
2714
|
-
listMilvusAccounts(requestParameters: AccountApiListMilvusAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<AccountListItem>> {
|
|
2715
|
-
return localVarFp.listMilvusAccounts(requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(axios, basePath));
|
|
2716
|
-
},
|
|
2717
2496
|
/**
|
|
2718
2497
|
* list accounts in mongodb
|
|
2719
2498
|
* @summary List mongodb accounts
|
|
@@ -2903,16 +2682,6 @@ export interface AccountApiInterface {
|
|
|
2903
2682
|
*/
|
|
2904
2683
|
createKafkaAccount(requestParameters: AccountApiCreateKafkaAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<Account>;
|
|
2905
2684
|
|
|
2906
|
-
/**
|
|
2907
|
-
* Create a Milvus account.
|
|
2908
|
-
* @summary Create Milvus account
|
|
2909
|
-
* @param {AccountApiCreateMilvusAccountRequest} requestParameters Request parameters.
|
|
2910
|
-
* @param {*} [options] Override http request option.
|
|
2911
|
-
* @throws {RequiredError}
|
|
2912
|
-
* @memberof AccountApiInterface
|
|
2913
|
-
*/
|
|
2914
|
-
createMilvusAccount(requestParameters: AccountApiCreateMilvusAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<AccountListItem>;
|
|
2915
|
-
|
|
2916
2685
|
/**
|
|
2917
2686
|
* create an account in mongodb
|
|
2918
2687
|
* @summary Create mongodb account
|
|
@@ -2973,16 +2742,6 @@ export interface AccountApiInterface {
|
|
|
2973
2742
|
*/
|
|
2974
2743
|
deleteKafkaAccount(requestParameters: AccountApiDeleteKafkaAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
2975
2744
|
|
|
2976
|
-
/**
|
|
2977
|
-
* Delete a Milvus account.
|
|
2978
|
-
* @summary Delete Milvus account
|
|
2979
|
-
* @param {AccountApiDeleteMilvusAccountRequest} requestParameters Request parameters.
|
|
2980
|
-
* @param {*} [options] Override http request option.
|
|
2981
|
-
* @throws {RequiredError}
|
|
2982
|
-
* @memberof AccountApiInterface
|
|
2983
|
-
*/
|
|
2984
|
-
deleteMilvusAccount(requestParameters: AccountApiDeleteMilvusAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
2985
|
-
|
|
2986
2745
|
/**
|
|
2987
2746
|
* delete an account in mongodb
|
|
2988
2747
|
* @summary Delete mongodb account
|
|
@@ -3073,16 +2832,6 @@ export interface AccountApiInterface {
|
|
|
3073
2832
|
*/
|
|
3074
2833
|
listKafkaAccounts(requestParameters: AccountApiListKafkaAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<AccountListItem>>;
|
|
3075
2834
|
|
|
3076
|
-
/**
|
|
3077
|
-
* List Milvus accounts.
|
|
3078
|
-
* @summary List Milvus accounts
|
|
3079
|
-
* @param {AccountApiListMilvusAccountsRequest} requestParameters Request parameters.
|
|
3080
|
-
* @param {*} [options] Override http request option.
|
|
3081
|
-
* @throws {RequiredError}
|
|
3082
|
-
* @memberof AccountApiInterface
|
|
3083
|
-
*/
|
|
3084
|
-
listMilvusAccounts(requestParameters: AccountApiListMilvusAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<AccountListItem>>;
|
|
3085
|
-
|
|
3086
2835
|
/**
|
|
3087
2836
|
* list accounts in mongodb
|
|
3088
2837
|
* @summary List mongodb accounts
|
|
@@ -3326,34 +3075,6 @@ export interface AccountApiCreateKafkaAccountRequest {
|
|
|
3326
3075
|
readonly body: Account
|
|
3327
3076
|
}
|
|
3328
3077
|
|
|
3329
|
-
/**
|
|
3330
|
-
* Request parameters for createMilvusAccount operation in AccountApi.
|
|
3331
|
-
* @export
|
|
3332
|
-
* @interface AccountApiCreateMilvusAccountRequest
|
|
3333
|
-
*/
|
|
3334
|
-
export interface AccountApiCreateMilvusAccountRequest {
|
|
3335
|
-
/**
|
|
3336
|
-
* name of the Org
|
|
3337
|
-
* @type {string}
|
|
3338
|
-
* @memberof AccountApiCreateMilvusAccount
|
|
3339
|
-
*/
|
|
3340
|
-
readonly orgName: string
|
|
3341
|
-
|
|
3342
|
-
/**
|
|
3343
|
-
* name of the Cluster
|
|
3344
|
-
* @type {string}
|
|
3345
|
-
* @memberof AccountApiCreateMilvusAccount
|
|
3346
|
-
*/
|
|
3347
|
-
readonly clusterName: string
|
|
3348
|
-
|
|
3349
|
-
/**
|
|
3350
|
-
*
|
|
3351
|
-
* @type {MilvusAccount}
|
|
3352
|
-
* @memberof AccountApiCreateMilvusAccount
|
|
3353
|
-
*/
|
|
3354
|
-
readonly body: MilvusAccount
|
|
3355
|
-
}
|
|
3356
|
-
|
|
3357
3078
|
/**
|
|
3358
3079
|
* Request parameters for createMongoDBAccount operation in AccountApi.
|
|
3359
3080
|
* @export
|
|
@@ -3536,34 +3257,6 @@ export interface AccountApiDeleteKafkaAccountRequest {
|
|
|
3536
3257
|
readonly accountName: string
|
|
3537
3258
|
}
|
|
3538
3259
|
|
|
3539
|
-
/**
|
|
3540
|
-
* Request parameters for deleteMilvusAccount operation in AccountApi.
|
|
3541
|
-
* @export
|
|
3542
|
-
* @interface AccountApiDeleteMilvusAccountRequest
|
|
3543
|
-
*/
|
|
3544
|
-
export interface AccountApiDeleteMilvusAccountRequest {
|
|
3545
|
-
/**
|
|
3546
|
-
* name of the Org
|
|
3547
|
-
* @type {string}
|
|
3548
|
-
* @memberof AccountApiDeleteMilvusAccount
|
|
3549
|
-
*/
|
|
3550
|
-
readonly orgName: string
|
|
3551
|
-
|
|
3552
|
-
/**
|
|
3553
|
-
* name of the Cluster
|
|
3554
|
-
* @type {string}
|
|
3555
|
-
* @memberof AccountApiDeleteMilvusAccount
|
|
3556
|
-
*/
|
|
3557
|
-
readonly clusterName: string
|
|
3558
|
-
|
|
3559
|
-
/**
|
|
3560
|
-
* name of the Account
|
|
3561
|
-
* @type {string}
|
|
3562
|
-
* @memberof AccountApiDeleteMilvusAccount
|
|
3563
|
-
*/
|
|
3564
|
-
readonly accountName: string
|
|
3565
|
-
}
|
|
3566
|
-
|
|
3567
3260
|
/**
|
|
3568
3261
|
* Request parameters for deleteMongoDBAccount operation in AccountApi.
|
|
3569
3262
|
* @export
|
|
@@ -3830,27 +3523,6 @@ export interface AccountApiListKafkaAccountsRequest {
|
|
|
3830
3523
|
readonly clusterName: string
|
|
3831
3524
|
}
|
|
3832
3525
|
|
|
3833
|
-
/**
|
|
3834
|
-
* Request parameters for listMilvusAccounts operation in AccountApi.
|
|
3835
|
-
* @export
|
|
3836
|
-
* @interface AccountApiListMilvusAccountsRequest
|
|
3837
|
-
*/
|
|
3838
|
-
export interface AccountApiListMilvusAccountsRequest {
|
|
3839
|
-
/**
|
|
3840
|
-
* name of the Org
|
|
3841
|
-
* @type {string}
|
|
3842
|
-
* @memberof AccountApiListMilvusAccounts
|
|
3843
|
-
*/
|
|
3844
|
-
readonly orgName: string
|
|
3845
|
-
|
|
3846
|
-
/**
|
|
3847
|
-
* name of the Cluster
|
|
3848
|
-
* @type {string}
|
|
3849
|
-
* @memberof AccountApiListMilvusAccounts
|
|
3850
|
-
*/
|
|
3851
|
-
readonly clusterName: string
|
|
3852
|
-
}
|
|
3853
|
-
|
|
3854
3526
|
/**
|
|
3855
3527
|
* Request parameters for listMongoDBAccounts operation in AccountApi.
|
|
3856
3528
|
* @export
|
|
@@ -4405,18 +4077,6 @@ export class AccountApi extends BaseAPI implements AccountApiInterface {
|
|
|
4405
4077
|
return AccountApiFp(this.configuration).createKafkaAccount(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
4406
4078
|
}
|
|
4407
4079
|
|
|
4408
|
-
/**
|
|
4409
|
-
* Create a Milvus account.
|
|
4410
|
-
* @summary Create Milvus account
|
|
4411
|
-
* @param {AccountApiCreateMilvusAccountRequest} requestParameters Request parameters.
|
|
4412
|
-
* @param {*} [options] Override http request option.
|
|
4413
|
-
* @throws {RequiredError}
|
|
4414
|
-
* @memberof AccountApi
|
|
4415
|
-
*/
|
|
4416
|
-
public createMilvusAccount(requestParameters: AccountApiCreateMilvusAccountRequest, options?: RawAxiosRequestConfig) {
|
|
4417
|
-
return AccountApiFp(this.configuration).createMilvusAccount(requestParameters.orgName, requestParameters.clusterName, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
4418
|
-
}
|
|
4419
|
-
|
|
4420
4080
|
/**
|
|
4421
4081
|
* create an account in mongodb
|
|
4422
4082
|
* @summary Create mongodb account
|
|
@@ -4489,18 +4149,6 @@ export class AccountApi extends BaseAPI implements AccountApiInterface {
|
|
|
4489
4149
|
return AccountApiFp(this.configuration).deleteKafkaAccount(requestParameters.orgName, requestParameters.clusterName, requestParameters.accountName, options).then((request) => request(this.axios, this.basePath));
|
|
4490
4150
|
}
|
|
4491
4151
|
|
|
4492
|
-
/**
|
|
4493
|
-
* Delete a Milvus account.
|
|
4494
|
-
* @summary Delete Milvus account
|
|
4495
|
-
* @param {AccountApiDeleteMilvusAccountRequest} requestParameters Request parameters.
|
|
4496
|
-
* @param {*} [options] Override http request option.
|
|
4497
|
-
* @throws {RequiredError}
|
|
4498
|
-
* @memberof AccountApi
|
|
4499
|
-
*/
|
|
4500
|
-
public deleteMilvusAccount(requestParameters: AccountApiDeleteMilvusAccountRequest, options?: RawAxiosRequestConfig) {
|
|
4501
|
-
return AccountApiFp(this.configuration).deleteMilvusAccount(requestParameters.orgName, requestParameters.clusterName, requestParameters.accountName, options).then((request) => request(this.axios, this.basePath));
|
|
4502
|
-
}
|
|
4503
|
-
|
|
4504
4152
|
/**
|
|
4505
4153
|
* delete an account in mongodb
|
|
4506
4154
|
* @summary Delete mongodb account
|
|
@@ -4609,18 +4257,6 @@ export class AccountApi extends BaseAPI implements AccountApiInterface {
|
|
|
4609
4257
|
return AccountApiFp(this.configuration).listKafkaAccounts(requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(this.axios, this.basePath));
|
|
4610
4258
|
}
|
|
4611
4259
|
|
|
4612
|
-
/**
|
|
4613
|
-
* List Milvus accounts.
|
|
4614
|
-
* @summary List Milvus accounts
|
|
4615
|
-
* @param {AccountApiListMilvusAccountsRequest} requestParameters Request parameters.
|
|
4616
|
-
* @param {*} [options] Override http request option.
|
|
4617
|
-
* @throws {RequiredError}
|
|
4618
|
-
* @memberof AccountApi
|
|
4619
|
-
*/
|
|
4620
|
-
public listMilvusAccounts(requestParameters: AccountApiListMilvusAccountsRequest, options?: RawAxiosRequestConfig) {
|
|
4621
|
-
return AccountApiFp(this.configuration).listMilvusAccounts(requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(this.axios, this.basePath));
|
|
4622
|
-
}
|
|
4623
|
-
|
|
4624
4260
|
/**
|
|
4625
4261
|
* list accounts in mongodb
|
|
4626
4262
|
* @summary List mongodb accounts
|