@flowcore/sdk 1.4.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 (298) hide show
  1. package/README.md +41 -0
  2. package/esm/commands/api-key/api-key.create.d.ts +34 -0
  3. package/esm/commands/api-key/api-key.create.d.ts.map +1 -0
  4. package/esm/commands/api-key/api-key.create.js +74 -0
  5. package/esm/commands/api-key/api-key.delete.d.ts +28 -0
  6. package/esm/commands/api-key/api-key.delete.d.ts.map +1 -0
  7. package/esm/commands/api-key/api-key.delete.js +60 -0
  8. package/esm/commands/api-key/api-key.list.d.ts +27 -0
  9. package/esm/commands/api-key/api-key.list.d.ts.map +1 -0
  10. package/esm/commands/api-key/api-key.list.js +58 -0
  11. package/esm/commands/data-core/data-core.create.d.ts +39 -0
  12. package/esm/commands/data-core/data-core.create.d.ts.map +1 -0
  13. package/esm/commands/data-core/data-core.create.js +32 -0
  14. package/esm/commands/data-core/data-core.delete-request.d.ts +37 -0
  15. package/esm/commands/data-core/data-core.delete-request.d.ts.map +1 -0
  16. package/esm/commands/data-core/data-core.delete-request.js +94 -0
  17. package/esm/commands/data-core/data-core.exists.d.ts +37 -0
  18. package/esm/commands/data-core/data-core.exists.d.ts.map +1 -0
  19. package/esm/commands/data-core/data-core.exists.js +33 -0
  20. package/esm/commands/data-core/data-core.fetch.d.ts +51 -0
  21. package/esm/commands/data-core/data-core.fetch.d.ts.map +1 -0
  22. package/esm/commands/data-core/data-core.fetch.js +48 -0
  23. package/esm/commands/data-core/data-core.list.d.ts +33 -0
  24. package/esm/commands/data-core/data-core.list.d.ts.map +1 -0
  25. package/esm/commands/data-core/data-core.list.js +40 -0
  26. package/esm/commands/data-core/data-core.update.d.ts +41 -0
  27. package/esm/commands/data-core/data-core.update.d.ts.map +1 -0
  28. package/esm/commands/data-core/data-core.update.js +43 -0
  29. package/esm/commands/event-type/event-type.create.d.ts +35 -0
  30. package/esm/commands/event-type/event-type.create.d.ts.map +1 -0
  31. package/esm/commands/event-type/event-type.create.js +32 -0
  32. package/esm/commands/event-type/event-type.delete-request.d.ts +37 -0
  33. package/esm/commands/event-type/event-type.delete-request.d.ts.map +1 -0
  34. package/esm/commands/event-type/event-type.delete-request.js +98 -0
  35. package/esm/commands/event-type/event-type.exists.d.ts +37 -0
  36. package/esm/commands/event-type/event-type.exists.d.ts.map +1 -0
  37. package/esm/commands/event-type/event-type.exists.js +33 -0
  38. package/esm/commands/event-type/event-type.fetch.d.ts +45 -0
  39. package/esm/commands/event-type/event-type.fetch.d.ts.map +1 -0
  40. package/esm/commands/event-type/event-type.fetch.js +48 -0
  41. package/esm/commands/event-type/event-type.list.d.ts +31 -0
  42. package/esm/commands/event-type/event-type.list.d.ts.map +1 -0
  43. package/esm/commands/event-type/event-type.list.js +36 -0
  44. package/esm/commands/event-type/event-type.update.d.ts +37 -0
  45. package/esm/commands/event-type/event-type.update.d.ts.map +1 -0
  46. package/esm/commands/event-type/event-type.update.js +39 -0
  47. package/esm/commands/events/events.fetch-time-buckets-by-names.d.ts +53 -0
  48. package/esm/commands/events/events.fetch-time-buckets-by-names.d.ts.map +1 -0
  49. package/esm/commands/events/events.fetch-time-buckets-by-names.js +40 -0
  50. package/esm/commands/events/events.fetch.d.ts +58 -0
  51. package/esm/commands/events/events.fetch.d.ts.map +1 -0
  52. package/esm/commands/events/events.fetch.js +54 -0
  53. package/esm/commands/flow-type/flow-type.create.d.ts +35 -0
  54. package/esm/commands/flow-type/flow-type.create.d.ts.map +1 -0
  55. package/esm/commands/flow-type/flow-type.create.js +32 -0
  56. package/esm/commands/flow-type/flow-type.delete-request.d.ts +47 -0
  57. package/esm/commands/flow-type/flow-type.delete-request.d.ts.map +1 -0
  58. package/esm/commands/flow-type/flow-type.delete-request.js +118 -0
  59. package/esm/commands/flow-type/flow-type.exists.d.ts +39 -0
  60. package/esm/commands/flow-type/flow-type.exists.d.ts.map +1 -0
  61. package/esm/commands/flow-type/flow-type.exists.js +33 -0
  62. package/esm/commands/flow-type/flow-type.fetch.d.ts +51 -0
  63. package/esm/commands/flow-type/flow-type.fetch.d.ts.map +1 -0
  64. package/esm/commands/flow-type/flow-type.fetch.js +48 -0
  65. package/esm/commands/flow-type/flow-type.list.d.ts +31 -0
  66. package/esm/commands/flow-type/flow-type.list.d.ts.map +1 -0
  67. package/esm/commands/flow-type/flow-type.list.js +36 -0
  68. package/esm/commands/flow-type/flow-type.update.d.ts +37 -0
  69. package/esm/commands/flow-type/flow-type.update.d.ts.map +1 -0
  70. package/esm/commands/flow-type/flow-type.update.js +39 -0
  71. package/esm/commands/index.d.ts +32 -0
  72. package/esm/commands/index.d.ts.map +1 -0
  73. package/esm/commands/index.js +39 -0
  74. package/esm/commands/secret/secret.create.d.ts +30 -0
  75. package/esm/commands/secret/secret.create.d.ts.map +1 -0
  76. package/esm/commands/secret/secret.create.js +60 -0
  77. package/esm/commands/secret/secret.delete.d.ts +28 -0
  78. package/esm/commands/secret/secret.delete.d.ts.map +1 -0
  79. package/esm/commands/secret/secret.delete.js +61 -0
  80. package/esm/commands/secret/secret.list.d.ts +26 -0
  81. package/esm/commands/secret/secret.list.d.ts.map +1 -0
  82. package/esm/commands/secret/secret.list.js +63 -0
  83. package/esm/commands/tenant/tenant.fetch.d.ts +43 -0
  84. package/esm/commands/tenant/tenant.fetch.d.ts.map +1 -0
  85. package/esm/commands/tenant/tenant.fetch.js +77 -0
  86. package/esm/commands/tenant/tenant.list.d.ts +20 -0
  87. package/esm/commands/tenant/tenant.list.d.ts.map +1 -0
  88. package/esm/commands/tenant/tenant.list.js +65 -0
  89. package/esm/commands/variable/variable.create.d.ts +31 -0
  90. package/esm/commands/variable/variable.create.d.ts.map +1 -0
  91. package/esm/commands/variable/variable.create.js +66 -0
  92. package/esm/commands/variable/variable.delete.d.ts +28 -0
  93. package/esm/commands/variable/variable.delete.d.ts.map +1 -0
  94. package/esm/commands/variable/variable.delete.js +63 -0
  95. package/esm/commands/variable/variable.list.d.ts +27 -0
  96. package/esm/commands/variable/variable.list.d.ts.map +1 -0
  97. package/esm/commands/variable/variable.list.js +69 -0
  98. package/esm/common/command.d.ts +63 -0
  99. package/esm/common/command.d.ts.map +1 -0
  100. package/esm/common/command.js +91 -0
  101. package/esm/common/flowcore-client.d.ts +39 -0
  102. package/esm/common/flowcore-client.d.ts.map +1 -0
  103. package/esm/common/flowcore-client.js +72 -0
  104. package/esm/contracts/api-key.d.ts +14 -0
  105. package/esm/contracts/api-key.d.ts.map +1 -0
  106. package/esm/contracts/api-key.js +9 -0
  107. package/esm/contracts/data-core.d.ts +38 -0
  108. package/esm/contracts/data-core.d.ts.map +1 -0
  109. package/esm/contracts/data-core.js +38 -0
  110. package/esm/contracts/event-type.d.ts +33 -0
  111. package/esm/contracts/event-type.d.ts.map +1 -0
  112. package/esm/contracts/event-type.js +33 -0
  113. package/esm/contracts/event.d.ts +20 -0
  114. package/esm/contracts/event.d.ts.map +1 -0
  115. package/esm/contracts/event.js +15 -0
  116. package/esm/contracts/flow-type.d.ts +32 -0
  117. package/esm/contracts/flow-type.d.ts.map +1 -0
  118. package/esm/contracts/flow-type.js +31 -0
  119. package/esm/contracts/index.d.ts +4 -0
  120. package/esm/contracts/index.d.ts.map +1 -0
  121. package/esm/contracts/index.js +1 -0
  122. package/esm/contracts/tenant.d.ts +50 -0
  123. package/esm/contracts/tenant.d.ts.map +1 -0
  124. package/esm/contracts/tenant.js +33 -0
  125. package/esm/contracts/variable.d.ts +13 -0
  126. package/esm/contracts/variable.d.ts.map +1 -0
  127. package/esm/contracts/variable.js +8 -0
  128. package/esm/exceptions/client-error.d.ts +9 -0
  129. package/esm/exceptions/client-error.d.ts.map +1 -0
  130. package/esm/exceptions/client-error.js +20 -0
  131. package/esm/exceptions/command-error.d.ts +7 -0
  132. package/esm/exceptions/command-error.d.ts.map +1 -0
  133. package/esm/exceptions/command-error.js +8 -0
  134. package/esm/exceptions/index.d.ts +4 -0
  135. package/esm/exceptions/index.d.ts.map +1 -0
  136. package/esm/exceptions/index.js +3 -0
  137. package/esm/exceptions/invalid-response.d.ts +8 -0
  138. package/esm/exceptions/invalid-response.d.ts.map +1 -0
  139. package/esm/exceptions/invalid-response.js +15 -0
  140. package/esm/exceptions/not-found.d.ts +7 -0
  141. package/esm/exceptions/not-found.d.ts.map +1 -0
  142. package/esm/exceptions/not-found.js +8 -0
  143. package/esm/mod.d.ts +6 -0
  144. package/esm/mod.d.ts.map +1 -0
  145. package/esm/mod.js +5 -0
  146. package/esm/package.json +3 -0
  147. package/esm/utils/parse-response-helper.d.ts +6 -0
  148. package/esm/utils/parse-response-helper.d.ts.map +1 -0
  149. package/esm/utils/parse-response-helper.js +16 -0
  150. package/package.json +28 -0
  151. package/script/commands/api-key/api-key.create.d.ts +34 -0
  152. package/script/commands/api-key/api-key.create.d.ts.map +1 -0
  153. package/script/commands/api-key/api-key.create.js +78 -0
  154. package/script/commands/api-key/api-key.delete.d.ts +28 -0
  155. package/script/commands/api-key/api-key.delete.d.ts.map +1 -0
  156. package/script/commands/api-key/api-key.delete.js +64 -0
  157. package/script/commands/api-key/api-key.list.d.ts +27 -0
  158. package/script/commands/api-key/api-key.list.d.ts.map +1 -0
  159. package/script/commands/api-key/api-key.list.js +62 -0
  160. package/script/commands/data-core/data-core.create.d.ts +39 -0
  161. package/script/commands/data-core/data-core.create.d.ts.map +1 -0
  162. package/script/commands/data-core/data-core.create.js +36 -0
  163. package/script/commands/data-core/data-core.delete-request.d.ts +37 -0
  164. package/script/commands/data-core/data-core.delete-request.d.ts.map +1 -0
  165. package/script/commands/data-core/data-core.delete-request.js +98 -0
  166. package/script/commands/data-core/data-core.exists.d.ts +37 -0
  167. package/script/commands/data-core/data-core.exists.d.ts.map +1 -0
  168. package/script/commands/data-core/data-core.exists.js +37 -0
  169. package/script/commands/data-core/data-core.fetch.d.ts +51 -0
  170. package/script/commands/data-core/data-core.fetch.d.ts.map +1 -0
  171. package/script/commands/data-core/data-core.fetch.js +52 -0
  172. package/script/commands/data-core/data-core.list.d.ts +33 -0
  173. package/script/commands/data-core/data-core.list.d.ts.map +1 -0
  174. package/script/commands/data-core/data-core.list.js +44 -0
  175. package/script/commands/data-core/data-core.update.d.ts +41 -0
  176. package/script/commands/data-core/data-core.update.d.ts.map +1 -0
  177. package/script/commands/data-core/data-core.update.js +47 -0
  178. package/script/commands/event-type/event-type.create.d.ts +35 -0
  179. package/script/commands/event-type/event-type.create.d.ts.map +1 -0
  180. package/script/commands/event-type/event-type.create.js +36 -0
  181. package/script/commands/event-type/event-type.delete-request.d.ts +37 -0
  182. package/script/commands/event-type/event-type.delete-request.d.ts.map +1 -0
  183. package/script/commands/event-type/event-type.delete-request.js +102 -0
  184. package/script/commands/event-type/event-type.exists.d.ts +37 -0
  185. package/script/commands/event-type/event-type.exists.d.ts.map +1 -0
  186. package/script/commands/event-type/event-type.exists.js +37 -0
  187. package/script/commands/event-type/event-type.fetch.d.ts +45 -0
  188. package/script/commands/event-type/event-type.fetch.d.ts.map +1 -0
  189. package/script/commands/event-type/event-type.fetch.js +52 -0
  190. package/script/commands/event-type/event-type.list.d.ts +31 -0
  191. package/script/commands/event-type/event-type.list.d.ts.map +1 -0
  192. package/script/commands/event-type/event-type.list.js +40 -0
  193. package/script/commands/event-type/event-type.update.d.ts +37 -0
  194. package/script/commands/event-type/event-type.update.d.ts.map +1 -0
  195. package/script/commands/event-type/event-type.update.js +43 -0
  196. package/script/commands/events/events.fetch-time-buckets-by-names.d.ts +53 -0
  197. package/script/commands/events/events.fetch-time-buckets-by-names.d.ts.map +1 -0
  198. package/script/commands/events/events.fetch-time-buckets-by-names.js +44 -0
  199. package/script/commands/events/events.fetch.d.ts +58 -0
  200. package/script/commands/events/events.fetch.d.ts.map +1 -0
  201. package/script/commands/events/events.fetch.js +58 -0
  202. package/script/commands/flow-type/flow-type.create.d.ts +35 -0
  203. package/script/commands/flow-type/flow-type.create.d.ts.map +1 -0
  204. package/script/commands/flow-type/flow-type.create.js +36 -0
  205. package/script/commands/flow-type/flow-type.delete-request.d.ts +47 -0
  206. package/script/commands/flow-type/flow-type.delete-request.d.ts.map +1 -0
  207. package/script/commands/flow-type/flow-type.delete-request.js +122 -0
  208. package/script/commands/flow-type/flow-type.exists.d.ts +39 -0
  209. package/script/commands/flow-type/flow-type.exists.d.ts.map +1 -0
  210. package/script/commands/flow-type/flow-type.exists.js +37 -0
  211. package/script/commands/flow-type/flow-type.fetch.d.ts +51 -0
  212. package/script/commands/flow-type/flow-type.fetch.d.ts.map +1 -0
  213. package/script/commands/flow-type/flow-type.fetch.js +52 -0
  214. package/script/commands/flow-type/flow-type.list.d.ts +31 -0
  215. package/script/commands/flow-type/flow-type.list.d.ts.map +1 -0
  216. package/script/commands/flow-type/flow-type.list.js +40 -0
  217. package/script/commands/flow-type/flow-type.update.d.ts +37 -0
  218. package/script/commands/flow-type/flow-type.update.d.ts.map +1 -0
  219. package/script/commands/flow-type/flow-type.update.js +43 -0
  220. package/script/commands/index.d.ts +32 -0
  221. package/script/commands/index.d.ts.map +1 -0
  222. package/script/commands/index.js +55 -0
  223. package/script/commands/secret/secret.create.d.ts +30 -0
  224. package/script/commands/secret/secret.create.d.ts.map +1 -0
  225. package/script/commands/secret/secret.create.js +64 -0
  226. package/script/commands/secret/secret.delete.d.ts +28 -0
  227. package/script/commands/secret/secret.delete.d.ts.map +1 -0
  228. package/script/commands/secret/secret.delete.js +65 -0
  229. package/script/commands/secret/secret.list.d.ts +26 -0
  230. package/script/commands/secret/secret.list.d.ts.map +1 -0
  231. package/script/commands/secret/secret.list.js +67 -0
  232. package/script/commands/tenant/tenant.fetch.d.ts +43 -0
  233. package/script/commands/tenant/tenant.fetch.d.ts.map +1 -0
  234. package/script/commands/tenant/tenant.fetch.js +81 -0
  235. package/script/commands/tenant/tenant.list.d.ts +20 -0
  236. package/script/commands/tenant/tenant.list.d.ts.map +1 -0
  237. package/script/commands/tenant/tenant.list.js +69 -0
  238. package/script/commands/variable/variable.create.d.ts +31 -0
  239. package/script/commands/variable/variable.create.d.ts.map +1 -0
  240. package/script/commands/variable/variable.create.js +70 -0
  241. package/script/commands/variable/variable.delete.d.ts +28 -0
  242. package/script/commands/variable/variable.delete.d.ts.map +1 -0
  243. package/script/commands/variable/variable.delete.js +67 -0
  244. package/script/commands/variable/variable.list.d.ts +27 -0
  245. package/script/commands/variable/variable.list.d.ts.map +1 -0
  246. package/script/commands/variable/variable.list.js +73 -0
  247. package/script/common/command.d.ts +63 -0
  248. package/script/common/command.d.ts.map +1 -0
  249. package/script/common/command.js +96 -0
  250. package/script/common/flowcore-client.d.ts +39 -0
  251. package/script/common/flowcore-client.d.ts.map +1 -0
  252. package/script/common/flowcore-client.js +76 -0
  253. package/script/contracts/api-key.d.ts +14 -0
  254. package/script/contracts/api-key.d.ts.map +1 -0
  255. package/script/contracts/api-key.js +12 -0
  256. package/script/contracts/data-core.d.ts +38 -0
  257. package/script/contracts/data-core.d.ts.map +1 -0
  258. package/script/contracts/data-core.js +42 -0
  259. package/script/contracts/event-type.d.ts +33 -0
  260. package/script/contracts/event-type.d.ts.map +1 -0
  261. package/script/contracts/event-type.js +37 -0
  262. package/script/contracts/event.d.ts +20 -0
  263. package/script/contracts/event.d.ts.map +1 -0
  264. package/script/contracts/event.js +18 -0
  265. package/script/contracts/flow-type.d.ts +32 -0
  266. package/script/contracts/flow-type.d.ts.map +1 -0
  267. package/script/contracts/flow-type.js +35 -0
  268. package/script/contracts/index.d.ts +4 -0
  269. package/script/contracts/index.d.ts.map +1 -0
  270. package/script/contracts/index.js +2 -0
  271. package/script/contracts/tenant.d.ts +50 -0
  272. package/script/contracts/tenant.d.ts.map +1 -0
  273. package/script/contracts/tenant.js +37 -0
  274. package/script/contracts/variable.d.ts +13 -0
  275. package/script/contracts/variable.d.ts.map +1 -0
  276. package/script/contracts/variable.js +11 -0
  277. package/script/exceptions/client-error.d.ts +9 -0
  278. package/script/exceptions/client-error.d.ts.map +1 -0
  279. package/script/exceptions/client-error.js +24 -0
  280. package/script/exceptions/command-error.d.ts +7 -0
  281. package/script/exceptions/command-error.d.ts.map +1 -0
  282. package/script/exceptions/command-error.js +12 -0
  283. package/script/exceptions/index.d.ts +4 -0
  284. package/script/exceptions/index.d.ts.map +1 -0
  285. package/script/exceptions/index.js +19 -0
  286. package/script/exceptions/invalid-response.d.ts +8 -0
  287. package/script/exceptions/invalid-response.d.ts.map +1 -0
  288. package/script/exceptions/invalid-response.js +19 -0
  289. package/script/exceptions/not-found.d.ts +7 -0
  290. package/script/exceptions/not-found.d.ts.map +1 -0
  291. package/script/exceptions/not-found.js +12 -0
  292. package/script/mod.d.ts +6 -0
  293. package/script/mod.d.ts.map +1 -0
  294. package/script/mod.js +21 -0
  295. package/script/package.json +3 -0
  296. package/script/utils/parse-response-helper.d.ts +6 -0
  297. package/script/utils/parse-response-helper.d.ts.map +1 -0
  298. package/script/utils/parse-response-helper.js +20 -0
