@flowcore/sdk 1.50.0 → 1.52.0

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 (212) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/esm/commands/adapter/reset-adapter.d.ts +2 -2
  3. package/esm/commands/adapter/reset-adapter.d.ts.map +1 -1
  4. package/esm/commands/adapter/reset-adapter.js +1 -1
  5. package/esm/commands/iam/permissions/get-user-permissions.d.ts +48 -0
  6. package/esm/commands/iam/permissions/get-user-permissions.d.ts.map +1 -0
  7. package/esm/commands/iam/permissions/get-user-permissions.js +45 -0
  8. package/esm/commands/iam/policies/create-policy.d.ts +89 -0
  9. package/esm/commands/iam/policies/create-policy.d.ts.map +1 -0
  10. package/esm/commands/iam/policies/create-policy.js +69 -0
  11. package/esm/commands/iam/policies/get-policy.d.ts +35 -0
  12. package/esm/commands/iam/policies/get-policy.d.ts.map +1 -0
  13. package/esm/commands/iam/policies/get-policy.js +37 -0
  14. package/esm/commands/iam/policies/id/archive-policy.d.ts +45 -0
  15. package/esm/commands/iam/policies/id/archive-policy.d.ts.map +1 -0
  16. package/esm/commands/iam/policies/id/archive-policy.js +42 -0
  17. package/esm/commands/iam/policies/id/get-policy.d.ts +45 -0
  18. package/esm/commands/iam/policies/id/get-policy.d.ts.map +1 -0
  19. package/esm/commands/iam/policies/id/get-policy.js +40 -0
  20. package/esm/commands/iam/policies/id/update-policy.d.ts +53 -0
  21. package/esm/commands/iam/policies/id/update-policy.d.ts.map +1 -0
  22. package/esm/commands/iam/policies/id/update-policy.js +46 -0
  23. package/esm/commands/iam/policy-associations/get-key-policies.d.ts +35 -0
  24. package/esm/commands/iam/policy-associations/get-key-policies.d.ts.map +1 -0
  25. package/esm/commands/iam/policy-associations/get-key-policies.js +77 -0
  26. package/esm/commands/iam/policy-associations/get-organization-policies.d.ts +35 -0
  27. package/esm/commands/iam/policy-associations/get-organization-policies.d.ts.map +1 -0
  28. package/esm/commands/iam/policy-associations/get-organization-policies.js +80 -0
  29. package/esm/commands/iam/policy-associations/get-policy-associations.d.ts +83 -0
  30. package/esm/commands/iam/policy-associations/get-policy-associations.d.ts.map +1 -0
  31. package/esm/commands/iam/policy-associations/get-policy-associations.js +109 -0
  32. package/esm/commands/iam/policy-associations/get-role-policies.d.ts +35 -0
  33. package/esm/commands/iam/policy-associations/get-role-policies.d.ts.map +1 -0
  34. package/esm/commands/iam/policy-associations/get-role-policies.js +65 -0
  35. package/esm/commands/iam/policy-associations/get-user-policies.d.ts +37 -0
  36. package/esm/commands/iam/policy-associations/get-user-policies.d.ts.map +1 -0
  37. package/esm/commands/iam/policy-associations/get-user-policies.js +37 -0
  38. package/esm/commands/iam/policy-associations/link-key-policy.d.ts +53 -0
  39. package/esm/commands/iam/policy-associations/link-key-policy.d.ts.map +1 -0
  40. package/esm/commands/iam/policy-associations/link-key-policy.js +52 -0
  41. package/esm/commands/iam/policy-associations/link-role-policy.d.ts +53 -0
  42. package/esm/commands/iam/policy-associations/link-role-policy.d.ts.map +1 -0
  43. package/esm/commands/iam/policy-associations/link-role-policy.js +52 -0
  44. package/esm/commands/iam/policy-associations/link-user-policy.d.ts +53 -0
  45. package/esm/commands/iam/policy-associations/link-user-policy.d.ts.map +1 -0
  46. package/esm/commands/iam/policy-associations/link-user-policy.js +52 -0
  47. package/esm/commands/iam/policy-associations/unlink-key-policy.d.ts +41 -0
  48. package/esm/commands/iam/policy-associations/unlink-key-policy.d.ts.map +1 -0
  49. package/esm/commands/iam/policy-associations/unlink-key-policy.js +44 -0
  50. package/esm/commands/iam/policy-associations/unlink-role-policy.d.ts +41 -0
  51. package/esm/commands/iam/policy-associations/unlink-role-policy.d.ts.map +1 -0
  52. package/esm/commands/iam/policy-associations/unlink-role-policy.js +44 -0
  53. package/esm/commands/iam/policy-associations/unlink-user-policy.d.ts +41 -0
  54. package/esm/commands/iam/policy-associations/unlink-user-policy.d.ts.map +1 -0
  55. package/esm/commands/iam/policy-associations/unlink-user-policy.js +44 -0
  56. package/esm/commands/iam/role-associations/get-key-roles.d.ts +35 -0
  57. package/esm/commands/iam/role-associations/get-key-roles.d.ts.map +1 -0
  58. package/esm/commands/iam/role-associations/get-key-roles.js +37 -0
  59. package/esm/commands/iam/role-associations/get-organization-roles.d.ts +35 -0
  60. package/esm/commands/iam/role-associations/get-organization-roles.d.ts.map +1 -0
  61. package/esm/commands/iam/role-associations/get-organization-roles.js +54 -0
  62. package/esm/commands/iam/role-associations/get-role-associations.d.ts +70 -0
  63. package/esm/commands/iam/role-associations/get-role-associations.d.ts.map +1 -0
  64. package/esm/commands/iam/role-associations/get-role-associations.js +59 -0
  65. package/esm/commands/iam/role-associations/get-user-roles.d.ts +37 -0
  66. package/esm/commands/iam/role-associations/get-user-roles.d.ts.map +1 -0
  67. package/esm/commands/iam/role-associations/get-user-roles.js +42 -0
  68. package/esm/commands/iam/role-associations/link-key-role.d.ts +53 -0
  69. package/esm/commands/iam/role-associations/link-key-role.d.ts.map +1 -0
  70. package/esm/commands/iam/role-associations/link-key-role.js +52 -0
  71. package/esm/commands/iam/role-associations/link-user-role.d.ts +53 -0
  72. package/esm/commands/iam/role-associations/link-user-role.d.ts.map +1 -0
  73. package/esm/commands/iam/role-associations/link-user-role.js +52 -0
  74. package/esm/commands/iam/role-associations/unlink-key-role.d.ts +41 -0
  75. package/esm/commands/iam/role-associations/unlink-key-role.d.ts.map +1 -0
  76. package/esm/commands/iam/role-associations/unlink-key-role.js +44 -0
  77. package/esm/commands/iam/role-associations/unlink-user-role.d.ts +41 -0
  78. package/esm/commands/iam/role-associations/unlink-user-role.d.ts.map +1 -0
  79. package/esm/commands/iam/role-associations/unlink-user-role.js +44 -0
  80. package/esm/commands/iam/roles/create-role.d.ts +60 -0
  81. package/esm/commands/iam/roles/create-role.d.ts.map +1 -0
  82. package/esm/commands/iam/roles/create-role.js +56 -0
  83. package/esm/commands/iam/roles/get-roles.d.ts +35 -0
  84. package/esm/commands/iam/roles/get-roles.d.ts.map +1 -0
  85. package/esm/commands/iam/roles/get-roles.js +37 -0
  86. package/esm/commands/iam/roles/id/archive-role.d.ts +45 -0
  87. package/esm/commands/iam/roles/id/archive-role.d.ts.map +1 -0
  88. package/esm/commands/iam/roles/id/archive-role.js +42 -0
  89. package/esm/commands/iam/roles/id/get-role.d.ts +35 -0
  90. package/esm/commands/iam/roles/id/get-role.d.ts.map +1 -0
  91. package/esm/commands/iam/roles/id/get-role.js +36 -0
  92. package/esm/commands/iam/roles/id/update-role.d.ts +47 -0
  93. package/esm/commands/iam/roles/id/update-role.d.ts.map +1 -0
  94. package/esm/commands/iam/roles/id/update-role.js +47 -0
  95. package/esm/commands/iam/tenant-iam-audit/get-audit-for-tenant.d.ts +88 -0
  96. package/esm/commands/iam/tenant-iam-audit/get-audit-for-tenant.d.ts.map +1 -0
  97. package/esm/commands/iam/tenant-iam-audit/get-audit-for-tenant.js +102 -0
  98. package/esm/commands/iam/validate/validate-key.d.ts +43 -0
  99. package/esm/commands/iam/validate/validate-key.d.ts.map +1 -0
  100. package/esm/commands/iam/validate/validate-key.js +43 -0
  101. package/esm/commands/iam/validate/validate-user.d.ts +77 -0
  102. package/esm/commands/iam/validate/validate-user.d.ts.map +1 -0
  103. package/esm/commands/iam/validate/validate-user.js +58 -0
  104. package/esm/commands/index.d.ts +33 -0
  105. package/esm/commands/index.d.ts.map +1 -1
  106. package/esm/commands/index.js +34 -0
  107. package/package.json +1 -1
  108. package/script/commands/adapter/reset-adapter.d.ts +2 -2
  109. package/script/commands/adapter/reset-adapter.d.ts.map +1 -1
  110. package/script/commands/adapter/reset-adapter.js +2 -2
  111. package/script/commands/iam/permissions/get-user-permissions.d.ts +48 -0
  112. package/script/commands/iam/permissions/get-user-permissions.d.ts.map +1 -0
  113. package/script/commands/iam/permissions/get-user-permissions.js +49 -0
  114. package/script/commands/iam/policies/create-policy.d.ts +89 -0
  115. package/script/commands/iam/policies/create-policy.d.ts.map +1 -0
  116. package/script/commands/iam/policies/create-policy.js +73 -0
  117. package/script/commands/iam/policies/get-policy.d.ts +35 -0
  118. package/script/commands/iam/policies/get-policy.d.ts.map +1 -0
  119. package/script/commands/iam/policies/get-policy.js +41 -0
  120. package/script/commands/iam/policies/id/archive-policy.d.ts +45 -0
  121. package/script/commands/iam/policies/id/archive-policy.d.ts.map +1 -0
  122. package/script/commands/iam/policies/id/archive-policy.js +46 -0
  123. package/script/commands/iam/policies/id/get-policy.d.ts +45 -0
  124. package/script/commands/iam/policies/id/get-policy.d.ts.map +1 -0
  125. package/script/commands/iam/policies/id/get-policy.js +44 -0
  126. package/script/commands/iam/policies/id/update-policy.d.ts +53 -0
  127. package/script/commands/iam/policies/id/update-policy.d.ts.map +1 -0
  128. package/script/commands/iam/policies/id/update-policy.js +50 -0
  129. package/script/commands/iam/policy-associations/get-key-policies.d.ts +35 -0
  130. package/script/commands/iam/policy-associations/get-key-policies.d.ts.map +1 -0
  131. package/script/commands/iam/policy-associations/get-key-policies.js +81 -0
  132. package/script/commands/iam/policy-associations/get-organization-policies.d.ts +35 -0
  133. package/script/commands/iam/policy-associations/get-organization-policies.d.ts.map +1 -0
  134. package/script/commands/iam/policy-associations/get-organization-policies.js +84 -0
  135. package/script/commands/iam/policy-associations/get-policy-associations.d.ts +83 -0
  136. package/script/commands/iam/policy-associations/get-policy-associations.d.ts.map +1 -0
  137. package/script/commands/iam/policy-associations/get-policy-associations.js +113 -0
  138. package/script/commands/iam/policy-associations/get-role-policies.d.ts +35 -0
  139. package/script/commands/iam/policy-associations/get-role-policies.d.ts.map +1 -0
  140. package/script/commands/iam/policy-associations/get-role-policies.js +69 -0
  141. package/script/commands/iam/policy-associations/get-user-policies.d.ts +37 -0
  142. package/script/commands/iam/policy-associations/get-user-policies.d.ts.map +1 -0
  143. package/script/commands/iam/policy-associations/get-user-policies.js +41 -0
  144. package/script/commands/iam/policy-associations/link-key-policy.d.ts +53 -0
  145. package/script/commands/iam/policy-associations/link-key-policy.d.ts.map +1 -0
  146. package/script/commands/iam/policy-associations/link-key-policy.js +56 -0
  147. package/script/commands/iam/policy-associations/link-role-policy.d.ts +53 -0
  148. package/script/commands/iam/policy-associations/link-role-policy.d.ts.map +1 -0
  149. package/script/commands/iam/policy-associations/link-role-policy.js +56 -0
  150. package/script/commands/iam/policy-associations/link-user-policy.d.ts +53 -0
  151. package/script/commands/iam/policy-associations/link-user-policy.d.ts.map +1 -0
  152. package/script/commands/iam/policy-associations/link-user-policy.js +56 -0
  153. package/script/commands/iam/policy-associations/unlink-key-policy.d.ts +41 -0
  154. package/script/commands/iam/policy-associations/unlink-key-policy.d.ts.map +1 -0
  155. package/script/commands/iam/policy-associations/unlink-key-policy.js +48 -0
  156. package/script/commands/iam/policy-associations/unlink-role-policy.d.ts +41 -0
  157. package/script/commands/iam/policy-associations/unlink-role-policy.d.ts.map +1 -0
  158. package/script/commands/iam/policy-associations/unlink-role-policy.js +48 -0
  159. package/script/commands/iam/policy-associations/unlink-user-policy.d.ts +41 -0
  160. package/script/commands/iam/policy-associations/unlink-user-policy.d.ts.map +1 -0
  161. package/script/commands/iam/policy-associations/unlink-user-policy.js +48 -0
  162. package/script/commands/iam/role-associations/get-key-roles.d.ts +35 -0
  163. package/script/commands/iam/role-associations/get-key-roles.d.ts.map +1 -0
  164. package/script/commands/iam/role-associations/get-key-roles.js +41 -0
  165. package/script/commands/iam/role-associations/get-organization-roles.d.ts +35 -0
  166. package/script/commands/iam/role-associations/get-organization-roles.d.ts.map +1 -0
  167. package/script/commands/iam/role-associations/get-organization-roles.js +58 -0
  168. package/script/commands/iam/role-associations/get-role-associations.d.ts +70 -0
  169. package/script/commands/iam/role-associations/get-role-associations.d.ts.map +1 -0
  170. package/script/commands/iam/role-associations/get-role-associations.js +63 -0
  171. package/script/commands/iam/role-associations/get-user-roles.d.ts +37 -0
  172. package/script/commands/iam/role-associations/get-user-roles.d.ts.map +1 -0
  173. package/script/commands/iam/role-associations/get-user-roles.js +46 -0
  174. package/script/commands/iam/role-associations/link-key-role.d.ts +53 -0
  175. package/script/commands/iam/role-associations/link-key-role.d.ts.map +1 -0
  176. package/script/commands/iam/role-associations/link-key-role.js +56 -0
  177. package/script/commands/iam/role-associations/link-user-role.d.ts +53 -0
  178. package/script/commands/iam/role-associations/link-user-role.d.ts.map +1 -0
  179. package/script/commands/iam/role-associations/link-user-role.js +56 -0
  180. package/script/commands/iam/role-associations/unlink-key-role.d.ts +41 -0
  181. package/script/commands/iam/role-associations/unlink-key-role.d.ts.map +1 -0
  182. package/script/commands/iam/role-associations/unlink-key-role.js +48 -0
  183. package/script/commands/iam/role-associations/unlink-user-role.d.ts +41 -0
  184. package/script/commands/iam/role-associations/unlink-user-role.d.ts.map +1 -0
  185. package/script/commands/iam/role-associations/unlink-user-role.js +48 -0
  186. package/script/commands/iam/roles/create-role.d.ts +60 -0
  187. package/script/commands/iam/roles/create-role.d.ts.map +1 -0
  188. package/script/commands/iam/roles/create-role.js +60 -0
  189. package/script/commands/iam/roles/get-roles.d.ts +35 -0
  190. package/script/commands/iam/roles/get-roles.d.ts.map +1 -0
  191. package/script/commands/iam/roles/get-roles.js +41 -0
  192. package/script/commands/iam/roles/id/archive-role.d.ts +45 -0
  193. package/script/commands/iam/roles/id/archive-role.d.ts.map +1 -0
  194. package/script/commands/iam/roles/id/archive-role.js +46 -0
  195. package/script/commands/iam/roles/id/get-role.d.ts +35 -0
  196. package/script/commands/iam/roles/id/get-role.d.ts.map +1 -0
  197. package/script/commands/iam/roles/id/get-role.js +40 -0
  198. package/script/commands/iam/roles/id/update-role.d.ts +47 -0
  199. package/script/commands/iam/roles/id/update-role.d.ts.map +1 -0
  200. package/script/commands/iam/roles/id/update-role.js +51 -0
  201. package/script/commands/iam/tenant-iam-audit/get-audit-for-tenant.d.ts +88 -0
  202. package/script/commands/iam/tenant-iam-audit/get-audit-for-tenant.d.ts.map +1 -0
  203. package/script/commands/iam/tenant-iam-audit/get-audit-for-tenant.js +106 -0
  204. package/script/commands/iam/validate/validate-key.d.ts +43 -0
  205. package/script/commands/iam/validate/validate-key.d.ts.map +1 -0
  206. package/script/commands/iam/validate/validate-key.js +47 -0
  207. package/script/commands/iam/validate/validate-user.d.ts +77 -0
  208. package/script/commands/iam/validate/validate-user.d.ts.map +1 -0
  209. package/script/commands/iam/validate/validate-user.js +62 -0
  210. package/script/commands/index.d.ts +33 -0
  211. package/script/commands/index.d.ts.map +1 -1
  212. package/script/commands/index.js +34 -0
