kb-cloud-client-typescript 2.2.71 → 2.2.73

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 (171) 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/elasticsearch-api.d.ts +1221 -0
  6. package/dist/adminapi/apis/elasticsearch-api.d.ts.map +1 -0
  7. package/dist/adminapi/apis/elasticsearch-api.js +1332 -0
  8. package/dist/adminapi/apis/elasticsearch-api.js.map +1 -0
  9. package/dist/adminapi/apis/shared-api.d.ts +1187 -14
  10. package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
  11. package/dist/adminapi/apis/shared-api.js +1402 -134
  12. package/dist/adminapi/apis/shared-api.js.map +1 -1
  13. package/dist/adminapi/models/account-option.d.ts +18 -0
  14. package/dist/adminapi/models/account-option.d.ts.map +1 -1
  15. package/dist/adminapi/models/esput-security-user-request.d.ts +63 -0
  16. package/dist/adminapi/models/esput-security-user-request.d.ts.map +1 -0
  17. package/dist/adminapi/models/esput-security-user-request.js +16 -0
  18. package/dist/adminapi/models/esput-security-user-request.js.map +1 -0
  19. package/dist/adminapi/models/essecurity-application-privileges.d.ts +37 -0
  20. package/dist/adminapi/models/essecurity-application-privileges.d.ts.map +1 -0
  21. package/dist/adminapi/models/essecurity-application-privileges.js +16 -0
  22. package/dist/adminapi/models/essecurity-application-privileges.js.map +1 -0
  23. package/dist/adminapi/models/essecurity-field-security.d.ts +31 -0
  24. package/dist/adminapi/models/essecurity-field-security.d.ts.map +1 -0
  25. package/dist/adminapi/models/essecurity-field-security.js +16 -0
  26. package/dist/adminapi/models/essecurity-field-security.js.map +1 -0
  27. package/dist/adminapi/models/essecurity-index-privileges.d.ts +50 -0
  28. package/dist/adminapi/models/essecurity-index-privileges.d.ts.map +1 -0
  29. package/dist/adminapi/models/essecurity-index-privileges.js +16 -0
  30. package/dist/adminapi/models/essecurity-index-privileges.js.map +1 -0
  31. package/dist/adminapi/models/essecurity-password-request.d.ts +25 -0
  32. package/dist/adminapi/models/essecurity-password-request.d.ts.map +1 -0
  33. package/dist/adminapi/models/essecurity-password-request.js +16 -0
  34. package/dist/adminapi/models/essecurity-password-request.js.map +1 -0
  35. package/dist/adminapi/models/essecurity-remote-cluster-privileges.d.ts +31 -0
  36. package/dist/adminapi/models/essecurity-remote-cluster-privileges.d.ts.map +1 -0
  37. package/dist/adminapi/models/essecurity-remote-cluster-privileges.js +16 -0
  38. package/dist/adminapi/models/essecurity-remote-cluster-privileges.js.map +1 -0
  39. package/dist/adminapi/models/essecurity-remote-index-privileges.d.ts +56 -0
  40. package/dist/adminapi/models/essecurity-remote-index-privileges.d.ts.map +1 -0
  41. package/dist/adminapi/models/essecurity-remote-index-privileges.js +16 -0
  42. package/dist/adminapi/models/essecurity-remote-index-privileges.js.map +1 -0
  43. package/dist/adminapi/models/essecurity-role-descriptor.d.ts +97 -0
  44. package/dist/adminapi/models/essecurity-role-descriptor.d.ts.map +1 -0
  45. package/dist/adminapi/models/essecurity-role-descriptor.js +16 -0
  46. package/dist/adminapi/models/essecurity-role-descriptor.js.map +1 -0
  47. package/dist/adminapi/models/essecurity-role-mapping.d.ts +54 -0
  48. package/dist/adminapi/models/essecurity-role-mapping.d.ts.map +1 -0
  49. package/dist/adminapi/models/essecurity-role-mapping.js +16 -0
  50. package/dist/adminapi/models/essecurity-role-mapping.js.map +1 -0
  51. package/dist/adminapi/models/essecurity-role-template-format.d.ts +22 -0
  52. package/dist/adminapi/models/essecurity-role-template-format.d.ts.map +1 -0
  53. package/dist/adminapi/models/essecurity-role-template-format.js +26 -0
  54. package/dist/adminapi/models/essecurity-role-template-format.js.map +1 -0
  55. package/dist/adminapi/models/essecurity-role-template.d.ts +34 -0
  56. package/dist/adminapi/models/essecurity-role-template.d.ts.map +1 -0
  57. package/dist/adminapi/models/essecurity-role-template.js +16 -0
  58. package/dist/adminapi/models/essecurity-role-template.js.map +1 -0
  59. package/dist/adminapi/models/essecurity-user.d.ts +51 -0
  60. package/dist/adminapi/models/essecurity-user.d.ts.map +1 -0
  61. package/dist/adminapi/models/essecurity-user.js +16 -0
  62. package/dist/adminapi/models/essecurity-user.js.map +1 -0
  63. package/dist/adminapi/models/index.d.ts +12 -0
  64. package/dist/adminapi/models/index.d.ts.map +1 -1
  65. package/dist/adminapi/models/index.js +12 -0
  66. package/dist/adminapi/models/index.js.map +1 -1
  67. package/dist/openapi/api.d.ts +1 -0
  68. package/dist/openapi/api.d.ts.map +1 -1
  69. package/dist/openapi/api.js +1 -0
  70. package/dist/openapi/api.js.map +1 -1
  71. package/dist/openapi/apis/elasticsearch-api.d.ts +1221 -0
  72. package/dist/openapi/apis/elasticsearch-api.d.ts.map +1 -0
  73. package/dist/openapi/apis/elasticsearch-api.js +1332 -0
  74. package/dist/openapi/apis/elasticsearch-api.js.map +1 -0
  75. package/dist/openapi/apis/shared-api.d.ts +1187 -14
  76. package/dist/openapi/apis/shared-api.d.ts.map +1 -1
  77. package/dist/openapi/apis/shared-api.js +1407 -139
  78. package/dist/openapi/apis/shared-api.js.map +1 -1
  79. package/dist/openapi/models/account-option.d.ts +18 -0
  80. package/dist/openapi/models/account-option.d.ts.map +1 -1
  81. package/dist/openapi/models/esput-security-user-request.d.ts +63 -0
  82. package/dist/openapi/models/esput-security-user-request.d.ts.map +1 -0
  83. package/dist/openapi/models/esput-security-user-request.js +16 -0
  84. package/dist/openapi/models/esput-security-user-request.js.map +1 -0
  85. package/dist/openapi/models/essecurity-application-privileges.d.ts +37 -0
  86. package/dist/openapi/models/essecurity-application-privileges.d.ts.map +1 -0
  87. package/dist/openapi/models/essecurity-application-privileges.js +16 -0
  88. package/dist/openapi/models/essecurity-application-privileges.js.map +1 -0
  89. package/dist/openapi/models/essecurity-field-security.d.ts +31 -0
  90. package/dist/openapi/models/essecurity-field-security.d.ts.map +1 -0
  91. package/dist/openapi/models/essecurity-field-security.js +16 -0
  92. package/dist/openapi/models/essecurity-field-security.js.map +1 -0
  93. package/dist/openapi/models/essecurity-index-privileges.d.ts +50 -0
  94. package/dist/openapi/models/essecurity-index-privileges.d.ts.map +1 -0
  95. package/dist/openapi/models/essecurity-index-privileges.js +16 -0
  96. package/dist/openapi/models/essecurity-index-privileges.js.map +1 -0
  97. package/dist/openapi/models/essecurity-password-request.d.ts +25 -0
  98. package/dist/openapi/models/essecurity-password-request.d.ts.map +1 -0
  99. package/dist/openapi/models/essecurity-password-request.js +16 -0
  100. package/dist/openapi/models/essecurity-password-request.js.map +1 -0
  101. package/dist/openapi/models/essecurity-remote-cluster-privileges.d.ts +31 -0
  102. package/dist/openapi/models/essecurity-remote-cluster-privileges.d.ts.map +1 -0
  103. package/dist/openapi/models/essecurity-remote-cluster-privileges.js +16 -0
  104. package/dist/openapi/models/essecurity-remote-cluster-privileges.js.map +1 -0
  105. package/dist/openapi/models/essecurity-remote-index-privileges.d.ts +56 -0
  106. package/dist/openapi/models/essecurity-remote-index-privileges.d.ts.map +1 -0
  107. package/dist/openapi/models/essecurity-remote-index-privileges.js +16 -0
  108. package/dist/openapi/models/essecurity-remote-index-privileges.js.map +1 -0
  109. package/dist/openapi/models/essecurity-role-descriptor.d.ts +97 -0
  110. package/dist/openapi/models/essecurity-role-descriptor.d.ts.map +1 -0
  111. package/dist/openapi/models/essecurity-role-descriptor.js +16 -0
  112. package/dist/openapi/models/essecurity-role-descriptor.js.map +1 -0
  113. package/dist/openapi/models/essecurity-role-mapping.d.ts +54 -0
  114. package/dist/openapi/models/essecurity-role-mapping.d.ts.map +1 -0
  115. package/dist/openapi/models/essecurity-role-mapping.js +16 -0
  116. package/dist/openapi/models/essecurity-role-mapping.js.map +1 -0
  117. package/dist/openapi/models/essecurity-role-template-format.d.ts +22 -0
  118. package/dist/openapi/models/essecurity-role-template-format.d.ts.map +1 -0
  119. package/dist/openapi/models/essecurity-role-template-format.js +26 -0
  120. package/dist/openapi/models/essecurity-role-template-format.js.map +1 -0
  121. package/dist/openapi/models/essecurity-role-template.d.ts +34 -0
  122. package/dist/openapi/models/essecurity-role-template.d.ts.map +1 -0
  123. package/dist/openapi/models/essecurity-role-template.js +16 -0
  124. package/dist/openapi/models/essecurity-role-template.js.map +1 -0
  125. package/dist/openapi/models/essecurity-user.d.ts +51 -0
  126. package/dist/openapi/models/essecurity-user.d.ts.map +1 -0
  127. package/dist/openapi/models/essecurity-user.js +16 -0
  128. package/dist/openapi/models/essecurity-user.js.map +1 -0
  129. package/dist/openapi/models/index.d.ts +12 -0
  130. package/dist/openapi/models/index.d.ts.map +1 -1
  131. package/dist/openapi/models/index.js +12 -0
  132. package/dist/openapi/models/index.js.map +1 -1
  133. package/package.json +1 -1
  134. package/src/adminapi/.openapi-generator/FILES +13 -0
  135. package/src/adminapi/api.ts +1 -0
  136. package/src/adminapi/apis/elasticsearch-api.ts +2072 -0
  137. package/src/adminapi/apis/shared-api.ts +2141 -139
  138. package/src/adminapi/models/account-option.ts +18 -0
  139. package/src/adminapi/models/esput-security-user-request.ts +66 -0
  140. package/src/adminapi/models/essecurity-application-privileges.ts +42 -0
  141. package/src/adminapi/models/essecurity-field-security.ts +36 -0
  142. package/src/adminapi/models/essecurity-index-privileges.ts +57 -0
  143. package/src/adminapi/models/essecurity-password-request.ts +30 -0
  144. package/src/adminapi/models/essecurity-remote-cluster-privileges.ts +36 -0
  145. package/src/adminapi/models/essecurity-remote-index-privileges.ts +63 -0
  146. package/src/adminapi/models/essecurity-role-descriptor.ts +102 -0
  147. package/src/adminapi/models/essecurity-role-mapping.ts +57 -0
  148. package/src/adminapi/models/essecurity-role-template-format.ts +31 -0
  149. package/src/adminapi/models/essecurity-role-template.ts +41 -0
  150. package/src/adminapi/models/essecurity-user.ts +54 -0
  151. package/src/adminapi/models/index.ts +12 -0
  152. package/src/adminapi.yaml +874 -0
  153. package/src/openapi/.openapi-generator/FILES +13 -0
  154. package/src/openapi/api.ts +1 -0
  155. package/src/openapi/apis/elasticsearch-api.ts +2072 -0
  156. package/src/openapi/apis/shared-api.ts +2144 -142
  157. package/src/openapi/models/account-option.ts +18 -0
  158. package/src/openapi/models/esput-security-user-request.ts +66 -0
  159. package/src/openapi/models/essecurity-application-privileges.ts +42 -0
  160. package/src/openapi/models/essecurity-field-security.ts +36 -0
  161. package/src/openapi/models/essecurity-index-privileges.ts +57 -0
  162. package/src/openapi/models/essecurity-password-request.ts +30 -0
  163. package/src/openapi/models/essecurity-remote-cluster-privileges.ts +36 -0
  164. package/src/openapi/models/essecurity-remote-index-privileges.ts +63 -0
  165. package/src/openapi/models/essecurity-role-descriptor.ts +102 -0
  166. package/src/openapi/models/essecurity-role-mapping.ts +57 -0
  167. package/src/openapi/models/essecurity-role-template-format.ts +31 -0
  168. package/src/openapi/models/essecurity-role-template.ts +41 -0
  169. package/src/openapi/models/essecurity-user.ts +54 -0
  170. package/src/openapi/models/index.ts +12 -0
  171. package/src/openapi.yaml +874 -0
