@epilot/sdk 2.1.10 → 2.2.1

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 (95) hide show
  1. package/dist/bin/cli.js +66 -12
  2. package/dist/{js-yaml-DLCVPJ7G.js → js-yaml-UPZKYVRY.js} +15 -17
  3. package/package.json +1 -1
  4. package/definitions/access-token-runtime.json +0 -1
  5. package/definitions/access-token.json +0 -663
  6. package/definitions/address-runtime.json +0 -1
  7. package/definitions/address-suggestions-runtime.json +0 -1
  8. package/definitions/address-suggestions.json +0 -582
  9. package/definitions/address.json +0 -578
  10. package/definitions/ai-agents-runtime.json +0 -1
  11. package/definitions/ai-agents.json +0 -1711
  12. package/definitions/app-runtime.json +0 -1
  13. package/definitions/app.json +0 -4493
  14. package/definitions/audit-logs-runtime.json +0 -1
  15. package/definitions/audit-logs.json +0 -305
  16. package/definitions/automation-runtime.json +0 -1
  17. package/definitions/automation.json +0 -4815
  18. package/definitions/billing-runtime.json +0 -1
  19. package/definitions/billing.json +0 -837
  20. package/definitions/blueprint-manifest-runtime.json +0 -1
  21. package/definitions/blueprint-manifest.json +0 -3490
  22. package/definitions/consent-runtime.json +0 -1
  23. package/definitions/consent.json +0 -344
  24. package/definitions/customer-portal-runtime.json +0 -1
  25. package/definitions/customer-portal.json +0 -15676
  26. package/definitions/dashboard-runtime.json +0 -1
  27. package/definitions/dashboard.json +0 -484
  28. package/definitions/data-management-runtime.json +0 -1
  29. package/definitions/data-management.json +0 -972
  30. package/definitions/deduplication-runtime.json +0 -1
  31. package/definitions/deduplication.json +0 -183
  32. package/definitions/design-runtime.json +0 -1
  33. package/definitions/design.json +0 -1423
  34. package/definitions/document-runtime.json +0 -1
  35. package/definitions/document.json +0 -758
  36. package/definitions/email-settings-runtime.json +0 -1
  37. package/definitions/email-settings.json +0 -2748
  38. package/definitions/email-template-runtime.json +0 -1
  39. package/definitions/email-template.json +0 -1441
  40. package/definitions/entity-mapping-runtime.json +0 -1
  41. package/definitions/entity-mapping.json +0 -1642
  42. package/definitions/entity-runtime.json +0 -1
  43. package/definitions/entity.json +0 -10276
  44. package/definitions/environments-runtime.json +0 -1
  45. package/definitions/environments.json +0 -363
  46. package/definitions/erp-integration-runtime.json +0 -1
  47. package/definitions/erp-integration.json +0 -6304
  48. package/definitions/event-catalog-runtime.json +0 -1
  49. package/definitions/event-catalog.json +0 -1051
  50. package/definitions/file-runtime.json +0 -1
  51. package/definitions/file.json +0 -2842
  52. package/definitions/iban-runtime.json +0 -1
  53. package/definitions/iban.json +0 -132
  54. package/definitions/journey-runtime.json +0 -1
  55. package/definitions/journey.json +0 -2603
  56. package/definitions/kanban-runtime.json +0 -1
  57. package/definitions/kanban.json +0 -1505
  58. package/definitions/message-runtime.json +0 -1
  59. package/definitions/message.json +0 -2660
  60. package/definitions/metering-runtime.json +0 -1
  61. package/definitions/metering.json +0 -2321
  62. package/definitions/notes-runtime.json +0 -1
  63. package/definitions/notes.json +0 -1531
  64. package/definitions/notification-runtime.json +0 -1
  65. package/definitions/notification.json +0 -1425
  66. package/definitions/organization-runtime.json +0 -1
  67. package/definitions/organization.json +0 -1192
  68. package/definitions/partner-directory-runtime.json +0 -1
  69. package/definitions/partner-directory.json +0 -2284
  70. package/definitions/permissions-runtime.json +0 -1
  71. package/definitions/permissions.json +0 -1515
  72. package/definitions/pricing-runtime.json +0 -1
  73. package/definitions/pricing-tier-runtime.json +0 -1
  74. package/definitions/pricing-tier.json +0 -105
  75. package/definitions/pricing.json +0 -9884
  76. package/definitions/purpose-runtime.json +0 -1
  77. package/definitions/purpose.json +0 -524
  78. package/definitions/sandbox-runtime.json +0 -1
  79. package/definitions/sandbox.json +0 -453
  80. package/definitions/submission-runtime.json +0 -1
  81. package/definitions/submission.json +0 -313
  82. package/definitions/targeting-runtime.json +0 -1
  83. package/definitions/targeting.json +0 -1474
  84. package/definitions/template-variables-runtime.json +0 -1
  85. package/definitions/template-variables.json +0 -1408
  86. package/definitions/user-runtime.json +0 -1
  87. package/definitions/user.json +0 -2408
  88. package/definitions/validation-rules-runtime.json +0 -1
  89. package/definitions/validation-rules.json +0 -1491
  90. package/definitions/webhooks-runtime.json +0 -1
  91. package/definitions/webhooks.json +0 -1634
  92. package/definitions/workflow-definition-runtime.json +0 -1
  93. package/definitions/workflow-definition.json +0 -3417
  94. package/definitions/workflow-runtime.json +0 -1
  95. package/definitions/workflow.json +0 -4146
