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.
Files changed (55) hide show
  1. package/dist/adminapi/apis/account-api.d.ts +0 -206
  2. package/dist/adminapi/apis/account-api.d.ts.map +1 -1
  3. package/dist/adminapi/apis/account-api.js +0 -233
  4. package/dist/adminapi/apis/account-api.js.map +1 -1
  5. package/dist/adminapi/apis/milvus-api.d.ts +0 -207
  6. package/dist/adminapi/apis/milvus-api.d.ts.map +1 -1
  7. package/dist/adminapi/apis/milvus-api.js +0 -233
  8. package/dist/adminapi/apis/milvus-api.js.map +1 -1
  9. package/dist/adminapi/apis/shared-api.d.ts +0 -206
  10. package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
  11. package/dist/adminapi/apis/shared-api.js +0 -233
  12. package/dist/adminapi/apis/shared-api.js.map +1 -1
  13. package/dist/adminapi/models/index.d.ts +0 -1
  14. package/dist/adminapi/models/index.d.ts.map +1 -1
  15. package/dist/adminapi/models/index.js +0 -1
  16. package/dist/adminapi/models/index.js.map +1 -1
  17. package/dist/openapi/apis/account-api.d.ts +0 -206
  18. package/dist/openapi/apis/account-api.d.ts.map +1 -1
  19. package/dist/openapi/apis/account-api.js +0 -233
  20. package/dist/openapi/apis/account-api.js.map +1 -1
  21. package/dist/openapi/apis/milvus-api.d.ts +0 -207
  22. package/dist/openapi/apis/milvus-api.d.ts.map +1 -1
  23. package/dist/openapi/apis/milvus-api.js +0 -233
  24. package/dist/openapi/apis/milvus-api.js.map +1 -1
  25. package/dist/openapi/apis/shared-api.d.ts +0 -206
  26. package/dist/openapi/apis/shared-api.d.ts.map +1 -1
  27. package/dist/openapi/apis/shared-api.js +0 -233
  28. package/dist/openapi/apis/shared-api.js.map +1 -1
  29. package/dist/openapi/models/index.d.ts +0 -1
  30. package/dist/openapi/models/index.d.ts.map +1 -1
  31. package/dist/openapi/models/index.js +0 -1
  32. package/dist/openapi/models/index.js.map +1 -1
  33. package/package.json +1 -1
  34. package/src/adminapi/.openapi-generator/FILES +0 -1
  35. package/src/adminapi/apis/account-api.ts +0 -364
  36. package/src/adminapi/apis/milvus-api.ts +0 -366
  37. package/src/adminapi/apis/shared-api.ts +0 -364
  38. package/src/adminapi/models/index.ts +0 -1
  39. package/src/adminapi.yaml +0 -150
  40. package/src/openapi/.openapi-generator/FILES +0 -1
  41. package/src/openapi/apis/account-api.ts +0 -364
  42. package/src/openapi/apis/milvus-api.ts +0 -366
  43. package/src/openapi/apis/shared-api.ts +0 -364
  44. package/src/openapi/models/index.ts +0 -1
  45. package/src/openapi.yaml +0 -150
  46. package/dist/adminapi/models/milvus-account.d.ts +0 -49
  47. package/dist/adminapi/models/milvus-account.d.ts.map +0 -1
  48. package/dist/adminapi/models/milvus-account.js +0 -16
  49. package/dist/adminapi/models/milvus-account.js.map +0 -1
  50. package/dist/openapi/models/milvus-account.d.ts +0 -49
  51. package/dist/openapi/models/milvus-account.d.ts.map +0 -1
  52. package/dist/openapi/models/milvus-account.js +0 -16
  53. package/dist/openapi/models/milvus-account.js.map +0 -1
  54. package/src/adminapi/models/milvus-account.ts +0 -54
  55. package/src/openapi/models/milvus-account.ts +0 -54
@@ -122,7 +122,6 @@ import type { IpWhitelistList } from '../models';
122
122
  import type { KeyList } from '../models';
123
123
  import type { Llm } from '../models';
124
124
  import type { MetricsQueryType } from '../models';
125
- import type { MilvusAccount } from '../models';
126
125
  import type { MilvusAccountPassword } from '../models';
127
126
  import type { MilvusAccountRoles } from '../models';
128
127
  import type { NodeList } from '../models';
@@ -481,16 +480,6 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
481
480
  * @throws {RequiredError}
482
481
  */
