@flowcore/data-pump 0.1.2

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 (359) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/README.md +28 -0
  3. package/esm/_dnt.shims.d.ts +9 -0
  4. package/esm/_dnt.shims.d.ts.map +1 -0
  5. package/esm/_dnt.shims.js +64 -0
  6. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.create.d.ts +46 -0
  7. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.create.d.ts.map +1 -0
  8. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.create.js +94 -0
  9. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.delete.d.ts +28 -0
  10. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.delete.d.ts.map +1 -0
  11. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.delete.js +60 -0
  12. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.list.d.ts +27 -0
  13. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.list.d.ts.map +1 -0
  14. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.list.js +58 -0
  15. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.create.d.ts +43 -0
  16. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.create.d.ts.map +1 -0
  17. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.create.js +44 -0
  18. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.delete-request.d.ts +37 -0
  19. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.delete-request.d.ts.map +1 -0
  20. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.delete-request.js +94 -0
  21. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.exists.d.ts +37 -0
  22. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.exists.d.ts.map +1 -0
  23. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.exists.js +33 -0
  24. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.fetch.d.ts +55 -0
  25. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.fetch.d.ts.map +1 -0
  26. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.fetch.js +59 -0
  27. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.list.d.ts +33 -0
  28. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.list.d.ts.map +1 -0
  29. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.list.js +40 -0
  30. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.update.d.ts +41 -0
  31. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.update.d.ts.map +1 -0
  32. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.update.js +43 -0
  33. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.create.d.ts +39 -0
  34. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.create.d.ts.map +1 -0
  35. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.create.js +44 -0
  36. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.delete-request.d.ts +41 -0
  37. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.delete-request.d.ts.map +1 -0
  38. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.delete-request.js +107 -0
  39. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.exists.d.ts +37 -0
  40. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.exists.d.ts.map +1 -0
  41. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.exists.js +33 -0
  42. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.fetch.d.ts +49 -0
  43. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.fetch.d.ts.map +1 -0
  44. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.fetch.js +59 -0
  45. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.list.d.ts +31 -0
  46. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.list.d.ts.map +1 -0
  47. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.list.js +36 -0
  48. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.truncate-request.d.ts +41 -0
  49. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.truncate-request.d.ts.map +1 -0
  50. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.truncate-request.js +107 -0
  51. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.update.d.ts +37 -0
  52. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.update.d.ts.map +1 -0
  53. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.update.js +39 -0
  54. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/events/events.fetch-time-buckets-by-names.d.ts +53 -0
  55. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/events/events.fetch-time-buckets-by-names.d.ts.map +1 -0
  56. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/events/events.fetch-time-buckets-by-names.js +41 -0
  57. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/events/events.fetch.d.ts +58 -0
  58. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/events/events.fetch.d.ts.map +1 -0
  59. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/events/events.fetch.js +54 -0
  60. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.create.d.ts +39 -0
  61. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.create.d.ts.map +1 -0
  62. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.create.js +44 -0
  63. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.delete-request.d.ts +54 -0
  64. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.delete-request.d.ts.map +1 -0
  65. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.delete-request.js +127 -0
  66. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.exists.d.ts +39 -0
  67. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.exists.d.ts.map +1 -0
  68. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.exists.js +33 -0
  69. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.fetch.d.ts +55 -0
  70. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.fetch.d.ts.map +1 -0
  71. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.fetch.js +59 -0
  72. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.list.d.ts +31 -0
  73. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.list.d.ts.map +1 -0
  74. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.list.js +36 -0
  75. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.update.d.ts +37 -0
  76. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.update.d.ts.map +1 -0
  77. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.update.js +39 -0
  78. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/index.d.ts +33 -0
  79. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/index.d.ts.map +1 -0
  80. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/index.js +40 -0
  81. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.create.d.ts +30 -0
  82. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.create.d.ts.map +1 -0
  83. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.create.js +60 -0
  84. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.delete.d.ts +28 -0
  85. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.delete.d.ts.map +1 -0
  86. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.delete.js +60 -0
  87. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.list.d.ts +26 -0
  88. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.list.d.ts.map +1 -0
  89. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.list.js +63 -0
  90. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/tenant/tenant.fetch.d.ts +42 -0
  91. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/tenant/tenant.fetch.d.ts.map +1 -0
  92. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/tenant/tenant.fetch.js +79 -0
  93. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/tenant/tenant.list.d.ts +20 -0
  94. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/tenant/tenant.list.d.ts.map +1 -0
  95. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/tenant/tenant.list.js +65 -0
  96. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.create.d.ts +31 -0
  97. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.create.d.ts.map +1 -0
  98. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.create.js +66 -0
  99. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.delete.d.ts +28 -0
  100. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.delete.d.ts.map +1 -0
  101. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.delete.js +63 -0
  102. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.list.d.ts +27 -0
  103. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.list.d.ts.map +1 -0
  104. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.list.js +69 -0
  105. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/command.d.ts +85 -0
  106. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/command.d.ts.map +1 -0
  107. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/command.js +129 -0
  108. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/flowcore-client.d.ts +56 -0
  109. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/flowcore-client.d.ts.map +1 -0
  110. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/flowcore-client.js +126 -0
  111. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/notification-client.d.ts +90 -0
  112. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/notification-client.d.ts.map +1 -0
  113. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/notification-client.js +247 -0
  114. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/api-key.d.ts +14 -0
  115. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/api-key.d.ts.map +1 -0
  116. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/api-key.js +9 -0
  117. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/data-core.d.ts +41 -0
  118. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/data-core.d.ts.map +1 -0
  119. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/data-core.js +42 -0
  120. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/event-type.d.ts +37 -0
  121. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/event-type.d.ts.map +1 -0
  122. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/event-type.js +39 -0
  123. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/event.d.ts +20 -0
  124. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/event.d.ts.map +1 -0
  125. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/event.js +15 -0
  126. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/flow-type.d.ts +34 -0
  127. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/flow-type.d.ts.map +1 -0
  128. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/flow-type.js +34 -0
  129. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/index.d.ts +6 -0
  130. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/index.d.ts.map +1 -0
  131. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/index.js +1 -0
  132. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/tenant.d.ts +50 -0
  133. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/tenant.d.ts.map +1 -0
  134. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/tenant.js +33 -0
  135. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/variable.d.ts +13 -0
  136. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/variable.d.ts.map +1 -0
  137. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/variable.js +8 -0
  138. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/client-error.d.ts +9 -0
  139. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/client-error.d.ts.map +1 -0
  140. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/client-error.js +20 -0
  141. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/command-error.d.ts +7 -0
  142. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/command-error.d.ts.map +1 -0
  143. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/command-error.js +8 -0
  144. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/index.d.ts +5 -0
  145. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/index.d.ts.map +1 -0
  146. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/index.js +4 -0
  147. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/invalid-response.d.ts +8 -0
  148. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/invalid-response.d.ts.map +1 -0
  149. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/invalid-response.js +15 -0
  150. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/not-found.d.ts +7 -0
  151. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/not-found.d.ts.map +1 -0
  152. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/not-found.js +8 -0
  153. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/mod.d.ts +8 -0
  154. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/mod.d.ts.map +1 -0
  155. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/mod.js +7 -0
  156. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/utils/logger.d.ts +8 -0
  157. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/utils/logger.d.ts.map +1 -0
  158. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/utils/logger.js +14 -0
  159. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/utils/parse-response-helper.d.ts +6 -0
  160. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/utils/parse-response-helper.d.ts.map +1 -0
  161. package/esm/deps/jsr.io/@flowcore/sdk/1.11.4/src/utils/parse-response-helper.js +16 -0
  162. package/esm/lib/data-pump-client.d.ts +30 -0
  163. package/esm/lib/data-pump-client.d.ts.map +1 -0
  164. package/esm/lib/data-pump-client.js +52 -0
  165. package/esm/lib/data-pump.d.ts +75 -0
  166. package/esm/lib/data-pump.d.ts.map +1 -0
  167. package/esm/lib/data-pump.js +364 -0
  168. package/esm/lib/nats-notifier.d.ts +18 -0
  169. package/esm/lib/nats-notifier.d.ts.map +1 -0
  170. package/esm/lib/nats-notifier.js +88 -0
  171. package/esm/lib/time-uuid.d.ts +13 -0
  172. package/esm/lib/time-uuid.d.ts.map +1 -0
  173. package/esm/lib/time-uuid.js +36 -0
  174. package/esm/lib/ws-notifier.d.ts +28 -0
  175. package/esm/lib/ws-notifier.d.ts.map +1 -0
  176. package/esm/lib/ws-notifier.js +87 -0
  177. package/esm/mod.d.ts +3 -0
  178. package/esm/mod.d.ts.map +1 -0
  179. package/esm/mod.js +2 -0
  180. package/esm/package.json +3 -0
  181. package/package.json +38 -0
  182. package/script/_dnt.shims.d.ts +9 -0
  183. package/script/_dnt.shims.d.ts.map +1 -0
  184. package/script/_dnt.shims.js +72 -0
  185. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.create.d.ts +46 -0
  186. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.create.d.ts.map +1 -0
  187. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.create.js +98 -0
  188. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.delete.d.ts +28 -0
  189. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.delete.d.ts.map +1 -0
  190. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.delete.js +64 -0
  191. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.list.d.ts +27 -0
  192. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.list.d.ts.map +1 -0
  193. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/api-key/api-key.list.js +62 -0
  194. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.create.d.ts +43 -0
  195. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.create.d.ts.map +1 -0
  196. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.create.js +48 -0
  197. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.delete-request.d.ts +37 -0
  198. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.delete-request.d.ts.map +1 -0
  199. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.delete-request.js +98 -0
  200. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.exists.d.ts +37 -0
  201. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.exists.d.ts.map +1 -0
  202. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.exists.js +37 -0
  203. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.fetch.d.ts +55 -0
  204. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.fetch.d.ts.map +1 -0
  205. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.fetch.js +63 -0
  206. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.list.d.ts +33 -0
  207. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.list.d.ts.map +1 -0
  208. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.list.js +44 -0
  209. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.update.d.ts +41 -0
  210. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.update.d.ts.map +1 -0
  211. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/data-core/data-core.update.js +47 -0
  212. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.create.d.ts +39 -0
  213. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.create.d.ts.map +1 -0
  214. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.create.js +48 -0
  215. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.delete-request.d.ts +41 -0
  216. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.delete-request.d.ts.map +1 -0
  217. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.delete-request.js +111 -0
  218. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.exists.d.ts +37 -0
  219. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.exists.d.ts.map +1 -0
  220. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.exists.js +37 -0
  221. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.fetch.d.ts +49 -0
  222. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.fetch.d.ts.map +1 -0
  223. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.fetch.js +63 -0
  224. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.list.d.ts +31 -0
  225. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.list.d.ts.map +1 -0
  226. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.list.js +40 -0
  227. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.truncate-request.d.ts +41 -0
  228. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.truncate-request.d.ts.map +1 -0
  229. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.truncate-request.js +111 -0
  230. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.update.d.ts +37 -0
  231. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.update.d.ts.map +1 -0
  232. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/event-type/event-type.update.js +43 -0
  233. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/events/events.fetch-time-buckets-by-names.d.ts +53 -0
  234. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/events/events.fetch-time-buckets-by-names.d.ts.map +1 -0
  235. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/events/events.fetch-time-buckets-by-names.js +45 -0
  236. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/events/events.fetch.d.ts +58 -0
  237. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/events/events.fetch.d.ts.map +1 -0
  238. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/events/events.fetch.js +58 -0
  239. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.create.d.ts +39 -0
  240. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.create.d.ts.map +1 -0
  241. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.create.js +48 -0
  242. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.delete-request.d.ts +54 -0
  243. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.delete-request.d.ts.map +1 -0
  244. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.delete-request.js +131 -0
  245. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.exists.d.ts +39 -0
  246. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.exists.d.ts.map +1 -0
  247. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.exists.js +37 -0
  248. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.fetch.d.ts +55 -0
  249. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.fetch.d.ts.map +1 -0
  250. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.fetch.js +63 -0
  251. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.list.d.ts +31 -0
  252. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.list.d.ts.map +1 -0
  253. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.list.js +40 -0
  254. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.update.d.ts +37 -0
  255. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.update.d.ts.map +1 -0
  256. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/flow-type/flow-type.update.js +43 -0
  257. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/index.d.ts +33 -0
  258. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/index.d.ts.map +1 -0
  259. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/index.js +56 -0
  260. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.create.d.ts +30 -0
  261. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.create.d.ts.map +1 -0
  262. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.create.js +64 -0
  263. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.delete.d.ts +28 -0
  264. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.delete.d.ts.map +1 -0
  265. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.delete.js +64 -0
  266. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.list.d.ts +26 -0
  267. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.list.d.ts.map +1 -0
  268. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/secret/secret.list.js +67 -0
  269. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/tenant/tenant.fetch.d.ts +42 -0
  270. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/tenant/tenant.fetch.d.ts.map +1 -0
  271. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/tenant/tenant.fetch.js +83 -0
  272. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/tenant/tenant.list.d.ts +20 -0
  273. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/tenant/tenant.list.d.ts.map +1 -0
  274. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/tenant/tenant.list.js +69 -0
  275. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.create.d.ts +31 -0
  276. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.create.d.ts.map +1 -0
  277. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.create.js +70 -0
  278. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.delete.d.ts +28 -0
  279. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.delete.d.ts.map +1 -0
  280. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.delete.js +67 -0
  281. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.list.d.ts +27 -0
  282. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.list.d.ts.map +1 -0
  283. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.list.js +73 -0
  284. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/command.d.ts +85 -0
  285. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/command.d.ts.map +1 -0
  286. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/command.js +134 -0
  287. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/flowcore-client.d.ts +56 -0
  288. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/flowcore-client.d.ts.map +1 -0
  289. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/flowcore-client.js +130 -0
  290. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/notification-client.d.ts +90 -0
  291. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/notification-client.d.ts.map +1 -0
  292. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/notification-client.js +274 -0
  293. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/api-key.d.ts +14 -0
  294. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/api-key.d.ts.map +1 -0
  295. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/api-key.js +12 -0
  296. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/data-core.d.ts +41 -0
  297. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/data-core.d.ts.map +1 -0
  298. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/data-core.js +46 -0
  299. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/event-type.d.ts +37 -0
  300. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/event-type.d.ts.map +1 -0
  301. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/event-type.js +43 -0
  302. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/event.d.ts +20 -0
  303. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/event.d.ts.map +1 -0
  304. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/event.js +18 -0
  305. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/flow-type.d.ts +34 -0
  306. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/flow-type.d.ts.map +1 -0
  307. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/flow-type.js +38 -0
  308. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/index.d.ts +6 -0
  309. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/index.d.ts.map +1 -0
  310. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/index.js +2 -0
  311. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/tenant.d.ts +50 -0
  312. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/tenant.d.ts.map +1 -0
  313. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/tenant.js +37 -0
  314. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/variable.d.ts +13 -0
  315. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/variable.d.ts.map +1 -0
  316. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/contracts/variable.js +11 -0
  317. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/client-error.d.ts +9 -0
  318. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/client-error.d.ts.map +1 -0
  319. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/client-error.js +24 -0
  320. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/command-error.d.ts +7 -0
  321. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/command-error.d.ts.map +1 -0
  322. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/command-error.js +12 -0
  323. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/index.d.ts +5 -0
  324. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/index.d.ts.map +1 -0
  325. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/index.js +20 -0
  326. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/invalid-response.d.ts +8 -0
  327. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/invalid-response.d.ts.map +1 -0
  328. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/invalid-response.js +19 -0
  329. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/not-found.d.ts +7 -0
  330. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/not-found.d.ts.map +1 -0
  331. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/exceptions/not-found.js +12 -0
  332. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/mod.d.ts +8 -0
  333. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/mod.d.ts.map +1 -0
  334. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/mod.js +23 -0
  335. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/utils/logger.d.ts +8 -0
  336. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/utils/logger.d.ts.map +1 -0
  337. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/utils/logger.js +17 -0
  338. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/utils/parse-response-helper.d.ts +6 -0
  339. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/utils/parse-response-helper.d.ts.map +1 -0
  340. package/script/deps/jsr.io/@flowcore/sdk/1.11.4/src/utils/parse-response-helper.js +20 -0
  341. package/script/lib/data-pump-client.d.ts +30 -0
  342. package/script/lib/data-pump-client.d.ts.map +1 -0
  343. package/script/lib/data-pump-client.js +58 -0
  344. package/script/lib/data-pump.d.ts +75 -0
  345. package/script/lib/data-pump.d.ts.map +1 -0
  346. package/script/lib/data-pump.js +368 -0
  347. package/script/lib/nats-notifier.d.ts +18 -0
  348. package/script/lib/nats-notifier.d.ts.map +1 -0
  349. package/script/lib/nats-notifier.js +115 -0
  350. package/script/lib/time-uuid.d.ts +13 -0
  351. package/script/lib/time-uuid.d.ts.map +1 -0
  352. package/script/lib/time-uuid.js +40 -0
  353. package/script/lib/ws-notifier.d.ts +28 -0
  354. package/script/lib/ws-notifier.d.ts.map +1 -0
  355. package/script/lib/ws-notifier.js +94 -0
  356. package/script/mod.d.ts +3 -0
  357. package/script/mod.d.ts.map +1 -0
  358. package/script/mod.js +18 -0
  359. package/script/package.json +3 -0
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TenantFetchCommand = void 0;
4
+ const typebox_1 = require("@sinclair/typebox");
5
+ const command_js_1 = require("../../common/command.js");
6
+ const tenant_js_1 = require("../../contracts/tenant.js");
7
+ const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
8
+ const not_found_js_1 = require("../../exceptions/not-found.js");
9
+ const graphQlQueryById = `
10
+ query FLOWCORE_SDK_TENANT_FETCH($tenantId: ID!) {
11
+ organization(search: {id: $tenantId}) {
12
+ id
13
+ org
14
+ displayName
15
+ description
16
+ website
17
+ }
18
+ }
19
+ `;
20
+ const graphQlQueryByName = `
21
+ query FLOWCORE_SDK_TENANT_FETCH($tenant: String) {
22
+ organization(search: {org: $tenant}) {
23
+ id
24
+ org
25
+ displayName
26
+ description
27
+ website
28
+ }
29
+ }
30
+ `;
31
+ const responseSchema = typebox_1.Type.Object({
32
+ data: typebox_1.Type.Object({
33
+ organization: typebox_1.Type.Union([
34
+ tenant_js_1.TenantV0Schema,
35
+ typebox_1.Type.Null(),
36
+ ]),
37
+ }),
38
+ });
39
+ /**
40
+ * Fetch a tenant
41
+ */
42
+ class TenantFetchCommand extends command_js_1.GraphQlCommand {
43
+ constructor() {
44
+ super(...arguments);
45
+ /**
46
+ * The allowed modes for the command
47
+ */
48
+ Object.defineProperty(this, "allowedModes", {
49
+ enumerable: true,
50
+ configurable: true,
51
+ writable: true,
52
+ value: ["bearer"]
53
+ });
54
+ }
55
+ /**
56
+ * Parse the response
57
+ */
58
+ parseResponse(rawResponse) {
59
+ const response = (0, parse_response_helper_js_1.parseResponseHelper)(responseSchema, rawResponse);
60
+ if (!response.data.organization) {
61
+ throw new not_found_js_1.NotFoundException("Tenant", {
62
+ [this.input.tenantId ? "id" : "name"]: this.input.tenantId ?? this.input.tenant,
63
+ });
64
+ }
65
+ return (0, tenant_js_1.tenantV0ToTenant)(response.data.organization);
66
+ }
67
+ /**
68
+ * Get the body for the request
69
+ */
70
+ getBody() {
71
+ if ("tenantId" in this.input) {
72
+ return {
73
+ query: graphQlQueryById,
74
+ variables: this.input,
75
+ };
76
+ }
77
+ return {
78
+ query: graphQlQueryByName,
79
+ variables: this.input,
80
+ };
81
+ }
82
+ }
83
+ exports.TenantFetchCommand = TenantFetchCommand;
@@ -0,0 +1,20 @@
1
+ import { GraphQlCommand } from "../../common/command.js";
2
+ import { type TenantWithLinkType } from "../../contracts/tenant.js";
3
+ /**
4
+ * List tenants
5
+ */
6
+ export declare class TenantListCommand extends GraphQlCommand<Record<string, never>, TenantWithLinkType[]> {
7
+ /**
8
+ * The allowed modes for the command
9
+ */
10
+ protected allowedModes: ("apiKey" | "bearer")[];
11
+ /**
12
+ * Parse the response
13
+ */
14
+ protected parseResponse(rawResponse: unknown): TenantWithLinkType[];
15
+ /**
16
+ * Get the body for the request
17
+ */
18
+ protected getBody(): Record<string, unknown>;
19
+ }
20
+ //# sourceMappingURL=tenant.list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tenant.list.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/tenant/tenant.list.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAA;AACxD,OAAO,EAAoC,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AA+BrG;;GAEG;AACH,qBAAa,iBAAkB,SAAQ,cAAc,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAChG;;OAEG;IACH,UAAmB,YAAY,EAAE,CAAC,QAAQ,GAAG,QAAQ,CAAC,EAAE,CAAa;IAErE;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,kBAAkB,EAAE;IAQ5E;;OAEG;cACgB,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;CAKtD"}
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TenantListCommand = void 0;
4
+ const typebox_1 = require("@sinclair/typebox");
5
+ const command_js_1 = require("../../common/command.js");
6
+ const tenant_js_1 = require("../../contracts/tenant.js");
7
+ const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
8
+ const graphQlQueryById = `
9
+ query FLOWCORE_SDK_TENANT_LIST {
10
+ me {
11
+ organizations {
12
+ linkType
13
+ organization {
14
+ id
15
+ org
16
+ displayName
17
+ description
18
+ website
19
+ }
20
+ }
21
+ }
22
+ }
23
+ `;
24
+ const responseSchema = typebox_1.Type.Object({
25
+ data: typebox_1.Type.Object({
26
+ me: typebox_1.Type.Object({
27
+ organizations: typebox_1.Type.Array(typebox_1.Type.Object({
28
+ linkType: typebox_1.Type.Union([typebox_1.Type.Literal("OWNER"), typebox_1.Type.Literal("COLLABORATOR")]),
29
+ organization: tenant_js_1.TenantV0Schema,
30
+ })),
31
+ }),
32
+ }),
33
+ });
34
+ /**
35
+ * List tenants
36
+ */
37
+ class TenantListCommand extends command_js_1.GraphQlCommand {
38
+ constructor() {
39
+ super(...arguments);
40
+ /**
41
+ * The allowed modes for the command
42
+ */
43
+ Object.defineProperty(this, "allowedModes", {
44
+ enumerable: true,
45
+ configurable: true,
46
+ writable: true,
47
+ value: ["bearer"]
48
+ });
49
+ }
50
+ /**
51
+ * Parse the response
52
+ */
53
+ parseResponse(rawResponse) {
54
+ const response = (0, parse_response_helper_js_1.parseResponseHelper)(responseSchema, rawResponse);
55
+ return response.data.me.organizations.flatMap((organization) => ({
56
+ ...(0, tenant_js_1.tenantV0ToTenant)(organization.organization),
57
+ linkType: organization.linkType,
58
+ }));
59
+ }
60
+ /**
61
+ * Get the body for the request
62
+ */
63
+ getBody() {
64
+ return {
65
+ query: graphQlQueryById,
66
+ };
67
+ }
68
+ }
69
+ exports.TenantListCommand = TenantListCommand;
@@ -0,0 +1,31 @@
1
+ import { GraphQlCommand } from "../../common/command.js";
2
+ import type { Variable } from "../../contracts/variable.js";
3
+ /**
4
+ * The input for the variable create command
5
+ */
6
+ export interface VariableCreateInput {
7
+ /** The tenant id */
8
+ tenantId: string;
9
+ /** The key of the variable */
10
+ key: string;
11
+ /** The value of the variable */
12
+ value: string;
13
+ }
14
+ /**
15
+ * Create a variable
16
+ */
17
+ export declare class VariableCreateCommand extends GraphQlCommand<VariableCreateInput, Variable> {
18
+ /**
19
+ * The allowed modes for the command
20
+ */
21
+ protected allowedModes: ("apiKey" | "bearer")[];
22
+ /**
23
+ * Parse the response
24
+ */
25
+ protected parseResponse(rawResponse: unknown): Variable;
26
+ /**
27
+ * Get the body for the request
28
+ */
29
+ protected getBody(): Record<string, unknown>;
30
+ }
31
+ //# sourceMappingURL=variable.create.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"variable.create.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.create.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAExD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAA;AAG3D;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,oBAAoB;IACpB,QAAQ,EAAE,MAAM,CAAA;IAChB,8BAA8B;IAC9B,GAAG,EAAE,MAAM,CAAA;IACX,gCAAgC;IAChC,KAAK,EAAE,MAAM,CAAA;CACd;AA4BD;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,cAAc,CAAC,mBAAmB,EAAE,QAAQ,CAAC;IACtF;;OAEG;IACH,UAAmB,YAAY,EAAE,CAAC,QAAQ,GAAG,QAAQ,CAAC,EAAE,CAAa;IAErE;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,QAAQ;IAchE;;OAEG;cACgB,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;CAMtD"}
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VariableCreateCommand = void 0;
4
+ const typebox_1 = require("@sinclair/typebox");
5
+ const command_js_1 = require("../../common/command.js");
6
+ const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
7
+ const command_error_js_1 = require("../../exceptions/command-error.js");
8
+ const graphQlQueryById = `
9
+ mutation FLOWCORE_SDK_VARIABLE_CREATE($tenantId: ID!, $key: String!, $value: String!) {
10
+ organization(id: $tenantId) {
11
+ createVariable(key: $key, value: $value)
12
+ }
13
+ }
14
+ `;
15
+ const responseSchema = typebox_1.Type.Object({
16
+ errors: typebox_1.Type.Optional(typebox_1.Type.Array(typebox_1.Type.Object({
17
+ message: typebox_1.Type.String(),
18
+ }))),
19
+ data: typebox_1.Type.Union([
20
+ typebox_1.Type.Object({
21
+ organization: typebox_1.Type.Object({
22
+ createVariable: typebox_1.Type.Union([typebox_1.Type.Boolean(), typebox_1.Type.Null()]),
23
+ }),
24
+ }),
25
+ typebox_1.Type.Null(),
26
+ ]),
27
+ });
28
+ /**
29
+ * Create a variable
30
+ */
31
+ class VariableCreateCommand extends command_js_1.GraphQlCommand {
32
+ constructor() {
33
+ super(...arguments);
34
+ /**
35
+ * The allowed modes for the command
36
+ */
37
+ Object.defineProperty(this, "allowedModes", {
38
+ enumerable: true,
39
+ configurable: true,
40
+ writable: true,
41
+ value: ["bearer"]
42
+ });
43
+ }
44
+ /**
45
+ * Parse the response
46
+ */
47
+ parseResponse(rawResponse) {
48
+ const response = (0, parse_response_helper_js_1.parseResponseHelper)(responseSchema, rawResponse);
49
+ if (response.errors) {
50
+ throw new command_error_js_1.CommandError(this.constructor.name, response.errors[0].message);
51
+ }
52
+ if (!response.data || response.data.organization.createVariable !== true) {
53
+ throw new command_error_js_1.CommandError(this.constructor.name, "Failed to create variable");
54
+ }
55
+ return {
56
+ key: this.input.key,
57
+ value: this.input.value,
58
+ };
59
+ }
60
+ /**
61
+ * Get the body for the request
62
+ */
63
+ getBody() {
64
+ return {
65
+ query: graphQlQueryById,
66
+ variables: this.input,
67
+ };
68
+ }
69
+ }
70
+ exports.VariableCreateCommand = VariableCreateCommand;
@@ -0,0 +1,28 @@
1
+ import { GraphQlCommand } from "../../common/command.js";
2
+ /**
3
+ * The input for the variable delete command
4
+ */
5
+ export interface VariableDeleteInput {
6
+ /** The tenant id */
7
+ tenantId: string;
8
+ /** The key of the variable */
9
+ key: string;
10
+ }
11
+ /**
12
+ * Create a variable
13
+ */
14
+ export declare class VariableDeleteCommand extends GraphQlCommand<VariableDeleteInput, boolean> {
15
+ /**
16
+ * The allowed modes for the command
17
+ */
18
+ protected allowedModes: ("apiKey" | "bearer")[];
19
+ /**
20
+ * Parse the response
21
+ */
22
+ protected parseResponse(rawResponse: unknown): boolean;
23
+ /**
24
+ * Get the body for the request
25
+ */
26
+ protected getBody(): Record<string, unknown>;
27
+ }
28
+ //# sourceMappingURL=variable.delete.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"variable.delete.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.delete.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAIxD;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,oBAAoB;IACpB,QAAQ,EAAE,MAAM,CAAA;IAChB,8BAA8B;IAC9B,GAAG,EAAE,MAAM,CAAA;CACZ;AA4BD;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,cAAc,CAAC,mBAAmB,EAAE,OAAO,CAAC;IACrF;;OAEG;IACH,UAAmB,YAAY,EAAE,CAAC,QAAQ,GAAG,QAAQ,CAAC,EAAE,CAAa;IAErE;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,OAAO;IAW/D;;OAEG;cACgB,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;CAMtD"}
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VariableDeleteCommand = void 0;
4
+ const typebox_1 = require("@sinclair/typebox");
5
+ const command_js_1 = require("../../common/command.js");
6
+ const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
7
+ const command_error_js_1 = require("../../exceptions/command-error.js");
8
+ const graphQlQueryById = `
9
+ mutation FLOWCORE_SDK_VARIABLE_DELETE($tenantId: ID!, $key: String!) {
10
+ organization(id: $tenantId) {
11
+ removeVariable(key: $key)
12
+ }
13
+ }
14
+ `;
15
+ const responseSchema = typebox_1.Type.Object({
16
+ errors: typebox_1.Type.Optional(typebox_1.Type.Array(typebox_1.Type.Object({
17
+ message: typebox_1.Type.String(),
18
+ }))),
19
+ data: typebox_1.Type.Union([
20
+ typebox_1.Type.Object({
21
+ organization: typebox_1.Type.Object({
22
+ removeVariable: typebox_1.Type.Union([typebox_1.Type.Boolean(), typebox_1.Type.Null()]),
23
+ }),
24
+ }),
25
+ typebox_1.Type.Null(),
26
+ ]),
27
+ });
28
+ /**
29
+ * Create a variable
30
+ */
31
+ class VariableDeleteCommand extends command_js_1.GraphQlCommand {
32
+ constructor() {
33
+ super(...arguments);
34
+ /**
35
+ * The allowed modes for the command
36
+ */
37
+ Object.defineProperty(this, "allowedModes", {
38
+ enumerable: true,
39
+ configurable: true,
40
+ writable: true,
41
+ value: ["bearer"]
42
+ });
43
+ }
44
+ /**
45
+ * Parse the response
46
+ */
47
+ parseResponse(rawResponse) {
48
+ const response = (0, parse_response_helper_js_1.parseResponseHelper)(responseSchema, rawResponse);
49
+ if (response.errors) {
50
+ throw new command_error_js_1.CommandError(this.constructor.name, response.errors[0].message);
51
+ }
52
+ if (!response.data || response.data.organization.removeVariable !== true) {
53
+ throw new command_error_js_1.CommandError(this.constructor.name, "Failed to delete variable");
54
+ }
55
+ return response.data.organization.removeVariable;
56
+ }
57
+ /**
58
+ * Get the body for the request
59
+ */
60
+ getBody() {
61
+ return {
62
+ query: graphQlQueryById,
63
+ variables: this.input,
64
+ };
65
+ }
66
+ }
67
+ exports.VariableDeleteCommand = VariableDeleteCommand;
@@ -0,0 +1,27 @@
1
+ import { GraphQlCommand } from "../../common/command.js";
2
+ import type { Variable } from "../../contracts/variable.js";
3
+ /**
4
+ * The input for the variable list command
5
+ */
6
+ export interface VariableListInput {
7
+ /** The tenant id */
8
+ tenantId: string;
9
+ }
10
+ /**
11
+ * List variables
12
+ */
13
+ export declare class VariableListCommand extends GraphQlCommand<VariableListInput, Variable[]> {
14
+ /**
15
+ * The allowed modes for the command
16
+ */
17
+ protected allowedModes: ("apiKey" | "bearer")[];
18
+ /**
19
+ * Parse the response
20
+ */
21
+ protected parseResponse(rawResponse: unknown): Variable[];
22
+ /**
23
+ * Get the body for the request
24
+ */
25
+ protected getBody(): Record<string, unknown>;
26
+ }
27
+ //# sourceMappingURL=variable.list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"variable.list.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.11.4/src/commands/variable/variable.list.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAExD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAA;AAG3D;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,oBAAoB;IACpB,QAAQ,EAAE,MAAM,CAAA;CACjB;AAkCD;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,cAAc,CAAC,iBAAiB,EAAE,QAAQ,EAAE,CAAC;IACpF;;OAEG;IACH,UAAmB,YAAY,EAAE,CAAC,QAAQ,GAAG,QAAQ,CAAC,EAAE,CAAa;IAErE;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,QAAQ,EAAE;IAWlE;;OAEG;cACgB,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;CAMtD"}
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VariableListCommand = void 0;
4
+ const typebox_1 = require("@sinclair/typebox");
5
+ const command_js_1 = require("../../common/command.js");
6
+ const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
7
+ const command_error_js_1 = require("../../exceptions/command-error.js");
8
+ const graphQlQueryById = `
9
+ query FLOWCORE_SDK_VARIABLE_LIST($tenantId: ID!) {
10
+ organization(search: {id: $tenantId}) {
11
+ variables {
12
+ key
13
+ value
14
+ }
15
+ }
16
+ }
17
+ `;
18
+ const responseSchema = typebox_1.Type.Object({
19
+ errors: typebox_1.Type.Optional(typebox_1.Type.Array(typebox_1.Type.Object({
20
+ message: typebox_1.Type.String(),
21
+ }))),
22
+ data: typebox_1.Type.Union([
23
+ typebox_1.Type.Object({
24
+ organization: typebox_1.Type.Object({
25
+ variables: typebox_1.Type.Array(typebox_1.Type.Object({
26
+ key: typebox_1.Type.String(),
27
+ value: typebox_1.Type.String(),
28
+ })),
29
+ }),
30
+ }),
31
+ typebox_1.Type.Null(),
32
+ ]),
33
+ });
34
+ /**
35
+ * List variables
36
+ */
37
+ class VariableListCommand extends command_js_1.GraphQlCommand {
38
+ constructor() {
39
+ super(...arguments);
40
+ /**
41
+ * The allowed modes for the command
42
+ */
43
+ Object.defineProperty(this, "allowedModes", {
44
+ enumerable: true,
45
+ configurable: true,
46
+ writable: true,
47
+ value: ["bearer"]
48
+ });
49
+ }
50
+ /**
51
+ * Parse the response
52
+ */
53
+ parseResponse(rawResponse) {
54
+ const response = (0, parse_response_helper_js_1.parseResponseHelper)(responseSchema, rawResponse);
55
+ if (response.errors) {
56
+ throw new command_error_js_1.CommandError(this.constructor.name, response.errors[0].message);
57
+ }
58
+ if (!response.data) {
59
+ throw new command_error_js_1.CommandError(this.constructor.name, "Failed to list variables");
60
+ }
61
+ return response.data.organization.variables;
62
+ }
63
+ /**
64
+ * Get the body for the request
65
+ */
66
+ getBody() {
67
+ return {
68
+ query: graphQlQueryById,
69
+ variables: this.input,
70
+ };
71
+ }
72
+ }
73
+ exports.VariableListCommand = VariableListCommand;
@@ -0,0 +1,85 @@
1
+ import type { ClientError } from "../exceptions/client-error.js";
2
+ import type { FlowcoreClient } from "./flowcore-client.js";
3
+ /**
4
+ * Abstract command for executing requests
5
+ */
6
+ export declare abstract class Command<Input, Output> {
7
+ /**
8
+ * Whether the command should retry on failure
9
+ */
10
+ protected readonly retryOnFailure: boolean;
11
+ /**
12
+ * The allowed modes for the command
13
+ */
14
+ protected readonly allowedModes: ("apiKey" | "bearer")[];
15
+ /**
16
+ * The input for the command
17
+ */
18
+ protected readonly input: Input;
19
+ constructor(input: Input);
20
+ /**
21
+ * Get the base URL for the request
22
+ */
23
+ protected abstract getBaseUrl(): string;
24
+ /**
25
+ * Get the method for the request
26
+ */
27
+ protected getMethod(): string;
28
+ /**
29
+ * Get the path for the request
30
+ */
31
+ protected getPath(): string;
32
+ /**
33
+ * Get the body for the request
34
+ */
35
+ protected getBody(): Record<string, unknown> | Array<unknown> | undefined;
36
+ /**
37
+ * Get the headers for the request
38
+ */
39
+ protected getHeaders(): Record<string, string>;
40
+ /**
41
+ * Parse the response
42
+ */
43
+ protected abstract parseResponse(response: unknown): Output;
44
+ /**
45
+ * Handle the client error
46
+ */
47
+ protected handleClientError(error: ClientError): void;
48
+ /**
49
+ * Get the request object
50
+ */
51
+ getRequest(_client: FlowcoreClient): Promise<{
52
+ allowedModes: ("apiKey" | "bearer")[];
53
+ body: string | Record<string, unknown> | Array<unknown> | undefined;
54
+ headers: Record<string, string>;
55
+ baseUrl: string;
56
+ path: string;
57
+ method: string;
58
+ parseResponse: (response: unknown) => Output | Promise<Output>;
59
+ processResponse: (client: FlowcoreClient, response: Output) => Promise<Output>;
60
+ handleClientError: (error: ClientError) => void;
61
+ retryOnFailure: boolean;
62
+ }>;
63
+ /**
64
+ * Wait for the response
65
+ */
66
+ protected processResponse(_client: FlowcoreClient, response: Output): Promise<Output>;
67
+ }
68
+ /**
69
+ * Abstract command for executing GraphQL requests
70
+ */
71
+ export declare abstract class GraphQlCommand<Input, Output> extends Command<Input, Output> {
72
+ /**
73
+ * The allowed modes for the command
74
+ */
75
+ protected allowedModes: ("apiKey" | "bearer")[];
76
+ /**
77
+ * Get the base URL for the request
78
+ */
79
+ protected getBaseUrl(): string;
80
+ /**
81
+ * Get the path for the request
82
+ */
83
+ protected getPath(): string;
84
+ }
85
+ //# sourceMappingURL=command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../../../../../src/deps/jsr.io/@flowcore/sdk/1.11.4/src/common/command.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAA;AAChE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAE1D;;GAEG;AACH,8BAAsB,OAAO,CAAC,KAAK,EAAE,MAAM;IACzC;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAO;IAEjD;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,CAAC,QAAQ,GAAG,QAAQ,CAAC,EAAE,CAAuB;IAE/E;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAA;gBAEnB,KAAK,EAAE,KAAK;IAOxB;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,UAAU,IAAI,MAAM;IAEvC;;OAEG;IACH,SAAS,CAAC,SAAS,IAAI,MAAM;IAI7B;;OAEG;IACH,SAAS,CAAC,OAAO,IAAI,MAAM;IAI3B;;OAEG;IACH,SAAS,CAAC,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,SAAS;IAOzE;;OAEG;IACH,SAAS,CAAC,UAAU,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAQ9C;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,aAAa,CAAC,QAAQ,EAAE,OAAO,GAAG,MAAM;IAE3D;;OAEG;IACH,SAAS,CAAC,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAIrD;;OAEG;IAEU,UAAU,CAAC,OAAO,EAAE,cAAc,GAAG,OAAO,CAAC;QACxD,YAAY,EAAE,CAAC,QAAQ,GAAG,QAAQ,CAAC,EAAE,CAAA;QACrC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,SAAS,CAAA;QACnE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;QAC/B,OAAO,EAAE,MAAM,CAAA;QACf,IAAI,EAAE,MAAM,CAAA;QACZ,MAAM,EAAE,MAAM,CAAA;QACd,aAAa,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;QAC9D,eAAe,EAAE,CAAC,MAAM,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,CAAA;QAC9E,iBAAiB,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAA;QAC/C,cAAc,EAAE,OAAO,CAAA;KACxB,CAAC;IAeF;;OAEG;cAEa,eAAe,CAAC,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;CAG5F;AAED;;GAEG;AACH,8BAAsB,cAAc,CAAC,KAAK,EAAE,MAAM,CAAE,SAAQ,OAAO,CAAC,KAAK,EAAE,MAAM,CAAC;IAChF;;OAEG;IACH,UAAmB,YAAY,EAAE,CAAC,QAAQ,GAAG,QAAQ,CAAC,EAAE,CAAa;IAErE;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;CAGrC"}