@@ -1,582 +0,0 @@
1
- {
2
- "openapi": "3.0.3",
3
- "info": {
4
- "title": "Address Suggestions API",
5
- "version": "1.0.0",
6
- "termsOfService": "https://epilot.cloud/agb",
7
- "contact": {
8
- "name": "Support",
9
- "email": "info@epilot.cloud",
10
- "url": "https://help.epilot.cloud"
11
- }
12
- },
13
- "security": [
14
- {
15
- "EpilotAuth": []
16
- },
17
- {
18
- "EpilotPublicAuth": []
19
- }
20
- ],
21
- "servers": [
22
- {
23
- "url": "https://address-suggestions-api.sls.epilot.io"
24
- },
25
- {
26
- "url": "https://address-suggestions-api.sls.epilot.io"
27
- }
28
- ],
29
- "paths": {
30
- "/v1/public/suggestions": {
31
- "get": {
32
- "description": "Get address suggestions for the given file id",
33
- "parameters": [
34
- {
35
- "in": "header",
36
- "name": "X-Epilot-Org-ID",
37
- "description": "The target Organization Id represented by the caller",
38
- "schema": {
39
- "type": "string"
40
- },
41
- "required": true,
42
- "example": 739224
43
- },
44
- {
45
- "in": "query",
46
- "name": "s3FileUrl",
47
- "required": false,
48
- "schema": {
49
- "type": "string"
50
- },
51
- "description": "file s3 reference",
52
- "example": "https://epilot-dev-user-content.s3.eu-central-1.amazonaws.com/739224/0a3639af-d4c3-4f96-bfc1-9dcbafdfaa42/availability-file-template%2520(13).csv"
53
- },
54
- {
55
- "in": "query",
56
- "name": "fileId",
57
- "required": false,
58
- "schema": {
59
- "type": "string"
60
- },
61
- "description": "file id to get suggestions from",
62
- "example": "0a3639af-d4c3-4f96-bfc1-9dcbafdfaa42"
63
- },
64
- {
65
- "in": "query",
66
- "name": "countryCodeSearchTerm",
67
- "required": false,
68
- "schema": {
69
- "type": "string"
70
- },
71
- "description": "country code search term",
72
- "example": "de"
73
- },
74
- {
75
- "in": "query",
76
- "name": "postalCodeSearchTerm",
77
- "required": false,
78
- "schema": {
79
- "type": "string"
80
- },
81
- "description": "postal code search term",
82
- "example": 506
83
- },
84
- {
85
- "in": "query",
86
- "name": "streetSearchTerm",
87
- "required": false,
88
- "schema": {
89
- "type": "string"
90
- },
91
- "description": "street search term"
92
- }
93
- ],
94
- "operationId": "getAddresses",
95
- "summary": "get addresses from file",
96
- "tags": [
97
- "Addresses API"
98
- ],
99
- "security": [
100
- {},
101
- {
102
- "EpilotPublicAuth": []
103
- }
104
- ],
105
- "responses": {
106
- "200": {
107
- "description": "Suggestions list",
108
- "content": {
109
- "application/json": {
110
- "schema": {
111
- "$ref": "#/components/schemas/AddressSuggestions"
112
- },
113
- "examples": {
114
- "address-suggestions": {
115
- "$ref": "#/components/examples/address-suggestions"
116
- }
117
- }
118
- }
119
- }
120
- },
121
- "404": {
122
- "description": "File not found",
123
- "content": {
124
- "application/json": {
125
- "schema": {
126
- "$ref": "#/components/schemas/Error"
127
- }
128
- }
129
- }
130
- }
131
- }
132
- }
133
- },
134
- "/v1/suggestions:validate": {
135
- "get": {
136
- "description": "Validates an addresses file, it returns an array of errors if the file is invalid",
137
- "operationId": "validateAddresses",
138
- "summary": "validate addresses file",
139
- "deprecated": true,
140
- "tags": [
141
- "Addresses API"
142
- ],
143
- "parameters": [
144
- {
145
- "in": "query",
146
- "name": "s3FileUrl",
147
- "schema": {
148
- "type": "string"
149
- },
150
- "description": "file s3 reference",
151
- "example": "https://epilot-dev-user-content.s3.eu-central-1.amazonaws.com/739224/4e7b7d95-ced6-4f5f-9326-0c61f30dcadb/availability-file-template%2520(19).csv"
152
- },
153
- {
154
- "in": "query",
155
- "name": "fileId",
156
- "schema": {
157
- "type": "string"
158
- },
159
- "description": "file id to validate",
160
- "example": "4e7b7d95-ced6-4f5f-9326-0c61f30dcadb"
161
- }
162
- ],
163
- "responses": {
164
- "200": {
165
- "description": "The addresses validation result",
166
- "content": {
167
- "application/json": {
168
- "schema": {
169
- "$ref": "#/components/schemas/ValidateAddressSuggestionsFileResult"
170
- },
171
- "examples": {
172
- "Response when file has no errors": {
173
- "value": {
174
- "number_of_rules_parsed": 10,
175
- "errors": []
176
- }
177
- },
178
- "Response when file has errors": {
179
- "value": {
180
- "number_of_rules_parsed": 8,
181
- "errors": [
182
- "File must be UTF-8 encoded",
183
- "Line 3 - Postal code is missing or invalid"
184
- ]
185
- }
186
- }
187
- }
188
- }
189
- }
190
- },
191
- "400": {
192
- "description": "Invalid payload",
193
- "content": {
194
- "application/json": {
195
- "schema": {
196
- "$ref": "#/components/schemas/Error"
197
- }
198
- }
199
- }
200
- }
201
- }
202
- }
203
- },
204
- "/v1/public/availability:check": {
205
- "get": {
206
- "description": "Check the availability of a given address within multiple files",
207
- "operationId": "checkAvailability",
208
- "summary": "Check address availability",
209
- "tags": [
210
- "Addresses API"
211
- ],
212
- "parameters": [
213
- {
214
- "in": "header",
215
- "name": "X-Epilot-Org-ID",
216
- "description": "The target Organization Id represented by the caller",
217
- "schema": {
218
- "type": "string"
219
- },
220
- "required": true,
221
- "example": 739224
222
- },
223
- {
224
- "in": "query",
225
- "name": "files",
226
- "required": true,
227
- "schema": {
228
- "type": "string"
229
- },
230
- "description": "file ids to check, comma separated"
231
- },
232
- {
233
- "in": "query",
234
- "name": "countryCode",
235
- "required": true,
236
- "schema": {
237
- "type": "string"
238
- },
239
- "description": "country code",
240
- "example": "de"
241
- },
242
- {
243
- "in": "query",
244
- "name": "postalCode",
245
- "required": true,
246
- "schema": {
247
- "type": "string"
248
- },
249
- "description": "postal code",
250
- "example": 50667
251
- },
252
- {
253
- "in": "query",
254
- "name": "street",
255
- "required": false,
256
- "schema": {
257
- "type": "string"
258
- },
259
- "description": "street",
260
- "example": "Breite Str."
261
- },
262
- {
263
- "in": "query",
264
- "name": "streetNumber",
265
- "required": false,
266
- "schema": {
267
- "type": "string"
268
- },
269
- "description": "street number",
270
- "example": 1
271
- }
272
- ],
273
- "security": [
274
- {},
275
- {
276
- "EpilotPublicAuth": []
277
- }
278
- ],
279
- "responses": {
280
- "200": {
281
- "description": "Availability result",
282
- "content": {
283
- "application/json": {
284
- "schema": {
285
- "$ref": "#/components/schemas/AvailabilityResult"
286
- }
287
- }
288
- }
289
- },
290
- "400": {
291
- "description": "Invalid payload",
292
- "content": {
293
- "application/json": {
294
- "schema": {
295
- "$ref": "#/components/schemas/Error"
296
- }
297
- }
298
- }
299
- },
300
- "404": {
301
- "description": "Address not found",
302
- "content": {
303
- "application/json": {
304
- "schema": {
305
- "$ref": "#/components/schemas/Error"
306
- }
307
- }
308
- }
309
- }
310
- }
311
- }
312
- },
313
- "/v1/addresses-files:validate": {
314
- "get": {
315
- "description": "Validates an addresses file, it returns an array of errors if the file is invalid",
316
- "operationId": "validateAddressesFile",
317
- "summary": "validate addresses file",
318
- "tags": [
319
- "Addresses API"
320
- ],
321
- "parameters": [
322
- {
323
- "in": "query",
324
- "name": "fileId",
325
- "schema": {
326
- "type": "string"
327
- },
328
- "description": "file id to validate",
329
- "example": "4e7b7d95-ced6-4f5f-9326-0c61f30dcadb"
330
- }
331
- ],
332
- "responses": {
333
- "200": {
334
- "description": "The addresses validation result",
335
- "content": {
336
- "application/json": {
337
- "schema": {
338
- "$ref": "#/components/schemas/ValidateAddressFileResult"
339
- },
340
- "examples": {
341
- "Response when file has no errors": {
342
- "value": {
343
- "number_of_rules_parsed": 10,
344
- "errors": []
345
- }
346
- },
347
- "Response when file has errors": {
348
- "value": {
349
- "number_of_rules_parsed": 8,
350
- "errors": [
351
- "File must be UTF-8 encoded",
352
- "Line 3 - Postal code is missing or invalid"
353
- ]
354
- }
355
- }
356
- }
357
- }
358
- }
359
- },
360
- "400": {
361
- "description": "Invalid payload",
362
- "content": {
363
- "application/json": {
364
- "schema": {
365
- "$ref": "#/components/schemas/Error"
366
- }
367
- }
368
- }
369
- }
370
- }
371
- }
372
- }
373
- },
374
- "components": {
375
- "securitySchemes": {
376
- "EpilotAuth": {
377
- "type": "http",
378
- "scheme": "bearer",
379
- "description": "Epilot Bearer Token",
380
- "bearerFormat": "JWT"
381
- },
382
- "EpilotPublicAuth": {
383
- "type": "http",
384
- "scheme": "bearer",
385
- "description": "Epilot Public Access Bearer Token",
386
- "bearerFormat": "JWT"
387
- }
388
- },
389
- "examples": {
390
- "address-suggestions": {
391
- "value": [
392
- {
393
- "postal_code": 10115,
394
- "city": "Berlin",
395
- "street": "Bernauer Str."
396
- }
397
- ]
398
- }
399
- },
400
- "schemas": {
401
- "AvailabilityLocation": {
402
- "type": "object",
403
- "properties": {
404
- "street": {
405
- "type": "string",
406
- "description": "The first line of the address. Typically the street address or PO Box number."
407
- },
408
- "street_number": {
409
- "type": "string",
410
- "description": "The second line of the address. Typically the number of the apartment, suite, or unit."
411
- },
412
- "postal_code": {
413
- "type": "string",
414
- "description": "The postal code for the address."
415
- },
416
- "city": {
417
- "type": "string",
418
- "description": "The name of the city, district, village, or town."
419
- },
420
- "country": {
421
- "type": "string",
422
- "description": "The name of the country."
423
- }
424
- }
425
- },
426
- "AvailabilityResult": {
427
- "type": "object",
428
- "properties": {
429
- "fileId": {
430
- "type": "string",
431
- "description": "The id of the file where the address was found",
432
- "example": "4e7b7d95-ced6-4f5f-9326-0c61f30dcadb"
433
- }
434
- }
435
- },
436
- "Error": {
437
- "required": [
438
- "message"
439
- ],
440
- "properties": {
441
- "message": {
442
- "type": "string",
443
- "description": "Error message"
444
- },
445
- "status": {
446
- "type": "number",
447
- "description": "The HTTP status code"
448
- },
449
- "cause": {
450
- "type": "string",
451
- "description": "The cause of the error (visible for bad requests - http 400)"
452
- }
453
- }
454
- },
455
- "AddressSuggestion": {
456
- "type": "object",
457
- "description": "The address suggestions entity",
458
- "properties": {
459
- "country": {
460
- "type": "string",
461
- "description": "The country code"
462
- },
463
- "postal_code": {
464
- "type": "string",
465
- "description": "The postal code"
466
- },
467
- "city": {
468
- "type": "string",
469
- "description": "The city"
470
- },
471
- "street": {
472
- "type": "string",
473
- "description": "The street"
474
- },
475
- "street_number": {
476
- "type": "string",
477
- "description": "The street number"
478
- }
479
- }
480
- },
481
- "AddressSuggestions": {
482
- "type": "array",
483
- "description": "The address suggestions entity array",
484
- "items": {
485
- "$ref": "#/components/schemas/AddressSuggestion"
486
- }
487
- },
488
- "ValidateAddressSuggestionsFileResult": {
489
- "description": "The availability map file result payload",
490
- "type": "object",
491
- "properties": {
492
- "status": {
493
- "description": "The status of the validation",
494
- "type": "string",
495
- "enum": [
496
- "success",
497
- "error"
498
- ]
499
- },
500
- "rules_parsed_count": {
501
- "description": "The number of rules successfully parsed",
502
- "type": "number"
503
- },
504
- "errors": {
505
- "description": "The errors found on the file",
506
- "type": "array",
507
- "items": {
508
- "$ref": "#/components/schemas/AddressSuggestionError"
509
- }
510
- }
511
- }
512
- },
513
- "ValidateAddressFileResult": {
514
- "description": "The address file validation result payload",
515
- "type": "object",
516
- "properties": {
517
- "status": {
518
- "description": "The status of the validation",
519
- "type": "string",
520
- "enum": [
521
- "success",
522
- "error"
523
- ]
524
- },
525
- "rules_parsed_count": {
526
- "description": "The number of rules successfully parsed",
527
- "type": "number"
528
- },
529
- "errors": {
530
- "description": "The errors found on the file",
531
- "type": "array",
532
- "items": {
533
- "$ref": "#/components/schemas/ValidateAddressFileError"
534
- }
535
- }
536
- }
537
- },
538
- "AddressSuggestionError": {
539
- "description": "The availability rule error",
540
- "type": "object",
541
- "properties": {
542
- "line": {
543
- "description": "The line number where the error was found",
544
- "type": "number"
545
- },
546
- "msg": {
547
- "description": "The error message",
548
- "type": "string"
549
- },
550
- "data": {
551
- "description": "Data related to the error",
552
- "type": "string"
553
- }
554
- },
555
- "required": [
556
- "msg"
557
- ]
558
- },
559
- "ValidateAddressFileError": {
560
- "description": "The address rule error",
561
- "type": "object",
562
- "properties": {
563
- "line": {
564
- "description": "The line number where the error was found",
565
- "type": "number"
566
- },
567
- "msg": {
568
- "description": "The error message",
569
- "type": "string"
570
- },
571
- "data": {
572
- "description": "Data related to the error",
573
- "type": "string"
574
- }
575
- },
576
- "required": [
577
- "msg"
578
- ]
579
- }
580
- }
581
- }
582
- }