@deliverart/sdk-js-integration 2.1.20 → 2.1.21
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 +696 -694
- package/dist/index.d.cts +647 -647
- package/dist/index.d.ts +647 -647
- package/dist/index.js +729 -729
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -784,208 +784,369 @@ type IntegrationCancellationRequestIri = z.infer<typeof integrationCancellationR
|
|
|
784
784
|
declare const integrationCancellationRequestNullableIriSchema: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
785
785
|
type IntegrationCancellationRequestNullableIri = z.infer<typeof integrationCancellationRequestNullableIriSchema>;
|
|
786
786
|
|
|
787
|
-
declare const
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
800
|
-
}, z.core.$strip>;
|
|
801
|
-
timezone: z.ZodString;
|
|
802
|
-
location: z.ZodObject<{
|
|
803
|
-
latitude: z.ZodNumber;
|
|
804
|
-
longitude: z.ZodNumber;
|
|
805
|
-
}, z.core.$strip>;
|
|
806
|
-
capabilities: z.ZodArray<z.ZodEnum<{
|
|
807
|
-
DELIVERY_OPTIMIZATION: "DELIVERY_OPTIMIZATION";
|
|
808
|
-
}>>;
|
|
809
|
-
openingStatus: z.ZodEnum<{
|
|
810
|
-
OPEN: "OPEN";
|
|
811
|
-
CLOSED: "CLOSED";
|
|
812
|
-
}>;
|
|
813
|
-
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
814
|
-
currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
|
|
815
|
-
createdAt: z.ZodString;
|
|
816
|
-
updatedAt: z.ZodString;
|
|
817
|
-
}, z.core.$strip>;
|
|
818
|
-
service: z.ZodLiteral<"deliveroo">;
|
|
819
|
-
data: z.ZodObject<{
|
|
820
|
-
brandId: z.ZodString;
|
|
821
|
-
siteId: z.ZodString;
|
|
822
|
-
salesModeId: z.ZodNullable<z.ZodString>;
|
|
823
|
-
}, z.core.$strip>;
|
|
787
|
+
declare const integrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
788
|
+
status: z.ZodEnum<{
|
|
789
|
+
pending: "pending";
|
|
790
|
+
active: "active";
|
|
791
|
+
deleting: "deleting";
|
|
792
|
+
}>;
|
|
793
|
+
provider: z.ZodEnum<{
|
|
794
|
+
deliverart: "deliverart";
|
|
795
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
796
|
+
}>;
|
|
797
|
+
createdAt: z.ZodString;
|
|
798
|
+
updatedAt: z.ZodString;
|
|
824
799
|
id: z.ZodString;
|
|
825
800
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
826
|
-
|
|
801
|
+
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
802
|
+
name: z.ZodString;
|
|
803
|
+
skipInvalidItem: z.ZodBoolean;
|
|
804
|
+
skipNegativePrices: z.ZodBoolean;
|
|
805
|
+
importTaggedItems: z.ZodBoolean;
|
|
806
|
+
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
807
|
+
isValidMenu: z.ZodBoolean;
|
|
808
|
+
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
809
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
810
|
+
latestMenuCheckAt: z.ZodNullable<z.ZodString>;
|
|
811
|
+
currentMenuVersion: z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>]>;
|
|
812
|
+
salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
|
|
813
|
+
syncType: z.ZodEnum<{
|
|
814
|
+
ALL: "ALL";
|
|
815
|
+
DELIVERY: "DELIVERY";
|
|
816
|
+
TAKE_AWAY: "TAKE_AWAY";
|
|
817
|
+
}>;
|
|
818
|
+
defaultLanguage: z.ZodString;
|
|
819
|
+
restaurantId: z.ZodString;
|
|
820
|
+
latestOpeningTimesSyncAt: z.ZodNullable<z.ZodString>;
|
|
821
|
+
service: z.ZodEnum<{
|
|
822
|
+
justeat: "justeat";
|
|
823
|
+
}>;
|
|
824
|
+
autoAcceptOrders: z.ZodBoolean;
|
|
825
|
+
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
826
|
+
currentMenuVersionSyncAttempts: z.ZodNumber;
|
|
827
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
827
828
|
status: z.ZodEnum<{
|
|
829
|
+
pending: "pending";
|
|
828
830
|
active: "active";
|
|
829
|
-
|
|
830
|
-
waiting_for_admin: "waiting_for_admin";
|
|
831
|
-
request_sent_partner: "request_sent_partner";
|
|
832
|
-
failed: "failed";
|
|
833
|
-
}>;
|
|
834
|
-
healthStatus: z.ZodEnum<{
|
|
835
|
-
success: "success";
|
|
836
|
-
waiting: "waiting";
|
|
837
|
-
error: "error";
|
|
831
|
+
deleting: "deleting";
|
|
838
832
|
}>;
|
|
839
833
|
provider: z.ZodEnum<{
|
|
840
834
|
deliverart: "deliverart";
|
|
841
835
|
cassa_in_cloud: "cassa_in_cloud";
|
|
842
836
|
}>;
|
|
843
|
-
name: z.ZodString;
|
|
844
|
-
message: z.ZodNullable<z.ZodString>;
|
|
845
|
-
internalNotes: z.ZodNullable<z.ZodString>;
|
|
846
837
|
createdAt: z.ZodString;
|
|
847
838
|
updatedAt: z.ZodString;
|
|
848
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
849
|
-
status: z.ZodEnum<{
|
|
850
|
-
active: "active";
|
|
851
|
-
waiting_for_user: "waiting_for_user";
|
|
852
|
-
waiting_for_admin: "waiting_for_admin";
|
|
853
|
-
request_sent_partner: "request_sent_partner";
|
|
854
|
-
failed: "failed";
|
|
855
|
-
}>;
|
|
856
|
-
message: z.ZodString;
|
|
857
|
-
updatedAt: z.ZodString;
|
|
858
|
-
}, z.core.$strip>>;
|
|
859
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
860
|
-
pointOfSale: z.ZodObject<{
|
|
861
|
-
id: z.ZodString;
|
|
862
|
-
name: z.ZodString;
|
|
863
|
-
address: z.ZodObject<{
|
|
864
|
-
line1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
865
|
-
line2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
866
|
-
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
867
|
-
region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
868
|
-
postalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
869
|
-
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
870
|
-
}, z.core.$strip>;
|
|
871
|
-
timezone: z.ZodString;
|
|
872
|
-
location: z.ZodObject<{
|
|
873
|
-
latitude: z.ZodNumber;
|
|
874
|
-
longitude: z.ZodNumber;
|
|
875
|
-
}, z.core.$strip>;
|
|
876
|
-
capabilities: z.ZodArray<z.ZodEnum<{
|
|
877
|
-
DELIVERY_OPTIMIZATION: "DELIVERY_OPTIMIZATION";
|
|
878
|
-
}>>;
|
|
879
|
-
openingStatus: z.ZodEnum<{
|
|
880
|
-
OPEN: "OPEN";
|
|
881
|
-
CLOSED: "CLOSED";
|
|
882
|
-
}>;
|
|
883
|
-
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
884
|
-
currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
|
|
885
|
-
createdAt: z.ZodString;
|
|
886
|
-
updatedAt: z.ZodString;
|
|
887
|
-
}, z.core.$strip>;
|
|
888
|
-
service: z.ZodLiteral<"glovo">;
|
|
889
|
-
data: z.ZodObject<{
|
|
890
|
-
storeId: z.ZodString;
|
|
891
|
-
salesModeId: z.ZodNullable<z.ZodString>;
|
|
892
|
-
}, z.core.$strip>;
|
|
893
839
|
id: z.ZodString;
|
|
894
840
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
895
|
-
|
|
841
|
+
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
842
|
+
name: z.ZodString;
|
|
843
|
+
skipInvalidItem: z.ZodBoolean;
|
|
844
|
+
skipNegativePrices: z.ZodBoolean;
|
|
845
|
+
importTaggedItems: z.ZodBoolean;
|
|
846
|
+
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
847
|
+
isValidMenu: z.ZodBoolean;
|
|
848
|
+
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
849
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
850
|
+
latestMenuCheckAt: z.ZodNullable<z.ZodString>;
|
|
851
|
+
currentMenuVersion: z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>]>;
|
|
852
|
+
salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
|
|
853
|
+
brandId: z.ZodString;
|
|
854
|
+
siteId: z.ZodString;
|
|
855
|
+
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>>;
|
|
856
|
+
latestOpeningHoursSyncAt: z.ZodNullable<z.ZodString>;
|
|
857
|
+
service: z.ZodEnum<{
|
|
858
|
+
deliveroo: "deliveroo";
|
|
859
|
+
}>;
|
|
860
|
+
acceptanceTimeout: z.ZodNumber;
|
|
861
|
+
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
862
|
+
currentMenuVersionSyncAttempts: z.ZodNumber;
|
|
863
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
896
864
|
status: z.ZodEnum<{
|
|
865
|
+
pending: "pending";
|
|
897
866
|
active: "active";
|
|
898
|
-
|
|
899
|
-
waiting_for_admin: "waiting_for_admin";
|
|
900
|
-
request_sent_partner: "request_sent_partner";
|
|
901
|
-
failed: "failed";
|
|
902
|
-
}>;
|
|
903
|
-
healthStatus: z.ZodEnum<{
|
|
904
|
-
success: "success";
|
|
905
|
-
waiting: "waiting";
|
|
906
|
-
error: "error";
|
|
867
|
+
deleting: "deleting";
|
|
907
868
|
}>;
|
|
908
869
|
provider: z.ZodEnum<{
|
|
909
870
|
deliverart: "deliverart";
|
|
910
871
|
cassa_in_cloud: "cassa_in_cloud";
|
|
911
872
|
}>;
|
|
912
|
-
name: z.ZodString;
|
|
913
|
-
message: z.ZodNullable<z.ZodString>;
|
|
914
|
-
internalNotes: z.ZodNullable<z.ZodString>;
|
|
915
873
|
createdAt: z.ZodString;
|
|
916
874
|
updatedAt: z.ZodString;
|
|
917
|
-
updates: z.ZodArray<z.ZodObject<{
|
|
918
|
-
status: z.ZodEnum<{
|
|
919
|
-
active: "active";
|
|
920
|
-
waiting_for_user: "waiting_for_user";
|
|
921
|
-
waiting_for_admin: "waiting_for_admin";
|
|
922
|
-
request_sent_partner: "request_sent_partner";
|
|
923
|
-
failed: "failed";
|
|
924
|
-
}>;
|
|
925
|
-
message: z.ZodString;
|
|
926
|
-
updatedAt: z.ZodString;
|
|
927
|
-
}, z.core.$strip>>;
|
|
928
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
929
|
-
pointOfSale: z.ZodObject<{
|
|
930
|
-
id: z.ZodString;
|
|
931
|
-
name: z.ZodString;
|
|
932
|
-
address: z.ZodObject<{
|
|
933
|
-
line1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
934
|
-
line2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
935
|
-
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
936
|
-
region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
937
|
-
postalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
938
|
-
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
939
|
-
}, z.core.$strip>;
|
|
940
|
-
timezone: z.ZodString;
|
|
941
|
-
location: z.ZodObject<{
|
|
942
|
-
latitude: z.ZodNumber;
|
|
943
|
-
longitude: z.ZodNumber;
|
|
944
|
-
}, z.core.$strip>;
|
|
945
|
-
capabilities: z.ZodArray<z.ZodEnum<{
|
|
946
|
-
DELIVERY_OPTIMIZATION: "DELIVERY_OPTIMIZATION";
|
|
947
|
-
}>>;
|
|
948
|
-
openingStatus: z.ZodEnum<{
|
|
949
|
-
OPEN: "OPEN";
|
|
950
|
-
CLOSED: "CLOSED";
|
|
951
|
-
}>;
|
|
952
|
-
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
953
|
-
currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
|
|
954
|
-
createdAt: z.ZodString;
|
|
955
|
-
updatedAt: z.ZodString;
|
|
956
|
-
}, z.core.$strip>;
|
|
957
|
-
service: z.ZodLiteral<"justeat">;
|
|
958
|
-
data: z.ZodObject<{
|
|
959
|
-
restaurantId: z.ZodString;
|
|
960
|
-
salesModeId: z.ZodNullable<z.ZodString>;
|
|
961
|
-
}, z.core.$strip>;
|
|
962
875
|
id: z.ZodString;
|
|
963
876
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
964
|
-
|
|
877
|
+
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
878
|
+
name: z.ZodString;
|
|
879
|
+
skipInvalidItem: z.ZodBoolean;
|
|
880
|
+
skipNegativePrices: z.ZodBoolean;
|
|
881
|
+
importTaggedItems: z.ZodBoolean;
|
|
882
|
+
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
883
|
+
isValidMenu: z.ZodBoolean;
|
|
884
|
+
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
885
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
886
|
+
latestMenuCheckAt: z.ZodNullable<z.ZodString>;
|
|
887
|
+
currentMenuVersion: z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>]>;
|
|
888
|
+
salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
|
|
889
|
+
storeId: z.ZodString;
|
|
890
|
+
locale: z.ZodString;
|
|
891
|
+
pendingMenuChanges: z.ZodBoolean;
|
|
892
|
+
service: z.ZodEnum<{
|
|
893
|
+
glovo: "glovo";
|
|
894
|
+
}>;
|
|
895
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
965
896
|
status: z.ZodEnum<{
|
|
897
|
+
pending: "pending";
|
|
966
898
|
active: "active";
|
|
967
|
-
|
|
968
|
-
waiting_for_admin: "waiting_for_admin";
|
|
969
|
-
request_sent_partner: "request_sent_partner";
|
|
970
|
-
failed: "failed";
|
|
971
|
-
}>;
|
|
972
|
-
healthStatus: z.ZodEnum<{
|
|
973
|
-
success: "success";
|
|
974
|
-
waiting: "waiting";
|
|
975
|
-
error: "error";
|
|
899
|
+
deleting: "deleting";
|
|
976
900
|
}>;
|
|
977
901
|
provider: z.ZodEnum<{
|
|
978
902
|
deliverart: "deliverart";
|
|
979
903
|
cassa_in_cloud: "cassa_in_cloud";
|
|
980
904
|
}>;
|
|
981
|
-
name: z.ZodString;
|
|
982
|
-
message: z.ZodNullable<z.ZodString>;
|
|
983
|
-
internalNotes: z.ZodNullable<z.ZodString>;
|
|
984
905
|
createdAt: z.ZodString;
|
|
985
906
|
updatedAt: z.ZodString;
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
907
|
+
id: z.ZodString;
|
|
908
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
909
|
+
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
910
|
+
finalized: z.ZodBoolean;
|
|
911
|
+
apiKey: z.ZodString;
|
|
912
|
+
service: z.ZodEnum<{
|
|
913
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
914
|
+
}>;
|
|
915
|
+
idSalesPoint: z.ZodNumber;
|
|
916
|
+
direction: z.ZodEnum<{
|
|
917
|
+
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
918
|
+
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
919
|
+
}>;
|
|
920
|
+
locale: z.ZodString;
|
|
921
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
922
|
+
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
923
|
+
skipSyncProductDescription: z.ZodBoolean;
|
|
924
|
+
productChannels: z.ZodArray<z.ZodEnum<{
|
|
925
|
+
RISTO: "RISTO";
|
|
926
|
+
SALE: "SALE";
|
|
927
|
+
ECOMMERCE: "ECOMMERCE";
|
|
928
|
+
MOBILE_COMMERCE: "MOBILE_COMMERCE";
|
|
929
|
+
SELF_ORDER: "SELF_ORDER";
|
|
930
|
+
KIOSK: "KIOSK";
|
|
931
|
+
}>>;
|
|
932
|
+
}, z.core.$strip>]>;
|
|
933
|
+
type Integration = z.infer<typeof integrationSchema>;
|
|
934
|
+
declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
935
|
+
status: z.ZodEnum<{
|
|
936
|
+
pending: "pending";
|
|
937
|
+
active: "active";
|
|
938
|
+
deleting: "deleting";
|
|
939
|
+
}>;
|
|
940
|
+
provider: z.ZodEnum<{
|
|
941
|
+
deliverart: "deliverart";
|
|
942
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
943
|
+
}>;
|
|
944
|
+
createdAt: z.ZodString;
|
|
945
|
+
updatedAt: z.ZodString;
|
|
946
|
+
id: z.ZodString;
|
|
947
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
948
|
+
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
949
|
+
name: z.ZodString;
|
|
950
|
+
skipInvalidItem: z.ZodBoolean;
|
|
951
|
+
skipNegativePrices: z.ZodBoolean;
|
|
952
|
+
importTaggedItems: z.ZodBoolean;
|
|
953
|
+
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
954
|
+
isValidMenu: z.ZodBoolean;
|
|
955
|
+
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
956
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
957
|
+
latestMenuCheckAt: z.ZodNullable<z.ZodString>;
|
|
958
|
+
currentMenuVersion: z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>]>;
|
|
959
|
+
salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
|
|
960
|
+
syncType: z.ZodEnum<{
|
|
961
|
+
ALL: "ALL";
|
|
962
|
+
DELIVERY: "DELIVERY";
|
|
963
|
+
TAKE_AWAY: "TAKE_AWAY";
|
|
964
|
+
}>;
|
|
965
|
+
defaultLanguage: z.ZodString;
|
|
966
|
+
restaurantId: z.ZodString;
|
|
967
|
+
latestOpeningTimesSyncAt: z.ZodNullable<z.ZodString>;
|
|
968
|
+
service: z.ZodEnum<{
|
|
969
|
+
justeat: "justeat";
|
|
970
|
+
}>;
|
|
971
|
+
autoAcceptOrders: z.ZodBoolean;
|
|
972
|
+
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
973
|
+
currentMenuVersionSyncAttempts: z.ZodNumber;
|
|
974
|
+
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>>;
|
|
975
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
976
|
+
status: z.ZodEnum<{
|
|
977
|
+
pending: "pending";
|
|
978
|
+
active: "active";
|
|
979
|
+
deleting: "deleting";
|
|
980
|
+
}>;
|
|
981
|
+
provider: z.ZodEnum<{
|
|
982
|
+
deliverart: "deliverart";
|
|
983
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
984
|
+
}>;
|
|
985
|
+
createdAt: z.ZodString;
|
|
986
|
+
updatedAt: z.ZodString;
|
|
987
|
+
id: z.ZodString;
|
|
988
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
989
|
+
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
990
|
+
name: z.ZodString;
|
|
991
|
+
skipInvalidItem: z.ZodBoolean;
|
|
992
|
+
skipNegativePrices: z.ZodBoolean;
|
|
993
|
+
importTaggedItems: z.ZodBoolean;
|
|
994
|
+
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
995
|
+
isValidMenu: z.ZodBoolean;
|
|
996
|
+
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
997
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
998
|
+
latestMenuCheckAt: z.ZodNullable<z.ZodString>;
|
|
999
|
+
currentMenuVersion: z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>]>;
|
|
1000
|
+
salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
|
|
1001
|
+
brandId: z.ZodString;
|
|
1002
|
+
siteId: z.ZodString;
|
|
1003
|
+
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>>;
|
|
1004
|
+
latestOpeningHoursSyncAt: z.ZodNullable<z.ZodString>;
|
|
1005
|
+
service: z.ZodEnum<{
|
|
1006
|
+
deliveroo: "deliveroo";
|
|
1007
|
+
}>;
|
|
1008
|
+
acceptanceTimeout: z.ZodNumber;
|
|
1009
|
+
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
1010
|
+
currentMenuVersionSyncAttempts: z.ZodNumber;
|
|
1011
|
+
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>>;
|
|
1012
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1013
|
+
status: z.ZodEnum<{
|
|
1014
|
+
pending: "pending";
|
|
1015
|
+
active: "active";
|
|
1016
|
+
deleting: "deleting";
|
|
1017
|
+
}>;
|
|
1018
|
+
provider: z.ZodEnum<{
|
|
1019
|
+
deliverart: "deliverart";
|
|
1020
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
1021
|
+
}>;
|
|
1022
|
+
createdAt: z.ZodString;
|
|
1023
|
+
updatedAt: z.ZodString;
|
|
1024
|
+
id: z.ZodString;
|
|
1025
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
1026
|
+
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
1027
|
+
name: z.ZodString;
|
|
1028
|
+
skipInvalidItem: z.ZodBoolean;
|
|
1029
|
+
skipNegativePrices: z.ZodBoolean;
|
|
1030
|
+
importTaggedItems: z.ZodBoolean;
|
|
1031
|
+
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1032
|
+
isValidMenu: z.ZodBoolean;
|
|
1033
|
+
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
1034
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
1035
|
+
latestMenuCheckAt: z.ZodNullable<z.ZodString>;
|
|
1036
|
+
currentMenuVersion: z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>]>;
|
|
1037
|
+
salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
|
|
1038
|
+
storeId: z.ZodString;
|
|
1039
|
+
locale: z.ZodString;
|
|
1040
|
+
pendingMenuChanges: z.ZodBoolean;
|
|
1041
|
+
service: z.ZodEnum<{
|
|
1042
|
+
glovo: "glovo";
|
|
1043
|
+
}>;
|
|
1044
|
+
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>>;
|
|
1045
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1046
|
+
status: z.ZodEnum<{
|
|
1047
|
+
pending: "pending";
|
|
1048
|
+
active: "active";
|
|
1049
|
+
deleting: "deleting";
|
|
1050
|
+
}>;
|
|
1051
|
+
provider: z.ZodEnum<{
|
|
1052
|
+
deliverart: "deliverart";
|
|
1053
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
1054
|
+
}>;
|
|
1055
|
+
createdAt: z.ZodString;
|
|
1056
|
+
updatedAt: z.ZodString;
|
|
1057
|
+
id: z.ZodString;
|
|
1058
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
1059
|
+
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
1060
|
+
finalized: z.ZodBoolean;
|
|
1061
|
+
apiKey: z.ZodString;
|
|
1062
|
+
service: z.ZodEnum<{
|
|
1063
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
1064
|
+
}>;
|
|
1065
|
+
idSalesPoint: z.ZodNumber;
|
|
1066
|
+
direction: z.ZodEnum<{
|
|
1067
|
+
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
1068
|
+
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
1069
|
+
}>;
|
|
1070
|
+
locale: z.ZodString;
|
|
1071
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
1072
|
+
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
1073
|
+
skipSyncProductDescription: z.ZodBoolean;
|
|
1074
|
+
productChannels: z.ZodArray<z.ZodEnum<{
|
|
1075
|
+
RISTO: "RISTO";
|
|
1076
|
+
SALE: "SALE";
|
|
1077
|
+
ECOMMERCE: "ECOMMERCE";
|
|
1078
|
+
MOBILE_COMMERCE: "MOBILE_COMMERCE";
|
|
1079
|
+
SELF_ORDER: "SELF_ORDER";
|
|
1080
|
+
KIOSK: "KIOSK";
|
|
1081
|
+
}>>;
|
|
1082
|
+
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>>;
|
|
1083
|
+
}, z.core.$strip>]>;
|
|
1084
|
+
type IntegrationDetails = z.infer<typeof integrationDetailsSchema>;
|
|
1085
|
+
|
|
1086
|
+
declare const activateIntegrationActivationRequestInputSchema: z.ZodUndefined;
|
|
1087
|
+
type ActivateIntegrationActivationRequestInput = z.input<typeof activateIntegrationActivationRequestInputSchema>;
|
|
1088
|
+
declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1089
|
+
pointOfSale: z.ZodObject<{
|
|
1090
|
+
id: z.ZodString;
|
|
1091
|
+
name: z.ZodString;
|
|
1092
|
+
address: z.ZodObject<{
|
|
1093
|
+
line1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1094
|
+
line2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1095
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1096
|
+
region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1097
|
+
postalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1098
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1099
|
+
}, z.core.$strip>;
|
|
1100
|
+
timezone: z.ZodString;
|
|
1101
|
+
location: z.ZodObject<{
|
|
1102
|
+
latitude: z.ZodNumber;
|
|
1103
|
+
longitude: z.ZodNumber;
|
|
1104
|
+
}, z.core.$strip>;
|
|
1105
|
+
capabilities: z.ZodArray<z.ZodEnum<{
|
|
1106
|
+
DELIVERY_OPTIMIZATION: "DELIVERY_OPTIMIZATION";
|
|
1107
|
+
}>>;
|
|
1108
|
+
openingStatus: z.ZodEnum<{
|
|
1109
|
+
OPEN: "OPEN";
|
|
1110
|
+
CLOSED: "CLOSED";
|
|
1111
|
+
}>;
|
|
1112
|
+
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
1113
|
+
currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
|
|
1114
|
+
createdAt: z.ZodString;
|
|
1115
|
+
updatedAt: z.ZodString;
|
|
1116
|
+
}, z.core.$strip>;
|
|
1117
|
+
service: z.ZodLiteral<"deliveroo">;
|
|
1118
|
+
data: z.ZodObject<{
|
|
1119
|
+
brandId: z.ZodString;
|
|
1120
|
+
siteId: z.ZodString;
|
|
1121
|
+
salesModeId: z.ZodNullable<z.ZodString>;
|
|
1122
|
+
}, z.core.$strip>;
|
|
1123
|
+
id: z.ZodString;
|
|
1124
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
1125
|
+
integration: z.ZodNullable<z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown>>]>>;
|
|
1126
|
+
status: z.ZodEnum<{
|
|
1127
|
+
active: "active";
|
|
1128
|
+
waiting_for_user: "waiting_for_user";
|
|
1129
|
+
waiting_for_admin: "waiting_for_admin";
|
|
1130
|
+
request_sent_partner: "request_sent_partner";
|
|
1131
|
+
failed: "failed";
|
|
1132
|
+
}>;
|
|
1133
|
+
healthStatus: z.ZodEnum<{
|
|
1134
|
+
success: "success";
|
|
1135
|
+
waiting: "waiting";
|
|
1136
|
+
error: "error";
|
|
1137
|
+
}>;
|
|
1138
|
+
provider: z.ZodEnum<{
|
|
1139
|
+
deliverart: "deliverart";
|
|
1140
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
1141
|
+
}>;
|
|
1142
|
+
name: z.ZodString;
|
|
1143
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1144
|
+
internalNotes: z.ZodNullable<z.ZodString>;
|
|
1145
|
+
createdAt: z.ZodString;
|
|
1146
|
+
updatedAt: z.ZodString;
|
|
1147
|
+
updates: z.ZodArray<z.ZodObject<{
|
|
1148
|
+
status: z.ZodEnum<{
|
|
1149
|
+
active: "active";
|
|
989
1150
|
waiting_for_user: "waiting_for_user";
|
|
990
1151
|
waiting_for_admin: "waiting_for_admin";
|
|
991
1152
|
request_sent_partner: "request_sent_partner";
|
|
@@ -1023,15 +1184,10 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1023
1184
|
createdAt: z.ZodString;
|
|
1024
1185
|
updatedAt: z.ZodString;
|
|
1025
1186
|
}, z.core.$strip>;
|
|
1026
|
-
service: z.ZodLiteral<"
|
|
1187
|
+
service: z.ZodLiteral<"glovo">;
|
|
1027
1188
|
data: z.ZodObject<{
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
direction: z.ZodEnum<{
|
|
1031
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
1032
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
1033
|
-
}>;
|
|
1034
|
-
locale: z.ZodString;
|
|
1189
|
+
storeId: z.ZodString;
|
|
1190
|
+
salesModeId: z.ZodNullable<z.ZodString>;
|
|
1035
1191
|
}, z.core.$strip>;
|
|
1036
1192
|
id: z.ZodString;
|
|
1037
1193
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
@@ -1068,8 +1224,151 @@ declare const activateIntegrationActivationRequestResponseSchema: z.ZodDiscrimin
|
|
|
1068
1224
|
message: z.ZodString;
|
|
1069
1225
|
updatedAt: z.ZodString;
|
|
1070
1226
|
}, z.core.$strip>>;
|
|
1071
|
-
}, z.core.$strip
|
|
1072
|
-
|
|
1227
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1228
|
+
pointOfSale: z.ZodObject<{
|
|
1229
|
+
id: z.ZodString;
|
|
1230
|
+
name: z.ZodString;
|
|
1231
|
+
address: z.ZodObject<{
|
|
1232
|
+
line1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1233
|
+
line2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1234
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1235
|
+
region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1236
|
+
postalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1237
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1238
|
+
}, z.core.$strip>;
|
|
1239
|
+
timezone: z.ZodString;
|
|
1240
|
+
location: z.ZodObject<{
|
|
1241
|
+
latitude: z.ZodNumber;
|
|
1242
|
+
longitude: z.ZodNumber;
|
|
1243
|
+
}, z.core.$strip>;
|
|
1244
|
+
capabilities: z.ZodArray<z.ZodEnum<{
|
|
1245
|
+
DELIVERY_OPTIMIZATION: "DELIVERY_OPTIMIZATION";
|
|
1246
|
+
}>>;
|
|
1247
|
+
openingStatus: z.ZodEnum<{
|
|
1248
|
+
OPEN: "OPEN";
|
|
1249
|
+
CLOSED: "CLOSED";
|
|
1250
|
+
}>;
|
|
1251
|
+
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
1252
|
+
currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
|
|
1253
|
+
createdAt: z.ZodString;
|
|
1254
|
+
updatedAt: z.ZodString;
|
|
1255
|
+
}, z.core.$strip>;
|
|
1256
|
+
service: z.ZodLiteral<"justeat">;
|
|
1257
|
+
data: z.ZodObject<{
|
|
1258
|
+
restaurantId: z.ZodString;
|
|
1259
|
+
salesModeId: z.ZodNullable<z.ZodString>;
|
|
1260
|
+
}, z.core.$strip>;
|
|
1261
|
+
id: z.ZodString;
|
|
1262
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
1263
|
+
integration: z.ZodNullable<z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown>>]>>;
|
|
1264
|
+
status: z.ZodEnum<{
|
|
1265
|
+
active: "active";
|
|
1266
|
+
waiting_for_user: "waiting_for_user";
|
|
1267
|
+
waiting_for_admin: "waiting_for_admin";
|
|
1268
|
+
request_sent_partner: "request_sent_partner";
|
|
1269
|
+
failed: "failed";
|
|
1270
|
+
}>;
|
|
1271
|
+
healthStatus: z.ZodEnum<{
|
|
1272
|
+
success: "success";
|
|
1273
|
+
waiting: "waiting";
|
|
1274
|
+
error: "error";
|
|
1275
|
+
}>;
|
|
1276
|
+
provider: z.ZodEnum<{
|
|
1277
|
+
deliverart: "deliverart";
|
|
1278
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
1279
|
+
}>;
|
|
1280
|
+
name: z.ZodString;
|
|
1281
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1282
|
+
internalNotes: z.ZodNullable<z.ZodString>;
|
|
1283
|
+
createdAt: z.ZodString;
|
|
1284
|
+
updatedAt: z.ZodString;
|
|
1285
|
+
updates: z.ZodArray<z.ZodObject<{
|
|
1286
|
+
status: z.ZodEnum<{
|
|
1287
|
+
active: "active";
|
|
1288
|
+
waiting_for_user: "waiting_for_user";
|
|
1289
|
+
waiting_for_admin: "waiting_for_admin";
|
|
1290
|
+
request_sent_partner: "request_sent_partner";
|
|
1291
|
+
failed: "failed";
|
|
1292
|
+
}>;
|
|
1293
|
+
message: z.ZodString;
|
|
1294
|
+
updatedAt: z.ZodString;
|
|
1295
|
+
}, z.core.$strip>>;
|
|
1296
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1297
|
+
pointOfSale: z.ZodObject<{
|
|
1298
|
+
id: z.ZodString;
|
|
1299
|
+
name: z.ZodString;
|
|
1300
|
+
address: z.ZodObject<{
|
|
1301
|
+
line1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1302
|
+
line2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1303
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1304
|
+
region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1305
|
+
postalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1306
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1307
|
+
}, z.core.$strip>;
|
|
1308
|
+
timezone: z.ZodString;
|
|
1309
|
+
location: z.ZodObject<{
|
|
1310
|
+
latitude: z.ZodNumber;
|
|
1311
|
+
longitude: z.ZodNumber;
|
|
1312
|
+
}, z.core.$strip>;
|
|
1313
|
+
capabilities: z.ZodArray<z.ZodEnum<{
|
|
1314
|
+
DELIVERY_OPTIMIZATION: "DELIVERY_OPTIMIZATION";
|
|
1315
|
+
}>>;
|
|
1316
|
+
openingStatus: z.ZodEnum<{
|
|
1317
|
+
OPEN: "OPEN";
|
|
1318
|
+
CLOSED: "CLOSED";
|
|
1319
|
+
}>;
|
|
1320
|
+
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
1321
|
+
currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
|
|
1322
|
+
createdAt: z.ZodString;
|
|
1323
|
+
updatedAt: z.ZodString;
|
|
1324
|
+
}, z.core.$strip>;
|
|
1325
|
+
service: z.ZodLiteral<"cassa_in_cloud">;
|
|
1326
|
+
data: z.ZodObject<{
|
|
1327
|
+
apiKey: z.ZodString;
|
|
1328
|
+
idSalesPoint: z.ZodNumber;
|
|
1329
|
+
direction: z.ZodEnum<{
|
|
1330
|
+
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
1331
|
+
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
1332
|
+
}>;
|
|
1333
|
+
locale: z.ZodString;
|
|
1334
|
+
}, z.core.$strip>;
|
|
1335
|
+
id: z.ZodString;
|
|
1336
|
+
connectionId: z.ZodNullable<z.ZodString>;
|
|
1337
|
+
integration: z.ZodNullable<z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id" | "/integrations/deliveroo/:id" | "/integrations/justeat/:id" | "/integrations/glovo/:id">, unknown>>]>>;
|
|
1338
|
+
status: z.ZodEnum<{
|
|
1339
|
+
active: "active";
|
|
1340
|
+
waiting_for_user: "waiting_for_user";
|
|
1341
|
+
waiting_for_admin: "waiting_for_admin";
|
|
1342
|
+
request_sent_partner: "request_sent_partner";
|
|
1343
|
+
failed: "failed";
|
|
1344
|
+
}>;
|
|
1345
|
+
healthStatus: z.ZodEnum<{
|
|
1346
|
+
success: "success";
|
|
1347
|
+
waiting: "waiting";
|
|
1348
|
+
error: "error";
|
|
1349
|
+
}>;
|
|
1350
|
+
provider: z.ZodEnum<{
|
|
1351
|
+
deliverart: "deliverart";
|
|
1352
|
+
cassa_in_cloud: "cassa_in_cloud";
|
|
1353
|
+
}>;
|
|
1354
|
+
name: z.ZodString;
|
|
1355
|
+
message: z.ZodNullable<z.ZodString>;
|
|
1356
|
+
internalNotes: z.ZodNullable<z.ZodString>;
|
|
1357
|
+
createdAt: z.ZodString;
|
|
1358
|
+
updatedAt: z.ZodString;
|
|
1359
|
+
updates: z.ZodArray<z.ZodObject<{
|
|
1360
|
+
status: z.ZodEnum<{
|
|
1361
|
+
active: "active";
|
|
1362
|
+
waiting_for_user: "waiting_for_user";
|
|
1363
|
+
waiting_for_admin: "waiting_for_admin";
|
|
1364
|
+
request_sent_partner: "request_sent_partner";
|
|
1365
|
+
failed: "failed";
|
|
1366
|
+
}>;
|
|
1367
|
+
message: z.ZodString;
|
|
1368
|
+
updatedAt: z.ZodString;
|
|
1369
|
+
}, z.core.$strip>>;
|
|
1370
|
+
}, z.core.$strip>]>;
|
|
1371
|
+
type ActivateIntegrationActivationRequestResponse = IntegrationActivationRequestDetails;
|
|
1073
1372
|
declare class ActivateIntegrationActivationRequest extends AbstractApiRequest<typeof activateIntegrationActivationRequestInputSchema, typeof activateIntegrationActivationRequestResponseSchema> {
|
|
1074
1373
|
readonly method = "POST";
|
|
1075
1374
|
readonly contentType = "application/json";
|
|
@@ -5866,385 +6165,86 @@ declare const getIntegrationCancellationRequestsResponseSchema: z.ZodObject<{
|
|
|
5866
6165
|
to: z.ZodNumber;
|
|
5867
6166
|
itemsPerPage: z.ZodNumber;
|
|
5868
6167
|
totalItems: z.ZodNumber;
|
|
5869
|
-
currentPage: z.ZodNumber;
|
|
5870
|
-
lastPage: z.ZodNumber;
|
|
5871
|
-
}, z.core.$strip>;
|
|
5872
|
-
}, z.core.$strip>;
|
|
5873
|
-
type GetIntegrationCancellationRequestsResponse = z.infer<typeof getIntegrationCancellationRequestsResponseSchema>;
|
|
5874
|
-
declare class GetIntegrationCancellationRequests extends AbstractApiRequest<typeof getIntegrationCancellationRequestsInputSchema, typeof getIntegrationCancellationRequestsResponseSchema, GetIntegrationCancellationRequestsQueryParams> {
|
|
5875
|
-
readonly method = "GET";
|
|
5876
|
-
readonly contentType = "application/json";
|
|
5877
|
-
readonly accept = "application/json";
|
|
5878
|
-
readonly inputSchema: z.ZodUndefined;
|
|
5879
|
-
readonly outputSchema: z.ZodObject<{
|
|
5880
|
-
data: z.ZodArray<z.ZodObject<{
|
|
5881
|
-
id: z.ZodString;
|
|
5882
|
-
status: z.ZodEnum<{
|
|
5883
|
-
pending: "pending";
|
|
5884
|
-
aborted: "aborted";
|
|
5885
|
-
completed: "completed";
|
|
5886
|
-
}>;
|
|
5887
|
-
createdAt: z.ZodString;
|
|
5888
|
-
updatedAt: z.ZodString;
|
|
5889
|
-
}, z.core.$strip>>;
|
|
5890
|
-
pagination: z.ZodObject<{
|
|
5891
|
-
from: z.ZodNumber;
|
|
5892
|
-
to: z.ZodNumber;
|
|
5893
|
-
itemsPerPage: z.ZodNumber;
|
|
5894
|
-
totalItems: z.ZodNumber;
|
|
5895
|
-
currentPage: z.ZodNumber;
|
|
5896
|
-
lastPage: z.ZodNumber;
|
|
5897
|
-
}, z.core.$strip>;
|
|
5898
|
-
}, z.core.$strip>;
|
|
5899
|
-
readonly querySchema: z.ZodObject<{
|
|
5900
|
-
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
5901
|
-
asc: "asc";
|
|
5902
|
-
desc: "desc";
|
|
5903
|
-
}>>;
|
|
5904
|
-
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
5905
|
-
asc: "asc";
|
|
5906
|
-
desc: "desc";
|
|
5907
|
-
}>>;
|
|
5908
|
-
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
5909
|
-
pending: "pending";
|
|
5910
|
-
aborted: "aborted";
|
|
5911
|
-
completed: "completed";
|
|
5912
|
-
}>, z.ZodArray<z.ZodEnum<{
|
|
5913
|
-
pending: "pending";
|
|
5914
|
-
aborted: "aborted";
|
|
5915
|
-
completed: "completed";
|
|
5916
|
-
}>>]>>;
|
|
5917
|
-
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
5918
|
-
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
5919
|
-
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
5920
|
-
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
5921
|
-
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
5922
|
-
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
5923
|
-
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
5924
|
-
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
5925
|
-
'updatedAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
5926
|
-
}, z.core.$strip>;
|
|
5927
|
-
readonly headersSchema: undefined;
|
|
5928
|
-
constructor(options?: {
|
|
5929
|
-
query?: GetIntegrationCancellationRequestsQueryParams;
|
|
5930
|
-
});
|
|
5931
|
-
getPath(): string;
|
|
5932
|
-
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationCancellationRequest>;
|
|
5933
|
-
}
|
|
5934
|
-
|
|
5935
|
-
declare const deleteIntegrationInputSchema: z.ZodUndefined;
|
|
5936
|
-
declare const deleteIntegrationResponseSchema: z.ZodUndefined;
|
|
5937
|
-
declare class DeleteIntegration extends AbstractApiRequest<typeof deleteIntegrationInputSchema, typeof deleteIntegrationResponseSchema> {
|
|
5938
|
-
readonly method = "DELETE";
|
|
5939
|
-
readonly contentType = "application/json";
|
|
5940
|
-
readonly accept = "application/json";
|
|
5941
|
-
readonly inputSchema: z.ZodUndefined;
|
|
5942
|
-
readonly outputSchema: z.ZodUndefined;
|
|
5943
|
-
readonly querySchema: undefined;
|
|
5944
|
-
readonly headersSchema: undefined;
|
|
5945
|
-
private readonly integrationId;
|
|
5946
|
-
constructor(integrationId: string);
|
|
5947
|
-
getPath(): string;
|
|
5948
|
-
}
|
|
5949
|
-
|
|
5950
|
-
declare const integrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
5951
|
-
status: z.ZodEnum<{
|
|
5952
|
-
pending: "pending";
|
|
5953
|
-
active: "active";
|
|
5954
|
-
deleting: "deleting";
|
|
5955
|
-
}>;
|
|
5956
|
-
provider: z.ZodEnum<{
|
|
5957
|
-
deliverart: "deliverart";
|
|
5958
|
-
cassa_in_cloud: "cassa_in_cloud";
|
|
5959
|
-
}>;
|
|
5960
|
-
createdAt: z.ZodString;
|
|
5961
|
-
updatedAt: z.ZodString;
|
|
5962
|
-
id: z.ZodString;
|
|
5963
|
-
connectionId: z.ZodNullable<z.ZodString>;
|
|
5964
|
-
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
5965
|
-
name: z.ZodString;
|
|
5966
|
-
skipInvalidItem: z.ZodBoolean;
|
|
5967
|
-
skipNegativePrices: z.ZodBoolean;
|
|
5968
|
-
importTaggedItems: z.ZodBoolean;
|
|
5969
|
-
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
5970
|
-
isValidMenu: z.ZodBoolean;
|
|
5971
|
-
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
5972
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
5973
|
-
latestMenuCheckAt: z.ZodNullable<z.ZodString>;
|
|
5974
|
-
currentMenuVersion: z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>]>;
|
|
5975
|
-
salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
|
|
5976
|
-
syncType: z.ZodEnum<{
|
|
5977
|
-
ALL: "ALL";
|
|
5978
|
-
DELIVERY: "DELIVERY";
|
|
5979
|
-
TAKE_AWAY: "TAKE_AWAY";
|
|
5980
|
-
}>;
|
|
5981
|
-
defaultLanguage: z.ZodString;
|
|
5982
|
-
restaurantId: z.ZodString;
|
|
5983
|
-
latestOpeningTimesSyncAt: z.ZodNullable<z.ZodString>;
|
|
5984
|
-
service: z.ZodEnum<{
|
|
5985
|
-
justeat: "justeat";
|
|
5986
|
-
}>;
|
|
5987
|
-
autoAcceptOrders: z.ZodBoolean;
|
|
5988
|
-
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
5989
|
-
currentMenuVersionSyncAttempts: z.ZodNumber;
|
|
5990
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
5991
|
-
status: z.ZodEnum<{
|
|
5992
|
-
pending: "pending";
|
|
5993
|
-
active: "active";
|
|
5994
|
-
deleting: "deleting";
|
|
5995
|
-
}>;
|
|
5996
|
-
provider: z.ZodEnum<{
|
|
5997
|
-
deliverart: "deliverart";
|
|
5998
|
-
cassa_in_cloud: "cassa_in_cloud";
|
|
5999
|
-
}>;
|
|
6000
|
-
createdAt: z.ZodString;
|
|
6001
|
-
updatedAt: z.ZodString;
|
|
6002
|
-
id: z.ZodString;
|
|
6003
|
-
connectionId: z.ZodNullable<z.ZodString>;
|
|
6004
|
-
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
6005
|
-
name: z.ZodString;
|
|
6006
|
-
skipInvalidItem: z.ZodBoolean;
|
|
6007
|
-
skipNegativePrices: z.ZodBoolean;
|
|
6008
|
-
importTaggedItems: z.ZodBoolean;
|
|
6009
|
-
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6010
|
-
isValidMenu: z.ZodBoolean;
|
|
6011
|
-
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
6012
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
6013
|
-
latestMenuCheckAt: z.ZodNullable<z.ZodString>;
|
|
6014
|
-
currentMenuVersion: z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>]>;
|
|
6015
|
-
salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
|
|
6016
|
-
brandId: z.ZodString;
|
|
6017
|
-
siteId: z.ZodString;
|
|
6018
|
-
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>>;
|
|
6019
|
-
latestOpeningHoursSyncAt: z.ZodNullable<z.ZodString>;
|
|
6020
|
-
service: z.ZodEnum<{
|
|
6021
|
-
deliveroo: "deliveroo";
|
|
6022
|
-
}>;
|
|
6023
|
-
acceptanceTimeout: z.ZodNumber;
|
|
6024
|
-
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
6025
|
-
currentMenuVersionSyncAttempts: z.ZodNumber;
|
|
6026
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
6027
|
-
status: z.ZodEnum<{
|
|
6028
|
-
pending: "pending";
|
|
6029
|
-
active: "active";
|
|
6030
|
-
deleting: "deleting";
|
|
6031
|
-
}>;
|
|
6032
|
-
provider: z.ZodEnum<{
|
|
6033
|
-
deliverart: "deliverart";
|
|
6034
|
-
cassa_in_cloud: "cassa_in_cloud";
|
|
6035
|
-
}>;
|
|
6036
|
-
createdAt: z.ZodString;
|
|
6037
|
-
updatedAt: z.ZodString;
|
|
6038
|
-
id: z.ZodString;
|
|
6039
|
-
connectionId: z.ZodNullable<z.ZodString>;
|
|
6040
|
-
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
6041
|
-
name: z.ZodString;
|
|
6042
|
-
skipInvalidItem: z.ZodBoolean;
|
|
6043
|
-
skipNegativePrices: z.ZodBoolean;
|
|
6044
|
-
importTaggedItems: z.ZodBoolean;
|
|
6045
|
-
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6046
|
-
isValidMenu: z.ZodBoolean;
|
|
6047
|
-
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
6048
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
6049
|
-
latestMenuCheckAt: z.ZodNullable<z.ZodString>;
|
|
6050
|
-
currentMenuVersion: z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>]>;
|
|
6051
|
-
salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
|
|
6052
|
-
storeId: z.ZodString;
|
|
6053
|
-
locale: z.ZodString;
|
|
6054
|
-
pendingMenuChanges: z.ZodBoolean;
|
|
6055
|
-
service: z.ZodEnum<{
|
|
6056
|
-
glovo: "glovo";
|
|
6057
|
-
}>;
|
|
6058
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
6059
|
-
status: z.ZodEnum<{
|
|
6060
|
-
pending: "pending";
|
|
6061
|
-
active: "active";
|
|
6062
|
-
deleting: "deleting";
|
|
6063
|
-
}>;
|
|
6064
|
-
provider: z.ZodEnum<{
|
|
6065
|
-
deliverart: "deliverart";
|
|
6066
|
-
cassa_in_cloud: "cassa_in_cloud";
|
|
6067
|
-
}>;
|
|
6068
|
-
createdAt: z.ZodString;
|
|
6069
|
-
updatedAt: z.ZodString;
|
|
6070
|
-
id: z.ZodString;
|
|
6071
|
-
connectionId: z.ZodNullable<z.ZodString>;
|
|
6072
|
-
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
6073
|
-
finalized: z.ZodBoolean;
|
|
6074
|
-
apiKey: z.ZodString;
|
|
6075
|
-
service: z.ZodEnum<{
|
|
6076
|
-
cassa_in_cloud: "cassa_in_cloud";
|
|
6077
|
-
}>;
|
|
6078
|
-
idSalesPoint: z.ZodNumber;
|
|
6079
|
-
direction: z.ZodEnum<{
|
|
6080
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
6081
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
6082
|
-
}>;
|
|
6083
|
-
locale: z.ZodString;
|
|
6084
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
6085
|
-
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
6086
|
-
skipSyncProductDescription: z.ZodBoolean;
|
|
6087
|
-
productChannels: z.ZodArray<z.ZodEnum<{
|
|
6088
|
-
RISTO: "RISTO";
|
|
6089
|
-
SALE: "SALE";
|
|
6090
|
-
ECOMMERCE: "ECOMMERCE";
|
|
6091
|
-
MOBILE_COMMERCE: "MOBILE_COMMERCE";
|
|
6092
|
-
SELF_ORDER: "SELF_ORDER";
|
|
6093
|
-
KIOSK: "KIOSK";
|
|
6094
|
-
}>>;
|
|
6095
|
-
}, z.core.$strip>]>;
|
|
6096
|
-
type Integration = z.infer<typeof integrationSchema>;
|
|
6097
|
-
declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
6098
|
-
status: z.ZodEnum<{
|
|
6099
|
-
pending: "pending";
|
|
6100
|
-
active: "active";
|
|
6101
|
-
deleting: "deleting";
|
|
6102
|
-
}>;
|
|
6103
|
-
provider: z.ZodEnum<{
|
|
6104
|
-
deliverart: "deliverart";
|
|
6105
|
-
cassa_in_cloud: "cassa_in_cloud";
|
|
6106
|
-
}>;
|
|
6107
|
-
createdAt: z.ZodString;
|
|
6108
|
-
updatedAt: z.ZodString;
|
|
6109
|
-
id: z.ZodString;
|
|
6110
|
-
connectionId: z.ZodNullable<z.ZodString>;
|
|
6111
|
-
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
6112
|
-
name: z.ZodString;
|
|
6113
|
-
skipInvalidItem: z.ZodBoolean;
|
|
6114
|
-
skipNegativePrices: z.ZodBoolean;
|
|
6115
|
-
importTaggedItems: z.ZodBoolean;
|
|
6116
|
-
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6117
|
-
isValidMenu: z.ZodBoolean;
|
|
6118
|
-
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
6119
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
6120
|
-
latestMenuCheckAt: z.ZodNullable<z.ZodString>;
|
|
6121
|
-
currentMenuVersion: z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>]>;
|
|
6122
|
-
salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
|
|
6123
|
-
syncType: z.ZodEnum<{
|
|
6124
|
-
ALL: "ALL";
|
|
6125
|
-
DELIVERY: "DELIVERY";
|
|
6126
|
-
TAKE_AWAY: "TAKE_AWAY";
|
|
6127
|
-
}>;
|
|
6128
|
-
defaultLanguage: z.ZodString;
|
|
6129
|
-
restaurantId: z.ZodString;
|
|
6130
|
-
latestOpeningTimesSyncAt: z.ZodNullable<z.ZodString>;
|
|
6131
|
-
service: z.ZodEnum<{
|
|
6132
|
-
justeat: "justeat";
|
|
6133
|
-
}>;
|
|
6134
|
-
autoAcceptOrders: z.ZodBoolean;
|
|
6135
|
-
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
6136
|
-
currentMenuVersionSyncAttempts: z.ZodNumber;
|
|
6137
|
-
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>>;
|
|
6138
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
6139
|
-
status: z.ZodEnum<{
|
|
6140
|
-
pending: "pending";
|
|
6141
|
-
active: "active";
|
|
6142
|
-
deleting: "deleting";
|
|
6143
|
-
}>;
|
|
6144
|
-
provider: z.ZodEnum<{
|
|
6145
|
-
deliverart: "deliverart";
|
|
6146
|
-
cassa_in_cloud: "cassa_in_cloud";
|
|
6147
|
-
}>;
|
|
6148
|
-
createdAt: z.ZodString;
|
|
6149
|
-
updatedAt: z.ZodString;
|
|
6150
|
-
id: z.ZodString;
|
|
6151
|
-
connectionId: z.ZodNullable<z.ZodString>;
|
|
6152
|
-
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
6153
|
-
name: z.ZodString;
|
|
6154
|
-
skipInvalidItem: z.ZodBoolean;
|
|
6155
|
-
skipNegativePrices: z.ZodBoolean;
|
|
6156
|
-
importTaggedItems: z.ZodBoolean;
|
|
6157
|
-
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6158
|
-
isValidMenu: z.ZodBoolean;
|
|
6159
|
-
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
6160
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
6161
|
-
latestMenuCheckAt: z.ZodNullable<z.ZodString>;
|
|
6162
|
-
currentMenuVersion: z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>]>;
|
|
6163
|
-
salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
|
|
6164
|
-
brandId: z.ZodString;
|
|
6165
|
-
siteId: z.ZodString;
|
|
6166
|
-
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>>;
|
|
6167
|
-
latestOpeningHoursSyncAt: z.ZodNullable<z.ZodString>;
|
|
6168
|
-
service: z.ZodEnum<{
|
|
6169
|
-
deliveroo: "deliveroo";
|
|
6170
|
-
}>;
|
|
6171
|
-
acceptanceTimeout: z.ZodNumber;
|
|
6172
|
-
nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
|
|
6173
|
-
currentMenuVersionSyncAttempts: z.ZodNumber;
|
|
6174
|
-
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>>;
|
|
6175
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
6176
|
-
status: z.ZodEnum<{
|
|
6177
|
-
pending: "pending";
|
|
6178
|
-
active: "active";
|
|
6179
|
-
deleting: "deleting";
|
|
6180
|
-
}>;
|
|
6181
|
-
provider: z.ZodEnum<{
|
|
6182
|
-
deliverart: "deliverart";
|
|
6183
|
-
cassa_in_cloud: "cassa_in_cloud";
|
|
6184
|
-
}>;
|
|
6185
|
-
createdAt: z.ZodString;
|
|
6186
|
-
updatedAt: z.ZodString;
|
|
6187
|
-
id: z.ZodString;
|
|
6188
|
-
connectionId: z.ZodNullable<z.ZodString>;
|
|
6189
|
-
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
6190
|
-
name: z.ZodString;
|
|
6191
|
-
skipInvalidItem: z.ZodBoolean;
|
|
6192
|
-
skipNegativePrices: z.ZodBoolean;
|
|
6193
|
-
importTaggedItems: z.ZodBoolean;
|
|
6194
|
-
tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6195
|
-
isValidMenu: z.ZodBoolean;
|
|
6196
|
-
storeUrl: z.ZodNullable<z.ZodURL>;
|
|
6197
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
6198
|
-
latestMenuCheckAt: z.ZodNullable<z.ZodString>;
|
|
6199
|
-
currentMenuVersion: z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/menu_versions/:menuVersionId" | "/integrations/deliveroo/:id/menu_versions/:menuVersionId" | "/integrations/justeat/:id/menu_versions/:menuVersionId" | "/integrations/glovo/:id/menu_versions/:menuVersionId"> | null, unknown>>]>;
|
|
6200
|
-
salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
|
|
6201
|
-
storeId: z.ZodString;
|
|
6202
|
-
locale: z.ZodString;
|
|
6203
|
-
pendingMenuChanges: z.ZodBoolean;
|
|
6204
|
-
service: z.ZodEnum<{
|
|
6205
|
-
glovo: "glovo";
|
|
6206
|
-
}>;
|
|
6207
|
-
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>>;
|
|
6208
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
6209
|
-
status: z.ZodEnum<{
|
|
6210
|
-
pending: "pending";
|
|
6211
|
-
active: "active";
|
|
6212
|
-
deleting: "deleting";
|
|
6213
|
-
}>;
|
|
6214
|
-
provider: z.ZodEnum<{
|
|
6215
|
-
deliverart: "deliverart";
|
|
6216
|
-
cassa_in_cloud: "cassa_in_cloud";
|
|
6217
|
-
}>;
|
|
6218
|
-
createdAt: z.ZodString;
|
|
6219
|
-
updatedAt: z.ZodString;
|
|
6220
|
-
id: z.ZodString;
|
|
6221
|
-
connectionId: z.ZodNullable<z.ZodString>;
|
|
6222
|
-
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
6223
|
-
finalized: z.ZodBoolean;
|
|
6224
|
-
apiKey: z.ZodString;
|
|
6225
|
-
service: z.ZodEnum<{
|
|
6226
|
-
cassa_in_cloud: "cassa_in_cloud";
|
|
6227
|
-
}>;
|
|
6228
|
-
idSalesPoint: z.ZodNumber;
|
|
6229
|
-
direction: z.ZodEnum<{
|
|
6230
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
6231
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
6232
|
-
}>;
|
|
6233
|
-
locale: z.ZodString;
|
|
6234
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
6235
|
-
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
6236
|
-
skipSyncProductDescription: z.ZodBoolean;
|
|
6237
|
-
productChannels: z.ZodArray<z.ZodEnum<{
|
|
6238
|
-
RISTO: "RISTO";
|
|
6239
|
-
SALE: "SALE";
|
|
6240
|
-
ECOMMERCE: "ECOMMERCE";
|
|
6241
|
-
MOBILE_COMMERCE: "MOBILE_COMMERCE";
|
|
6242
|
-
SELF_ORDER: "SELF_ORDER";
|
|
6243
|
-
KIOSK: "KIOSK";
|
|
6244
|
-
}>>;
|
|
6245
|
-
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>>;
|
|
6246
|
-
}, z.core.$strip>]>;
|
|
6247
|
-
type IntegrationDetails = z.infer<typeof integrationDetailsSchema>;
|
|
6168
|
+
currentPage: z.ZodNumber;
|
|
6169
|
+
lastPage: z.ZodNumber;
|
|
6170
|
+
}, z.core.$strip>;
|
|
6171
|
+
}, z.core.$strip>;
|
|
6172
|
+
type GetIntegrationCancellationRequestsResponse = z.infer<typeof getIntegrationCancellationRequestsResponseSchema>;
|
|
6173
|
+
declare class GetIntegrationCancellationRequests extends AbstractApiRequest<typeof getIntegrationCancellationRequestsInputSchema, typeof getIntegrationCancellationRequestsResponseSchema, GetIntegrationCancellationRequestsQueryParams> {
|
|
6174
|
+
readonly method = "GET";
|
|
6175
|
+
readonly contentType = "application/json";
|
|
6176
|
+
readonly accept = "application/json";
|
|
6177
|
+
readonly inputSchema: z.ZodUndefined;
|
|
6178
|
+
readonly outputSchema: z.ZodObject<{
|
|
6179
|
+
data: z.ZodArray<z.ZodObject<{
|
|
6180
|
+
id: z.ZodString;
|
|
6181
|
+
status: z.ZodEnum<{
|
|
6182
|
+
pending: "pending";
|
|
6183
|
+
aborted: "aborted";
|
|
6184
|
+
completed: "completed";
|
|
6185
|
+
}>;
|
|
6186
|
+
createdAt: z.ZodString;
|
|
6187
|
+
updatedAt: z.ZodString;
|
|
6188
|
+
}, z.core.$strip>>;
|
|
6189
|
+
pagination: z.ZodObject<{
|
|
6190
|
+
from: z.ZodNumber;
|
|
6191
|
+
to: z.ZodNumber;
|
|
6192
|
+
itemsPerPage: z.ZodNumber;
|
|
6193
|
+
totalItems: z.ZodNumber;
|
|
6194
|
+
currentPage: z.ZodNumber;
|
|
6195
|
+
lastPage: z.ZodNumber;
|
|
6196
|
+
}, z.core.$strip>;
|
|
6197
|
+
}, z.core.$strip>;
|
|
6198
|
+
readonly querySchema: z.ZodObject<{
|
|
6199
|
+
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
6200
|
+
asc: "asc";
|
|
6201
|
+
desc: "desc";
|
|
6202
|
+
}>>;
|
|
6203
|
+
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
6204
|
+
asc: "asc";
|
|
6205
|
+
desc: "desc";
|
|
6206
|
+
}>>;
|
|
6207
|
+
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
6208
|
+
pending: "pending";
|
|
6209
|
+
aborted: "aborted";
|
|
6210
|
+
completed: "completed";
|
|
6211
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
6212
|
+
pending: "pending";
|
|
6213
|
+
aborted: "aborted";
|
|
6214
|
+
completed: "completed";
|
|
6215
|
+
}>>]>>;
|
|
6216
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
6217
|
+
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
6218
|
+
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
6219
|
+
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
6220
|
+
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
6221
|
+
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
6222
|
+
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
6223
|
+
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
6224
|
+
'updatedAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
6225
|
+
}, z.core.$strip>;
|
|
6226
|
+
readonly headersSchema: undefined;
|
|
6227
|
+
constructor(options?: {
|
|
6228
|
+
query?: GetIntegrationCancellationRequestsQueryParams;
|
|
6229
|
+
});
|
|
6230
|
+
getPath(): string;
|
|
6231
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationCancellationRequest>;
|
|
6232
|
+
}
|
|
6233
|
+
|
|
6234
|
+
declare const deleteIntegrationInputSchema: z.ZodUndefined;
|
|
6235
|
+
declare const deleteIntegrationResponseSchema: z.ZodUndefined;
|
|
6236
|
+
declare class DeleteIntegration extends AbstractApiRequest<typeof deleteIntegrationInputSchema, typeof deleteIntegrationResponseSchema> {
|
|
6237
|
+
readonly method = "DELETE";
|
|
6238
|
+
readonly contentType = "application/json";
|
|
6239
|
+
readonly accept = "application/json";
|
|
6240
|
+
readonly inputSchema: z.ZodUndefined;
|
|
6241
|
+
readonly outputSchema: z.ZodUndefined;
|
|
6242
|
+
readonly querySchema: undefined;
|
|
6243
|
+
readonly headersSchema: undefined;
|
|
6244
|
+
private readonly integrationId;
|
|
6245
|
+
constructor(integrationId: string);
|
|
6246
|
+
getPath(): string;
|
|
6247
|
+
}
|
|
6248
6248
|
|
|
6249
6249
|
declare const getIntegrationDetailsInputSchema: z.ZodUndefined;
|
|
6250
6250
|
type GetIntegrationDetailsInput = z.infer<typeof getIntegrationDetailsInputSchema>;
|
|
@@ -8128,26 +8128,22 @@ declare const getIntegrationCassaInCloudListQuerySchema: z.ZodObject<{
|
|
|
8128
8128
|
deleting: "deleting";
|
|
8129
8129
|
}>>]>>;
|
|
8130
8130
|
connectionId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
8131
|
+
skipInvalidItem: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
8132
|
+
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
8131
8133
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
8132
8134
|
asc: "asc";
|
|
8133
8135
|
desc: "desc";
|
|
8134
8136
|
}>>;
|
|
8135
|
-
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
8136
|
-
asc: "asc";
|
|
8137
|
-
desc: "desc";
|
|
8138
|
-
}>>;
|
|
8139
|
-
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
8140
8137
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
8141
8138
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8142
8139
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
8143
8140
|
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8144
|
-
|
|
8145
|
-
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8146
|
-
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
8147
|
-
'updatedAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8148
|
-
skipInvalidItem: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
8149
|
-
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
8141
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
8150
8142
|
finalized: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
8143
|
+
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
8144
|
+
asc: "asc";
|
|
8145
|
+
desc: "desc";
|
|
8146
|
+
}>>;
|
|
8151
8147
|
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
8152
8148
|
asc: "asc";
|
|
8153
8149
|
desc: "desc";
|
|
@@ -8156,6 +8152,10 @@ declare const getIntegrationCassaInCloudListQuerySchema: z.ZodObject<{
|
|
|
8156
8152
|
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8157
8153
|
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
8158
8154
|
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8155
|
+
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
8156
|
+
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8157
|
+
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
8158
|
+
'updatedAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8159
8159
|
}, z.core.$strip>;
|
|
8160
8160
|
type GetIntegrationCassaInCloudListQueryParams = z.infer<typeof getIntegrationCassaInCloudListQuerySchema>;
|
|
8161
8161
|
declare const getIntegrationCassaInCloudListInputSchema: z.ZodUndefined;
|
|
@@ -8282,26 +8282,22 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
8282
8282
|
deleting: "deleting";
|
|
8283
8283
|
}>>]>>;
|
|
8284
8284
|
connectionId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
8285
|
+
skipInvalidItem: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
8286
|
+
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
8285
8287
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
8286
8288
|
asc: "asc";
|
|
8287
8289
|
desc: "desc";
|
|
8288
8290
|
}>>;
|
|
8289
|
-
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
8290
|
-
asc: "asc";
|
|
8291
|
-
desc: "desc";
|
|
8292
|
-
}>>;
|
|
8293
|
-
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
8294
8291
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
8295
8292
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8296
8293
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
8297
8294
|
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8298
|
-
|
|
8299
|
-
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8300
|
-
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
8301
|
-
'updatedAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8302
|
-
skipInvalidItem: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
8303
|
-
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
8295
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
8304
8296
|
finalized: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
8297
|
+
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
8298
|
+
asc: "asc";
|
|
8299
|
+
desc: "desc";
|
|
8300
|
+
}>>;
|
|
8305
8301
|
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
8306
8302
|
asc: "asc";
|
|
8307
8303
|
desc: "desc";
|
|
@@ -8310,6 +8306,10 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
8310
8306
|
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8311
8307
|
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
8312
8308
|
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8309
|
+
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
8310
|
+
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8311
|
+
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
8312
|
+
'updatedAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8313
8313
|
}, z.core.$strip>;
|
|
8314
8314
|
readonly headersSchema: undefined;
|
|
8315
8315
|
constructor(options?: {
|
|
@@ -9469,25 +9469,21 @@ declare const getIntegrationDeliverooListQuerySchema: z.ZodObject<{
|
|
|
9469
9469
|
}>>]>>;
|
|
9470
9470
|
connectionId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
9471
9471
|
name: z.ZodOptional<z.ZodString>;
|
|
9472
|
+
skipInvalidItem: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
9473
|
+
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
9472
9474
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
9473
9475
|
asc: "asc";
|
|
9474
9476
|
desc: "desc";
|
|
9475
9477
|
}>>;
|
|
9476
|
-
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
9477
|
-
asc: "asc";
|
|
9478
|
-
desc: "desc";
|
|
9479
|
-
}>>;
|
|
9480
|
-
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
9481
9478
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
9482
9479
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
9483
9480
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
9484
9481
|
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
9485
|
-
|
|
9486
|
-
'updatedAt
|
|
9487
|
-
|
|
9488
|
-
|
|
9489
|
-
|
|
9490
|
-
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
9482
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
9483
|
+
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
9484
|
+
asc: "asc";
|
|
9485
|
+
desc: "desc";
|
|
9486
|
+
}>>;
|
|
9491
9487
|
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
9492
9488
|
asc: "asc";
|
|
9493
9489
|
desc: "desc";
|
|
@@ -9496,6 +9492,10 @@ declare const getIntegrationDeliverooListQuerySchema: z.ZodObject<{
|
|
|
9496
9492
|
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
9497
9493
|
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
9498
9494
|
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
9495
|
+
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
9496
|
+
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
9497
|
+
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
9498
|
+
'updatedAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
9499
9499
|
'order[latestMenuCheckAt]': z.ZodOptional<z.ZodEnum<{
|
|
9500
9500
|
asc: "asc";
|
|
9501
9501
|
desc: "desc";
|
|
@@ -9629,25 +9629,21 @@ declare class GetIntegrationDeliverooList extends AbstractApiRequest<typeof getI
|
|
|
9629
9629
|
}>>]>>;
|
|
9630
9630
|
connectionId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
9631
9631
|
name: z.ZodOptional<z.ZodString>;
|
|
9632
|
+
skipInvalidItem: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
9633
|
+
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
9632
9634
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
9633
9635
|
asc: "asc";
|
|
9634
9636
|
desc: "desc";
|
|
9635
9637
|
}>>;
|
|
9636
|
-
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
9637
|
-
asc: "asc";
|
|
9638
|
-
desc: "desc";
|
|
9639
|
-
}>>;
|
|
9640
|
-
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
9641
9638
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
9642
9639
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
9643
9640
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
9644
9641
|
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
9645
|
-
|
|
9646
|
-
'updatedAt
|
|
9647
|
-
|
|
9648
|
-
|
|
9649
|
-
|
|
9650
|
-
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
9642
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
9643
|
+
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
9644
|
+
asc: "asc";
|
|
9645
|
+
desc: "desc";
|
|
9646
|
+
}>>;
|
|
9651
9647
|
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
9652
9648
|
asc: "asc";
|
|
9653
9649
|
desc: "desc";
|
|
@@ -9656,6 +9652,10 @@ declare class GetIntegrationDeliverooList extends AbstractApiRequest<typeof getI
|
|
|
9656
9652
|
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
9657
9653
|
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
9658
9654
|
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
9655
|
+
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
9656
|
+
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
9657
|
+
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
9658
|
+
'updatedAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
9659
9659
|
'order[latestMenuCheckAt]': z.ZodOptional<z.ZodEnum<{
|
|
9660
9660
|
asc: "asc";
|
|
9661
9661
|
desc: "desc";
|
|
@@ -10840,25 +10840,21 @@ declare const getIntegrationGlovoListQuerySchema: z.ZodObject<{
|
|
|
10840
10840
|
}>>]>>;
|
|
10841
10841
|
connectionId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
10842
10842
|
name: z.ZodOptional<z.ZodString>;
|
|
10843
|
+
skipInvalidItem: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
10844
|
+
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
10843
10845
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
10844
10846
|
asc: "asc";
|
|
10845
10847
|
desc: "desc";
|
|
10846
10848
|
}>>;
|
|
10847
|
-
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
10848
|
-
asc: "asc";
|
|
10849
|
-
desc: "desc";
|
|
10850
|
-
}>>;
|
|
10851
|
-
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10852
10849
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
10853
10850
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10854
10851
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
10855
10852
|
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10856
|
-
|
|
10857
|
-
'updatedAt
|
|
10858
|
-
|
|
10859
|
-
|
|
10860
|
-
|
|
10861
|
-
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
10853
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10854
|
+
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
10855
|
+
asc: "asc";
|
|
10856
|
+
desc: "desc";
|
|
10857
|
+
}>>;
|
|
10862
10858
|
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
10863
10859
|
asc: "asc";
|
|
10864
10860
|
desc: "desc";
|
|
@@ -10867,6 +10863,10 @@ declare const getIntegrationGlovoListQuerySchema: z.ZodObject<{
|
|
|
10867
10863
|
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10868
10864
|
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
10869
10865
|
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10866
|
+
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
10867
|
+
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10868
|
+
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
10869
|
+
'updatedAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10870
10870
|
'order[latestMenuCheckAt]': z.ZodOptional<z.ZodEnum<{
|
|
10871
10871
|
asc: "asc";
|
|
10872
10872
|
desc: "desc";
|
|
@@ -10984,25 +10984,21 @@ declare class GetIntegrationGlovoList extends AbstractApiRequest<typeof getInteg
|
|
|
10984
10984
|
}>>]>>;
|
|
10985
10985
|
connectionId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
10986
10986
|
name: z.ZodOptional<z.ZodString>;
|
|
10987
|
+
skipInvalidItem: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
10988
|
+
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
10987
10989
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
10988
10990
|
asc: "asc";
|
|
10989
10991
|
desc: "desc";
|
|
10990
10992
|
}>>;
|
|
10991
|
-
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
10992
|
-
asc: "asc";
|
|
10993
|
-
desc: "desc";
|
|
10994
|
-
}>>;
|
|
10995
|
-
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10996
10993
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
10997
10994
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10998
10995
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
10999
10996
|
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
11000
|
-
|
|
11001
|
-
'updatedAt
|
|
11002
|
-
|
|
11003
|
-
|
|
11004
|
-
|
|
11005
|
-
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
10997
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10998
|
+
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
10999
|
+
asc: "asc";
|
|
11000
|
+
desc: "desc";
|
|
11001
|
+
}>>;
|
|
11006
11002
|
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
11007
11003
|
asc: "asc";
|
|
11008
11004
|
desc: "desc";
|
|
@@ -11011,6 +11007,10 @@ declare class GetIntegrationGlovoList extends AbstractApiRequest<typeof getInteg
|
|
|
11011
11007
|
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11012
11008
|
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
11013
11009
|
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
11010
|
+
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
11011
|
+
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11012
|
+
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
11013
|
+
'updatedAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
11014
11014
|
'order[latestMenuCheckAt]': z.ZodOptional<z.ZodEnum<{
|
|
11015
11015
|
asc: "asc";
|
|
11016
11016
|
desc: "desc";
|
|
@@ -12166,25 +12166,21 @@ declare const getIntegrationJustEatListQuerySchema: z.ZodObject<{
|
|
|
12166
12166
|
}>>]>>;
|
|
12167
12167
|
connectionId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
12168
12168
|
name: z.ZodOptional<z.ZodString>;
|
|
12169
|
+
skipInvalidItem: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
12170
|
+
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
12169
12171
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
12170
12172
|
asc: "asc";
|
|
12171
12173
|
desc: "desc";
|
|
12172
12174
|
}>>;
|
|
12173
|
-
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
12174
|
-
asc: "asc";
|
|
12175
|
-
desc: "desc";
|
|
12176
|
-
}>>;
|
|
12177
|
-
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
12178
12175
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
12179
12176
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
12180
12177
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
12181
12178
|
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
12182
|
-
|
|
12183
|
-
'updatedAt
|
|
12184
|
-
|
|
12185
|
-
|
|
12186
|
-
|
|
12187
|
-
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
12179
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
12180
|
+
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
12181
|
+
asc: "asc";
|
|
12182
|
+
desc: "desc";
|
|
12183
|
+
}>>;
|
|
12188
12184
|
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
12189
12185
|
asc: "asc";
|
|
12190
12186
|
desc: "desc";
|
|
@@ -12193,6 +12189,10 @@ declare const getIntegrationJustEatListQuerySchema: z.ZodObject<{
|
|
|
12193
12189
|
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
12194
12190
|
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
12195
12191
|
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
12192
|
+
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
12193
|
+
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
12194
|
+
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
12195
|
+
'updatedAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
12196
12196
|
'order[latestMenuCheckAt]': z.ZodOptional<z.ZodEnum<{
|
|
12197
12197
|
asc: "asc";
|
|
12198
12198
|
desc: "desc";
|
|
@@ -12351,25 +12351,21 @@ declare class GetIntegrationJustEatList extends AbstractApiRequest<typeof getInt
|
|
|
12351
12351
|
}>>]>>;
|
|
12352
12352
|
connectionId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
12353
12353
|
name: z.ZodOptional<z.ZodString>;
|
|
12354
|
+
skipInvalidItem: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
12355
|
+
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
12354
12356
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
12355
12357
|
asc: "asc";
|
|
12356
12358
|
desc: "desc";
|
|
12357
12359
|
}>>;
|
|
12358
|
-
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
12359
|
-
asc: "asc";
|
|
12360
|
-
desc: "desc";
|
|
12361
|
-
}>>;
|
|
12362
|
-
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
12363
12360
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
12364
12361
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
12365
12362
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
12366
12363
|
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
12367
|
-
|
|
12368
|
-
'updatedAt
|
|
12369
|
-
|
|
12370
|
-
|
|
12371
|
-
|
|
12372
|
-
isValidMenu: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
12364
|
+
page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
12365
|
+
'order[updatedAt]': z.ZodOptional<z.ZodEnum<{
|
|
12366
|
+
asc: "asc";
|
|
12367
|
+
desc: "desc";
|
|
12368
|
+
}>>;
|
|
12373
12369
|
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
12374
12370
|
asc: "asc";
|
|
12375
12371
|
desc: "desc";
|
|
@@ -12378,6 +12374,10 @@ declare class GetIntegrationJustEatList extends AbstractApiRequest<typeof getInt
|
|
|
12378
12374
|
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
12379
12375
|
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
12380
12376
|
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
12377
|
+
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
12378
|
+
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
12379
|
+
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
12380
|
+
'updatedAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
12381
12381
|
'order[latestMenuCheckAt]': z.ZodOptional<z.ZodEnum<{
|
|
12382
12382
|
asc: "asc";
|
|
12383
12383
|
desc: "desc";
|
|
@@ -13380,4 +13380,4 @@ type IntegrationCassaInCloudSyncMenuErrorLogIri = z.infer<typeof integrationCass
|
|
|
13380
13380
|
declare const integrationCassaInCloudSyncMenuErrorLogNullableIriSchema: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/sync_menu_processes/:syncMenuProcessId/error_logs/:errorLogId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/sync_menu_processes/:syncMenuProcessId/error_logs/:errorLogId"> | null, unknown>>;
|
|
13381
13381
|
type IntegrationCassaInCloudSyncMenuErrorLogNullableIri = z.infer<typeof integrationCassaInCloudSyncMenuErrorLogNullableIriSchema>;
|
|
13382
13382
|
|
|
13383
|
-
export { type ActivatableIntegration, type ActivatableIntegrationHealthStatus, type ActivatableIntegrationStatus, ActivateIntegrationActivationRequest, type ActivateIntegrationActivationRequestInput, type ActivateIntegrationActivationRequestResponse, AnnotateIntegrationActivationRequest, type AnnotateIntegrationActivationRequestInput, type AnnotateIntegrationActivationRequestResponse, CancelIntegrationCancellationRequest, type CancelIntegrationCancellationRequestInput, type CancelIntegrationCancellationRequestResponse, type ClientLogRequestQuery, CreateIntegrationActivationRequest, type CreateIntegrationActivationRequestInput, type CreateIntegrationActivationRequestResponse, CreateIntegrationCancellationRequest, type CreateIntegrationCancellationRequestInput, type CreateIntegrationCancellationRequestResponse, CreateIntegrationCassaInCloud, type CreateIntegrationCassaInCloudInput, type CreateIntegrationCassaInCloudResponse, CreateIntegrationDeliveroo, type CreateIntegrationDeliverooInput, type CreateIntegrationDeliverooResponse, CreateIntegrationGlovo, type CreateIntegrationGlovoInput, type CreateIntegrationGlovoResponse, CreateIntegrationJustEat, type CreateIntegrationJustEatInput, type CreateIntegrationJustEatResponse, DeleteIntegration, DeleteIntegrationActivationRequest, DeleteIntegrationCancellationRequest, DeleteIntegrationCassaInCloud, DeleteIntegrationDeliveroo, DeleteIntegrationGlovo, DeleteIntegrationJustEat, GetIntegrationActivationRequestDetails, type GetIntegrationActivationRequestDetailsInput, type GetIntegrationActivationRequestDetailsResponse, GetIntegrationActivationRequests, type GetIntegrationActivationRequestsInput, type GetIntegrationActivationRequestsQueryParams, type GetIntegrationActivationRequestsResponse, GetIntegrationCancellationRequestDetails, type GetIntegrationCancellationRequestDetailsInput, type GetIntegrationCancellationRequestDetailsResponse, GetIntegrationCancellationRequests, type GetIntegrationCancellationRequestsInput, type GetIntegrationCancellationRequestsQueryParams, type GetIntegrationCancellationRequestsResponse, GetIntegrationCassaInCloudClientLogRequestDetails, type GetIntegrationCassaInCloudClientLogRequestDetailsInput, type GetIntegrationCassaInCloudClientLogRequestDetailsResponse, GetIntegrationCassaInCloudClientLogRequests, type GetIntegrationCassaInCloudClientLogRequestsInput, type GetIntegrationCassaInCloudClientLogRequestsQueryParams, type GetIntegrationCassaInCloudClientLogRequestsResponse, GetIntegrationCassaInCloudDetails, type GetIntegrationCassaInCloudDetailsInput, type GetIntegrationCassaInCloudDetailsResponse, GetIntegrationCassaInCloudList, type GetIntegrationCassaInCloudListInput, type GetIntegrationCassaInCloudListQueryParams, type GetIntegrationCassaInCloudListResponse, GetIntegrationCassaInCloudSyncMenuProcessDetails, type GetIntegrationCassaInCloudSyncMenuProcessDetailsInput, type GetIntegrationCassaInCloudSyncMenuProcessDetailsResponse, GetIntegrationCassaInCloudSyncMenuProcesses, type GetIntegrationCassaInCloudSyncMenuProcessesInput, type GetIntegrationCassaInCloudSyncMenuProcessesQueryParams, type GetIntegrationCassaInCloudSyncMenuProcessesResponse, GetIntegrationCassaInCloudWebHookEventDetails, type GetIntegrationCassaInCloudWebHookEventDetailsInput, type GetIntegrationCassaInCloudWebHookEventDetailsResponse, GetIntegrationCassaInCloudWebHookEvents, type GetIntegrationCassaInCloudWebHookEventsInput, type GetIntegrationCassaInCloudWebHookEventsQueryParams, type GetIntegrationCassaInCloudWebHookEventsResponse, GetIntegrationDeliverooClientLogRequestDetails, type GetIntegrationDeliverooClientLogRequestDetailsInput, type GetIntegrationDeliverooClientLogRequestDetailsResponse, GetIntegrationDeliverooClientLogRequests, type GetIntegrationDeliverooClientLogRequestsInput, type GetIntegrationDeliverooClientLogRequestsQueryParams, type GetIntegrationDeliverooClientLogRequestsResponse, GetIntegrationDeliverooDetails, type GetIntegrationDeliverooDetailsInput, type GetIntegrationDeliverooDetailsResponse, GetIntegrationDeliverooList, type GetIntegrationDeliverooListQueryParams, type GetIntegrationDeliverooListResponse, GetIntegrationDeliverooMenuVersionDetails, type GetIntegrationDeliverooMenuVersionDetailsInput, type GetIntegrationDeliverooMenuVersionDetailsResponse, GetIntegrationDeliverooMenuVersions, type GetIntegrationDeliverooMenuVersionsInput, type GetIntegrationDeliverooMenuVersionsQueryParams, type GetIntegrationDeliverooMenuVersionsResponse, GetIntegrationDeliverooSyncMenuProcessDetails, type GetIntegrationDeliverooSyncMenuProcessDetailsInput, type GetIntegrationDeliverooSyncMenuProcessDetailsResponse, GetIntegrationDeliverooSyncMenuProcesses, type GetIntegrationDeliverooSyncMenuProcessesInput, type GetIntegrationDeliverooSyncMenuProcessesQueryParams, type GetIntegrationDeliverooSyncMenuProcessesResponse, GetIntegrationDeliverooWebhookEventDetails, type GetIntegrationDeliverooWebhookEventDetailsInput, type GetIntegrationDeliverooWebhookEventDetailsResponse, GetIntegrationDeliverooWebhookEvents, type GetIntegrationDeliverooWebhookEventsInput, type GetIntegrationDeliverooWebhookEventsQueryParams, type GetIntegrationDeliverooWebhookEventsResponse, GetIntegrationDetails, type GetIntegrationDetailsInput, type GetIntegrationDetailsResponse, GetIntegrationGlovoClientLogRequestDetails, type GetIntegrationGlovoClientLogRequestDetailsInput, type GetIntegrationGlovoClientLogRequestDetailsResponse, GetIntegrationGlovoClientLogRequests, type GetIntegrationGlovoClientLogRequestsInput, type GetIntegrationGlovoClientLogRequestsQueryParams, type GetIntegrationGlovoClientLogRequestsResponse, GetIntegrationGlovoDetails, type GetIntegrationGlovoDetailsInput, type GetIntegrationGlovoDetailsResponse, GetIntegrationGlovoList, type GetIntegrationGlovoListInput, type GetIntegrationGlovoListQueryParams, type GetIntegrationGlovoListResponse, GetIntegrationGlovoMenuUpdateDetails, type GetIntegrationGlovoMenuUpdateDetailsInput, type GetIntegrationGlovoMenuUpdateDetailsResponse, GetIntegrationGlovoMenuUpdates, type GetIntegrationGlovoMenuUpdatesInput, type GetIntegrationGlovoMenuUpdatesQueryParams, type GetIntegrationGlovoMenuUpdatesResponse, GetIntegrationGlovoMenuVersionDetails, type GetIntegrationGlovoMenuVersionDetailsInput, type GetIntegrationGlovoMenuVersionDetailsResponse, GetIntegrationGlovoMenuVersions, type GetIntegrationGlovoMenuVersionsInput, type GetIntegrationGlovoMenuVersionsQueryParams, type GetIntegrationGlovoMenuVersionsResponse, GetIntegrationGlovoWebhookEventDetails, type GetIntegrationGlovoWebhookEventDetailsInput, type GetIntegrationGlovoWebhookEventDetailsResponse, GetIntegrationGlovoWebhookEvents, type GetIntegrationGlovoWebhookEventsInput, type GetIntegrationGlovoWebhookEventsQueryParams, type GetIntegrationGlovoWebhookEventsResponse, GetIntegrationJustEatClientLogRequestDetails, type GetIntegrationJustEatClientLogRequestDetailsInput, type GetIntegrationJustEatClientLogRequestDetailsResponse, GetIntegrationJustEatClientLogRequests, type GetIntegrationJustEatClientLogRequestsInput, type GetIntegrationJustEatClientLogRequestsQueryParams, type GetIntegrationJustEatClientLogRequestsResponse, GetIntegrationJustEatDetails, type GetIntegrationJustEatDetailsInput, type GetIntegrationJustEatDetailsResponse, GetIntegrationJustEatList, type GetIntegrationJustEatListInput, type GetIntegrationJustEatListQueryParams, type GetIntegrationJustEatListResponse, GetIntegrationJustEatMenuVersionDetails, type GetIntegrationJustEatMenuVersionDetailsInput, type GetIntegrationJustEatMenuVersionDetailsResponse, GetIntegrationJustEatMenuVersions, type GetIntegrationJustEatMenuVersionsInput, type GetIntegrationJustEatMenuVersionsQueryParams, type GetIntegrationJustEatMenuVersionsResponse, GetIntegrationJustEatSyncMenuProcessDetails, type GetIntegrationJustEatSyncMenuProcessDetailsInput, type GetIntegrationJustEatSyncMenuProcessDetailsResponse, GetIntegrationJustEatSyncMenuProcesses, type GetIntegrationJustEatSyncMenuProcessesInput, type GetIntegrationJustEatSyncMenuProcessesQueryParams, type GetIntegrationJustEatSyncMenuProcessesResponse, GetIntegrations, GetIntegrationsFromPointOfSale, type GetIntegrationsFromPointOfSaleInput, type GetIntegrationsFromPointOfSaleQueryParams, type GetIntegrationsFromPointOfSaleResponse, type GetIntegrationsInput, type GetIntegrationsQueryParams, type GetIntegrationsResponse, type IntegrationActivationRequest, type IntegrationActivationRequestDetails, type IntegrationCancellationRequest, type IntegrationCancellationRequestDetails, type IntegrationCancellationRequestIri, type IntegrationCancellationRequestNullableIri, type IntegrationCancellationRequestStatus, type IntegrationCassaInCloudData, type IntegrationCassaInCloudDirection, type IntegrationCassaInCloudIri, type IntegrationCassaInCloudNullableIri, type IntegrationCassaInCloudProductChannel, IntegrationCassaInCloudSyncCustomers, type IntegrationCassaInCloudSyncMenuErrorLogIri, type IntegrationCassaInCloudSyncMenuErrorLogNullableIri, IntegrationCassaInCloudSyncOrganizations, IntegrationCassaInCloudSyncProducts, IntegrationCassaInCloudSyncSalesModes, IntegrationCassaInCloudSyncStock, IntegrationCassaInCloudSyncTimetables, type IntegrationCassaInCloudWebHookEventEntity, type IntegrationCassaInCloudWebHookEventEvent, type IntegrationClientLogRequest, type IntegrationClientLogRequestDetails, type IntegrationClientLogRequestMethod, type IntegrationDeliverooData, type IntegrationDeliverooIri, type IntegrationDeliverooMenuVersionIri, type IntegrationDeliverooMenuVersionNullableIri, type IntegrationDeliverooNullableIri, type IntegrationDeliverooSiteStatus, IntegrationDeliverooSyncMenu, type IntegrationDeliverooSyncMenuProcessMode, IntegrationDeliverooSyncOpeningHours, type IntegrationDeliverooWebhookEventType, type IntegrationGlovoData, type IntegrationGlovoIri, type IntegrationGlovoMenuUpdateStatus, type IntegrationGlovoMenuVersionIri, type IntegrationGlovoMenuVersionNullableIri, type IntegrationGlovoNullableIri, type IntegrationGlovoStoreStatus, IntegrationGlovoSyncMenu, type IntegrationGlovoWebhookEventType, type IntegrationJustEatData, type IntegrationJustEatIri, type IntegrationJustEatMenuVersionIri, type IntegrationJustEatMenuVersionNullableIri, type IntegrationJustEatNullableIri, type IntegrationJustEatRestaurantStatus, IntegrationJustEatSyncMenu, IntegrationJustEatSyncOpeningTimes, type IntegrationJustEatSyncType, type IntegrationNullablePath, type IntegrationPath, type IntegrationProvider, type IntegrationService, type IntegrationServiceData, type IntegrationStatus, type MenuVersion, type MenuVersionDetails, RespondIntegrationActivationRequest, type RespondIntegrationActivationRequestInput, type RespondIntegrationActivationRequestResponse, SendIntegrationActivationRequestToPartner, type SendIntegrationActivationRequestToPartnerInput, type SendIntegrationActivationRequestToPartnerResponse, UpdateIntegration, UpdateIntegrationActivationRequest, type UpdateIntegrationActivationRequestInput, type UpdateIntegrationActivationRequestResponse, UpdateIntegrationCassaInCloud, type UpdateIntegrationCassaInCloudInput, type UpdateIntegrationCassaInCloudResponse, UpdateIntegrationDeliveroo, type UpdateIntegrationDeliverooInput, type UpdateIntegrationDeliverooResponse, UpdateIntegrationDeliverooSiteStatus, type UpdateIntegrationDeliverooSiteStatusInput, type UpdateIntegrationDeliverooSiteStatusResponse, UpdateIntegrationGlovo, type UpdateIntegrationGlovoInput, type UpdateIntegrationGlovoResponse, UpdateIntegrationGlovoStoreStatus, type UpdateIntegrationGlovoStoreStatusInput, type UpdateIntegrationGlovoStoreStatusResponse, type UpdateIntegrationInput, UpdateIntegrationJustEat, type UpdateIntegrationJustEatInput, type UpdateIntegrationJustEatResponse, UpdateIntegrationJustEatRestaurantStatus, type UpdateIntegrationJustEatRestaurantStatusInput, type UpdateIntegrationJustEatRestaurantStatusResponse, type UpdateIntegrationResponse, activatableIntegrationBaseSchema, activatableIntegrationHealthStatusSchema, activatableIntegrationHealthStatuses, activatableIntegrationSchema, activatableIntegrationStatusSchema, activatableIntegrationStatuses, activateIntegrationActivationRequestInputSchema, activateIntegrationActivationRequestResponseSchema, annotateIntegrationActivationRequestInputSchema, annotateIntegrationActivationRequestResponseSchema, cancelIntegrationCancellationRequestInputSchema, cancelIntegrationCancellationRequestResponseSchema, clientLogRequestQuerySchema, createIntegrationActivationRequestInputSchema, createIntegrationActivationRequestResponseSchema, createIntegrationCancellationRequestInputSchema, createIntegrationCancellationRequestResponseSchema, createIntegrationCassaInCloudInputSchema, createIntegrationCassaInCloudResponseSchema, createIntegrationDeliverooInputSchema, createIntegrationDeliverooResponseSchema, createIntegrationGlovoInputSchema, createIntegrationGlovoResponseSchema, createIntegrationJustEatInputSchema, createIntegrationJustEatResponseSchema, deleteIntegrationActivationRequestInputSchema, deleteIntegrationActivationRequestResponseSchema, deleteIntegrationCancellationRequestInputSchema, deleteIntegrationCancellationRequestResponseSchema, deleteIntegrationCassaInCloudInputSchema, deleteIntegrationCassaInCloudResponseSchema, deleteIntegrationDeliverooInputSchema, deleteIntegrationDeliverooResponseSchema, deleteIntegrationGlovoInputSchema, deleteIntegrationGlovoResponseSchema, deleteIntegrationInputSchema, deleteIntegrationJustEatInputSchema, deleteIntegrationJustEatResponseSchema, deleteIntegrationResponseSchema, getIntegrationActivationRequestDetailsInputSchema, getIntegrationActivationRequestDetailsResponseSchema, getIntegrationActivationRequestsInputSchema, getIntegrationActivationRequestsQuerySchema, getIntegrationActivationRequestsResponseSchema, getIntegrationCancellationRequestDetailsInputSchema, getIntegrationCancellationRequestDetailsResponseSchema, getIntegrationCancellationRequestsInputSchema, getIntegrationCancellationRequestsQuerySchema, getIntegrationCancellationRequestsResponseSchema, getIntegrationCassaInCloudClientLogRequestDetailsInputSchema, getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema, getIntegrationCassaInCloudClientLogRequestsInputSchema, getIntegrationCassaInCloudClientLogRequestsQuerySchema, getIntegrationCassaInCloudClientLogRequestsResponseSchema, getIntegrationCassaInCloudDetailsInputSchema, getIntegrationCassaInCloudDetailsResponseSchema, getIntegrationCassaInCloudListInputSchema, getIntegrationCassaInCloudListQuerySchema, getIntegrationCassaInCloudListResponseSchema, getIntegrationCassaInCloudSyncMenuProcessDetailsInputSchema, getIntegrationCassaInCloudSyncMenuProcessDetailsResponseSchema, getIntegrationCassaInCloudSyncMenuProcessesInputSchema, getIntegrationCassaInCloudSyncMenuProcessesQuerySchema, getIntegrationCassaInCloudSyncMenuProcessesResponseSchema, getIntegrationCassaInCloudWebHookEventDetailsInputSchema, getIntegrationCassaInCloudWebHookEventDetailsResponseSchema, getIntegrationCassaInCloudWebHookEventsInputSchema, getIntegrationCassaInCloudWebHookEventsQuerySchema, getIntegrationCassaInCloudWebHookEventsResponseSchema, getIntegrationDeliverooClientLogRequestDetailsInputSchema, getIntegrationDeliverooClientLogRequestDetailsResponseSchema, getIntegrationDeliverooClientLogRequestsInputSchema, getIntegrationDeliverooClientLogRequestsQuerySchema, getIntegrationDeliverooClientLogRequestsResponseSchema, getIntegrationDeliverooDetailsInputSchema, getIntegrationDeliverooDetailsResponseSchema, getIntegrationDeliverooListInputSchema, getIntegrationDeliverooListQuerySchema, getIntegrationDeliverooListResponseSchema, getIntegrationDeliverooMenuVersionDetailsInputSchema, getIntegrationDeliverooMenuVersionDetailsResponseSchema, getIntegrationDeliverooMenuVersionsInputSchema, getIntegrationDeliverooMenuVersionsQuerySchema, getIntegrationDeliverooMenuVersionsResponseSchema, getIntegrationDeliverooSyncMenuProcessDetailsInputSchema, getIntegrationDeliverooSyncMenuProcessDetailsResponseSchema, getIntegrationDeliverooSyncMenuProcessesInputSchema, getIntegrationDeliverooSyncMenuProcessesQuerySchema, getIntegrationDeliverooSyncMenuProcessesResponseSchema, getIntegrationDeliverooWebhookEventDetailsInputSchema, getIntegrationDeliverooWebhookEventDetailsResponseSchema, getIntegrationDeliverooWebhookEventsInputSchema, getIntegrationDeliverooWebhookEventsQuerySchema, getIntegrationDeliverooWebhookEventsResponseSchema, getIntegrationDetailsInputSchema, getIntegrationDetailsResponseSchema, getIntegrationGlovoClientLogRequestDetailsInputSchema, getIntegrationGlovoClientLogRequestDetailsResponseSchema, getIntegrationGlovoClientLogRequestsInputSchema, getIntegrationGlovoClientLogRequestsQuerySchema, getIntegrationGlovoClientLogRequestsResponseSchema, getIntegrationGlovoDetailsInputSchema, getIntegrationGlovoDetailsResponseSchema, getIntegrationGlovoListInputSchema, getIntegrationGlovoListQuerySchema, getIntegrationGlovoListResponseSchema, getIntegrationGlovoMenuUpdateDetailsInputSchema, getIntegrationGlovoMenuUpdateDetailsResponseSchema, getIntegrationGlovoMenuUpdatesInputSchema, getIntegrationGlovoMenuUpdatesQuerySchema, getIntegrationGlovoMenuUpdatesResponseSchema, getIntegrationGlovoMenuVersionDetailsInputSchema, getIntegrationGlovoMenuVersionDetailsResponseSchema, getIntegrationGlovoMenuVersionsInputSchema, getIntegrationGlovoMenuVersionsQuerySchema, getIntegrationGlovoMenuVersionsResponseSchema, getIntegrationGlovoWebhookEventDetailsInputSchema, getIntegrationGlovoWebhookEventDetailsResponseSchema, getIntegrationGlovoWebhookEventsInputSchema, getIntegrationGlovoWebhookEventsQuerySchema, getIntegrationGlovoWebhookEventsResponseSchema, getIntegrationJustEatClientLogRequestDetailsInputSchema, getIntegrationJustEatClientLogRequestDetailsResponseSchema, getIntegrationJustEatClientLogRequestsInputSchema, getIntegrationJustEatClientLogRequestsQuerySchema, getIntegrationJustEatClientLogRequestsResponseSchema, getIntegrationJustEatDetailsInputSchema, getIntegrationJustEatDetailsResponseSchema, getIntegrationJustEatListInputSchema, getIntegrationJustEatListQuerySchema, getIntegrationJustEatListResponseSchema, getIntegrationJustEatMenuVersionDetailsInputSchema, getIntegrationJustEatMenuVersionDetailsResponseSchema, getIntegrationJustEatMenuVersionsInputSchema, getIntegrationJustEatMenuVersionsQuerySchema, getIntegrationJustEatMenuVersionsResponseSchema, getIntegrationJustEatSyncMenuProcessDetailsInputSchema, getIntegrationJustEatSyncMenuProcessDetailsResponseSchema, getIntegrationJustEatSyncMenuProcessesInputSchema, getIntegrationJustEatSyncMenuProcessesQuerySchema, getIntegrationJustEatSyncMenuProcessesResponseSchema, getIntegrationsFromPointOfSaleInputSchema, getIntegrationsFromPointOfSaleQuerySchema, getIntegrationsFromPointOfSaleResponseSchema, getIntegrationsInputSchema, getIntegrationsQuerySchema, getIntegrationsResponseSchema, integrationActivationRequestDetailsSchema, integrationActivationRequestSchema, integrationBaseSchema, integrationCancellationRequestDetailsSchema, integrationCancellationRequestIriSchema, integrationCancellationRequestNullableIriSchema, integrationCancellationRequestSchema, integrationCancellationRequestStatusSchema, integrationCancellationRequestStatuses, integrationCassaInCloudDataSchema, integrationCassaInCloudDirectionSchema, integrationCassaInCloudDirections, integrationCassaInCloudIriSchema, integrationCassaInCloudNullableIriSchema, integrationCassaInCloudProductChannelSchema, integrationCassaInCloudProductChannels, integrationCassaInCloudSyncCustomersInputSchema, integrationCassaInCloudSyncCustomersResponseSchema, integrationCassaInCloudSyncMenuErrorLogIriSchema, integrationCassaInCloudSyncMenuErrorLogNullableIriSchema, integrationCassaInCloudSyncOrganizationsInputSchema, integrationCassaInCloudSyncOrganizationsResponseSchema, integrationCassaInCloudSyncProductsInputSchema, integrationCassaInCloudSyncProductsResponseSchema, integrationCassaInCloudSyncSalesModesInputSchema, integrationCassaInCloudSyncSalesModesResponseSchema, integrationCassaInCloudSyncStockInputSchema, integrationCassaInCloudSyncStockResponseSchema, integrationCassaInCloudSyncTimetablesInputSchema, integrationCassaInCloudSyncTimetablesResponseSchema, integrationCassaInCloudWebHookEventEntities, integrationCassaInCloudWebHookEventEntitySchema, integrationCassaInCloudWebHookEventEventSchema, integrationCassaInCloudWebHookEventEvents, integrationClientLogRequestDetailsSchema, integrationClientLogRequestMethodSchema, integrationClientLogRequestMethods, integrationClientLogRequestSchema, integrationDeliverooDataSchema, integrationDeliverooIriSchema, integrationDeliverooMenuVersionIriSchema, integrationDeliverooMenuVersionNullableIriSchema, integrationDeliverooNullableIriSchema, integrationDeliverooSiteStatusSchema, integrationDeliverooSiteStatuses, integrationDeliverooSyncMenuInputSchema, integrationDeliverooSyncMenuProcessModeSchema, integrationDeliverooSyncMenuProcessModes, integrationDeliverooSyncMenuResponseSchema, integrationDeliverooSyncOpeningHoursInputSchema, integrationDeliverooSyncOpeningHoursResponseSchema, integrationDeliverooWebhookEventTypeSchema, integrationDeliverooWebhookEventTypes, integrationDeliveryProviderCommonSchema, integrationDetailsFieldsSchema, integrationGlovoDataSchema, integrationGlovoIriSchema, integrationGlovoMenuUpdateStatusSchema, integrationGlovoMenuUpdateStatuses, integrationGlovoMenuVersionIriSchema, integrationGlovoMenuVersionNullableIriSchema, integrationGlovoNullableIriSchema, integrationGlovoStoreStatusSchema, integrationGlovoStoreStatuses, integrationGlovoSyncMenuInputSchema, integrationGlovoSyncMenuResponseSchema, integrationGlovoWebhookEventTypeSchema, integrationGlovoWebhookEventTypes, integrationIriSchema, integrationJustEatDataSchema, integrationJustEatIriSchema, integrationJustEatMenuVersionIriSchema, integrationJustEatMenuVersionNullableIriSchema, integrationJustEatNullableIriSchema, integrationJustEatRestaurantStatusSchema, integrationJustEatRestaurantStatuses, integrationJustEatSyncMenuInputSchema, integrationJustEatSyncMenuResponseSchema, integrationJustEatSyncOpeningHoursInputSchema, integrationJustEatSyncOpeningHoursResponseSchema, integrationJustEatSyncTypeSchema, integrationJustEatSyncTypes, integrationMenuVersionPathSchemas, integrationNullableIriSchema, integrationPathSchemas, integrationProviderSchema, integrationProviders, integrationServiceDataSchema, integrationServiceSchema, integrationServices, integrationStatusSchema, integrationStatuses, menuVersionDetailsSchema, menuVersionSchema, respondIntegrationActivationRequestInputSchema, respondIntegrationActivationRequestResponseSchema, sendIntegrationActivationRequestToPartnerInputSchema, sendIntegrationActivationRequestToPartnerResponseSchema, updateIntegrationActivationRequestInputSchema, updateIntegrationActivationRequestResponseSchema, updateIntegrationCassaInCloudInputSchema, updateIntegrationCassaInCloudResponseSchema, updateIntegrationDeliverooInputSchema, updateIntegrationDeliverooResponseSchema, updateIntegrationDeliverooSiteStatusInputSchema, updateIntegrationDeliverooSiteStatusResponseSchema, updateIntegrationGlovoInputSchema, updateIntegrationGlovoResponseSchema, updateIntegrationGlovoStoreStatusInputSchema, updateIntegrationGlovoStoreStatusResponseSchema, updateIntegrationInputSchema, updateIntegrationJustEatInputSchema, updateIntegrationJustEatResponseSchema, updateIntegrationJustEatRestaurantStatusInputSchema, updateIntegrationJustEatRestaurantStatusResponseSchema, updateIntegrationResponseSchema, writableIntegrationSchema };
|
|
13383
|
+
export { type ActivatableIntegration, type ActivatableIntegrationHealthStatus, type ActivatableIntegrationStatus, ActivateIntegrationActivationRequest, type ActivateIntegrationActivationRequestInput, type ActivateIntegrationActivationRequestResponse, AnnotateIntegrationActivationRequest, type AnnotateIntegrationActivationRequestInput, type AnnotateIntegrationActivationRequestResponse, CancelIntegrationCancellationRequest, type CancelIntegrationCancellationRequestInput, type CancelIntegrationCancellationRequestResponse, type ClientLogRequestQuery, CreateIntegrationActivationRequest, type CreateIntegrationActivationRequestInput, type CreateIntegrationActivationRequestResponse, CreateIntegrationCancellationRequest, type CreateIntegrationCancellationRequestInput, type CreateIntegrationCancellationRequestResponse, CreateIntegrationCassaInCloud, type CreateIntegrationCassaInCloudInput, type CreateIntegrationCassaInCloudResponse, CreateIntegrationDeliveroo, type CreateIntegrationDeliverooInput, type CreateIntegrationDeliverooResponse, CreateIntegrationGlovo, type CreateIntegrationGlovoInput, type CreateIntegrationGlovoResponse, CreateIntegrationJustEat, type CreateIntegrationJustEatInput, type CreateIntegrationJustEatResponse, DeleteIntegration, DeleteIntegrationActivationRequest, DeleteIntegrationCancellationRequest, DeleteIntegrationCassaInCloud, DeleteIntegrationDeliveroo, DeleteIntegrationGlovo, DeleteIntegrationJustEat, GetIntegrationActivationRequestDetails, type GetIntegrationActivationRequestDetailsInput, type GetIntegrationActivationRequestDetailsResponse, GetIntegrationActivationRequests, type GetIntegrationActivationRequestsInput, type GetIntegrationActivationRequestsQueryParams, type GetIntegrationActivationRequestsResponse, GetIntegrationCancellationRequestDetails, type GetIntegrationCancellationRequestDetailsInput, type GetIntegrationCancellationRequestDetailsResponse, GetIntegrationCancellationRequests, type GetIntegrationCancellationRequestsInput, type GetIntegrationCancellationRequestsQueryParams, type GetIntegrationCancellationRequestsResponse, GetIntegrationCassaInCloudClientLogRequestDetails, type GetIntegrationCassaInCloudClientLogRequestDetailsInput, type GetIntegrationCassaInCloudClientLogRequestDetailsResponse, GetIntegrationCassaInCloudClientLogRequests, type GetIntegrationCassaInCloudClientLogRequestsInput, type GetIntegrationCassaInCloudClientLogRequestsQueryParams, type GetIntegrationCassaInCloudClientLogRequestsResponse, GetIntegrationCassaInCloudDetails, type GetIntegrationCassaInCloudDetailsInput, type GetIntegrationCassaInCloudDetailsResponse, GetIntegrationCassaInCloudList, type GetIntegrationCassaInCloudListInput, type GetIntegrationCassaInCloudListQueryParams, type GetIntegrationCassaInCloudListResponse, GetIntegrationCassaInCloudSyncMenuProcessDetails, type GetIntegrationCassaInCloudSyncMenuProcessDetailsInput, type GetIntegrationCassaInCloudSyncMenuProcessDetailsResponse, GetIntegrationCassaInCloudSyncMenuProcesses, type GetIntegrationCassaInCloudSyncMenuProcessesInput, type GetIntegrationCassaInCloudSyncMenuProcessesQueryParams, type GetIntegrationCassaInCloudSyncMenuProcessesResponse, GetIntegrationCassaInCloudWebHookEventDetails, type GetIntegrationCassaInCloudWebHookEventDetailsInput, type GetIntegrationCassaInCloudWebHookEventDetailsResponse, GetIntegrationCassaInCloudWebHookEvents, type GetIntegrationCassaInCloudWebHookEventsInput, type GetIntegrationCassaInCloudWebHookEventsQueryParams, type GetIntegrationCassaInCloudWebHookEventsResponse, GetIntegrationDeliverooClientLogRequestDetails, type GetIntegrationDeliverooClientLogRequestDetailsInput, type GetIntegrationDeliverooClientLogRequestDetailsResponse, GetIntegrationDeliverooClientLogRequests, type GetIntegrationDeliverooClientLogRequestsInput, type GetIntegrationDeliverooClientLogRequestsQueryParams, type GetIntegrationDeliverooClientLogRequestsResponse, GetIntegrationDeliverooDetails, type GetIntegrationDeliverooDetailsInput, type GetIntegrationDeliverooDetailsResponse, GetIntegrationDeliverooList, type GetIntegrationDeliverooListQueryParams, type GetIntegrationDeliverooListResponse, GetIntegrationDeliverooMenuVersionDetails, type GetIntegrationDeliverooMenuVersionDetailsInput, type GetIntegrationDeliverooMenuVersionDetailsResponse, GetIntegrationDeliverooMenuVersions, type GetIntegrationDeliverooMenuVersionsInput, type GetIntegrationDeliverooMenuVersionsQueryParams, type GetIntegrationDeliverooMenuVersionsResponse, GetIntegrationDeliverooSyncMenuProcessDetails, type GetIntegrationDeliverooSyncMenuProcessDetailsInput, type GetIntegrationDeliverooSyncMenuProcessDetailsResponse, GetIntegrationDeliverooSyncMenuProcesses, type GetIntegrationDeliverooSyncMenuProcessesInput, type GetIntegrationDeliverooSyncMenuProcessesQueryParams, type GetIntegrationDeliverooSyncMenuProcessesResponse, GetIntegrationDeliverooWebhookEventDetails, type GetIntegrationDeliverooWebhookEventDetailsInput, type GetIntegrationDeliverooWebhookEventDetailsResponse, GetIntegrationDeliverooWebhookEvents, type GetIntegrationDeliverooWebhookEventsInput, type GetIntegrationDeliverooWebhookEventsQueryParams, type GetIntegrationDeliverooWebhookEventsResponse, GetIntegrationDetails, type GetIntegrationDetailsInput, type GetIntegrationDetailsResponse, GetIntegrationGlovoClientLogRequestDetails, type GetIntegrationGlovoClientLogRequestDetailsInput, type GetIntegrationGlovoClientLogRequestDetailsResponse, GetIntegrationGlovoClientLogRequests, type GetIntegrationGlovoClientLogRequestsInput, type GetIntegrationGlovoClientLogRequestsQueryParams, type GetIntegrationGlovoClientLogRequestsResponse, GetIntegrationGlovoDetails, type GetIntegrationGlovoDetailsInput, type GetIntegrationGlovoDetailsResponse, GetIntegrationGlovoList, type GetIntegrationGlovoListInput, type GetIntegrationGlovoListQueryParams, type GetIntegrationGlovoListResponse, GetIntegrationGlovoMenuUpdateDetails, type GetIntegrationGlovoMenuUpdateDetailsInput, type GetIntegrationGlovoMenuUpdateDetailsResponse, GetIntegrationGlovoMenuUpdates, type GetIntegrationGlovoMenuUpdatesInput, type GetIntegrationGlovoMenuUpdatesQueryParams, type GetIntegrationGlovoMenuUpdatesResponse, GetIntegrationGlovoMenuVersionDetails, type GetIntegrationGlovoMenuVersionDetailsInput, type GetIntegrationGlovoMenuVersionDetailsResponse, GetIntegrationGlovoMenuVersions, type GetIntegrationGlovoMenuVersionsInput, type GetIntegrationGlovoMenuVersionsQueryParams, type GetIntegrationGlovoMenuVersionsResponse, GetIntegrationGlovoWebhookEventDetails, type GetIntegrationGlovoWebhookEventDetailsInput, type GetIntegrationGlovoWebhookEventDetailsResponse, GetIntegrationGlovoWebhookEvents, type GetIntegrationGlovoWebhookEventsInput, type GetIntegrationGlovoWebhookEventsQueryParams, type GetIntegrationGlovoWebhookEventsResponse, GetIntegrationJustEatClientLogRequestDetails, type GetIntegrationJustEatClientLogRequestDetailsInput, type GetIntegrationJustEatClientLogRequestDetailsResponse, GetIntegrationJustEatClientLogRequests, type GetIntegrationJustEatClientLogRequestsInput, type GetIntegrationJustEatClientLogRequestsQueryParams, type GetIntegrationJustEatClientLogRequestsResponse, GetIntegrationJustEatDetails, type GetIntegrationJustEatDetailsInput, type GetIntegrationJustEatDetailsResponse, GetIntegrationJustEatList, type GetIntegrationJustEatListInput, type GetIntegrationJustEatListQueryParams, type GetIntegrationJustEatListResponse, GetIntegrationJustEatMenuVersionDetails, type GetIntegrationJustEatMenuVersionDetailsInput, type GetIntegrationJustEatMenuVersionDetailsResponse, GetIntegrationJustEatMenuVersions, type GetIntegrationJustEatMenuVersionsInput, type GetIntegrationJustEatMenuVersionsQueryParams, type GetIntegrationJustEatMenuVersionsResponse, GetIntegrationJustEatSyncMenuProcessDetails, type GetIntegrationJustEatSyncMenuProcessDetailsInput, type GetIntegrationJustEatSyncMenuProcessDetailsResponse, GetIntegrationJustEatSyncMenuProcesses, type GetIntegrationJustEatSyncMenuProcessesInput, type GetIntegrationJustEatSyncMenuProcessesQueryParams, type GetIntegrationJustEatSyncMenuProcessesResponse, GetIntegrations, GetIntegrationsFromPointOfSale, type GetIntegrationsFromPointOfSaleInput, type GetIntegrationsFromPointOfSaleQueryParams, type GetIntegrationsFromPointOfSaleResponse, type GetIntegrationsInput, type GetIntegrationsQueryParams, type GetIntegrationsResponse, type Integration, type IntegrationActivationRequest, type IntegrationActivationRequestDetails, type IntegrationCancellationRequest, type IntegrationCancellationRequestDetails, type IntegrationCancellationRequestIri, type IntegrationCancellationRequestNullableIri, type IntegrationCancellationRequestStatus, type IntegrationCassaInCloudData, type IntegrationCassaInCloudDirection, type IntegrationCassaInCloudIri, type IntegrationCassaInCloudNullableIri, type IntegrationCassaInCloudProductChannel, IntegrationCassaInCloudSyncCustomers, type IntegrationCassaInCloudSyncMenuErrorLogIri, type IntegrationCassaInCloudSyncMenuErrorLogNullableIri, IntegrationCassaInCloudSyncOrganizations, IntegrationCassaInCloudSyncProducts, IntegrationCassaInCloudSyncSalesModes, IntegrationCassaInCloudSyncStock, IntegrationCassaInCloudSyncTimetables, type IntegrationCassaInCloudWebHookEventEntity, type IntegrationCassaInCloudWebHookEventEvent, type IntegrationClientLogRequest, type IntegrationClientLogRequestDetails, type IntegrationClientLogRequestMethod, type IntegrationDeliverooData, type IntegrationDeliverooIri, type IntegrationDeliverooMenuVersionIri, type IntegrationDeliverooMenuVersionNullableIri, type IntegrationDeliverooNullableIri, type IntegrationDeliverooSiteStatus, IntegrationDeliverooSyncMenu, type IntegrationDeliverooSyncMenuProcessMode, IntegrationDeliverooSyncOpeningHours, type IntegrationDeliverooWebhookEventType, type IntegrationDetails, type IntegrationGlovoData, type IntegrationGlovoIri, type IntegrationGlovoMenuUpdateStatus, type IntegrationGlovoMenuVersionIri, type IntegrationGlovoMenuVersionNullableIri, type IntegrationGlovoNullableIri, type IntegrationGlovoStoreStatus, IntegrationGlovoSyncMenu, type IntegrationGlovoWebhookEventType, type IntegrationJustEatData, type IntegrationJustEatIri, type IntegrationJustEatMenuVersionIri, type IntegrationJustEatMenuVersionNullableIri, type IntegrationJustEatNullableIri, type IntegrationJustEatRestaurantStatus, IntegrationJustEatSyncMenu, IntegrationJustEatSyncOpeningTimes, type IntegrationJustEatSyncType, type IntegrationNullablePath, type IntegrationPath, type IntegrationProvider, type IntegrationService, type IntegrationServiceData, type IntegrationStatus, type MenuVersion, type MenuVersionDetails, RespondIntegrationActivationRequest, type RespondIntegrationActivationRequestInput, type RespondIntegrationActivationRequestResponse, SendIntegrationActivationRequestToPartner, type SendIntegrationActivationRequestToPartnerInput, type SendIntegrationActivationRequestToPartnerResponse, UpdateIntegration, UpdateIntegrationActivationRequest, type UpdateIntegrationActivationRequestInput, type UpdateIntegrationActivationRequestResponse, UpdateIntegrationCassaInCloud, type UpdateIntegrationCassaInCloudInput, type UpdateIntegrationCassaInCloudResponse, UpdateIntegrationDeliveroo, type UpdateIntegrationDeliverooInput, type UpdateIntegrationDeliverooResponse, UpdateIntegrationDeliverooSiteStatus, type UpdateIntegrationDeliverooSiteStatusInput, type UpdateIntegrationDeliverooSiteStatusResponse, UpdateIntegrationGlovo, type UpdateIntegrationGlovoInput, type UpdateIntegrationGlovoResponse, UpdateIntegrationGlovoStoreStatus, type UpdateIntegrationGlovoStoreStatusInput, type UpdateIntegrationGlovoStoreStatusResponse, type UpdateIntegrationInput, UpdateIntegrationJustEat, type UpdateIntegrationJustEatInput, type UpdateIntegrationJustEatResponse, UpdateIntegrationJustEatRestaurantStatus, type UpdateIntegrationJustEatRestaurantStatusInput, type UpdateIntegrationJustEatRestaurantStatusResponse, type UpdateIntegrationResponse, activatableIntegrationBaseSchema, activatableIntegrationHealthStatusSchema, activatableIntegrationHealthStatuses, activatableIntegrationSchema, activatableIntegrationStatusSchema, activatableIntegrationStatuses, activateIntegrationActivationRequestInputSchema, activateIntegrationActivationRequestResponseSchema, annotateIntegrationActivationRequestInputSchema, annotateIntegrationActivationRequestResponseSchema, cancelIntegrationCancellationRequestInputSchema, cancelIntegrationCancellationRequestResponseSchema, clientLogRequestQuerySchema, createIntegrationActivationRequestInputSchema, createIntegrationActivationRequestResponseSchema, createIntegrationCancellationRequestInputSchema, createIntegrationCancellationRequestResponseSchema, createIntegrationCassaInCloudInputSchema, createIntegrationCassaInCloudResponseSchema, createIntegrationDeliverooInputSchema, createIntegrationDeliverooResponseSchema, createIntegrationGlovoInputSchema, createIntegrationGlovoResponseSchema, createIntegrationJustEatInputSchema, createIntegrationJustEatResponseSchema, deleteIntegrationActivationRequestInputSchema, deleteIntegrationActivationRequestResponseSchema, deleteIntegrationCancellationRequestInputSchema, deleteIntegrationCancellationRequestResponseSchema, deleteIntegrationCassaInCloudInputSchema, deleteIntegrationCassaInCloudResponseSchema, deleteIntegrationDeliverooInputSchema, deleteIntegrationDeliverooResponseSchema, deleteIntegrationGlovoInputSchema, deleteIntegrationGlovoResponseSchema, deleteIntegrationInputSchema, deleteIntegrationJustEatInputSchema, deleteIntegrationJustEatResponseSchema, deleteIntegrationResponseSchema, getIntegrationActivationRequestDetailsInputSchema, getIntegrationActivationRequestDetailsResponseSchema, getIntegrationActivationRequestsInputSchema, getIntegrationActivationRequestsQuerySchema, getIntegrationActivationRequestsResponseSchema, getIntegrationCancellationRequestDetailsInputSchema, getIntegrationCancellationRequestDetailsResponseSchema, getIntegrationCancellationRequestsInputSchema, getIntegrationCancellationRequestsQuerySchema, getIntegrationCancellationRequestsResponseSchema, getIntegrationCassaInCloudClientLogRequestDetailsInputSchema, getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema, getIntegrationCassaInCloudClientLogRequestsInputSchema, getIntegrationCassaInCloudClientLogRequestsQuerySchema, getIntegrationCassaInCloudClientLogRequestsResponseSchema, getIntegrationCassaInCloudDetailsInputSchema, getIntegrationCassaInCloudDetailsResponseSchema, getIntegrationCassaInCloudListInputSchema, getIntegrationCassaInCloudListQuerySchema, getIntegrationCassaInCloudListResponseSchema, getIntegrationCassaInCloudSyncMenuProcessDetailsInputSchema, getIntegrationCassaInCloudSyncMenuProcessDetailsResponseSchema, getIntegrationCassaInCloudSyncMenuProcessesInputSchema, getIntegrationCassaInCloudSyncMenuProcessesQuerySchema, getIntegrationCassaInCloudSyncMenuProcessesResponseSchema, getIntegrationCassaInCloudWebHookEventDetailsInputSchema, getIntegrationCassaInCloudWebHookEventDetailsResponseSchema, getIntegrationCassaInCloudWebHookEventsInputSchema, getIntegrationCassaInCloudWebHookEventsQuerySchema, getIntegrationCassaInCloudWebHookEventsResponseSchema, getIntegrationDeliverooClientLogRequestDetailsInputSchema, getIntegrationDeliverooClientLogRequestDetailsResponseSchema, getIntegrationDeliverooClientLogRequestsInputSchema, getIntegrationDeliverooClientLogRequestsQuerySchema, getIntegrationDeliverooClientLogRequestsResponseSchema, getIntegrationDeliverooDetailsInputSchema, getIntegrationDeliverooDetailsResponseSchema, getIntegrationDeliverooListInputSchema, getIntegrationDeliverooListQuerySchema, getIntegrationDeliverooListResponseSchema, getIntegrationDeliverooMenuVersionDetailsInputSchema, getIntegrationDeliverooMenuVersionDetailsResponseSchema, getIntegrationDeliverooMenuVersionsInputSchema, getIntegrationDeliverooMenuVersionsQuerySchema, getIntegrationDeliverooMenuVersionsResponseSchema, getIntegrationDeliverooSyncMenuProcessDetailsInputSchema, getIntegrationDeliverooSyncMenuProcessDetailsResponseSchema, getIntegrationDeliverooSyncMenuProcessesInputSchema, getIntegrationDeliverooSyncMenuProcessesQuerySchema, getIntegrationDeliverooSyncMenuProcessesResponseSchema, getIntegrationDeliverooWebhookEventDetailsInputSchema, getIntegrationDeliverooWebhookEventDetailsResponseSchema, getIntegrationDeliverooWebhookEventsInputSchema, getIntegrationDeliverooWebhookEventsQuerySchema, getIntegrationDeliverooWebhookEventsResponseSchema, getIntegrationDetailsInputSchema, getIntegrationDetailsResponseSchema, getIntegrationGlovoClientLogRequestDetailsInputSchema, getIntegrationGlovoClientLogRequestDetailsResponseSchema, getIntegrationGlovoClientLogRequestsInputSchema, getIntegrationGlovoClientLogRequestsQuerySchema, getIntegrationGlovoClientLogRequestsResponseSchema, getIntegrationGlovoDetailsInputSchema, getIntegrationGlovoDetailsResponseSchema, getIntegrationGlovoListInputSchema, getIntegrationGlovoListQuerySchema, getIntegrationGlovoListResponseSchema, getIntegrationGlovoMenuUpdateDetailsInputSchema, getIntegrationGlovoMenuUpdateDetailsResponseSchema, getIntegrationGlovoMenuUpdatesInputSchema, getIntegrationGlovoMenuUpdatesQuerySchema, getIntegrationGlovoMenuUpdatesResponseSchema, getIntegrationGlovoMenuVersionDetailsInputSchema, getIntegrationGlovoMenuVersionDetailsResponseSchema, getIntegrationGlovoMenuVersionsInputSchema, getIntegrationGlovoMenuVersionsQuerySchema, getIntegrationGlovoMenuVersionsResponseSchema, getIntegrationGlovoWebhookEventDetailsInputSchema, getIntegrationGlovoWebhookEventDetailsResponseSchema, getIntegrationGlovoWebhookEventsInputSchema, getIntegrationGlovoWebhookEventsQuerySchema, getIntegrationGlovoWebhookEventsResponseSchema, getIntegrationJustEatClientLogRequestDetailsInputSchema, getIntegrationJustEatClientLogRequestDetailsResponseSchema, getIntegrationJustEatClientLogRequestsInputSchema, getIntegrationJustEatClientLogRequestsQuerySchema, getIntegrationJustEatClientLogRequestsResponseSchema, getIntegrationJustEatDetailsInputSchema, getIntegrationJustEatDetailsResponseSchema, getIntegrationJustEatListInputSchema, getIntegrationJustEatListQuerySchema, getIntegrationJustEatListResponseSchema, getIntegrationJustEatMenuVersionDetailsInputSchema, getIntegrationJustEatMenuVersionDetailsResponseSchema, getIntegrationJustEatMenuVersionsInputSchema, getIntegrationJustEatMenuVersionsQuerySchema, getIntegrationJustEatMenuVersionsResponseSchema, getIntegrationJustEatSyncMenuProcessDetailsInputSchema, getIntegrationJustEatSyncMenuProcessDetailsResponseSchema, getIntegrationJustEatSyncMenuProcessesInputSchema, getIntegrationJustEatSyncMenuProcessesQuerySchema, getIntegrationJustEatSyncMenuProcessesResponseSchema, getIntegrationsFromPointOfSaleInputSchema, getIntegrationsFromPointOfSaleQuerySchema, getIntegrationsFromPointOfSaleResponseSchema, getIntegrationsInputSchema, getIntegrationsQuerySchema, getIntegrationsResponseSchema, integrationActivationRequestDetailsSchema, integrationActivationRequestSchema, integrationBaseSchema, integrationCancellationRequestDetailsSchema, integrationCancellationRequestIriSchema, integrationCancellationRequestNullableIriSchema, integrationCancellationRequestSchema, integrationCancellationRequestStatusSchema, integrationCancellationRequestStatuses, integrationCassaInCloudDataSchema, integrationCassaInCloudDirectionSchema, integrationCassaInCloudDirections, integrationCassaInCloudIriSchema, integrationCassaInCloudNullableIriSchema, integrationCassaInCloudProductChannelSchema, integrationCassaInCloudProductChannels, integrationCassaInCloudSyncCustomersInputSchema, integrationCassaInCloudSyncCustomersResponseSchema, integrationCassaInCloudSyncMenuErrorLogIriSchema, integrationCassaInCloudSyncMenuErrorLogNullableIriSchema, integrationCassaInCloudSyncOrganizationsInputSchema, integrationCassaInCloudSyncOrganizationsResponseSchema, integrationCassaInCloudSyncProductsInputSchema, integrationCassaInCloudSyncProductsResponseSchema, integrationCassaInCloudSyncSalesModesInputSchema, integrationCassaInCloudSyncSalesModesResponseSchema, integrationCassaInCloudSyncStockInputSchema, integrationCassaInCloudSyncStockResponseSchema, integrationCassaInCloudSyncTimetablesInputSchema, integrationCassaInCloudSyncTimetablesResponseSchema, integrationCassaInCloudWebHookEventEntities, integrationCassaInCloudWebHookEventEntitySchema, integrationCassaInCloudWebHookEventEventSchema, integrationCassaInCloudWebHookEventEvents, integrationClientLogRequestDetailsSchema, integrationClientLogRequestMethodSchema, integrationClientLogRequestMethods, integrationClientLogRequestSchema, integrationDeliverooDataSchema, integrationDeliverooIriSchema, integrationDeliverooMenuVersionIriSchema, integrationDeliverooMenuVersionNullableIriSchema, integrationDeliverooNullableIriSchema, integrationDeliverooSiteStatusSchema, integrationDeliverooSiteStatuses, integrationDeliverooSyncMenuInputSchema, integrationDeliverooSyncMenuProcessModeSchema, integrationDeliverooSyncMenuProcessModes, integrationDeliverooSyncMenuResponseSchema, integrationDeliverooSyncOpeningHoursInputSchema, integrationDeliverooSyncOpeningHoursResponseSchema, integrationDeliverooWebhookEventTypeSchema, integrationDeliverooWebhookEventTypes, integrationDeliveryProviderCommonSchema, integrationDetailsFieldsSchema, integrationDetailsSchema, integrationGlovoDataSchema, integrationGlovoIriSchema, integrationGlovoMenuUpdateStatusSchema, integrationGlovoMenuUpdateStatuses, integrationGlovoMenuVersionIriSchema, integrationGlovoMenuVersionNullableIriSchema, integrationGlovoNullableIriSchema, integrationGlovoStoreStatusSchema, integrationGlovoStoreStatuses, integrationGlovoSyncMenuInputSchema, integrationGlovoSyncMenuResponseSchema, integrationGlovoWebhookEventTypeSchema, integrationGlovoWebhookEventTypes, integrationIriSchema, integrationJustEatDataSchema, integrationJustEatIriSchema, integrationJustEatMenuVersionIriSchema, integrationJustEatMenuVersionNullableIriSchema, integrationJustEatNullableIriSchema, integrationJustEatRestaurantStatusSchema, integrationJustEatRestaurantStatuses, integrationJustEatSyncMenuInputSchema, integrationJustEatSyncMenuResponseSchema, integrationJustEatSyncOpeningHoursInputSchema, integrationJustEatSyncOpeningHoursResponseSchema, integrationJustEatSyncTypeSchema, integrationJustEatSyncTypes, integrationMenuVersionPathSchemas, integrationNullableIriSchema, integrationPathSchemas, integrationProviderSchema, integrationProviders, integrationSchema, integrationServiceDataSchema, integrationServiceSchema, integrationServices, integrationStatusSchema, integrationStatuses, menuVersionDetailsSchema, menuVersionSchema, respondIntegrationActivationRequestInputSchema, respondIntegrationActivationRequestResponseSchema, sendIntegrationActivationRequestToPartnerInputSchema, sendIntegrationActivationRequestToPartnerResponseSchema, updateIntegrationActivationRequestInputSchema, updateIntegrationActivationRequestResponseSchema, updateIntegrationCassaInCloudInputSchema, updateIntegrationCassaInCloudResponseSchema, updateIntegrationDeliverooInputSchema, updateIntegrationDeliverooResponseSchema, updateIntegrationDeliverooSiteStatusInputSchema, updateIntegrationDeliverooSiteStatusResponseSchema, updateIntegrationGlovoInputSchema, updateIntegrationGlovoResponseSchema, updateIntegrationGlovoStoreStatusInputSchema, updateIntegrationGlovoStoreStatusResponseSchema, updateIntegrationInputSchema, updateIntegrationJustEatInputSchema, updateIntegrationJustEatResponseSchema, updateIntegrationJustEatRestaurantStatusInputSchema, updateIntegrationJustEatRestaurantStatusResponseSchema, updateIntegrationResponseSchema, writableIntegrationSchema };
|