@deliverart/sdk-js-integration 2.1.27 → 2.1.29

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.
package/dist/index.d.ts CHANGED
@@ -17,9 +17,9 @@ declare const activatableIntegrationBaseSchema: z.ZodObject<{
17
17
  failed: "failed";
18
18
  }>;
19
19
  healthStatus: z.ZodEnum<{
20
+ error: "error";
20
21
  success: "success";
21
22
  waiting: "waiting";
22
- error: "error";
23
23
  }>;
24
24
  provider: z.ZodEnum<{
25
25
  deliverart: "deliverart";
@@ -50,6 +50,7 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
50
50
  salesModeId: z.ZodNullable<z.ZodString>;
51
51
  }, z.core.$strip>;
52
52
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
53
+ message: z.ZodNullable<z.ZodString>;
53
54
  status: z.ZodEnum<{
54
55
  active: "active";
55
56
  waiting_for_user: "waiting_for_user";
@@ -58,9 +59,9 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
58
59
  failed: "failed";
59
60
  }>;
60
61
  healthStatus: z.ZodEnum<{
62
+ error: "error";
61
63
  success: "success";
62
64
  waiting: "waiting";
63
- error: "error";
64
65
  }>;
65
66
  provider: z.ZodEnum<{
66
67
  deliverart: "deliverart";
@@ -71,7 +72,6 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
71
72
  id: z.ZodString;
72
73
  connectionId: z.ZodNullable<z.ZodString>;
73
74
  name: z.ZodString;
74
- message: z.ZodNullable<z.ZodString>;
75
75
  internalNotes: z.ZodNullable<z.ZodString>;
76
76
  updates: z.ZodArray<z.ZodObject<{
77
77
  status: z.ZodEnum<{
@@ -91,6 +91,7 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
91
91
  salesModeId: z.ZodNullable<z.ZodString>;
92
92
  }, z.core.$strip>;
93
93
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
94
+ message: z.ZodNullable<z.ZodString>;
94
95
  status: z.ZodEnum<{
95
96
  active: "active";
96
97
  waiting_for_user: "waiting_for_user";
@@ -99,9 +100,9 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
99
100
  failed: "failed";
100
101
  }>;
101
102
  healthStatus: z.ZodEnum<{
103
+ error: "error";
102
104
  success: "success";
103
105
  waiting: "waiting";
104
- error: "error";
105
106
  }>;
106
107
  provider: z.ZodEnum<{
107
108
  deliverart: "deliverart";
@@ -112,7 +113,6 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
112
113
  id: z.ZodString;
113
114
  connectionId: z.ZodNullable<z.ZodString>;
114
115
  name: z.ZodString;
115
- message: z.ZodNullable<z.ZodString>;
116
116
  internalNotes: z.ZodNullable<z.ZodString>;
117
117
  updates: z.ZodArray<z.ZodObject<{
118
118
  status: z.ZodEnum<{
@@ -132,6 +132,7 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
132
132
  salesModeId: z.ZodNullable<z.ZodString>;
133
133
  }, z.core.$strip>;
134
134
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
135
+ message: z.ZodNullable<z.ZodString>;
135
136
  status: z.ZodEnum<{
136
137
  active: "active";
137
138
  waiting_for_user: "waiting_for_user";
@@ -140,9 +141,9 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
140
141
  failed: "failed";
141
142
  }>;
142
143
  healthStatus: z.ZodEnum<{
144
+ error: "error";
143
145
  success: "success";
144
146
  waiting: "waiting";
145
- error: "error";
146
147
  }>;
147
148
  provider: z.ZodEnum<{
148
149
  deliverart: "deliverart";
@@ -153,7 +154,6 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
153
154
  id: z.ZodString;
154
155
  connectionId: z.ZodNullable<z.ZodString>;
155
156
  name: z.ZodString;
156
- message: z.ZodNullable<z.ZodString>;
157
157
  internalNotes: z.ZodNullable<z.ZodString>;
158
158
  updates: z.ZodArray<z.ZodObject<{
159
159
  status: z.ZodEnum<{
@@ -170,14 +170,15 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
170
170
  service: z.ZodLiteral<"cassa_in_cloud">;
171
171
  data: z.ZodObject<{
172
172
  apiKey: z.ZodString;
173
- idSalesPoint: z.ZodNumber;
173
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
174
174
  direction: z.ZodEnum<{
175
175
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
176
176
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
177
177
  }>;
178
- locale: z.ZodString;
178
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
179
179
  }, z.core.$strip>;
180
180
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
181
+ message: z.ZodNullable<z.ZodString>;
181
182
  status: z.ZodEnum<{
182
183
  active: "active";
183
184
  waiting_for_user: "waiting_for_user";
@@ -186,9 +187,9 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
186
187
  failed: "failed";
187
188
  }>;
188
189
  healthStatus: z.ZodEnum<{
190
+ error: "error";
189
191
  success: "success";
190
192
  waiting: "waiting";
191
- error: "error";
192
193
  }>;
193
194
  provider: z.ZodEnum<{
194
195
  deliverart: "deliverart";
@@ -199,7 +200,6 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
199
200
  id: z.ZodString;
200
201
  connectionId: z.ZodNullable<z.ZodString>;
201
202
  name: z.ZodString;
202
- message: z.ZodNullable<z.ZodString>;
203
203
  internalNotes: z.ZodNullable<z.ZodString>;
204
204
  updates: z.ZodArray<z.ZodObject<{
205
205
  status: z.ZodEnum<{
@@ -233,12 +233,12 @@ declare const integrationJustEatDataSchema: z.ZodObject<{
233
233
  type IntegrationJustEatData = z.infer<typeof integrationJustEatDataSchema>;
234
234
  declare const integrationCassaInCloudDataSchema: z.ZodObject<{
235
235
  apiKey: z.ZodString;
236
- idSalesPoint: z.ZodNumber;
236
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
237
237
  direction: z.ZodEnum<{
238
238
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
239
239
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
240
240
  }>;
241
- locale: z.ZodString;
241
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
242
242
  }, z.core.$strip>;
243
243
  type IntegrationCassaInCloudData = z.infer<typeof integrationCassaInCloudDataSchema>;
244
244
  declare const integrationServiceDataSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -264,12 +264,12 @@ declare const integrationServiceDataSchema: z.ZodDiscriminatedUnion<[z.ZodObject
264
264
  service: z.ZodLiteral<"cassa_in_cloud">;
265
265
  data: z.ZodObject<{
266
266
  apiKey: z.ZodString;
267
- idSalesPoint: z.ZodNumber;
267
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
268
268
  direction: z.ZodEnum<{
269
269
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
270
270
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
271
271
  }>;
272
- locale: z.ZodString;
272
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
273
273
  }, z.core.$strip>;
274
274
  }, z.core.$strip>]>;
275
275
  type IntegrationServiceData = z.infer<typeof integrationServiceDataSchema>;
@@ -285,9 +285,9 @@ declare const activatableIntegrationStatusSchema: z.ZodEnum<{
285
285
  type ActivatableIntegrationStatus = z.infer<typeof activatableIntegrationStatusSchema>;
286
286
  declare const activatableIntegrationHealthStatuses: readonly ["success", "waiting", "error"];
287
287
  declare const activatableIntegrationHealthStatusSchema: z.ZodEnum<{
288
+ error: "error";
288
289
  success: "success";
289
290
  waiting: "waiting";
290
- error: "error";
291
291
  }>;
292
292
  type ActivatableIntegrationHealthStatus = z.infer<typeof activatableIntegrationHealthStatusSchema>;
293
293
 
@@ -299,6 +299,7 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
299
299
  salesModeId: z.ZodNullable<z.ZodString>;
300
300
  }, z.core.$strip>;
301
301
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
302
+ message: z.ZodNullable<z.ZodString>;
302
303
  status: z.ZodEnum<{
303
304
  active: "active";
304
305
  waiting_for_user: "waiting_for_user";
@@ -307,9 +308,9 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
307
308
  failed: "failed";
308
309
  }>;
309
310
  healthStatus: z.ZodEnum<{
311
+ error: "error";
310
312
  success: "success";
311
313
  waiting: "waiting";
312
- error: "error";
313
314
  }>;
314
315
  provider: z.ZodEnum<{
315
316
  deliverart: "deliverart";
@@ -320,7 +321,6 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
320
321
  id: z.ZodString;
321
322
  connectionId: z.ZodNullable<z.ZodString>;
322
323
  name: z.ZodString;
323
- message: z.ZodNullable<z.ZodString>;
324
324
  internalNotes: z.ZodNullable<z.ZodString>;
325
325
  updates: z.ZodArray<z.ZodObject<{
326
326
  status: z.ZodEnum<{
@@ -340,6 +340,7 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
340
340
  salesModeId: z.ZodNullable<z.ZodString>;
341
341
  }, z.core.$strip>;
342
342
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
343
+ message: z.ZodNullable<z.ZodString>;
343
344
  status: z.ZodEnum<{
344
345
  active: "active";
345
346
  waiting_for_user: "waiting_for_user";
@@ -348,9 +349,9 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
348
349
  failed: "failed";
349
350
  }>;
350
351
  healthStatus: z.ZodEnum<{
352
+ error: "error";
351
353
  success: "success";
352
354
  waiting: "waiting";
353
- error: "error";
354
355
  }>;
355
356
  provider: z.ZodEnum<{
356
357
  deliverart: "deliverart";
@@ -361,7 +362,6 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
361
362
  id: z.ZodString;
362
363
  connectionId: z.ZodNullable<z.ZodString>;
363
364
  name: z.ZodString;
364
- message: z.ZodNullable<z.ZodString>;
365
365
  internalNotes: z.ZodNullable<z.ZodString>;
366
366
  updates: z.ZodArray<z.ZodObject<{
367
367
  status: z.ZodEnum<{
@@ -381,6 +381,7 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
381
381
  salesModeId: z.ZodNullable<z.ZodString>;
382
382
  }, z.core.$strip>;
383
383
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
384
+ message: z.ZodNullable<z.ZodString>;
384
385
  status: z.ZodEnum<{
385
386
  active: "active";
386
387
  waiting_for_user: "waiting_for_user";
@@ -389,9 +390,9 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
389
390
  failed: "failed";
390
391
  }>;
391
392
  healthStatus: z.ZodEnum<{
393
+ error: "error";
392
394
  success: "success";
393
395
  waiting: "waiting";
394
- error: "error";
395
396
  }>;
396
397
  provider: z.ZodEnum<{
397
398
  deliverart: "deliverart";
@@ -402,7 +403,6 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
402
403
  id: z.ZodString;
403
404
  connectionId: z.ZodNullable<z.ZodString>;
404
405
  name: z.ZodString;
405
- message: z.ZodNullable<z.ZodString>;
406
406
  internalNotes: z.ZodNullable<z.ZodString>;
407
407
  updates: z.ZodArray<z.ZodObject<{
408
408
  status: z.ZodEnum<{
@@ -419,14 +419,15 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
419
419
  service: z.ZodLiteral<"cassa_in_cloud">;
420
420
  data: z.ZodObject<{
421
421
  apiKey: z.ZodString;
422
- idSalesPoint: z.ZodNumber;
422
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
423
423
  direction: z.ZodEnum<{
424
424
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
425
425
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
426
426
  }>;
427
- locale: z.ZodString;
427
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
428
428
  }, z.core.$strip>;
429
429
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
430
+ message: z.ZodNullable<z.ZodString>;
430
431
  status: z.ZodEnum<{
431
432
  active: "active";
432
433
  waiting_for_user: "waiting_for_user";
@@ -435,9 +436,9 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
435
436
  failed: "failed";
436
437
  }>;
437
438
  healthStatus: z.ZodEnum<{
439
+ error: "error";
438
440
  success: "success";
439
441
  waiting: "waiting";
440
- error: "error";
441
442
  }>;
442
443
  provider: z.ZodEnum<{
443
444
  deliverart: "deliverart";
@@ -448,7 +449,6 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
448
449
  id: z.ZodString;
449
450
  connectionId: z.ZodNullable<z.ZodString>;
450
451
  name: z.ZodString;
451
- message: z.ZodNullable<z.ZodString>;
452
452
  internalNotes: z.ZodNullable<z.ZodString>;
453
453
  updates: z.ZodArray<z.ZodObject<{
454
454
  status: z.ZodEnum<{
@@ -509,9 +509,9 @@ declare const integrationActivationRequestDetailsSchema: z.ZodDiscriminatedUnion
509
509
  failed: "failed";
510
510
  }>;
511
511
  healthStatus: z.ZodEnum<{
512
+ error: "error";
512
513
  success: "success";
513
514
  waiting: "waiting";
514
- error: "error";
515
515
  }>;
516
516
  provider: z.ZodEnum<{
517
517
  deliverart: "deliverart";
@@ -578,9 +578,9 @@ declare const integrationActivationRequestDetailsSchema: z.ZodDiscriminatedUnion
578
578
  failed: "failed";
579
579
  }>;
580
580
  healthStatus: z.ZodEnum<{
581
+ error: "error";
581
582
  success: "success";
582
583
  waiting: "waiting";
583
- error: "error";
584
584
  }>;
585
585
  provider: z.ZodEnum<{
586
586
  deliverart: "deliverart";
@@ -647,9 +647,9 @@ declare const integrationActivationRequestDetailsSchema: z.ZodDiscriminatedUnion
647
647
  failed: "failed";
648
648
  }>;
649
649
  healthStatus: z.ZodEnum<{
650
+ error: "error";
650
651
  success: "success";
651
652
  waiting: "waiting";
652
- error: "error";
653
653
  }>;
654
654
  provider: z.ZodEnum<{
655
655
  deliverart: "deliverart";
@@ -703,12 +703,12 @@ declare const integrationActivationRequestDetailsSchema: z.ZodDiscriminatedUnion
703
703
  service: z.ZodLiteral<"cassa_in_cloud">;
704
704
  data: z.ZodObject<{
705
705
  apiKey: z.ZodString;
706
- idSalesPoint: z.ZodNumber;
706
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
707
707
  direction: z.ZodEnum<{
708
708
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
709
709
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
710
710
  }>;
711
- locale: z.ZodString;
711
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
712
712
  }, z.core.$strip>;
713
713
  id: z.ZodString;
714
714
  connectionId: z.ZodNullable<z.ZodString>;
@@ -721,9 +721,9 @@ declare const integrationActivationRequestDetailsSchema: z.ZodDiscriminatedUnion
721
721
  failed: "failed";
722
722
  }>;
723
723
  healthStatus: z.ZodEnum<{
724
+ error: "error";
724
725
  success: "success";
725
726
  waiting: "waiting";
726
- error: "error";
727
727
  }>;
728
728
  provider: z.ZodEnum<{
729
729
  deliverart: "deliverart";
@@ -1131,9 +1131,9 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
1131
1131
  failed: "failed";
1132
1132
  }>;
1133
1133
  healthStatus: z.ZodEnum<{
1134
+ error: "error";
1134
1135
  success: "success";
1135
1136
  waiting: "waiting";
1136
- error: "error";
1137
1137
  }>;
1138
1138
  provider: z.ZodEnum<{
1139
1139
  deliverart: "deliverart";
@@ -1200,9 +1200,9 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
1200
1200
  failed: "failed";
1201
1201
  }>;
1202
1202
  healthStatus: z.ZodEnum<{
1203
+ error: "error";
1203
1204
  success: "success";
1204
1205
  waiting: "waiting";
1205
- error: "error";
1206
1206
  }>;
1207
1207
  provider: z.ZodEnum<{
1208
1208
  deliverart: "deliverart";
@@ -1269,9 +1269,9 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
1269
1269
  failed: "failed";
1270
1270
  }>;
1271
1271
  healthStatus: z.ZodEnum<{
1272
+ error: "error";
1272
1273
  success: "success";
1273
1274
  waiting: "waiting";
1274
- error: "error";
1275
1275
  }>;
1276
1276
  provider: z.ZodEnum<{
1277
1277
  deliverart: "deliverart";
@@ -1325,12 +1325,12 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
1325
1325
  service: z.ZodLiteral<"cassa_in_cloud">;
1326
1326
  data: z.ZodObject<{
1327
1327
  apiKey: z.ZodString;
1328
- idSalesPoint: z.ZodNumber;
1328
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
1329
1329
  direction: z.ZodEnum<{
1330
1330
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
1331
1331
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
1332
1332
  }>;
1333
- locale: z.ZodString;
1333
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
1334
1334
  }, z.core.$strip>;
1335
1335
  id: z.ZodString;
1336
1336
  connectionId: z.ZodNullable<z.ZodString>;
@@ -1343,9 +1343,9 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
1343
1343
  failed: "failed";
1344
1344
  }>;
1345
1345
  healthStatus: z.ZodEnum<{
1346
+ error: "error";
1346
1347
  success: "success";
1347
1348
  waiting: "waiting";
1348
- error: "error";
1349
1349
  }>;
1350
1350
  provider: z.ZodEnum<{
1351
1351
  deliverart: "deliverart";
@@ -1420,9 +1420,9 @@ declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<ty
1420
1420
  failed: "failed";
1421
1421
  }>;
1422
1422
  healthStatus: z.ZodEnum<{
1423
+ error: "error";
1423
1424
  success: "success";
1424
1425
  waiting: "waiting";
1425
- error: "error";
1426
1426
  }>;
1427
1427
  provider: z.ZodEnum<{
1428
1428
  deliverart: "deliverart";
@@ -1489,9 +1489,9 @@ declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<ty
1489
1489
  failed: "failed";
1490
1490
  }>;
1491
1491
  healthStatus: z.ZodEnum<{
1492
+ error: "error";
1492
1493
  success: "success";
1493
1494
  waiting: "waiting";
1494
- error: "error";
1495
1495
  }>;
1496
1496
  provider: z.ZodEnum<{
1497
1497
  deliverart: "deliverart";
@@ -1558,9 +1558,9 @@ declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<ty
1558
1558
  failed: "failed";
1559
1559
  }>;
1560
1560
  healthStatus: z.ZodEnum<{
1561
+ error: "error";
1561
1562
  success: "success";
1562
1563
  waiting: "waiting";
1563
- error: "error";
1564
1564
  }>;
1565
1565
  provider: z.ZodEnum<{
1566
1566
  deliverart: "deliverart";
@@ -1614,12 +1614,12 @@ declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<ty
1614
1614
  service: z.ZodLiteral<"cassa_in_cloud">;
1615
1615
  data: z.ZodObject<{
1616
1616
  apiKey: z.ZodString;
1617
- idSalesPoint: z.ZodNumber;
1617
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
1618
1618
  direction: z.ZodEnum<{
1619
1619
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
1620
1620
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
1621
1621
  }>;
1622
- locale: z.ZodString;
1622
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
1623
1623
  }, z.core.$strip>;
1624
1624
  id: z.ZodString;
1625
1625
  connectionId: z.ZodNullable<z.ZodString>;
@@ -1632,9 +1632,9 @@ declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<ty
1632
1632
  failed: "failed";
1633
1633
  }>;
1634
1634
  healthStatus: z.ZodEnum<{
1635
+ error: "error";
1635
1636
  success: "success";
1636
1637
  waiting: "waiting";
1637
- error: "error";
1638
1638
  }>;
1639
1639
  provider: z.ZodEnum<{
1640
1640
  deliverart: "deliverart";
@@ -1714,9 +1714,9 @@ declare const annotateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
1714
1714
  failed: "failed";
1715
1715
  }>;
1716
1716
  healthStatus: z.ZodEnum<{
1717
+ error: "error";
1717
1718
  success: "success";
1718
1719
  waiting: "waiting";
1719
- error: "error";
1720
1720
  }>;
1721
1721
  provider: z.ZodEnum<{
1722
1722
  deliverart: "deliverart";
@@ -1783,9 +1783,9 @@ declare const annotateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
1783
1783
  failed: "failed";
1784
1784
  }>;
1785
1785
  healthStatus: z.ZodEnum<{
1786
+ error: "error";
1786
1787
  success: "success";
1787
1788
  waiting: "waiting";
1788
- error: "error";
1789
1789
  }>;
1790
1790
  provider: z.ZodEnum<{
1791
1791
  deliverart: "deliverart";
@@ -1852,9 +1852,9 @@ declare const annotateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
1852
1852
  failed: "failed";
1853
1853
  }>;
1854
1854
  healthStatus: z.ZodEnum<{
1855
+ error: "error";
1855
1856
  success: "success";
1856
1857
  waiting: "waiting";
1857
- error: "error";
1858
1858
  }>;
1859
1859
  provider: z.ZodEnum<{
1860
1860
  deliverart: "deliverart";
@@ -1908,12 +1908,12 @@ declare const annotateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
1908
1908
  service: z.ZodLiteral<"cassa_in_cloud">;
1909
1909
  data: z.ZodObject<{
1910
1910
  apiKey: z.ZodString;
1911
- idSalesPoint: z.ZodNumber;
1911
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
1912
1912
  direction: z.ZodEnum<{
1913
1913
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
1914
1914
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
1915
1915
  }>;
1916
- locale: z.ZodString;
1916
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
1917
1917
  }, z.core.$strip>;
1918
1918
  id: z.ZodString;
1919
1919
  connectionId: z.ZodNullable<z.ZodString>;
@@ -1926,9 +1926,9 @@ declare const annotateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
1926
1926
  failed: "failed";
1927
1927
  }>;
1928
1928
  healthStatus: z.ZodEnum<{
1929
+ error: "error";
1929
1930
  success: "success";
1930
1931
  waiting: "waiting";
1931
- error: "error";
1932
1932
  }>;
1933
1933
  provider: z.ZodEnum<{
1934
1934
  deliverart: "deliverart";
@@ -2005,9 +2005,9 @@ declare class AnnotateIntegrationActivationRequest extends AbstractApiRequest<ty
2005
2005
  failed: "failed";
2006
2006
  }>;
2007
2007
  healthStatus: z.ZodEnum<{
2008
+ error: "error";
2008
2009
  success: "success";
2009
2010
  waiting: "waiting";
2010
- error: "error";
2011
2011
  }>;
2012
2012
  provider: z.ZodEnum<{
2013
2013
  deliverart: "deliverart";
@@ -2074,9 +2074,9 @@ declare class AnnotateIntegrationActivationRequest extends AbstractApiRequest<ty
2074
2074
  failed: "failed";
2075
2075
  }>;
2076
2076
  healthStatus: z.ZodEnum<{
2077
+ error: "error";
2077
2078
  success: "success";
2078
2079
  waiting: "waiting";
2079
- error: "error";
2080
2080
  }>;
2081
2081
  provider: z.ZodEnum<{
2082
2082
  deliverart: "deliverart";
@@ -2143,9 +2143,9 @@ declare class AnnotateIntegrationActivationRequest extends AbstractApiRequest<ty
2143
2143
  failed: "failed";
2144
2144
  }>;
2145
2145
  healthStatus: z.ZodEnum<{
2146
+ error: "error";
2146
2147
  success: "success";
2147
2148
  waiting: "waiting";
2148
- error: "error";
2149
2149
  }>;
2150
2150
  provider: z.ZodEnum<{
2151
2151
  deliverart: "deliverart";
@@ -2199,12 +2199,12 @@ declare class AnnotateIntegrationActivationRequest extends AbstractApiRequest<ty
2199
2199
  service: z.ZodLiteral<"cassa_in_cloud">;
2200
2200
  data: z.ZodObject<{
2201
2201
  apiKey: z.ZodString;
2202
- idSalesPoint: z.ZodNumber;
2202
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
2203
2203
  direction: z.ZodEnum<{
2204
2204
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
2205
2205
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
2206
2206
  }>;
2207
- locale: z.ZodString;
2207
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
2208
2208
  }, z.core.$strip>;
2209
2209
  id: z.ZodString;
2210
2210
  connectionId: z.ZodNullable<z.ZodString>;
@@ -2217,9 +2217,9 @@ declare class AnnotateIntegrationActivationRequest extends AbstractApiRequest<ty
2217
2217
  failed: "failed";
2218
2218
  }>;
2219
2219
  healthStatus: z.ZodEnum<{
2220
+ error: "error";
2220
2221
  success: "success";
2221
2222
  waiting: "waiting";
2222
- error: "error";
2223
2223
  }>;
2224
2224
  provider: z.ZodEnum<{
2225
2225
  deliverart: "deliverart";
@@ -2290,12 +2290,12 @@ declare const createIntegrationActivationRequestInputSchema: z.ZodDiscriminatedU
2290
2290
  service: z.ZodLiteral<"cassa_in_cloud">;
2291
2291
  data: z.ZodObject<{
2292
2292
  apiKey: z.ZodString;
2293
- idSalesPoint: z.ZodNumber;
2293
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
2294
2294
  direction: z.ZodEnum<{
2295
2295
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
2296
2296
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
2297
2297
  }>;
2298
- locale: z.ZodString;
2298
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
2299
2299
  }, z.core.$strip>;
2300
2300
  name: z.ZodString;
2301
2301
  provider: z.ZodEnum<{
@@ -2351,9 +2351,9 @@ declare const createIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
2351
2351
  failed: "failed";
2352
2352
  }>;
2353
2353
  healthStatus: z.ZodEnum<{
2354
+ error: "error";
2354
2355
  success: "success";
2355
2356
  waiting: "waiting";
2356
- error: "error";
2357
2357
  }>;
2358
2358
  provider: z.ZodEnum<{
2359
2359
  deliverart: "deliverart";
@@ -2420,9 +2420,9 @@ declare const createIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
2420
2420
  failed: "failed";
2421
2421
  }>;
2422
2422
  healthStatus: z.ZodEnum<{
2423
+ error: "error";
2423
2424
  success: "success";
2424
2425
  waiting: "waiting";
2425
- error: "error";
2426
2426
  }>;
2427
2427
  provider: z.ZodEnum<{
2428
2428
  deliverart: "deliverart";
@@ -2489,9 +2489,9 @@ declare const createIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
2489
2489
  failed: "failed";
2490
2490
  }>;
2491
2491
  healthStatus: z.ZodEnum<{
2492
+ error: "error";
2492
2493
  success: "success";
2493
2494
  waiting: "waiting";
2494
- error: "error";
2495
2495
  }>;
2496
2496
  provider: z.ZodEnum<{
2497
2497
  deliverart: "deliverart";
@@ -2545,12 +2545,12 @@ declare const createIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
2545
2545
  service: z.ZodLiteral<"cassa_in_cloud">;
2546
2546
  data: z.ZodObject<{
2547
2547
  apiKey: z.ZodString;
2548
- idSalesPoint: z.ZodNumber;
2548
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
2549
2549
  direction: z.ZodEnum<{
2550
2550
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
2551
2551
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
2552
2552
  }>;
2553
- locale: z.ZodString;
2553
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
2554
2554
  }, z.core.$strip>;
2555
2555
  id: z.ZodString;
2556
2556
  connectionId: z.ZodNullable<z.ZodString>;
@@ -2563,9 +2563,9 @@ declare const createIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
2563
2563
  failed: "failed";
2564
2564
  }>;
2565
2565
  healthStatus: z.ZodEnum<{
2566
+ error: "error";
2566
2567
  success: "success";
2567
2568
  waiting: "waiting";
2568
- error: "error";
2569
2569
  }>;
2570
2570
  provider: z.ZodEnum<{
2571
2571
  deliverart: "deliverart";
@@ -2634,12 +2634,12 @@ declare class CreateIntegrationActivationRequest extends AbstractApiRequest<type
2634
2634
  service: z.ZodLiteral<"cassa_in_cloud">;
2635
2635
  data: z.ZodObject<{
2636
2636
  apiKey: z.ZodString;
2637
- idSalesPoint: z.ZodNumber;
2637
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
2638
2638
  direction: z.ZodEnum<{
2639
2639
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
2640
2640
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
2641
2641
  }>;
2642
- locale: z.ZodString;
2642
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
2643
2643
  }, z.core.$strip>;
2644
2644
  name: z.ZodString;
2645
2645
  provider: z.ZodEnum<{
@@ -2694,9 +2694,9 @@ declare class CreateIntegrationActivationRequest extends AbstractApiRequest<type
2694
2694
  failed: "failed";
2695
2695
  }>;
2696
2696
  healthStatus: z.ZodEnum<{
2697
+ error: "error";
2697
2698
  success: "success";
2698
2699
  waiting: "waiting";
2699
- error: "error";
2700
2700
  }>;
2701
2701
  provider: z.ZodEnum<{
2702
2702
  deliverart: "deliverart";
@@ -2763,9 +2763,9 @@ declare class CreateIntegrationActivationRequest extends AbstractApiRequest<type
2763
2763
  failed: "failed";
2764
2764
  }>;
2765
2765
  healthStatus: z.ZodEnum<{
2766
+ error: "error";
2766
2767
  success: "success";
2767
2768
  waiting: "waiting";
2768
- error: "error";
2769
2769
  }>;
2770
2770
  provider: z.ZodEnum<{
2771
2771
  deliverart: "deliverart";
@@ -2832,9 +2832,9 @@ declare class CreateIntegrationActivationRequest extends AbstractApiRequest<type
2832
2832
  failed: "failed";
2833
2833
  }>;
2834
2834
  healthStatus: z.ZodEnum<{
2835
+ error: "error";
2835
2836
  success: "success";
2836
2837
  waiting: "waiting";
2837
- error: "error";
2838
2838
  }>;
2839
2839
  provider: z.ZodEnum<{
2840
2840
  deliverart: "deliverart";
@@ -2888,12 +2888,12 @@ declare class CreateIntegrationActivationRequest extends AbstractApiRequest<type
2888
2888
  service: z.ZodLiteral<"cassa_in_cloud">;
2889
2889
  data: z.ZodObject<{
2890
2890
  apiKey: z.ZodString;
2891
- idSalesPoint: z.ZodNumber;
2891
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
2892
2892
  direction: z.ZodEnum<{
2893
2893
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
2894
2894
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
2895
2895
  }>;
2896
- locale: z.ZodString;
2896
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
2897
2897
  }, z.core.$strip>;
2898
2898
  id: z.ZodString;
2899
2899
  connectionId: z.ZodNullable<z.ZodString>;
@@ -2906,9 +2906,9 @@ declare class CreateIntegrationActivationRequest extends AbstractApiRequest<type
2906
2906
  failed: "failed";
2907
2907
  }>;
2908
2908
  healthStatus: z.ZodEnum<{
2909
+ error: "error";
2909
2910
  success: "success";
2910
2911
  waiting: "waiting";
2911
- error: "error";
2912
2912
  }>;
2913
2913
  provider: z.ZodEnum<{
2914
2914
  deliverart: "deliverart";
@@ -3000,9 +3000,9 @@ declare const getIntegrationActivationRequestDetailsResponseSchema: z.ZodDiscrim
3000
3000
  failed: "failed";
3001
3001
  }>;
3002
3002
  healthStatus: z.ZodEnum<{
3003
+ error: "error";
3003
3004
  success: "success";
3004
3005
  waiting: "waiting";
3005
- error: "error";
3006
3006
  }>;
3007
3007
  provider: z.ZodEnum<{
3008
3008
  deliverart: "deliverart";
@@ -3069,9 +3069,9 @@ declare const getIntegrationActivationRequestDetailsResponseSchema: z.ZodDiscrim
3069
3069
  failed: "failed";
3070
3070
  }>;
3071
3071
  healthStatus: z.ZodEnum<{
3072
+ error: "error";
3072
3073
  success: "success";
3073
3074
  waiting: "waiting";
3074
- error: "error";
3075
3075
  }>;
3076
3076
  provider: z.ZodEnum<{
3077
3077
  deliverart: "deliverart";
@@ -3138,9 +3138,9 @@ declare const getIntegrationActivationRequestDetailsResponseSchema: z.ZodDiscrim
3138
3138
  failed: "failed";
3139
3139
  }>;
3140
3140
  healthStatus: z.ZodEnum<{
3141
+ error: "error";
3141
3142
  success: "success";
3142
3143
  waiting: "waiting";
3143
- error: "error";
3144
3144
  }>;
3145
3145
  provider: z.ZodEnum<{
3146
3146
  deliverart: "deliverart";
@@ -3194,12 +3194,12 @@ declare const getIntegrationActivationRequestDetailsResponseSchema: z.ZodDiscrim
3194
3194
  service: z.ZodLiteral<"cassa_in_cloud">;
3195
3195
  data: z.ZodObject<{
3196
3196
  apiKey: z.ZodString;
3197
- idSalesPoint: z.ZodNumber;
3197
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
3198
3198
  direction: z.ZodEnum<{
3199
3199
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
3200
3200
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
3201
3201
  }>;
3202
- locale: z.ZodString;
3202
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
3203
3203
  }, z.core.$strip>;
3204
3204
  id: z.ZodString;
3205
3205
  connectionId: z.ZodNullable<z.ZodString>;
@@ -3212,9 +3212,9 @@ declare const getIntegrationActivationRequestDetailsResponseSchema: z.ZodDiscrim
3212
3212
  failed: "failed";
3213
3213
  }>;
3214
3214
  healthStatus: z.ZodEnum<{
3215
+ error: "error";
3215
3216
  success: "success";
3216
3217
  waiting: "waiting";
3217
- error: "error";
3218
3218
  }>;
3219
3219
  provider: z.ZodEnum<{
3220
3220
  deliverart: "deliverart";
@@ -3289,9 +3289,9 @@ declare class GetIntegrationActivationRequestDetails extends AbstractApiRequest<
3289
3289
  failed: "failed";
3290
3290
  }>;
3291
3291
  healthStatus: z.ZodEnum<{
3292
+ error: "error";
3292
3293
  success: "success";
3293
3294
  waiting: "waiting";
3294
- error: "error";
3295
3295
  }>;
3296
3296
  provider: z.ZodEnum<{
3297
3297
  deliverart: "deliverart";
@@ -3358,9 +3358,9 @@ declare class GetIntegrationActivationRequestDetails extends AbstractApiRequest<
3358
3358
  failed: "failed";
3359
3359
  }>;
3360
3360
  healthStatus: z.ZodEnum<{
3361
+ error: "error";
3361
3362
  success: "success";
3362
3363
  waiting: "waiting";
3363
- error: "error";
3364
3364
  }>;
3365
3365
  provider: z.ZodEnum<{
3366
3366
  deliverart: "deliverart";
@@ -3427,9 +3427,9 @@ declare class GetIntegrationActivationRequestDetails extends AbstractApiRequest<
3427
3427
  failed: "failed";
3428
3428
  }>;
3429
3429
  healthStatus: z.ZodEnum<{
3430
+ error: "error";
3430
3431
  success: "success";
3431
3432
  waiting: "waiting";
3432
- error: "error";
3433
3433
  }>;
3434
3434
  provider: z.ZodEnum<{
3435
3435
  deliverart: "deliverart";
@@ -3483,12 +3483,12 @@ declare class GetIntegrationActivationRequestDetails extends AbstractApiRequest<
3483
3483
  service: z.ZodLiteral<"cassa_in_cloud">;
3484
3484
  data: z.ZodObject<{
3485
3485
  apiKey: z.ZodString;
3486
- idSalesPoint: z.ZodNumber;
3486
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
3487
3487
  direction: z.ZodEnum<{
3488
3488
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
3489
3489
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
3490
3490
  }>;
3491
- locale: z.ZodString;
3491
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
3492
3492
  }, z.core.$strip>;
3493
3493
  id: z.ZodString;
3494
3494
  connectionId: z.ZodNullable<z.ZodString>;
@@ -3501,9 +3501,9 @@ declare class GetIntegrationActivationRequestDetails extends AbstractApiRequest<
3501
3501
  failed: "failed";
3502
3502
  }>;
3503
3503
  healthStatus: z.ZodEnum<{
3504
+ error: "error";
3504
3505
  success: "success";
3505
3506
  waiting: "waiting";
3506
- error: "error";
3507
3507
  }>;
3508
3508
  provider: z.ZodEnum<{
3509
3509
  deliverart: "deliverart";
@@ -3582,13 +3582,13 @@ declare const getIntegrationActivationRequestsQuerySchema: z.ZodObject<{
3582
3582
  failed: "failed";
3583
3583
  }>>]>>;
3584
3584
  healthStatus: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
3585
+ error: "error";
3585
3586
  success: "success";
3586
3587
  waiting: "waiting";
3587
- error: "error";
3588
3588
  }>, z.ZodArray<z.ZodEnum<{
3589
+ error: "error";
3589
3590
  success: "success";
3590
3591
  waiting: "waiting";
3591
- error: "error";
3592
3592
  }>>]>>;
3593
3593
  connectionId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
3594
3594
  page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
@@ -3613,6 +3613,7 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
3613
3613
  salesModeId: z.ZodNullable<z.ZodString>;
3614
3614
  }, z.core.$strip>;
3615
3615
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
3616
+ message: z.ZodNullable<z.ZodString>;
3616
3617
  status: z.ZodEnum<{
3617
3618
  active: "active";
3618
3619
  waiting_for_user: "waiting_for_user";
@@ -3621,9 +3622,9 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
3621
3622
  failed: "failed";
3622
3623
  }>;
3623
3624
  healthStatus: z.ZodEnum<{
3625
+ error: "error";
3624
3626
  success: "success";
3625
3627
  waiting: "waiting";
3626
- error: "error";
3627
3628
  }>;
3628
3629
  provider: z.ZodEnum<{
3629
3630
  deliverart: "deliverart";
@@ -3634,7 +3635,6 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
3634
3635
  id: z.ZodString;
3635
3636
  connectionId: z.ZodNullable<z.ZodString>;
3636
3637
  name: z.ZodString;
3637
- message: z.ZodNullable<z.ZodString>;
3638
3638
  internalNotes: z.ZodNullable<z.ZodString>;
3639
3639
  updates: z.ZodArray<z.ZodObject<{
3640
3640
  status: z.ZodEnum<{
@@ -3654,6 +3654,7 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
3654
3654
  salesModeId: z.ZodNullable<z.ZodString>;
3655
3655
  }, z.core.$strip>;
3656
3656
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
3657
+ message: z.ZodNullable<z.ZodString>;
3657
3658
  status: z.ZodEnum<{
3658
3659
  active: "active";
3659
3660
  waiting_for_user: "waiting_for_user";
@@ -3662,9 +3663,9 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
3662
3663
  failed: "failed";
3663
3664
  }>;
3664
3665
  healthStatus: z.ZodEnum<{
3666
+ error: "error";
3665
3667
  success: "success";
3666
3668
  waiting: "waiting";
3667
- error: "error";
3668
3669
  }>;
3669
3670
  provider: z.ZodEnum<{
3670
3671
  deliverart: "deliverart";
@@ -3675,7 +3676,6 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
3675
3676
  id: z.ZodString;
3676
3677
  connectionId: z.ZodNullable<z.ZodString>;
3677
3678
  name: z.ZodString;
3678
- message: z.ZodNullable<z.ZodString>;
3679
3679
  internalNotes: z.ZodNullable<z.ZodString>;
3680
3680
  updates: z.ZodArray<z.ZodObject<{
3681
3681
  status: z.ZodEnum<{
@@ -3695,6 +3695,7 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
3695
3695
  salesModeId: z.ZodNullable<z.ZodString>;
3696
3696
  }, z.core.$strip>;
3697
3697
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
3698
+ message: z.ZodNullable<z.ZodString>;
3698
3699
  status: z.ZodEnum<{
3699
3700
  active: "active";
3700
3701
  waiting_for_user: "waiting_for_user";
@@ -3703,9 +3704,9 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
3703
3704
  failed: "failed";
3704
3705
  }>;
3705
3706
  healthStatus: z.ZodEnum<{
3707
+ error: "error";
3706
3708
  success: "success";
3707
3709
  waiting: "waiting";
3708
- error: "error";
3709
3710
  }>;
3710
3711
  provider: z.ZodEnum<{
3711
3712
  deliverart: "deliverart";
@@ -3716,7 +3717,6 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
3716
3717
  id: z.ZodString;
3717
3718
  connectionId: z.ZodNullable<z.ZodString>;
3718
3719
  name: z.ZodString;
3719
- message: z.ZodNullable<z.ZodString>;
3720
3720
  internalNotes: z.ZodNullable<z.ZodString>;
3721
3721
  updates: z.ZodArray<z.ZodObject<{
3722
3722
  status: z.ZodEnum<{
@@ -3733,14 +3733,15 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
3733
3733
  service: z.ZodLiteral<"cassa_in_cloud">;
3734
3734
  data: z.ZodObject<{
3735
3735
  apiKey: z.ZodString;
3736
- idSalesPoint: z.ZodNumber;
3736
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
3737
3737
  direction: z.ZodEnum<{
3738
3738
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
3739
3739
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
3740
3740
  }>;
3741
- locale: z.ZodString;
3741
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
3742
3742
  }, z.core.$strip>;
3743
3743
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
3744
+ message: z.ZodNullable<z.ZodString>;
3744
3745
  status: z.ZodEnum<{
3745
3746
  active: "active";
3746
3747
  waiting_for_user: "waiting_for_user";
@@ -3749,9 +3750,9 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
3749
3750
  failed: "failed";
3750
3751
  }>;
3751
3752
  healthStatus: z.ZodEnum<{
3753
+ error: "error";
3752
3754
  success: "success";
3753
3755
  waiting: "waiting";
3754
- error: "error";
3755
3756
  }>;
3756
3757
  provider: z.ZodEnum<{
3757
3758
  deliverart: "deliverart";
@@ -3762,7 +3763,6 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
3762
3763
  id: z.ZodString;
3763
3764
  connectionId: z.ZodNullable<z.ZodString>;
3764
3765
  name: z.ZodString;
3765
- message: z.ZodNullable<z.ZodString>;
3766
3766
  internalNotes: z.ZodNullable<z.ZodString>;
3767
3767
  updates: z.ZodArray<z.ZodObject<{
3768
3768
  status: z.ZodEnum<{
@@ -3800,6 +3800,7 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
3800
3800
  salesModeId: z.ZodNullable<z.ZodString>;
3801
3801
  }, z.core.$strip>;
3802
3802
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
3803
+ message: z.ZodNullable<z.ZodString>;
3803
3804
  status: z.ZodEnum<{
3804
3805
  active: "active";
3805
3806
  waiting_for_user: "waiting_for_user";
@@ -3808,9 +3809,9 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
3808
3809
  failed: "failed";
3809
3810
  }>;
3810
3811
  healthStatus: z.ZodEnum<{
3812
+ error: "error";
3811
3813
  success: "success";
3812
3814
  waiting: "waiting";
3813
- error: "error";
3814
3815
  }>;
3815
3816
  provider: z.ZodEnum<{
3816
3817
  deliverart: "deliverart";
@@ -3821,7 +3822,6 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
3821
3822
  id: z.ZodString;
3822
3823
  connectionId: z.ZodNullable<z.ZodString>;
3823
3824
  name: z.ZodString;
3824
- message: z.ZodNullable<z.ZodString>;
3825
3825
  internalNotes: z.ZodNullable<z.ZodString>;
3826
3826
  updates: z.ZodArray<z.ZodObject<{
3827
3827
  status: z.ZodEnum<{
@@ -3841,6 +3841,7 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
3841
3841
  salesModeId: z.ZodNullable<z.ZodString>;
3842
3842
  }, z.core.$strip>;
3843
3843
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
3844
+ message: z.ZodNullable<z.ZodString>;
3844
3845
  status: z.ZodEnum<{
3845
3846
  active: "active";
3846
3847
  waiting_for_user: "waiting_for_user";
@@ -3849,9 +3850,9 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
3849
3850
  failed: "failed";
3850
3851
  }>;
3851
3852
  healthStatus: z.ZodEnum<{
3853
+ error: "error";
3852
3854
  success: "success";
3853
3855
  waiting: "waiting";
3854
- error: "error";
3855
3856
  }>;
3856
3857
  provider: z.ZodEnum<{
3857
3858
  deliverart: "deliverart";
@@ -3862,7 +3863,6 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
3862
3863
  id: z.ZodString;
3863
3864
  connectionId: z.ZodNullable<z.ZodString>;
3864
3865
  name: z.ZodString;
3865
- message: z.ZodNullable<z.ZodString>;
3866
3866
  internalNotes: z.ZodNullable<z.ZodString>;
3867
3867
  updates: z.ZodArray<z.ZodObject<{
3868
3868
  status: z.ZodEnum<{
@@ -3882,6 +3882,7 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
3882
3882
  salesModeId: z.ZodNullable<z.ZodString>;
3883
3883
  }, z.core.$strip>;
3884
3884
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
3885
+ message: z.ZodNullable<z.ZodString>;
3885
3886
  status: z.ZodEnum<{
3886
3887
  active: "active";
3887
3888
  waiting_for_user: "waiting_for_user";
@@ -3890,9 +3891,9 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
3890
3891
  failed: "failed";
3891
3892
  }>;
3892
3893
  healthStatus: z.ZodEnum<{
3894
+ error: "error";
3893
3895
  success: "success";
3894
3896
  waiting: "waiting";
3895
- error: "error";
3896
3897
  }>;
3897
3898
  provider: z.ZodEnum<{
3898
3899
  deliverart: "deliverart";
@@ -3903,7 +3904,6 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
3903
3904
  id: z.ZodString;
3904
3905
  connectionId: z.ZodNullable<z.ZodString>;
3905
3906
  name: z.ZodString;
3906
- message: z.ZodNullable<z.ZodString>;
3907
3907
  internalNotes: z.ZodNullable<z.ZodString>;
3908
3908
  updates: z.ZodArray<z.ZodObject<{
3909
3909
  status: z.ZodEnum<{
@@ -3920,14 +3920,15 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
3920
3920
  service: z.ZodLiteral<"cassa_in_cloud">;
3921
3921
  data: z.ZodObject<{
3922
3922
  apiKey: z.ZodString;
3923
- idSalesPoint: z.ZodNumber;
3923
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
3924
3924
  direction: z.ZodEnum<{
3925
3925
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
3926
3926
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
3927
3927
  }>;
3928
- locale: z.ZodString;
3928
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
3929
3929
  }, z.core.$strip>;
3930
3930
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
3931
+ message: z.ZodNullable<z.ZodString>;
3931
3932
  status: z.ZodEnum<{
3932
3933
  active: "active";
3933
3934
  waiting_for_user: "waiting_for_user";
@@ -3936,9 +3937,9 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
3936
3937
  failed: "failed";
3937
3938
  }>;
3938
3939
  healthStatus: z.ZodEnum<{
3940
+ error: "error";
3939
3941
  success: "success";
3940
3942
  waiting: "waiting";
3941
- error: "error";
3942
3943
  }>;
3943
3944
  provider: z.ZodEnum<{
3944
3945
  deliverart: "deliverart";
@@ -3949,7 +3950,6 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
3949
3950
  id: z.ZodString;
3950
3951
  connectionId: z.ZodNullable<z.ZodString>;
3951
3952
  name: z.ZodString;
3952
- message: z.ZodNullable<z.ZodString>;
3953
3953
  internalNotes: z.ZodNullable<z.ZodString>;
3954
3954
  updates: z.ZodArray<z.ZodObject<{
3955
3955
  status: z.ZodEnum<{
@@ -4021,13 +4021,13 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
4021
4021
  failed: "failed";
4022
4022
  }>>]>>;
4023
4023
  healthStatus: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
4024
+ error: "error";
4024
4025
  success: "success";
4025
4026
  waiting: "waiting";
4026
- error: "error";
4027
4027
  }>, z.ZodArray<z.ZodEnum<{
4028
+ error: "error";
4028
4029
  success: "success";
4029
4030
  waiting: "waiting";
4030
- error: "error";
4031
4031
  }>>]>>;
4032
4032
  connectionId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
4033
4033
  page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
@@ -4097,13 +4097,13 @@ declare const getIntegrationActivationRequestsFromPointOfSaleQuerySchema: z.ZodO
4097
4097
  failed: "failed";
4098
4098
  }>>]>>;
4099
4099
  healthStatus: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
4100
+ error: "error";
4100
4101
  success: "success";
4101
4102
  waiting: "waiting";
4102
- error: "error";
4103
4103
  }>, z.ZodArray<z.ZodEnum<{
4104
+ error: "error";
4104
4105
  success: "success";
4105
4106
  waiting: "waiting";
4106
- error: "error";
4107
4107
  }>>]>>;
4108
4108
  connectionId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
4109
4109
  page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
@@ -4127,6 +4127,7 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
4127
4127
  salesModeId: z.ZodNullable<z.ZodString>;
4128
4128
  }, z.core.$strip>;
4129
4129
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
4130
+ message: z.ZodNullable<z.ZodString>;
4130
4131
  status: z.ZodEnum<{
4131
4132
  active: "active";
4132
4133
  waiting_for_user: "waiting_for_user";
@@ -4135,9 +4136,9 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
4135
4136
  failed: "failed";
4136
4137
  }>;
4137
4138
  healthStatus: z.ZodEnum<{
4139
+ error: "error";
4138
4140
  success: "success";
4139
4141
  waiting: "waiting";
4140
- error: "error";
4141
4142
  }>;
4142
4143
  provider: z.ZodEnum<{
4143
4144
  deliverart: "deliverart";
@@ -4148,7 +4149,6 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
4148
4149
  id: z.ZodString;
4149
4150
  connectionId: z.ZodNullable<z.ZodString>;
4150
4151
  name: z.ZodString;
4151
- message: z.ZodNullable<z.ZodString>;
4152
4152
  internalNotes: z.ZodNullable<z.ZodString>;
4153
4153
  updates: z.ZodArray<z.ZodObject<{
4154
4154
  status: z.ZodEnum<{
@@ -4168,6 +4168,7 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
4168
4168
  salesModeId: z.ZodNullable<z.ZodString>;
4169
4169
  }, z.core.$strip>;
4170
4170
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
4171
+ message: z.ZodNullable<z.ZodString>;
4171
4172
  status: z.ZodEnum<{
4172
4173
  active: "active";
4173
4174
  waiting_for_user: "waiting_for_user";
@@ -4176,9 +4177,9 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
4176
4177
  failed: "failed";
4177
4178
  }>;
4178
4179
  healthStatus: z.ZodEnum<{
4180
+ error: "error";
4179
4181
  success: "success";
4180
4182
  waiting: "waiting";
4181
- error: "error";
4182
4183
  }>;
4183
4184
  provider: z.ZodEnum<{
4184
4185
  deliverart: "deliverart";
@@ -4189,7 +4190,6 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
4189
4190
  id: z.ZodString;
4190
4191
  connectionId: z.ZodNullable<z.ZodString>;
4191
4192
  name: z.ZodString;
4192
- message: z.ZodNullable<z.ZodString>;
4193
4193
  internalNotes: z.ZodNullable<z.ZodString>;
4194
4194
  updates: z.ZodArray<z.ZodObject<{
4195
4195
  status: z.ZodEnum<{
@@ -4209,6 +4209,7 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
4209
4209
  salesModeId: z.ZodNullable<z.ZodString>;
4210
4210
  }, z.core.$strip>;
4211
4211
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
4212
+ message: z.ZodNullable<z.ZodString>;
4212
4213
  status: z.ZodEnum<{
4213
4214
  active: "active";
4214
4215
  waiting_for_user: "waiting_for_user";
@@ -4217,9 +4218,9 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
4217
4218
  failed: "failed";
4218
4219
  }>;
4219
4220
  healthStatus: z.ZodEnum<{
4221
+ error: "error";
4220
4222
  success: "success";
4221
4223
  waiting: "waiting";
4222
- error: "error";
4223
4224
  }>;
4224
4225
  provider: z.ZodEnum<{
4225
4226
  deliverart: "deliverart";
@@ -4230,7 +4231,6 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
4230
4231
  id: z.ZodString;
4231
4232
  connectionId: z.ZodNullable<z.ZodString>;
4232
4233
  name: z.ZodString;
4233
- message: z.ZodNullable<z.ZodString>;
4234
4234
  internalNotes: z.ZodNullable<z.ZodString>;
4235
4235
  updates: z.ZodArray<z.ZodObject<{
4236
4236
  status: z.ZodEnum<{
@@ -4247,14 +4247,15 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
4247
4247
  service: z.ZodLiteral<"cassa_in_cloud">;
4248
4248
  data: z.ZodObject<{
4249
4249
  apiKey: z.ZodString;
4250
- idSalesPoint: z.ZodNumber;
4250
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
4251
4251
  direction: z.ZodEnum<{
4252
4252
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
4253
4253
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
4254
4254
  }>;
4255
- locale: z.ZodString;
4255
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
4256
4256
  }, z.core.$strip>;
4257
4257
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
4258
+ message: z.ZodNullable<z.ZodString>;
4258
4259
  status: z.ZodEnum<{
4259
4260
  active: "active";
4260
4261
  waiting_for_user: "waiting_for_user";
@@ -4263,9 +4264,9 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
4263
4264
  failed: "failed";
4264
4265
  }>;
4265
4266
  healthStatus: z.ZodEnum<{
4267
+ error: "error";
4266
4268
  success: "success";
4267
4269
  waiting: "waiting";
4268
- error: "error";
4269
4270
  }>;
4270
4271
  provider: z.ZodEnum<{
4271
4272
  deliverart: "deliverart";
@@ -4276,7 +4277,6 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
4276
4277
  id: z.ZodString;
4277
4278
  connectionId: z.ZodNullable<z.ZodString>;
4278
4279
  name: z.ZodString;
4279
- message: z.ZodNullable<z.ZodString>;
4280
4280
  internalNotes: z.ZodNullable<z.ZodString>;
4281
4281
  updates: z.ZodArray<z.ZodObject<{
4282
4282
  status: z.ZodEnum<{
@@ -4304,6 +4304,7 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
4304
4304
  salesModeId: z.ZodNullable<z.ZodString>;
4305
4305
  }, z.core.$strip>;
4306
4306
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
4307
+ message: z.ZodNullable<z.ZodString>;
4307
4308
  status: z.ZodEnum<{
4308
4309
  active: "active";
4309
4310
  waiting_for_user: "waiting_for_user";
@@ -4312,9 +4313,9 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
4312
4313
  failed: "failed";
4313
4314
  }>;
4314
4315
  healthStatus: z.ZodEnum<{
4316
+ error: "error";
4315
4317
  success: "success";
4316
4318
  waiting: "waiting";
4317
- error: "error";
4318
4319
  }>;
4319
4320
  provider: z.ZodEnum<{
4320
4321
  deliverart: "deliverart";
@@ -4325,7 +4326,6 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
4325
4326
  id: z.ZodString;
4326
4327
  connectionId: z.ZodNullable<z.ZodString>;
4327
4328
  name: z.ZodString;
4328
- message: z.ZodNullable<z.ZodString>;
4329
4329
  internalNotes: z.ZodNullable<z.ZodString>;
4330
4330
  updates: z.ZodArray<z.ZodObject<{
4331
4331
  status: z.ZodEnum<{
@@ -4345,6 +4345,7 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
4345
4345
  salesModeId: z.ZodNullable<z.ZodString>;
4346
4346
  }, z.core.$strip>;
4347
4347
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
4348
+ message: z.ZodNullable<z.ZodString>;
4348
4349
  status: z.ZodEnum<{
4349
4350
  active: "active";
4350
4351
  waiting_for_user: "waiting_for_user";
@@ -4353,9 +4354,9 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
4353
4354
  failed: "failed";
4354
4355
  }>;
4355
4356
  healthStatus: z.ZodEnum<{
4357
+ error: "error";
4356
4358
  success: "success";
4357
4359
  waiting: "waiting";
4358
- error: "error";
4359
4360
  }>;
4360
4361
  provider: z.ZodEnum<{
4361
4362
  deliverart: "deliverart";
@@ -4366,7 +4367,6 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
4366
4367
  id: z.ZodString;
4367
4368
  connectionId: z.ZodNullable<z.ZodString>;
4368
4369
  name: z.ZodString;
4369
- message: z.ZodNullable<z.ZodString>;
4370
4370
  internalNotes: z.ZodNullable<z.ZodString>;
4371
4371
  updates: z.ZodArray<z.ZodObject<{
4372
4372
  status: z.ZodEnum<{
@@ -4386,6 +4386,7 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
4386
4386
  salesModeId: z.ZodNullable<z.ZodString>;
4387
4387
  }, z.core.$strip>;
4388
4388
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
4389
+ message: z.ZodNullable<z.ZodString>;
4389
4390
  status: z.ZodEnum<{
4390
4391
  active: "active";
4391
4392
  waiting_for_user: "waiting_for_user";
@@ -4394,9 +4395,9 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
4394
4395
  failed: "failed";
4395
4396
  }>;
4396
4397
  healthStatus: z.ZodEnum<{
4398
+ error: "error";
4397
4399
  success: "success";
4398
4400
  waiting: "waiting";
4399
- error: "error";
4400
4401
  }>;
4401
4402
  provider: z.ZodEnum<{
4402
4403
  deliverart: "deliverart";
@@ -4407,7 +4408,6 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
4407
4408
  id: z.ZodString;
4408
4409
  connectionId: z.ZodNullable<z.ZodString>;
4409
4410
  name: z.ZodString;
4410
- message: z.ZodNullable<z.ZodString>;
4411
4411
  internalNotes: z.ZodNullable<z.ZodString>;
4412
4412
  updates: z.ZodArray<z.ZodObject<{
4413
4413
  status: z.ZodEnum<{
@@ -4424,14 +4424,15 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
4424
4424
  service: z.ZodLiteral<"cassa_in_cloud">;
4425
4425
  data: z.ZodObject<{
4426
4426
  apiKey: z.ZodString;
4427
- idSalesPoint: z.ZodNumber;
4427
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
4428
4428
  direction: z.ZodEnum<{
4429
4429
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
4430
4430
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
4431
4431
  }>;
4432
- locale: z.ZodString;
4432
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
4433
4433
  }, z.core.$strip>;
4434
4434
  integration: z.ZodNullable<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id"> | null, unknown>>>;
4435
+ message: z.ZodNullable<z.ZodString>;
4435
4436
  status: z.ZodEnum<{
4436
4437
  active: "active";
4437
4438
  waiting_for_user: "waiting_for_user";
@@ -4440,9 +4441,9 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
4440
4441
  failed: "failed";
4441
4442
  }>;
4442
4443
  healthStatus: z.ZodEnum<{
4444
+ error: "error";
4443
4445
  success: "success";
4444
4446
  waiting: "waiting";
4445
- error: "error";
4446
4447
  }>;
4447
4448
  provider: z.ZodEnum<{
4448
4449
  deliverart: "deliverart";
@@ -4453,7 +4454,6 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
4453
4454
  id: z.ZodString;
4454
4455
  connectionId: z.ZodNullable<z.ZodString>;
4455
4456
  name: z.ZodString;
4456
- message: z.ZodNullable<z.ZodString>;
4457
4457
  internalNotes: z.ZodNullable<z.ZodString>;
4458
4458
  updates: z.ZodArray<z.ZodObject<{
4459
4459
  status: z.ZodEnum<{
@@ -4516,13 +4516,13 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
4516
4516
  failed: "failed";
4517
4517
  }>>]>>;
4518
4518
  healthStatus: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
4519
+ error: "error";
4519
4520
  success: "success";
4520
4521
  waiting: "waiting";
4521
- error: "error";
4522
4522
  }>, z.ZodArray<z.ZodEnum<{
4523
+ error: "error";
4523
4524
  success: "success";
4524
4525
  waiting: "waiting";
4525
- error: "error";
4526
4526
  }>>]>>;
4527
4527
  connectionId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
4528
4528
  page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
@@ -4558,12 +4558,12 @@ declare const respondIntegrationActivationRequestInputSchema: z.ZodObject<{
4558
4558
  salesModeId: z.ZodNullable<z.ZodString>;
4559
4559
  }, z.core.$strip>, z.ZodObject<{
4560
4560
  apiKey: z.ZodString;
4561
- idSalesPoint: z.ZodNumber;
4561
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
4562
4562
  direction: z.ZodEnum<{
4563
4563
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
4564
4564
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
4565
4565
  }>;
4566
- locale: z.ZodString;
4566
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
4567
4567
  }, z.core.$strip>]>;
4568
4568
  }, z.core.$strip>;
4569
4569
  type RespondIntegrationActivationRequestInput = z.input<typeof respondIntegrationActivationRequestInputSchema>;
@@ -4613,9 +4613,9 @@ declare const respondIntegrationActivationRequestResponseSchema: z.ZodDiscrimina
4613
4613
  failed: "failed";
4614
4614
  }>;
4615
4615
  healthStatus: z.ZodEnum<{
4616
+ error: "error";
4616
4617
  success: "success";
4617
4618
  waiting: "waiting";
4618
- error: "error";
4619
4619
  }>;
4620
4620
  provider: z.ZodEnum<{
4621
4621
  deliverart: "deliverart";
@@ -4682,9 +4682,9 @@ declare const respondIntegrationActivationRequestResponseSchema: z.ZodDiscrimina
4682
4682
  failed: "failed";
4683
4683
  }>;
4684
4684
  healthStatus: z.ZodEnum<{
4685
+ error: "error";
4685
4686
  success: "success";
4686
4687
  waiting: "waiting";
4687
- error: "error";
4688
4688
  }>;
4689
4689
  provider: z.ZodEnum<{
4690
4690
  deliverart: "deliverart";
@@ -4751,9 +4751,9 @@ declare const respondIntegrationActivationRequestResponseSchema: z.ZodDiscrimina
4751
4751
  failed: "failed";
4752
4752
  }>;
4753
4753
  healthStatus: z.ZodEnum<{
4754
+ error: "error";
4754
4755
  success: "success";
4755
4756
  waiting: "waiting";
4756
- error: "error";
4757
4757
  }>;
4758
4758
  provider: z.ZodEnum<{
4759
4759
  deliverart: "deliverart";
@@ -4807,12 +4807,12 @@ declare const respondIntegrationActivationRequestResponseSchema: z.ZodDiscrimina
4807
4807
  service: z.ZodLiteral<"cassa_in_cloud">;
4808
4808
  data: z.ZodObject<{
4809
4809
  apiKey: z.ZodString;
4810
- idSalesPoint: z.ZodNumber;
4810
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
4811
4811
  direction: z.ZodEnum<{
4812
4812
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
4813
4813
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
4814
4814
  }>;
4815
- locale: z.ZodString;
4815
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
4816
4816
  }, z.core.$strip>;
4817
4817
  id: z.ZodString;
4818
4818
  connectionId: z.ZodNullable<z.ZodString>;
@@ -4825,9 +4825,9 @@ declare const respondIntegrationActivationRequestResponseSchema: z.ZodDiscrimina
4825
4825
  failed: "failed";
4826
4826
  }>;
4827
4827
  healthStatus: z.ZodEnum<{
4828
+ error: "error";
4828
4829
  success: "success";
4829
4830
  waiting: "waiting";
4830
- error: "error";
4831
4831
  }>;
4832
4832
  provider: z.ZodEnum<{
4833
4833
  deliverart: "deliverart";
@@ -4869,12 +4869,12 @@ declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typ
4869
4869
  salesModeId: z.ZodNullable<z.ZodString>;
4870
4870
  }, z.core.$strip>, z.ZodObject<{
4871
4871
  apiKey: z.ZodString;
4872
- idSalesPoint: z.ZodNumber;
4872
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
4873
4873
  direction: z.ZodEnum<{
4874
4874
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
4875
4875
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
4876
4876
  }>;
4877
- locale: z.ZodString;
4877
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
4878
4878
  }, z.core.$strip>]>;
4879
4879
  }, z.core.$strip>;
4880
4880
  readonly outputSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -4923,9 +4923,9 @@ declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typ
4923
4923
  failed: "failed";
4924
4924
  }>;
4925
4925
  healthStatus: z.ZodEnum<{
4926
+ error: "error";
4926
4927
  success: "success";
4927
4928
  waiting: "waiting";
4928
- error: "error";
4929
4929
  }>;
4930
4930
  provider: z.ZodEnum<{
4931
4931
  deliverart: "deliverart";
@@ -4992,9 +4992,9 @@ declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typ
4992
4992
  failed: "failed";
4993
4993
  }>;
4994
4994
  healthStatus: z.ZodEnum<{
4995
+ error: "error";
4995
4996
  success: "success";
4996
4997
  waiting: "waiting";
4997
- error: "error";
4998
4998
  }>;
4999
4999
  provider: z.ZodEnum<{
5000
5000
  deliverart: "deliverart";
@@ -5061,9 +5061,9 @@ declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typ
5061
5061
  failed: "failed";
5062
5062
  }>;
5063
5063
  healthStatus: z.ZodEnum<{
5064
+ error: "error";
5064
5065
  success: "success";
5065
5066
  waiting: "waiting";
5066
- error: "error";
5067
5067
  }>;
5068
5068
  provider: z.ZodEnum<{
5069
5069
  deliverart: "deliverart";
@@ -5117,12 +5117,12 @@ declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typ
5117
5117
  service: z.ZodLiteral<"cassa_in_cloud">;
5118
5118
  data: z.ZodObject<{
5119
5119
  apiKey: z.ZodString;
5120
- idSalesPoint: z.ZodNumber;
5120
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
5121
5121
  direction: z.ZodEnum<{
5122
5122
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
5123
5123
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
5124
5124
  }>;
5125
- locale: z.ZodString;
5125
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
5126
5126
  }, z.core.$strip>;
5127
5127
  id: z.ZodString;
5128
5128
  connectionId: z.ZodNullable<z.ZodString>;
@@ -5135,9 +5135,9 @@ declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typ
5135
5135
  failed: "failed";
5136
5136
  }>;
5137
5137
  healthStatus: z.ZodEnum<{
5138
+ error: "error";
5138
5139
  success: "success";
5139
5140
  waiting: "waiting";
5140
- error: "error";
5141
5141
  }>;
5142
5142
  provider: z.ZodEnum<{
5143
5143
  deliverart: "deliverart";
@@ -5215,9 +5215,9 @@ declare const sendIntegrationActivationRequestToPartnerResponseSchema: z.ZodDisc
5215
5215
  failed: "failed";
5216
5216
  }>;
5217
5217
  healthStatus: z.ZodEnum<{
5218
+ error: "error";
5218
5219
  success: "success";
5219
5220
  waiting: "waiting";
5220
- error: "error";
5221
5221
  }>;
5222
5222
  provider: z.ZodEnum<{
5223
5223
  deliverart: "deliverart";
@@ -5284,9 +5284,9 @@ declare const sendIntegrationActivationRequestToPartnerResponseSchema: z.ZodDisc
5284
5284
  failed: "failed";
5285
5285
  }>;
5286
5286
  healthStatus: z.ZodEnum<{
5287
+ error: "error";
5287
5288
  success: "success";
5288
5289
  waiting: "waiting";
5289
- error: "error";
5290
5290
  }>;
5291
5291
  provider: z.ZodEnum<{
5292
5292
  deliverart: "deliverart";
@@ -5353,9 +5353,9 @@ declare const sendIntegrationActivationRequestToPartnerResponseSchema: z.ZodDisc
5353
5353
  failed: "failed";
5354
5354
  }>;
5355
5355
  healthStatus: z.ZodEnum<{
5356
+ error: "error";
5356
5357
  success: "success";
5357
5358
  waiting: "waiting";
5358
- error: "error";
5359
5359
  }>;
5360
5360
  provider: z.ZodEnum<{
5361
5361
  deliverart: "deliverart";
@@ -5409,12 +5409,12 @@ declare const sendIntegrationActivationRequestToPartnerResponseSchema: z.ZodDisc
5409
5409
  service: z.ZodLiteral<"cassa_in_cloud">;
5410
5410
  data: z.ZodObject<{
5411
5411
  apiKey: z.ZodString;
5412
- idSalesPoint: z.ZodNumber;
5412
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
5413
5413
  direction: z.ZodEnum<{
5414
5414
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
5415
5415
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
5416
5416
  }>;
5417
- locale: z.ZodString;
5417
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
5418
5418
  }, z.core.$strip>;
5419
5419
  id: z.ZodString;
5420
5420
  connectionId: z.ZodNullable<z.ZodString>;
@@ -5427,9 +5427,9 @@ declare const sendIntegrationActivationRequestToPartnerResponseSchema: z.ZodDisc
5427
5427
  failed: "failed";
5428
5428
  }>;
5429
5429
  healthStatus: z.ZodEnum<{
5430
+ error: "error";
5430
5431
  success: "success";
5431
5432
  waiting: "waiting";
5432
- error: "error";
5433
5433
  }>;
5434
5434
  provider: z.ZodEnum<{
5435
5435
  deliverart: "deliverart";
@@ -5504,9 +5504,9 @@ declare class SendIntegrationActivationRequestToPartner extends AbstractApiReque
5504
5504
  failed: "failed";
5505
5505
  }>;
5506
5506
  healthStatus: z.ZodEnum<{
5507
+ error: "error";
5507
5508
  success: "success";
5508
5509
  waiting: "waiting";
5509
- error: "error";
5510
5510
  }>;
5511
5511
  provider: z.ZodEnum<{
5512
5512
  deliverart: "deliverart";
@@ -5573,9 +5573,9 @@ declare class SendIntegrationActivationRequestToPartner extends AbstractApiReque
5573
5573
  failed: "failed";
5574
5574
  }>;
5575
5575
  healthStatus: z.ZodEnum<{
5576
+ error: "error";
5576
5577
  success: "success";
5577
5578
  waiting: "waiting";
5578
- error: "error";
5579
5579
  }>;
5580
5580
  provider: z.ZodEnum<{
5581
5581
  deliverart: "deliverart";
@@ -5642,9 +5642,9 @@ declare class SendIntegrationActivationRequestToPartner extends AbstractApiReque
5642
5642
  failed: "failed";
5643
5643
  }>;
5644
5644
  healthStatus: z.ZodEnum<{
5645
+ error: "error";
5645
5646
  success: "success";
5646
5647
  waiting: "waiting";
5647
- error: "error";
5648
5648
  }>;
5649
5649
  provider: z.ZodEnum<{
5650
5650
  deliverart: "deliverart";
@@ -5698,12 +5698,12 @@ declare class SendIntegrationActivationRequestToPartner extends AbstractApiReque
5698
5698
  service: z.ZodLiteral<"cassa_in_cloud">;
5699
5699
  data: z.ZodObject<{
5700
5700
  apiKey: z.ZodString;
5701
- idSalesPoint: z.ZodNumber;
5701
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
5702
5702
  direction: z.ZodEnum<{
5703
5703
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
5704
5704
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
5705
5705
  }>;
5706
- locale: z.ZodString;
5706
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
5707
5707
  }, z.core.$strip>;
5708
5708
  id: z.ZodString;
5709
5709
  connectionId: z.ZodNullable<z.ZodString>;
@@ -5716,9 +5716,9 @@ declare class SendIntegrationActivationRequestToPartner extends AbstractApiReque
5716
5716
  failed: "failed";
5717
5717
  }>;
5718
5718
  healthStatus: z.ZodEnum<{
5719
+ error: "error";
5719
5720
  success: "success";
5720
5721
  waiting: "waiting";
5721
- error: "error";
5722
5722
  }>;
5723
5723
  provider: z.ZodEnum<{
5724
5724
  deliverart: "deliverart";
@@ -5756,9 +5756,9 @@ declare const updateIntegrationActivationRequestInputSchema: z.ZodDiscriminatedU
5756
5756
  salesModeId: z.ZodNullable<z.ZodString>;
5757
5757
  }, z.core.$strip>>;
5758
5758
  healthStatus: z.ZodOptional<z.ZodEnum<{
5759
+ error: "error";
5759
5760
  success: "success";
5760
5761
  waiting: "waiting";
5761
- error: "error";
5762
5762
  }>>;
5763
5763
  provider: z.ZodOptional<z.ZodEnum<{
5764
5764
  deliverart: "deliverart";
@@ -5774,9 +5774,9 @@ declare const updateIntegrationActivationRequestInputSchema: z.ZodDiscriminatedU
5774
5774
  salesModeId: z.ZodNullable<z.ZodString>;
5775
5775
  }, z.core.$strip>>;
5776
5776
  healthStatus: z.ZodOptional<z.ZodEnum<{
5777
+ error: "error";
5777
5778
  success: "success";
5778
5779
  waiting: "waiting";
5779
- error: "error";
5780
5780
  }>>;
5781
5781
  provider: z.ZodOptional<z.ZodEnum<{
5782
5782
  deliverart: "deliverart";
@@ -5792,9 +5792,9 @@ declare const updateIntegrationActivationRequestInputSchema: z.ZodDiscriminatedU
5792
5792
  salesModeId: z.ZodNullable<z.ZodString>;
5793
5793
  }, z.core.$strip>>;
5794
5794
  healthStatus: z.ZodOptional<z.ZodEnum<{
5795
+ error: "error";
5795
5796
  success: "success";
5796
5797
  waiting: "waiting";
5797
- error: "error";
5798
5798
  }>>;
5799
5799
  provider: z.ZodOptional<z.ZodEnum<{
5800
5800
  deliverart: "deliverart";
@@ -5807,17 +5807,17 @@ declare const updateIntegrationActivationRequestInputSchema: z.ZodDiscriminatedU
5807
5807
  service: z.ZodLiteral<"cassa_in_cloud">;
5808
5808
  data: z.ZodOptional<z.ZodObject<{
5809
5809
  apiKey: z.ZodString;
5810
- idSalesPoint: z.ZodNumber;
5810
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
5811
5811
  direction: z.ZodEnum<{
5812
5812
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
5813
5813
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
5814
5814
  }>;
5815
- locale: z.ZodString;
5815
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
5816
5816
  }, z.core.$strip>>;
5817
5817
  healthStatus: z.ZodOptional<z.ZodEnum<{
5818
+ error: "error";
5818
5819
  success: "success";
5819
5820
  waiting: "waiting";
5820
- error: "error";
5821
5821
  }>>;
5822
5822
  provider: z.ZodOptional<z.ZodEnum<{
5823
5823
  deliverart: "deliverart";
@@ -5874,9 +5874,9 @@ declare const updateIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
5874
5874
  failed: "failed";
5875
5875
  }>;
5876
5876
  healthStatus: z.ZodEnum<{
5877
+ error: "error";
5877
5878
  success: "success";
5878
5879
  waiting: "waiting";
5879
- error: "error";
5880
5880
  }>;
5881
5881
  provider: z.ZodEnum<{
5882
5882
  deliverart: "deliverart";
@@ -5943,9 +5943,9 @@ declare const updateIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
5943
5943
  failed: "failed";
5944
5944
  }>;
5945
5945
  healthStatus: z.ZodEnum<{
5946
+ error: "error";
5946
5947
  success: "success";
5947
5948
  waiting: "waiting";
5948
- error: "error";
5949
5949
  }>;
5950
5950
  provider: z.ZodEnum<{
5951
5951
  deliverart: "deliverart";
@@ -6012,9 +6012,9 @@ declare const updateIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
6012
6012
  failed: "failed";
6013
6013
  }>;
6014
6014
  healthStatus: z.ZodEnum<{
6015
+ error: "error";
6015
6016
  success: "success";
6016
6017
  waiting: "waiting";
6017
- error: "error";
6018
6018
  }>;
6019
6019
  provider: z.ZodEnum<{
6020
6020
  deliverart: "deliverart";
@@ -6068,12 +6068,12 @@ declare const updateIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
6068
6068
  service: z.ZodLiteral<"cassa_in_cloud">;
6069
6069
  data: z.ZodObject<{
6070
6070
  apiKey: z.ZodString;
6071
- idSalesPoint: z.ZodNumber;
6071
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
6072
6072
  direction: z.ZodEnum<{
6073
6073
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
6074
6074
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
6075
6075
  }>;
6076
- locale: z.ZodString;
6076
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
6077
6077
  }, z.core.$strip>;
6078
6078
  id: z.ZodString;
6079
6079
  connectionId: z.ZodNullable<z.ZodString>;
@@ -6086,9 +6086,9 @@ declare const updateIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
6086
6086
  failed: "failed";
6087
6087
  }>;
6088
6088
  healthStatus: z.ZodEnum<{
6089
+ error: "error";
6089
6090
  success: "success";
6090
6091
  waiting: "waiting";
6091
- error: "error";
6092
6092
  }>;
6093
6093
  provider: z.ZodEnum<{
6094
6094
  deliverart: "deliverart";
@@ -6124,9 +6124,9 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
6124
6124
  salesModeId: z.ZodNullable<z.ZodString>;
6125
6125
  }, z.core.$strip>>;
6126
6126
  healthStatus: z.ZodOptional<z.ZodEnum<{
6127
+ error: "error";
6127
6128
  success: "success";
6128
6129
  waiting: "waiting";
6129
- error: "error";
6130
6130
  }>>;
6131
6131
  provider: z.ZodOptional<z.ZodEnum<{
6132
6132
  deliverart: "deliverart";
@@ -6142,9 +6142,9 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
6142
6142
  salesModeId: z.ZodNullable<z.ZodString>;
6143
6143
  }, z.core.$strip>>;
6144
6144
  healthStatus: z.ZodOptional<z.ZodEnum<{
6145
+ error: "error";
6145
6146
  success: "success";
6146
6147
  waiting: "waiting";
6147
- error: "error";
6148
6148
  }>>;
6149
6149
  provider: z.ZodOptional<z.ZodEnum<{
6150
6150
  deliverart: "deliverart";
@@ -6160,9 +6160,9 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
6160
6160
  salesModeId: z.ZodNullable<z.ZodString>;
6161
6161
  }, z.core.$strip>>;
6162
6162
  healthStatus: z.ZodOptional<z.ZodEnum<{
6163
+ error: "error";
6163
6164
  success: "success";
6164
6165
  waiting: "waiting";
6165
- error: "error";
6166
6166
  }>>;
6167
6167
  provider: z.ZodOptional<z.ZodEnum<{
6168
6168
  deliverart: "deliverart";
@@ -6175,17 +6175,17 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
6175
6175
  service: z.ZodLiteral<"cassa_in_cloud">;
6176
6176
  data: z.ZodOptional<z.ZodObject<{
6177
6177
  apiKey: z.ZodString;
6178
- idSalesPoint: z.ZodNumber;
6178
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
6179
6179
  direction: z.ZodEnum<{
6180
6180
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
6181
6181
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
6182
6182
  }>;
6183
- locale: z.ZodString;
6183
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
6184
6184
  }, z.core.$strip>>;
6185
6185
  healthStatus: z.ZodOptional<z.ZodEnum<{
6186
+ error: "error";
6186
6187
  success: "success";
6187
6188
  waiting: "waiting";
6188
- error: "error";
6189
6189
  }>>;
6190
6190
  provider: z.ZodOptional<z.ZodEnum<{
6191
6191
  deliverart: "deliverart";
@@ -6241,9 +6241,9 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
6241
6241
  failed: "failed";
6242
6242
  }>;
6243
6243
  healthStatus: z.ZodEnum<{
6244
+ error: "error";
6244
6245
  success: "success";
6245
6246
  waiting: "waiting";
6246
- error: "error";
6247
6247
  }>;
6248
6248
  provider: z.ZodEnum<{
6249
6249
  deliverart: "deliverart";
@@ -6310,9 +6310,9 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
6310
6310
  failed: "failed";
6311
6311
  }>;
6312
6312
  healthStatus: z.ZodEnum<{
6313
+ error: "error";
6313
6314
  success: "success";
6314
6315
  waiting: "waiting";
6315
- error: "error";
6316
6316
  }>;
6317
6317
  provider: z.ZodEnum<{
6318
6318
  deliverart: "deliverart";
@@ -6379,9 +6379,9 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
6379
6379
  failed: "failed";
6380
6380
  }>;
6381
6381
  healthStatus: z.ZodEnum<{
6382
+ error: "error";
6382
6383
  success: "success";
6383
6384
  waiting: "waiting";
6384
- error: "error";
6385
6385
  }>;
6386
6386
  provider: z.ZodEnum<{
6387
6387
  deliverart: "deliverart";
@@ -6435,12 +6435,12 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
6435
6435
  service: z.ZodLiteral<"cassa_in_cloud">;
6436
6436
  data: z.ZodObject<{
6437
6437
  apiKey: z.ZodString;
6438
- idSalesPoint: z.ZodNumber;
6438
+ idSalesPoint: z.ZodCoercedNumber<unknown>;
6439
6439
  direction: z.ZodEnum<{
6440
6440
  EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
6441
6441
  INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
6442
6442
  }>;
6443
- locale: z.ZodString;
6443
+ locale: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
6444
6444
  }, z.core.$strip>;
6445
6445
  id: z.ZodString;
6446
6446
  connectionId: z.ZodNullable<z.ZodString>;
@@ -6453,9 +6453,9 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
6453
6453
  failed: "failed";
6454
6454
  }>;
6455
6455
  healthStatus: z.ZodEnum<{
6456
+ error: "error";
6456
6457
  success: "success";
6457
6458
  waiting: "waiting";
6458
- error: "error";
6459
6459
  }>;
6460
6460
  provider: z.ZodEnum<{
6461
6461
  deliverart: "deliverart";
@@ -12456,6 +12456,7 @@ declare const integrationJustEatEditableFieldsSchema: z.ZodObject<{
12456
12456
  cassa_in_cloud: "cassa_in_cloud";
12457
12457
  }>>;
12458
12458
  name: z.ZodOptional<z.ZodString>;
12459
+ salesMode: z.ZodOptional<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>>;
12459
12460
  skipInvalidItem: z.ZodOptional<z.ZodBoolean>;
12460
12461
  skipNegativePrices: z.ZodOptional<z.ZodBoolean>;
12461
12462
  importTaggedItems: z.ZodOptional<z.ZodBoolean>;
@@ -12579,6 +12580,7 @@ declare const createIntegrationJustEatInputSchema: z.ZodObject<{
12579
12580
  cassa_in_cloud: "cassa_in_cloud";
12580
12581
  }>>;
12581
12582
  name: z.ZodOptional<z.ZodString>;
12583
+ salesMode: z.ZodOptional<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>>;
12582
12584
  skipInvalidItem: z.ZodOptional<z.ZodBoolean>;
12583
12585
  skipNegativePrices: z.ZodOptional<z.ZodBoolean>;
12584
12586
  importTaggedItems: z.ZodOptional<z.ZodBoolean>;
@@ -12648,6 +12650,7 @@ declare class CreateIntegrationJustEat extends AbstractApiRequest<typeof createI
12648
12650
  cassa_in_cloud: "cassa_in_cloud";
12649
12651
  }>>;
12650
12652
  name: z.ZodOptional<z.ZodString>;
12653
+ salesMode: z.ZodOptional<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>>;
12651
12654
  skipInvalidItem: z.ZodOptional<z.ZodBoolean>;
12652
12655
  skipNegativePrices: z.ZodOptional<z.ZodBoolean>;
12653
12656
  importTaggedItems: z.ZodOptional<z.ZodBoolean>;
@@ -13478,6 +13481,7 @@ declare const updateIntegrationJustEatInputSchema: zod.ZodObject<{
13478
13481
  cassa_in_cloud: "cassa_in_cloud";
13479
13482
  }>>>;
13480
13483
  name: zod.ZodOptional<zod.ZodOptional<zod.ZodString>>;
13484
+ salesMode: zod.ZodOptional<zod.ZodOptional<zod.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, zod_v4_core_schemas_cjs.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>>>;
13481
13485
  skipInvalidItem: zod.ZodOptional<zod.ZodOptional<zod.ZodBoolean>>;
13482
13486
  skipNegativePrices: zod.ZodOptional<zod.ZodOptional<zod.ZodBoolean>>;
13483
13487
  importTaggedItems: zod.ZodOptional<zod.ZodOptional<zod.ZodBoolean>>;
@@ -13546,6 +13550,7 @@ declare class UpdateIntegrationJustEat extends AbstractApiRequest<typeof updateI
13546
13550
  cassa_in_cloud: "cassa_in_cloud";
13547
13551
  }>>>;
13548
13552
  name: zod.ZodOptional<zod.ZodOptional<zod.ZodString>>;
13553
+ salesMode: zod.ZodOptional<zod.ZodOptional<zod.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, zod_v4_core_schemas_cjs.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>>>;
13549
13554
  skipInvalidItem: zod.ZodOptional<zod.ZodOptional<zod.ZodBoolean>>;
13550
13555
  skipNegativePrices: zod.ZodOptional<zod.ZodOptional<zod.ZodBoolean>>;
13551
13556
  importTaggedItems: zod.ZodOptional<zod.ZodOptional<zod.ZodBoolean>>;