@@ -69,6 +69,24 @@ export interface AccountOption {
69
69
  * @memberof AccountOption
70
70
  */
71
71
  'delete': boolean;
72
+ /**
73
+ * Whether the engine supports account lock and unlock actions.
74
+ * @type {boolean}
75
+ * @memberof AccountOption
76
+ */
77
+ 'supportLock'?: boolean;
78
+ /**
79
+ * Whether the engine supports service account access-key management.
80
+ * @type {boolean}
81
+ * @memberof AccountOption
82
+ */
83
+ 'supportServiceAccount'?: boolean;
84
+ /**
85
+ * Account names that are protected from update, delete, lock, and unlock actions.
86
+ * @type {Array<string>}
87
+ * @memberof AccountOption
88
+ */
89
+ 'protectedAccounts'?: Array<string>;
72
90
  /**
73
91
  *
74
92
  * @type {boolean}
@@ -1 +1 @@
1
- {"version":3,"file":"account-option.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/account-option.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,eAAe,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACzC"}
1
+ {"version":3,"file":"account-option.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/account-option.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,eAAe,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACpC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACzC"}
@@ -0,0 +1,63 @@
1
+ /**
2
+ * Admin API
3
+ * The Admin API is used to manage the ApeCloud platform.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ESPutSecurityUserRequest
16
+ */
17
+ export interface ESPutSecurityUserRequest {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ESPutSecurityUserRequest
22
+ */
23
+ 'password'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ESPutSecurityUserRequest
28
+ */
29
+ 'password_hash'?: string | null;
30
+ /**
31
+ *
32
+ * @type {Array<string>}
33
+ * @memberof ESPutSecurityUserRequest
34
+ */
35
+ 'roles': Array<string>;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof ESPutSecurityUserRequest
40
+ */
41
+ 'full_name'?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof ESPutSecurityUserRequest
46
+ */
47
+ 'email'?: string | null;
48
+ /**
49
+ *
50
+ * @type {{ [key: string]: any; }}
51
+ * @memberof ESPutSecurityUserRequest
52
+ */
53
+ 'metadata'?: {
54
+ [key: string]: any;
55
+ };
56
+ /**
57
+ *
58
+ * @type {boolean}
59
+ * @memberof ESPutSecurityUserRequest
60
+ */
61
+ 'enabled'?: boolean | null;
62
+ }
63
+ //# sourceMappingURL=esput-security-user-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"esput-security-user-request.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/esput-security-user-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IACrC;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC9B"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Admin API
6
+ * The Admin API is used to manage the ApeCloud platform.
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
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=esput-security-user-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"esput-security-user-request.js","sourceRoot":"","sources":["../../../src/adminapi/models/esput-security-user-request.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Admin API
3
+ * The Admin API is used to manage the ApeCloud platform.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ESSecurityApplicationPrivileges
16
+ */
17
+ export interface ESSecurityApplicationPrivileges {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ESSecurityApplicationPrivileges
22
+ */
23
+ 'application'?: string;
24
+ /**
25
+ *
26
+ * @type {Array<string>}
27
+ * @memberof ESSecurityApplicationPrivileges
28
+ */
29
+ 'privileges'?: Array<string>;
30
+ /**
31
+ *
32
+ * @type {Array<string>}
33
+ * @memberof ESSecurityApplicationPrivileges
34
+ */
35
+ 'resources'?: Array<string>;
36
+ }
37
+ //# sourceMappingURL=essecurity-application-privileges.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essecurity-application-privileges.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/essecurity-application-privileges.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC/B"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Admin API
6
+ * The Admin API is used to manage the ApeCloud platform.
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
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=essecurity-application-privileges.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essecurity-application-privileges.js","sourceRoot":"","sources":["../../../src/adminapi/models/essecurity-application-privileges.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Admin API
3
+ * The Admin API is used to manage the ApeCloud platform.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ESSecurityFieldSecurity
16
+ */
17
+ export interface ESSecurityFieldSecurity {
18
+ /**
19
+ *
20
+ * @type {Array<string>}
21
+ * @memberof ESSecurityFieldSecurity
22
+ */
23
+ 'grant'?: Array<string>;
24
+ /**
25
+ *
26
+ * @type {Array<string>}
27
+ * @memberof ESSecurityFieldSecurity
28
+ */
29
+ 'except'?: Array<string>;
30
+ }
31
+ //# sourceMappingURL=essecurity-field-security.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essecurity-field-security.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/essecurity-field-security.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Admin API
6
+ * The Admin API is used to manage the ApeCloud platform.
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
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=essecurity-field-security.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essecurity-field-security.js","sourceRoot":"","sources":["../../../src/adminapi/models/essecurity-field-security.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Admin API
3
+ * The Admin API is used to manage the ApeCloud platform.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ESSecurityFieldSecurity } from './essecurity-field-security';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ESSecurityIndexPrivileges
17
+ */
18
+ export interface ESSecurityIndexPrivileges {
19
+ /**
20
+ *
21
+ * @type {Array<string>}
22
+ * @memberof ESSecurityIndexPrivileges
23
+ */
24
+ 'names': Array<string>;
25
+ /**
26
+ *
27
+ * @type {Array<string>}
28
+ * @memberof ESSecurityIndexPrivileges
29
+ */
30
+ 'privileges': Array<string>;
31
+ /**
32
+ *
33
+ * @type {ESSecurityFieldSecurity}
34
+ * @memberof ESSecurityIndexPrivileges
35
+ */
36
+ 'field_security'?: ESSecurityFieldSecurity;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof ESSecurityIndexPrivileges
41
+ */
42
+ 'query'?: string | null;
43
+ /**
44
+ *
45
+ * @type {boolean}
46
+ * @memberof ESSecurityIndexPrivileges
47
+ */
48
+ 'allow_restricted_indices'?: boolean | null;
49
+ }
50
+ //# sourceMappingURL=essecurity-index-privileges.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essecurity-index-privileges.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/essecurity-index-privileges.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAE3E;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACvB;;;;OAIG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,uBAAuB,CAAC;IAC3C;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC/C"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Admin API
6
+ * The Admin API is used to manage the ApeCloud platform.
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
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=essecurity-index-privileges.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essecurity-index-privileges.js","sourceRoot":"","sources":["../../../src/adminapi/models/essecurity-index-privileges.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Admin API
3
+ * The Admin API is used to manage the ApeCloud platform.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ESSecurityPasswordRequest
16
+ */
17
+ export interface ESSecurityPasswordRequest {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ESSecurityPasswordRequest
22
+ */
23
+ 'password': string;
24
+ }
25
+ //# sourceMappingURL=essecurity-password-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essecurity-password-request.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/essecurity-password-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Admin API
6
+ * The Admin API is used to manage the ApeCloud platform.
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
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=essecurity-password-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essecurity-password-request.js","sourceRoot":"","sources":["../../../src/adminapi/models/essecurity-password-request.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Admin API
3
+ * The Admin API is used to manage the ApeCloud platform.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ESSecurityRemoteClusterPrivileges
16
+ */
17
+ export interface ESSecurityRemoteClusterPrivileges {
18
+ /**
19
+ *
20
+ * @type {Array<string>}
21
+ * @memberof ESSecurityRemoteClusterPrivileges
22
+ */
23
+ 'clusters': Array<string>;
24
+ /**
25
+ *
26
+ * @type {Array<string>}
27
+ * @memberof ESSecurityRemoteClusterPrivileges
28
+ */
29
+ 'privileges': Array<string>;
30
+ }
31
+ //# sourceMappingURL=essecurity-remote-cluster-privileges.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essecurity-remote-cluster-privileges.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/essecurity-remote-cluster-privileges.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,UAAU,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B;;;;OAIG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC/B"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Admin API
6
+ * The Admin API is used to manage the ApeCloud platform.
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
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=essecurity-remote-cluster-privileges.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essecurity-remote-cluster-privileges.js","sourceRoot":"","sources":["../../../src/adminapi/models/essecurity-remote-cluster-privileges.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,56 @@
1
+ /**
2
+ * Admin API
3
+ * The Admin API is used to manage the ApeCloud platform.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ESSecurityFieldSecurity } from './essecurity-field-security';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ESSecurityRemoteIndexPrivileges
17
+ */
18
+ export interface ESSecurityRemoteIndexPrivileges {
19
+ /**
20
+ *
21
+ * @type {Array<string>}
22
+ * @memberof ESSecurityRemoteIndexPrivileges
23
+ */
24
+ 'clusters': Array<string>;
25
+ /**
26
+ *
27
+ * @type {Array<string>}
28
+ * @memberof ESSecurityRemoteIndexPrivileges
29
+ */
30
+ 'names': Array<string>;
31
+ /**
32
+ *
33
+ * @type {Array<string>}
34
+ * @memberof ESSecurityRemoteIndexPrivileges
35
+ */
36
+ 'privileges': Array<string>;
37
+ /**
38
+ *
39
+ * @type {ESSecurityFieldSecurity}
40
+ * @memberof ESSecurityRemoteIndexPrivileges
41
+ */
42
+ 'field_security'?: ESSecurityFieldSecurity;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof ESSecurityRemoteIndexPrivileges
47
+ */
48
+ 'query'?: string | null;
49
+ /**
50
+ *
51
+ * @type {boolean}
52
+ * @memberof ESSecurityRemoteIndexPrivileges
53
+ */
54
+ 'allow_restricted_indices'?: boolean | null;
55
+ }
56
+ //# sourceMappingURL=essecurity-remote-index-privileges.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essecurity-remote-index-privileges.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/essecurity-remote-index-privileges.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAE3E;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,UAAU,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACvB;;;;OAIG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,uBAAuB,CAAC;IAC3C;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC/C"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Admin API
6
+ * The Admin API is used to manage the ApeCloud platform.
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
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=essecurity-remote-index-privileges.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essecurity-remote-index-privileges.js","sourceRoot":"","sources":["../../../src/adminapi/models/essecurity-remote-index-privileges.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,97 @@
1
+ /**
2
+ * Admin API
3
+ * The Admin API is used to manage the ApeCloud platform.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ESSecurityApplicationPrivileges } from './essecurity-application-privileges';
13
+ import type { ESSecurityIndexPrivileges } from './essecurity-index-privileges';
14
+ import type { ESSecurityRemoteClusterPrivileges } from './essecurity-remote-cluster-privileges';
15
+ import type { ESSecurityRemoteIndexPrivileges } from './essecurity-remote-index-privileges';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface ESSecurityRoleDescriptor
20
+ */
21
+ export interface ESSecurityRoleDescriptor {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof ESSecurityRoleDescriptor
26
+ */
27
+ 'description'?: string | null;
28
+ /**
29
+ *
30
+ * @type {Array<string>}
31
+ * @memberof ESSecurityRoleDescriptor
32
+ */
33
+ 'cluster'?: Array<string>;
34
+ /**
35
+ *
36
+ * @type {{ [key: string]: any; }}
37
+ * @memberof ESSecurityRoleDescriptor
38
+ */
39
+ 'global'?: {
40
+ [key: string]: any;
41
+ };
42
+ /**
43
+ *
44
+ * @type {Array<ESSecurityIndexPrivileges>}
45
+ * @memberof ESSecurityRoleDescriptor
46
+ */
47
+ 'indices'?: Array<ESSecurityIndexPrivileges>;
48
+ /**
49
+ *
50
+ * @type {Array<ESSecurityRemoteIndexPrivileges>}
51
+ * @memberof ESSecurityRoleDescriptor
52
+ */
53
+ 'remote_indices'?: Array<ESSecurityRemoteIndexPrivileges>;
54
+ /**
55
+ *
56
+ * @type {Array<ESSecurityRemoteClusterPrivileges>}
57
+ * @memberof ESSecurityRoleDescriptor
58
+ */
59
+ 'remote_cluster'?: Array<ESSecurityRemoteClusterPrivileges>;
60
+ /**
61
+ *
62
+ * @type {Array<ESSecurityApplicationPrivileges>}
63
+ * @memberof ESSecurityRoleDescriptor
64
+ */
65
+ 'applications'?: Array<ESSecurityApplicationPrivileges>;
66
+ /**
67
+ *
68
+ * @type {Array<string>}
69
+ * @memberof ESSecurityRoleDescriptor
70
+ */
71
+ 'run_as'?: Array<string>;
72
+ /**
73
+ *
74
+ * @type {{ [key: string]: any; }}
75
+ * @memberof ESSecurityRoleDescriptor
76
+ */
77
+ 'metadata'?: {
78
+ [key: string]: any;
79
+ };
80
+ /**
81
+ *
82
+ * @type {{ [key: string]: any; }}
83
+ * @memberof ESSecurityRoleDescriptor
84
+ */
85
+ 'restriction'?: {
86
+ [key: string]: any;
87
+ };
88
+ /**
89
+ *
90
+ * @type {{ [key: string]: any; }}
91
+ * @memberof ESSecurityRoleDescriptor
92
+ */
93
+ 'transient_metadata'?: {
94
+ [key: string]: any;
95
+ };
96
+ }
97
+ //# sourceMappingURL=essecurity-role-descriptor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essecurity-role-descriptor.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/essecurity-role-descriptor.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,qCAAqC,CAAC;AAG3F,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAG/E,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAC;AAGhG,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAE5F;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IACnC;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;IAC7C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,+BAA+B,CAAC,CAAC;IAC1D;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,iCAAiC,CAAC,CAAC;IAC5D;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,+BAA+B,CAAC,CAAC;IACxD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IACrC;;;;OAIG;IACH,aAAa,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IACxC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClD"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Admin API
6
+ * The Admin API is used to manage the ApeCloud platform.
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
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=essecurity-role-descriptor.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essecurity-role-descriptor.js","sourceRoot":"","sources":["../../../src/adminapi/models/essecurity-role-descriptor.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}