@epilot/sdk 2.0.0-beta.3 → 2.0.0-beta.4

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 (189) hide show
  1. package/definitions/access-token-runtime.json +1 -0
  2. package/definitions/access-token.json +663 -0
  3. package/definitions/address-runtime.json +1 -0
  4. package/definitions/address-suggestions-runtime.json +1 -0
  5. package/definitions/address-suggestions.json +582 -0
  6. package/definitions/address.json +578 -0
  7. package/definitions/ai-agents-runtime.json +1 -0
  8. package/definitions/ai-agents.json +1711 -0
  9. package/definitions/app-runtime.json +1 -0
  10. package/definitions/app.json +4443 -0
  11. package/definitions/audit-logs-runtime.json +1 -0
  12. package/definitions/audit-logs.json +305 -0
  13. package/definitions/automation-runtime.json +1 -0
  14. package/definitions/automation.json +4850 -0
  15. package/definitions/billing-runtime.json +1 -0
  16. package/definitions/billing.json +837 -0
  17. package/definitions/blueprint-manifest-runtime.json +1 -0
  18. package/definitions/blueprint-manifest.json +3376 -0
  19. package/definitions/consent-runtime.json +1 -0
  20. package/definitions/consent.json +344 -0
  21. package/definitions/customer-portal-runtime.json +1 -0
  22. package/definitions/customer-portal.json +15000 -0
  23. package/definitions/dashboard-runtime.json +1 -0
  24. package/definitions/dashboard.json +484 -0
  25. package/definitions/data-management-runtime.json +1 -0
  26. package/definitions/data-management.json +962 -0
  27. package/definitions/deduplication-runtime.json +1 -0
  28. package/definitions/deduplication.json +183 -0
  29. package/definitions/design-runtime.json +1 -0
  30. package/definitions/design.json +1423 -0
  31. package/definitions/document-runtime.json +1 -0
  32. package/definitions/document.json +758 -0
  33. package/definitions/email-settings-runtime.json +1 -0
  34. package/definitions/email-settings.json +2627 -0
  35. package/definitions/email-template-runtime.json +1 -0
  36. package/definitions/email-template.json +1419 -0
  37. package/definitions/entity-mapping-runtime.json +1 -0
  38. package/definitions/entity-mapping.json +1642 -0
  39. package/definitions/entity-runtime.json +1 -0
  40. package/definitions/entity.json +10074 -0
  41. package/definitions/environments-runtime.json +1 -0
  42. package/definitions/environments.json +363 -0
  43. package/definitions/erp-integration-runtime.json +1 -0
  44. package/definitions/erp-integration.json +5845 -0
  45. package/definitions/event-catalog-runtime.json +1 -0
  46. package/definitions/event-catalog.json +1051 -0
  47. package/definitions/file-runtime.json +1 -0
  48. package/definitions/file.json +2842 -0
  49. package/definitions/iban-runtime.json +1 -0
  50. package/definitions/iban.json +132 -0
  51. package/definitions/journey-runtime.json +1 -0
  52. package/definitions/journey.json +2341 -0
  53. package/definitions/kanban-runtime.json +1 -0
  54. package/definitions/kanban.json +929 -0
  55. package/definitions/message-runtime.json +1 -0
  56. package/definitions/message.json +2660 -0
  57. package/definitions/metering-runtime.json +1 -0
  58. package/definitions/metering.json +2321 -0
  59. package/definitions/notes-runtime.json +1 -0
  60. package/definitions/notes.json +1531 -0
  61. package/definitions/notification-runtime.json +1 -0
  62. package/definitions/notification.json +1425 -0
  63. package/definitions/organization-runtime.json +1 -0
  64. package/definitions/organization.json +629 -0
  65. package/definitions/partner-directory-runtime.json +1 -0
  66. package/definitions/partner-directory.json +1718 -0
  67. package/definitions/permissions-runtime.json +1 -0
  68. package/definitions/permissions.json +1480 -0
  69. package/definitions/pricing-runtime.json +1 -0
  70. package/definitions/pricing-tier-runtime.json +1 -0
  71. package/definitions/pricing-tier.json +105 -0
  72. package/definitions/pricing.json +9884 -0
  73. package/definitions/purpose-runtime.json +1 -0
  74. package/definitions/purpose.json +524 -0
  75. package/definitions/sandbox-runtime.json +1 -0
  76. package/definitions/sandbox.json +453 -0
  77. package/definitions/submission-runtime.json +1 -0
  78. package/definitions/submission.json +313 -0
  79. package/definitions/targeting-runtime.json +1 -0
  80. package/definitions/targeting.json +1474 -0
  81. package/definitions/template-variables-runtime.json +1 -0
  82. package/definitions/template-variables.json +1408 -0
  83. package/definitions/user-runtime.json +1 -0
  84. package/definitions/user.json +2408 -0
  85. package/definitions/validation-rules-runtime.json +1 -0
  86. package/definitions/validation-rules.json +1491 -0
  87. package/definitions/webhooks-runtime.json +1 -0
  88. package/definitions/webhooks.json +1525 -0
  89. package/definitions/workflow-definition-runtime.json +1 -0
  90. package/definitions/workflow-definition.json +3417 -0
  91. package/definitions/workflow-runtime.json +1 -0
  92. package/definitions/workflow.json +4106 -0
  93. package/dist/apis/access-token.cjs +13 -84
  94. package/dist/apis/access-token.js +11 -82
  95. package/dist/apis/address-suggestions.cjs +13 -127
  96. package/dist/apis/address-suggestions.js +11 -125
  97. package/dist/apis/address.cjs +13 -79
  98. package/dist/apis/address.js +11 -77
  99. package/dist/apis/ai-agents.cjs +13 -210
  100. package/dist/apis/ai-agents.js +11 -208
  101. package/dist/apis/app.cjs +13 -568
  102. package/dist/apis/app.js +11 -566
  103. package/dist/apis/audit-logs.cjs +13 -50
  104. package/dist/apis/audit-logs.js +11 -48
  105. package/dist/apis/automation.cjs +13 -277
  106. package/dist/apis/automation.js +11 -275
  107. package/dist/apis/billing.cjs +13 -170
  108. package/dist/apis/billing.js +11 -168
  109. package/dist/apis/blueprint-manifest.cjs +13 -499
  110. package/dist/apis/blueprint-manifest.js +11 -497
  111. package/dist/apis/consent.cjs +13 -79
  112. package/dist/apis/consent.js +11 -77
  113. package/dist/apis/customer-portal.cjs +13 -2247
  114. package/dist/apis/customer-portal.js +11 -2245
  115. package/dist/apis/dashboard.cjs +13 -79
  116. package/dist/apis/dashboard.js +11 -77
  117. package/dist/apis/data-management.cjs +13 -235
  118. package/dist/apis/data-management.js +11 -233
  119. package/dist/apis/deduplication.cjs +13 -37
  120. package/dist/apis/deduplication.js +11 -35
  121. package/dist/apis/design.cjs +13 -214
  122. package/dist/apis/design.js +11 -212
  123. package/dist/apis/document.cjs +13 -73
  124. package/dist/apis/document.js +11 -71
  125. package/dist/apis/email-settings.cjs +13 -528
  126. package/dist/apis/email-settings.js +11 -526
  127. package/dist/apis/email-template.cjs +13 -117
  128. package/dist/apis/email-template.js +11 -115
  129. package/dist/apis/entity-mapping.cjs +13 -210
  130. package/dist/apis/entity-mapping.js +11 -208
  131. package/dist/apis/entity.cjs +13 -1595
  132. package/dist/apis/entity.js +11 -1593
  133. package/dist/apis/environments.cjs +13 -66
  134. package/dist/apis/environments.js +11 -64
  135. package/dist/apis/erp-integration.cjs +13 -581
  136. package/dist/apis/erp-integration.js +11 -579
  137. package/dist/apis/event-catalog.cjs +13 -125
  138. package/dist/apis/event-catalog.js +11 -123
  139. package/dist/apis/file.cjs +13 -568
  140. package/dist/apis/file.js +11 -566
  141. package/dist/apis/iban.cjs +13 -38
  142. package/dist/apis/iban.js +11 -36
  143. package/dist/apis/journey.cjs +13 -265
  144. package/dist/apis/journey.js +11 -263
  145. package/dist/apis/kanban.cjs +13 -159
  146. package/dist/apis/kanban.js +11 -157
  147. package/dist/apis/message.cjs +13 -668
  148. package/dist/apis/message.js +11 -666
  149. package/dist/apis/metering.cjs +13 -394
  150. package/dist/apis/metering.js +11 -392
  151. package/dist/apis/notes.cjs +13 -214
  152. package/dist/apis/notes.js +11 -212
  153. package/dist/apis/notification.cjs +13 -232
  154. package/dist/apis/notification.js +11 -230
  155. package/dist/apis/organization.cjs +13 -113
  156. package/dist/apis/organization.js +11 -111
  157. package/dist/apis/partner-directory.cjs +13 -277
  158. package/dist/apis/partner-directory.js +11 -275
  159. package/dist/apis/permissions.cjs +13 -173
  160. package/dist/apis/permissions.js +11 -171
  161. package/dist/apis/pricing-tier.cjs +14 -32
  162. package/dist/apis/pricing-tier.js +11 -29
  163. package/dist/apis/pricing.cjs +13 -434
  164. package/dist/apis/pricing.js +11 -432
  165. package/dist/apis/purpose.cjs +13 -175
  166. package/dist/apis/purpose.js +11 -173
  167. package/dist/apis/sandbox.cjs +13 -95
  168. package/dist/apis/sandbox.js +11 -93
  169. package/dist/apis/submission.cjs +13 -50
  170. package/dist/apis/submission.js +11 -48
  171. package/dist/apis/targeting.cjs +13 -270
  172. package/dist/apis/targeting.js +11 -268
  173. package/dist/apis/template-variables.cjs +13 -154
  174. package/dist/apis/template-variables.js +11 -152
  175. package/dist/apis/user.cjs +13 -483
  176. package/dist/apis/user.js +11 -481
  177. package/dist/apis/validation-rules.cjs +13 -115
  178. package/dist/apis/validation-rules.js +11 -113
  179. package/dist/apis/webhooks.cjs +13 -247
  180. package/dist/apis/webhooks.js +11 -245
  181. package/dist/apis/workflow-definition.cjs +13 -337
  182. package/dist/apis/workflow-definition.js +11 -335
  183. package/dist/apis/workflow.cjs +13 -397
  184. package/dist/apis/workflow.js +11 -395
  185. package/dist/{chunk-D7ICL3AM.cjs → chunk-5LXNSDG2.cjs} +51 -2
  186. package/dist/{chunk-DGCGLG7G.js → chunk-QMQNMCOC.js} +49 -0
  187. package/dist/index.cjs +56 -54
  188. package/dist/index.js +53 -51
  189. package/package.json +50 -3
