@deliverart/sdk-js-integration 2.1.29 → 2.1.30
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.cjs +2 -2
- package/dist/index.d.cts +255 -255
- package/dist/index.d.ts +255 -255
- package/dist/index.js +2 -2
- package/package.json +6 -6
package/dist/index.d.cts
CHANGED
|
@@ -27,10 +27,10 @@ declare const activatableIntegrationBaseSchema: z.ZodObject<{
|
|
|
27
27
|
}>;
|
|
28
28
|
name: z.ZodString;
|
|
29
29
|
message: z.ZodNullable<z.ZodString>;
|
|
30
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
30
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
31
|
createdAt: z.ZodString;
|
|
32
32
|
updatedAt: z.ZodString;
|
|
33
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
33
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
34
34
|
status: z.ZodEnum<{
|
|
35
35
|
active: "active";
|
|
36
36
|
waiting_for_user: "waiting_for_user";
|
|
@@ -40,7 +40,7 @@ declare const activatableIntegrationBaseSchema: z.ZodObject<{
|
|
|
40
40
|
}>;
|
|
41
41
|
message: z.ZodString;
|
|
42
42
|
updatedAt: z.ZodString;
|
|
43
|
-
}, z.core.$strip
|
|
43
|
+
}, z.core.$strip>>>>;
|
|
44
44
|
}, z.core.$strip>;
|
|
45
45
|
declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
46
46
|
service: z.ZodLiteral<"deliveroo">;
|
|
@@ -72,8 +72,8 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
72
72
|
id: z.ZodString;
|
|
73
73
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
74
74
|
name: z.ZodString;
|
|
75
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
76
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
75
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
76
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
77
77
|
status: z.ZodEnum<{
|
|
78
78
|
active: "active";
|
|
79
79
|
waiting_for_user: "waiting_for_user";
|
|
@@ -83,7 +83,7 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
83
83
|
}>;
|
|
84
84
|
message: z.ZodString;
|
|
85
85
|
updatedAt: z.ZodString;
|
|
86
|
-
}, z.core.$strip
|
|
86
|
+
}, z.core.$strip>>>>;
|
|
87
87
|
}, z.core.$strip>, z.ZodObject<{
|
|
88
88
|
service: z.ZodLiteral<"glovo">;
|
|
89
89
|
data: z.ZodObject<{
|
|
@@ -113,8 +113,8 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
113
113
|
id: z.ZodString;
|
|
114
114
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
115
115
|
name: z.ZodString;
|
|
116
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
117
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
116
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
117
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
118
118
|
status: z.ZodEnum<{
|
|
119
119
|
active: "active";
|
|
120
120
|
waiting_for_user: "waiting_for_user";
|
|
@@ -124,7 +124,7 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
124
124
|
}>;
|
|
125
125
|
message: z.ZodString;
|
|
126
126
|
updatedAt: z.ZodString;
|
|
127
|
-
}, z.core.$strip
|
|
127
|
+
}, z.core.$strip>>>>;
|
|
128
128
|
}, z.core.$strip>, z.ZodObject<{
|
|
129
129
|
service: z.ZodLiteral<"justeat">;
|
|
130
130
|
data: z.ZodObject<{
|
|
@@ -154,8 +154,8 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
154
154
|
id: z.ZodString;
|
|
155
155
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
156
156
|
name: z.ZodString;
|
|
157
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
158
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
157
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
158
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
159
159
|
status: z.ZodEnum<{
|
|
160
160
|
active: "active";
|
|
161
161
|
waiting_for_user: "waiting_for_user";
|
|
@@ -165,7 +165,7 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
165
165
|
}>;
|
|
166
166
|
message: z.ZodString;
|
|
167
167
|
updatedAt: z.ZodString;
|
|
168
|
-
}, z.core.$strip
|
|
168
|
+
}, z.core.$strip>>>>;
|
|
169
169
|
}, z.core.$strip>, z.ZodObject<{
|
|
170
170
|
service: z.ZodLiteral<"cassa_in_cloud">;
|
|
171
171
|
data: z.ZodObject<{
|
|
@@ -200,8 +200,8 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
200
200
|
id: z.ZodString;
|
|
201
201
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
202
202
|
name: z.ZodString;
|
|
203
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
204
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
203
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
204
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
205
205
|
status: z.ZodEnum<{
|
|
206
206
|
active: "active";
|
|
207
207
|
waiting_for_user: "waiting_for_user";
|
|
@@ -211,7 +211,7 @@ declare const activatableIntegrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
211
211
|
}>;
|
|
212
212
|
message: z.ZodString;
|
|
213
213
|
updatedAt: z.ZodString;
|
|
214
|
-
}, z.core.$strip
|
|
214
|
+
}, z.core.$strip>>>>;
|
|
215
215
|
}, z.core.$strip>]>;
|
|
216
216
|
type ActivatableIntegration = z.infer<typeof activatableIntegrationSchema>;
|
|
217
217
|
|
|
@@ -321,8 +321,8 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
321
321
|
id: z.ZodString;
|
|
322
322
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
323
323
|
name: z.ZodString;
|
|
324
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
325
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
324
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
325
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
326
326
|
status: z.ZodEnum<{
|
|
327
327
|
active: "active";
|
|
328
328
|
waiting_for_user: "waiting_for_user";
|
|
@@ -332,7 +332,7 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
332
332
|
}>;
|
|
333
333
|
message: z.ZodString;
|
|
334
334
|
updatedAt: z.ZodString;
|
|
335
|
-
}, z.core.$strip
|
|
335
|
+
}, z.core.$strip>>>>;
|
|
336
336
|
}, z.core.$strip>, z.ZodObject<{
|
|
337
337
|
service: z.ZodLiteral<"glovo">;
|
|
338
338
|
data: z.ZodObject<{
|
|
@@ -362,8 +362,8 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
362
362
|
id: z.ZodString;
|
|
363
363
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
364
364
|
name: z.ZodString;
|
|
365
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
366
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
365
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
366
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
367
367
|
status: z.ZodEnum<{
|
|
368
368
|
active: "active";
|
|
369
369
|
waiting_for_user: "waiting_for_user";
|
|
@@ -373,7 +373,7 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
373
373
|
}>;
|
|
374
374
|
message: z.ZodString;
|
|
375
375
|
updatedAt: z.ZodString;
|
|
376
|
-
}, z.core.$strip
|
|
376
|
+
}, z.core.$strip>>>>;
|
|
377
377
|
}, z.core.$strip>, z.ZodObject<{
|
|
378
378
|
service: z.ZodLiteral<"justeat">;
|
|
379
379
|
data: z.ZodObject<{
|
|
@@ -403,8 +403,8 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
403
403
|
id: z.ZodString;
|
|
404
404
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
405
405
|
name: z.ZodString;
|
|
406
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
407
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
406
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
407
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
408
408
|
status: z.ZodEnum<{
|
|
409
409
|
active: "active";
|
|
410
410
|
waiting_for_user: "waiting_for_user";
|
|
@@ -414,7 +414,7 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
414
414
|
}>;
|
|
415
415
|
message: z.ZodString;
|
|
416
416
|
updatedAt: z.ZodString;
|
|
417
|
-
}, z.core.$strip
|
|
417
|
+
}, z.core.$strip>>>>;
|
|
418
418
|
}, z.core.$strip>, z.ZodObject<{
|
|
419
419
|
service: z.ZodLiteral<"cassa_in_cloud">;
|
|
420
420
|
data: z.ZodObject<{
|
|
@@ -449,8 +449,8 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
449
449
|
id: z.ZodString;
|
|
450
450
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
451
451
|
name: z.ZodString;
|
|
452
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
453
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
452
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
453
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
454
454
|
status: z.ZodEnum<{
|
|
455
455
|
active: "active";
|
|
456
456
|
waiting_for_user: "waiting_for_user";
|
|
@@ -460,7 +460,7 @@ declare const integrationActivationRequestSchema: z.ZodDiscriminatedUnion<[z.Zod
|
|
|
460
460
|
}>;
|
|
461
461
|
message: z.ZodString;
|
|
462
462
|
updatedAt: z.ZodString;
|
|
463
|
-
}, z.core.$strip
|
|
463
|
+
}, z.core.$strip>>>>;
|
|
464
464
|
}, z.core.$strip>]>;
|
|
465
465
|
type IntegrationActivationRequest = z.infer<typeof integrationActivationRequestSchema>;
|
|
466
466
|
declare const integrationActivationRequestDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -519,10 +519,10 @@ declare const integrationActivationRequestDetailsSchema: z.ZodDiscriminatedUnion
|
|
|
519
519
|
}>;
|
|
520
520
|
name: z.ZodString;
|
|
521
521
|
message: z.ZodNullable<z.ZodString>;
|
|
522
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
522
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
523
523
|
createdAt: z.ZodString;
|
|
524
524
|
updatedAt: z.ZodString;
|
|
525
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
525
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
526
526
|
status: z.ZodEnum<{
|
|
527
527
|
active: "active";
|
|
528
528
|
waiting_for_user: "waiting_for_user";
|
|
@@ -532,7 +532,7 @@ declare const integrationActivationRequestDetailsSchema: z.ZodDiscriminatedUnion
|
|
|
532
532
|
}>;
|
|
533
533
|
message: z.ZodString;
|
|
534
534
|
updatedAt: z.ZodString;
|
|
535
|
-
}, z.core.$strip
|
|
535
|
+
}, z.core.$strip>>>>;
|
|
536
536
|
}, z.core.$strip>, z.ZodObject<{
|
|
537
537
|
pointOfSale: z.ZodObject<{
|
|
538
538
|
id: z.ZodString;
|
|
@@ -588,10 +588,10 @@ declare const integrationActivationRequestDetailsSchema: z.ZodDiscriminatedUnion
|
|
|
588
588
|
}>;
|
|
589
589
|
name: z.ZodString;
|
|
590
590
|
message: z.ZodNullable<z.ZodString>;
|
|
591
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
591
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
592
592
|
createdAt: z.ZodString;
|
|
593
593
|
updatedAt: z.ZodString;
|
|
594
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
594
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
595
595
|
status: z.ZodEnum<{
|
|
596
596
|
active: "active";
|
|
597
597
|
waiting_for_user: "waiting_for_user";
|
|
@@ -601,7 +601,7 @@ declare const integrationActivationRequestDetailsSchema: z.ZodDiscriminatedUnion
|
|
|
601
601
|
}>;
|
|
602
602
|
message: z.ZodString;
|
|
603
603
|
updatedAt: z.ZodString;
|
|
604
|
-
}, z.core.$strip
|
|
604
|
+
}, z.core.$strip>>>>;
|
|
605
605
|
}, z.core.$strip>, z.ZodObject<{
|
|
606
606
|
pointOfSale: z.ZodObject<{
|
|
607
607
|
id: z.ZodString;
|
|
@@ -657,10 +657,10 @@ declare const integrationActivationRequestDetailsSchema: z.ZodDiscriminatedUnion
|
|
|
657
657
|
}>;
|
|
658
658
|
name: z.ZodString;
|
|
659
659
|
message: z.ZodNullable<z.ZodString>;
|
|
660
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
660
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
661
661
|
createdAt: z.ZodString;
|
|
662
662
|
updatedAt: z.ZodString;
|
|
663
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
663
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
664
664
|
status: z.ZodEnum<{
|
|
665
665
|
active: "active";
|
|
666
666
|
waiting_for_user: "waiting_for_user";
|
|
@@ -670,7 +670,7 @@ declare const integrationActivationRequestDetailsSchema: z.ZodDiscriminatedUnion
|
|
|
670
670
|
}>;
|
|
671
671
|
message: z.ZodString;
|
|
672
672
|
updatedAt: z.ZodString;
|
|
673
|
-
}, z.core.$strip
|
|
673
|
+
}, z.core.$strip>>>>;
|
|
674
674
|
}, z.core.$strip>, z.ZodObject<{
|
|
675
675
|
pointOfSale: z.ZodObject<{
|
|
676
676
|
id: z.ZodString;
|
|
@@ -731,10 +731,10 @@ declare const integrationActivationRequestDetailsSchema: z.ZodDiscriminatedUnion
|
|
|
731
731
|
}>;
|
|
732
732
|
name: z.ZodString;
|
|
733
733
|
message: z.ZodNullable<z.ZodString>;
|
|
734
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
734
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
735
735
|
createdAt: z.ZodString;
|
|
736
736
|
updatedAt: z.ZodString;
|
|
737
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
737
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
738
738
|
status: z.ZodEnum<{
|
|
739
739
|
active: "active";
|
|
740
740
|
waiting_for_user: "waiting_for_user";
|
|
@@ -744,7 +744,7 @@ declare const integrationActivationRequestDetailsSchema: z.ZodDiscriminatedUnion
|
|
|
744
744
|
}>;
|
|
745
745
|
message: z.ZodString;
|
|
746
746
|
updatedAt: z.ZodString;
|
|
747
|
-
}, z.core.$strip
|
|
747
|
+
}, z.core.$strip>>>>;
|
|
748
748
|
}, z.core.$strip>]>;
|
|
749
749
|
type IntegrationActivationRequestDetails = z.infer<typeof integrationActivationRequestDetailsSchema>;
|
|
750
750
|
|
|
@@ -1141,10 +1141,10 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1141
1141
|
}>;
|
|
1142
1142
|
name: z.ZodString;
|
|
1143
1143
|
message: z.ZodNullable<z.ZodString>;
|
|
1144
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
1144
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1145
1145
|
createdAt: z.ZodString;
|
|
1146
1146
|
updatedAt: z.ZodString;
|
|
1147
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
1147
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1148
1148
|
status: z.ZodEnum<{
|
|
1149
1149
|
active: "active";
|
|
1150
1150
|
waiting_for_user: "waiting_for_user";
|
|
@@ -1154,7 +1154,7 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1154
1154
|
}>;
|
|
1155
1155
|
message: z.ZodString;
|
|
1156
1156
|
updatedAt: z.ZodString;
|
|
1157
|
-
}, z.core.$strip
|
|
1157
|
+
}, z.core.$strip>>>>;
|
|
1158
1158
|
}, z.core.$strip>, z.ZodObject<{
|
|
1159
1159
|
pointOfSale: z.ZodObject<{
|
|
1160
1160
|
id: z.ZodString;
|
|
@@ -1210,10 +1210,10 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1210
1210
|
}>;
|
|
1211
1211
|
name: z.ZodString;
|
|
1212
1212
|
message: z.ZodNullable<z.ZodString>;
|
|
1213
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
1213
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1214
1214
|
createdAt: z.ZodString;
|
|
1215
1215
|
updatedAt: z.ZodString;
|
|
1216
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
1216
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1217
1217
|
status: z.ZodEnum<{
|
|
1218
1218
|
active: "active";
|
|
1219
1219
|
waiting_for_user: "waiting_for_user";
|
|
@@ -1223,7 +1223,7 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1223
1223
|
}>;
|
|
1224
1224
|
message: z.ZodString;
|
|
1225
1225
|
updatedAt: z.ZodString;
|
|
1226
|
-
}, z.core.$strip
|
|
1226
|
+
}, z.core.$strip>>>>;
|
|
1227
1227
|
}, z.core.$strip>, z.ZodObject<{
|
|
1228
1228
|
pointOfSale: z.ZodObject<{
|
|
1229
1229
|
id: z.ZodString;
|
|
@@ -1279,10 +1279,10 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1279
1279
|
}>;
|
|
1280
1280
|
name: z.ZodString;
|
|
1281
1281
|
message: z.ZodNullable<z.ZodString>;
|
|
1282
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
1282
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1283
1283
|
createdAt: z.ZodString;
|
|
1284
1284
|
updatedAt: z.ZodString;
|
|
1285
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
1285
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1286
1286
|
status: z.ZodEnum<{
|
|
1287
1287
|
active: "active";
|
|
1288
1288
|
waiting_for_user: "waiting_for_user";
|
|
@@ -1292,7 +1292,7 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1292
1292
|
}>;
|
|
1293
1293
|
message: z.ZodString;
|
|
1294
1294
|
updatedAt: z.ZodString;
|
|
1295
|
-
}, z.core.$strip
|
|
1295
|
+
}, z.core.$strip>>>>;
|
|
1296
1296
|
}, z.core.$strip>, z.ZodObject<{
|
|
1297
1297
|
pointOfSale: z.ZodObject<{
|
|
1298
1298
|
id: z.ZodString;
|
|
@@ -1353,10 +1353,10 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1353
1353
|
}>;
|
|
1354
1354
|
name: z.ZodString;
|
|
1355
1355
|
message: z.ZodNullable<z.ZodString>;
|
|
1356
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
1356
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1357
1357
|
createdAt: z.ZodString;
|
|
1358
1358
|
updatedAt: z.ZodString;
|
|
1359
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
1359
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1360
1360
|
status: z.ZodEnum<{
|
|
1361
1361
|
active: "active";
|
|
1362
1362
|
waiting_for_user: "waiting_for_user";
|
|
@@ -1366,7 +1366,7 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1366
1366
|
}>;
|
|
1367
1367
|
message: z.ZodString;
|
|
1368
1368
|
updatedAt: z.ZodString;
|
|
1369
|
-
}, z.core.$strip
|
|
1369
|
+
}, z.core.$strip>>>>;
|
|
1370
1370
|
}, z.core.$strip>]>;
|
|
1371
1371
|
type ActivateIntegrationActivationRequestResponse = IntegrationActivationRequestDetails;
|
|
1372
1372
|
declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<typeof activateIntegrationActivationRequestInputSchema, typeof activateIntegrationActivationRequestResponseSchema> {
|
|
@@ -1430,10 +1430,10 @@ declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
1430
1430
|
}>;
|
|
1431
1431
|
name: z.ZodString;
|
|
1432
1432
|
message: z.ZodNullable<z.ZodString>;
|
|
1433
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
1433
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1434
1434
|
createdAt: z.ZodString;
|
|
1435
1435
|
updatedAt: z.ZodString;
|
|
1436
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
1436
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1437
1437
|
status: z.ZodEnum<{
|
|
1438
1438
|
active: "active";
|
|
1439
1439
|
waiting_for_user: "waiting_for_user";
|
|
@@ -1443,7 +1443,7 @@ declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
1443
1443
|
}>;
|
|
1444
1444
|
message: z.ZodString;
|
|
1445
1445
|
updatedAt: z.ZodString;
|
|
1446
|
-
}, z.core.$strip
|
|
1446
|
+
}, z.core.$strip>>>>;
|
|
1447
1447
|
}, z.core.$strip>, z.ZodObject<{
|
|
1448
1448
|
pointOfSale: z.ZodObject<{
|
|
1449
1449
|
id: z.ZodString;
|
|
@@ -1499,10 +1499,10 @@ declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
1499
1499
|
}>;
|
|
1500
1500
|
name: z.ZodString;
|
|
1501
1501
|
message: z.ZodNullable<z.ZodString>;
|
|
1502
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
1502
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1503
1503
|
createdAt: z.ZodString;
|
|
1504
1504
|
updatedAt: z.ZodString;
|
|
1505
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
1505
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1506
1506
|
status: z.ZodEnum<{
|
|
1507
1507
|
active: "active";
|
|
1508
1508
|
waiting_for_user: "waiting_for_user";
|
|
@@ -1512,7 +1512,7 @@ declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
1512
1512
|
}>;
|
|
1513
1513
|
message: z.ZodString;
|
|
1514
1514
|
updatedAt: z.ZodString;
|
|
1515
|
-
}, z.core.$strip
|
|
1515
|
+
}, z.core.$strip>>>>;
|
|
1516
1516
|
}, z.core.$strip>, z.ZodObject<{
|
|
1517
1517
|
pointOfSale: z.ZodObject<{
|
|
1518
1518
|
id: z.ZodString;
|
|
@@ -1568,10 +1568,10 @@ declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
1568
1568
|
}>;
|
|
1569
1569
|
name: z.ZodString;
|
|
1570
1570
|
message: z.ZodNullable<z.ZodString>;
|
|
1571
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
1571
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1572
1572
|
createdAt: z.ZodString;
|
|
1573
1573
|
updatedAt: z.ZodString;
|
|
1574
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
1574
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1575
1575
|
status: z.ZodEnum<{
|
|
1576
1576
|
active: "active";
|
|
1577
1577
|
waiting_for_user: "waiting_for_user";
|
|
@@ -1581,7 +1581,7 @@ declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
1581
1581
|
}>;
|
|
1582
1582
|
message: z.ZodString;
|
|
1583
1583
|
updatedAt: z.ZodString;
|
|
1584
|
-
}, z.core.$strip
|
|
1584
|
+
}, z.core.$strip>>>>;
|
|
1585
1585
|
}, z.core.$strip>, z.ZodObject<{
|
|
1586
1586
|
pointOfSale: z.ZodObject<{
|
|
1587
1587
|
id: z.ZodString;
|
|
@@ -1642,10 +1642,10 @@ declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
1642
1642
|
}>;
|
|
1643
1643
|
name: z.ZodString;
|
|
1644
1644
|
message: z.ZodNullable<z.ZodString>;
|
|
1645
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
1645
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1646
1646
|
createdAt: z.ZodString;
|
|
1647
1647
|
updatedAt: z.ZodString;
|
|
1648
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
1648
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1649
1649
|
status: z.ZodEnum<{
|
|
1650
1650
|
active: "active";
|
|
1651
1651
|
waiting_for_user: "waiting_for_user";
|
|
@@ -1655,7 +1655,7 @@ declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
1655
1655
|
}>;
|
|
1656
1656
|
message: z.ZodString;
|
|
1657
1657
|
updatedAt: z.ZodString;
|
|
1658
|
-
}, z.core.$strip
|
|
1658
|
+
}, z.core.$strip>>>>;
|
|
1659
1659
|
}, z.core.$strip>]>;
|
|
1660
1660
|
readonly querySchema: undefined;
|
|
1661
1661
|
readonly headersSchema: undefined;
|
|
@@ -1724,10 +1724,10 @@ declare const annotateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1724
1724
|
}>;
|
|
1725
1725
|
name: z.ZodString;
|
|
1726
1726
|
message: z.ZodNullable<z.ZodString>;
|
|
1727
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
1727
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1728
1728
|
createdAt: z.ZodString;
|
|
1729
1729
|
updatedAt: z.ZodString;
|
|
1730
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
1730
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1731
1731
|
status: z.ZodEnum<{
|
|
1732
1732
|
active: "active";
|
|
1733
1733
|
waiting_for_user: "waiting_for_user";
|
|
@@ -1737,7 +1737,7 @@ declare const annotateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1737
1737
|
}>;
|
|
1738
1738
|
message: z.ZodString;
|
|
1739
1739
|
updatedAt: z.ZodString;
|
|
1740
|
-
}, z.core.$strip
|
|
1740
|
+
}, z.core.$strip>>>>;
|
|
1741
1741
|
}, z.core.$strip>, z.ZodObject<{
|
|
1742
1742
|
pointOfSale: z.ZodObject<{
|
|
1743
1743
|
id: z.ZodString;
|
|
@@ -1793,10 +1793,10 @@ declare const annotateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1793
1793
|
}>;
|
|
1794
1794
|
name: z.ZodString;
|
|
1795
1795
|
message: z.ZodNullable<z.ZodString>;
|
|
1796
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
1796
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1797
1797
|
createdAt: z.ZodString;
|
|
1798
1798
|
updatedAt: z.ZodString;
|
|
1799
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
1799
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1800
1800
|
status: z.ZodEnum<{
|
|
1801
1801
|
active: "active";
|
|
1802
1802
|
waiting_for_user: "waiting_for_user";
|
|
@@ -1806,7 +1806,7 @@ declare const annotateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1806
1806
|
}>;
|
|
1807
1807
|
message: z.ZodString;
|
|
1808
1808
|
updatedAt: z.ZodString;
|
|
1809
|
-
}, z.core.$strip
|
|
1809
|
+
}, z.core.$strip>>>>;
|
|
1810
1810
|
}, z.core.$strip>, z.ZodObject<{
|
|
1811
1811
|
pointOfSale: z.ZodObject<{
|
|
1812
1812
|
id: z.ZodString;
|
|
@@ -1862,10 +1862,10 @@ declare const annotateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1862
1862
|
}>;
|
|
1863
1863
|
name: z.ZodString;
|
|
1864
1864
|
message: z.ZodNullable<z.ZodString>;
|
|
1865
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
1865
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1866
1866
|
createdAt: z.ZodString;
|
|
1867
1867
|
updatedAt: z.ZodString;
|
|
1868
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
1868
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1869
1869
|
status: z.ZodEnum<{
|
|
1870
1870
|
active: "active";
|
|
1871
1871
|
waiting_for_user: "waiting_for_user";
|
|
@@ -1875,7 +1875,7 @@ declare const annotateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1875
1875
|
}>;
|
|
1876
1876
|
message: z.ZodString;
|
|
1877
1877
|
updatedAt: z.ZodString;
|
|
1878
|
-
}, z.core.$strip
|
|
1878
|
+
}, z.core.$strip>>>>;
|
|
1879
1879
|
}, z.core.$strip>, z.ZodObject<{
|
|
1880
1880
|
pointOfSale: z.ZodObject<{
|
|
1881
1881
|
id: z.ZodString;
|
|
@@ -1936,10 +1936,10 @@ declare const annotateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1936
1936
|
}>;
|
|
1937
1937
|
name: z.ZodString;
|
|
1938
1938
|
message: z.ZodNullable<z.ZodString>;
|
|
1939
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
1939
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1940
1940
|
createdAt: z.ZodString;
|
|
1941
1941
|
updatedAt: z.ZodString;
|
|
1942
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
1942
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1943
1943
|
status: z.ZodEnum<{
|
|
1944
1944
|
active: "active";
|
|
1945
1945
|
waiting_for_user: "waiting_for_user";
|
|
@@ -1949,7 +1949,7 @@ declare const annotateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1949
1949
|
}>;
|
|
1950
1950
|
message: z.ZodString;
|
|
1951
1951
|
updatedAt: z.ZodString;
|
|
1952
|
-
}, z.core.$strip
|
|
1952
|
+
}, z.core.$strip>>>>;
|
|
1953
1953
|
}, z.core.$strip>]>;
|
|
1954
1954
|
type AnnotateIntegrationActivationRequestResponse = IntegrationActivationRequestDetails;
|
|
1955
1955
|
declare class AnnotateIntegrationActivationRequest extends AbstractApiRequest<typeof annotateIntegrationActivationRequestInputSchema, typeof annotateIntegrationActivationRequestResponseSchema> {
|
|
@@ -2015,10 +2015,10 @@ declare class AnnotateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
2015
2015
|
}>;
|
|
2016
2016
|
name: z.ZodString;
|
|
2017
2017
|
message: z.ZodNullable<z.ZodString>;
|
|
2018
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
2018
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2019
2019
|
createdAt: z.ZodString;
|
|
2020
2020
|
updatedAt: z.ZodString;
|
|
2021
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
2021
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2022
2022
|
status: z.ZodEnum<{
|
|
2023
2023
|
active: "active";
|
|
2024
2024
|
waiting_for_user: "waiting_for_user";
|
|
@@ -2028,7 +2028,7 @@ declare class AnnotateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
2028
2028
|
}>;
|
|
2029
2029
|
message: z.ZodString;
|
|
2030
2030
|
updatedAt: z.ZodString;
|
|
2031
|
-
}, z.core.$strip
|
|
2031
|
+
}, z.core.$strip>>>>;
|
|
2032
2032
|
}, z.core.$strip>, z.ZodObject<{
|
|
2033
2033
|
pointOfSale: z.ZodObject<{
|
|
2034
2034
|
id: z.ZodString;
|
|
@@ -2084,10 +2084,10 @@ declare class AnnotateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
2084
2084
|
}>;
|
|
2085
2085
|
name: z.ZodString;
|
|
2086
2086
|
message: z.ZodNullable<z.ZodString>;
|
|
2087
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
2087
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2088
2088
|
createdAt: z.ZodString;
|
|
2089
2089
|
updatedAt: z.ZodString;
|
|
2090
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
2090
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2091
2091
|
status: z.ZodEnum<{
|
|
2092
2092
|
active: "active";
|
|
2093
2093
|
waiting_for_user: "waiting_for_user";
|
|
@@ -2097,7 +2097,7 @@ declare class AnnotateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
2097
2097
|
}>;
|
|
2098
2098
|
message: z.ZodString;
|
|
2099
2099
|
updatedAt: z.ZodString;
|
|
2100
|
-
}, z.core.$strip
|
|
2100
|
+
}, z.core.$strip>>>>;
|
|
2101
2101
|
}, z.core.$strip>, z.ZodObject<{
|
|
2102
2102
|
pointOfSale: z.ZodObject<{
|
|
2103
2103
|
id: z.ZodString;
|
|
@@ -2153,10 +2153,10 @@ declare class AnnotateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
2153
2153
|
}>;
|
|
2154
2154
|
name: z.ZodString;
|
|
2155
2155
|
message: z.ZodNullable<z.ZodString>;
|
|
2156
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
2156
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2157
2157
|
createdAt: z.ZodString;
|
|
2158
2158
|
updatedAt: z.ZodString;
|
|
2159
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
2159
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2160
2160
|
status: z.ZodEnum<{
|
|
2161
2161
|
active: "active";
|
|
2162
2162
|
waiting_for_user: "waiting_for_user";
|
|
@@ -2166,7 +2166,7 @@ declare class AnnotateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
2166
2166
|
}>;
|
|
2167
2167
|
message: z.ZodString;
|
|
2168
2168
|
updatedAt: z.ZodString;
|
|
2169
|
-
}, z.core.$strip
|
|
2169
|
+
}, z.core.$strip>>>>;
|
|
2170
2170
|
}, z.core.$strip>, z.ZodObject<{
|
|
2171
2171
|
pointOfSale: z.ZodObject<{
|
|
2172
2172
|
id: z.ZodString;
|
|
@@ -2227,10 +2227,10 @@ declare class AnnotateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
2227
2227
|
}>;
|
|
2228
2228
|
name: z.ZodString;
|
|
2229
2229
|
message: z.ZodNullable<z.ZodString>;
|
|
2230
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
2230
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2231
2231
|
createdAt: z.ZodString;
|
|
2232
2232
|
updatedAt: z.ZodString;
|
|
2233
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
2233
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2234
2234
|
status: z.ZodEnum<{
|
|
2235
2235
|
active: "active";
|
|
2236
2236
|
waiting_for_user: "waiting_for_user";
|
|
@@ -2240,7 +2240,7 @@ declare class AnnotateIntegrationActivationRequest extends AbstractApiRequest<ty
|
|
|
2240
2240
|
}>;
|
|
2241
2241
|
message: z.ZodString;
|
|
2242
2242
|
updatedAt: z.ZodString;
|
|
2243
|
-
}, z.core.$strip
|
|
2243
|
+
}, z.core.$strip>>>>;
|
|
2244
2244
|
}, z.core.$strip>]>;
|
|
2245
2245
|
readonly querySchema: undefined;
|
|
2246
2246
|
readonly headersSchema: undefined;
|
|
@@ -2361,10 +2361,10 @@ declare const createIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
2361
2361
|
}>;
|
|
2362
2362
|
name: z.ZodString;
|
|
2363
2363
|
message: z.ZodNullable<z.ZodString>;
|
|
2364
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
2364
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2365
2365
|
createdAt: z.ZodString;
|
|
2366
2366
|
updatedAt: z.ZodString;
|
|
2367
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
2367
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2368
2368
|
status: z.ZodEnum<{
|
|
2369
2369
|
active: "active";
|
|
2370
2370
|
waiting_for_user: "waiting_for_user";
|
|
@@ -2374,7 +2374,7 @@ declare const createIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
2374
2374
|
}>;
|
|
2375
2375
|
message: z.ZodString;
|
|
2376
2376
|
updatedAt: z.ZodString;
|
|
2377
|
-
}, z.core.$strip
|
|
2377
|
+
}, z.core.$strip>>>>;
|
|
2378
2378
|
}, z.core.$strip>, z.ZodObject<{
|
|
2379
2379
|
pointOfSale: z.ZodObject<{
|
|
2380
2380
|
id: z.ZodString;
|
|
@@ -2430,10 +2430,10 @@ declare const createIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
2430
2430
|
}>;
|
|
2431
2431
|
name: z.ZodString;
|
|
2432
2432
|
message: z.ZodNullable<z.ZodString>;
|
|
2433
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
2433
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2434
2434
|
createdAt: z.ZodString;
|
|
2435
2435
|
updatedAt: z.ZodString;
|
|
2436
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
2436
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2437
2437
|
status: z.ZodEnum<{
|
|
2438
2438
|
active: "active";
|
|
2439
2439
|
waiting_for_user: "waiting_for_user";
|
|
@@ -2443,7 +2443,7 @@ declare const createIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
2443
2443
|
}>;
|
|
2444
2444
|
message: z.ZodString;
|
|
2445
2445
|
updatedAt: z.ZodString;
|
|
2446
|
-
}, z.core.$strip
|
|
2446
|
+
}, z.core.$strip>>>>;
|
|
2447
2447
|
}, z.core.$strip>, z.ZodObject<{
|
|
2448
2448
|
pointOfSale: z.ZodObject<{
|
|
2449
2449
|
id: z.ZodString;
|
|
@@ -2499,10 +2499,10 @@ declare const createIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
2499
2499
|
}>;
|
|
2500
2500
|
name: z.ZodString;
|
|
2501
2501
|
message: z.ZodNullable<z.ZodString>;
|
|
2502
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
2502
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2503
2503
|
createdAt: z.ZodString;
|
|
2504
2504
|
updatedAt: z.ZodString;
|
|
2505
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
2505
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2506
2506
|
status: z.ZodEnum<{
|
|
2507
2507
|
active: "active";
|
|
2508
2508
|
waiting_for_user: "waiting_for_user";
|
|
@@ -2512,7 +2512,7 @@ declare const createIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
2512
2512
|
}>;
|
|
2513
2513
|
message: z.ZodString;
|
|
2514
2514
|
updatedAt: z.ZodString;
|
|
2515
|
-
}, z.core.$strip
|
|
2515
|
+
}, z.core.$strip>>>>;
|
|
2516
2516
|
}, z.core.$strip>, z.ZodObject<{
|
|
2517
2517
|
pointOfSale: z.ZodObject<{
|
|
2518
2518
|
id: z.ZodString;
|
|
@@ -2573,10 +2573,10 @@ declare const createIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
2573
2573
|
}>;
|
|
2574
2574
|
name: z.ZodString;
|
|
2575
2575
|
message: z.ZodNullable<z.ZodString>;
|
|
2576
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
2576
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2577
2577
|
createdAt: z.ZodString;
|
|
2578
2578
|
updatedAt: z.ZodString;
|
|
2579
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
2579
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2580
2580
|
status: z.ZodEnum<{
|
|
2581
2581
|
active: "active";
|
|
2582
2582
|
waiting_for_user: "waiting_for_user";
|
|
@@ -2586,7 +2586,7 @@ declare const createIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
2586
2586
|
}>;
|
|
2587
2587
|
message: z.ZodString;
|
|
2588
2588
|
updatedAt: z.ZodString;
|
|
2589
|
-
}, z.core.$strip
|
|
2589
|
+
}, z.core.$strip>>>>;
|
|
2590
2590
|
}, z.core.$strip>]>;
|
|
2591
2591
|
type CreateIntegrationActivationRequestResponse = IntegrationActivationRequestDetails;
|
|
2592
2592
|
declare class CreateIntegrationActivationRequest extends AbstractApiRequest<typeof createIntegrationActivationRequestInputSchema, typeof createIntegrationActivationRequestResponseSchema> {
|
|
@@ -2704,10 +2704,10 @@ declare class CreateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
2704
2704
|
}>;
|
|
2705
2705
|
name: z.ZodString;
|
|
2706
2706
|
message: z.ZodNullable<z.ZodString>;
|
|
2707
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
2707
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2708
2708
|
createdAt: z.ZodString;
|
|
2709
2709
|
updatedAt: z.ZodString;
|
|
2710
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
2710
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2711
2711
|
status: z.ZodEnum<{
|
|
2712
2712
|
active: "active";
|
|
2713
2713
|
waiting_for_user: "waiting_for_user";
|
|
@@ -2717,7 +2717,7 @@ declare class CreateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
2717
2717
|
}>;
|
|
2718
2718
|
message: z.ZodString;
|
|
2719
2719
|
updatedAt: z.ZodString;
|
|
2720
|
-
}, z.core.$strip
|
|
2720
|
+
}, z.core.$strip>>>>;
|
|
2721
2721
|
}, z.core.$strip>, z.ZodObject<{
|
|
2722
2722
|
pointOfSale: z.ZodObject<{
|
|
2723
2723
|
id: z.ZodString;
|
|
@@ -2773,10 +2773,10 @@ declare class CreateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
2773
2773
|
}>;
|
|
2774
2774
|
name: z.ZodString;
|
|
2775
2775
|
message: z.ZodNullable<z.ZodString>;
|
|
2776
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
2776
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2777
2777
|
createdAt: z.ZodString;
|
|
2778
2778
|
updatedAt: z.ZodString;
|
|
2779
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
2779
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2780
2780
|
status: z.ZodEnum<{
|
|
2781
2781
|
active: "active";
|
|
2782
2782
|
waiting_for_user: "waiting_for_user";
|
|
@@ -2786,7 +2786,7 @@ declare class CreateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
2786
2786
|
}>;
|
|
2787
2787
|
message: z.ZodString;
|
|
2788
2788
|
updatedAt: z.ZodString;
|
|
2789
|
-
}, z.core.$strip
|
|
2789
|
+
}, z.core.$strip>>>>;
|
|
2790
2790
|
}, z.core.$strip>, z.ZodObject<{
|
|
2791
2791
|
pointOfSale: z.ZodObject<{
|
|
2792
2792
|
id: z.ZodString;
|
|
@@ -2842,10 +2842,10 @@ declare class CreateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
2842
2842
|
}>;
|
|
2843
2843
|
name: z.ZodString;
|
|
2844
2844
|
message: z.ZodNullable<z.ZodString>;
|
|
2845
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
2845
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2846
2846
|
createdAt: z.ZodString;
|
|
2847
2847
|
updatedAt: z.ZodString;
|
|
2848
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
2848
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2849
2849
|
status: z.ZodEnum<{
|
|
2850
2850
|
active: "active";
|
|
2851
2851
|
waiting_for_user: "waiting_for_user";
|
|
@@ -2855,7 +2855,7 @@ declare class CreateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
2855
2855
|
}>;
|
|
2856
2856
|
message: z.ZodString;
|
|
2857
2857
|
updatedAt: z.ZodString;
|
|
2858
|
-
}, z.core.$strip
|
|
2858
|
+
}, z.core.$strip>>>>;
|
|
2859
2859
|
}, z.core.$strip>, z.ZodObject<{
|
|
2860
2860
|
pointOfSale: z.ZodObject<{
|
|
2861
2861
|
id: z.ZodString;
|
|
@@ -2916,10 +2916,10 @@ declare class CreateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
2916
2916
|
}>;
|
|
2917
2917
|
name: z.ZodString;
|
|
2918
2918
|
message: z.ZodNullable<z.ZodString>;
|
|
2919
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
2919
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2920
2920
|
createdAt: z.ZodString;
|
|
2921
2921
|
updatedAt: z.ZodString;
|
|
2922
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
2922
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2923
2923
|
status: z.ZodEnum<{
|
|
2924
2924
|
active: "active";
|
|
2925
2925
|
waiting_for_user: "waiting_for_user";
|
|
@@ -2929,7 +2929,7 @@ declare class CreateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
2929
2929
|
}>;
|
|
2930
2930
|
message: z.ZodString;
|
|
2931
2931
|
updatedAt: z.ZodString;
|
|
2932
|
-
}, z.core.$strip
|
|
2932
|
+
}, z.core.$strip>>>>;
|
|
2933
2933
|
}, z.core.$strip>]>;
|
|
2934
2934
|
readonly querySchema: undefined;
|
|
2935
2935
|
readonly headersSchema: undefined;
|
|
@@ -3010,10 +3010,10 @@ declare const getIntegrationActivationRequestDetailsResponseSchema: z.ZodDiscrim
|
|
|
3010
3010
|
}>;
|
|
3011
3011
|
name: z.ZodString;
|
|
3012
3012
|
message: z.ZodNullable<z.ZodString>;
|
|
3013
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3013
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3014
3014
|
createdAt: z.ZodString;
|
|
3015
3015
|
updatedAt: z.ZodString;
|
|
3016
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3016
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3017
3017
|
status: z.ZodEnum<{
|
|
3018
3018
|
active: "active";
|
|
3019
3019
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3023,7 +3023,7 @@ declare const getIntegrationActivationRequestDetailsResponseSchema: z.ZodDiscrim
|
|
|
3023
3023
|
}>;
|
|
3024
3024
|
message: z.ZodString;
|
|
3025
3025
|
updatedAt: z.ZodString;
|
|
3026
|
-
}, z.core.$strip
|
|
3026
|
+
}, z.core.$strip>>>>;
|
|
3027
3027
|
}, z.core.$strip>, z.ZodObject<{
|
|
3028
3028
|
pointOfSale: z.ZodObject<{
|
|
3029
3029
|
id: z.ZodString;
|
|
@@ -3079,10 +3079,10 @@ declare const getIntegrationActivationRequestDetailsResponseSchema: z.ZodDiscrim
|
|
|
3079
3079
|
}>;
|
|
3080
3080
|
name: z.ZodString;
|
|
3081
3081
|
message: z.ZodNullable<z.ZodString>;
|
|
3082
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3082
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3083
3083
|
createdAt: z.ZodString;
|
|
3084
3084
|
updatedAt: z.ZodString;
|
|
3085
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3085
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3086
3086
|
status: z.ZodEnum<{
|
|
3087
3087
|
active: "active";
|
|
3088
3088
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3092,7 +3092,7 @@ declare const getIntegrationActivationRequestDetailsResponseSchema: z.ZodDiscrim
|
|
|
3092
3092
|
}>;
|
|
3093
3093
|
message: z.ZodString;
|
|
3094
3094
|
updatedAt: z.ZodString;
|
|
3095
|
-
}, z.core.$strip
|
|
3095
|
+
}, z.core.$strip>>>>;
|
|
3096
3096
|
}, z.core.$strip>, z.ZodObject<{
|
|
3097
3097
|
pointOfSale: z.ZodObject<{
|
|
3098
3098
|
id: z.ZodString;
|
|
@@ -3148,10 +3148,10 @@ declare const getIntegrationActivationRequestDetailsResponseSchema: z.ZodDiscrim
|
|
|
3148
3148
|
}>;
|
|
3149
3149
|
name: z.ZodString;
|
|
3150
3150
|
message: z.ZodNullable<z.ZodString>;
|
|
3151
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3151
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3152
3152
|
createdAt: z.ZodString;
|
|
3153
3153
|
updatedAt: z.ZodString;
|
|
3154
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3154
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3155
3155
|
status: z.ZodEnum<{
|
|
3156
3156
|
active: "active";
|
|
3157
3157
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3161,7 +3161,7 @@ declare const getIntegrationActivationRequestDetailsResponseSchema: z.ZodDiscrim
|
|
|
3161
3161
|
}>;
|
|
3162
3162
|
message: z.ZodString;
|
|
3163
3163
|
updatedAt: z.ZodString;
|
|
3164
|
-
}, z.core.$strip
|
|
3164
|
+
}, z.core.$strip>>>>;
|
|
3165
3165
|
}, z.core.$strip>, z.ZodObject<{
|
|
3166
3166
|
pointOfSale: z.ZodObject<{
|
|
3167
3167
|
id: z.ZodString;
|
|
@@ -3222,10 +3222,10 @@ declare const getIntegrationActivationRequestDetailsResponseSchema: z.ZodDiscrim
|
|
|
3222
3222
|
}>;
|
|
3223
3223
|
name: z.ZodString;
|
|
3224
3224
|
message: z.ZodNullable<z.ZodString>;
|
|
3225
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3225
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3226
3226
|
createdAt: z.ZodString;
|
|
3227
3227
|
updatedAt: z.ZodString;
|
|
3228
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3228
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3229
3229
|
status: z.ZodEnum<{
|
|
3230
3230
|
active: "active";
|
|
3231
3231
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3235,7 +3235,7 @@ declare const getIntegrationActivationRequestDetailsResponseSchema: z.ZodDiscrim
|
|
|
3235
3235
|
}>;
|
|
3236
3236
|
message: z.ZodString;
|
|
3237
3237
|
updatedAt: z.ZodString;
|
|
3238
|
-
}, z.core.$strip
|
|
3238
|
+
}, z.core.$strip>>>>;
|
|
3239
3239
|
}, z.core.$strip>]>;
|
|
3240
3240
|
type GetIntegrationActivationRequestDetailsResponse = IntegrationActivationRequestDetails;
|
|
3241
3241
|
declare class GetIntegrationActivationRequestDetails extends AbstractApiRequest<typeof getIntegrationActivationRequestDetailsInputSchema, typeof getIntegrationActivationRequestDetailsResponseSchema> {
|
|
@@ -3299,10 +3299,10 @@ declare class GetIntegrationActivationRequestDetails extends AbstractApiRequest<
|
|
|
3299
3299
|
}>;
|
|
3300
3300
|
name: z.ZodString;
|
|
3301
3301
|
message: z.ZodNullable<z.ZodString>;
|
|
3302
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3302
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3303
3303
|
createdAt: z.ZodString;
|
|
3304
3304
|
updatedAt: z.ZodString;
|
|
3305
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3305
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3306
3306
|
status: z.ZodEnum<{
|
|
3307
3307
|
active: "active";
|
|
3308
3308
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3312,7 +3312,7 @@ declare class GetIntegrationActivationRequestDetails extends AbstractApiRequest<
|
|
|
3312
3312
|
}>;
|
|
3313
3313
|
message: z.ZodString;
|
|
3314
3314
|
updatedAt: z.ZodString;
|
|
3315
|
-
}, z.core.$strip
|
|
3315
|
+
}, z.core.$strip>>>>;
|
|
3316
3316
|
}, z.core.$strip>, z.ZodObject<{
|
|
3317
3317
|
pointOfSale: z.ZodObject<{
|
|
3318
3318
|
id: z.ZodString;
|
|
@@ -3368,10 +3368,10 @@ declare class GetIntegrationActivationRequestDetails extends AbstractApiRequest<
|
|
|
3368
3368
|
}>;
|
|
3369
3369
|
name: z.ZodString;
|
|
3370
3370
|
message: z.ZodNullable<z.ZodString>;
|
|
3371
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3371
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3372
3372
|
createdAt: z.ZodString;
|
|
3373
3373
|
updatedAt: z.ZodString;
|
|
3374
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3374
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3375
3375
|
status: z.ZodEnum<{
|
|
3376
3376
|
active: "active";
|
|
3377
3377
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3381,7 +3381,7 @@ declare class GetIntegrationActivationRequestDetails extends AbstractApiRequest<
|
|
|
3381
3381
|
}>;
|
|
3382
3382
|
message: z.ZodString;
|
|
3383
3383
|
updatedAt: z.ZodString;
|
|
3384
|
-
}, z.core.$strip
|
|
3384
|
+
}, z.core.$strip>>>>;
|
|
3385
3385
|
}, z.core.$strip>, z.ZodObject<{
|
|
3386
3386
|
pointOfSale: z.ZodObject<{
|
|
3387
3387
|
id: z.ZodString;
|
|
@@ -3437,10 +3437,10 @@ declare class GetIntegrationActivationRequestDetails extends AbstractApiRequest<
|
|
|
3437
3437
|
}>;
|
|
3438
3438
|
name: z.ZodString;
|
|
3439
3439
|
message: z.ZodNullable<z.ZodString>;
|
|
3440
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3440
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3441
3441
|
createdAt: z.ZodString;
|
|
3442
3442
|
updatedAt: z.ZodString;
|
|
3443
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3443
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3444
3444
|
status: z.ZodEnum<{
|
|
3445
3445
|
active: "active";
|
|
3446
3446
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3450,7 +3450,7 @@ declare class GetIntegrationActivationRequestDetails extends AbstractApiRequest<
|
|
|
3450
3450
|
}>;
|
|
3451
3451
|
message: z.ZodString;
|
|
3452
3452
|
updatedAt: z.ZodString;
|
|
3453
|
-
}, z.core.$strip
|
|
3453
|
+
}, z.core.$strip>>>>;
|
|
3454
3454
|
}, z.core.$strip>, z.ZodObject<{
|
|
3455
3455
|
pointOfSale: z.ZodObject<{
|
|
3456
3456
|
id: z.ZodString;
|
|
@@ -3511,10 +3511,10 @@ declare class GetIntegrationActivationRequestDetails extends AbstractApiRequest<
|
|
|
3511
3511
|
}>;
|
|
3512
3512
|
name: z.ZodString;
|
|
3513
3513
|
message: z.ZodNullable<z.ZodString>;
|
|
3514
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3514
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3515
3515
|
createdAt: z.ZodString;
|
|
3516
3516
|
updatedAt: z.ZodString;
|
|
3517
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3517
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3518
3518
|
status: z.ZodEnum<{
|
|
3519
3519
|
active: "active";
|
|
3520
3520
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3524,7 +3524,7 @@ declare class GetIntegrationActivationRequestDetails extends AbstractApiRequest<
|
|
|
3524
3524
|
}>;
|
|
3525
3525
|
message: z.ZodString;
|
|
3526
3526
|
updatedAt: z.ZodString;
|
|
3527
|
-
}, z.core.$strip
|
|
3527
|
+
}, z.core.$strip>>>>;
|
|
3528
3528
|
}, z.core.$strip>]>;
|
|
3529
3529
|
readonly querySchema: undefined;
|
|
3530
3530
|
readonly headersSchema: undefined;
|
|
@@ -3635,8 +3635,8 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
|
|
|
3635
3635
|
id: z.ZodString;
|
|
3636
3636
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
3637
3637
|
name: z.ZodString;
|
|
3638
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3639
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3638
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3639
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3640
3640
|
status: z.ZodEnum<{
|
|
3641
3641
|
active: "active";
|
|
3642
3642
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3646,7 +3646,7 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
|
|
|
3646
3646
|
}>;
|
|
3647
3647
|
message: z.ZodString;
|
|
3648
3648
|
updatedAt: z.ZodString;
|
|
3649
|
-
}, z.core.$strip
|
|
3649
|
+
}, z.core.$strip>>>>;
|
|
3650
3650
|
}, z.core.$strip>, z.ZodObject<{
|
|
3651
3651
|
service: z.ZodLiteral<"glovo">;
|
|
3652
3652
|
data: z.ZodObject<{
|
|
@@ -3676,8 +3676,8 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
|
|
|
3676
3676
|
id: z.ZodString;
|
|
3677
3677
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
3678
3678
|
name: z.ZodString;
|
|
3679
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3680
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3679
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3680
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3681
3681
|
status: z.ZodEnum<{
|
|
3682
3682
|
active: "active";
|
|
3683
3683
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3687,7 +3687,7 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
|
|
|
3687
3687
|
}>;
|
|
3688
3688
|
message: z.ZodString;
|
|
3689
3689
|
updatedAt: z.ZodString;
|
|
3690
|
-
}, z.core.$strip
|
|
3690
|
+
}, z.core.$strip>>>>;
|
|
3691
3691
|
}, z.core.$strip>, z.ZodObject<{
|
|
3692
3692
|
service: z.ZodLiteral<"justeat">;
|
|
3693
3693
|
data: z.ZodObject<{
|
|
@@ -3717,8 +3717,8 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
|
|
|
3717
3717
|
id: z.ZodString;
|
|
3718
3718
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
3719
3719
|
name: z.ZodString;
|
|
3720
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3721
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3720
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3721
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3722
3722
|
status: z.ZodEnum<{
|
|
3723
3723
|
active: "active";
|
|
3724
3724
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3728,7 +3728,7 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
|
|
|
3728
3728
|
}>;
|
|
3729
3729
|
message: z.ZodString;
|
|
3730
3730
|
updatedAt: z.ZodString;
|
|
3731
|
-
}, z.core.$strip
|
|
3731
|
+
}, z.core.$strip>>>>;
|
|
3732
3732
|
}, z.core.$strip>, z.ZodObject<{
|
|
3733
3733
|
service: z.ZodLiteral<"cassa_in_cloud">;
|
|
3734
3734
|
data: z.ZodObject<{
|
|
@@ -3763,8 +3763,8 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
|
|
|
3763
3763
|
id: z.ZodString;
|
|
3764
3764
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
3765
3765
|
name: z.ZodString;
|
|
3766
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3767
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3766
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3767
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3768
3768
|
status: z.ZodEnum<{
|
|
3769
3769
|
active: "active";
|
|
3770
3770
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3774,7 +3774,7 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
|
|
|
3774
3774
|
}>;
|
|
3775
3775
|
message: z.ZodString;
|
|
3776
3776
|
updatedAt: z.ZodString;
|
|
3777
|
-
}, z.core.$strip
|
|
3777
|
+
}, z.core.$strip>>>>;
|
|
3778
3778
|
}, z.core.$strip>]>>;
|
|
3779
3779
|
pagination: z.ZodObject<{
|
|
3780
3780
|
from: z.ZodNumber;
|
|
@@ -3822,8 +3822,8 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
|
|
|
3822
3822
|
id: z.ZodString;
|
|
3823
3823
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
3824
3824
|
name: z.ZodString;
|
|
3825
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3826
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3825
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3826
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3827
3827
|
status: z.ZodEnum<{
|
|
3828
3828
|
active: "active";
|
|
3829
3829
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3833,7 +3833,7 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
|
|
|
3833
3833
|
}>;
|
|
3834
3834
|
message: z.ZodString;
|
|
3835
3835
|
updatedAt: z.ZodString;
|
|
3836
|
-
}, z.core.$strip
|
|
3836
|
+
}, z.core.$strip>>>>;
|
|
3837
3837
|
}, z.core.$strip>, z.ZodObject<{
|
|
3838
3838
|
service: z.ZodLiteral<"glovo">;
|
|
3839
3839
|
data: z.ZodObject<{
|
|
@@ -3863,8 +3863,8 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
|
|
|
3863
3863
|
id: z.ZodString;
|
|
3864
3864
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
3865
3865
|
name: z.ZodString;
|
|
3866
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3867
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3866
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3867
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3868
3868
|
status: z.ZodEnum<{
|
|
3869
3869
|
active: "active";
|
|
3870
3870
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3874,7 +3874,7 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
|
|
|
3874
3874
|
}>;
|
|
3875
3875
|
message: z.ZodString;
|
|
3876
3876
|
updatedAt: z.ZodString;
|
|
3877
|
-
}, z.core.$strip
|
|
3877
|
+
}, z.core.$strip>>>>;
|
|
3878
3878
|
}, z.core.$strip>, z.ZodObject<{
|
|
3879
3879
|
service: z.ZodLiteral<"justeat">;
|
|
3880
3880
|
data: z.ZodObject<{
|
|
@@ -3904,8 +3904,8 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
|
|
|
3904
3904
|
id: z.ZodString;
|
|
3905
3905
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
3906
3906
|
name: z.ZodString;
|
|
3907
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3908
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3907
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3908
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3909
3909
|
status: z.ZodEnum<{
|
|
3910
3910
|
active: "active";
|
|
3911
3911
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3915,7 +3915,7 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
|
|
|
3915
3915
|
}>;
|
|
3916
3916
|
message: z.ZodString;
|
|
3917
3917
|
updatedAt: z.ZodString;
|
|
3918
|
-
}, z.core.$strip
|
|
3918
|
+
}, z.core.$strip>>>>;
|
|
3919
3919
|
}, z.core.$strip>, z.ZodObject<{
|
|
3920
3920
|
service: z.ZodLiteral<"cassa_in_cloud">;
|
|
3921
3921
|
data: z.ZodObject<{
|
|
@@ -3950,8 +3950,8 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
|
|
|
3950
3950
|
id: z.ZodString;
|
|
3951
3951
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
3952
3952
|
name: z.ZodString;
|
|
3953
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
3954
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
3953
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3954
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3955
3955
|
status: z.ZodEnum<{
|
|
3956
3956
|
active: "active";
|
|
3957
3957
|
waiting_for_user: "waiting_for_user";
|
|
@@ -3961,7 +3961,7 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
|
|
|
3961
3961
|
}>;
|
|
3962
3962
|
message: z.ZodString;
|
|
3963
3963
|
updatedAt: z.ZodString;
|
|
3964
|
-
}, z.core.$strip
|
|
3964
|
+
}, z.core.$strip>>>>;
|
|
3965
3965
|
}, z.core.$strip>]>>;
|
|
3966
3966
|
pagination: z.ZodObject<{
|
|
3967
3967
|
from: z.ZodNumber;
|
|
@@ -4149,8 +4149,8 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
|
|
|
4149
4149
|
id: z.ZodString;
|
|
4150
4150
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
4151
4151
|
name: z.ZodString;
|
|
4152
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
4153
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
4152
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4153
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4154
4154
|
status: z.ZodEnum<{
|
|
4155
4155
|
active: "active";
|
|
4156
4156
|
waiting_for_user: "waiting_for_user";
|
|
@@ -4160,7 +4160,7 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
|
|
|
4160
4160
|
}>;
|
|
4161
4161
|
message: z.ZodString;
|
|
4162
4162
|
updatedAt: z.ZodString;
|
|
4163
|
-
}, z.core.$strip
|
|
4163
|
+
}, z.core.$strip>>>>;
|
|
4164
4164
|
}, z.core.$strip>, z.ZodObject<{
|
|
4165
4165
|
service: z.ZodLiteral<"glovo">;
|
|
4166
4166
|
data: z.ZodObject<{
|
|
@@ -4190,8 +4190,8 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
|
|
|
4190
4190
|
id: z.ZodString;
|
|
4191
4191
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
4192
4192
|
name: z.ZodString;
|
|
4193
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
4194
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
4193
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4194
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4195
4195
|
status: z.ZodEnum<{
|
|
4196
4196
|
active: "active";
|
|
4197
4197
|
waiting_for_user: "waiting_for_user";
|
|
@@ -4201,7 +4201,7 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
|
|
|
4201
4201
|
}>;
|
|
4202
4202
|
message: z.ZodString;
|
|
4203
4203
|
updatedAt: z.ZodString;
|
|
4204
|
-
}, z.core.$strip
|
|
4204
|
+
}, z.core.$strip>>>>;
|
|
4205
4205
|
}, z.core.$strip>, z.ZodObject<{
|
|
4206
4206
|
service: z.ZodLiteral<"justeat">;
|
|
4207
4207
|
data: z.ZodObject<{
|
|
@@ -4231,8 +4231,8 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
|
|
|
4231
4231
|
id: z.ZodString;
|
|
4232
4232
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
4233
4233
|
name: z.ZodString;
|
|
4234
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
4235
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
4234
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4235
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4236
4236
|
status: z.ZodEnum<{
|
|
4237
4237
|
active: "active";
|
|
4238
4238
|
waiting_for_user: "waiting_for_user";
|
|
@@ -4242,7 +4242,7 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
|
|
|
4242
4242
|
}>;
|
|
4243
4243
|
message: z.ZodString;
|
|
4244
4244
|
updatedAt: z.ZodString;
|
|
4245
|
-
}, z.core.$strip
|
|
4245
|
+
}, z.core.$strip>>>>;
|
|
4246
4246
|
}, z.core.$strip>, z.ZodObject<{
|
|
4247
4247
|
service: z.ZodLiteral<"cassa_in_cloud">;
|
|
4248
4248
|
data: z.ZodObject<{
|
|
@@ -4277,8 +4277,8 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
|
|
|
4277
4277
|
id: z.ZodString;
|
|
4278
4278
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
4279
4279
|
name: z.ZodString;
|
|
4280
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
4281
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
4280
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4281
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4282
4282
|
status: z.ZodEnum<{
|
|
4283
4283
|
active: "active";
|
|
4284
4284
|
waiting_for_user: "waiting_for_user";
|
|
@@ -4288,7 +4288,7 @@ declare const getIntegrationActivationRequestsFromPointOfSaleResponseSchema: z.Z
|
|
|
4288
4288
|
}>;
|
|
4289
4289
|
message: z.ZodString;
|
|
4290
4290
|
updatedAt: z.ZodString;
|
|
4291
|
-
}, z.core.$strip
|
|
4291
|
+
}, z.core.$strip>>>>;
|
|
4292
4292
|
}, z.core.$strip>]>>;
|
|
4293
4293
|
type GetIntegrationActivationRequestsFromPointOfSaleResponse = z.infer<typeof getIntegrationActivationRequestsFromPointOfSaleResponseSchema>;
|
|
4294
4294
|
declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractApiRequest<typeof getIntegrationActivationRequestsFromPointOfSaleInputSchema, typeof getIntegrationActivationRequestsFromPointOfSaleResponseSchema, GetIntegrationActivationRequestsFromPointOfSaleQueryParams> {
|
|
@@ -4326,8 +4326,8 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
|
|
|
4326
4326
|
id: z.ZodString;
|
|
4327
4327
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
4328
4328
|
name: z.ZodString;
|
|
4329
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
4330
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
4329
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4330
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4331
4331
|
status: z.ZodEnum<{
|
|
4332
4332
|
active: "active";
|
|
4333
4333
|
waiting_for_user: "waiting_for_user";
|
|
@@ -4337,7 +4337,7 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
|
|
|
4337
4337
|
}>;
|
|
4338
4338
|
message: z.ZodString;
|
|
4339
4339
|
updatedAt: z.ZodString;
|
|
4340
|
-
}, z.core.$strip
|
|
4340
|
+
}, z.core.$strip>>>>;
|
|
4341
4341
|
}, z.core.$strip>, z.ZodObject<{
|
|
4342
4342
|
service: z.ZodLiteral<"glovo">;
|
|
4343
4343
|
data: z.ZodObject<{
|
|
@@ -4367,8 +4367,8 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
|
|
|
4367
4367
|
id: z.ZodString;
|
|
4368
4368
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
4369
4369
|
name: z.ZodString;
|
|
4370
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
4371
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
4370
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4371
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4372
4372
|
status: z.ZodEnum<{
|
|
4373
4373
|
active: "active";
|
|
4374
4374
|
waiting_for_user: "waiting_for_user";
|
|
@@ -4378,7 +4378,7 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
|
|
|
4378
4378
|
}>;
|
|
4379
4379
|
message: z.ZodString;
|
|
4380
4380
|
updatedAt: z.ZodString;
|
|
4381
|
-
}, z.core.$strip
|
|
4381
|
+
}, z.core.$strip>>>>;
|
|
4382
4382
|
}, z.core.$strip>, z.ZodObject<{
|
|
4383
4383
|
service: z.ZodLiteral<"justeat">;
|
|
4384
4384
|
data: z.ZodObject<{
|
|
@@ -4408,8 +4408,8 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
|
|
|
4408
4408
|
id: z.ZodString;
|
|
4409
4409
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
4410
4410
|
name: z.ZodString;
|
|
4411
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
4412
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
4411
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4412
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4413
4413
|
status: z.ZodEnum<{
|
|
4414
4414
|
active: "active";
|
|
4415
4415
|
waiting_for_user: "waiting_for_user";
|
|
@@ -4419,7 +4419,7 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
|
|
|
4419
4419
|
}>;
|
|
4420
4420
|
message: z.ZodString;
|
|
4421
4421
|
updatedAt: z.ZodString;
|
|
4422
|
-
}, z.core.$strip
|
|
4422
|
+
}, z.core.$strip>>>>;
|
|
4423
4423
|
}, z.core.$strip>, z.ZodObject<{
|
|
4424
4424
|
service: z.ZodLiteral<"cassa_in_cloud">;
|
|
4425
4425
|
data: z.ZodObject<{
|
|
@@ -4454,8 +4454,8 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
|
|
|
4454
4454
|
id: z.ZodString;
|
|
4455
4455
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
4456
4456
|
name: z.ZodString;
|
|
4457
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
4458
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
4457
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4458
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4459
4459
|
status: z.ZodEnum<{
|
|
4460
4460
|
active: "active";
|
|
4461
4461
|
waiting_for_user: "waiting_for_user";
|
|
@@ -4465,7 +4465,7 @@ declare class GetIntegrationActivationRequestsFromPointOfSale extends AbstractAp
|
|
|
4465
4465
|
}>;
|
|
4466
4466
|
message: z.ZodString;
|
|
4467
4467
|
updatedAt: z.ZodString;
|
|
4468
|
-
}, z.core.$strip
|
|
4468
|
+
}, z.core.$strip>>>>;
|
|
4469
4469
|
}, z.core.$strip>]>>;
|
|
4470
4470
|
readonly querySchema: z.ZodObject<{
|
|
4471
4471
|
'order[service]': z.ZodOptional<z.ZodEnum<{
|
|
@@ -4623,10 +4623,10 @@ declare const respondIntegrationActivationRequestResponseSchema: z.ZodDiscrimina
|
|
|
4623
4623
|
}>;
|
|
4624
4624
|
name: z.ZodString;
|
|
4625
4625
|
message: z.ZodNullable<z.ZodString>;
|
|
4626
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
4626
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4627
4627
|
createdAt: z.ZodString;
|
|
4628
4628
|
updatedAt: z.ZodString;
|
|
4629
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
4629
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4630
4630
|
status: z.ZodEnum<{
|
|
4631
4631
|
active: "active";
|
|
4632
4632
|
waiting_for_user: "waiting_for_user";
|
|
@@ -4636,7 +4636,7 @@ declare const respondIntegrationActivationRequestResponseSchema: z.ZodDiscrimina
|
|
|
4636
4636
|
}>;
|
|
4637
4637
|
message: z.ZodString;
|
|
4638
4638
|
updatedAt: z.ZodString;
|
|
4639
|
-
}, z.core.$strip
|
|
4639
|
+
}, z.core.$strip>>>>;
|
|
4640
4640
|
}, z.core.$strip>, z.ZodObject<{
|
|
4641
4641
|
pointOfSale: z.ZodObject<{
|
|
4642
4642
|
id: z.ZodString;
|
|
@@ -4692,10 +4692,10 @@ declare const respondIntegrationActivationRequestResponseSchema: z.ZodDiscrimina
|
|
|
4692
4692
|
}>;
|
|
4693
4693
|
name: z.ZodString;
|
|
4694
4694
|
message: z.ZodNullable<z.ZodString>;
|
|
4695
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
4695
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4696
4696
|
createdAt: z.ZodString;
|
|
4697
4697
|
updatedAt: z.ZodString;
|
|
4698
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
4698
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4699
4699
|
status: z.ZodEnum<{
|
|
4700
4700
|
active: "active";
|
|
4701
4701
|
waiting_for_user: "waiting_for_user";
|
|
@@ -4705,7 +4705,7 @@ declare const respondIntegrationActivationRequestResponseSchema: z.ZodDiscrimina
|
|
|
4705
4705
|
}>;
|
|
4706
4706
|
message: z.ZodString;
|
|
4707
4707
|
updatedAt: z.ZodString;
|
|
4708
|
-
}, z.core.$strip
|
|
4708
|
+
}, z.core.$strip>>>>;
|
|
4709
4709
|
}, z.core.$strip>, z.ZodObject<{
|
|
4710
4710
|
pointOfSale: z.ZodObject<{
|
|
4711
4711
|
id: z.ZodString;
|
|
@@ -4761,10 +4761,10 @@ declare const respondIntegrationActivationRequestResponseSchema: z.ZodDiscrimina
|
|
|
4761
4761
|
}>;
|
|
4762
4762
|
name: z.ZodString;
|
|
4763
4763
|
message: z.ZodNullable<z.ZodString>;
|
|
4764
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
4764
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4765
4765
|
createdAt: z.ZodString;
|
|
4766
4766
|
updatedAt: z.ZodString;
|
|
4767
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
4767
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4768
4768
|
status: z.ZodEnum<{
|
|
4769
4769
|
active: "active";
|
|
4770
4770
|
waiting_for_user: "waiting_for_user";
|
|
@@ -4774,7 +4774,7 @@ declare const respondIntegrationActivationRequestResponseSchema: z.ZodDiscrimina
|
|
|
4774
4774
|
}>;
|
|
4775
4775
|
message: z.ZodString;
|
|
4776
4776
|
updatedAt: z.ZodString;
|
|
4777
|
-
}, z.core.$strip
|
|
4777
|
+
}, z.core.$strip>>>>;
|
|
4778
4778
|
}, z.core.$strip>, z.ZodObject<{
|
|
4779
4779
|
pointOfSale: z.ZodObject<{
|
|
4780
4780
|
id: z.ZodString;
|
|
@@ -4835,10 +4835,10 @@ declare const respondIntegrationActivationRequestResponseSchema: z.ZodDiscrimina
|
|
|
4835
4835
|
}>;
|
|
4836
4836
|
name: z.ZodString;
|
|
4837
4837
|
message: z.ZodNullable<z.ZodString>;
|
|
4838
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
4838
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4839
4839
|
createdAt: z.ZodString;
|
|
4840
4840
|
updatedAt: z.ZodString;
|
|
4841
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
4841
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4842
4842
|
status: z.ZodEnum<{
|
|
4843
4843
|
active: "active";
|
|
4844
4844
|
waiting_for_user: "waiting_for_user";
|
|
@@ -4848,7 +4848,7 @@ declare const respondIntegrationActivationRequestResponseSchema: z.ZodDiscrimina
|
|
|
4848
4848
|
}>;
|
|
4849
4849
|
message: z.ZodString;
|
|
4850
4850
|
updatedAt: z.ZodString;
|
|
4851
|
-
}, z.core.$strip
|
|
4851
|
+
}, z.core.$strip>>>>;
|
|
4852
4852
|
}, z.core.$strip>]>;
|
|
4853
4853
|
type RespondIntegrationActivationRequestResponse = IntegrationActivationRequestDetails;
|
|
4854
4854
|
declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typeof respondIntegrationActivationRequestInputSchema, typeof respondIntegrationActivationRequestResponseSchema> {
|
|
@@ -4933,10 +4933,10 @@ declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typ
|
|
|
4933
4933
|
}>;
|
|
4934
4934
|
name: z.ZodString;
|
|
4935
4935
|
message: z.ZodNullable<z.ZodString>;
|
|
4936
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
4936
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4937
4937
|
createdAt: z.ZodString;
|
|
4938
4938
|
updatedAt: z.ZodString;
|
|
4939
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
4939
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4940
4940
|
status: z.ZodEnum<{
|
|
4941
4941
|
active: "active";
|
|
4942
4942
|
waiting_for_user: "waiting_for_user";
|
|
@@ -4946,7 +4946,7 @@ declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typ
|
|
|
4946
4946
|
}>;
|
|
4947
4947
|
message: z.ZodString;
|
|
4948
4948
|
updatedAt: z.ZodString;
|
|
4949
|
-
}, z.core.$strip
|
|
4949
|
+
}, z.core.$strip>>>>;
|
|
4950
4950
|
}, z.core.$strip>, z.ZodObject<{
|
|
4951
4951
|
pointOfSale: z.ZodObject<{
|
|
4952
4952
|
id: z.ZodString;
|
|
@@ -5002,10 +5002,10 @@ declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typ
|
|
|
5002
5002
|
}>;
|
|
5003
5003
|
name: z.ZodString;
|
|
5004
5004
|
message: z.ZodNullable<z.ZodString>;
|
|
5005
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
5005
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5006
5006
|
createdAt: z.ZodString;
|
|
5007
5007
|
updatedAt: z.ZodString;
|
|
5008
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
5008
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5009
5009
|
status: z.ZodEnum<{
|
|
5010
5010
|
active: "active";
|
|
5011
5011
|
waiting_for_user: "waiting_for_user";
|
|
@@ -5015,7 +5015,7 @@ declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typ
|
|
|
5015
5015
|
}>;
|
|
5016
5016
|
message: z.ZodString;
|
|
5017
5017
|
updatedAt: z.ZodString;
|
|
5018
|
-
}, z.core.$strip
|
|
5018
|
+
}, z.core.$strip>>>>;
|
|
5019
5019
|
}, z.core.$strip>, z.ZodObject<{
|
|
5020
5020
|
pointOfSale: z.ZodObject<{
|
|
5021
5021
|
id: z.ZodString;
|
|
@@ -5071,10 +5071,10 @@ declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typ
|
|
|
5071
5071
|
}>;
|
|
5072
5072
|
name: z.ZodString;
|
|
5073
5073
|
message: z.ZodNullable<z.ZodString>;
|
|
5074
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
5074
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5075
5075
|
createdAt: z.ZodString;
|
|
5076
5076
|
updatedAt: z.ZodString;
|
|
5077
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
5077
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5078
5078
|
status: z.ZodEnum<{
|
|
5079
5079
|
active: "active";
|
|
5080
5080
|
waiting_for_user: "waiting_for_user";
|
|
@@ -5084,7 +5084,7 @@ declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typ
|
|
|
5084
5084
|
}>;
|
|
5085
5085
|
message: z.ZodString;
|
|
5086
5086
|
updatedAt: z.ZodString;
|
|
5087
|
-
}, z.core.$strip
|
|
5087
|
+
}, z.core.$strip>>>>;
|
|
5088
5088
|
}, z.core.$strip>, z.ZodObject<{
|
|
5089
5089
|
pointOfSale: z.ZodObject<{
|
|
5090
5090
|
id: z.ZodString;
|
|
@@ -5145,10 +5145,10 @@ declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typ
|
|
|
5145
5145
|
}>;
|
|
5146
5146
|
name: z.ZodString;
|
|
5147
5147
|
message: z.ZodNullable<z.ZodString>;
|
|
5148
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
5148
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5149
5149
|
createdAt: z.ZodString;
|
|
5150
5150
|
updatedAt: z.ZodString;
|
|
5151
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
5151
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5152
5152
|
status: z.ZodEnum<{
|
|
5153
5153
|
active: "active";
|
|
5154
5154
|
waiting_for_user: "waiting_for_user";
|
|
@@ -5158,7 +5158,7 @@ declare class RespondIntegrationActivationRequest extends AbstractApiRequest<typ
|
|
|
5158
5158
|
}>;
|
|
5159
5159
|
message: z.ZodString;
|
|
5160
5160
|
updatedAt: z.ZodString;
|
|
5161
|
-
}, z.core.$strip
|
|
5161
|
+
}, z.core.$strip>>>>;
|
|
5162
5162
|
}, z.core.$strip>]>;
|
|
5163
5163
|
readonly querySchema: undefined;
|
|
5164
5164
|
readonly headersSchema: undefined;
|
|
@@ -5225,10 +5225,10 @@ declare const sendIntegrationActivationRequestToPartnerResponseSchema: z.ZodDisc
|
|
|
5225
5225
|
}>;
|
|
5226
5226
|
name: z.ZodString;
|
|
5227
5227
|
message: z.ZodNullable<z.ZodString>;
|
|
5228
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
5228
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5229
5229
|
createdAt: z.ZodString;
|
|
5230
5230
|
updatedAt: z.ZodString;
|
|
5231
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
5231
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5232
5232
|
status: z.ZodEnum<{
|
|
5233
5233
|
active: "active";
|
|
5234
5234
|
waiting_for_user: "waiting_for_user";
|
|
@@ -5238,7 +5238,7 @@ declare const sendIntegrationActivationRequestToPartnerResponseSchema: z.ZodDisc
|
|
|
5238
5238
|
}>;
|
|
5239
5239
|
message: z.ZodString;
|
|
5240
5240
|
updatedAt: z.ZodString;
|
|
5241
|
-
}, z.core.$strip
|
|
5241
|
+
}, z.core.$strip>>>>;
|
|
5242
5242
|
}, z.core.$strip>, z.ZodObject<{
|
|
5243
5243
|
pointOfSale: z.ZodObject<{
|
|
5244
5244
|
id: z.ZodString;
|
|
@@ -5294,10 +5294,10 @@ declare const sendIntegrationActivationRequestToPartnerResponseSchema: z.ZodDisc
|
|
|
5294
5294
|
}>;
|
|
5295
5295
|
name: z.ZodString;
|
|
5296
5296
|
message: z.ZodNullable<z.ZodString>;
|
|
5297
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
5297
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5298
5298
|
createdAt: z.ZodString;
|
|
5299
5299
|
updatedAt: z.ZodString;
|
|
5300
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
5300
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5301
5301
|
status: z.ZodEnum<{
|
|
5302
5302
|
active: "active";
|
|
5303
5303
|
waiting_for_user: "waiting_for_user";
|
|
@@ -5307,7 +5307,7 @@ declare const sendIntegrationActivationRequestToPartnerResponseSchema: z.ZodDisc
|
|
|
5307
5307
|
}>;
|
|
5308
5308
|
message: z.ZodString;
|
|
5309
5309
|
updatedAt: z.ZodString;
|
|
5310
|
-
}, z.core.$strip
|
|
5310
|
+
}, z.core.$strip>>>>;
|
|
5311
5311
|
}, z.core.$strip>, z.ZodObject<{
|
|
5312
5312
|
pointOfSale: z.ZodObject<{
|
|
5313
5313
|
id: z.ZodString;
|
|
@@ -5363,10 +5363,10 @@ declare const sendIntegrationActivationRequestToPartnerResponseSchema: z.ZodDisc
|
|
|
5363
5363
|
}>;
|
|
5364
5364
|
name: z.ZodString;
|
|
5365
5365
|
message: z.ZodNullable<z.ZodString>;
|
|
5366
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
5366
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5367
5367
|
createdAt: z.ZodString;
|
|
5368
5368
|
updatedAt: z.ZodString;
|
|
5369
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
5369
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5370
5370
|
status: z.ZodEnum<{
|
|
5371
5371
|
active: "active";
|
|
5372
5372
|
waiting_for_user: "waiting_for_user";
|
|
@@ -5376,7 +5376,7 @@ declare const sendIntegrationActivationRequestToPartnerResponseSchema: z.ZodDisc
|
|
|
5376
5376
|
}>;
|
|
5377
5377
|
message: z.ZodString;
|
|
5378
5378
|
updatedAt: z.ZodString;
|
|
5379
|
-
}, z.core.$strip
|
|
5379
|
+
}, z.core.$strip>>>>;
|
|
5380
5380
|
}, z.core.$strip>, z.ZodObject<{
|
|
5381
5381
|
pointOfSale: z.ZodObject<{
|
|
5382
5382
|
id: z.ZodString;
|
|
@@ -5437,10 +5437,10 @@ declare const sendIntegrationActivationRequestToPartnerResponseSchema: z.ZodDisc
|
|
|
5437
5437
|
}>;
|
|
5438
5438
|
name: z.ZodString;
|
|
5439
5439
|
message: z.ZodNullable<z.ZodString>;
|
|
5440
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
5440
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5441
5441
|
createdAt: z.ZodString;
|
|
5442
5442
|
updatedAt: z.ZodString;
|
|
5443
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
5443
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5444
5444
|
status: z.ZodEnum<{
|
|
5445
5445
|
active: "active";
|
|
5446
5446
|
waiting_for_user: "waiting_for_user";
|
|
@@ -5450,7 +5450,7 @@ declare const sendIntegrationActivationRequestToPartnerResponseSchema: z.ZodDisc
|
|
|
5450
5450
|
}>;
|
|
5451
5451
|
message: z.ZodString;
|
|
5452
5452
|
updatedAt: z.ZodString;
|
|
5453
|
-
}, z.core.$strip
|
|
5453
|
+
}, z.core.$strip>>>>;
|
|
5454
5454
|
}, z.core.$strip>]>;
|
|
5455
5455
|
type SendIntegrationActivationRequestToPartnerResponse = IntegrationActivationRequestDetails;
|
|
5456
5456
|
declare class SendIntegrationActivationRequestToPartner extends AbstractApiRequest<typeof sendIntegrationActivationRequestToPartnerInputSchema, typeof sendIntegrationActivationRequestToPartnerResponseSchema> {
|
|
@@ -5514,10 +5514,10 @@ declare class SendIntegrationActivationRequestToPartner extends AbstractApiReque
|
|
|
5514
5514
|
}>;
|
|
5515
5515
|
name: z.ZodString;
|
|
5516
5516
|
message: z.ZodNullable<z.ZodString>;
|
|
5517
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
5517
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5518
5518
|
createdAt: z.ZodString;
|
|
5519
5519
|
updatedAt: z.ZodString;
|
|
5520
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
5520
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5521
5521
|
status: z.ZodEnum<{
|
|
5522
5522
|
active: "active";
|
|
5523
5523
|
waiting_for_user: "waiting_for_user";
|
|
@@ -5527,7 +5527,7 @@ declare class SendIntegrationActivationRequestToPartner extends AbstractApiReque
|
|
|
5527
5527
|
}>;
|
|
5528
5528
|
message: z.ZodString;
|
|
5529
5529
|
updatedAt: z.ZodString;
|
|
5530
|
-
}, z.core.$strip
|
|
5530
|
+
}, z.core.$strip>>>>;
|
|
5531
5531
|
}, z.core.$strip>, z.ZodObject<{
|
|
5532
5532
|
pointOfSale: z.ZodObject<{
|
|
5533
5533
|
id: z.ZodString;
|
|
@@ -5583,10 +5583,10 @@ declare class SendIntegrationActivationRequestToPartner extends AbstractApiReque
|
|
|
5583
5583
|
}>;
|
|
5584
5584
|
name: z.ZodString;
|
|
5585
5585
|
message: z.ZodNullable<z.ZodString>;
|
|
5586
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
5586
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5587
5587
|
createdAt: z.ZodString;
|
|
5588
5588
|
updatedAt: z.ZodString;
|
|
5589
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
5589
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5590
5590
|
status: z.ZodEnum<{
|
|
5591
5591
|
active: "active";
|
|
5592
5592
|
waiting_for_user: "waiting_for_user";
|
|
@@ -5596,7 +5596,7 @@ declare class SendIntegrationActivationRequestToPartner extends AbstractApiReque
|
|
|
5596
5596
|
}>;
|
|
5597
5597
|
message: z.ZodString;
|
|
5598
5598
|
updatedAt: z.ZodString;
|
|
5599
|
-
}, z.core.$strip
|
|
5599
|
+
}, z.core.$strip>>>>;
|
|
5600
5600
|
}, z.core.$strip>, z.ZodObject<{
|
|
5601
5601
|
pointOfSale: z.ZodObject<{
|
|
5602
5602
|
id: z.ZodString;
|
|
@@ -5652,10 +5652,10 @@ declare class SendIntegrationActivationRequestToPartner extends AbstractApiReque
|
|
|
5652
5652
|
}>;
|
|
5653
5653
|
name: z.ZodString;
|
|
5654
5654
|
message: z.ZodNullable<z.ZodString>;
|
|
5655
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
5655
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5656
5656
|
createdAt: z.ZodString;
|
|
5657
5657
|
updatedAt: z.ZodString;
|
|
5658
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
5658
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5659
5659
|
status: z.ZodEnum<{
|
|
5660
5660
|
active: "active";
|
|
5661
5661
|
waiting_for_user: "waiting_for_user";
|
|
@@ -5665,7 +5665,7 @@ declare class SendIntegrationActivationRequestToPartner extends AbstractApiReque
|
|
|
5665
5665
|
}>;
|
|
5666
5666
|
message: z.ZodString;
|
|
5667
5667
|
updatedAt: z.ZodString;
|
|
5668
|
-
}, z.core.$strip
|
|
5668
|
+
}, z.core.$strip>>>>;
|
|
5669
5669
|
}, z.core.$strip>, z.ZodObject<{
|
|
5670
5670
|
pointOfSale: z.ZodObject<{
|
|
5671
5671
|
id: z.ZodString;
|
|
@@ -5726,10 +5726,10 @@ declare class SendIntegrationActivationRequestToPartner extends AbstractApiReque
|
|
|
5726
5726
|
}>;
|
|
5727
5727
|
name: z.ZodString;
|
|
5728
5728
|
message: z.ZodNullable<z.ZodString>;
|
|
5729
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
5729
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5730
5730
|
createdAt: z.ZodString;
|
|
5731
5731
|
updatedAt: z.ZodString;
|
|
5732
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
5732
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5733
5733
|
status: z.ZodEnum<{
|
|
5734
5734
|
active: "active";
|
|
5735
5735
|
waiting_for_user: "waiting_for_user";
|
|
@@ -5739,7 +5739,7 @@ declare class SendIntegrationActivationRequestToPartner extends AbstractApiReque
|
|
|
5739
5739
|
}>;
|
|
5740
5740
|
message: z.ZodString;
|
|
5741
5741
|
updatedAt: z.ZodString;
|
|
5742
|
-
}, z.core.$strip
|
|
5742
|
+
}, z.core.$strip>>>>;
|
|
5743
5743
|
}, z.core.$strip>]>;
|
|
5744
5744
|
readonly querySchema: undefined;
|
|
5745
5745
|
readonly headersSchema: undefined;
|
|
@@ -5884,10 +5884,10 @@ declare const updateIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
5884
5884
|
}>;
|
|
5885
5885
|
name: z.ZodString;
|
|
5886
5886
|
message: z.ZodNullable<z.ZodString>;
|
|
5887
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
5887
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5888
5888
|
createdAt: z.ZodString;
|
|
5889
5889
|
updatedAt: z.ZodString;
|
|
5890
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
5890
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5891
5891
|
status: z.ZodEnum<{
|
|
5892
5892
|
active: "active";
|
|
5893
5893
|
waiting_for_user: "waiting_for_user";
|
|
@@ -5897,7 +5897,7 @@ declare const updateIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
5897
5897
|
}>;
|
|
5898
5898
|
message: z.ZodString;
|
|
5899
5899
|
updatedAt: z.ZodString;
|
|
5900
|
-
}, z.core.$strip
|
|
5900
|
+
}, z.core.$strip>>>>;
|
|
5901
5901
|
}, z.core.$strip>, z.ZodObject<{
|
|
5902
5902
|
pointOfSale: z.ZodObject<{
|
|
5903
5903
|
id: z.ZodString;
|
|
@@ -5953,10 +5953,10 @@ declare const updateIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
5953
5953
|
}>;
|
|
5954
5954
|
name: z.ZodString;
|
|
5955
5955
|
message: z.ZodNullable<z.ZodString>;
|
|
5956
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
5956
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5957
5957
|
createdAt: z.ZodString;
|
|
5958
5958
|
updatedAt: z.ZodString;
|
|
5959
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
5959
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5960
5960
|
status: z.ZodEnum<{
|
|
5961
5961
|
active: "active";
|
|
5962
5962
|
waiting_for_user: "waiting_for_user";
|
|
@@ -5966,7 +5966,7 @@ declare const updateIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
5966
5966
|
}>;
|
|
5967
5967
|
message: z.ZodString;
|
|
5968
5968
|
updatedAt: z.ZodString;
|
|
5969
|
-
}, z.core.$strip
|
|
5969
|
+
}, z.core.$strip>>>>;
|
|
5970
5970
|
}, z.core.$strip>, z.ZodObject<{
|
|
5971
5971
|
pointOfSale: z.ZodObject<{
|
|
5972
5972
|
id: z.ZodString;
|
|
@@ -6022,10 +6022,10 @@ declare const updateIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
6022
6022
|
}>;
|
|
6023
6023
|
name: z.ZodString;
|
|
6024
6024
|
message: z.ZodNullable<z.ZodString>;
|
|
6025
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
6025
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6026
6026
|
createdAt: z.ZodString;
|
|
6027
6027
|
updatedAt: z.ZodString;
|
|
6028
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
6028
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6029
6029
|
status: z.ZodEnum<{
|
|
6030
6030
|
active: "active";
|
|
6031
6031
|
waiting_for_user: "waiting_for_user";
|
|
@@ -6035,7 +6035,7 @@ declare const updateIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
6035
6035
|
}>;
|
|
6036
6036
|
message: z.ZodString;
|
|
6037
6037
|
updatedAt: z.ZodString;
|
|
6038
|
-
}, z.core.$strip
|
|
6038
|
+
}, z.core.$strip>>>>;
|
|
6039
6039
|
}, z.core.$strip>, z.ZodObject<{
|
|
6040
6040
|
pointOfSale: z.ZodObject<{
|
|
6041
6041
|
id: z.ZodString;
|
|
@@ -6096,10 +6096,10 @@ declare const updateIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
6096
6096
|
}>;
|
|
6097
6097
|
name: z.ZodString;
|
|
6098
6098
|
message: z.ZodNullable<z.ZodString>;
|
|
6099
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
6099
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6100
6100
|
createdAt: z.ZodString;
|
|
6101
6101
|
updatedAt: z.ZodString;
|
|
6102
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
6102
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6103
6103
|
status: z.ZodEnum<{
|
|
6104
6104
|
active: "active";
|
|
6105
6105
|
waiting_for_user: "waiting_for_user";
|
|
@@ -6109,7 +6109,7 @@ declare const updateIntegrationActivationRequestResponseSchema: z.ZodDiscriminat
|
|
|
6109
6109
|
}>;
|
|
6110
6110
|
message: z.ZodString;
|
|
6111
6111
|
updatedAt: z.ZodString;
|
|
6112
|
-
}, z.core.$strip
|
|
6112
|
+
}, z.core.$strip>>>>;
|
|
6113
6113
|
}, z.core.$strip>]>;
|
|
6114
6114
|
type UpdateIntegrationActivationRequestResponse = IntegrationActivationRequestDetails;
|
|
6115
6115
|
declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<typeof updateIntegrationActivationRequestInputSchema, typeof updateIntegrationActivationRequestResponseSchema> {
|
|
@@ -6251,10 +6251,10 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
6251
6251
|
}>;
|
|
6252
6252
|
name: z.ZodString;
|
|
6253
6253
|
message: z.ZodNullable<z.ZodString>;
|
|
6254
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
6254
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6255
6255
|
createdAt: z.ZodString;
|
|
6256
6256
|
updatedAt: z.ZodString;
|
|
6257
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
6257
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6258
6258
|
status: z.ZodEnum<{
|
|
6259
6259
|
active: "active";
|
|
6260
6260
|
waiting_for_user: "waiting_for_user";
|
|
@@ -6264,7 +6264,7 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
6264
6264
|
}>;
|
|
6265
6265
|
message: z.ZodString;
|
|
6266
6266
|
updatedAt: z.ZodString;
|
|
6267
|
-
}, z.core.$strip
|
|
6267
|
+
}, z.core.$strip>>>>;
|
|
6268
6268
|
}, z.core.$strip>, z.ZodObject<{
|
|
6269
6269
|
pointOfSale: z.ZodObject<{
|
|
6270
6270
|
id: z.ZodString;
|
|
@@ -6320,10 +6320,10 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
6320
6320
|
}>;
|
|
6321
6321
|
name: z.ZodString;
|
|
6322
6322
|
message: z.ZodNullable<z.ZodString>;
|
|
6323
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
6323
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6324
6324
|
createdAt: z.ZodString;
|
|
6325
6325
|
updatedAt: z.ZodString;
|
|
6326
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
6326
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6327
6327
|
status: z.ZodEnum<{
|
|
6328
6328
|
active: "active";
|
|
6329
6329
|
waiting_for_user: "waiting_for_user";
|
|
@@ -6333,7 +6333,7 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
6333
6333
|
}>;
|
|
6334
6334
|
message: z.ZodString;
|
|
6335
6335
|
updatedAt: z.ZodString;
|
|
6336
|
-
}, z.core.$strip
|
|
6336
|
+
}, z.core.$strip>>>>;
|
|
6337
6337
|
}, z.core.$strip>, z.ZodObject<{
|
|
6338
6338
|
pointOfSale: z.ZodObject<{
|
|
6339
6339
|
id: z.ZodString;
|
|
@@ -6389,10 +6389,10 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
6389
6389
|
}>;
|
|
6390
6390
|
name: z.ZodString;
|
|
6391
6391
|
message: z.ZodNullable<z.ZodString>;
|
|
6392
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
6392
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6393
6393
|
createdAt: z.ZodString;
|
|
6394
6394
|
updatedAt: z.ZodString;
|
|
6395
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
6395
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6396
6396
|
status: z.ZodEnum<{
|
|
6397
6397
|
active: "active";
|
|
6398
6398
|
waiting_for_user: "waiting_for_user";
|
|
@@ -6402,7 +6402,7 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
6402
6402
|
}>;
|
|
6403
6403
|
message: z.ZodString;
|
|
6404
6404
|
updatedAt: z.ZodString;
|
|
6405
|
-
}, z.core.$strip
|
|
6405
|
+
}, z.core.$strip>>>>;
|
|
6406
6406
|
}, z.core.$strip>, z.ZodObject<{
|
|
6407
6407
|
pointOfSale: z.ZodObject<{
|
|
6408
6408
|
id: z.ZodString;
|
|
@@ -6463,10 +6463,10 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
6463
6463
|
}>;
|
|
6464
6464
|
name: z.ZodString;
|
|
6465
6465
|
message: z.ZodNullable<z.ZodString>;
|
|
6466
|
-
internalNotes: z.ZodNullable<z.ZodString
|
|
6466
|
+
internalNotes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6467
6467
|
createdAt: z.ZodString;
|
|
6468
6468
|
updatedAt: z.ZodString;
|
|
6469
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
6469
|
+
updates: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6470
6470
|
status: z.ZodEnum<{
|
|
6471
6471
|
active: "active";
|
|
6472
6472
|
waiting_for_user: "waiting_for_user";
|
|
@@ -6476,7 +6476,7 @@ declare class UpdateIntegrationActivationRequest extends AbstractApiRequest<type
|
|
|
6476
6476
|
}>;
|
|
6477
6477
|
message: z.ZodString;
|
|
6478
6478
|
updatedAt: z.ZodString;
|
|
6479
|
-
}, z.core.$strip
|
|
6479
|
+
}, z.core.$strip>>>>;
|
|
6480
6480
|
}, z.core.$strip>]>;
|
|
6481
6481
|
readonly querySchema: undefined;
|
|
6482
6482
|
readonly headersSchema: undefined;
|