kb-cloud-client-typescript 2.3.0-alpha.208 → 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
@@ -116,7 +116,6 @@ import type { InstanceMetricsList } from '../models';
116
116
  import type { IpWhitelist } from '../models';
117
117
  import type { IpWhitelistList } from '../models';
118
118
  import type { MetricsQueryType } from '../models';
119
- import type { MilvusAccount } from '../models';
120
119
  import type { MilvusAccountPassword } from '../models';
121
120
  import type { MilvusAccountRoles } from '../models';
122
121
  import type { NodeList } from '../models';
@@ -458,16 +457,6 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
458
457
  * @throws {RequiredError}
459
458
  */
460
459
  createKafkaTopic: (orgName: string, clusterName: string, createTopicRequest: CreateTopicRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
461
- /**
462
- * Create a Milvus account.
463
- * @summary Create Milvus account
464
- * @param {string} orgName name of the Org
465
- * @param {string} clusterName name of the Cluster
466
- * @param {MilvusAccount} body
467
- * @param {*} [options] Override http request option.
468
- * @throws {RequiredError}
469
- */
470
- createMilvusAccount: (orgName: string, clusterName: string, body: MilvusAccount, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
471
460
  /**
472
461
  * create an account in mongodb
473
462
  * @summary Create mongodb account
@@ -764,16 +753,6 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
764
753
  * @throws {RequiredError}
765
754
  */
766
755
  deleteKafkaTopic: (orgName: string, clusterName: string, topic: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
767
- /**
768
- * Delete a Milvus account.
769
- * @summary Delete Milvus account
770
- * @param {string} orgName name of the Org
771
- * @param {string} clusterName name of the Cluster
772
- * @param {string} accountName name of the Account
773
- * @param {*} [options] Override http request option.
774
- * @throws {RequiredError}
775
- */
776
- deleteMilvusAccount: (orgName: string, clusterName: string, accountName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
777
756
  /**
778
757
  * delete an account in mongodb
779
758
  * @summary Delete mongodb account
@@ -1951,15 +1930,6 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
1951
1930
  * @throws {RequiredError}
1952
1931
  */
1953
1932
  listKafkaTopicMessages: (orgName: string, clusterName: string, topic: string, partition: number, offset: number, count?: number, keyFilter?: string, valueFilter?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1954
- /**
1955
- * List Milvus accounts.
1956
- * @summary List Milvus accounts
1957
- * @param {string} orgName name of the Org
1958
- * @param {string} clusterName name of the Cluster
1959
- * @param {*} [options] Override http request option.
1960
- * @throws {RequiredError}
1961
- */
1962
- listMilvusAccounts: (orgName: string, clusterName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1963
1933
  /**
1964
1934
  * list accounts in mongodb
1965
1935
  * @summary List mongodb accounts
@@ -3444,16 +3414,6 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
3444
3414
  * @throws {RequiredError}
3445
3415
  */
3446
3416
  createKafkaTopic(orgName: string, clusterName: string, createTopicRequest: CreateTopicRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Topic>>;
3447
- /**
3448
- * Create a Milvus account.
3449
- * @summary Create Milvus account
3450
- * @param {string} orgName name of the Org
3451
- * @param {string} clusterName name of the Cluster
3452
- * @param {MilvusAccount} body
3453
- * @param {*} [options] Override http request option.
3454
- * @throws {RequiredError}
3455
- */
3456
- createMilvusAccount(orgName: string, clusterName: string, body: MilvusAccount, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountListItem>>;
3457
3417
  /**
3458
3418
  * create an account in mongodb
3459
3419
  * @summary Create mongodb account
@@ -3750,16 +3710,6 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
3750
3710
  * @throws {RequiredError}
3751
3711
  */
3752
3712
  deleteKafkaTopic(orgName: string, clusterName: string, topic: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
3753
- /**
3754
- * Delete a Milvus account.
3755
- * @summary Delete Milvus account
3756
- * @param {string} orgName name of the Org
3757
- * @param {string} clusterName name of the Cluster
3758
- * @param {string} accountName name of the Account
3759
- * @param {*} [options] Override http request option.
3760
- * @throws {RequiredError}
3761
- */
3762
- deleteMilvusAccount(orgName: string, clusterName: string, accountName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
3763
3713
  /**
3764
3714
  * delete an account in mongodb
3765
3715
  * @summary Delete mongodb account
@@ -4945,15 +4895,6 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
4945
4895
  * @throws {RequiredError}
4946
4896
  */
4947
4897
  listKafkaTopicMessages(orgName: string, clusterName: string, topic: string, partition: number, offset: number, count?: number, keyFilter?: string, valueFilter?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TopicMessage>>>;
4948
- /**
4949
- * List Milvus accounts.
4950
- * @summary List Milvus accounts
4951
- * @param {string} orgName name of the Org
4952
- * @param {string} clusterName name of the Cluster
4953
- * @param {*} [options] Override http request option.
4954
- * @throws {RequiredError}
4955
- */
4956
- listMilvusAccounts(orgName: string, clusterName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AccountListItem>>>;
4957
4898
  /**
4958
4899
  * list accounts in mongodb
4959
4900
  * @summary List mongodb accounts
@@ -6360,14 +6301,6 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
6360
6301
  * @throws {RequiredError}
6361
6302
  */
6362
6303
  createKafkaTopic(requestParameters: SharedApiCreateKafkaTopicRequest, options?: RawAxiosRequestConfig): AxiosPromise<Topic>;
6363
- /**
6364
- * Create a Milvus account.
6365
- * @summary Create Milvus account
6366
- * @param {SharedApiCreateMilvusAccountRequest} requestParameters Request parameters.
6367
- * @param {*} [options] Override http request option.
6368
- * @throws {RequiredError}
6369
- */
6370
- createMilvusAccount(requestParameters: SharedApiCreateMilvusAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<AccountListItem>;
6371
6304
  /**
6372
6305
  * create an account in mongodb
6373
6306
  * @summary Create mongodb account
@@ -6608,14 +6541,6 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
6608
6541
  * @throws {RequiredError}
6609
6542
  */
6610
6543
  deleteKafkaTopic(requestParameters: SharedApiDeleteKafkaTopicRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
6611
- /**
6612
- * Delete a Milvus account.
6613
- * @summary Delete Milvus account
6614
- * @param {SharedApiDeleteMilvusAccountRequest} requestParameters Request parameters.
6615
- * @param {*} [options] Override http request option.
6616
- * @throws {RequiredError}
6617
- */
6618
- deleteMilvusAccount(requestParameters: SharedApiDeleteMilvusAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
6619
6544
  /**
6620
6545
  * delete an account in mongodb
6621
6546
  * @summary Delete mongodb account
@@ -7494,14 +7419,6 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
7494
7419
  * @throws {RequiredError}
7495
7420
  */
7496
7421
  listKafkaTopicMessages(requestParameters: SharedApiListKafkaTopicMessagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<TopicMessage>>;
7497
- /**
7498
- * List Milvus accounts.
7499
- * @summary List Milvus accounts
7500
- * @param {SharedApiListMilvusAccountsRequest} requestParameters Request parameters.
7501
- * @param {*} [options] Override http request option.
7502
- * @throws {RequiredError}
7503
- */
7504
- listMilvusAccounts(requestParameters: SharedApiListMilvusAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<AccountListItem>>;
7505
7422
  /**
7506
7423
  * list accounts in mongodb
7507
7424
  * @summary List mongodb accounts
@@ -8585,15 +8502,6 @@ export interface SharedApiInterface {
8585
8502
  * @memberof SharedApiInterface
8586
8503
  */
8587
8504
  createKafkaTopic(requestParameters: SharedApiCreateKafkaTopicRequest, options?: RawAxiosRequestConfig): AxiosPromise<Topic>;
8588
- /**
8589
- * Create a Milvus account.
8590
- * @summary Create Milvus account
8591
- * @param {SharedApiCreateMilvusAccountRequest} requestParameters Request parameters.
8592
- * @param {*} [options] Override http request option.
8593
- * @throws {RequiredError}
8594
- * @memberof SharedApiInterface
8595
- */
8596
- createMilvusAccount(requestParameters: SharedApiCreateMilvusAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<AccountListItem>;
8597
8505
  /**
8598
8506
  * create an account in mongodb
8599
8507
  * @summary Create mongodb account
@@ -8864,15 +8772,6 @@ export interface SharedApiInterface {
8864
8772
  * @memberof SharedApiInterface
8865
8773
  */
8866
8774
  deleteKafkaTopic(requestParameters: SharedApiDeleteKafkaTopicRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8867
- /**
8868
- * Delete a Milvus account.
8869
- * @summary Delete Milvus account
8870
- * @param {SharedApiDeleteMilvusAccountRequest} requestParameters Request parameters.
8871
- * @param {*} [options] Override http request option.
8872
- * @throws {RequiredError}
8873
- * @memberof SharedApiInterface
8874
- */
8875
- deleteMilvusAccount(requestParameters: SharedApiDeleteMilvusAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8876
8775
  /**
8877
8776
  * delete an account in mongodb
8878
8777
  * @summary Delete mongodb account
@@ -9860,15 +9759,6 @@ export interface SharedApiInterface {
9860
9759
  * @memberof SharedApiInterface
9861
9760
  */
9862
9761
  listKafkaTopicMessages(requestParameters: SharedApiListKafkaTopicMessagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<TopicMessage>>;
9863
- /**
9864
- * List Milvus accounts.
9865
- * @summary List Milvus accounts
9866
- * @param {SharedApiListMilvusAccountsRequest} requestParameters Request parameters.
9867
- * @param {*} [options] Override http request option.
9868
- * @throws {RequiredError}
9869
- * @memberof SharedApiInterface
9870
- */
9871
- listMilvusAccounts(requestParameters: SharedApiListMilvusAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<AccountListItem>>;
9872
9762
  /**
9873
9763
  * list accounts in mongodb
9874
9764
  * @summary List mongodb accounts
@@ -11611,31 +11501,6 @@ export interface SharedApiCreateKafkaTopicRequest {
11611
11501
  */
11612
11502
  readonly createTopicRequest: CreateTopicRequest;
11613
11503
  }
11614
- /**
11615
- * Request parameters for createMilvusAccount operation in SharedApi.
11616
- * @export
11617
- * @interface SharedApiCreateMilvusAccountRequest
11618
- */
11619
- export interface SharedApiCreateMilvusAccountRequest {
11620
- /**
11621
- * name of the Org
11622
- * @type {string}
11623
- * @memberof SharedApiCreateMilvusAccount
11624
- */
11625
- readonly orgName: string;
11626
- /**
11627
- * name of the Cluster
11628
- * @type {string}
11629
- * @memberof SharedApiCreateMilvusAccount
11630
- */
11631
- readonly clusterName: string;
11632
- /**
11633
- *
11634
- * @type {MilvusAccount}
11635
- * @memberof SharedApiCreateMilvusAccount
11636
- */
11637
- readonly body: MilvusAccount;
11638
- }
11639
11504
  /**
11640
11505
  * Request parameters for createMongoDBAccount operation in SharedApi.
11641
11506
  * @export
@@ -12362,31 +12227,6 @@ export interface SharedApiDeleteKafkaTopicRequest {
12362
12227
  */
12363
12228
  readonly topic: string;
12364
12229
  }
12365
- /**
12366
- * Request parameters for deleteMilvusAccount operation in SharedApi.
12367
- * @export
12368
- * @interface SharedApiDeleteMilvusAccountRequest
12369
- */
12370
- export interface SharedApiDeleteMilvusAccountRequest {
12371
- /**
12372
- * name of the Org
12373
- * @type {string}
12374
- * @memberof SharedApiDeleteMilvusAccount
12375
- */
12376
- readonly orgName: string;
12377
- /**
12378
- * name of the Cluster
12379
- * @type {string}
12380
- * @memberof SharedApiDeleteMilvusAccount
12381
- */
12382
- readonly clusterName: string;
12383
- /**
12384
- * name of the Account
12385
- * @type {string}
12386
- * @memberof SharedApiDeleteMilvusAccount
12387
- */
12388
- readonly accountName: string;
12389
- }
12390
12230
  /**
12391
12231
  * Request parameters for deleteMongoDBAccount operation in SharedApi.
12392
12232
  * @export
@@ -15633,25 +15473,6 @@ export interface SharedApiListKafkaTopicMessagesRequest {
15633
15473
  */
15634
15474
  readonly valueFilter?: string;
15635
15475
  }
15636
- /**
15637
- * Request parameters for listMilvusAccounts operation in SharedApi.
15638
- * @export
15639
- * @interface SharedApiListMilvusAccountsRequest
15640
- */
15641
- export interface SharedApiListMilvusAccountsRequest {
15642
- /**
15643
- * name of the Org
15644
- * @type {string}
15645
- * @memberof SharedApiListMilvusAccounts
15646
- */
15647
- readonly orgName: string;
15648
- /**
15649
- * name of the Cluster
15650
- * @type {string}
15651
- * @memberof SharedApiListMilvusAccounts
15652
- */
15653
- readonly clusterName: string;
15654
- }
15655
15476
  /**
15656
15477
  * Request parameters for listMongoDBAccounts operation in SharedApi.
15657
15478
  * @export
@@ -19315,15 +19136,6 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
19315
19136
  * @memberof SharedApi
19316
19137
  */
19317
19138
  createKafkaTopic(requestParameters: SharedApiCreateKafkaTopicRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Topic, any, {}>>;
19318
- /**
19319
- * Create a Milvus account.
19320
- * @summary Create Milvus account
19321
- * @param {SharedApiCreateMilvusAccountRequest} requestParameters Request parameters.
19322
- * @param {*} [options] Override http request option.
19323
- * @throws {RequiredError}
19324
- * @memberof SharedApi
19325
- */
19326
- createMilvusAccount(requestParameters: SharedApiCreateMilvusAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountListItem, any, {}>>;
19327
19139
  /**
19328
19140
  * create an account in mongodb
19329
19141
  * @summary Create mongodb account
@@ -19594,15 +19406,6 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
19594
19406
  * @memberof SharedApi
19595
19407
  */
19596
19408
  deleteKafkaTopic(requestParameters: SharedApiDeleteKafkaTopicRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
19597
- /**
19598
- * Delete a Milvus account.
19599
- * @summary Delete Milvus account
19600
- * @param {SharedApiDeleteMilvusAccountRequest} requestParameters Request parameters.
19601
- * @param {*} [options] Override http request option.
19602
- * @throws {RequiredError}
19603
- * @memberof SharedApi
19604
- */
19605
- deleteMilvusAccount(requestParameters: SharedApiDeleteMilvusAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
19606
19409
  /**
19607
19410
  * delete an account in mongodb
19608
19411
  * @summary Delete mongodb account
@@ -20590,15 +20393,6 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
20590
20393
  * @memberof SharedApi
20591
20394
  */
20592
20395
  listKafkaTopicMessages(requestParameters: SharedApiListKafkaTopicMessagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TopicMessage[], any, {}>>;
20593
- /**
20594
- * List Milvus accounts.
20595
- * @summary List Milvus accounts
20596
- * @param {SharedApiListMilvusAccountsRequest} requestParameters Request parameters.
20597
- * @param {*} [options] Override http request option.
20598
- * @throws {RequiredError}
20599
- * @memberof SharedApi
20600
- */
20601
- listMilvusAccounts(requestParameters: SharedApiListMilvusAccountsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountListItem[], any, {}>>;
20602
20396
  /**
20603
20397
  * list accounts in mongodb
20604
20398
  * @summary List mongodb accounts