@epilot/sdk 2.0.0-beta.2 → 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 (196) hide show
  1. package/README.md +1 -0
  2. package/definitions/access-token-runtime.json +1 -0
  3. package/definitions/access-token.json +663 -0
  4. package/definitions/address-runtime.json +1 -0
  5. package/definitions/address-suggestions-runtime.json +1 -0
  6. package/definitions/address-suggestions.json +582 -0
  7. package/definitions/address.json +578 -0
  8. package/definitions/ai-agents-runtime.json +1 -0
  9. package/definitions/ai-agents.json +1711 -0
  10. package/definitions/app-runtime.json +1 -0
  11. package/definitions/app.json +4443 -0
  12. package/definitions/audit-logs-runtime.json +1 -0
  13. package/definitions/audit-logs.json +305 -0
  14. package/definitions/automation-runtime.json +1 -0
  15. package/definitions/automation.json +4850 -0
  16. package/definitions/billing-runtime.json +1 -0
  17. package/definitions/billing.json +837 -0
  18. package/definitions/blueprint-manifest-runtime.json +1 -0
  19. package/definitions/blueprint-manifest.json +3376 -0
  20. package/definitions/consent-runtime.json +1 -0
  21. package/definitions/consent.json +344 -0
  22. package/definitions/customer-portal-runtime.json +1 -0
  23. package/definitions/customer-portal.json +15000 -0
  24. package/definitions/dashboard-runtime.json +1 -0
  25. package/definitions/dashboard.json +484 -0
  26. package/definitions/data-management-runtime.json +1 -0
  27. package/definitions/data-management.json +962 -0
  28. package/definitions/deduplication-runtime.json +1 -0
  29. package/definitions/deduplication.json +183 -0
  30. package/definitions/design-runtime.json +1 -0
  31. package/definitions/design.json +1423 -0
  32. package/definitions/document-runtime.json +1 -0
  33. package/definitions/document.json +758 -0
  34. package/definitions/email-settings-runtime.json +1 -0
  35. package/definitions/email-settings.json +2627 -0
  36. package/definitions/email-template-runtime.json +1 -0
  37. package/definitions/email-template.json +1419 -0
  38. package/definitions/entity-mapping-runtime.json +1 -0
  39. package/definitions/entity-mapping.json +1642 -0
  40. package/definitions/entity-runtime.json +1 -0
  41. package/definitions/entity.json +10074 -0
  42. package/definitions/environments-runtime.json +1 -0
  43. package/definitions/environments.json +363 -0
  44. package/definitions/erp-integration-runtime.json +1 -0
  45. package/definitions/erp-integration.json +5845 -0
  46. package/definitions/event-catalog-runtime.json +1 -0
  47. package/definitions/event-catalog.json +1051 -0
  48. package/definitions/file-runtime.json +1 -0
  49. package/definitions/file.json +2842 -0
  50. package/definitions/iban-runtime.json +1 -0
  51. package/definitions/iban.json +132 -0
  52. package/definitions/journey-runtime.json +1 -0
  53. package/definitions/journey.json +2341 -0
  54. package/definitions/kanban-runtime.json +1 -0
  55. package/definitions/kanban.json +929 -0
  56. package/definitions/message-runtime.json +1 -0
  57. package/definitions/message.json +2660 -0
  58. package/definitions/metering-runtime.json +1 -0
  59. package/definitions/metering.json +2321 -0
  60. package/definitions/notes-runtime.json +1 -0
  61. package/definitions/notes.json +1531 -0
  62. package/definitions/notification-runtime.json +1 -0
  63. package/definitions/notification.json +1425 -0
  64. package/definitions/organization-runtime.json +1 -0
  65. package/definitions/organization.json +629 -0
  66. package/definitions/partner-directory-runtime.json +1 -0
  67. package/definitions/partner-directory.json +1718 -0
  68. package/definitions/permissions-runtime.json +1 -0
  69. package/definitions/permissions.json +1480 -0
  70. package/definitions/pricing-runtime.json +1 -0
  71. package/definitions/pricing-tier-runtime.json +1 -0
  72. package/definitions/pricing-tier.json +105 -0
  73. package/definitions/pricing.json +9884 -0
  74. package/definitions/purpose-runtime.json +1 -0
  75. package/definitions/purpose.json +524 -0
  76. package/definitions/sandbox-runtime.json +1 -0
  77. package/definitions/sandbox.json +453 -0
  78. package/definitions/submission-runtime.json +1 -0
  79. package/definitions/submission.json +313 -0
  80. package/definitions/targeting-runtime.json +1 -0
  81. package/definitions/targeting.json +1474 -0
  82. package/definitions/template-variables-runtime.json +1 -0
  83. package/definitions/template-variables.json +1408 -0
  84. package/definitions/user-runtime.json +1 -0
  85. package/definitions/user.json +2408 -0
  86. package/definitions/validation-rules-runtime.json +1 -0
  87. package/definitions/validation-rules.json +1491 -0
  88. package/definitions/webhooks-runtime.json +1 -0
  89. package/definitions/webhooks.json +1525 -0
  90. package/definitions/workflow-definition-runtime.json +1 -0
  91. package/definitions/workflow-definition.json +3417 -0
  92. package/definitions/workflow-runtime.json +1 -0
  93. package/definitions/workflow.json +4106 -0
  94. package/dist/apis/access-token.cjs +13 -84
  95. package/dist/apis/access-token.js +11 -82
  96. package/dist/apis/address-suggestions.cjs +13 -127
  97. package/dist/apis/address-suggestions.js +11 -125
  98. package/dist/apis/address.cjs +13 -79
  99. package/dist/apis/address.js +11 -77
  100. package/dist/apis/ai-agents.cjs +13 -210
  101. package/dist/apis/ai-agents.js +11 -208
  102. package/dist/apis/app.cjs +13 -568
  103. package/dist/apis/app.js +11 -566
  104. package/dist/apis/audit-logs.cjs +13 -50
  105. package/dist/apis/audit-logs.js +11 -48
  106. package/dist/apis/automation.cjs +13 -277
  107. package/dist/apis/automation.js +11 -275
  108. package/dist/apis/billing.cjs +13 -170
  109. package/dist/apis/billing.js +11 -168
  110. package/dist/apis/blueprint-manifest.cjs +13 -499
  111. package/dist/apis/blueprint-manifest.js +11 -497
  112. package/dist/apis/consent.cjs +13 -79
  113. package/dist/apis/consent.js +11 -77
  114. package/dist/apis/customer-portal.cjs +13 -2247
  115. package/dist/apis/customer-portal.js +11 -2245
  116. package/dist/apis/dashboard.cjs +41 -0
  117. package/dist/apis/dashboard.d.cts +18 -0
  118. package/dist/apis/dashboard.d.ts +18 -0
  119. package/dist/apis/dashboard.js +41 -0
  120. package/dist/apis/data-management.cjs +13 -235
  121. package/dist/apis/data-management.js +11 -233
  122. package/dist/apis/deduplication.cjs +13 -37
  123. package/dist/apis/deduplication.js +11 -35
  124. package/dist/apis/design.cjs +13 -214
  125. package/dist/apis/design.js +11 -212
  126. package/dist/apis/document.cjs +13 -73
  127. package/dist/apis/document.js +11 -71
  128. package/dist/apis/email-settings.cjs +13 -528
  129. package/dist/apis/email-settings.js +11 -526
  130. package/dist/apis/email-template.cjs +13 -117
  131. package/dist/apis/email-template.js +11 -115
  132. package/dist/apis/entity-mapping.cjs +13 -210
  133. package/dist/apis/entity-mapping.js +11 -208
  134. package/dist/apis/entity.cjs +13 -1595
  135. package/dist/apis/entity.js +11 -1593
  136. package/dist/apis/environments.cjs +13 -66
  137. package/dist/apis/environments.js +11 -64
  138. package/dist/apis/erp-integration.cjs +13 -581
  139. package/dist/apis/erp-integration.js +11 -579
  140. package/dist/apis/event-catalog.cjs +13 -125
  141. package/dist/apis/event-catalog.js +11 -123
  142. package/dist/apis/file.cjs +13 -568
  143. package/dist/apis/file.js +11 -566
  144. package/dist/apis/iban.cjs +13 -38
  145. package/dist/apis/iban.js +11 -36
  146. package/dist/apis/journey.cjs +13 -265
  147. package/dist/apis/journey.js +11 -263
  148. package/dist/apis/kanban.cjs +13 -159
  149. package/dist/apis/kanban.js +11 -157
  150. package/dist/apis/message.cjs +13 -668
  151. package/dist/apis/message.js +11 -666
  152. package/dist/apis/metering.cjs +13 -394
  153. package/dist/apis/metering.js +11 -392
  154. package/dist/apis/notes.cjs +13 -214
  155. package/dist/apis/notes.js +11 -212
  156. package/dist/apis/notification.cjs +13 -232
  157. package/dist/apis/notification.js +11 -230
  158. package/dist/apis/organization.cjs +13 -113
  159. package/dist/apis/organization.js +11 -111
  160. package/dist/apis/partner-directory.cjs +13 -277
  161. package/dist/apis/partner-directory.js +11 -275
  162. package/dist/apis/permissions.cjs +13 -173
  163. package/dist/apis/permissions.js +11 -171
  164. package/dist/apis/pricing-tier.cjs +14 -32
  165. package/dist/apis/pricing-tier.js +11 -29
  166. package/dist/apis/pricing.cjs +13 -434
  167. package/dist/apis/pricing.js +11 -432
  168. package/dist/apis/purpose.cjs +13 -175
  169. package/dist/apis/purpose.js +11 -173
  170. package/dist/apis/sandbox.cjs +13 -95
  171. package/dist/apis/sandbox.js +11 -93
  172. package/dist/apis/submission.cjs +13 -50
  173. package/dist/apis/submission.js +11 -48
  174. package/dist/apis/targeting.cjs +13 -270
  175. package/dist/apis/targeting.js +11 -268
  176. package/dist/apis/template-variables.cjs +13 -154
  177. package/dist/apis/template-variables.js +11 -152
  178. package/dist/apis/user.cjs +13 -483
  179. package/dist/apis/user.js +11 -481
  180. package/dist/apis/validation-rules.cjs +13 -115
  181. package/dist/apis/validation-rules.js +11 -113
  182. package/dist/apis/webhooks.cjs +13 -247
  183. package/dist/apis/webhooks.js +11 -245
  184. package/dist/apis/workflow-definition.cjs +13 -337
  185. package/dist/apis/workflow-definition.js +11 -335
  186. package/dist/apis/workflow.cjs +13 -397
  187. package/dist/apis/workflow.js +11 -395
  188. package/dist/{chunk-D7ICL3AM.cjs → chunk-5LXNSDG2.cjs} +51 -2
  189. package/dist/{chunk-DGCGLG7G.js → chunk-QMQNMCOC.js} +49 -0
  190. package/dist/dashboard.d-AE3RQ6zo.d.cts +440 -0
  191. package/dist/dashboard.d-AE3RQ6zo.d.ts +440 -0
  192. package/dist/index.cjs +60 -53
  193. package/dist/index.d.cts +70 -68
  194. package/dist/index.d.ts +70 -68
  195. package/dist/index.js +57 -50
  196. package/package.json +55 -3
@@ -0,0 +1,582 @@
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
+ }