483
482
  createKafkaTopic: (orgName: string, clusterName: string, createTopicRequest: CreateTopicRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
484
- /**
485
- * Create a Milvus account.
486
- * @summary Create Milvus account
487
- * @param {string} orgName name of the Org
488
- * @param {string} clusterName name of the Cluster
489
- * @param {MilvusAccount} body
490
- * @param {*} [options] Override http request option.
491
- * @throws {RequiredError}
492
- */
493
- createMilvusAccount: (orgName: string, clusterName: string, body: MilvusAccount, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
494
483
  /**
495
484
  * create an account in mongodb
496
485
  * @summary Create mongodb account
@@ -760,16 +749,6 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
760
749
  * @throws {RequiredError}
761
750
  */
762
751
  deleteKafkaTopic: (orgName: string, clusterName: string, topic: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
763
- /**
764
- * Delete a Milvus account.
765
- * @summary Delete Milvus account
766
- * @param {string} orgName name of the Org
767
- * @param {string} clusterName name of the Cluster
768
- * @param {string} accountName name of the Account
769
- * @param {*} [options] Override http request option.
770
- * @throws {RequiredError}
771
- */
772
- deleteMilvusAccount: (orgName: string, clusterName: string, accountName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
773
752
  /**
774
753
  * delete an account in mongodb
775
754
  * @summary Delete mongodb account
@@ -1968,15 +1947,6 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
1968
1947
  * @throws {RequiredError}
1969
1948
  */
1970
1949
  listKeys: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1971
- /**
1972
- * List Milvus accounts.
1973
- * @summary List Milvus accounts
1974
- * @param {string} orgName name of the Org
1975
- * @param {string} clusterName name of the Cluster
1976
- * @param {*} [options] Override http request option.
1977
- * @throws {RequiredError}
1978
- */
1979
- listMilvusAccounts: (orgName: string, clusterName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1980
1950
  /**
1981
1951
  * list accounts in mongodb
1982
1952
  * @summary List mongodb accounts
@@ -3447,16 +3417,6 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
3447
3417
  * @throws {RequiredError}
3448
3418
  */
3449
3419
  createKafkaTopic(orgName: string, clusterName: string, createTopicRequest: CreateTopicRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Topic>>;
3450
- /**
3451
- * Create a Milvus account.
3452
- * @summary Create Milvus account
3453
- * @param {string} orgName name of the Org
3454
- * @param {string} clusterName name of the Cluster
3455
- * @param {MilvusAccount} body
3456
- * @param {*} [options] Override http request option.
3457
- * @throws {RequiredError}
3458
- */
3459
- createMilvusAccount(orgName: string, clusterName: string, body: MilvusAccount, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountListItem>>;
3460
3420
  /**
3461
3421
  * create an account in mongodb
3462
3422
  * @summary Create mongodb account
@@ -3726,16 +3686,6 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
3726
3686
  * @throws {RequiredError}
3727
3687
  */
3728
3688
  deleteKafkaTopic(orgName: string, clusterName: string, topic: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
3729
- /**
3730
- * Delete a Milvus account.
3731
- * @summary Delete Milvus account
3732
- * @param {string} orgName name of the Org
3733
- * @param {string} clusterName name of the Cluster
3734
- * @param {string} accountName name of the Account
3735
- * @param {*} [options] Override http request option.
3736
- * @throws {RequiredError}
3737
- */
3738
- deleteMilvusAccount(orgName: string, clusterName: string, accountName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
3739
3689
  /**
3740
3690
  * delete an account in mongodb
3741
3691
  * @summary Delete mongodb account
@@ -4942,15 +4892,6 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
4942
4892
  * @throws {RequiredError}
4943
4893
  */
4944
4894
  listKeys(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KeyList>>;
4945
- /**
4946
- * List Milvus accounts.
4947
- * @summary List Milvus accounts
4948
- * @param {string} orgName name of the Org
4949
- * @param {string} clusterName name of the Cluster
4950
- * @param {*} [options] Override http request option.
4951
- * @throws {RequiredError}
4952
- */
4953
- listMilvusAccounts(orgName: string, clusterName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AccountListItem>>>;
4954
4895
  /**
4955
4896
  * list accounts in mongodb
4956
4897
  * @summary List mongodb accounts
@@ -6351,14 +6292,6 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
6351
6292
  * @throws {RequiredError}
6352
6293
  */
6353
6294
  createKafkaTopic(requestParameters: SharedApiCreateKafkaTopicRequest, options?: RawAxiosRequestConfig): AxiosPromise<Topic>;
6354
- /**
6355
- * Create a Milvus account.
6356
- * @summary Create Milvus account
6357
- * @param {SharedApiCreateMilvusAccountRequest} requestParameters Request parameters.
6358
- * @param {*} [options] Override http request option.
6359
- * @throws {RequiredError}
6360
- */
6361
- createMilvusAccount(requestParameters: SharedApiCreateMilvusAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<AccountListItem>;
6362
6295
  /**
6363
6296
  * create an account in mongodb
6364
6297
  * @summary Create mongodb account
@@ -6575,14 +6508,6 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
6575
6508
  * @throws {RequiredError}
6576
6509
  */
6577
6510
  deleteKafkaTopic(requestParameters: SharedApiDeleteKafkaTopicRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
6578
- /**
6579
- * Delete a Milvus account.
6580
- * @summary Delete Milvus account
6581
- * @param {SharedApiDeleteMilvusAccountRequest} requestParameters Request parameters.
6582
- * @param {*} [options] Override http request option.
6583
- * @throws {RequiredError}
6584
- */
6585
- deleteMilvusAccount(requestParameters: SharedApiDeleteMilvusAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
6586
6511
  /**
6587
6512
  * delete an account in mongodb
6588
6513
  * @summary Delete mongodb account
@@ -7500,14 +7425,6 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
7500
7425
  * @throws {RequiredError}
7501
7426
  */
7502
7427
  listKeys(options?: RawAxiosRequestConfig): AxiosPromise<KeyList>;
7503
- /**
7504
- * List Milvus accounts.
7505
- * @summary List Milvus accounts
7506
- * @param {SharedApiListMilvusAccountsRequest} requestParameters Request parameters.
7507
- * @param {*} [options] Override http request option.
7508
- * @throws {RequiredError}
7509
- */
7510
- listMilvusAccounts(requestParameters: SharedApiListMilvusAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<AccountListItem>>;
7511
7428
  /**
7512
7429
  * list accounts in mongodb
7513
7430
  * @summary List mongodb accounts
@@ -8593,15 +8510,6 @@ export interface SharedApiInterface {
8593
8510
  * @memberof SharedApiInterface
8594
8511
  */
8595
8512
  createKafkaTopic(requestParameters: SharedApiCreateKafkaTopicRequest, options?: RawAxiosRequestConfig): AxiosPromise<Topic>;
8596
- /**
8597
- * Create a Milvus account.
8598
- * @summary Create Milvus account
8599
- * @param {SharedApiCreateMilvusAccountRequest} requestParameters Request parameters.
8600
- * @param {*} [options] Override http request option.
8601
- * @throws {RequiredError}
8602
- * @memberof SharedApiInterface
8603
- */
8604
- createMilvusAccount(requestParameters: SharedApiCreateMilvusAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<AccountListItem>;
8605
8513
  /**
8606
8514
  * create an account in mongodb
8607
8515
  * @summary Create mongodb account
@@ -8845,15 +8753,6 @@ export interface SharedApiInterface {
8845
8753
  * @memberof SharedApiInterface
8846
8754
  */
8847
8755
  deleteKafkaTopic(requestParameters: SharedApiDeleteKafkaTopicRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8848
- /**
8849
- * Delete a Milvus account.
8850
- * @summary Delete Milvus account
8851
- * @param {SharedApiDeleteMilvusAccountRequest} requestParameters Request parameters.
8852
- * @param {*} [options] Override http request option.
8853
- * @throws {RequiredError}
8854
- * @memberof SharedApiInterface
8855
- */
8856
- deleteMilvusAccount(requestParameters: SharedApiDeleteMilvusAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8857
8756
  /**
8858
8757
  * delete an account in mongodb
8859
8758
  * @summary Delete mongodb account
@@ -9885,15 +9784,6 @@ export interface SharedApiInterface {
9885
9784
  * @memberof SharedApiInterface
9886
9785
  */
9887
9786
  listKeys(options?: RawAxiosRequestConfig): AxiosPromise<KeyList>;
9888
- /**
9889
- * List Milvus accounts.
9890
- * @summary List Milvus accounts
9891
- * @param {SharedApiListMilvusAccountsRequest} requestParameters Request parameters.
9892
- * @param {*} [options] Override http request option.
9893
- * @throws {RequiredError}
9894
- * @memberof SharedApiInterface
9895
- */
9896
- listMilvusAccounts(requestParameters: SharedApiListMilvusAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<AccountListItem>>;
9897
9787
  /**
9898
9788
  * list accounts in mongodb
9899
9789
  * @summary List mongodb accounts
@@ -11587,31 +11477,6 @@ export interface SharedApiCreateKafkaTopicRequest {
11587
11477
  */
11588
11478
  readonly createTopicRequest: CreateTopicRequest;
11589
11479
  }
11590
- /**
11591
- * Request parameters for createMilvusAccount operation in SharedApi.
11592
- * @export
11593
- * @interface SharedApiCreateMilvusAccountRequest
11594
- */
11595
- export interface SharedApiCreateMilvusAccountRequest {
11596
- /**
11597
- * name of the Org
11598
- * @type {string}
11599
- * @memberof SharedApiCreateMilvusAccount
11600
- */
11601
- readonly orgName: string;
11602
- /**
11603
- * name of the Cluster
11604
- * @type {string}
11605
- * @memberof SharedApiCreateMilvusAccount
11606
- */
11607
- readonly clusterName: string;
11608
- /**
11609
- *
11610
- * @type {MilvusAccount}
11611
- * @memberof SharedApiCreateMilvusAccount
11612
- */
11613
- readonly body: MilvusAccount;
11614
- }
11615
11480
  /**
11616
11481
  * Request parameters for createMongoDBAccount operation in SharedApi.
11617
11482
  * @export
@@ -12281,31 +12146,6 @@ export interface SharedApiDeleteKafkaTopicRequest {
12281
12146
  */
12282
12147
  readonly topic: string;
12283
12148
  }
12284
- /**
12285
- * Request parameters for deleteMilvusAccount operation in SharedApi.
12286
- * @export
12287
- * @interface SharedApiDeleteMilvusAccountRequest
12288
- */
12289
- export interface SharedApiDeleteMilvusAccountRequest {
12290
- /**
12291
- * name of the Org
12292
- * @type {string}
12293
- * @memberof SharedApiDeleteMilvusAccount
12294
- */
12295
- readonly orgName: string;
12296
- /**
12297
- * name of the Cluster
12298
- * @type {string}
12299
- * @memberof SharedApiDeleteMilvusAccount
12300
- */
12301
- readonly clusterName: string;
12302
- /**
12303
- * name of the Account
12304
- * @type {string}
12305
- * @memberof SharedApiDeleteMilvusAccount
12306
- */
12307
- readonly accountName: string;
12308
- }
12309
12149
  /**
12310
12150
  * Request parameters for deleteMongoDBAccount operation in SharedApi.
12311
12151
  * @export
@@ -15483,25 +15323,6 @@ export interface SharedApiListKafkaTopicMessagesRequest {
15483
15323
  */
15484
15324
  readonly valueFilter?: string;
15485
15325
  }
15486
- /**
15487
- * Request parameters for listMilvusAccounts operation in SharedApi.
15488
- * @export
15489
- * @interface SharedApiListMilvusAccountsRequest
15490
- */
15491
- export interface SharedApiListMilvusAccountsRequest {
15492
- /**
15493
- * name of the Org
15494
- * @type {string}
15495
- * @memberof SharedApiListMilvusAccounts
15496
- */
15497
- readonly orgName: string;
15498
- /**
15499
- * name of the Cluster
15500
- * @type {string}
15501
- * @memberof SharedApiListMilvusAccounts
15502
- */
15503
- readonly clusterName: string;
15504
- }
15505
15326
  /**
15506
15327
  * Request parameters for listMongoDBAccounts operation in SharedApi.
15507
15328
  * @export
@@ -19122,15 +18943,6 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
19122
18943
  * @memberof SharedApi
19123
18944
  */
19124
18945
  createKafkaTopic(requestParameters: SharedApiCreateKafkaTopicRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Topic, any, {}>>;
19125
- /**
19126
- * Create a Milvus account.
19127
- * @summary Create Milvus account
19128
- * @param {SharedApiCreateMilvusAccountRequest} requestParameters Request parameters.
19129
- * @param {*} [options] Override http request option.
19130
- * @throws {RequiredError}
19131
- * @memberof SharedApi
19132
- */
19133
- createMilvusAccount(requestParameters: SharedApiCreateMilvusAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountListItem, any, {}>>;
19134
18946
  /**
19135
18947
  * create an account in mongodb
19136
18948
  * @summary Create mongodb account
@@ -19374,15 +19186,6 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
19374
19186
  * @memberof SharedApi
19375
19187
  */
19376
19188
  deleteKafkaTopic(requestParameters: SharedApiDeleteKafkaTopicRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
19377
- /**
19378
- * Delete a Milvus account.
19379
- * @summary Delete Milvus account
19380
- * @param {SharedApiDeleteMilvusAccountRequest} requestParameters Request parameters.
19381
- * @param {*} [options] Override http request option.
19382
- * @throws {RequiredError}
19383
- * @memberof SharedApi
19384
- */
19385
- deleteMilvusAccount(requestParameters: SharedApiDeleteMilvusAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
19386
19189
  /**
19387
19190
  * delete an account in mongodb
19388
19191
  * @summary Delete mongodb account
@@ -20414,15 +20217,6 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
20414
20217
  * @memberof SharedApi
20415
20218
  */
20416
20219
  listKeys(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<KeyList, any, {}>>;
20417
- /**
20418
- * List Milvus accounts.
20419
- * @summary List Milvus accounts
20420
- * @param {SharedApiListMilvusAccountsRequest} requestParameters Request parameters.
20421
- * @param {*} [options] Override http request option.
20422
- * @throws {RequiredError}
20423
- * @memberof SharedApi
20424
- */
20425
- listMilvusAccounts(requestParameters: SharedApiListMilvusAccountsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountListItem[], any, {}>>;
20426
20220
  /**
20427
20221
  * list accounts in mongodb
20428
20222
  * @summary List mongodb accounts