kb-cloud-client-typescript 2.2.93 → 2.2.95

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 (115) hide show
  1. package/dist/adminapi/api.d.ts +1 -0
  2. package/dist/adminapi/api.d.ts.map +1 -1
  3. package/dist/adminapi/api.js +1 -0
  4. package/dist/adminapi/api.js.map +1 -1
  5. package/dist/adminapi/apis/account-api.d.ts +447 -0
  6. package/dist/adminapi/apis/account-api.d.ts.map +1 -1
  7. package/dist/adminapi/apis/account-api.js +487 -0
  8. package/dist/adminapi/apis/account-api.js.map +1 -1
  9. package/dist/adminapi/apis/milvus-api.d.ts +495 -0
  10. package/dist/adminapi/apis/milvus-api.d.ts.map +1 -0
  11. package/dist/adminapi/apis/milvus-api.js +551 -0
  12. package/dist/adminapi/apis/milvus-api.js.map +1 -0
  13. package/dist/adminapi/apis/shared-api.d.ts +447 -0
  14. package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
  15. package/dist/adminapi/apis/shared-api.js +487 -0
  16. package/dist/adminapi/apis/shared-api.js.map +1 -1
  17. package/dist/adminapi/models/index.d.ts +6 -0
  18. package/dist/adminapi/models/index.d.ts.map +1 -1
  19. package/dist/adminapi/models/index.js +6 -0
  20. package/dist/adminapi/models/index.js.map +1 -1
  21. package/dist/adminapi/models/milvus-account-password.d.ts +31 -0
  22. package/dist/adminapi/models/milvus-account-password.d.ts.map +1 -0
  23. package/dist/adminapi/models/milvus-account-password.js +16 -0
  24. package/dist/adminapi/models/milvus-account-password.js.map +1 -0
  25. package/dist/adminapi/models/milvus-account-roles.d.ts +31 -0
  26. package/dist/adminapi/models/milvus-account-roles.d.ts.map +1 -0
  27. package/dist/adminapi/models/milvus-account-roles.js +16 -0
  28. package/dist/adminapi/models/milvus-account-roles.js.map +1 -0
  29. package/dist/adminapi/models/milvus-role-grant.d.ts +37 -0
  30. package/dist/adminapi/models/milvus-role-grant.d.ts.map +1 -0
  31. package/dist/adminapi/models/milvus-role-grant.js +16 -0
  32. package/dist/adminapi/models/milvus-role-grant.js.map +1 -0
  33. package/dist/adminapi/models/milvus-role-list.d.ts +26 -0
  34. package/dist/adminapi/models/milvus-role-list.d.ts.map +1 -0
  35. package/dist/adminapi/models/milvus-role-list.js +16 -0
  36. package/dist/adminapi/models/milvus-role-list.js.map +1 -0
  37. package/dist/adminapi/models/milvus-role-request.d.ts +26 -0
  38. package/dist/adminapi/models/milvus-role-request.d.ts.map +1 -0
  39. package/dist/adminapi/models/milvus-role-request.js +16 -0
  40. package/dist/adminapi/models/milvus-role-request.js.map +1 -0
  41. package/dist/adminapi/models/milvus-role.d.ts +32 -0
  42. package/dist/adminapi/models/milvus-role.d.ts.map +1 -0
  43. package/dist/adminapi/models/milvus-role.js +16 -0
  44. package/dist/adminapi/models/milvus-role.js.map +1 -0
  45. package/dist/openapi/api.d.ts +1 -0
  46. package/dist/openapi/api.d.ts.map +1 -1
  47. package/dist/openapi/api.js +1 -0
  48. package/dist/openapi/api.js.map +1 -1
  49. package/dist/openapi/apis/account-api.d.ts +447 -0
  50. package/dist/openapi/apis/account-api.d.ts.map +1 -1
  51. package/dist/openapi/apis/account-api.js +487 -0
  52. package/dist/openapi/apis/account-api.js.map +1 -1
  53. package/dist/openapi/apis/milvus-api.d.ts +495 -0
  54. package/dist/openapi/apis/milvus-api.d.ts.map +1 -0
  55. package/dist/openapi/apis/milvus-api.js +551 -0
  56. package/dist/openapi/apis/milvus-api.js.map +1 -0
  57. package/dist/openapi/apis/shared-api.d.ts +447 -0
  58. package/dist/openapi/apis/shared-api.d.ts.map +1 -1
  59. package/dist/openapi/apis/shared-api.js +487 -0
  60. package/dist/openapi/apis/shared-api.js.map +1 -1
  61. package/dist/openapi/models/index.d.ts +6 -0
  62. package/dist/openapi/models/index.d.ts.map +1 -1
  63. package/dist/openapi/models/index.js +6 -0
  64. package/dist/openapi/models/index.js.map +1 -1
  65. package/dist/openapi/models/milvus-account-password.d.ts +31 -0
  66. package/dist/openapi/models/milvus-account-password.d.ts.map +1 -0
  67. package/dist/openapi/models/milvus-account-password.js +16 -0
  68. package/dist/openapi/models/milvus-account-password.js.map +1 -0
  69. package/dist/openapi/models/milvus-account-roles.d.ts +31 -0
  70. package/dist/openapi/models/milvus-account-roles.d.ts.map +1 -0
  71. package/dist/openapi/models/milvus-account-roles.js +16 -0
  72. package/dist/openapi/models/milvus-account-roles.js.map +1 -0
  73. package/dist/openapi/models/milvus-role-grant.d.ts +37 -0
  74. package/dist/openapi/models/milvus-role-grant.d.ts.map +1 -0
  75. package/dist/openapi/models/milvus-role-grant.js +16 -0
  76. package/dist/openapi/models/milvus-role-grant.js.map +1 -0
  77. package/dist/openapi/models/milvus-role-list.d.ts +26 -0
  78. package/dist/openapi/models/milvus-role-list.d.ts.map +1 -0
  79. package/dist/openapi/models/milvus-role-list.js +16 -0
  80. package/dist/openapi/models/milvus-role-list.js.map +1 -0
  81. package/dist/openapi/models/milvus-role-request.d.ts +26 -0
  82. package/dist/openapi/models/milvus-role-request.d.ts.map +1 -0
  83. package/dist/openapi/models/milvus-role-request.js +16 -0
  84. package/dist/openapi/models/milvus-role-request.js.map +1 -0
  85. package/dist/openapi/models/milvus-role.d.ts +32 -0
  86. package/dist/openapi/models/milvus-role.d.ts.map +1 -0
  87. package/dist/openapi/models/milvus-role.js +16 -0
  88. package/dist/openapi/models/milvus-role.js.map +1 -0
  89. package/package.json +1 -1
  90. package/src/adminapi/.openapi-generator/FILES +7 -0
  91. package/src/adminapi/api.ts +1 -0
  92. package/src/adminapi/apis/account-api.ts +795 -11
  93. package/src/adminapi/apis/milvus-api.ts +854 -0
  94. package/src/adminapi/apis/shared-api.ts +794 -10
  95. package/src/adminapi/models/index.ts +6 -0
  96. package/src/adminapi/models/milvus-account-password.ts +36 -0
  97. package/src/adminapi/models/milvus-account-roles.ts +36 -0
  98. package/src/adminapi/models/milvus-role-grant.ts +42 -0
  99. package/src/adminapi/models/milvus-role-list.ts +33 -0
  100. package/src/adminapi/models/milvus-role-request.ts +33 -0
  101. package/src/adminapi/models/milvus-role.ts +39 -0
  102. package/src/adminapi.yaml +353 -0
  103. package/src/openapi/.openapi-generator/FILES +7 -0
  104. package/src/openapi/api.ts +1 -0
  105. package/src/openapi/apis/account-api.ts +794 -10
  106. package/src/openapi/apis/milvus-api.ts +854 -0
  107. package/src/openapi/apis/shared-api.ts +839 -55
  108. package/src/openapi/models/index.ts +6 -0
  109. package/src/openapi/models/milvus-account-password.ts +36 -0
  110. package/src/openapi/models/milvus-account-roles.ts +36 -0
  111. package/src/openapi/models/milvus-role-grant.ts +42 -0
  112. package/src/openapi/models/milvus-role-list.ts +33 -0
  113. package/src/openapi/models/milvus-role-request.ts +33 -0
  114. package/src/openapi/models/milvus-role.ts +39 -0
  115. package/src/openapi.yaml +353 -0