@@ -0,0 +1,41 @@
1
+ import { Command } from "../../../common/command.js";
2
+ import { type KeyPolicyLink } from "./link-key-policy.js";
3
+ /**
4
+ * The input for the unlink key policy command
5
+ */
6
+ export interface UnlinkKeyPolicyInput {
7
+ /** The key id */
8
+ keyId: string;
9
+ /** The policy id */
10
+ policyId: string;
11
+ }
12
+ /**
13
+ * Unlink a policy from a key
14
+ */
15
+ export declare class UnlinkKeyPolicyCommand extends Command<UnlinkKeyPolicyInput, KeyPolicyLink> {
16
+ /**
17
+ * Whether the command should retry on failure
18
+ */
19
+ protected retryOnFailure: boolean;
20
+ /**
21
+ * Get the method
22
+ */
23
+ protected getMethod(): string;
24
+ /**
25
+ * Get the base url
26
+ */
27
+ protected getBaseUrl(): string;
28
+ /**
29
+ * Get the path
30
+ */
31
+ protected getPath(): string;
32
+ /**
33
+ * Get the body
34
+ */
35
+ protected getBody(): Record<string, unknown>;
36
+ /**
37
+ * Parse the response
38
+ */
39
+ protected parseResponse(rawResponse: unknown): KeyPolicyLink;
40
+ }
41
+ //# sourceMappingURL=unlink-key-policy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlink-key-policy.d.ts","sourceRoot":"","sources":["../../../../src/commands/iam/policy-associations/unlink-key-policy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,KAAK,aAAa,EAAuB,MAAM,sBAAsB,CAAA;AAE9E;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,iBAAiB;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,oBAAoB;IACpB,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED;;GAEG;AACH,qBAAa,sBAAuB,SAAQ,OAAO,CACjD,oBAAoB,EACpB,aAAa,CACd;IACC;;OAEG;IACH,UAAmB,cAAc,UAAQ;IAEzC;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAMrD;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,aAAa;CAGtE"}
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UnlinkKeyPolicyCommand = void 0;
4
+ const command_js_1 = require("../../../common/command.js");
5
+ const parse_response_helper_js_1 = require("../../../utils/parse-response-helper.js");
6
+ const link_key_policy_js_1 = require("./link-key-policy.js");
7
+ /**
8
+ * Unlink a policy from a key
9
+ */
10
+ class UnlinkKeyPolicyCommand extends command_js_1.Command {
11
+ /**
12
+ * Whether the command should retry on failure
13
+ */
14
+ retryOnFailure = false;
15
+ /**
16
+ * Get the method
17
+ */
18
+ getMethod() {
19
+ return "DELETE";
20
+ }
21
+ /**
22
+ * Get the base url
23
+ */
24
+ getBaseUrl() {
25
+ return "https://iam.api.flowcore.io";
26
+ }
27
+ /**
28
+ * Get the path
29
+ */
30
+ getPath() {
31
+ return `/api/v1/policy-associations/key/${this.input.keyId}/`;
32
+ }
33
+ /**
34
+ * Get the body
35
+ */
36
+ getBody() {
37
+ return {
38
+ policyId: this.input.policyId,
39
+ };
40
+ }
41
+ /**
42
+ * Parse the response
43
+ */
44
+ parseResponse(rawResponse) {
45
+ return (0, parse_response_helper_js_1.parseResponseHelper)(link_key_policy_js_1.KeyPolicyLinkSchema, rawResponse);
46
+ }
47
+ }
48
+ exports.UnlinkKeyPolicyCommand = UnlinkKeyPolicyCommand;
@@ -0,0 +1,41 @@
1
+ import { Command } from "../../../common/command.js";
2
+ import { type RolePolicyLink } from "./link-role-policy.js";
3
+ /**
4
+ * The input for the unlink role policy command
5
+ */
6
+ export interface UnlinkRolePolicyInput {
7
+ /** The role id */
8
+ roleId: string;
9
+ /** The policy id */
10
+ policyId: string;
11
+ }
12
+ /**
13
+ * Unlink a policy from a role
14
+ */
15
+ export declare class UnlinkRolePolicyCommand extends Command<UnlinkRolePolicyInput, RolePolicyLink> {
16
+ /**
17
+ * Whether the command should retry on failure
18
+ */
19
+ protected retryOnFailure: boolean;
20
+ /**
21
+ * Get the method
22
+ */
23
+ protected getMethod(): string;
24
+ /**
25
+ * Get the base url
26
+ */
27
+ protected getBaseUrl(): string;
28
+ /**
29
+ * Get the path
30
+ */
31
+ protected getPath(): string;
32
+ /**
33
+ * Get the body
34
+ */
35
+ protected getBody(): Record<string, unknown>;
36
+ /**
37
+ * Parse the response
38
+ */
39
+ protected parseResponse(rawResponse: unknown): RolePolicyLink;
40
+ }
41
+ //# sourceMappingURL=unlink-role-policy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlink-role-policy.d.ts","sourceRoot":"","sources":["../../../../src/commands/iam/policy-associations/unlink-role-policy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,KAAK,cAAc,EAAwB,MAAM,uBAAuB,CAAA;AAEjF;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,oBAAoB;IACpB,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,OAAO,CAClD,qBAAqB,EACrB,cAAc,CACf;IACC;;OAEG;IACH,UAAmB,cAAc,UAAQ;IAEzC;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAMrD;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,cAAc;CAGvE"}
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UnlinkRolePolicyCommand = void 0;
4
+ const command_js_1 = require("../../../common/command.js");
5
+ const parse_response_helper_js_1 = require("../../../utils/parse-response-helper.js");
6
+ const link_role_policy_js_1 = require("./link-role-policy.js");
7
+ /**
8
+ * Unlink a policy from a role
9
+ */
10
+ class UnlinkRolePolicyCommand extends command_js_1.Command {
11
+ /**
12
+ * Whether the command should retry on failure
13
+ */
14
+ retryOnFailure = false;
15
+ /**
16
+ * Get the method
17
+ */
18
+ getMethod() {
19
+ return "DELETE";
20
+ }
21
+ /**
22
+ * Get the base url
23
+ */
24
+ getBaseUrl() {
25
+ return "https://iam.api.flowcore.io";
26
+ }
27
+ /**
28
+ * Get the path
29
+ */
30
+ getPath() {
31
+ return `/api/v1/policy-associations/role/${this.input.roleId}/`;
32
+ }
33
+ /**
34
+ * Get the body
35
+ */
36
+ getBody() {
37
+ return {
38
+ policyId: this.input.policyId,
39
+ };
40
+ }
41
+ /**
42
+ * Parse the response
43
+ */
44
+ parseResponse(rawResponse) {
45
+ return (0, parse_response_helper_js_1.parseResponseHelper)(link_role_policy_js_1.RolePolicyLinkSchema, rawResponse);
46
+ }
47
+ }
48
+ exports.UnlinkRolePolicyCommand = UnlinkRolePolicyCommand;
@@ -0,0 +1,41 @@
1
+ import { Command } from "../../../common/command.js";
2
+ import { type UserPolicyLink } from "./link-user-policy.js";
3
+ /**
4
+ * The input for the unlink user policy command
5
+ */
6
+ export interface UnlinkUserPolicyInput {
7
+ /** The user id */
8
+ userId: string;
9
+ /** The policy id */
10
+ policyId: string;
11
+ }
12
+ /**
13
+ * Unlink a policy from a user
14
+ */
15
+ export declare class UnlinkUserPolicyCommand extends Command<UnlinkUserPolicyInput, UserPolicyLink> {
16
+ /**
17
+ * Whether the command should retry on failure
18
+ */
19
+ protected retryOnFailure: boolean;
20
+ /**
21
+ * Get the method
22
+ */
23
+ protected getMethod(): string;
24
+ /**
25
+ * Get the base url
26
+ */
27
+ protected getBaseUrl(): string;
28
+ /**
29
+ * Get the path
30
+ */
31
+ protected getPath(): string;
32
+ /**
33
+ * Get the body
34
+ */
35
+ protected getBody(): Record<string, unknown>;
36
+ /**
37
+ * Parse the response
38
+ */
39
+ protected parseResponse(rawResponse: unknown): UserPolicyLink;
40
+ }
41
+ //# sourceMappingURL=unlink-user-policy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlink-user-policy.d.ts","sourceRoot":"","sources":["../../../../src/commands/iam/policy-associations/unlink-user-policy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,KAAK,cAAc,EAAwB,MAAM,uBAAuB,CAAA;AAEjF;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,oBAAoB;IACpB,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,OAAO,CAClD,qBAAqB,EACrB,cAAc,CACf;IACC;;OAEG;IACH,UAAmB,cAAc,UAAQ;IAEzC;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAMrD;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,cAAc;CAGvE"}
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UnlinkUserPolicyCommand = void 0;
4
+ const command_js_1 = require("../../../common/command.js");
5
+ const parse_response_helper_js_1 = require("../../../utils/parse-response-helper.js");
6
+ const link_user_policy_js_1 = require("./link-user-policy.js");
7
+ /**
8
+ * Unlink a policy from a user
9
+ */
10
+ class UnlinkUserPolicyCommand extends command_js_1.Command {
11
+ /**
12
+ * Whether the command should retry on failure
13
+ */
14
+ retryOnFailure = false;
15
+ /**
16
+ * Get the method
17
+ */
18
+ getMethod() {
19
+ return "DELETE";
20
+ }
21
+ /**
22
+ * Get the base url
23
+ */
24
+ getBaseUrl() {
25
+ return "https://iam.api.flowcore.io";
26
+ }
27
+ /**
28
+ * Get the path
29
+ */
30
+ getPath() {
31
+ return `/api/v1/policy-associations/user/${this.input.userId}/`;
32
+ }
33
+ /**
34
+ * Get the body
35
+ */
36
+ getBody() {
37
+ return {
38
+ policyId: this.input.policyId,
39
+ };
40
+ }
41
+ /**
42
+ * Parse the response
43
+ */
44
+ parseResponse(rawResponse) {
45
+ return (0, parse_response_helper_js_1.parseResponseHelper)(link_user_policy_js_1.UserPolicyLinkSchema, rawResponse);
46
+ }
47
+ }
48
+ exports.UnlinkUserPolicyCommand = UnlinkUserPolicyCommand;
@@ -0,0 +1,35 @@
1
+ import { Command } from "../../../common/command.js";
2
+ import { type Role } from "../roles/create-role.js";
3
+ /**
4
+ * The input for the key roles command
5
+ */
6
+ export interface KeyRolesInput {
7
+ /** The key id */
8
+ keyId: string;
9
+ }
10
+ /**
11
+ * Fetch roles for a key
12
+ */
13
+ export declare class KeyRolesCommand extends Command<KeyRolesInput, Role[]> {
14
+ /**
15
+ * Whether the command should retry on failure
16
+ */
17
+ protected retryOnFailure: boolean;
18
+ /**
19
+ * Get the method
20
+ */
21
+ protected getMethod(): string;
22
+ /**
23
+ * Get the base url
24
+ */
25
+ protected getBaseUrl(): string;
26
+ /**
27
+ * Get the path
28
+ */
29
+ protected getPath(): string;
30
+ /**
31
+ * Parse the response
32
+ */
33
+ protected parseResponse(rawResponse: unknown): Role[];
34
+ }
35
+ //# sourceMappingURL=get-key-roles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-key-roles.d.ts","sourceRoot":"","sources":["../../../../src/commands/iam/role-associations/get-key-roles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,yBAAyB,CAAA;AAE/D;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,iBAAiB;IACjB,KAAK,EAAE,MAAM,CAAA;CACd;AAED;;GAEG;AACH,qBAAa,eAAgB,SAAQ,OAAO,CAAC,aAAa,EAAE,IAAI,EAAE,CAAC;IACjE;;OAEG;IACH,UAAmB,cAAc,UAAO;IAExC;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,IAAI,EAAE;CAG/D"}
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.KeyRolesCommand = void 0;
4
+ const command_js_1 = require("../../../common/command.js");
5
+ const parse_response_helper_js_1 = require("../../../utils/parse-response-helper.js");
6
+ const typebox_1 = require("@sinclair/typebox");
7
+ const create_role_js_1 = require("../roles/create-role.js");
8
+ /**
9
+ * Fetch roles for a key
10
+ */
11
+ class KeyRolesCommand extends command_js_1.Command {
12
+ /**
13
+ * Whether the command should retry on failure
14
+ */
15
+ retryOnFailure = true;
16
+ /**
17
+ * Get the method
18
+ */
19
+ getMethod() {
20
+ return "GET";
21
+ }
22
+ /**
23
+ * Get the base url
24
+ */
25
+ getBaseUrl() {
26
+ return "https://iam.api.flowcore.io";
27
+ }
28
+ /**
29
+ * Get the path
30
+ */
31
+ getPath() {
32
+ return `/api/v1/role-associations/key/${this.input.keyId}/`;
33
+ }
34
+ /**
35
+ * Parse the response
36
+ */
37
+ parseResponse(rawResponse) {
38
+ return (0, parse_response_helper_js_1.parseResponseHelper)(typebox_1.Type.Array(create_role_js_1.RoleSchema), rawResponse);
39
+ }
40
+ }
41
+ exports.KeyRolesCommand = KeyRolesCommand;
@@ -0,0 +1,35 @@
1
+ import { Command } from "../../../common/command.js";
2
+ import type { Role } from "../roles/create-role.js";
3
+ /**
4
+ * The input for the organization roles command
5
+ */
6
+ export interface OrganizationRolesInput {
7
+ /** The organization id */
8
+ organizationId: string;
9
+ }
10
+ /**
11
+ * Fetch roles for an organization
12
+ */
13
+ export declare class OrganizationRolesCommand extends Command<OrganizationRolesInput, Role[]> {
14
+ /**
15
+ * Whether the command should retry on failure
16
+ */
17
+ protected retryOnFailure: boolean;
18
+ /**
19
+ * Get the method
20
+ */
21
+ protected getMethod(): string;
22
+ /**
23
+ * Get the base url
24
+ */
25
+ protected getBaseUrl(): string;
26
+ /**
27
+ * Get the path
28
+ */
29
+ protected getPath(): string;
30
+ /**
31
+ * Parse the response
32
+ */
33
+ protected parseResponse(rawResponse: unknown): Role[];
34
+ }
35
+ //# sourceMappingURL=get-organization-roles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-organization-roles.d.ts","sourceRoot":"","sources":["../../../../src/commands/iam/role-associations/get-organization-roles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAA;AAEnD;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,0BAA0B;IAC1B,cAAc,EAAE,MAAM,CAAA;CACvB;AAeD;;GAEG;AACH,qBAAa,wBAAyB,SAAQ,OAAO,CACnD,sBAAsB,EACtB,IAAI,EAAE,CACP;IACC;;OAEG;IACH,UAAmB,cAAc,UAAO;IAExC;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,IAAI,EAAE;CAa/D"}
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OrganizationRolesCommand = void 0;
4
+ const command_js_1 = require("../../../common/command.js");
5
+ const parse_response_helper_js_1 = require("../../../utils/parse-response-helper.js");
6
+ const typebox_1 = require("@sinclair/typebox");
7
+ // More flexible schema for API responses that might have missing archived field
8
+ const FlexibleRoleSchema = typebox_1.Type.Object({
9
+ id: typebox_1.Type.String(),
10
+ organizationId: typebox_1.Type.String(),
11
+ name: typebox_1.Type.String(),
12
+ description: typebox_1.Type.Optional(typebox_1.Type.String()),
13
+ flowcoreManaged: typebox_1.Type.Boolean(),
14
+ archived: typebox_1.Type.Optional(typebox_1.Type.Boolean()),
15
+ frn: typebox_1.Type.String(),
16
+ createdAt: typebox_1.Type.Optional(typebox_1.Type.String()),
17
+ updatedAt: typebox_1.Type.Optional(typebox_1.Type.String()),
18
+ });
19
+ /**
20
+ * Fetch roles for an organization
21
+ */
22
+ class OrganizationRolesCommand extends command_js_1.Command {
23
+ /**
24
+ * Whether the command should retry on failure
25
+ */
26
+ retryOnFailure = true;
27
+ /**
28
+ * Get the method
29
+ */
30
+ getMethod() {
31
+ return "GET";
32
+ }
33
+ /**
34
+ * Get the base url
35
+ */
36
+ getBaseUrl() {
37
+ return "https://iam.api.flowcore.io";
38
+ }
39
+ /**
40
+ * Get the path
41
+ */
42
+ getPath() {
43
+ return `/api/v1/role-associations/organization/${this.input.organizationId}`;
44
+ }
45
+ /**
46
+ * Parse the response
47
+ */
48
+ parseResponse(rawResponse) {
49
+ // Use the flexible schema to parse the response
50
+ const flexibleRoles = (0, parse_response_helper_js_1.parseResponseHelper)(typebox_1.Type.Array(FlexibleRoleSchema), rawResponse);
51
+ // Convert to the expected Role type by ensuring archived is a boolean
52
+ return flexibleRoles.map((role) => ({
53
+ ...role,
54
+ archived: role.archived !== undefined ? role.archived : false,
55
+ }));
56
+ }
57
+ }
58
+ exports.OrganizationRolesCommand = OrganizationRolesCommand;
@@ -0,0 +1,70 @@
1
+ import { Command } from "../../../common/command.js";
2
+ import { type Static, type TArray, type TObject, type TString } from "@sinclair/typebox";
3
+ /**
4
+ * The schema for a role-key association
5
+ */
6
+ export declare const RoleKeyAssociationSchema: TObject<{
7
+ roleId: TString;
8
+ organizationId: TString;
9
+ keyId: TString;
10
+ }>;
11
+ /**
12
+ * The schema for a role-user association
13
+ */
14
+ export declare const RoleUserAssociationSchema: TObject<{
15
+ roleId: TString;
16
+ organizationId: TString;
17
+ userId: TString;
18
+ }>;
19
+ /**
20
+ * The schema for role associations
21
+ */
22
+ export declare const RoleAssociationsSchema: TObject<{
23
+ keys: TArray<typeof RoleKeyAssociationSchema>;
24
+ users: TArray<typeof RoleUserAssociationSchema>;
25
+ }>;
26
+ /**
27
+ * The role-key association type
28
+ */
29
+ export type RoleKeyAssociation = Static<typeof RoleKeyAssociationSchema>;
30
+ /**
31
+ * The role-user association type
32
+ */
33
+ export type RoleUserAssociation = Static<typeof RoleUserAssociationSchema>;
34
+ /**
35
+ * The role associations type
36
+ */
37
+ export type RoleAssociations = Static<typeof RoleAssociationsSchema>;
38
+ /**
39
+ * The input for the role associations command
40
+ */
41
+ export interface RoleAssociationsInput {
42
+ /** The role id */
43
+ roleId: string;
44
+ }
45
+ /**
46
+ * Fetch associations for a role
47
+ */
48
+ export declare class RoleAssociationsCommand extends Command<RoleAssociationsInput, RoleAssociations> {
49
+ /**
50
+ * Whether the command should retry on failure
51
+ */
52
+ protected retryOnFailure: boolean;
53
+ /**
54
+ * Get the method
55
+ */
56
+ protected getMethod(): string;
57
+ /**
58
+ * Get the base url
59
+ */
60
+ protected getBaseUrl(): string;
61
+ /**
62
+ * Get the path
63
+ */
64
+ protected getPath(): string;
65
+ /**
66
+ * Parse the response
67
+ */
68
+ protected parseResponse(rawResponse: unknown): RoleAssociations;
69
+ }
70
+ //# sourceMappingURL=get-role-associations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-role-associations.d.ts","sourceRoot":"","sources":["../../../../src/commands/iam/role-associations/get-role-associations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,MAAM,EAAE,KAAK,OAAO,EAAE,KAAK,OAAO,EAAQ,MAAM,mBAAmB,CAAA;AAE9F;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,OAAO,CAAC;IAC7C,MAAM,EAAE,OAAO,CAAA;IACf,cAAc,EAAE,OAAO,CAAA;IACvB,KAAK,EAAE,OAAO,CAAA;CACf,CAIC,CAAA;AAEF;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,OAAO,CAAC;IAC9C,MAAM,EAAE,OAAO,CAAA;IACf,cAAc,EAAE,OAAO,CAAA;IACvB,MAAM,EAAE,OAAO,CAAA;CAChB,CAIC,CAAA;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,OAAO,CAAC;IAC3C,IAAI,EAAE,MAAM,CAAC,OAAO,wBAAwB,CAAC,CAAA;IAC7C,KAAK,EAAE,MAAM,CAAC,OAAO,yBAAyB,CAAC,CAAA;CAChD,CAGC,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAExE;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,OAAO,yBAAyB,CAAC,CAAA;AAE1E;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAEpE;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAA;CACf;AAED;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,OAAO,CAClD,qBAAqB,EACrB,gBAAgB,CACjB;IACC;;OAEG;IACH,UAAmB,cAAc,UAAO;IAExC;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,gBAAgB;CAGzE"}
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RoleAssociationsCommand = exports.RoleAssociationsSchema = exports.RoleUserAssociationSchema = exports.RoleKeyAssociationSchema = void 0;
4
+ const command_js_1 = require("../../../common/command.js");
5
+ const parse_response_helper_js_1 = require("../../../utils/parse-response-helper.js");
6
+ const typebox_1 = require("@sinclair/typebox");
7
+ /**
8
+ * The schema for a role-key association
9
+ */
10
+ exports.RoleKeyAssociationSchema = typebox_1.Type.Object({
11
+ roleId: typebox_1.Type.String(),
12
+ organizationId: typebox_1.Type.String(),
13
+ keyId: typebox_1.Type.String(),
14
+ });
15
+ /**
16
+ * The schema for a role-user association
17
+ */
18
+ exports.RoleUserAssociationSchema = typebox_1.Type.Object({
19
+ roleId: typebox_1.Type.String(),
20
+ organizationId: typebox_1.Type.String(),
21
+ userId: typebox_1.Type.String(),
22
+ });
23
+ /**
24
+ * The schema for role associations
25
+ */
26
+ exports.RoleAssociationsSchema = typebox_1.Type.Object({
27
+ keys: typebox_1.Type.Array(exports.RoleKeyAssociationSchema),
28
+ users: typebox_1.Type.Array(exports.RoleUserAssociationSchema),
29
+ });
30
+ /**
31
+ * Fetch associations for a role
32
+ */
33
+ class RoleAssociationsCommand extends command_js_1.Command {
34
+ /**
35
+ * Whether the command should retry on failure
36
+ */
37
+ retryOnFailure = true;
38
+ /**
39
+ * Get the method
40
+ */
41
+ getMethod() {
42
+ return "GET";
43
+ }
44
+ /**
45
+ * Get the base url
46
+ */
47
+ getBaseUrl() {
48
+ return "https://iam.api.flowcore.io";
49
+ }
50
+ /**
51
+ * Get the path
52
+ */
53
+ getPath() {
54
+ return `/api/v1/role-associations/${this.input.roleId}`;
55
+ }
56
+ /**
57
+ * Parse the response
58
+ */
59
+ parseResponse(rawResponse) {
60
+ return (0, parse_response_helper_js_1.parseResponseHelper)(exports.RoleAssociationsSchema, rawResponse);
61
+ }
62
+ }
63
+ exports.RoleAssociationsCommand = RoleAssociationsCommand;
@@ -0,0 +1,37 @@
1
+ import { Command } from "../../../common/command.js";
2
+ import { type Role } from "../roles/create-role.js";
3
+ /**
4
+ * The input for the user roles command
5
+ */
6
+ export interface UserRolesInput {
7
+ /** The user id */
8
+ userId: string;
9
+ /** The optional organization id */
10
+ organizationId?: string;
11
+ }
12
+ /**
13
+ * Fetch roles for a user
14
+ */
15
+ export declare class UserRolesCommand extends Command<UserRolesInput, Role[]> {
16
+ /**
17
+ * Whether the command should retry on failure
18
+ */
19
+ protected retryOnFailure: boolean;
20
+ /**
21
+ * Get the method
22
+ */
23
+ protected getMethod(): string;
24
+ /**
25
+ * Get the base url
26
+ */
27
+ protected getBaseUrl(): string;
28
+ /**
29
+ * Get the path
30
+ */
31
+ protected getPath(): string;
32
+ /**
33
+ * Parse the response
34
+ */
35
+ protected parseResponse(rawResponse: unknown): Role[];
36
+ }
37
+ //# sourceMappingURL=get-user-roles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-user-roles.d.ts","sourceRoot":"","sources":["../../../../src/commands/iam/role-associations/get-user-roles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,yBAAyB,CAAA;AAE/D;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,kBAAkB;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,mCAAmC;IACnC,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB;AAED;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,OAAO,CAAC,cAAc,EAAE,IAAI,EAAE,CAAC;IACnE;;OAEG;IACH,UAAmB,cAAc,UAAO;IAExC;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IASpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,IAAI,EAAE;CAG/D"}