@@ -0,0 +1,122 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FlowTypeDeleteRequestCommand = void 0;
4
+ const typebox_1 = require("@sinclair/typebox");
5
+ const command_js_1 = require("../../common/command.js");
6
+ const flow_type_fetch_js_1 = require("./flow-type.fetch.js");
7
+ const command_error_js_1 = require("../../exceptions/command-error.js");
8
+ const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
9
+ const not_found_js_1 = require("../../exceptions/not-found.js");
10
+ const flow_type_exists_js_1 = require("./flow-type.exists.js");
11
+ const graphQlQuery = `
12
+ mutation FLOWCORE_SDK_FLOW_TYPE_DELETE_REQUEST($flowTypeId: ID!, $dataCoreId: ID!) {
13
+ datacore(id: $dataCoreId) {
14
+ flowtype(id: $flowTypeId) {
15
+ requestDelete {
16
+ deleting
17
+ }
18
+ }
19
+ }
20
+ }
21
+ `;
22
+ const responseSchema = typebox_1.Type.Object({
23
+ errors: typebox_1.Type.Optional(typebox_1.Type.Array(typebox_1.Type.Object({
24
+ message: typebox_1.Type.String(),
25
+ }))),
26
+ data: typebox_1.Type.Union([
27
+ typebox_1.Type.Object({
28
+ datacore: typebox_1.Type.Object({
29
+ flowtype: typebox_1.Type.Object({
30
+ requestDelete: typebox_1.Type.Union([
31
+ typebox_1.Type.Object({
32
+ deleting: typebox_1.Type.Boolean(),
33
+ }),
34
+ typebox_1.Type.Null(),
35
+ ]),
36
+ }),
37
+ }),
38
+ }),
39
+ typebox_1.Type.Null(),
40
+ ]),
41
+ });
42
+ /**
43
+ * Request to delete a flow type
44
+ */
45
+ class FlowTypeDeleteRequestCommand extends command_js_1.GraphQlCommand {
46
+ /**
47
+ * Create a new flow type delete request command
48
+ */
49
+ constructor(input) {
50
+ super({
51
+ ...input,
52
+ waitForDelete: input.waitForDelete ?? true,
53
+ });
54
+ /**
55
+ * The allowed modes for the command
56
+ */
57
+ Object.defineProperty(this, "allowedModes", {
58
+ enumerable: true,
59
+ configurable: true,
60
+ writable: true,
61
+ value: ["bearer"]
62
+ });
63
+ }
64
+ /**
65
+ * Parse the response
66
+ */
67
+ parseResponse(response) {
68
+ const parsedResponse = (0, parse_response_helper_js_1.parseResponseHelper)(responseSchema, response);
69
+ if (parsedResponse.errors) {
70
+ throw new command_error_js_1.CommandError(this.constructor.name, parsedResponse.errors[0].message);
71
+ }
72
+ if (!parsedResponse.data?.datacore?.flowtype?.requestDelete) {
73
+ throw new not_found_js_1.NotFoundException("FlowType", this.input.flowTypeId);
74
+ }
75
+ return parsedResponse.data.datacore.flowtype.requestDelete.deleting;
76
+ }
77
+ async getRequest(client) {
78
+ const request = await super.getRequest(client);
79
+ const response = await client.execute(new flow_type_fetch_js_1.FlowTypeFetchCommand({
80
+ flowTypeId: this.input.flowTypeId,
81
+ }));
82
+ return {
83
+ ...request,
84
+ body: JSON.stringify({
85
+ query: graphQlQuery,
86
+ variables: {
87
+ flowTypeId: this.input.flowTypeId,
88
+ dataCoreId: response.dataCoreId,
89
+ },
90
+ }),
91
+ };
92
+ }
93
+ /**
94
+ * Get the body for the request
95
+ */
96
+ getBody() {
97
+ return JSON.stringify({
98
+ query: graphQlQuery,
99
+ variables: this.input,
100
+ });
101
+ }
102
+ /**
103
+ * Wait for the response (timeout: 25 seconds)
104
+ */
105
+ async waitForResponse(client, response) {
106
+ if (!this.input.waitForDelete) {
107
+ return response;
108
+ }
109
+ const start = Date.now();
110
+ while (Date.now() - start < 25_000) {
111
+ const response = await client.execute(new flow_type_exists_js_1.FlowTypeExistsCommand({
112
+ flowTypeId: this.input.flowTypeId,
113
+ }));
114
+ if (!response.exists) {
115
+ break;
116
+ }
117
+ await new Promise((resolve) => setTimeout(resolve, 100));
118
+ }
119
+ return response;
120
+ }
121
+ }
122
+ exports.FlowTypeDeleteRequestCommand = FlowTypeDeleteRequestCommand;
@@ -0,0 +1,39 @@
1
+ import { Command } from "../../common/command.js";
2
+ /**
3
+ * The input for the flow type fetch by name command
4
+ */
5
+ export interface FlowTypeExistsInput {
6
+ /** The id of the flow type */
7
+ flowTypeId: string;
8
+ /** Wait for the flow type to be deleted */
9
+ waitForDelete?: boolean;
10
+ }
11
+ /**
12
+ * The output for the flow type exists command
13
+ */
14
+ export interface FlowTypeExistsOutput {
15
+ /** Whether the flow type exists */
16
+ exists: boolean;
17
+ }
18
+ /**
19
+ * Fetch a flow type
20
+ */
21
+ export declare class FlowTypeExistsCommand extends Command<FlowTypeExistsInput, FlowTypeExistsOutput> {
22
+ /**
23
+ * Get the method
24
+ */
25
+ protected getMethod(): string;
26
+ /**
27
+ * Get the base url
28
+ */
29
+ protected getBaseUrl(): string;
30
+ /**
31
+ * Get the path
32
+ */
33
+ protected getPath(): string;
34
+ /**
35
+ * Parse the response
36
+ */
37
+ protected parseResponse(rawResponse: unknown): FlowTypeExistsOutput;
38
+ }
39
+ //# sourceMappingURL=flow-type.exists.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flow-type.exists.d.ts","sourceRoot":"","sources":["../../../src/commands/flow-type/flow-type.exists.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAGjD;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,8BAA8B;IAC9B,UAAU,EAAE,MAAM,CAAA;IAClB,2CAA2C;IAC3C,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,mCAAmC;IACnC,MAAM,EAAE,OAAO,CAAA;CAChB;AAED;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,OAAO,CAAC,mBAAmB,EAAE,oBAAoB,CAAC;IAC3F;;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,oBAAoB;CAI7E"}
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FlowTypeExistsCommand = 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
+ /**
8
+ * Fetch a flow type
9
+ */
10
+ class FlowTypeExistsCommand extends command_js_1.Command {
11
+ /**
12
+ * Get the method
13
+ */
14
+ getMethod() {
15
+ return "GET";
16
+ }
17
+ /**
18
+ * Get the base url
19
+ */
20
+ getBaseUrl() {
21
+ return "https://flow-type-2.api.flowcore.io";
22
+ }
23
+ /**
24
+ * Get the path
25
+ */
26
+ getPath() {
27
+ return `/api/v1/flow-types/${this.input.flowTypeId}/exists`;
28
+ }
29
+ /**
30
+ * Parse the response
31
+ */
32
+ parseResponse(rawResponse) {
33
+ const response = (0, parse_response_helper_js_1.parseResponseHelper)(typebox_1.Type.Object({ exists: typebox_1.Type.Boolean() }), rawResponse);
34
+ return response;
35
+ }
36
+ }
37
+ exports.FlowTypeExistsCommand = FlowTypeExistsCommand;
@@ -0,0 +1,51 @@
1
+ import { Command } from "../../common/command.js";
2
+ import { type FlowType } from "../../contracts/flow-type.js";
3
+ /**
4
+ * The input for the flow type fetch by name command
5
+ */
6
+ type FlowTypeFetchByNameInput = {
7
+ /** The id of the data core */
8
+ dataCoreId: string;
9
+ /** The name of the flow type */
10
+ flowType: string;
11
+ /** The id of the flow type */
12
+ flowTypeId?: never;
13
+ };
14
+ /**
15
+ * The input for the flow type fetch by id command
16
+ */
17
+ type FlowTypeFetchByIdInput = {
18
+ /** The id of the flow type */
19
+ flowTypeId: string;
20
+ /** The id of the data core */
21
+ dataCoreId?: never;
22
+ /** The name of the flow type */
23
+ flowType?: never;
24
+ };
25
+ /**
26
+ * The input for the flow type fetch command
27
+ */
28
+ export type FlowTypeFetchInput = FlowTypeFetchByIdInput | FlowTypeFetchByNameInput;
29
+ /**
30
+ * Fetch a flow type
31
+ */
32
+ export declare class FlowTypeFetchCommand extends Command<FlowTypeFetchInput, FlowType> {
33
+ /**
34
+ * Get the method
35
+ */
36
+ protected getMethod(): string;
37
+ /**
38
+ * Get the base url
39
+ */
40
+ protected getBaseUrl(): string;
41
+ /**
42
+ * Get the path
43
+ */
44
+ protected getPath(): string;
45
+ /**
46
+ * Parse the response
47
+ */
48
+ protected parseResponse(rawResponse: unknown): FlowType;
49
+ }
50
+ export {};
51
+ //# sourceMappingURL=flow-type.fetch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flow-type.fetch.d.ts","sourceRoot":"","sources":["../../../src/commands/flow-type/flow-type.fetch.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EAAE,KAAK,QAAQ,EAAkB,MAAM,8BAA8B,CAAA;AAI5E;;GAEG;AACH,KAAK,wBAAwB,GAAG;IAC9B,8BAA8B;IAC9B,UAAU,EAAE,MAAM,CAAA;IAClB,gCAAgC;IAChC,QAAQ,EAAE,MAAM,CAAA;IAChB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,KAAK,CAAA;CACnB,CAAA;AAED;;GAEG;AACH,KAAK,sBAAsB,GAAG;IAC5B,8BAA8B;IAC9B,UAAU,EAAE,MAAM,CAAA;IAClB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,KAAK,CAAA;IAClB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,KAAK,CAAA;CACjB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,sBAAsB,GAAG,wBAAwB,CAAA;AAElF;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,OAAO,CAAC,kBAAkB,EAAE,QAAQ,CAAC;IAC7E;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAUpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,QAAQ;CAWjE"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FlowTypeFetchCommand = void 0;
4
+ const typebox_1 = require("@sinclair/typebox");
5
+ const command_js_1 = require("../../common/command.js");
6
+ const flow_type_js_1 = require("../../contracts/flow-type.js");
7
+ const not_found_js_1 = require("../../exceptions/not-found.js");
8
+ const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
9
+ /**
10
+ * Fetch a flow type
11
+ */
12
+ class FlowTypeFetchCommand extends command_js_1.Command {
13
+ /**
14
+ * Get the method
15
+ */
16
+ getMethod() {
17
+ return "GET";
18
+ }
19
+ /**
20
+ * Get the base url
21
+ */
22
+ getBaseUrl() {
23
+ return "https://flow-type-2.api.flowcore.io";
24
+ }
25
+ /**
26
+ * Get the path
27
+ */
28
+ getPath() {
29
+ if ("flowTypeId" in this.input) {
30
+ return `/api/v1/flow-types/${this.input.flowTypeId}`;
31
+ }
32
+ const queryParams = new URLSearchParams();
33
+ queryParams.set("dataCoreId", this.input.dataCoreId);
34
+ queryParams.set("name", this.input.flowType);
35
+ return `/api/v1/flow-types?${queryParams.toString()}`;
36
+ }
37
+ /**
38
+ * Parse the response
39
+ */
40
+ parseResponse(rawResponse) {
41
+ if ("flowTypeId" in this.input) {
42
+ const response = (0, parse_response_helper_js_1.parseResponseHelper)(flow_type_js_1.FlowTypeSchema, rawResponse);
43
+ return response;
44
+ }
45
+ const response = (0, parse_response_helper_js_1.parseResponseHelper)(typebox_1.Type.Array(flow_type_js_1.FlowTypeSchema), rawResponse);
46
+ if (response.length === 0) {
47
+ throw new not_found_js_1.NotFoundException("FlowType", this.input.flowType);
48
+ }
49
+ return response[0];
50
+ }
51
+ }
52
+ exports.FlowTypeFetchCommand = FlowTypeFetchCommand;
@@ -0,0 +1,31 @@
1
+ import { Command } from "../../common/command.js";
2
+ import { type FlowType } from "../../contracts/flow-type.js";
3
+ /**
4
+ * The input for the flow type list command
5
+ */
6
+ export type FlowTypeListInput = {
7
+ /** the data core id */
8
+ dataCoreId: string;
9
+ };
10
+ /**
11
+ * Fetch all flow types for a data core
12
+ */
13
+ export declare class FlowTypeListCommand extends Command<FlowTypeListInput, FlowType[]> {
14
+ /**
15
+ * Get the method
16
+ */
17
+ protected getMethod(): string;
18
+ /**
19
+ * Get the base url
20
+ */
21
+ protected getBaseUrl(): string;
22
+ /**
23
+ * Get the path
24
+ */
25
+ protected getPath(): string;
26
+ /**
27
+ * Parse the response
28
+ */
29
+ protected parseResponse(rawResponse: unknown): FlowType[];
30
+ }
31
+ //# sourceMappingURL=flow-type.list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flow-type.list.d.ts","sourceRoot":"","sources":["../../../src/commands/flow-type/flow-type.list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AAEjD,OAAO,EAAE,KAAK,QAAQ,EAAkB,MAAM,8BAA8B,CAAA;AAG5E;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,uBAAuB;IACvB,UAAU,EAAE,MAAM,CAAA;CACnB,CAAA;AAED;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,OAAO,CAAC,iBAAiB,EAAE,QAAQ,EAAE,CAAC;IAC7E;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAMpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,QAAQ,EAAE;CAInE"}
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FlowTypeListCommand = void 0;
4
+ const command_js_1 = require("../../common/command.js");
5
+ const typebox_1 = require("@sinclair/typebox");
6
+ const flow_type_js_1 = require("../../contracts/flow-type.js");
7
+ const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
8
+ /**
9
+ * Fetch all flow types for a data core
10
+ */
11
+ class FlowTypeListCommand extends command_js_1.Command {
12
+ /**
13
+ * Get the method
14
+ */
15
+ getMethod() {
16
+ return "GET";
17
+ }
18
+ /**
19
+ * Get the base url
20
+ */
21
+ getBaseUrl() {
22
+ return "https://flow-type-2.api.flowcore.io";
23
+ }
24
+ /**
25
+ * Get the path
26
+ */
27
+ getPath() {
28
+ const queryParams = new URLSearchParams();
29
+ queryParams.set("dataCoreId", this.input.dataCoreId);
30
+ return `/api/v1/flow-types?${queryParams.toString()}`;
31
+ }
32
+ /**
33
+ * Parse the response
34
+ */
35
+ parseResponse(rawResponse) {
36
+ const response = (0, parse_response_helper_js_1.parseResponseHelper)(typebox_1.Type.Array(flow_type_js_1.FlowTypeSchema), rawResponse);
37
+ return response;
38
+ }
39
+ }
40
+ exports.FlowTypeListCommand = FlowTypeListCommand;
@@ -0,0 +1,37 @@
1
+ import { Command } from "../../common/command.js";
2
+ import { type FlowType } from "../../contracts/flow-type.js";
3
+ /**
4
+ * The input for the flow type update command
5
+ */
6
+ export type FlowTypeUpdateInput = {
7
+ /** The id of the data core */
8
+ flowTypeId: string;
9
+ /** The description of the flow type */
10
+ description: string;
11
+ };
12
+ /**
13
+ * Update a flow type
14
+ */
15
+ export declare class FlowTypeUpdateCommand extends Command<FlowTypeUpdateInput, FlowType> {
16
+ /**
17
+ * Get the method
18
+ */
19
+ protected getMethod(): string;
20
+ /**
21
+ * Get the base url
22
+ */
23
+ protected getBaseUrl(): string;
24
+ /**
25
+ * Get the path
26
+ */
27
+ protected getPath(): string;
28
+ /**
29
+ * Get the body for the request
30
+ */
31
+ protected getBody(): string | undefined;
32
+ /**
33
+ * Parse the response
34
+ */
35
+ protected parseResponse(rawResponse: unknown): FlowType;
36
+ }
37
+ //# sourceMappingURL=flow-type.update.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flow-type.update.d.ts","sourceRoot":"","sources":["../../../src/commands/flow-type/flow-type.update.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EAAE,KAAK,QAAQ,EAAkB,MAAM,8BAA8B,CAAA;AAG5E;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC,8BAA8B;IAC9B,UAAU,EAAE,MAAM,CAAA;IAClB,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAA;CACpB,CAAA;AAED;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC;IAC/E;;OAEG;cACgB,SAAS,IAAI,MAAM;IAGtC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAIpC;;OAEG;cACgB,OAAO,IAAI,MAAM,GAAG,SAAS;IAKhD;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,QAAQ;CAGjE"}
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FlowTypeUpdateCommand = void 0;
4
+ const command_js_1 = require("../../common/command.js");
5
+ const flow_type_js_1 = require("../../contracts/flow-type.js");
6
+ const parse_response_helper_js_1 = require("../../utils/parse-response-helper.js");
7
+ /**
8
+ * Update a flow type
9
+ */
10
+ class FlowTypeUpdateCommand extends command_js_1.Command {
11
+ /**
12
+ * Get the method
13
+ */
14
+ getMethod() {
15
+ return "PATCH";
16
+ }
17
+ /**
18
+ * Get the base url
19
+ */
20
+ getBaseUrl() {
21
+ return "https://flow-type-2.api.flowcore.io";
22
+ }
23
+ /**
24
+ * Get the path
25
+ */
26
+ getPath() {
27
+ return `/api/v1/flow-types/${this.input.flowTypeId}`;
28
+ }
29
+ /**
30
+ * Get the body for the request
31
+ */
32
+ getBody() {
33
+ const { flowTypeId: _flowTypeId, ...payload } = this.input;
34
+ return JSON.stringify(payload);
35
+ }
36
+ /**
37
+ * Parse the response
38
+ */
39
+ parseResponse(rawResponse) {
40
+ return (0, parse_response_helper_js_1.parseResponseHelper)(flow_type_js_1.FlowTypeSchema, rawResponse);
41
+ }
42
+ }
43
+ exports.FlowTypeUpdateCommand = FlowTypeUpdateCommand;
@@ -0,0 +1,32 @@
1
+ export * from "./tenant/tenant.fetch.js";
2
+ export * from "./tenant/tenant.list.js";
3
+ export * from "./api-key/api-key.list.js";
4
+ export * from "./api-key/api-key.create.js";
5
+ export * from "./api-key/api-key.delete.js";
6
+ export * from "./secret/secret.list.js";
7
+ export * from "./secret/secret.create.js";
8
+ export * from "./secret/secret.delete.js";
9
+ export * from "./variable/variable.list.js";
10
+ export * from "./variable/variable.create.js";
11
+ export * from "./variable/variable.delete.js";
12
+ export * from "./data-core/data-core.exists.js";
13
+ export * from "./data-core/data-core.fetch.js";
14
+ export * from "./data-core/data-core.list.js";
15
+ export * from "./data-core/data-core.create.js";
16
+ export * from "./data-core/data-core.update.js";
17
+ export * from "./data-core/data-core.delete-request.js";
18
+ export * from "./flow-type/flow-type.exists.js";
19
+ export * from "./flow-type/flow-type.fetch.js";
20
+ export * from "./flow-type/flow-type.list.js";
21
+ export * from "./flow-type/flow-type.create.js";
22
+ export * from "./flow-type/flow-type.update.js";
23
+ export * from "./flow-type/flow-type.delete-request.js";
24
+ export * from "./event-type/event-type.exists.js";
25
+ export * from "./event-type/event-type.fetch.js";
26
+ export * from "./event-type/event-type.list.js";
27
+ export * from "./event-type/event-type.create.js";
28
+ export * from "./event-type/event-type.update.js";
29
+ export * from "./event-type/event-type.delete-request.js";
30
+ export * from "./events/events.fetch.js";
31
+ export * from "./events/events.fetch-time-buckets-by-names.js";
32
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/commands/index.ts"],"names":[],"mappings":"AACA,cAAc,0BAA0B,CAAA;AACxC,cAAc,yBAAyB,CAAA;AAGvC,cAAc,2BAA2B,CAAA;AACzC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAG3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA;AAGzC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,+BAA+B,CAAA;AAG7C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,yCAAyC,CAAA;AAGvD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,yCAAyC,CAAA;AAGvD,cAAc,mCAAmC,CAAA;AACjD,cAAc,kCAAkC,CAAA;AAChD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,mCAAmC,CAAA;AACjD,cAAc,mCAAmC,CAAA;AACjD,cAAc,2CAA2C,CAAA;AAGzD,cAAc,0BAA0B,CAAA;AACxC,cAAc,gDAAgD,CAAA"}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ // Tenant
18
+ __exportStar(require("./tenant/tenant.fetch.js"), exports);
19
+ __exportStar(require("./tenant/tenant.list.js"), exports);
20
+ // Api Key
21
+ __exportStar(require("./api-key/api-key.list.js"), exports);
22
+ __exportStar(require("./api-key/api-key.create.js"), exports);
23
+ __exportStar(require("./api-key/api-key.delete.js"), exports);
24
+ // Secret
25
+ __exportStar(require("./secret/secret.list.js"), exports);
26
+ __exportStar(require("./secret/secret.create.js"), exports);
27
+ __exportStar(require("./secret/secret.delete.js"), exports);
28
+ // Variable
29
+ __exportStar(require("./variable/variable.list.js"), exports);
30
+ __exportStar(require("./variable/variable.create.js"), exports);
31
+ __exportStar(require("./variable/variable.delete.js"), exports);
32
+ // Data Core
33
+ __exportStar(require("./data-core/data-core.exists.js"), exports);
34
+ __exportStar(require("./data-core/data-core.fetch.js"), exports);
35
+ __exportStar(require("./data-core/data-core.list.js"), exports);
36
+ __exportStar(require("./data-core/data-core.create.js"), exports);
37
+ __exportStar(require("./data-core/data-core.update.js"), exports);
38
+ __exportStar(require("./data-core/data-core.delete-request.js"), exports);
39
+ // Flow Types
40
+ __exportStar(require("./flow-type/flow-type.exists.js"), exports);
41
+ __exportStar(require("./flow-type/flow-type.fetch.js"), exports);
42
+ __exportStar(require("./flow-type/flow-type.list.js"), exports);
43
+ __exportStar(require("./flow-type/flow-type.create.js"), exports);
44
+ __exportStar(require("./flow-type/flow-type.update.js"), exports);
45
+ __exportStar(require("./flow-type/flow-type.delete-request.js"), exports);
46
+ // Event Types
47
+ __exportStar(require("./event-type/event-type.exists.js"), exports);
48
+ __exportStar(require("./event-type/event-type.fetch.js"), exports);
49
+ __exportStar(require("./event-type/event-type.list.js"), exports);
50
+ __exportStar(require("./event-type/event-type.create.js"), exports);
51
+ __exportStar(require("./event-type/event-type.update.js"), exports);
52
+ __exportStar(require("./event-type/event-type.delete-request.js"), exports);
53
+ // Events
54
+ __exportStar(require("./events/events.fetch.js"), exports);
55
+ __exportStar(require("./events/events.fetch-time-buckets-by-names.js"), exports);
@@ -0,0 +1,30 @@
1
+ import { GraphQlCommand } from "../../common/command.js";
2
+ /**
3
+ * The input for the secret create command
4
+ */
5
+ export interface SecretCreateInput {
6
+ /** The tenant id */
7
+ tenantId: string;
8
+ /** The key of the secret */
9
+ key: string;
10
+ /** The value of the secret */
11
+ value: string;
12
+ }
13
+ /**
14
+ * List secrets
15
+ */
16
+ export declare class SecretCreateCommand extends GraphQlCommand<SecretCreateInput, boolean> {
17
+ /**
18
+ * The allowed modes for the command
19
+ */
20
+ protected allowedModes: ("apiKey" | "bearer")[];
21
+ /**
22
+ * Parse the response
23
+ */
24
+ protected parseResponse(rawResponse: unknown): boolean;
25
+ /**
26
+ * Get the body for the request
27
+ */
28
+ protected getBody(): string;
29
+ }
30
+ //# sourceMappingURL=secret.create.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secret.create.d.ts","sourceRoot":"","sources":["../../../src/commands/secret/secret.create.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAIxD;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,oBAAoB;IACpB,QAAQ,EAAE,MAAM,CAAA;IAChB,4BAA4B;IAC5B,GAAG,EAAE,MAAM,CAAA;IACX,8BAA8B;IAC9B,KAAK,EAAE,MAAM,CAAA;CACd;AAyBD;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,cAAc,CAAC,iBAAiB,EAAE,OAAO,CAAC;IACjF;;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;CAMrC"}
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SecretCreateCommand = 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_SECRET_CREATE($tenantId: ID!, $key: String!, $value: String!) {
10
+ organization(id: $tenantId) {
11
+ createSecret(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.Object({
20
+ organization: typebox_1.Type.Object({
21
+ createSecret: typebox_1.Type.Union([typebox_1.Type.Boolean(), typebox_1.Type.Null()]),
22
+ }),
23
+ }),
24
+ });
25
+ /**
26
+ * List secrets
27
+ */
28
+ class SecretCreateCommand extends command_js_1.GraphQlCommand {
29
+ constructor() {
30
+ super(...arguments);
31
+ /**
32
+ * The allowed modes for the command
33
+ */
34
+ Object.defineProperty(this, "allowedModes", {
35
+ enumerable: true,
36
+ configurable: true,
37
+ writable: true,
38
+ value: ["bearer"]
39
+ });
40
+ }
41
+ /**
42
+ * Parse the response
43
+ */
44
+ parseResponse(rawResponse) {
45
+ const response = (0, parse_response_helper_js_1.parseResponseHelper)(responseSchema, rawResponse);
46
+ if (response.errors) {
47
+ throw new command_error_js_1.CommandError(this.constructor.name, response.errors[0].message);
48
+ }
49
+ if (response.data.organization.createSecret === null) {
50
+ throw new command_error_js_1.CommandError(this.constructor.name, "Failed to create secret");
51
+ }
52
+ return response.data.organization.createSecret;
53
+ }
54
+ /**
55
+ * Get the body for the request
56
+ */
57
+ getBody() {
58
+ return JSON.stringify({
59
+ query: graphQlQueryById,
60
+ variables: this.input,
61
+ });
62
+ }
63
+ }
64
+ exports.SecretCreateCommand = SecretCreateCommand;