@@ -0,0 +1,551 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * KubeBlocks Cloud API
6
+ * KubeBlocks Cloud API is a RESTful API for managing KubeBlocks Cloud resources. The API is organized around REST. Our API has predictable resource-oriented URLs, accepts `JSON-encoded` request bodies, returns `JSON-encoded` responses, and uses standard HTTP response codes, authentication, and verbs. We use standard HTTP authentication and provide API keys to identify who you are. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: support@apecloud.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ var __importDefault = (this && this.__importDefault) || function (mod) {
16
+ return (mod && mod.__esModule) ? mod : { "default": mod };
17
+ };
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.MilvusApi = exports.MilvusApiFactory = exports.MilvusApiFp = exports.MilvusApiAxiosParamCreator = void 0;
20
+ const axios_1 = __importDefault(require("axios"));
21
+ // Some imports not used depending on template conditions
22
+ // @ts-ignore
23
+ const common_1 = require("../common");
24
+ // @ts-ignore
25
+ const base_1 = require("../base");
26
+ /**
27
+ * MilvusApi - axios parameter creator
28
+ * @export
29
+ */
30
+ const MilvusApiAxiosParamCreator = function (configuration) {
31
+ return {
32
+ /**
33
+ * Delete a Milvus native role.
34
+ * @summary Delete Milvus role
35
+ * @param {string} orgName name of the Org
36
+ * @param {string} clusterName name of the Cluster
37
+ * @param {string} roleName name of the Milvus role
38
+ * @param {*} [options] Override http request option.
39
+ * @throws {RequiredError}
40
+ */
41
+ deleteMilvusRole: async (orgName, clusterName, roleName, options = {}) => {
42
+ // verify required parameter 'orgName' is not null or undefined
43
+ (0, common_1.assertParamExists)('deleteMilvusRole', 'orgName', orgName);
44
+ // verify required parameter 'clusterName' is not null or undefined
45
+ (0, common_1.assertParamExists)('deleteMilvusRole', 'clusterName', clusterName);
46
+ // verify required parameter 'roleName' is not null or undefined
47
+ (0, common_1.assertParamExists)('deleteMilvusRole', 'roleName', roleName);
48
+ const localVarPath = `/api/v1/data/milvus/organizations/{orgName}/clusters/{clusterName}/accounts/roles/{roleName}`
49
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
50
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
51
+ .replace(`{${"roleName"}}`, encodeURIComponent(String(roleName)));
52
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
53
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
54
+ let baseOptions;
55
+ if (configuration) {
56
+ baseOptions = configuration.baseOptions;
57
+ }
58
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
59
+ const localVarHeaderParameter = {};
60
+ const localVarQueryParameter = {};
61
+ // authentication BearerToken required
62
+ // http bearer authentication required
63
+ await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
64
+ // authentication DigestAuth required
65
+ await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
66
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
67
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
68
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
69
+ return {
70
+ url: (0, common_1.toPathString)(localVarUrlObj),
71
+ options: localVarRequestOptions,
72
+ };
73
+ },
74
+ /**
75
+ * Get a Milvus native role and its privilege grants.
76
+ * @summary Get Milvus role
77
+ * @param {string} orgName name of the Org
78
+ * @param {string} clusterName name of the Cluster
79
+ * @param {string} roleName name of the Milvus role
80
+ * @param {*} [options] Override http request option.
81
+ * @throws {RequiredError}
82
+ */
83
+ getMilvusRole: async (orgName, clusterName, roleName, options = {}) => {
84
+ // verify required parameter 'orgName' is not null or undefined
85
+ (0, common_1.assertParamExists)('getMilvusRole', 'orgName', orgName);
86
+ // verify required parameter 'clusterName' is not null or undefined
87
+ (0, common_1.assertParamExists)('getMilvusRole', 'clusterName', clusterName);
88
+ // verify required parameter 'roleName' is not null or undefined
89
+ (0, common_1.assertParamExists)('getMilvusRole', 'roleName', roleName);
90
+ const localVarPath = `/api/v1/data/milvus/organizations/{orgName}/clusters/{clusterName}/accounts/roles/{roleName}`
91
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
92
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
93
+ .replace(`{${"roleName"}}`, encodeURIComponent(String(roleName)));
94
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
95
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
96
+ let baseOptions;
97
+ if (configuration) {
98
+ baseOptions = configuration.baseOptions;
99
+ }
100
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
101
+ const localVarHeaderParameter = {};
102
+ const localVarQueryParameter = {};
103
+ // authentication BearerToken required
104
+ // http bearer authentication required
105
+ await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
106
+ // authentication DigestAuth required
107
+ await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
108
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
109
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
110
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
111
+ return {
112
+ url: (0, common_1.toPathString)(localVarUrlObj),
113
+ options: localVarRequestOptions,
114
+ };
115
+ },
116
+ /**
117
+ * List Milvus native roles and their privilege grants.
118
+ * @summary List Milvus roles
119
+ * @param {string} orgName name of the Org
120
+ * @param {string} clusterName name of the Cluster
121
+ * @param {*} [options] Override http request option.
122
+ * @throws {RequiredError}
123
+ */
124
+ listMilvusRoles: async (orgName, clusterName, options = {}) => {
125
+ // verify required parameter 'orgName' is not null or undefined
126
+ (0, common_1.assertParamExists)('listMilvusRoles', 'orgName', orgName);
127
+ // verify required parameter 'clusterName' is not null or undefined
128
+ (0, common_1.assertParamExists)('listMilvusRoles', 'clusterName', clusterName);
129
+ const localVarPath = `/api/v1/data/milvus/organizations/{orgName}/clusters/{clusterName}/accounts/roles`
130
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
131
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)));
132
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
133
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
134
+ let baseOptions;
135
+ if (configuration) {
136
+ baseOptions = configuration.baseOptions;
137
+ }
138
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
139
+ const localVarHeaderParameter = {};
140
+ const localVarQueryParameter = {};
141
+ // authentication BearerToken required
142
+ // http bearer authentication required
143
+ await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
144
+ // authentication DigestAuth required
145
+ await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
146
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
147
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
148
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
149
+ return {
150
+ url: (0, common_1.toPathString)(localVarUrlObj),
151
+ options: localVarRequestOptions,
152
+ };
153
+ },
154
+ /**
155
+ * Create or update a Milvus native role and replace its privilege grants.
156
+ * @summary Put Milvus role
157
+ * @param {string} orgName name of the Org
158
+ * @param {string} clusterName name of the Cluster
159
+ * @param {string} roleName name of the Milvus role
160
+ * @param {MilvusRoleRequest} body
161
+ * @param {*} [options] Override http request option.
162
+ * @throws {RequiredError}
163
+ */
164
+ putMilvusRole: async (orgName, clusterName, roleName, body, options = {}) => {
165
+ // verify required parameter 'orgName' is not null or undefined
166
+ (0, common_1.assertParamExists)('putMilvusRole', 'orgName', orgName);
167
+ // verify required parameter 'clusterName' is not null or undefined
168
+ (0, common_1.assertParamExists)('putMilvusRole', 'clusterName', clusterName);
169
+ // verify required parameter 'roleName' is not null or undefined
170
+ (0, common_1.assertParamExists)('putMilvusRole', 'roleName', roleName);
171
+ // verify required parameter 'body' is not null or undefined
172
+ (0, common_1.assertParamExists)('putMilvusRole', 'body', body);
173
+ const localVarPath = `/api/v1/data/milvus/organizations/{orgName}/clusters/{clusterName}/accounts/roles/{roleName}`
174
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
175
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
176
+ .replace(`{${"roleName"}}`, encodeURIComponent(String(roleName)));
177
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
178
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
179
+ let baseOptions;
180
+ if (configuration) {
181
+ baseOptions = configuration.baseOptions;
182
+ }
183
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
184
+ const localVarHeaderParameter = {};
185
+ const localVarQueryParameter = {};
186
+ // authentication BearerToken required
187
+ // http bearer authentication required
188
+ await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
189
+ // authentication DigestAuth required
190
+ await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
191
+ localVarHeaderParameter['Content-Type'] = 'application/json';
192
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
193
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
194
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
195
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
196
+ return {
197
+ url: (0, common_1.toPathString)(localVarUrlObj),
198
+ options: localVarRequestOptions,
199
+ };
200
+ },
201
+ /**
202
+ * Update a Milvus account password.
203
+ * @summary Update Milvus account password
204
+ * @param {string} orgName name of the Org
205
+ * @param {string} clusterName name of the Cluster
206
+ * @param {string} accountName name of the Account
207
+ * @param {MilvusAccountPassword} body
208
+ * @param {*} [options] Override http request option.
209
+ * @throws {RequiredError}
210
+ */
211
+ updateMilvusAccountPassword: async (orgName, clusterName, accountName, body, options = {}) => {
212
+ // verify required parameter 'orgName' is not null or undefined
213
+ (0, common_1.assertParamExists)('updateMilvusAccountPassword', 'orgName', orgName);
214
+ // verify required parameter 'clusterName' is not null or undefined
215
+ (0, common_1.assertParamExists)('updateMilvusAccountPassword', 'clusterName', clusterName);
216
+ // verify required parameter 'accountName' is not null or undefined
217
+ (0, common_1.assertParamExists)('updateMilvusAccountPassword', 'accountName', accountName);
218
+ // verify required parameter 'body' is not null or undefined
219
+ (0, common_1.assertParamExists)('updateMilvusAccountPassword', 'body', body);
220
+ const localVarPath = `/api/v1/data/milvus/organizations/{orgName}/clusters/{clusterName}/accounts/{accountName}`
221
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
222
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
223
+ .replace(`{${"accountName"}}`, encodeURIComponent(String(accountName)));
224
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
225
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
226
+ let baseOptions;
227
+ if (configuration) {
228
+ baseOptions = configuration.baseOptions;
229
+ }
230
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'PATCH' }, baseOptions), options);
231
+ const localVarHeaderParameter = {};
232
+ const localVarQueryParameter = {};
233
+ // authentication BearerToken required
234
+ // http bearer authentication required
235
+ await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
236
+ // authentication DigestAuth required
237
+ await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
238
+ localVarHeaderParameter['Content-Type'] = 'application/json';
239
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
240
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
241
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
242
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
243
+ return {
244
+ url: (0, common_1.toPathString)(localVarUrlObj),
245
+ options: localVarRequestOptions,
246
+ };
247
+ },
248
+ /**
249
+ * Replace a Milvus account\'s role assignments.
250
+ * @summary Update Milvus account roles
251
+ * @param {string} orgName name of the Org
252
+ * @param {string} clusterName name of the Cluster
253
+ * @param {string} accountName name of the Account
254
+ * @param {MilvusAccountRoles} body
255
+ * @param {*} [options] Override http request option.
256
+ * @throws {RequiredError}
257
+ */
258
+ updateMilvusAccountRoles: async (orgName, clusterName, accountName, body, options = {}) => {
259
+ // verify required parameter 'orgName' is not null or undefined
260
+ (0, common_1.assertParamExists)('updateMilvusAccountRoles', 'orgName', orgName);
261
+ // verify required parameter 'clusterName' is not null or undefined
262
+ (0, common_1.assertParamExists)('updateMilvusAccountRoles', 'clusterName', clusterName);
263
+ // verify required parameter 'accountName' is not null or undefined
264
+ (0, common_1.assertParamExists)('updateMilvusAccountRoles', 'accountName', accountName);
265
+ // verify required parameter 'body' is not null or undefined
266
+ (0, common_1.assertParamExists)('updateMilvusAccountRoles', 'body', body);
267
+ const localVarPath = `/api/v1/data/milvus/organizations/{orgName}/clusters/{clusterName}/accounts/{accountName}/roles`
268
+ .replace(`{${"orgName"}}`, encodeURIComponent(String(orgName)))
269
+ .replace(`{${"clusterName"}}`, encodeURIComponent(String(clusterName)))
270
+ .replace(`{${"accountName"}}`, encodeURIComponent(String(accountName)));
271
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
272
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
273
+ let baseOptions;
274
+ if (configuration) {
275
+ baseOptions = configuration.baseOptions;
276
+ }
277
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
278
+ const localVarHeaderParameter = {};
279
+ const localVarQueryParameter = {};
280
+ // authentication BearerToken required
281
+ // http bearer authentication required
282
+ await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
283
+ // authentication DigestAuth required
284
+ await (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
285
+ localVarHeaderParameter['Content-Type'] = 'application/json';
286
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
287
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
288
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
289
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
290
+ return {
291
+ url: (0, common_1.toPathString)(localVarUrlObj),
292
+ options: localVarRequestOptions,
293
+ };
294
+ },
295
+ };
296
+ };
297
+ exports.MilvusApiAxiosParamCreator = MilvusApiAxiosParamCreator;
298
+ /**
299
+ * MilvusApi - functional programming interface
300
+ * @export
301
+ */
302
+ const MilvusApiFp = function (configuration) {
303
+ const localVarAxiosParamCreator = (0, exports.MilvusApiAxiosParamCreator)(configuration);
304
+ return {
305
+ /**
306
+ * Delete a Milvus native role.
307
+ * @summary Delete Milvus role
308
+ * @param {string} orgName name of the Org
309
+ * @param {string} clusterName name of the Cluster
310
+ * @param {string} roleName name of the Milvus role
311
+ * @param {*} [options] Override http request option.
312
+ * @throws {RequiredError}
313
+ */
314
+ async deleteMilvusRole(orgName, clusterName, roleName, options) {
315
+ var _a, _b, _c;
316
+ const localVarAxiosArgs = await localVarAxiosParamCreator.deleteMilvusRole(orgName, clusterName, roleName, options);
317
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
318
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MilvusApi.deleteMilvusRole']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
319
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
320
+ },
321
+ /**
322
+ * Get a Milvus native role and its privilege grants.
323
+ * @summary Get Milvus role
324
+ * @param {string} orgName name of the Org
325
+ * @param {string} clusterName name of the Cluster
326
+ * @param {string} roleName name of the Milvus role
327
+ * @param {*} [options] Override http request option.
328
+ * @throws {RequiredError}
329
+ */
330
+ async getMilvusRole(orgName, clusterName, roleName, options) {
331
+ var _a, _b, _c;
332
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getMilvusRole(orgName, clusterName, roleName, options);
333
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
334
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MilvusApi.getMilvusRole']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
335
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
336
+ },
337
+ /**
338
+ * List Milvus native roles and their privilege grants.
339
+ * @summary List Milvus roles
340
+ * @param {string} orgName name of the Org
341
+ * @param {string} clusterName name of the Cluster
342
+ * @param {*} [options] Override http request option.
343
+ * @throws {RequiredError}
344
+ */
345
+ async listMilvusRoles(orgName, clusterName, options) {
346
+ var _a, _b, _c;
347
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listMilvusRoles(orgName, clusterName, options);
348
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
349
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MilvusApi.listMilvusRoles']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
350
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
351
+ },
352
+ /**
353
+ * Create or update a Milvus native role and replace its privilege grants.
354
+ * @summary Put Milvus role
355
+ * @param {string} orgName name of the Org
356
+ * @param {string} clusterName name of the Cluster
357
+ * @param {string} roleName name of the Milvus role
358
+ * @param {MilvusRoleRequest} body
359
+ * @param {*} [options] Override http request option.
360
+ * @throws {RequiredError}
361
+ */
362
+ async putMilvusRole(orgName, clusterName, roleName, body, options) {
363
+ var _a, _b, _c;
364
+ const localVarAxiosArgs = await localVarAxiosParamCreator.putMilvusRole(orgName, clusterName, roleName, body, options);
365
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
366
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MilvusApi.putMilvusRole']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
367
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
368
+ },
369
+ /**
370
+ * Update a Milvus account password.
371
+ * @summary Update Milvus account password
372
+ * @param {string} orgName name of the Org
373
+ * @param {string} clusterName name of the Cluster
374
+ * @param {string} accountName name of the Account
375
+ * @param {MilvusAccountPassword} body
376
+ * @param {*} [options] Override http request option.
377
+ * @throws {RequiredError}
378
+ */
379
+ async updateMilvusAccountPassword(orgName, clusterName, accountName, body, options) {
380
+ var _a, _b, _c;
381
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateMilvusAccountPassword(orgName, clusterName, accountName, body, options);
382
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
383
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MilvusApi.updateMilvusAccountPassword']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
384
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
385
+ },
386
+ /**
387
+ * Replace a Milvus account\'s role assignments.
388
+ * @summary Update Milvus account roles
389
+ * @param {string} orgName name of the Org
390
+ * @param {string} clusterName name of the Cluster
391
+ * @param {string} accountName name of the Account
392
+ * @param {MilvusAccountRoles} body
393
+ * @param {*} [options] Override http request option.
394
+ * @throws {RequiredError}
395
+ */
396
+ async updateMilvusAccountRoles(orgName, clusterName, accountName, body, options) {
397
+ var _a, _b, _c;
398
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateMilvusAccountRoles(orgName, clusterName, accountName, body, options);
399
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
400
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MilvusApi.updateMilvusAccountRoles']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
401
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
402
+ },
403
+ };
404
+ };
405
+ exports.MilvusApiFp = MilvusApiFp;
406
+ /**
407
+ * MilvusApi - factory interface
408
+ * @export
409
+ */
410
+ const MilvusApiFactory = function (configuration, basePath, axios) {
411
+ const localVarFp = (0, exports.MilvusApiFp)(configuration);
412
+ return {
413
+ /**
414
+ * Delete a Milvus native role.
415
+ * @summary Delete Milvus role
416
+ * @param {MilvusApiDeleteMilvusRoleRequest} requestParameters Request parameters.
417
+ * @param {*} [options] Override http request option.
418
+ * @throws {RequiredError}
419
+ */
420
+ deleteMilvusRole(requestParameters, options) {
421
+ return localVarFp.deleteMilvusRole(requestParameters.orgName, requestParameters.clusterName, requestParameters.roleName, options).then((request) => request(axios, basePath));
422
+ },
423
+ /**
424
+ * Get a Milvus native role and its privilege grants.
425
+ * @summary Get Milvus role
426
+ * @param {MilvusApiGetMilvusRoleRequest} requestParameters Request parameters.
427
+ * @param {*} [options] Override http request option.
428
+ * @throws {RequiredError}
429
+ */
430
+ getMilvusRole(requestParameters, options) {
431
+ return localVarFp.getMilvusRole(requestParameters.orgName, requestParameters.clusterName, requestParameters.roleName, options).then((request) => request(axios, basePath));
432
+ },
433
+ /**
434
+ * List Milvus native roles and their privilege grants.
435
+ * @summary List Milvus roles
436
+ * @param {MilvusApiListMilvusRolesRequest} requestParameters Request parameters.
437
+ * @param {*} [options] Override http request option.
438
+ * @throws {RequiredError}
439
+ */
440
+ listMilvusRoles(requestParameters, options) {
441
+ return localVarFp.listMilvusRoles(requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(axios, basePath));
442
+ },
443
+ /**
444
+ * Create or update a Milvus native role and replace its privilege grants.
445
+ * @summary Put Milvus role
446
+ * @param {MilvusApiPutMilvusRoleRequest} requestParameters Request parameters.
447
+ * @param {*} [options] Override http request option.
448
+ * @throws {RequiredError}
449
+ */
450
+ putMilvusRole(requestParameters, options) {
451
+ return localVarFp.putMilvusRole(requestParameters.orgName, requestParameters.clusterName, requestParameters.roleName, requestParameters.body, options).then((request) => request(axios, basePath));
452
+ },
453
+ /**
454
+ * Update a Milvus account password.
455
+ * @summary Update Milvus account password
456
+ * @param {MilvusApiUpdateMilvusAccountPasswordRequest} requestParameters Request parameters.
457
+ * @param {*} [options] Override http request option.
458
+ * @throws {RequiredError}
459
+ */
460
+ updateMilvusAccountPassword(requestParameters, options) {
461
+ return localVarFp.updateMilvusAccountPassword(requestParameters.orgName, requestParameters.clusterName, requestParameters.accountName, requestParameters.body, options).then((request) => request(axios, basePath));
462
+ },
463
+ /**
464
+ * Replace a Milvus account\'s role assignments.
465
+ * @summary Update Milvus account roles
466
+ * @param {MilvusApiUpdateMilvusAccountRolesRequest} requestParameters Request parameters.
467
+ * @param {*} [options] Override http request option.
468
+ * @throws {RequiredError}
469
+ */
470
+ updateMilvusAccountRoles(requestParameters, options) {
471
+ return localVarFp.updateMilvusAccountRoles(requestParameters.orgName, requestParameters.clusterName, requestParameters.accountName, requestParameters.body, options).then((request) => request(axios, basePath));
472
+ },
473
+ };
474
+ };
475
+ exports.MilvusApiFactory = MilvusApiFactory;
476
+ /**
477
+ * MilvusApi - object-oriented interface
478
+ * @export
479
+ * @class MilvusApi
480
+ * @extends {BaseAPI}
481
+ */
482
+ class MilvusApi extends base_1.BaseAPI {
483
+ /**
484
+ * Delete a Milvus native role.
485
+ * @summary Delete Milvus role
486
+ * @param {MilvusApiDeleteMilvusRoleRequest} requestParameters Request parameters.
487
+ * @param {*} [options] Override http request option.
488
+ * @throws {RequiredError}
489
+ * @memberof MilvusApi
490
+ */
491
+ deleteMilvusRole(requestParameters, options) {
492
+ return (0, exports.MilvusApiFp)(this.configuration).deleteMilvusRole(requestParameters.orgName, requestParameters.clusterName, requestParameters.roleName, options).then((request) => request(this.axios, this.basePath));
493
+ }
494
+ /**
495
+ * Get a Milvus native role and its privilege grants.
496
+ * @summary Get Milvus role
497
+ * @param {MilvusApiGetMilvusRoleRequest} requestParameters Request parameters.
498
+ * @param {*} [options] Override http request option.
499
+ * @throws {RequiredError}
500
+ * @memberof MilvusApi
501
+ */
502
+ getMilvusRole(requestParameters, options) {
503
+ return (0, exports.MilvusApiFp)(this.configuration).getMilvusRole(requestParameters.orgName, requestParameters.clusterName, requestParameters.roleName, options).then((request) => request(this.axios, this.basePath));
504
+ }
505
+ /**
506
+ * List Milvus native roles and their privilege grants.
507
+ * @summary List Milvus roles
508
+ * @param {MilvusApiListMilvusRolesRequest} requestParameters Request parameters.
509
+ * @param {*} [options] Override http request option.
510
+ * @throws {RequiredError}
511
+ * @memberof MilvusApi
512
+ */
513
+ listMilvusRoles(requestParameters, options) {
514
+ return (0, exports.MilvusApiFp)(this.configuration).listMilvusRoles(requestParameters.orgName, requestParameters.clusterName, options).then((request) => request(this.axios, this.basePath));
515
+ }
516
+ /**
517
+ * Create or update a Milvus native role and replace its privilege grants.
518
+ * @summary Put Milvus role
519
+ * @param {MilvusApiPutMilvusRoleRequest} requestParameters Request parameters.
520
+ * @param {*} [options] Override http request option.
521
+ * @throws {RequiredError}
522
+ * @memberof MilvusApi
523
+ */
524
+ putMilvusRole(requestParameters, options) {
525
+ return (0, exports.MilvusApiFp)(this.configuration).putMilvusRole(requestParameters.orgName, requestParameters.clusterName, requestParameters.roleName, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
526
+ }
527
+ /**
528
+ * Update a Milvus account password.
529
+ * @summary Update Milvus account password
530
+ * @param {MilvusApiUpdateMilvusAccountPasswordRequest} requestParameters Request parameters.
531
+ * @param {*} [options] Override http request option.
532
+ * @throws {RequiredError}
533
+ * @memberof MilvusApi
534
+ */
535
+ updateMilvusAccountPassword(requestParameters, options) {
536
+ return (0, exports.MilvusApiFp)(this.configuration).updateMilvusAccountPassword(requestParameters.orgName, requestParameters.clusterName, requestParameters.accountName, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
537
+ }
538
+ /**
539
+ * Replace a Milvus account\'s role assignments.
540
+ * @summary Update Milvus account roles
541
+ * @param {MilvusApiUpdateMilvusAccountRolesRequest} requestParameters Request parameters.
542
+ * @param {*} [options] Override http request option.
543
+ * @throws {RequiredError}
544
+ * @memberof MilvusApi
545
+ */
546
+ updateMilvusAccountRoles(requestParameters, options) {
547
+ return (0, exports.MilvusApiFp)(this.configuration).updateMilvusAccountRoles(requestParameters.orgName, requestParameters.clusterName, requestParameters.accountName, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
548
+ }
549
+ }
550
+ exports.MilvusApi = MilvusApi;
551
+ //# sourceMappingURL=milvus-api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"milvus-api.js","sourceRoot":"","sources":["../../../src/openapi/apis/milvus-api.ts"],"names":[],"mappings":"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"}