@@ -2,64 +2,27 @@ import {
2
2
  __commonJS,
3
3
  authorize,
4
4
  createApiClient,
5
- createApiHandle
6
- } from "../chunk-DGCGLG7G.js";
5
+ createApiHandle,
6
+ expand
7
+ } from "../chunk-QMQNMCOC.js";
7
8
 
8
- // src/definitions/audit-logs.json
9
- var require_audit_logs = __commonJS({
10
- "src/definitions/audit-logs.json"(exports, module) {
11
- module.exports = {
12
- openapi: "3.0.0",
13
- info: {
14
- title: "",
15
- version: ""
16
- },
17
- servers: [
18
- {
19
- url: "https://audit-logs.sls.epilot.io"
20
- }
21
- ],
22
- paths: {
23
- "/v1/logs": {
24
- post: {
25
- operationId: "getLogs",
26
- requestBody: {
27
- content: {
28
- "application/json": {}
29
- }
30
- },
31
- responses: {}
32
- }
33
- },
34
- "/v1/logs/{logId}": {
35
- get: {
36
- operationId: "getLogById",
37
- parameters: [
38
- {
39
- in: "path",
40
- name: "logId",
41
- required: true
42
- }
43
- ],
44
- responses: {}
45
- }
46
- }
47
- },
48
- components: {}
49
- };
9
+ // src/definitions/audit-logs-runtime.json
10
+ var require_audit_logs_runtime = __commonJS({
11
+ "src/definitions/audit-logs-runtime.json"(exports, module) {
12
+ module.exports = { s: "https://audit-logs.sls.epilot.io", o: [["getLogs", "post", "/v1/logs", null, 1], ["getLogById", "get", "/v1/logs/{logId}", [["logId", "p", true]]]], v: "3.0.0" };
50
13
  }
51
14
  });
52
15
 
53
16
  // src/apis/audit-logs.ts
54
17
  var loadDefinition = () => {
55
- const mod = require_audit_logs();
56
- return mod.default ?? mod;
18
+ const mod = require_audit_logs_runtime();
19
+ return expand(mod.default ?? mod);
57
20
  };
58
21
  var _instance = null;
59
22
  var resolve = () => {
60
23
  if (!_instance) {
61
- const definition = loadDefinition();
62
- _instance = createApiClient({ definition });
24
+ const def = loadDefinition();
25
+ _instance = createApiClient({ definition: def });
63
26
  }
64
27
  return _instance;
65
28
  };
@@ -3,296 +3,32 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkD7ICL3AMcjs = require('../chunk-D7ICL3AM.cjs');
7
6
 
8
- // src/definitions/automation.json
9
- var require_automation = _chunkD7ICL3AMcjs.__commonJS.call(void 0, {
10
- "src/definitions/automation.json"(exports, module) {
11
- module.exports = {
12
- openapi: "3.0.3",
13
- info: {
14
- title: "",
15
- version: ""
16
- },
17
- paths: {
18
- "/v1/automation/flows": {
19
- get: {
20
- operationId: "searchFlows",
21
- parameters: [
22
- {
23
- name: "schema",
24
- in: "query"
25
- },
26
- {
27
- name: "size",
28
- in: "query"
29
- },
30
- {
31
- name: "from",
32
- in: "query"
33
- },
34
- {
35
- name: "trigger_source_id",
36
- in: "query"
37
- },
38
- {
39
- name: "include_flows",
40
- in: "query"
41
- }
42
- ],
43
- responses: {}
44
- },
45
- post: {
46
- operationId: "createFlow",
47
- requestBody: {
48
- content: {
49
- "application/json": {}
50
- }
51
- },
52
- responses: {}
53
- }
54
- },
55
- "/v1/automation/flows:batchGet": {
56
- post: {
57
- operationId: "batchGetFlows",
58
- requestBody: {
59
- content: {
60
- "application/json": {}
61
- }
62
- },
63
- responses: {}
64
- }
65
- },
66
- "/v1/automation/flows/{flow_id}": {
67
- get: {
68
- operationId: "getFlow",
69
- parameters: [
70
- {
71
- name: "flow_id",
72
- in: "path",
73
- required: true
74
- }
75
- ],
76
- responses: {}
77
- },
78
- put: {
79
- operationId: "putFlow",
80
- parameters: [
81
- {
82
- name: "flow_id",
83
- in: "path",
84
- required: true
85
- }
86
- ],
87
- requestBody: {
88
- content: {
89
- "application/json": {}
90
- }
91
- },
92
- responses: {}
93
- },
94
- delete: {
95
- operationId: "deleteFlow",
96
- parameters: [
97
- {
98
- name: "flow_id",
99
- in: "path",
100
- required: true
101
- }
102
- ],
103
- responses: {}
104
- }
105
- },
106
- "/v1/automation/executions": {
107
- get: {
108
- operationId: "getExecutions",
109
- parameters: [
110
- {
111
- name: "entity_id",
112
- in: "query"
113
- },
114
- {
115
- name: "size",
116
- in: "query"
117
- },
118
- {
119
- name: "from",
120
- in: "query"
121
- },
122
- {
123
- name: "include_flows",
124
- in: "query"
125
- }
126
- ],
127
- responses: {}
128
- },
129
- post: {
130
- operationId: "startExecution",
131
- requestBody: {
132
- content: {
133
- "application/json": {}
134
- }
135
- },
136
- responses: {}
137
- }
138
- },
139
- "/v1/automation/executions/bulk-jobs": {
140
- post: {
141
- operationId: "bulkTriggerExecutions",
142
- requestBody: {
143
- content: {
144
- "application/json": {}
145
- }
146
- },
147
- responses: {}
148
- }
149
- },
150
- "/v1/automation/executions/bulk-jobs/{job_id}": {
151
- get: {
152
- operationId: "getBulkJob",
153
- parameters: [
154
- {
155
- name: "job_id",
156
- in: "path",
157
- required: true
158
- }
159
- ],
160
- responses: {}
161
- },
162
- patch: {
163
- operationId: "patchBulkJob",
164
- parameters: [
165
- {
166
- name: "job_id",
167
- in: "path",
168
- required: true
169
- }
170
- ],
171
- requestBody: {
172
- content: {
173
- "application/json": {}
174
- }
175
- },
176
- responses: {}
177
- }
178
- },
179
- "/v1/automation/executions/{execution_id}": {
180
- get: {
181
- operationId: "getExecution",
182
- parameters: [
183
- {
184
- name: "execution_id",
185
- in: "path",
186
- required: true
187
- }
188
- ],
189
- responses: {}
190
- },
191
- delete: {
192
- operationId: "cancelExecution",
193
- parameters: [
194
- {
195
- name: "execution_id",
196
- in: "path",
197
- required: true
198
- }
199
- ],
200
- responses: {}
201
- }
202
- },
203
- "/v1/automation/executions/{execution_id}/{action_id}/retrigger": {
204
- post: {
205
- operationId: "retriggerAction",
206
- parameters: [
207
- {
208
- name: "execution_id",
209
- in: "path",
210
- required: true
211
- },
212
- {
213
- name: "action_id",
214
- in: "path",
215
- required: true
216
- }
217
- ],
218
- requestBody: {
219
- required: false,
220
- content: {
221
- "application/json": {}
222
- }
223
- },
224
- responses: {}
225
- }
226
- },
227
- "/v1/automation/public/executions:resume": {
228
- post: {
229
- operationId: "resumeExecutionWithToken",
230
- requestBody: {
231
- content: {
232
- "application/json": {}
233
- }
234
- },
235
- responses: {}
236
- }
237
- },
238
- "/v1/automation/executions/{execution_id}/schedules/{schedule_id}": {
239
- delete: {
240
- operationId: "cancelSchedule",
241
- parameters: [
242
- {
243
- name: "execution_id",
244
- in: "path",
245
- required: true
246
- },
247
- {
248
- name: "schedule_id",
249
- in: "path",
250
- required: true
251
- }
252
- ],
253
- responses: {}
254
- }
255
- }
256
- },
257
- components: {
258
- responses: {
259
- NotFoundError: {
260
- content: {
261
- "application/json": {}
262
- }
263
- },
264
- ForbiddenError: {
265
- content: {
266
- "application/json": {}
267
- }
268
- }
269
- }
270
- },
271
- servers: [
272
- {
273
- url: "https://automation.sls.epilot.io"
274
- }
275
- ]
276
- };
7
+ var _chunk5LXNSDG2cjs = require('../chunk-5LXNSDG2.cjs');
8
+
9
+ // src/definitions/automation-runtime.json
10
+ var require_automation_runtime = _chunk5LXNSDG2cjs.__commonJS.call(void 0, {
11
+ "src/definitions/automation-runtime.json"(exports, module) {
12
+ module.exports = { s: "https://automation.sls.epilot.io", o: [["searchFlows", "get", "/v1/automation/flows", [["schema", "q"], ["size", "q"], ["from", "q"], ["trigger_source_id", "q"], ["include_flows", "q"]]], ["createFlow", "post", "/v1/automation/flows", null, 1], ["batchGetFlows", "post", "/v1/automation/flows:batchGet", null, 1], ["getFlow", "get", "/v1/automation/flows/{flow_id}", [["flow_id", "p", true]]], ["putFlow", "put", "/v1/automation/flows/{flow_id}", [["flow_id", "p", true]], 1], ["deleteFlow", "delete", "/v1/automation/flows/{flow_id}", [["flow_id", "p", true]]], ["getExecutions", "get", "/v1/automation/executions", [["entity_id", "q"], ["size", "q"], ["from", "q"], ["include_flows", "q"]]], ["startExecution", "post", "/v1/automation/executions", null, 1], ["bulkTriggerExecutions", "post", "/v1/automation/executions/bulk-jobs", null, 1], ["getBulkJob", "get", "/v1/automation/executions/bulk-jobs/{job_id}", [["job_id", "p", true]]], ["patchBulkJob", "patch", "/v1/automation/executions/bulk-jobs/{job_id}", [["job_id", "p", true]], 1], ["getExecution", "get", "/v1/automation/executions/{execution_id}", [["execution_id", "p", true]]], ["cancelExecution", "delete", "/v1/automation/executions/{execution_id}", [["execution_id", "p", true]]], ["retriggerAction", "post", "/v1/automation/executions/{execution_id}/{action_id}/retrigger", [["execution_id", "p", true], ["action_id", "p", true]], 1], ["resumeExecutionWithToken", "post", "/v1/automation/public/executions:resume", null, 1], ["cancelSchedule", "delete", "/v1/automation/executions/{execution_id}/schedules/{schedule_id}", [["execution_id", "p", true], ["schedule_id", "p", true]]]], v: "3.0.3" };
277
13
  }
278
14
  });
279
15
 
280
16
  // src/apis/automation.ts
281
17
  var loadDefinition = () => {
282
- const mod = require_automation();
283
- return _nullishCoalesce(mod.default, () => ( mod));
18
+ const mod = require_automation_runtime();
19
+ return _chunk5LXNSDG2cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
284
20
  };
285
21
  var _instance = null;
286
22
  var resolve = () => {
287
23
  if (!_instance) {
288
- const definition = loadDefinition();
289
- _instance = _chunkD7ICL3AMcjs.createApiClient.call(void 0, { definition });
24
+ const def = loadDefinition();
25
+ _instance = _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: def });
290
26
  }
291
27
  return _instance;
292
28
  };
293
- var _handle = _chunkD7ICL3AMcjs.createApiHandle.call(void 0, {
29
+ var _handle = _chunk5LXNSDG2cjs.createApiHandle.call(void 0, {
294
30
  resolveClient: resolve,
295
- createClient: () => _chunkD7ICL3AMcjs.createApiClient.call(void 0, { definition: loadDefinition() })
31
+ createClient: () => _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: loadDefinition() })
296
32
  });
297
33
  var getClient = _handle.getClient;
298
34
  var createClient = _handle.createClient;
@@ -302,4 +38,4 @@ var automation = _handle;
302
38
 
303
39
 
304
40
 
305
- exports.authorize = _chunkD7ICL3AMcjs.authorize; exports.automation = automation; exports.createClient = createClient; exports.getClient = getClient;
41
+ exports.authorize = _chunk5LXNSDG2cjs.authorize; exports.automation = automation; exports.createClient = createClient; exports.getClient = getClient;
@@ -2,291 +2,27 @@ import {
2
2
  __commonJS,
3
3
  authorize,
4
4
  createApiClient,
5
- createApiHandle
6
- } from "../chunk-DGCGLG7G.js";
5
+ createApiHandle,
6
+ expand
7
+ } from "../chunk-QMQNMCOC.js";
7
8
 
8
- // src/definitions/automation.json
9
- var require_automation = __commonJS({
10
- "src/definitions/automation.json"(exports, module) {
11
- module.exports = {
12
- openapi: "3.0.3",
13
- info: {
14
- title: "",
15
- version: ""
16
- },
17
- paths: {
18
- "/v1/automation/flows": {
19
- get: {
20
- operationId: "searchFlows",
21
- parameters: [
22
- {
23
- name: "schema",
24
- in: "query"
25
- },
26
- {
27
- name: "size",
28
- in: "query"
29
- },
30
- {
31
- name: "from",
32
- in: "query"
33
- },
34
- {
35
- name: "trigger_source_id",
36
- in: "query"
37
- },
38
- {
39
- name: "include_flows",
40
- in: "query"
41
- }
42
- ],
43
- responses: {}
44
- },
45
- post: {
46
- operationId: "createFlow",
47
- requestBody: {
48
- content: {
49
- "application/json": {}
50
- }
51
- },
52
- responses: {}
53
- }
54
- },
55
- "/v1/automation/flows:batchGet": {
56
- post: {
57
- operationId: "batchGetFlows",
58
- requestBody: {
59
- content: {
60
- "application/json": {}
61
- }
62
- },
63
- responses: {}
64
- }
65
- },
66
- "/v1/automation/flows/{flow_id}": {
67
- get: {
68
- operationId: "getFlow",
69
- parameters: [
70
- {
71
- name: "flow_id",
72
- in: "path",
73
- required: true
74
- }
75
- ],
76
- responses: {}
77
- },
78
- put: {
79
- operationId: "putFlow",
80
- parameters: [
81
- {
82
- name: "flow_id",
83
- in: "path",
84
- required: true
85
- }
86
- ],
87
- requestBody: {
88
- content: {
89
- "application/json": {}
90
- }
91
- },
92
- responses: {}
93
- },
94
- delete: {
95
- operationId: "deleteFlow",
96
- parameters: [
97
- {
98
- name: "flow_id",
99
- in: "path",
100
- required: true
101
- }
102
- ],
103
- responses: {}
104
- }
105
- },
106
- "/v1/automation/executions": {
107
- get: {
108
- operationId: "getExecutions",
109
- parameters: [
110
- {
111
- name: "entity_id",
112
- in: "query"
113
- },
114
- {
115
- name: "size",
116
- in: "query"
117
- },
118
- {
119
- name: "from",
120
- in: "query"
121
- },
122
- {
123
- name: "include_flows",
124
- in: "query"
125
- }
126
- ],
127
- responses: {}
128
- },
129
- post: {
130
- operationId: "startExecution",
131
- requestBody: {
132
- content: {
133
- "application/json": {}
134
- }
135
- },
136
- responses: {}
137
- }
138
- },
139
- "/v1/automation/executions/bulk-jobs": {
140
- post: {
141
- operationId: "bulkTriggerExecutions",
142
- requestBody: {
143
- content: {
144
- "application/json": {}
145
- }
146
- },
147
- responses: {}
148
- }
149
- },
150
- "/v1/automation/executions/bulk-jobs/{job_id}": {
151
- get: {
152
- operationId: "getBulkJob",
153
- parameters: [
154
- {
155
- name: "job_id",
156
- in: "path",
157
- required: true
158
- }
159
- ],
160
- responses: {}
161
- },
162
- patch: {
163
- operationId: "patchBulkJob",
164
- parameters: [
165
- {
166
- name: "job_id",
167
- in: "path",
168
- required: true
169
- }
170
- ],
171
- requestBody: {
172
- content: {
173
- "application/json": {}
174
- }
175
- },
176
- responses: {}
177
- }
178
- },
179
- "/v1/automation/executions/{execution_id}": {
180
- get: {
181
- operationId: "getExecution",
182
- parameters: [
183
- {
184
- name: "execution_id",
185
- in: "path",
186
- required: true
187
- }
188
- ],
189
- responses: {}
190
- },
191
- delete: {
192
- operationId: "cancelExecution",
193
- parameters: [
194
- {
195
- name: "execution_id",
196
- in: "path",
197
- required: true
198
- }
199
- ],
200
- responses: {}
201
- }
202
- },
203
- "/v1/automation/executions/{execution_id}/{action_id}/retrigger": {
204
- post: {
205
- operationId: "retriggerAction",
206
- parameters: [
207
- {
208
- name: "execution_id",
209
- in: "path",
210
- required: true
211
- },
212
- {
213
- name: "action_id",
214
- in: "path",
215
- required: true
216
- }
217
- ],
218
- requestBody: {
219
- required: false,
220
- content: {
221
- "application/json": {}
222
- }
223
- },
224
- responses: {}
225
- }
226
- },
227
- "/v1/automation/public/executions:resume": {
228
- post: {
229
- operationId: "resumeExecutionWithToken",
230
- requestBody: {
231
- content: {
232
- "application/json": {}
233
- }
234
- },
235
- responses: {}
236
- }
237
- },
238
- "/v1/automation/executions/{execution_id}/schedules/{schedule_id}": {
239
- delete: {
240
- operationId: "cancelSchedule",
241
- parameters: [
242
- {
243
- name: "execution_id",
244
- in: "path",
245
- required: true
246
- },
247
- {
248
- name: "schedule_id",
249
- in: "path",
250
- required: true
251
- }
252
- ],
253
- responses: {}
254
- }
255
- }
256
- },
257
- components: {
258
- responses: {
259
- NotFoundError: {
260
- content: {
261
- "application/json": {}
262
- }
263
- },
264
- ForbiddenError: {
265
- content: {
266
- "application/json": {}
267
- }
268
- }
269
- }
270
- },
271
- servers: [
272
- {
273
- url: "https://automation.sls.epilot.io"
274
- }
275
- ]
276
- };
9
+ // src/definitions/automation-runtime.json
10
+ var require_automation_runtime = __commonJS({
11
+ "src/definitions/automation-runtime.json"(exports, module) {
12
+ module.exports = { s: "https://automation.sls.epilot.io", o: [["searchFlows", "get", "/v1/automation/flows", [["schema", "q"], ["size", "q"], ["from", "q"], ["trigger_source_id", "q"], ["include_flows", "q"]]], ["createFlow", "post", "/v1/automation/flows", null, 1], ["batchGetFlows", "post", "/v1/automation/flows:batchGet", null, 1], ["getFlow", "get", "/v1/automation/flows/{flow_id}", [["flow_id", "p", true]]], ["putFlow", "put", "/v1/automation/flows/{flow_id}", [["flow_id", "p", true]], 1], ["deleteFlow", "delete", "/v1/automation/flows/{flow_id}", [["flow_id", "p", true]]], ["getExecutions", "get", "/v1/automation/executions", [["entity_id", "q"], ["size", "q"], ["from", "q"], ["include_flows", "q"]]], ["startExecution", "post", "/v1/automation/executions", null, 1], ["bulkTriggerExecutions", "post", "/v1/automation/executions/bulk-jobs", null, 1], ["getBulkJob", "get", "/v1/automation/executions/bulk-jobs/{job_id}", [["job_id", "p", true]]], ["patchBulkJob", "patch", "/v1/automation/executions/bulk-jobs/{job_id}", [["job_id", "p", true]], 1], ["getExecution", "get", "/v1/automation/executions/{execution_id}", [["execution_id", "p", true]]], ["cancelExecution", "delete", "/v1/automation/executions/{execution_id}", [["execution_id", "p", true]]], ["retriggerAction", "post", "/v1/automation/executions/{execution_id}/{action_id}/retrigger", [["execution_id", "p", true], ["action_id", "p", true]], 1], ["resumeExecutionWithToken", "post", "/v1/automation/public/executions:resume", null, 1], ["cancelSchedule", "delete", "/v1/automation/executions/{execution_id}/schedules/{schedule_id}", [["execution_id", "p", true], ["schedule_id", "p", true]]]], v: "3.0.3" };
277
13
  }
278
14
  });
279
15
 
280
16
  // src/apis/automation.ts
281
17
  var loadDefinition = () => {
282
- const mod = require_automation();
283
- return mod.default ?? mod;
18
+ const mod = require_automation_runtime();
19
+ return expand(mod.default ?? mod);
284
20
  };
285
21
  var _instance = null;
286
22
  var resolve = () => {
287
23
  if (!_instance) {
288
- const definition = loadDefinition();
289
- _instance = createApiClient({ definition });
24
+ const def = loadDefinition();
25
+ _instance = createApiClient({ definition: def });
290
26
  }
291
27
  return _instance;
292
28
  };