@deliverart/sdk-js-integration 2.1.57 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +17 -17
- package/dist/index.d.cts +425 -425
- package/dist/index.d.ts +425 -425
- package/dist/index.js +17 -17
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -717,7 +717,7 @@ declare const integrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
717
717
|
}>;
|
|
718
718
|
autoAcceptOrders: z.ZodBoolean;
|
|
719
719
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
720
|
-
currentMenuVersionSyncAttempts: z.
|
|
720
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
721
721
|
}, z.core.$strip>, z.ZodObject<{
|
|
722
722
|
status: z.ZodEnum<{
|
|
723
723
|
pending: "pending";
|
|
@@ -755,9 +755,9 @@ declare const integrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
755
755
|
service: z.ZodEnum<{
|
|
756
756
|
deliveroo: "deliveroo";
|
|
757
757
|
}>;
|
|
758
|
-
acceptanceTimeout: z.
|
|
758
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
759
759
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
760
|
-
currentMenuVersionSyncAttempts: z.
|
|
760
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
761
761
|
}, z.core.$strip>, z.ZodObject<{
|
|
762
762
|
status: z.ZodEnum<{
|
|
763
763
|
pending: "pending";
|
|
@@ -815,7 +815,7 @@ declare const integrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
815
815
|
service: z.ZodEnum<{
|
|
816
816
|
cassa_in_cloud: "cassa_in_cloud";
|
|
817
817
|
}>;
|
|
818
|
-
idSalesPoint: z.
|
|
818
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
819
819
|
direction: z.ZodEnum<{
|
|
820
820
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
821
821
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -877,7 +877,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
877
877
|
}>;
|
|
878
878
|
autoAcceptOrders: z.ZodBoolean;
|
|
879
879
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
880
|
-
currentMenuVersionSyncAttempts: z.
|
|
880
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
881
881
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
882
882
|
}, z.core.$strip>, z.ZodObject<{
|
|
883
883
|
status: z.ZodEnum<{
|
|
@@ -916,9 +916,9 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
916
916
|
service: z.ZodEnum<{
|
|
917
917
|
deliveroo: "deliveroo";
|
|
918
918
|
}>;
|
|
919
|
-
acceptanceTimeout: z.
|
|
919
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
920
920
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
921
|
-
currentMenuVersionSyncAttempts: z.
|
|
921
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
922
922
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
923
923
|
}, z.core.$strip>, z.ZodObject<{
|
|
924
924
|
status: z.ZodEnum<{
|
|
@@ -978,7 +978,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
978
978
|
service: z.ZodEnum<{
|
|
979
979
|
cassa_in_cloud: "cassa_in_cloud";
|
|
980
980
|
}>;
|
|
981
|
-
idSalesPoint: z.
|
|
981
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
982
982
|
direction: z.ZodEnum<{
|
|
983
983
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
984
984
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -2829,12 +2829,12 @@ declare const getIntegrationActivationRequestsResponseSchema: z.ZodObject<{
|
|
|
2829
2829
|
}, z.core.$strip>>>>;
|
|
2830
2830
|
}, z.core.$strip>]>>;
|
|
2831
2831
|
pagination: z.ZodObject<{
|
|
2832
|
-
from: z.
|
|
2833
|
-
to: z.
|
|
2834
|
-
itemsPerPage: z.
|
|
2835
|
-
totalItems: z.
|
|
2836
|
-
currentPage: z.
|
|
2837
|
-
lastPage: z.
|
|
2832
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
2833
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
2834
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
2835
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
2836
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
2837
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
2838
2838
|
}, z.core.$strip>;
|
|
2839
2839
|
}, z.core.$strip>;
|
|
2840
2840
|
type GetIntegrationActivationRequestsResponse = z.infer<typeof getIntegrationActivationRequestsResponseSchema>;
|
|
@@ -3016,12 +3016,12 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
|
|
|
3016
3016
|
}, z.core.$strip>>>>;
|
|
3017
3017
|
}, z.core.$strip>]>>;
|
|
3018
3018
|
pagination: z.ZodObject<{
|
|
3019
|
-
from: z.
|
|
3020
|
-
to: z.
|
|
3021
|
-
itemsPerPage: z.
|
|
3022
|
-
totalItems: z.
|
|
3023
|
-
currentPage: z.
|
|
3024
|
-
lastPage: z.
|
|
3019
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
3020
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
3021
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
3022
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
3023
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
3024
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
3025
3025
|
}, z.core.$strip>;
|
|
3026
3026
|
}, z.core.$strip>;
|
|
3027
3027
|
readonly querySchema: z.ZodObject<{
|
|
@@ -5061,12 +5061,12 @@ declare const getIntegrationCancellationRequestsResponseSchema: z.ZodObject<{
|
|
|
5061
5061
|
updatedAt: z.ZodString;
|
|
5062
5062
|
}, z.core.$strip>>;
|
|
5063
5063
|
pagination: z.ZodObject<{
|
|
5064
|
-
from: z.
|
|
5065
|
-
to: z.
|
|
5066
|
-
itemsPerPage: z.
|
|
5067
|
-
totalItems: z.
|
|
5068
|
-
currentPage: z.
|
|
5069
|
-
lastPage: z.
|
|
5064
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
5065
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
5066
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
5067
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
5068
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
5069
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
5070
5070
|
}, z.core.$strip>;
|
|
5071
5071
|
}, z.core.$strip>;
|
|
5072
5072
|
type GetIntegrationCancellationRequestsResponse = z.infer<typeof getIntegrationCancellationRequestsResponseSchema>;
|
|
@@ -5087,12 +5087,12 @@ declare class GetIntegrationCancellationRequests extends AbstractApiRequest<type
|
|
|
5087
5087
|
updatedAt: z.ZodString;
|
|
5088
5088
|
}, z.core.$strip>>;
|
|
5089
5089
|
pagination: z.ZodObject<{
|
|
5090
|
-
from: z.
|
|
5091
|
-
to: z.
|
|
5092
|
-
itemsPerPage: z.
|
|
5093
|
-
totalItems: z.
|
|
5094
|
-
currentPage: z.
|
|
5095
|
-
lastPage: z.
|
|
5090
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
5091
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
5092
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
5093
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
5094
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
5095
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
5096
5096
|
}, z.core.$strip>;
|
|
5097
5097
|
}, z.core.$strip>;
|
|
5098
5098
|
readonly querySchema: z.ZodObject<{
|
|
@@ -5191,7 +5191,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
5191
5191
|
}>;
|
|
5192
5192
|
autoAcceptOrders: z.ZodBoolean;
|
|
5193
5193
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
5194
|
-
currentMenuVersionSyncAttempts: z.
|
|
5194
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
5195
5195
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
5196
5196
|
}, z.core.$strip>, z.ZodObject<{
|
|
5197
5197
|
status: z.ZodEnum<{
|
|
@@ -5230,9 +5230,9 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
5230
5230
|
service: z.ZodEnum<{
|
|
5231
5231
|
deliveroo: "deliveroo";
|
|
5232
5232
|
}>;
|
|
5233
|
-
acceptanceTimeout: z.
|
|
5233
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
5234
5234
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
5235
|
-
currentMenuVersionSyncAttempts: z.
|
|
5235
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
5236
5236
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
5237
5237
|
}, z.core.$strip>, z.ZodObject<{
|
|
5238
5238
|
status: z.ZodEnum<{
|
|
@@ -5292,7 +5292,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
5292
5292
|
service: z.ZodEnum<{
|
|
5293
5293
|
cassa_in_cloud: "cassa_in_cloud";
|
|
5294
5294
|
}>;
|
|
5295
|
-
idSalesPoint: z.
|
|
5295
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
5296
5296
|
direction: z.ZodEnum<{
|
|
5297
5297
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
5298
5298
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -5360,7 +5360,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
|
|
|
5360
5360
|
}>;
|
|
5361
5361
|
autoAcceptOrders: z.ZodBoolean;
|
|
5362
5362
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
5363
|
-
currentMenuVersionSyncAttempts: z.
|
|
5363
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
5364
5364
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
5365
5365
|
}, z.core.$strip>, z.ZodObject<{
|
|
5366
5366
|
status: z.ZodEnum<{
|
|
@@ -5399,9 +5399,9 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
|
|
|
5399
5399
|
service: z.ZodEnum<{
|
|
5400
5400
|
deliveroo: "deliveroo";
|
|
5401
5401
|
}>;
|
|
5402
|
-
acceptanceTimeout: z.
|
|
5402
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
5403
5403
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
5404
|
-
currentMenuVersionSyncAttempts: z.
|
|
5404
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
5405
5405
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
5406
5406
|
}, z.core.$strip>, z.ZodObject<{
|
|
5407
5407
|
status: z.ZodEnum<{
|
|
@@ -5461,7 +5461,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
|
|
|
5461
5461
|
service: z.ZodEnum<{
|
|
5462
5462
|
cassa_in_cloud: "cassa_in_cloud";
|
|
5463
5463
|
}>;
|
|
5464
|
-
idSalesPoint: z.
|
|
5464
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
5465
5465
|
direction: z.ZodEnum<{
|
|
5466
5466
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
5467
5467
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -5569,7 +5569,7 @@ declare const getIntegrationsResponseSchema: z.ZodObject<{
|
|
|
5569
5569
|
}>;
|
|
5570
5570
|
autoAcceptOrders: z.ZodBoolean;
|
|
5571
5571
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
5572
|
-
currentMenuVersionSyncAttempts: z.
|
|
5572
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
5573
5573
|
}, z.core.$strip>, z.ZodObject<{
|
|
5574
5574
|
status: z.ZodEnum<{
|
|
5575
5575
|
pending: "pending";
|
|
@@ -5607,9 +5607,9 @@ declare const getIntegrationsResponseSchema: z.ZodObject<{
|
|
|
5607
5607
|
service: z.ZodEnum<{
|
|
5608
5608
|
deliveroo: "deliveroo";
|
|
5609
5609
|
}>;
|
|
5610
|
-
acceptanceTimeout: z.
|
|
5610
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
5611
5611
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
5612
|
-
currentMenuVersionSyncAttempts: z.
|
|
5612
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
5613
5613
|
}, z.core.$strip>, z.ZodObject<{
|
|
5614
5614
|
status: z.ZodEnum<{
|
|
5615
5615
|
pending: "pending";
|
|
@@ -5667,7 +5667,7 @@ declare const getIntegrationsResponseSchema: z.ZodObject<{
|
|
|
5667
5667
|
service: z.ZodEnum<{
|
|
5668
5668
|
cassa_in_cloud: "cassa_in_cloud";
|
|
5669
5669
|
}>;
|
|
5670
|
-
idSalesPoint: z.
|
|
5670
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
5671
5671
|
direction: z.ZodEnum<{
|
|
5672
5672
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
5673
5673
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -5686,12 +5686,12 @@ declare const getIntegrationsResponseSchema: z.ZodObject<{
|
|
|
5686
5686
|
}>>;
|
|
5687
5687
|
}, z.core.$strip>]>>;
|
|
5688
5688
|
pagination: z.ZodObject<{
|
|
5689
|
-
from: z.
|
|
5690
|
-
to: z.
|
|
5691
|
-
itemsPerPage: z.
|
|
5692
|
-
totalItems: z.
|
|
5693
|
-
currentPage: z.
|
|
5694
|
-
lastPage: z.
|
|
5689
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
5690
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
5691
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
5692
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
5693
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
5694
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
5695
5695
|
}, z.core.$strip>;
|
|
5696
5696
|
}, z.core.$strip>;
|
|
5697
5697
|
type GetIntegrationsResponse = z.infer<typeof getIntegrationsResponseSchema>;
|
|
@@ -5744,7 +5744,7 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
5744
5744
|
}>;
|
|
5745
5745
|
autoAcceptOrders: z.ZodBoolean;
|
|
5746
5746
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
5747
|
-
currentMenuVersionSyncAttempts: z.
|
|
5747
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
5748
5748
|
}, z.core.$strip>, z.ZodObject<{
|
|
5749
5749
|
status: z.ZodEnum<{
|
|
5750
5750
|
pending: "pending";
|
|
@@ -5782,9 +5782,9 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
5782
5782
|
service: z.ZodEnum<{
|
|
5783
5783
|
deliveroo: "deliveroo";
|
|
5784
5784
|
}>;
|
|
5785
|
-
acceptanceTimeout: z.
|
|
5785
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
5786
5786
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
5787
|
-
currentMenuVersionSyncAttempts: z.
|
|
5787
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
5788
5788
|
}, z.core.$strip>, z.ZodObject<{
|
|
5789
5789
|
status: z.ZodEnum<{
|
|
5790
5790
|
pending: "pending";
|
|
@@ -5842,7 +5842,7 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
5842
5842
|
service: z.ZodEnum<{
|
|
5843
5843
|
cassa_in_cloud: "cassa_in_cloud";
|
|
5844
5844
|
}>;
|
|
5845
|
-
idSalesPoint: z.
|
|
5845
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
5846
5846
|
direction: z.ZodEnum<{
|
|
5847
5847
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
5848
5848
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -5861,12 +5861,12 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
5861
5861
|
}>>;
|
|
5862
5862
|
}, z.core.$strip>]>>;
|
|
5863
5863
|
pagination: z.ZodObject<{
|
|
5864
|
-
from: z.
|
|
5865
|
-
to: z.
|
|
5866
|
-
itemsPerPage: z.
|
|
5867
|
-
totalItems: z.
|
|
5868
|
-
currentPage: z.
|
|
5869
|
-
lastPage: z.
|
|
5864
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
5865
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
5866
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
5867
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
5868
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
5869
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
5870
5870
|
}, z.core.$strip>;
|
|
5871
5871
|
}, z.core.$strip>;
|
|
5872
5872
|
readonly querySchema: z.ZodObject<{
|
|
@@ -5993,7 +5993,7 @@ declare const getIntegrationsFromPointOfSaleResponseSchema: z.ZodArray<z.ZodDisc
|
|
|
5993
5993
|
}>;
|
|
5994
5994
|
autoAcceptOrders: z.ZodBoolean;
|
|
5995
5995
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
5996
|
-
currentMenuVersionSyncAttempts: z.
|
|
5996
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
5997
5997
|
}, z.core.$strip>, z.ZodObject<{
|
|
5998
5998
|
status: z.ZodEnum<{
|
|
5999
5999
|
pending: "pending";
|
|
@@ -6031,9 +6031,9 @@ declare const getIntegrationsFromPointOfSaleResponseSchema: z.ZodArray<z.ZodDisc
|
|
|
6031
6031
|
service: z.ZodEnum<{
|
|
6032
6032
|
deliveroo: "deliveroo";
|
|
6033
6033
|
}>;
|
|
6034
|
-
acceptanceTimeout: z.
|
|
6034
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
6035
6035
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
6036
|
-
currentMenuVersionSyncAttempts: z.
|
|
6036
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
6037
6037
|
}, z.core.$strip>, z.ZodObject<{
|
|
6038
6038
|
status: z.ZodEnum<{
|
|
6039
6039
|
pending: "pending";
|
|
@@ -6091,7 +6091,7 @@ declare const getIntegrationsFromPointOfSaleResponseSchema: z.ZodArray<z.ZodDisc
|
|
|
6091
6091
|
service: z.ZodEnum<{
|
|
6092
6092
|
cassa_in_cloud: "cassa_in_cloud";
|
|
6093
6093
|
}>;
|
|
6094
|
-
idSalesPoint: z.
|
|
6094
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
6095
6095
|
direction: z.ZodEnum<{
|
|
6096
6096
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
6097
6097
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -6158,7 +6158,7 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
6158
6158
|
}>;
|
|
6159
6159
|
autoAcceptOrders: z.ZodBoolean;
|
|
6160
6160
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
6161
|
-
currentMenuVersionSyncAttempts: z.
|
|
6161
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
6162
6162
|
}, z.core.$strip>, z.ZodObject<{
|
|
6163
6163
|
status: z.ZodEnum<{
|
|
6164
6164
|
pending: "pending";
|
|
@@ -6196,9 +6196,9 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
6196
6196
|
service: z.ZodEnum<{
|
|
6197
6197
|
deliveroo: "deliveroo";
|
|
6198
6198
|
}>;
|
|
6199
|
-
acceptanceTimeout: z.
|
|
6199
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
6200
6200
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
6201
|
-
currentMenuVersionSyncAttempts: z.
|
|
6201
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
6202
6202
|
}, z.core.$strip>, z.ZodObject<{
|
|
6203
6203
|
status: z.ZodEnum<{
|
|
6204
6204
|
pending: "pending";
|
|
@@ -6256,7 +6256,7 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
6256
6256
|
service: z.ZodEnum<{
|
|
6257
6257
|
cassa_in_cloud: "cassa_in_cloud";
|
|
6258
6258
|
}>;
|
|
6259
|
-
idSalesPoint: z.
|
|
6259
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
6260
6260
|
direction: z.ZodEnum<{
|
|
6261
6261
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
6262
6262
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -6339,7 +6339,7 @@ declare const integrationCassaInCloudSchema: z.ZodObject<{
|
|
|
6339
6339
|
service: z.ZodEnum<{
|
|
6340
6340
|
cassa_in_cloud: "cassa_in_cloud";
|
|
6341
6341
|
}>;
|
|
6342
|
-
idSalesPoint: z.
|
|
6342
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
6343
6343
|
direction: z.ZodEnum<{
|
|
6344
6344
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
6345
6345
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -6379,7 +6379,7 @@ declare const integrationCassaInCloudDetailsSchema: z.ZodObject<{
|
|
|
6379
6379
|
service: z.ZodEnum<{
|
|
6380
6380
|
cassa_in_cloud: "cassa_in_cloud";
|
|
6381
6381
|
}>;
|
|
6382
|
-
idSalesPoint: z.
|
|
6382
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
6383
6383
|
direction: z.ZodEnum<{
|
|
6384
6384
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
6385
6385
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -6458,7 +6458,7 @@ declare const integrationCassaInCloudEditableFieldsSchema: z.ZodObject<{
|
|
|
6458
6458
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
6459
6459
|
}>;
|
|
6460
6460
|
apiKey: z.ZodString;
|
|
6461
|
-
idSalesPoint: z.
|
|
6461
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
6462
6462
|
locale: z.ZodString;
|
|
6463
6463
|
provider: z.ZodEnum<{
|
|
6464
6464
|
deliverart: "deliverart";
|
|
@@ -6650,9 +6650,9 @@ declare const integrationDeliverooSchema: z.ZodObject<{
|
|
|
6650
6650
|
service: z.ZodEnum<{
|
|
6651
6651
|
deliveroo: "deliveroo";
|
|
6652
6652
|
}>;
|
|
6653
|
-
acceptanceTimeout: z.
|
|
6653
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
6654
6654
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
6655
|
-
currentMenuVersionSyncAttempts: z.
|
|
6655
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
6656
6656
|
}, z.core.$strip>;
|
|
6657
6657
|
type IntegrationDeliveroo = z.infer<typeof integrationDeliverooSchema>;
|
|
6658
6658
|
declare const integrationDeliverooDetailsSchema: z.ZodObject<{
|
|
@@ -6692,9 +6692,9 @@ declare const integrationDeliverooDetailsSchema: z.ZodObject<{
|
|
|
6692
6692
|
service: z.ZodEnum<{
|
|
6693
6693
|
deliveroo: "deliveroo";
|
|
6694
6694
|
}>;
|
|
6695
|
-
acceptanceTimeout: z.
|
|
6695
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
6696
6696
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
6697
|
-
currentMenuVersionSyncAttempts: z.
|
|
6697
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
6698
6698
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
6699
6699
|
}, z.core.$strip>;
|
|
6700
6700
|
type IntegrationDeliverooDetails = z.infer<typeof integrationDeliverooDetailsSchema>;
|
|
@@ -6713,7 +6713,7 @@ declare const integrationDeliverooEditableFieldsSchema: z.ZodObject<{
|
|
|
6713
6713
|
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6714
6714
|
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
6715
6715
|
cover: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/images/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/images/:id"> | null, unknown>>;
|
|
6716
|
-
acceptanceTimeout: z.
|
|
6716
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
6717
6717
|
}, z.core.$strip>;
|
|
6718
6718
|
type IntegrationDeliverooEditableFields = z.infer<typeof integrationDeliverooEditableFieldsSchema>;
|
|
6719
6719
|
declare const integrationsDeliverooQuerySchema: z.ZodObject<{
|
|
@@ -7198,7 +7198,7 @@ declare const integrationJustEatSchema: z.ZodObject<{
|
|
|
7198
7198
|
}>;
|
|
7199
7199
|
autoAcceptOrders: z.ZodBoolean;
|
|
7200
7200
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
7201
|
-
currentMenuVersionSyncAttempts: z.
|
|
7201
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
7202
7202
|
}, z.core.$strip>;
|
|
7203
7203
|
type IntegrationJustEat = z.infer<typeof integrationJustEatSchema>;
|
|
7204
7204
|
declare const integrationJustEatDetailsSchema: z.ZodObject<{
|
|
@@ -7244,7 +7244,7 @@ declare const integrationJustEatDetailsSchema: z.ZodObject<{
|
|
|
7244
7244
|
}>;
|
|
7245
7245
|
autoAcceptOrders: z.ZodBoolean;
|
|
7246
7246
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
7247
|
-
currentMenuVersionSyncAttempts: z.
|
|
7247
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
7248
7248
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
7249
7249
|
}, z.core.$strip>;
|
|
7250
7250
|
type IntegrationJustEatDetails = z.infer<typeof integrationJustEatDetailsSchema>;
|
|
@@ -7378,7 +7378,7 @@ declare const createIntegrationCassaInCloudInputSchema: z.ZodObject<{
|
|
|
7378
7378
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
7379
7379
|
}>;
|
|
7380
7380
|
apiKey: z.ZodString;
|
|
7381
|
-
idSalesPoint: z.
|
|
7381
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
7382
7382
|
locale: z.ZodString;
|
|
7383
7383
|
provider: z.ZodEnum<{
|
|
7384
7384
|
deliverart: "deliverart";
|
|
@@ -7417,7 +7417,7 @@ declare const createIntegrationCassaInCloudResponseSchema: z.ZodObject<{
|
|
|
7417
7417
|
service: z.ZodEnum<{
|
|
7418
7418
|
cassa_in_cloud: "cassa_in_cloud";
|
|
7419
7419
|
}>;
|
|
7420
|
-
idSalesPoint: z.
|
|
7420
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
7421
7421
|
direction: z.ZodEnum<{
|
|
7422
7422
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
7423
7423
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -7447,7 +7447,7 @@ declare class CreateIntegrationCassaInCloud extends AbstractApiRequest<typeof cr
|
|
|
7447
7447
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
7448
7448
|
}>;
|
|
7449
7449
|
apiKey: z.ZodString;
|
|
7450
|
-
idSalesPoint: z.
|
|
7450
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
7451
7451
|
locale: z.ZodString;
|
|
7452
7452
|
provider: z.ZodEnum<{
|
|
7453
7453
|
deliverart: "deliverart";
|
|
@@ -7485,7 +7485,7 @@ declare class CreateIntegrationCassaInCloud extends AbstractApiRequest<typeof cr
|
|
|
7485
7485
|
service: z.ZodEnum<{
|
|
7486
7486
|
cassa_in_cloud: "cassa_in_cloud";
|
|
7487
7487
|
}>;
|
|
7488
|
-
idSalesPoint: z.
|
|
7488
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
7489
7489
|
direction: z.ZodEnum<{
|
|
7490
7490
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
7491
7491
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -7607,7 +7607,7 @@ declare const integrationClientLogRequestSchema: z.ZodObject<{
|
|
|
7607
7607
|
POST: "POST";
|
|
7608
7608
|
PUT: "PUT";
|
|
7609
7609
|
}>;
|
|
7610
|
-
statusCode: z.
|
|
7610
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
7611
7611
|
createdAt: z.ZodString;
|
|
7612
7612
|
}, z.core.$strip>;
|
|
7613
7613
|
type IntegrationClientLogRequest = z.infer<typeof integrationClientLogRequestSchema>;
|
|
@@ -7621,7 +7621,7 @@ declare const integrationClientLogRequestDetailsSchema: z.ZodObject<{
|
|
|
7621
7621
|
POST: "POST";
|
|
7622
7622
|
PUT: "PUT";
|
|
7623
7623
|
}>;
|
|
7624
|
-
statusCode: z.
|
|
7624
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
7625
7625
|
createdAt: z.ZodString;
|
|
7626
7626
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
|
|
7627
7627
|
requestHeaders: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
@@ -7648,11 +7648,11 @@ declare const clientLogRequestQuerySchema: z.ZodObject<{
|
|
|
7648
7648
|
POST: "POST";
|
|
7649
7649
|
PUT: "PUT";
|
|
7650
7650
|
}>>]>>;
|
|
7651
|
-
'statusCode[between]': z.ZodOptional<z.
|
|
7652
|
-
'statusCode[gt]': z.ZodOptional<z.
|
|
7653
|
-
'statusCode[gte]': z.ZodOptional<z.
|
|
7654
|
-
'statusCode[lt]': z.ZodOptional<z.
|
|
7655
|
-
'statusCode[lte]': z.ZodOptional<z.
|
|
7651
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7652
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7653
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7654
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7655
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7656
7656
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
7657
7657
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
7658
7658
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -7673,7 +7673,7 @@ declare const getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema: z
|
|
|
7673
7673
|
POST: "POST";
|
|
7674
7674
|
PUT: "PUT";
|
|
7675
7675
|
}>;
|
|
7676
|
-
statusCode: z.
|
|
7676
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
7677
7677
|
createdAt: z.ZodString;
|
|
7678
7678
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
|
|
7679
7679
|
requestHeaders: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
@@ -7697,7 +7697,7 @@ declare class GetIntegrationCassaInCloudClientLogRequestDetails extends Abstract
|
|
|
7697
7697
|
POST: "POST";
|
|
7698
7698
|
PUT: "PUT";
|
|
7699
7699
|
}>;
|
|
7700
|
-
statusCode: z.
|
|
7700
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
7701
7701
|
createdAt: z.ZodString;
|
|
7702
7702
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
|
|
7703
7703
|
requestHeaders: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
@@ -7731,11 +7731,11 @@ declare const getIntegrationCassaInCloudClientLogRequestsQuerySchema: z.ZodObjec
|
|
|
7731
7731
|
POST: "POST";
|
|
7732
7732
|
PUT: "PUT";
|
|
7733
7733
|
}>>]>>;
|
|
7734
|
-
'statusCode[between]': z.ZodOptional<z.
|
|
7735
|
-
'statusCode[gt]': z.ZodOptional<z.
|
|
7736
|
-
'statusCode[gte]': z.ZodOptional<z.
|
|
7737
|
-
'statusCode[lt]': z.ZodOptional<z.
|
|
7738
|
-
'statusCode[lte]': z.ZodOptional<z.
|
|
7734
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7735
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7736
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7737
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7738
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7739
7739
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
7740
7740
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
7741
7741
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -7756,16 +7756,16 @@ declare const getIntegrationCassaInCloudClientLogRequestsResponseSchema: z.ZodOb
|
|
|
7756
7756
|
POST: "POST";
|
|
7757
7757
|
PUT: "PUT";
|
|
7758
7758
|
}>;
|
|
7759
|
-
statusCode: z.
|
|
7759
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
7760
7760
|
createdAt: z.ZodString;
|
|
7761
7761
|
}, z.core.$strip>>;
|
|
7762
7762
|
pagination: z.ZodObject<{
|
|
7763
|
-
from: z.
|
|
7764
|
-
to: z.
|
|
7765
|
-
itemsPerPage: z.
|
|
7766
|
-
totalItems: z.
|
|
7767
|
-
currentPage: z.
|
|
7768
|
-
lastPage: z.
|
|
7763
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
7764
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
7765
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
7766
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
7767
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
7768
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
7769
7769
|
}, z.core.$strip>;
|
|
7770
7770
|
}, z.core.$strip>;
|
|
7771
7771
|
type GetIntegrationCassaInCloudClientLogRequestsResponse = z.infer<typeof getIntegrationCassaInCloudClientLogRequestsResponseSchema>;
|
|
@@ -7785,16 +7785,16 @@ declare class GetIntegrationCassaInCloudClientLogRequests extends AbstractApiReq
|
|
|
7785
7785
|
POST: "POST";
|
|
7786
7786
|
PUT: "PUT";
|
|
7787
7787
|
}>;
|
|
7788
|
-
statusCode: z.
|
|
7788
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
7789
7789
|
createdAt: z.ZodString;
|
|
7790
7790
|
}, z.core.$strip>>;
|
|
7791
7791
|
pagination: z.ZodObject<{
|
|
7792
|
-
from: z.
|
|
7793
|
-
to: z.
|
|
7794
|
-
itemsPerPage: z.
|
|
7795
|
-
totalItems: z.
|
|
7796
|
-
currentPage: z.
|
|
7797
|
-
lastPage: z.
|
|
7792
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
7793
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
7794
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
7795
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
7796
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
7797
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
7798
7798
|
}, z.core.$strip>;
|
|
7799
7799
|
}, z.core.$strip>;
|
|
7800
7800
|
readonly querySchema: z.ZodObject<{
|
|
@@ -7815,11 +7815,11 @@ declare class GetIntegrationCassaInCloudClientLogRequests extends AbstractApiReq
|
|
|
7815
7815
|
POST: "POST";
|
|
7816
7816
|
PUT: "PUT";
|
|
7817
7817
|
}>>]>>;
|
|
7818
|
-
'statusCode[between]': z.ZodOptional<z.
|
|
7819
|
-
'statusCode[gt]': z.ZodOptional<z.
|
|
7820
|
-
'statusCode[gte]': z.ZodOptional<z.
|
|
7821
|
-
'statusCode[lt]': z.ZodOptional<z.
|
|
7822
|
-
'statusCode[lte]': z.ZodOptional<z.
|
|
7818
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7819
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7820
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7821
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7822
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
7823
7823
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
7824
7824
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
7825
7825
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -7858,7 +7858,7 @@ declare const getIntegrationCassaInCloudDetailsResponseSchema: z.ZodObject<{
|
|
|
7858
7858
|
service: z.ZodEnum<{
|
|
7859
7859
|
cassa_in_cloud: "cassa_in_cloud";
|
|
7860
7860
|
}>;
|
|
7861
|
-
idSalesPoint: z.
|
|
7861
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
7862
7862
|
direction: z.ZodEnum<{
|
|
7863
7863
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
7864
7864
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -7904,7 +7904,7 @@ declare class GetIntegrationCassaInCloudDetails extends AbstractApiRequest<typeo
|
|
|
7904
7904
|
service: z.ZodEnum<{
|
|
7905
7905
|
cassa_in_cloud: "cassa_in_cloud";
|
|
7906
7906
|
}>;
|
|
7907
|
-
idSalesPoint: z.
|
|
7907
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
7908
7908
|
direction: z.ZodEnum<{
|
|
7909
7909
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
7910
7910
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -8004,7 +8004,7 @@ declare const getIntegrationCassaInCloudListResponseSchema: z.ZodObject<{
|
|
|
8004
8004
|
service: z.ZodEnum<{
|
|
8005
8005
|
cassa_in_cloud: "cassa_in_cloud";
|
|
8006
8006
|
}>;
|
|
8007
|
-
idSalesPoint: z.
|
|
8007
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
8008
8008
|
direction: z.ZodEnum<{
|
|
8009
8009
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
8010
8010
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -8023,12 +8023,12 @@ declare const getIntegrationCassaInCloudListResponseSchema: z.ZodObject<{
|
|
|
8023
8023
|
}>>;
|
|
8024
8024
|
}, z.core.$strip>>;
|
|
8025
8025
|
pagination: z.ZodObject<{
|
|
8026
|
-
from: z.
|
|
8027
|
-
to: z.
|
|
8028
|
-
itemsPerPage: z.
|
|
8029
|
-
totalItems: z.
|
|
8030
|
-
currentPage: z.
|
|
8031
|
-
lastPage: z.
|
|
8026
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
8027
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
8028
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
8029
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
8030
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
8031
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
8032
8032
|
}, z.core.$strip>;
|
|
8033
8033
|
}, z.core.$strip>;
|
|
8034
8034
|
type GetIntegrationCassaInCloudListResponse = z.infer<typeof getIntegrationCassaInCloudListResponseSchema>;
|
|
@@ -8059,7 +8059,7 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
8059
8059
|
service: z.ZodEnum<{
|
|
8060
8060
|
cassa_in_cloud: "cassa_in_cloud";
|
|
8061
8061
|
}>;
|
|
8062
|
-
idSalesPoint: z.
|
|
8062
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
8063
8063
|
direction: z.ZodEnum<{
|
|
8064
8064
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
8065
8065
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -8078,12 +8078,12 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
8078
8078
|
}>>;
|
|
8079
8079
|
}, z.core.$strip>>;
|
|
8080
8080
|
pagination: z.ZodObject<{
|
|
8081
|
-
from: z.
|
|
8082
|
-
to: z.
|
|
8083
|
-
itemsPerPage: z.
|
|
8084
|
-
totalItems: z.
|
|
8085
|
-
currentPage: z.
|
|
8086
|
-
lastPage: z.
|
|
8081
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
8082
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
8083
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
8084
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
8085
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
8086
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
8087
8087
|
}, z.core.$strip>;
|
|
8088
8088
|
}, z.core.$strip>;
|
|
8089
8089
|
readonly querySchema: z.ZodObject<{
|
|
@@ -8182,7 +8182,7 @@ declare class GetIntegrationCassaInCloudSyncMenuProcessDetails extends AbstractA
|
|
|
8182
8182
|
}
|
|
8183
8183
|
|
|
8184
8184
|
declare const getIntegrationCassaInCloudSyncMenuProcessesQuerySchema: z.ZodObject<{
|
|
8185
|
-
page: z.ZodOptional<z.
|
|
8185
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
8186
8186
|
}, z.core.$strip>;
|
|
8187
8187
|
type GetIntegrationCassaInCloudSyncMenuProcessesQueryParams = z.infer<typeof getIntegrationCassaInCloudSyncMenuProcessesQuerySchema>;
|
|
8188
8188
|
declare const getIntegrationCassaInCloudSyncMenuProcessesInputSchema: z.ZodUndefined;
|
|
@@ -8198,12 +8198,12 @@ declare const getIntegrationCassaInCloudSyncMenuProcessesResponseSchema: z.ZodOb
|
|
|
8198
8198
|
endAt: z.ZodNullable<z.ZodString>;
|
|
8199
8199
|
}, z.core.$strip>>;
|
|
8200
8200
|
pagination: z.ZodObject<{
|
|
8201
|
-
from: z.
|
|
8202
|
-
to: z.
|
|
8203
|
-
itemsPerPage: z.
|
|
8204
|
-
totalItems: z.
|
|
8205
|
-
currentPage: z.
|
|
8206
|
-
lastPage: z.
|
|
8201
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
8202
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
8203
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
8204
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
8205
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
8206
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
8207
8207
|
}, z.core.$strip>;
|
|
8208
8208
|
}, z.core.$strip>;
|
|
8209
8209
|
type GetIntegrationCassaInCloudSyncMenuProcessesResponse = z.infer<typeof getIntegrationCassaInCloudSyncMenuProcessesResponseSchema>;
|
|
@@ -8223,16 +8223,16 @@ declare class GetIntegrationCassaInCloudSyncMenuProcesses extends AbstractApiReq
|
|
|
8223
8223
|
endAt: z.ZodNullable<z.ZodString>;
|
|
8224
8224
|
}, z.core.$strip>>;
|
|
8225
8225
|
pagination: z.ZodObject<{
|
|
8226
|
-
from: z.
|
|
8227
|
-
to: z.
|
|
8228
|
-
itemsPerPage: z.
|
|
8229
|
-
totalItems: z.
|
|
8230
|
-
currentPage: z.
|
|
8231
|
-
lastPage: z.
|
|
8226
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
8227
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
8228
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
8229
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
8230
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
8231
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
8232
8232
|
}, z.core.$strip>;
|
|
8233
8233
|
}, z.core.$strip>;
|
|
8234
8234
|
readonly querySchema: z.ZodObject<{
|
|
8235
|
-
page: z.ZodOptional<z.
|
|
8235
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
8236
8236
|
}, z.core.$strip>;
|
|
8237
8237
|
readonly headersSchema: undefined;
|
|
8238
8238
|
private readonly integrationCassaInCloudId;
|
|
@@ -8380,12 +8380,12 @@ declare const getIntegrationCassaInCloudWebHookEventsResponseSchema: z.ZodObject
|
|
|
8380
8380
|
createdAt: z.ZodString;
|
|
8381
8381
|
}, z.core.$strip>>;
|
|
8382
8382
|
pagination: z.ZodObject<{
|
|
8383
|
-
from: z.
|
|
8384
|
-
to: z.
|
|
8385
|
-
itemsPerPage: z.
|
|
8386
|
-
totalItems: z.
|
|
8387
|
-
currentPage: z.
|
|
8388
|
-
lastPage: z.
|
|
8383
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
8384
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
8385
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
8386
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
8387
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
8388
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
8389
8389
|
}, z.core.$strip>;
|
|
8390
8390
|
}, z.core.$strip>;
|
|
8391
8391
|
type GetIntegrationCassaInCloudWebHookEventsResponse = z.infer<typeof getIntegrationCassaInCloudWebHookEventsResponseSchema>;
|
|
@@ -8419,12 +8419,12 @@ declare class GetIntegrationCassaInCloudWebHookEvents extends AbstractApiRequest
|
|
|
8419
8419
|
createdAt: z.ZodString;
|
|
8420
8420
|
}, z.core.$strip>>;
|
|
8421
8421
|
pagination: z.ZodObject<{
|
|
8422
|
-
from: z.
|
|
8423
|
-
to: z.
|
|
8424
|
-
itemsPerPage: z.
|
|
8425
|
-
totalItems: z.
|
|
8426
|
-
currentPage: z.
|
|
8427
|
-
lastPage: z.
|
|
8422
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
8423
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
8424
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
8425
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
8426
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
8427
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
8428
8428
|
}, z.core.$strip>;
|
|
8429
8429
|
}, z.core.$strip>;
|
|
8430
8430
|
readonly querySchema: z.ZodObject<{
|
|
@@ -8577,7 +8577,7 @@ declare const updateIntegrationCassaInCloudInputSchema: z.ZodObject<{
|
|
|
8577
8577
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
8578
8578
|
}>;
|
|
8579
8579
|
apiKey: z.ZodString;
|
|
8580
|
-
idSalesPoint: z.
|
|
8580
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
8581
8581
|
locale: z.ZodString;
|
|
8582
8582
|
provider: z.ZodEnum<{
|
|
8583
8583
|
deliverart: "deliverart";
|
|
@@ -8615,7 +8615,7 @@ declare const updateIntegrationCassaInCloudResponseSchema: z.ZodObject<{
|
|
|
8615
8615
|
service: z.ZodEnum<{
|
|
8616
8616
|
cassa_in_cloud: "cassa_in_cloud";
|
|
8617
8617
|
}>;
|
|
8618
|
-
idSalesPoint: z.
|
|
8618
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
8619
8619
|
direction: z.ZodEnum<{
|
|
8620
8620
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
8621
8621
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -8645,7 +8645,7 @@ declare class UpdateIntegrationCassaInCloud extends AbstractApiRequest<typeof up
|
|
|
8645
8645
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
8646
8646
|
}>;
|
|
8647
8647
|
apiKey: z.ZodString;
|
|
8648
|
-
idSalesPoint: z.
|
|
8648
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
8649
8649
|
locale: z.ZodString;
|
|
8650
8650
|
provider: z.ZodEnum<{
|
|
8651
8651
|
deliverart: "deliverart";
|
|
@@ -8682,7 +8682,7 @@ declare class UpdateIntegrationCassaInCloud extends AbstractApiRequest<typeof up
|
|
|
8682
8682
|
service: z.ZodEnum<{
|
|
8683
8683
|
cassa_in_cloud: "cassa_in_cloud";
|
|
8684
8684
|
}>;
|
|
8685
|
-
idSalesPoint: z.
|
|
8685
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
8686
8686
|
direction: z.ZodEnum<{
|
|
8687
8687
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
8688
8688
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -8723,7 +8723,7 @@ declare const createIntegrationDeliverooInputSchema: z.ZodObject<{
|
|
|
8723
8723
|
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8724
8724
|
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
8725
8725
|
cover: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/images/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/images/:id"> | null, unknown>>;
|
|
8726
|
-
acceptanceTimeout: z.
|
|
8726
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
8727
8727
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
8728
8728
|
}, z.core.$strip>;
|
|
8729
8729
|
type CreateIntegrationDeliverooInput = z.input<typeof createIntegrationDeliverooInputSchema>;
|
|
@@ -8764,9 +8764,9 @@ declare const createIntegrationDeliverooResponseSchema: z.ZodObject<{
|
|
|
8764
8764
|
service: z.ZodEnum<{
|
|
8765
8765
|
deliveroo: "deliveroo";
|
|
8766
8766
|
}>;
|
|
8767
|
-
acceptanceTimeout: z.
|
|
8767
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
8768
8768
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
8769
|
-
currentMenuVersionSyncAttempts: z.
|
|
8769
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
8770
8770
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
8771
8771
|
}, z.core.$strip>;
|
|
8772
8772
|
type CreateIntegrationDeliverooResponse = z.infer<typeof createIntegrationDeliverooResponseSchema>;
|
|
@@ -8789,7 +8789,7 @@ declare class CreateIntegrationDeliveroo extends AbstractApiRequest<typeof creat
|
|
|
8789
8789
|
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8790
8790
|
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
8791
8791
|
cover: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/images/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/images/:id"> | null, unknown>>;
|
|
8792
|
-
acceptanceTimeout: z.
|
|
8792
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
8793
8793
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
8794
8794
|
}, z.core.$strip>;
|
|
8795
8795
|
readonly outputSchema: z.ZodObject<{
|
|
@@ -8829,9 +8829,9 @@ declare class CreateIntegrationDeliveroo extends AbstractApiRequest<typeof creat
|
|
|
8829
8829
|
service: z.ZodEnum<{
|
|
8830
8830
|
deliveroo: "deliveroo";
|
|
8831
8831
|
}>;
|
|
8832
|
-
acceptanceTimeout: z.
|
|
8832
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
8833
8833
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
8834
|
-
currentMenuVersionSyncAttempts: z.
|
|
8834
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
8835
8835
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
8836
8836
|
}, z.core.$strip>;
|
|
8837
8837
|
readonly querySchema: undefined;
|
|
@@ -8867,7 +8867,7 @@ declare const getIntegrationDeliverooClientLogRequestDetailsResponseSchema: z.Zo
|
|
|
8867
8867
|
POST: "POST";
|
|
8868
8868
|
PUT: "PUT";
|
|
8869
8869
|
}>;
|
|
8870
|
-
statusCode: z.
|
|
8870
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
8871
8871
|
createdAt: z.ZodString;
|
|
8872
8872
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
|
|
8873
8873
|
requestHeaders: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
@@ -8891,7 +8891,7 @@ declare class GetIntegrationDeliverooClientLogRequestDetails extends AbstractApi
|
|
|
8891
8891
|
POST: "POST";
|
|
8892
8892
|
PUT: "PUT";
|
|
8893
8893
|
}>;
|
|
8894
|
-
statusCode: z.
|
|
8894
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
8895
8895
|
createdAt: z.ZodString;
|
|
8896
8896
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
|
|
8897
8897
|
requestHeaders: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
@@ -8925,11 +8925,11 @@ declare const getIntegrationDeliverooClientLogRequestsQuerySchema: z.ZodObject<{
|
|
|
8925
8925
|
POST: "POST";
|
|
8926
8926
|
PUT: "PUT";
|
|
8927
8927
|
}>>]>>;
|
|
8928
|
-
'statusCode[between]': z.ZodOptional<z.
|
|
8929
|
-
'statusCode[gt]': z.ZodOptional<z.
|
|
8930
|
-
'statusCode[gte]': z.ZodOptional<z.
|
|
8931
|
-
'statusCode[lt]': z.ZodOptional<z.
|
|
8932
|
-
'statusCode[lte]': z.ZodOptional<z.
|
|
8928
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
8929
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
8930
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
8931
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
8932
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
8933
8933
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
8934
8934
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8935
8935
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -8950,16 +8950,16 @@ declare const getIntegrationDeliverooClientLogRequestsResponseSchema: z.ZodObjec
|
|
|
8950
8950
|
POST: "POST";
|
|
8951
8951
|
PUT: "PUT";
|
|
8952
8952
|
}>;
|
|
8953
|
-
statusCode: z.
|
|
8953
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
8954
8954
|
createdAt: z.ZodString;
|
|
8955
8955
|
}, z.core.$strip>>;
|
|
8956
8956
|
pagination: z.ZodObject<{
|
|
8957
|
-
from: z.
|
|
8958
|
-
to: z.
|
|
8959
|
-
itemsPerPage: z.
|
|
8960
|
-
totalItems: z.
|
|
8961
|
-
currentPage: z.
|
|
8962
|
-
lastPage: z.
|
|
8957
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
8958
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
8959
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
8960
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
8961
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
8962
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
8963
8963
|
}, z.core.$strip>;
|
|
8964
8964
|
}, z.core.$strip>;
|
|
8965
8965
|
type GetIntegrationDeliverooClientLogRequestsResponse = z.infer<typeof getIntegrationDeliverooClientLogRequestsResponseSchema>;
|
|
@@ -8979,16 +8979,16 @@ declare class GetIntegrationDeliverooClientLogRequests extends AbstractApiReques
|
|
|
8979
8979
|
POST: "POST";
|
|
8980
8980
|
PUT: "PUT";
|
|
8981
8981
|
}>;
|
|
8982
|
-
statusCode: z.
|
|
8982
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
8983
8983
|
createdAt: z.ZodString;
|
|
8984
8984
|
}, z.core.$strip>>;
|
|
8985
8985
|
pagination: z.ZodObject<{
|
|
8986
|
-
from: z.
|
|
8987
|
-
to: z.
|
|
8988
|
-
itemsPerPage: z.
|
|
8989
|
-
totalItems: z.
|
|
8990
|
-
currentPage: z.
|
|
8991
|
-
lastPage: z.
|
|
8986
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
8987
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
8988
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
8989
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
8990
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
8991
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
8992
8992
|
}, z.core.$strip>;
|
|
8993
8993
|
}, z.core.$strip>;
|
|
8994
8994
|
readonly querySchema: z.ZodObject<{
|
|
@@ -9009,11 +9009,11 @@ declare class GetIntegrationDeliverooClientLogRequests extends AbstractApiReques
|
|
|
9009
9009
|
POST: "POST";
|
|
9010
9010
|
PUT: "PUT";
|
|
9011
9011
|
}>>]>>;
|
|
9012
|
-
'statusCode[between]': z.ZodOptional<z.
|
|
9013
|
-
'statusCode[gt]': z.ZodOptional<z.
|
|
9014
|
-
'statusCode[gte]': z.ZodOptional<z.
|
|
9015
|
-
'statusCode[lt]': z.ZodOptional<z.
|
|
9016
|
-
'statusCode[lte]': z.ZodOptional<z.
|
|
9012
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
9013
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
9014
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
9015
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
9016
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
9017
9017
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
9018
9018
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
9019
9019
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -9068,9 +9068,9 @@ declare const getIntegrationDeliverooDetailsResponseSchema: z.ZodObject<{
|
|
|
9068
9068
|
service: z.ZodEnum<{
|
|
9069
9069
|
deliveroo: "deliveroo";
|
|
9070
9070
|
}>;
|
|
9071
|
-
acceptanceTimeout: z.
|
|
9071
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
9072
9072
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
9073
|
-
currentMenuVersionSyncAttempts: z.
|
|
9073
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
9074
9074
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
9075
9075
|
}, z.core.$strip>;
|
|
9076
9076
|
type GetIntegrationDeliverooDetailsResponse = IntegrationDeliverooDetails;
|
|
@@ -9116,9 +9116,9 @@ declare class GetIntegrationDeliverooDetails extends AbstractApiRequest<typeof g
|
|
|
9116
9116
|
service: z.ZodEnum<{
|
|
9117
9117
|
deliveroo: "deliveroo";
|
|
9118
9118
|
}>;
|
|
9119
|
-
acceptanceTimeout: z.
|
|
9119
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
9120
9120
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
9121
|
-
currentMenuVersionSyncAttempts: z.
|
|
9121
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
9122
9122
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
9123
9123
|
}, z.core.$strip>;
|
|
9124
9124
|
readonly querySchema: undefined;
|
|
@@ -9225,17 +9225,17 @@ declare const getIntegrationDeliverooListResponseSchema: z.ZodObject<{
|
|
|
9225
9225
|
service: z.ZodEnum<{
|
|
9226
9226
|
deliveroo: "deliveroo";
|
|
9227
9227
|
}>;
|
|
9228
|
-
acceptanceTimeout: z.
|
|
9228
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
9229
9229
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
9230
|
-
currentMenuVersionSyncAttempts: z.
|
|
9230
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
9231
9231
|
}, z.core.$strip>>;
|
|
9232
9232
|
pagination: z.ZodObject<{
|
|
9233
|
-
from: z.
|
|
9234
|
-
to: z.
|
|
9235
|
-
itemsPerPage: z.
|
|
9236
|
-
totalItems: z.
|
|
9237
|
-
currentPage: z.
|
|
9238
|
-
lastPage: z.
|
|
9233
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
9234
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
9235
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
9236
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
9237
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
9238
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
9239
9239
|
}, z.core.$strip>;
|
|
9240
9240
|
}, z.core.$strip>;
|
|
9241
9241
|
type GetIntegrationDeliverooListResponse = z.infer<typeof getIntegrationDeliverooListResponseSchema>;
|
|
@@ -9283,17 +9283,17 @@ declare class GetIntegrationDeliverooList extends AbstractApiRequest<typeof getI
|
|
|
9283
9283
|
service: z.ZodEnum<{
|
|
9284
9284
|
deliveroo: "deliveroo";
|
|
9285
9285
|
}>;
|
|
9286
|
-
acceptanceTimeout: z.
|
|
9286
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
9287
9287
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
9288
|
-
currentMenuVersionSyncAttempts: z.
|
|
9288
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
9289
9289
|
}, z.core.$strip>>;
|
|
9290
9290
|
pagination: z.ZodObject<{
|
|
9291
|
-
from: z.
|
|
9292
|
-
to: z.
|
|
9293
|
-
itemsPerPage: z.
|
|
9294
|
-
totalItems: z.
|
|
9295
|
-
currentPage: z.
|
|
9296
|
-
lastPage: z.
|
|
9291
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
9292
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
9293
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
9294
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
9295
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
9296
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
9297
9297
|
}, z.core.$strip>;
|
|
9298
9298
|
}, z.core.$strip>;
|
|
9299
9299
|
readonly querySchema: z.ZodObject<{
|
|
@@ -9395,7 +9395,7 @@ declare class GetIntegrationDeliverooMenuVersionDetails extends AbstractApiReque
|
|
|
9395
9395
|
}
|
|
9396
9396
|
|
|
9397
9397
|
declare const getIntegrationDeliverooMenuVersionsQuerySchema: z.ZodObject<{
|
|
9398
|
-
page: z.ZodOptional<z.
|
|
9398
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
9399
9399
|
}, z.core.$strip>;
|
|
9400
9400
|
type GetIntegrationDeliverooMenuVersionsQueryParams = z.infer<typeof getIntegrationDeliverooMenuVersionsQuerySchema>;
|
|
9401
9401
|
declare const getIntegrationDeliverooMenuVersionsInputSchema: z.ZodUndefined;
|
|
@@ -9409,12 +9409,12 @@ declare const getIntegrationDeliverooMenuVersionsResponseSchema: z.ZodObject<{
|
|
|
9409
9409
|
updatedAt: z.ZodString;
|
|
9410
9410
|
}, z.core.$strip>>;
|
|
9411
9411
|
pagination: z.ZodObject<{
|
|
9412
|
-
from: z.
|
|
9413
|
-
to: z.
|
|
9414
|
-
itemsPerPage: z.
|
|
9415
|
-
totalItems: z.
|
|
9416
|
-
currentPage: z.
|
|
9417
|
-
lastPage: z.
|
|
9412
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
9413
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
9414
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
9415
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
9416
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
9417
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
9418
9418
|
}, z.core.$strip>;
|
|
9419
9419
|
}, z.core.$strip>;
|
|
9420
9420
|
type GetIntegrationDeliverooMenuVersionsResponse = z.infer<typeof getIntegrationDeliverooMenuVersionsResponseSchema>;
|
|
@@ -9432,16 +9432,16 @@ declare class GetIntegrationDeliverooMenuVersions extends AbstractApiRequest<typ
|
|
|
9432
9432
|
updatedAt: z.ZodString;
|
|
9433
9433
|
}, z.core.$strip>>;
|
|
9434
9434
|
pagination: z.ZodObject<{
|
|
9435
|
-
from: z.
|
|
9436
|
-
to: z.
|
|
9437
|
-
itemsPerPage: z.
|
|
9438
|
-
totalItems: z.
|
|
9439
|
-
currentPage: z.
|
|
9440
|
-
lastPage: z.
|
|
9435
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
9436
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
9437
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
9438
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
9439
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
9440
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
9441
9441
|
}, z.core.$strip>;
|
|
9442
9442
|
}, z.core.$strip>;
|
|
9443
9443
|
readonly querySchema: z.ZodObject<{
|
|
9444
|
-
page: z.ZodOptional<z.
|
|
9444
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
9445
9445
|
}, z.core.$strip>;
|
|
9446
9446
|
readonly headersSchema: undefined;
|
|
9447
9447
|
private readonly integrationDeliverooId;
|
|
@@ -9493,7 +9493,7 @@ declare class GetIntegrationDeliverooSyncMenuProcessDetails extends AbstractApiR
|
|
|
9493
9493
|
}
|
|
9494
9494
|
|
|
9495
9495
|
declare const getIntegrationDeliverooSyncMenuProcessesQuerySchema: z.ZodObject<{
|
|
9496
|
-
page: z.ZodOptional<z.
|
|
9496
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
9497
9497
|
}, z.core.$strip>;
|
|
9498
9498
|
type GetIntegrationDeliverooSyncMenuProcessesQueryParams = z.infer<typeof getIntegrationDeliverooSyncMenuProcessesQuerySchema>;
|
|
9499
9499
|
declare const getIntegrationDeliverooSyncMenuProcessesInputSchema: z.ZodUndefined;
|
|
@@ -9511,12 +9511,12 @@ declare const getIntegrationDeliverooSyncMenuProcessesResponseSchema: z.ZodObjec
|
|
|
9511
9511
|
endAt: z.ZodNullable<z.ZodString>;
|
|
9512
9512
|
}, z.core.$strip>>;
|
|
9513
9513
|
pagination: z.ZodObject<{
|
|
9514
|
-
from: z.
|
|
9515
|
-
to: z.
|
|
9516
|
-
itemsPerPage: z.
|
|
9517
|
-
totalItems: z.
|
|
9518
|
-
currentPage: z.
|
|
9519
|
-
lastPage: z.
|
|
9514
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
9515
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
9516
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
9517
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
9518
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
9519
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
9520
9520
|
}, z.core.$strip>;
|
|
9521
9521
|
}, z.core.$strip>;
|
|
9522
9522
|
type GetIntegrationDeliverooSyncMenuProcessesResponse = z.infer<typeof getIntegrationDeliverooSyncMenuProcessesResponseSchema>;
|
|
@@ -9538,16 +9538,16 @@ declare class GetIntegrationDeliverooSyncMenuProcesses extends AbstractApiReques
|
|
|
9538
9538
|
endAt: z.ZodNullable<z.ZodString>;
|
|
9539
9539
|
}, z.core.$strip>>;
|
|
9540
9540
|
pagination: z.ZodObject<{
|
|
9541
|
-
from: z.
|
|
9542
|
-
to: z.
|
|
9543
|
-
itemsPerPage: z.
|
|
9544
|
-
totalItems: z.
|
|
9545
|
-
currentPage: z.
|
|
9546
|
-
lastPage: z.
|
|
9541
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
9542
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
9543
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
9544
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
9545
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
9546
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
9547
9547
|
}, z.core.$strip>;
|
|
9548
9548
|
}, z.core.$strip>;
|
|
9549
9549
|
readonly querySchema: z.ZodObject<{
|
|
9550
|
-
page: z.ZodOptional<z.
|
|
9550
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
9551
9551
|
}, z.core.$strip>;
|
|
9552
9552
|
readonly headersSchema: undefined;
|
|
9553
9553
|
private readonly integrationDeliverooId;
|
|
@@ -9636,12 +9636,12 @@ declare const getIntegrationDeliverooWebhookEventsResponseSchema: z.ZodObject<{
|
|
|
9636
9636
|
createdAt: z.ZodString;
|
|
9637
9637
|
}, z.core.$strip>>;
|
|
9638
9638
|
pagination: z.ZodObject<{
|
|
9639
|
-
from: z.
|
|
9640
|
-
to: z.
|
|
9641
|
-
itemsPerPage: z.
|
|
9642
|
-
totalItems: z.
|
|
9643
|
-
currentPage: z.
|
|
9644
|
-
lastPage: z.
|
|
9639
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
9640
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
9641
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
9642
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
9643
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
9644
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
9645
9645
|
}, z.core.$strip>;
|
|
9646
9646
|
}, z.core.$strip>;
|
|
9647
9647
|
type GetIntegrationDeliverooWebhookEventsResponse = z.infer<typeof getIntegrationDeliverooWebhookEventsResponseSchema>;
|
|
@@ -9663,12 +9663,12 @@ declare class GetIntegrationDeliverooWebhookEvents extends AbstractApiRequest<ty
|
|
|
9663
9663
|
createdAt: z.ZodString;
|
|
9664
9664
|
}, z.core.$strip>>;
|
|
9665
9665
|
pagination: z.ZodObject<{
|
|
9666
|
-
from: z.
|
|
9667
|
-
to: z.
|
|
9668
|
-
itemsPerPage: z.
|
|
9669
|
-
totalItems: z.
|
|
9670
|
-
currentPage: z.
|
|
9671
|
-
lastPage: z.
|
|
9666
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
9667
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
9668
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
9669
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
9670
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
9671
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
9672
9672
|
}, z.core.$strip>;
|
|
9673
9673
|
}, z.core.$strip>;
|
|
9674
9674
|
readonly querySchema: z.ZodObject<{
|
|
@@ -9747,7 +9747,7 @@ declare const updateIntegrationDeliverooInputSchema: z.ZodObject<{
|
|
|
9747
9747
|
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9748
9748
|
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
9749
9749
|
cover: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/images/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/images/:id"> | null, unknown>>;
|
|
9750
|
-
acceptanceTimeout: z.
|
|
9750
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
9751
9751
|
}, z.core.$strip>;
|
|
9752
9752
|
type UpdateIntegrationDeliverooInput = z.input<typeof updateIntegrationDeliverooInputSchema>;
|
|
9753
9753
|
declare const updateIntegrationDeliverooResponseSchema: z.ZodObject<{
|
|
@@ -9787,9 +9787,9 @@ declare const updateIntegrationDeliverooResponseSchema: z.ZodObject<{
|
|
|
9787
9787
|
service: z.ZodEnum<{
|
|
9788
9788
|
deliveroo: "deliveroo";
|
|
9789
9789
|
}>;
|
|
9790
|
-
acceptanceTimeout: z.
|
|
9790
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
9791
9791
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
9792
|
-
currentMenuVersionSyncAttempts: z.
|
|
9792
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
9793
9793
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
9794
9794
|
}, z.core.$strip>;
|
|
9795
9795
|
type UpdateIntegrationDeliverooResponse = IntegrationDeliverooDetails;
|
|
@@ -9812,7 +9812,7 @@ declare class UpdateIntegrationDeliveroo extends AbstractApiRequest<typeof updat
|
|
|
9812
9812
|
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9813
9813
|
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
9814
9814
|
cover: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/images/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/images/:id"> | null, unknown>>;
|
|
9815
|
-
acceptanceTimeout: z.
|
|
9815
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
9816
9816
|
}, z.core.$strip>;
|
|
9817
9817
|
readonly outputSchema: z.ZodObject<{
|
|
9818
9818
|
status: z.ZodEnum<{
|
|
@@ -9851,9 +9851,9 @@ declare class UpdateIntegrationDeliveroo extends AbstractApiRequest<typeof updat
|
|
|
9851
9851
|
service: z.ZodEnum<{
|
|
9852
9852
|
deliveroo: "deliveroo";
|
|
9853
9853
|
}>;
|
|
9854
|
-
acceptanceTimeout: z.
|
|
9854
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
9855
9855
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
9856
|
-
currentMenuVersionSyncAttempts: z.
|
|
9856
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
9857
9857
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
9858
9858
|
}, z.core.$strip>;
|
|
9859
9859
|
readonly querySchema: undefined;
|
|
@@ -9907,9 +9907,9 @@ declare const updateIntegrationDeliverooSiteStatusResponseSchema: z.ZodObject<{
|
|
|
9907
9907
|
service: z.ZodEnum<{
|
|
9908
9908
|
deliveroo: "deliveroo";
|
|
9909
9909
|
}>;
|
|
9910
|
-
acceptanceTimeout: z.
|
|
9910
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
9911
9911
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
9912
|
-
currentMenuVersionSyncAttempts: z.
|
|
9912
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
9913
9913
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
9914
9914
|
}, z.core.$strip>;
|
|
9915
9915
|
type UpdateIntegrationDeliverooSiteStatusResponse = IntegrationDeliverooDetails;
|
|
@@ -9960,9 +9960,9 @@ declare class UpdateIntegrationDeliverooSiteStatus extends AbstractApiRequest<ty
|
|
|
9960
9960
|
service: z.ZodEnum<{
|
|
9961
9961
|
deliveroo: "deliveroo";
|
|
9962
9962
|
}>;
|
|
9963
|
-
acceptanceTimeout: z.
|
|
9963
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
9964
9964
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
9965
|
-
currentMenuVersionSyncAttempts: z.
|
|
9965
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
9966
9966
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
9967
9967
|
}, z.core.$strip>;
|
|
9968
9968
|
readonly querySchema: undefined;
|
|
@@ -10119,7 +10119,7 @@ declare const getIntegrationGlovoClientLogRequestDetailsResponseSchema: z.ZodObj
|
|
|
10119
10119
|
POST: "POST";
|
|
10120
10120
|
PUT: "PUT";
|
|
10121
10121
|
}>;
|
|
10122
|
-
statusCode: z.
|
|
10122
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
10123
10123
|
createdAt: z.ZodString;
|
|
10124
10124
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
|
|
10125
10125
|
requestHeaders: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
@@ -10143,7 +10143,7 @@ declare class GetIntegrationGlovoClientLogRequestDetails extends AbstractApiRequ
|
|
|
10143
10143
|
POST: "POST";
|
|
10144
10144
|
PUT: "PUT";
|
|
10145
10145
|
}>;
|
|
10146
|
-
statusCode: z.
|
|
10146
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
10147
10147
|
createdAt: z.ZodString;
|
|
10148
10148
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
|
|
10149
10149
|
requestHeaders: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
@@ -10177,11 +10177,11 @@ declare const getIntegrationGlovoClientLogRequestsQuerySchema: z.ZodObject<{
|
|
|
10177
10177
|
POST: "POST";
|
|
10178
10178
|
PUT: "PUT";
|
|
10179
10179
|
}>>]>>;
|
|
10180
|
-
'statusCode[between]': z.ZodOptional<z.
|
|
10181
|
-
'statusCode[gt]': z.ZodOptional<z.
|
|
10182
|
-
'statusCode[gte]': z.ZodOptional<z.
|
|
10183
|
-
'statusCode[lt]': z.ZodOptional<z.
|
|
10184
|
-
'statusCode[lte]': z.ZodOptional<z.
|
|
10180
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10181
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10182
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10183
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10184
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10185
10185
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
10186
10186
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10187
10187
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -10202,16 +10202,16 @@ declare const getIntegrationGlovoClientLogRequestsResponseSchema: z.ZodObject<{
|
|
|
10202
10202
|
POST: "POST";
|
|
10203
10203
|
PUT: "PUT";
|
|
10204
10204
|
}>;
|
|
10205
|
-
statusCode: z.
|
|
10205
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
10206
10206
|
createdAt: z.ZodString;
|
|
10207
10207
|
}, z.core.$strip>>;
|
|
10208
10208
|
pagination: z.ZodObject<{
|
|
10209
|
-
from: z.
|
|
10210
|
-
to: z.
|
|
10211
|
-
itemsPerPage: z.
|
|
10212
|
-
totalItems: z.
|
|
10213
|
-
currentPage: z.
|
|
10214
|
-
lastPage: z.
|
|
10209
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
10210
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
10211
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
10212
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
10213
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
10214
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
10215
10215
|
}, z.core.$strip>;
|
|
10216
10216
|
}, z.core.$strip>;
|
|
10217
10217
|
type GetIntegrationGlovoClientLogRequestsResponse = z.infer<typeof getIntegrationGlovoClientLogRequestsResponseSchema>;
|
|
@@ -10231,16 +10231,16 @@ declare class GetIntegrationGlovoClientLogRequests extends AbstractApiRequest<ty
|
|
|
10231
10231
|
POST: "POST";
|
|
10232
10232
|
PUT: "PUT";
|
|
10233
10233
|
}>;
|
|
10234
|
-
statusCode: z.
|
|
10234
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
10235
10235
|
createdAt: z.ZodString;
|
|
10236
10236
|
}, z.core.$strip>>;
|
|
10237
10237
|
pagination: z.ZodObject<{
|
|
10238
|
-
from: z.
|
|
10239
|
-
to: z.
|
|
10240
|
-
itemsPerPage: z.
|
|
10241
|
-
totalItems: z.
|
|
10242
|
-
currentPage: z.
|
|
10243
|
-
lastPage: z.
|
|
10238
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
10239
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
10240
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
10241
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
10242
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
10243
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
10244
10244
|
}, z.core.$strip>;
|
|
10245
10245
|
}, z.core.$strip>;
|
|
10246
10246
|
readonly querySchema: z.ZodObject<{
|
|
@@ -10261,11 +10261,11 @@ declare class GetIntegrationGlovoClientLogRequests extends AbstractApiRequest<ty
|
|
|
10261
10261
|
POST: "POST";
|
|
10262
10262
|
PUT: "PUT";
|
|
10263
10263
|
}>>]>>;
|
|
10264
|
-
'statusCode[between]': z.ZodOptional<z.
|
|
10265
|
-
'statusCode[gt]': z.ZodOptional<z.
|
|
10266
|
-
'statusCode[gte]': z.ZodOptional<z.
|
|
10267
|
-
'statusCode[lt]': z.ZodOptional<z.
|
|
10268
|
-
'statusCode[lte]': z.ZodOptional<z.
|
|
10264
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10265
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10266
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10267
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10268
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10269
10269
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
10270
10270
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10271
10271
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -10463,12 +10463,12 @@ declare const getIntegrationGlovoListResponseSchema: z.ZodObject<{
|
|
|
10463
10463
|
}>;
|
|
10464
10464
|
}, z.core.$strip>>;
|
|
10465
10465
|
pagination: z.ZodObject<{
|
|
10466
|
-
from: z.
|
|
10467
|
-
to: z.
|
|
10468
|
-
itemsPerPage: z.
|
|
10469
|
-
totalItems: z.
|
|
10470
|
-
currentPage: z.
|
|
10471
|
-
lastPage: z.
|
|
10466
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
10467
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
10468
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
10469
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
10470
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
10471
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
10472
10472
|
}, z.core.$strip>;
|
|
10473
10473
|
}, z.core.$strip>;
|
|
10474
10474
|
type GetIntegrationGlovoListResponse = z.infer<typeof getIntegrationGlovoListResponseSchema>;
|
|
@@ -10516,12 +10516,12 @@ declare class GetIntegrationGlovoList extends AbstractApiRequest<typeof getInteg
|
|
|
10516
10516
|
}>;
|
|
10517
10517
|
}, z.core.$strip>>;
|
|
10518
10518
|
pagination: z.ZodObject<{
|
|
10519
|
-
from: z.
|
|
10520
|
-
to: z.
|
|
10521
|
-
itemsPerPage: z.
|
|
10522
|
-
totalItems: z.
|
|
10523
|
-
currentPage: z.
|
|
10524
|
-
lastPage: z.
|
|
10519
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
10520
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
10521
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
10522
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
10523
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
10524
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
10525
10525
|
}, z.core.$strip>;
|
|
10526
10526
|
}, z.core.$strip>;
|
|
10527
10527
|
readonly querySchema: z.ZodObject<{
|
|
@@ -10640,7 +10640,7 @@ declare class GetIntegrationGlovoMenuUpdateDetails extends AbstractApiRequest<ty
|
|
|
10640
10640
|
}
|
|
10641
10641
|
|
|
10642
10642
|
declare const getIntegrationGlovoMenuUpdatesQuerySchema: z.ZodObject<{
|
|
10643
|
-
page: z.ZodOptional<z.
|
|
10643
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10644
10644
|
}, z.core.$strip>;
|
|
10645
10645
|
type GetIntegrationGlovoMenuUpdatesQueryParams = z.infer<typeof getIntegrationGlovoMenuUpdatesQuerySchema>;
|
|
10646
10646
|
declare const getIntegrationGlovoMenuUpdatesInputSchema: z.ZodUndefined;
|
|
@@ -10666,12 +10666,12 @@ declare const getIntegrationGlovoMenuUpdatesResponseSchema: z.ZodObject<{
|
|
|
10666
10666
|
latestCheckAt: z.ZodNullable<z.ZodString>;
|
|
10667
10667
|
}, z.core.$strip>>;
|
|
10668
10668
|
pagination: z.ZodObject<{
|
|
10669
|
-
from: z.
|
|
10670
|
-
to: z.
|
|
10671
|
-
itemsPerPage: z.
|
|
10672
|
-
totalItems: z.
|
|
10673
|
-
currentPage: z.
|
|
10674
|
-
lastPage: z.
|
|
10669
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
10670
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
10671
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
10672
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
10673
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
10674
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
10675
10675
|
}, z.core.$strip>;
|
|
10676
10676
|
}, z.core.$strip>;
|
|
10677
10677
|
type GetIntegrationGlovoMenuUpdatesResponse = z.infer<typeof getIntegrationGlovoMenuUpdatesResponseSchema>;
|
|
@@ -10701,16 +10701,16 @@ declare class GetIntegrationGlovoMenuUpdates extends AbstractApiRequest<typeof g
|
|
|
10701
10701
|
latestCheckAt: z.ZodNullable<z.ZodString>;
|
|
10702
10702
|
}, z.core.$strip>>;
|
|
10703
10703
|
pagination: z.ZodObject<{
|
|
10704
|
-
from: z.
|
|
10705
|
-
to: z.
|
|
10706
|
-
itemsPerPage: z.
|
|
10707
|
-
totalItems: z.
|
|
10708
|
-
currentPage: z.
|
|
10709
|
-
lastPage: z.
|
|
10704
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
10705
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
10706
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
10707
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
10708
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
10709
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
10710
10710
|
}, z.core.$strip>;
|
|
10711
10711
|
}, z.core.$strip>;
|
|
10712
10712
|
readonly querySchema: z.ZodObject<{
|
|
10713
|
-
page: z.ZodOptional<z.
|
|
10713
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10714
10714
|
}, z.core.$strip>;
|
|
10715
10715
|
readonly headersSchema: undefined;
|
|
10716
10716
|
private readonly integrationId;
|
|
@@ -10754,7 +10754,7 @@ declare class GetIntegrationGlovoMenuVersionDetails extends AbstractApiRequest<t
|
|
|
10754
10754
|
}
|
|
10755
10755
|
|
|
10756
10756
|
declare const getIntegrationGlovoMenuVersionsQuerySchema: z.ZodObject<{
|
|
10757
|
-
page: z.ZodOptional<z.
|
|
10757
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10758
10758
|
}, z.core.$strip>;
|
|
10759
10759
|
type GetIntegrationGlovoMenuVersionsQueryParams = z.infer<typeof getIntegrationGlovoMenuVersionsQuerySchema>;
|
|
10760
10760
|
declare const getIntegrationGlovoMenuVersionsInputSchema: z.ZodUndefined;
|
|
@@ -10768,12 +10768,12 @@ declare const getIntegrationGlovoMenuVersionsResponseSchema: z.ZodObject<{
|
|
|
10768
10768
|
updatedAt: z.ZodString;
|
|
10769
10769
|
}, z.core.$strip>>;
|
|
10770
10770
|
pagination: z.ZodObject<{
|
|
10771
|
-
from: z.
|
|
10772
|
-
to: z.
|
|
10773
|
-
itemsPerPage: z.
|
|
10774
|
-
totalItems: z.
|
|
10775
|
-
currentPage: z.
|
|
10776
|
-
lastPage: z.
|
|
10771
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
10772
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
10773
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
10774
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
10775
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
10776
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
10777
10777
|
}, z.core.$strip>;
|
|
10778
10778
|
}, z.core.$strip>;
|
|
10779
10779
|
type GetIntegrationGlovoMenuVersionsResponse = z.infer<typeof getIntegrationGlovoMenuVersionsResponseSchema>;
|
|
@@ -10791,16 +10791,16 @@ declare class GetIntegrationGlovoMenuVersions extends AbstractApiRequest<typeof
|
|
|
10791
10791
|
updatedAt: z.ZodString;
|
|
10792
10792
|
}, z.core.$strip>>;
|
|
10793
10793
|
pagination: z.ZodObject<{
|
|
10794
|
-
from: z.
|
|
10795
|
-
to: z.
|
|
10796
|
-
itemsPerPage: z.
|
|
10797
|
-
totalItems: z.
|
|
10798
|
-
currentPage: z.
|
|
10799
|
-
lastPage: z.
|
|
10794
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
10795
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
10796
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
10797
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
10798
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
10799
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
10800
10800
|
}, z.core.$strip>;
|
|
10801
10801
|
}, z.core.$strip>;
|
|
10802
10802
|
readonly querySchema: z.ZodObject<{
|
|
10803
|
-
page: z.ZodOptional<z.
|
|
10803
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10804
10804
|
}, z.core.$strip>;
|
|
10805
10805
|
readonly headersSchema: undefined;
|
|
10806
10806
|
private readonly integrationGlovoId;
|
|
@@ -10879,12 +10879,12 @@ declare const getIntegrationGlovoWebhookEventsResponseSchema: z.ZodObject<{
|
|
|
10879
10879
|
createdAt: z.ZodString;
|
|
10880
10880
|
}, z.core.$strip>>;
|
|
10881
10881
|
pagination: z.ZodObject<{
|
|
10882
|
-
from: z.
|
|
10883
|
-
to: z.
|
|
10884
|
-
itemsPerPage: z.
|
|
10885
|
-
totalItems: z.
|
|
10886
|
-
currentPage: z.
|
|
10887
|
-
lastPage: z.
|
|
10882
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
10883
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
10884
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
10885
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
10886
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
10887
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
10888
10888
|
}, z.core.$strip>;
|
|
10889
10889
|
}, z.core.$strip>;
|
|
10890
10890
|
type GetIntegrationGlovoWebhookEventsResponse = z.infer<typeof getIntegrationGlovoWebhookEventsResponseSchema>;
|
|
@@ -10904,12 +10904,12 @@ declare class GetIntegrationGlovoWebhookEvents extends AbstractApiRequest<typeof
|
|
|
10904
10904
|
createdAt: z.ZodString;
|
|
10905
10905
|
}, z.core.$strip>>;
|
|
10906
10906
|
pagination: z.ZodObject<{
|
|
10907
|
-
from: z.
|
|
10908
|
-
to: z.
|
|
10909
|
-
itemsPerPage: z.
|
|
10910
|
-
totalItems: z.
|
|
10911
|
-
currentPage: z.
|
|
10912
|
-
lastPage: z.
|
|
10907
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
10908
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
10909
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
10910
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
10911
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
10912
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
10913
10913
|
}, z.core.$strip>;
|
|
10914
10914
|
}, z.core.$strip>;
|
|
10915
10915
|
readonly querySchema: z.ZodObject<{
|
|
@@ -11240,7 +11240,7 @@ declare const createIntegrationJustEatResponseSchema: z.ZodObject<{
|
|
|
11240
11240
|
}>;
|
|
11241
11241
|
autoAcceptOrders: z.ZodBoolean;
|
|
11242
11242
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
11243
|
-
currentMenuVersionSyncAttempts: z.
|
|
11243
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
11244
11244
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
11245
11245
|
}, z.core.$strip>;
|
|
11246
11246
|
type CreateIntegrationJustEatResponse = z.infer<typeof createIntegrationJustEatResponseSchema>;
|
|
@@ -11313,7 +11313,7 @@ declare class CreateIntegrationJustEat extends AbstractApiRequest<typeof createI
|
|
|
11313
11313
|
}>;
|
|
11314
11314
|
autoAcceptOrders: z.ZodBoolean;
|
|
11315
11315
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
11316
|
-
currentMenuVersionSyncAttempts: z.
|
|
11316
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
11317
11317
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
11318
11318
|
}, z.core.$strip>;
|
|
11319
11319
|
readonly querySchema: undefined;
|
|
@@ -11349,7 +11349,7 @@ declare const getIntegrationJustEatClientLogRequestDetailsResponseSchema: z.ZodO
|
|
|
11349
11349
|
POST: "POST";
|
|
11350
11350
|
PUT: "PUT";
|
|
11351
11351
|
}>;
|
|
11352
|
-
statusCode: z.
|
|
11352
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
11353
11353
|
createdAt: z.ZodString;
|
|
11354
11354
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
|
|
11355
11355
|
requestHeaders: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
@@ -11373,7 +11373,7 @@ declare class GetIntegrationJustEatClientLogRequestDetails extends AbstractApiRe
|
|
|
11373
11373
|
POST: "POST";
|
|
11374
11374
|
PUT: "PUT";
|
|
11375
11375
|
}>;
|
|
11376
|
-
statusCode: z.
|
|
11376
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
11377
11377
|
createdAt: z.ZodString;
|
|
11378
11378
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
|
|
11379
11379
|
requestHeaders: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
@@ -11407,11 +11407,11 @@ declare const getIntegrationJustEatClientLogRequestsQuerySchema: z.ZodObject<{
|
|
|
11407
11407
|
POST: "POST";
|
|
11408
11408
|
PUT: "PUT";
|
|
11409
11409
|
}>>]>>;
|
|
11410
|
-
'statusCode[between]': z.ZodOptional<z.
|
|
11411
|
-
'statusCode[gt]': z.ZodOptional<z.
|
|
11412
|
-
'statusCode[gte]': z.ZodOptional<z.
|
|
11413
|
-
'statusCode[lt]': z.ZodOptional<z.
|
|
11414
|
-
'statusCode[lte]': z.ZodOptional<z.
|
|
11410
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
11411
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
11412
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
11413
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
11414
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
11415
11415
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
11416
11416
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11417
11417
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -11432,16 +11432,16 @@ declare const getIntegrationJustEatClientLogRequestsResponseSchema: z.ZodObject<
|
|
|
11432
11432
|
POST: "POST";
|
|
11433
11433
|
PUT: "PUT";
|
|
11434
11434
|
}>;
|
|
11435
|
-
statusCode: z.
|
|
11435
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
11436
11436
|
createdAt: z.ZodString;
|
|
11437
11437
|
}, z.core.$strip>>;
|
|
11438
11438
|
pagination: z.ZodObject<{
|
|
11439
|
-
from: z.
|
|
11440
|
-
to: z.
|
|
11441
|
-
itemsPerPage: z.
|
|
11442
|
-
totalItems: z.
|
|
11443
|
-
currentPage: z.
|
|
11444
|
-
lastPage: z.
|
|
11439
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
11440
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
11441
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
11442
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
11443
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
11444
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
11445
11445
|
}, z.core.$strip>;
|
|
11446
11446
|
}, z.core.$strip>;
|
|
11447
11447
|
type GetIntegrationJustEatClientLogRequestsResponse = z.infer<typeof getIntegrationJustEatClientLogRequestsResponseSchema>;
|
|
@@ -11461,16 +11461,16 @@ declare class GetIntegrationJustEatClientLogRequests extends AbstractApiRequest<
|
|
|
11461
11461
|
POST: "POST";
|
|
11462
11462
|
PUT: "PUT";
|
|
11463
11463
|
}>;
|
|
11464
|
-
statusCode: z.
|
|
11464
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
11465
11465
|
createdAt: z.ZodString;
|
|
11466
11466
|
}, z.core.$strip>>;
|
|
11467
11467
|
pagination: z.ZodObject<{
|
|
11468
|
-
from: z.
|
|
11469
|
-
to: z.
|
|
11470
|
-
itemsPerPage: z.
|
|
11471
|
-
totalItems: z.
|
|
11472
|
-
currentPage: z.
|
|
11473
|
-
lastPage: z.
|
|
11468
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
11469
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
11470
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
11471
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
11472
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
11473
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
11474
11474
|
}, z.core.$strip>;
|
|
11475
11475
|
}, z.core.$strip>;
|
|
11476
11476
|
readonly querySchema: z.ZodObject<{
|
|
@@ -11491,11 +11491,11 @@ declare class GetIntegrationJustEatClientLogRequests extends AbstractApiRequest<
|
|
|
11491
11491
|
POST: "POST";
|
|
11492
11492
|
PUT: "PUT";
|
|
11493
11493
|
}>>]>>;
|
|
11494
|
-
'statusCode[between]': z.ZodOptional<z.
|
|
11495
|
-
'statusCode[gt]': z.ZodOptional<z.
|
|
11496
|
-
'statusCode[gte]': z.ZodOptional<z.
|
|
11497
|
-
'statusCode[lt]': z.ZodOptional<z.
|
|
11498
|
-
'statusCode[lte]': z.ZodOptional<z.
|
|
11494
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
11495
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
11496
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
11497
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
11498
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
11499
11499
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
11500
11500
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11501
11501
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -11556,7 +11556,7 @@ declare const getIntegrationJustEatDetailsResponseSchema: z.ZodObject<{
|
|
|
11556
11556
|
}>;
|
|
11557
11557
|
autoAcceptOrders: z.ZodBoolean;
|
|
11558
11558
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
11559
|
-
currentMenuVersionSyncAttempts: z.
|
|
11559
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
11560
11560
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
11561
11561
|
}, z.core.$strip>;
|
|
11562
11562
|
type GetIntegrationJustEatDetailsResponse = IntegrationJustEatDetails;
|
|
@@ -11608,7 +11608,7 @@ declare class GetIntegrationJustEatDetails extends AbstractApiRequest<typeof get
|
|
|
11608
11608
|
}>;
|
|
11609
11609
|
autoAcceptOrders: z.ZodBoolean;
|
|
11610
11610
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
11611
|
-
currentMenuVersionSyncAttempts: z.
|
|
11611
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
11612
11612
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
11613
11613
|
}, z.core.$strip>;
|
|
11614
11614
|
readonly querySchema: undefined;
|
|
@@ -11739,15 +11739,15 @@ declare const getIntegrationJustEatListResponseSchema: z.ZodObject<{
|
|
|
11739
11739
|
}>;
|
|
11740
11740
|
autoAcceptOrders: z.ZodBoolean;
|
|
11741
11741
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
11742
|
-
currentMenuVersionSyncAttempts: z.
|
|
11742
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
11743
11743
|
}, z.core.$strip>>;
|
|
11744
11744
|
pagination: z.ZodObject<{
|
|
11745
|
-
from: z.
|
|
11746
|
-
to: z.
|
|
11747
|
-
itemsPerPage: z.
|
|
11748
|
-
totalItems: z.
|
|
11749
|
-
currentPage: z.
|
|
11750
|
-
lastPage: z.
|
|
11745
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
11746
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
11747
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
11748
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
11749
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
11750
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
11751
11751
|
}, z.core.$strip>;
|
|
11752
11752
|
}, z.core.$strip>;
|
|
11753
11753
|
type GetIntegrationJustEatListResponse = z.infer<typeof getIntegrationJustEatListResponseSchema>;
|
|
@@ -11800,15 +11800,15 @@ declare class GetIntegrationJustEatList extends AbstractApiRequest<typeof getInt
|
|
|
11800
11800
|
}>;
|
|
11801
11801
|
autoAcceptOrders: z.ZodBoolean;
|
|
11802
11802
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
11803
|
-
currentMenuVersionSyncAttempts: z.
|
|
11803
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
11804
11804
|
}, z.core.$strip>>;
|
|
11805
11805
|
pagination: z.ZodObject<{
|
|
11806
|
-
from: z.
|
|
11807
|
-
to: z.
|
|
11808
|
-
itemsPerPage: z.
|
|
11809
|
-
totalItems: z.
|
|
11810
|
-
currentPage: z.
|
|
11811
|
-
lastPage: z.
|
|
11806
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
11807
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
11808
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
11809
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
11810
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
11811
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
11812
11812
|
}, z.core.$strip>;
|
|
11813
11813
|
}, z.core.$strip>;
|
|
11814
11814
|
readonly querySchema: z.ZodObject<{
|
|
@@ -11926,7 +11926,7 @@ declare class GetIntegrationJustEatMenuVersionDetails extends AbstractApiRequest
|
|
|
11926
11926
|
}
|
|
11927
11927
|
|
|
11928
11928
|
declare const getIntegrationJustEatMenuVersionsQuerySchema: z.ZodObject<{
|
|
11929
|
-
page: z.ZodOptional<z.
|
|
11929
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
11930
11930
|
}, z.core.$strip>;
|
|
11931
11931
|
type GetIntegrationJustEatMenuVersionsQueryParams = z.infer<typeof getIntegrationJustEatMenuVersionsQuerySchema>;
|
|
11932
11932
|
declare const getIntegrationJustEatMenuVersionsInputSchema: z.ZodUndefined;
|
|
@@ -11940,12 +11940,12 @@ declare const getIntegrationJustEatMenuVersionsResponseSchema: z.ZodObject<{
|
|
|
11940
11940
|
updatedAt: z.ZodString;
|
|
11941
11941
|
}, z.core.$strip>>;
|
|
11942
11942
|
pagination: z.ZodObject<{
|
|
11943
|
-
from: z.
|
|
11944
|
-
to: z.
|
|
11945
|
-
itemsPerPage: z.
|
|
11946
|
-
totalItems: z.
|
|
11947
|
-
currentPage: z.
|
|
11948
|
-
lastPage: z.
|
|
11943
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
11944
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
11945
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
11946
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
11947
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
11948
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
11949
11949
|
}, z.core.$strip>;
|
|
11950
11950
|
}, z.core.$strip>;
|
|
11951
11951
|
type GetIntegrationJustEatMenuVersionsResponse = z.infer<typeof getIntegrationJustEatMenuVersionsResponseSchema>;
|
|
@@ -11963,16 +11963,16 @@ declare class GetIntegrationJustEatMenuVersions extends AbstractApiRequest<typeo
|
|
|
11963
11963
|
updatedAt: z.ZodString;
|
|
11964
11964
|
}, z.core.$strip>>;
|
|
11965
11965
|
pagination: z.ZodObject<{
|
|
11966
|
-
from: z.
|
|
11967
|
-
to: z.
|
|
11968
|
-
itemsPerPage: z.
|
|
11969
|
-
totalItems: z.
|
|
11970
|
-
currentPage: z.
|
|
11971
|
-
lastPage: z.
|
|
11966
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
11967
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
11968
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
11969
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
11970
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
11971
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
11972
11972
|
}, z.core.$strip>;
|
|
11973
11973
|
}, z.core.$strip>;
|
|
11974
11974
|
readonly querySchema: z.ZodObject<{
|
|
11975
|
-
page: z.ZodOptional<z.
|
|
11975
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
11976
11976
|
}, z.core.$strip>;
|
|
11977
11977
|
readonly headersSchema: undefined;
|
|
11978
11978
|
private readonly integrationJustEatId;
|
|
@@ -12014,7 +12014,7 @@ declare class GetIntegrationJustEatSyncMenuProcessDetails extends AbstractApiReq
|
|
|
12014
12014
|
}
|
|
12015
12015
|
|
|
12016
12016
|
declare const getIntegrationJustEatSyncMenuProcessesQuerySchema: z.ZodObject<{
|
|
12017
|
-
page: z.ZodOptional<z.
|
|
12017
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
12018
12018
|
}, z.core.$strip>;
|
|
12019
12019
|
type GetIntegrationJustEatSyncMenuProcessesQueryParams = z.infer<typeof getIntegrationJustEatSyncMenuProcessesQuerySchema>;
|
|
12020
12020
|
declare const getIntegrationJustEatSyncMenuProcessesInputSchema: z.ZodUndefined;
|
|
@@ -12027,12 +12027,12 @@ declare const getIntegrationJustEatSyncMenuProcessesResponseSchema: z.ZodObject<
|
|
|
12027
12027
|
createdAt: z.ZodString;
|
|
12028
12028
|
}, z.core.$strip>>;
|
|
12029
12029
|
pagination: z.ZodObject<{
|
|
12030
|
-
from: z.
|
|
12031
|
-
to: z.
|
|
12032
|
-
itemsPerPage: z.
|
|
12033
|
-
totalItems: z.
|
|
12034
|
-
currentPage: z.
|
|
12035
|
-
lastPage: z.
|
|
12030
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
12031
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
12032
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
12033
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
12034
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
12035
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
12036
12036
|
}, z.core.$strip>;
|
|
12037
12037
|
}, z.core.$strip>;
|
|
12038
12038
|
type GetIntegrationJustEatSyncMenuProcessesResponse = z.infer<typeof getIntegrationJustEatSyncMenuProcessesResponseSchema>;
|
|
@@ -12049,16 +12049,16 @@ declare class GetIntegrationJustEatSyncMenuProcesses extends AbstractApiRequest<
|
|
|
12049
12049
|
createdAt: z.ZodString;
|
|
12050
12050
|
}, z.core.$strip>>;
|
|
12051
12051
|
pagination: z.ZodObject<{
|
|
12052
|
-
from: z.
|
|
12053
|
-
to: z.
|
|
12054
|
-
itemsPerPage: z.
|
|
12055
|
-
totalItems: z.
|
|
12056
|
-
currentPage: z.
|
|
12057
|
-
lastPage: z.
|
|
12052
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
12053
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
12054
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
12055
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
12056
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
12057
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
12058
12058
|
}, z.core.$strip>;
|
|
12059
12059
|
}, z.core.$strip>;
|
|
12060
12060
|
readonly querySchema: z.ZodObject<{
|
|
12061
|
-
page: z.ZodOptional<z.
|
|
12061
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
12062
12062
|
}, z.core.$strip>;
|
|
12063
12063
|
readonly headersSchema: undefined;
|
|
12064
12064
|
private readonly integrationJustEatId;
|
|
@@ -12164,7 +12164,7 @@ declare const updateIntegrationJustEatResponseSchema: z.ZodObject<{
|
|
|
12164
12164
|
}>;
|
|
12165
12165
|
autoAcceptOrders: z.ZodBoolean;
|
|
12166
12166
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
12167
|
-
currentMenuVersionSyncAttempts: z.
|
|
12167
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
12168
12168
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12169
12169
|
}, z.core.$strip>;
|
|
12170
12170
|
type UpdateIntegrationJustEatResponse = IntegrationJustEatDetails;
|
|
@@ -12236,7 +12236,7 @@ declare class UpdateIntegrationJustEat extends AbstractApiRequest<typeof updateI
|
|
|
12236
12236
|
}>;
|
|
12237
12237
|
autoAcceptOrders: z.ZodBoolean;
|
|
12238
12238
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
12239
|
-
currentMenuVersionSyncAttempts: z.
|
|
12239
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
12240
12240
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12241
12241
|
}, z.core.$strip>;
|
|
12242
12242
|
readonly querySchema: undefined;
|
|
@@ -12296,7 +12296,7 @@ declare const updateIntegrationJustEatRestaurantStatusResponseSchema: z.ZodObjec
|
|
|
12296
12296
|
}>;
|
|
12297
12297
|
autoAcceptOrders: z.ZodBoolean;
|
|
12298
12298
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
12299
|
-
currentMenuVersionSyncAttempts: z.
|
|
12299
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
12300
12300
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12301
12301
|
}, z.core.$strip>;
|
|
12302
12302
|
type UpdateIntegrationJustEatRestaurantStatusResponse = IntegrationJustEatDetails;
|
|
@@ -12353,7 +12353,7 @@ declare class UpdateIntegrationJustEatRestaurantStatus extends AbstractApiReques
|
|
|
12353
12353
|
}>;
|
|
12354
12354
|
autoAcceptOrders: z.ZodBoolean;
|
|
12355
12355
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
12356
|
-
currentMenuVersionSyncAttempts: z.
|
|
12356
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
12357
12357
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12358
12358
|
}, z.core.$strip>;
|
|
12359
12359
|
readonly querySchema: undefined;
|
|
@@ -12418,7 +12418,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
12418
12418
|
}>;
|
|
12419
12419
|
autoAcceptOrders: z.ZodBoolean;
|
|
12420
12420
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
12421
|
-
currentMenuVersionSyncAttempts: z.
|
|
12421
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
12422
12422
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12423
12423
|
}, z.core.$strip>, z.ZodObject<{
|
|
12424
12424
|
status: z.ZodEnum<{
|
|
@@ -12457,9 +12457,9 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
12457
12457
|
service: z.ZodEnum<{
|
|
12458
12458
|
deliveroo: "deliveroo";
|
|
12459
12459
|
}>;
|
|
12460
|
-
acceptanceTimeout: z.
|
|
12460
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
12461
12461
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
12462
|
-
currentMenuVersionSyncAttempts: z.
|
|
12462
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
12463
12463
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12464
12464
|
}, z.core.$strip>, z.ZodObject<{
|
|
12465
12465
|
status: z.ZodEnum<{
|
|
@@ -12519,7 +12519,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
12519
12519
|
service: z.ZodEnum<{
|
|
12520
12520
|
cassa_in_cloud: "cassa_in_cloud";
|
|
12521
12521
|
}>;
|
|
12522
|
-
idSalesPoint: z.
|
|
12522
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
12523
12523
|
direction: z.ZodEnum<{
|
|
12524
12524
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
12525
12525
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
@@ -12597,7 +12597,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
|
|
|
12597
12597
|
}>;
|
|
12598
12598
|
autoAcceptOrders: z.ZodBoolean;
|
|
12599
12599
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
12600
|
-
currentMenuVersionSyncAttempts: z.
|
|
12600
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
12601
12601
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12602
12602
|
}, z.core.$strip>, z.ZodObject<{
|
|
12603
12603
|
status: z.ZodEnum<{
|
|
@@ -12636,9 +12636,9 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
|
|
|
12636
12636
|
service: z.ZodEnum<{
|
|
12637
12637
|
deliveroo: "deliveroo";
|
|
12638
12638
|
}>;
|
|
12639
|
-
acceptanceTimeout: z.
|
|
12639
|
+
acceptanceTimeout: z.ZodCoercedNumber<unknown>;
|
|
12640
12640
|
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
12641
|
-
currentMenuVersionSyncAttempts: z.
|
|
12641
|
+
currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
|
|
12642
12642
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12643
12643
|
}, z.core.$strip>, z.ZodObject<{
|
|
12644
12644
|
status: z.ZodEnum<{
|
|
@@ -12698,7 +12698,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
|
|
|
12698
12698
|
service: z.ZodEnum<{
|
|
12699
12699
|
cassa_in_cloud: "cassa_in_cloud";
|
|
12700
12700
|
}>;
|
|
12701
|
-
idSalesPoint: z.
|
|
12701
|
+
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
12702
12702
|
direction: z.ZodEnum<{
|
|
12703
12703
|
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
12704
12704
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|