@deliverart/sdk-js-integration 2.17.0 → 2.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2467 -150
- package/dist/index.d.cts +24242 -11445
- package/dist/index.d.ts +24242 -11445
- package/dist/index.js +2091 -41
- package/package.json +10 -10
package/dist/index.cjs
CHANGED
|
@@ -34,6 +34,7 @@ __export(index_exports, {
|
|
|
34
34
|
CreateIntegrationJustEat: () => CreateIntegrationJustEat,
|
|
35
35
|
CreateIntegrationKitchen: () => CreateIntegrationKitchen,
|
|
36
36
|
CreateIntegrationKitchenAccessToken: () => CreateIntegrationKitchenAccessToken,
|
|
37
|
+
CreateIntegrationTilby: () => CreateIntegrationTilby,
|
|
37
38
|
DeleteIntegration: () => DeleteIntegration,
|
|
38
39
|
DeleteIntegrationActivationRequest: () => DeleteIntegrationActivationRequest,
|
|
39
40
|
DeleteIntegrationCancellationRequest: () => DeleteIntegrationCancellationRequest,
|
|
@@ -44,6 +45,7 @@ __export(index_exports, {
|
|
|
44
45
|
DeleteIntegrationJustEat: () => DeleteIntegrationJustEat,
|
|
45
46
|
DeleteIntegrationKitchen: () => DeleteIntegrationKitchen,
|
|
46
47
|
DeleteIntegrationKitchenAccessToken: () => DeleteIntegrationKitchenAccessToken,
|
|
48
|
+
DeleteIntegrationTilby: () => DeleteIntegrationTilby,
|
|
47
49
|
GetIntegrationActivationRequestDetails: () => GetIntegrationActivationRequestDetails,
|
|
48
50
|
GetIntegrationActivationRequests: () => GetIntegrationActivationRequests,
|
|
49
51
|
GetIntegrationActivationRequestsFromPointOfSale: () => GetIntegrationActivationRequestsFromPointOfSale,
|
|
@@ -178,6 +180,45 @@ __export(index_exports, {
|
|
|
178
180
|
GetIntegrationKitchenAccessTokens: () => GetIntegrationKitchenAccessTokens,
|
|
179
181
|
GetIntegrationKitchenDetails: () => GetIntegrationKitchenDetails,
|
|
180
182
|
GetIntegrationKitchenList: () => GetIntegrationKitchenList,
|
|
183
|
+
GetIntegrationTilbyCategoryMappingDetails: () => GetIntegrationTilbyCategoryMappingDetails,
|
|
184
|
+
GetIntegrationTilbyCategoryMappings: () => GetIntegrationTilbyCategoryMappings,
|
|
185
|
+
GetIntegrationTilbyComponentMappingDetails: () => GetIntegrationTilbyComponentMappingDetails,
|
|
186
|
+
GetIntegrationTilbyComponentMappings: () => GetIntegrationTilbyComponentMappings,
|
|
187
|
+
GetIntegrationTilbyCustomerMappingDetails: () => GetIntegrationTilbyCustomerMappingDetails,
|
|
188
|
+
GetIntegrationTilbyCustomerMappings: () => GetIntegrationTilbyCustomerMappings,
|
|
189
|
+
GetIntegrationTilbyDepartmentMappingDetails: () => GetIntegrationTilbyDepartmentMappingDetails,
|
|
190
|
+
GetIntegrationTilbyDepartmentMappings: () => GetIntegrationTilbyDepartmentMappings,
|
|
191
|
+
GetIntegrationTilbyDetails: () => GetIntegrationTilbyDetails,
|
|
192
|
+
GetIntegrationTilbyList: () => GetIntegrationTilbyList,
|
|
193
|
+
GetIntegrationTilbyOrderMappingDetails: () => GetIntegrationTilbyOrderMappingDetails,
|
|
194
|
+
GetIntegrationTilbyOrderMappings: () => GetIntegrationTilbyOrderMappings,
|
|
195
|
+
GetIntegrationTilbyOrderMappingsFromOrder: () => GetIntegrationTilbyOrderMappingsFromOrder,
|
|
196
|
+
GetIntegrationTilbyProductMappingDetails: () => GetIntegrationTilbyProductMappingDetails,
|
|
197
|
+
GetIntegrationTilbyProductMappings: () => GetIntegrationTilbyProductMappings,
|
|
198
|
+
GetIntegrationTilbyProductVariantMappingDetails: () => GetIntegrationTilbyProductVariantMappingDetails,
|
|
199
|
+
GetIntegrationTilbyProductVariantMappings: () => GetIntegrationTilbyProductVariantMappings,
|
|
200
|
+
GetIntegrationTilbySyncCustomersErrorLogDetails: () => GetIntegrationTilbySyncCustomersErrorLogDetails,
|
|
201
|
+
GetIntegrationTilbySyncCustomersErrorLogs: () => GetIntegrationTilbySyncCustomersErrorLogs,
|
|
202
|
+
GetIntegrationTilbySyncCustomersProcessDetails: () => GetIntegrationTilbySyncCustomersProcessDetails,
|
|
203
|
+
GetIntegrationTilbySyncCustomersProcesses: () => GetIntegrationTilbySyncCustomersProcesses,
|
|
204
|
+
GetIntegrationTilbySyncFiscalMappingsErrorLogDetails: () => GetIntegrationTilbySyncFiscalMappingsErrorLogDetails,
|
|
205
|
+
GetIntegrationTilbySyncFiscalMappingsErrorLogs: () => GetIntegrationTilbySyncFiscalMappingsErrorLogs,
|
|
206
|
+
GetIntegrationTilbySyncFiscalMappingsProcessDetails: () => GetIntegrationTilbySyncFiscalMappingsProcessDetails,
|
|
207
|
+
GetIntegrationTilbySyncFiscalMappingsProcesses: () => GetIntegrationTilbySyncFiscalMappingsProcesses,
|
|
208
|
+
GetIntegrationTilbySyncMenuErrorLogDetails: () => GetIntegrationTilbySyncMenuErrorLogDetails,
|
|
209
|
+
GetIntegrationTilbySyncMenuErrorLogs: () => GetIntegrationTilbySyncMenuErrorLogs,
|
|
210
|
+
GetIntegrationTilbySyncMenuProcessDetails: () => GetIntegrationTilbySyncMenuProcessDetails,
|
|
211
|
+
GetIntegrationTilbySyncMenuProcesses: () => GetIntegrationTilbySyncMenuProcesses,
|
|
212
|
+
GetIntegrationTilbySyncOrdersErrorLogDetails: () => GetIntegrationTilbySyncOrdersErrorLogDetails,
|
|
213
|
+
GetIntegrationTilbySyncOrdersErrorLogs: () => GetIntegrationTilbySyncOrdersErrorLogs,
|
|
214
|
+
GetIntegrationTilbySyncOrdersProcessDetails: () => GetIntegrationTilbySyncOrdersProcessDetails,
|
|
215
|
+
GetIntegrationTilbySyncOrdersProcesses: () => GetIntegrationTilbySyncOrdersProcesses,
|
|
216
|
+
GetIntegrationTilbyVatMappingDetails: () => GetIntegrationTilbyVatMappingDetails,
|
|
217
|
+
GetIntegrationTilbyVatMappings: () => GetIntegrationTilbyVatMappings,
|
|
218
|
+
GetIntegrationTilbyWebHookEventDetails: () => GetIntegrationTilbyWebHookEventDetails,
|
|
219
|
+
GetIntegrationTilbyWebHookEvents: () => GetIntegrationTilbyWebHookEvents,
|
|
220
|
+
GetIntegrationTilbyWebHookSettingDetails: () => GetIntegrationTilbyWebHookSettingDetails,
|
|
221
|
+
GetIntegrationTilbyWebHookSettings: () => GetIntegrationTilbyWebHookSettings,
|
|
181
222
|
GetIntegrations: () => GetIntegrations,
|
|
182
223
|
GetIntegrationsFromPointOfSale: () => GetIntegrationsFromPointOfSale,
|
|
183
224
|
IntegrationCassaInCloudSyncCustomers: () => IntegrationCassaInCloudSyncCustomers,
|
|
@@ -192,6 +233,10 @@ __export(index_exports, {
|
|
|
192
233
|
IntegrationGlovoSyncMenu: () => IntegrationGlovoSyncMenu,
|
|
193
234
|
IntegrationJustEatSyncMenu: () => IntegrationJustEatSyncMenu,
|
|
194
235
|
IntegrationJustEatSyncOpeningTimes: () => IntegrationJustEatSyncOpeningTimes,
|
|
236
|
+
IntegrationTilbySyncCustomers: () => IntegrationTilbySyncCustomers,
|
|
237
|
+
IntegrationTilbySyncFiscalMappings: () => IntegrationTilbySyncFiscalMappings,
|
|
238
|
+
IntegrationTilbySyncMenu: () => IntegrationTilbySyncMenu,
|
|
239
|
+
IntegrationTilbySyncOrders: () => IntegrationTilbySyncOrders,
|
|
195
240
|
RespondIntegrationActivationRequest: () => RespondIntegrationActivationRequest,
|
|
196
241
|
SendIntegrationActivationRequestToPartner: () => SendIntegrationActivationRequestToPartner,
|
|
197
242
|
UpdateIntegration: () => UpdateIntegration,
|
|
@@ -206,6 +251,13 @@ __export(index_exports, {
|
|
|
206
251
|
UpdateIntegrationJustEat: () => UpdateIntegrationJustEat,
|
|
207
252
|
UpdateIntegrationJustEatRestaurantStatus: () => UpdateIntegrationJustEatRestaurantStatus,
|
|
208
253
|
UpdateIntegrationKitchen: () => UpdateIntegrationKitchen,
|
|
254
|
+
UpdateIntegrationTilby: () => UpdateIntegrationTilby,
|
|
255
|
+
UpdateIntegrationTilbyCategoryMapping: () => UpdateIntegrationTilbyCategoryMapping,
|
|
256
|
+
UpdateIntegrationTilbyComponentMapping: () => UpdateIntegrationTilbyComponentMapping,
|
|
257
|
+
UpdateIntegrationTilbyDepartmentMapping: () => UpdateIntegrationTilbyDepartmentMapping,
|
|
258
|
+
UpdateIntegrationTilbyProductMapping: () => UpdateIntegrationTilbyProductMapping,
|
|
259
|
+
UpdateIntegrationTilbyProductVariantMapping: () => UpdateIntegrationTilbyProductVariantMapping,
|
|
260
|
+
UpdateIntegrationTilbyVatMapping: () => UpdateIntegrationTilbyVatMapping,
|
|
209
261
|
activatableIntegrationBaseSchema: () => activatableIntegrationBaseSchema,
|
|
210
262
|
activatableIntegrationHealthStatusSchema: () => activatableIntegrationHealthStatusSchema,
|
|
211
263
|
activatableIntegrationHealthStatuses: () => activatableIntegrationHealthStatuses,
|
|
@@ -241,6 +293,8 @@ __export(index_exports, {
|
|
|
241
293
|
createIntegrationKitchenAccessTokenResponseSchema: () => createIntegrationKitchenAccessTokenResponseSchema,
|
|
242
294
|
createIntegrationKitchenInputSchema: () => createIntegrationKitchenInputSchema,
|
|
243
295
|
createIntegrationKitchenResponseSchema: () => createIntegrationKitchenResponseSchema,
|
|
296
|
+
createIntegrationTilbyInputSchema: () => createIntegrationTilbyInputSchema,
|
|
297
|
+
createIntegrationTilbyResponseSchema: () => createIntegrationTilbyResponseSchema,
|
|
244
298
|
deleteIntegrationActivationRequestInputSchema: () => deleteIntegrationActivationRequestInputSchema,
|
|
245
299
|
deleteIntegrationActivationRequestResponseSchema: () => deleteIntegrationActivationRequestResponseSchema,
|
|
246
300
|
deleteIntegrationCancellationRequestInputSchema: () => deleteIntegrationCancellationRequestInputSchema,
|
|
@@ -261,6 +315,8 @@ __export(index_exports, {
|
|
|
261
315
|
deleteIntegrationKitchenInputSchema: () => deleteIntegrationKitchenInputSchema,
|
|
262
316
|
deleteIntegrationKitchenResponseSchema: () => deleteIntegrationKitchenResponseSchema,
|
|
263
317
|
deleteIntegrationResponseSchema: () => deleteIntegrationResponseSchema,
|
|
318
|
+
deleteIntegrationTilbyInputSchema: () => deleteIntegrationTilbyInputSchema,
|
|
319
|
+
deleteIntegrationTilbyResponseSchema: () => deleteIntegrationTilbyResponseSchema,
|
|
264
320
|
exclusiveIntegrationServiceSchema: () => exclusiveIntegrationServiceSchema,
|
|
265
321
|
exclusiveIntegrationServices: () => exclusiveIntegrationServices,
|
|
266
322
|
getIntegrationActivationRequestDetailsInputSchema: () => getIntegrationActivationRequestDetailsInputSchema,
|
|
@@ -604,6 +660,104 @@ __export(index_exports, {
|
|
|
604
660
|
getIntegrationKitchenListInputSchema: () => getIntegrationKitchenListInputSchema,
|
|
605
661
|
getIntegrationKitchenListQuerySchema: () => getIntegrationKitchenListQuerySchema,
|
|
606
662
|
getIntegrationKitchenListResponseSchema: () => getIntegrationKitchenListResponseSchema,
|
|
663
|
+
getIntegrationTilbyCategoryMappingDetailsInputSchema: () => getIntegrationTilbyCategoryMappingDetailsInputSchema,
|
|
664
|
+
getIntegrationTilbyCategoryMappingDetailsResponseSchema: () => getIntegrationTilbyCategoryMappingDetailsResponseSchema,
|
|
665
|
+
getIntegrationTilbyCategoryMappingsInputSchema: () => getIntegrationTilbyCategoryMappingsInputSchema,
|
|
666
|
+
getIntegrationTilbyCategoryMappingsQuerySchema: () => getIntegrationTilbyCategoryMappingsQuerySchema,
|
|
667
|
+
getIntegrationTilbyCategoryMappingsResponseSchema: () => getIntegrationTilbyCategoryMappingsResponseSchema,
|
|
668
|
+
getIntegrationTilbyComponentMappingDetailsInputSchema: () => getIntegrationTilbyComponentMappingDetailsInputSchema,
|
|
669
|
+
getIntegrationTilbyComponentMappingDetailsResponseSchema: () => getIntegrationTilbyComponentMappingDetailsResponseSchema,
|
|
670
|
+
getIntegrationTilbyComponentMappingsInputSchema: () => getIntegrationTilbyComponentMappingsInputSchema,
|
|
671
|
+
getIntegrationTilbyComponentMappingsQuerySchema: () => getIntegrationTilbyComponentMappingsQuerySchema,
|
|
672
|
+
getIntegrationTilbyComponentMappingsResponseSchema: () => getIntegrationTilbyComponentMappingsResponseSchema,
|
|
673
|
+
getIntegrationTilbyCustomerMappingDetailsInputSchema: () => getIntegrationTilbyCustomerMappingDetailsInputSchema,
|
|
674
|
+
getIntegrationTilbyCustomerMappingDetailsResponseSchema: () => getIntegrationTilbyCustomerMappingDetailsResponseSchema,
|
|
675
|
+
getIntegrationTilbyCustomerMappingsInputSchema: () => getIntegrationTilbyCustomerMappingsInputSchema,
|
|
676
|
+
getIntegrationTilbyCustomerMappingsQuerySchema: () => getIntegrationTilbyCustomerMappingsQuerySchema,
|
|
677
|
+
getIntegrationTilbyCustomerMappingsResponseSchema: () => getIntegrationTilbyCustomerMappingsResponseSchema,
|
|
678
|
+
getIntegrationTilbyDepartmentMappingDetailsInputSchema: () => getIntegrationTilbyDepartmentMappingDetailsInputSchema,
|
|
679
|
+
getIntegrationTilbyDepartmentMappingDetailsResponseSchema: () => getIntegrationTilbyDepartmentMappingDetailsResponseSchema,
|
|
680
|
+
getIntegrationTilbyDepartmentMappingsInputSchema: () => getIntegrationTilbyDepartmentMappingsInputSchema,
|
|
681
|
+
getIntegrationTilbyDepartmentMappingsQuerySchema: () => getIntegrationTilbyDepartmentMappingsQuerySchema,
|
|
682
|
+
getIntegrationTilbyDepartmentMappingsResponseSchema: () => getIntegrationTilbyDepartmentMappingsResponseSchema,
|
|
683
|
+
getIntegrationTilbyDetailsInputSchema: () => getIntegrationTilbyDetailsInputSchema,
|
|
684
|
+
getIntegrationTilbyDetailsResponseSchema: () => getIntegrationTilbyDetailsResponseSchema,
|
|
685
|
+
getIntegrationTilbyListInputSchema: () => getIntegrationTilbyListInputSchema,
|
|
686
|
+
getIntegrationTilbyListQuerySchema: () => getIntegrationTilbyListQuerySchema,
|
|
687
|
+
getIntegrationTilbyListResponseSchema: () => getIntegrationTilbyListResponseSchema,
|
|
688
|
+
getIntegrationTilbyOrderMappingDetailsInputSchema: () => getIntegrationTilbyOrderMappingDetailsInputSchema,
|
|
689
|
+
getIntegrationTilbyOrderMappingDetailsResponseSchema: () => getIntegrationTilbyOrderMappingDetailsResponseSchema,
|
|
690
|
+
getIntegrationTilbyOrderMappingsFromOrderInputSchema: () => getIntegrationTilbyOrderMappingsFromOrderInputSchema,
|
|
691
|
+
getIntegrationTilbyOrderMappingsFromOrderQuerySchema: () => getIntegrationTilbyOrderMappingsFromOrderQuerySchema,
|
|
692
|
+
getIntegrationTilbyOrderMappingsFromOrderResponseSchema: () => getIntegrationTilbyOrderMappingsFromOrderResponseSchema,
|
|
693
|
+
getIntegrationTilbyOrderMappingsInputSchema: () => getIntegrationTilbyOrderMappingsInputSchema,
|
|
694
|
+
getIntegrationTilbyOrderMappingsQuerySchema: () => getIntegrationTilbyOrderMappingsQuerySchema,
|
|
695
|
+
getIntegrationTilbyOrderMappingsResponseSchema: () => getIntegrationTilbyOrderMappingsResponseSchema,
|
|
696
|
+
getIntegrationTilbyProductMappingDetailsInputSchema: () => getIntegrationTilbyProductMappingDetailsInputSchema,
|
|
697
|
+
getIntegrationTilbyProductMappingDetailsResponseSchema: () => getIntegrationTilbyProductMappingDetailsResponseSchema,
|
|
698
|
+
getIntegrationTilbyProductMappingsInputSchema: () => getIntegrationTilbyProductMappingsInputSchema,
|
|
699
|
+
getIntegrationTilbyProductMappingsQuerySchema: () => getIntegrationTilbyProductMappingsQuerySchema,
|
|
700
|
+
getIntegrationTilbyProductMappingsResponseSchema: () => getIntegrationTilbyProductMappingsResponseSchema,
|
|
701
|
+
getIntegrationTilbyProductVariantMappingDetailsInputSchema: () => getIntegrationTilbyProductVariantMappingDetailsInputSchema,
|
|
702
|
+
getIntegrationTilbyProductVariantMappingDetailsResponseSchema: () => getIntegrationTilbyProductVariantMappingDetailsResponseSchema,
|
|
703
|
+
getIntegrationTilbyProductVariantMappingsInputSchema: () => getIntegrationTilbyProductVariantMappingsInputSchema,
|
|
704
|
+
getIntegrationTilbyProductVariantMappingsQuerySchema: () => getIntegrationTilbyProductVariantMappingsQuerySchema,
|
|
705
|
+
getIntegrationTilbyProductVariantMappingsResponseSchema: () => getIntegrationTilbyProductVariantMappingsResponseSchema,
|
|
706
|
+
getIntegrationTilbySyncCustomersErrorLogDetailsInputSchema: () => getIntegrationTilbySyncCustomersErrorLogDetailsInputSchema,
|
|
707
|
+
getIntegrationTilbySyncCustomersErrorLogDetailsResponseSchema: () => getIntegrationTilbySyncCustomersErrorLogDetailsResponseSchema,
|
|
708
|
+
getIntegrationTilbySyncCustomersErrorLogsInputSchema: () => getIntegrationTilbySyncCustomersErrorLogsInputSchema,
|
|
709
|
+
getIntegrationTilbySyncCustomersErrorLogsQuerySchema: () => getIntegrationTilbySyncCustomersErrorLogsQuerySchema,
|
|
710
|
+
getIntegrationTilbySyncCustomersErrorLogsResponseSchema: () => getIntegrationTilbySyncCustomersErrorLogsResponseSchema,
|
|
711
|
+
getIntegrationTilbySyncCustomersProcessDetailsInputSchema: () => getIntegrationTilbySyncCustomersProcessDetailsInputSchema,
|
|
712
|
+
getIntegrationTilbySyncCustomersProcessDetailsResponseSchema: () => getIntegrationTilbySyncCustomersProcessDetailsResponseSchema,
|
|
713
|
+
getIntegrationTilbySyncCustomersProcessesInputSchema: () => getIntegrationTilbySyncCustomersProcessesInputSchema,
|
|
714
|
+
getIntegrationTilbySyncCustomersProcessesQuerySchema: () => getIntegrationTilbySyncCustomersProcessesQuerySchema,
|
|
715
|
+
getIntegrationTilbySyncCustomersProcessesResponseSchema: () => getIntegrationTilbySyncCustomersProcessesResponseSchema,
|
|
716
|
+
getIntegrationTilbySyncFiscalMappingsErrorLogDetailsInputSchema: () => getIntegrationTilbySyncFiscalMappingsErrorLogDetailsInputSchema,
|
|
717
|
+
getIntegrationTilbySyncFiscalMappingsErrorLogDetailsResponseSchema: () => getIntegrationTilbySyncFiscalMappingsErrorLogDetailsResponseSchema,
|
|
718
|
+
getIntegrationTilbySyncFiscalMappingsErrorLogsInputSchema: () => getIntegrationTilbySyncFiscalMappingsErrorLogsInputSchema,
|
|
719
|
+
getIntegrationTilbySyncFiscalMappingsErrorLogsQuerySchema: () => getIntegrationTilbySyncFiscalMappingsErrorLogsQuerySchema,
|
|
720
|
+
getIntegrationTilbySyncFiscalMappingsErrorLogsResponseSchema: () => getIntegrationTilbySyncFiscalMappingsErrorLogsResponseSchema,
|
|
721
|
+
getIntegrationTilbySyncFiscalMappingsProcessDetailsInputSchema: () => getIntegrationTilbySyncFiscalMappingsProcessDetailsInputSchema,
|
|
722
|
+
getIntegrationTilbySyncFiscalMappingsProcessDetailsResponseSchema: () => getIntegrationTilbySyncFiscalMappingsProcessDetailsResponseSchema,
|
|
723
|
+
getIntegrationTilbySyncFiscalMappingsProcessesInputSchema: () => getIntegrationTilbySyncFiscalMappingsProcessesInputSchema,
|
|
724
|
+
getIntegrationTilbySyncFiscalMappingsProcessesQuerySchema: () => getIntegrationTilbySyncFiscalMappingsProcessesQuerySchema,
|
|
725
|
+
getIntegrationTilbySyncFiscalMappingsProcessesResponseSchema: () => getIntegrationTilbySyncFiscalMappingsProcessesResponseSchema,
|
|
726
|
+
getIntegrationTilbySyncMenuErrorLogDetailsInputSchema: () => getIntegrationTilbySyncMenuErrorLogDetailsInputSchema,
|
|
727
|
+
getIntegrationTilbySyncMenuErrorLogDetailsResponseSchema: () => getIntegrationTilbySyncMenuErrorLogDetailsResponseSchema,
|
|
728
|
+
getIntegrationTilbySyncMenuErrorLogsInputSchema: () => getIntegrationTilbySyncMenuErrorLogsInputSchema,
|
|
729
|
+
getIntegrationTilbySyncMenuErrorLogsQuerySchema: () => getIntegrationTilbySyncMenuErrorLogsQuerySchema,
|
|
730
|
+
getIntegrationTilbySyncMenuErrorLogsResponseSchema: () => getIntegrationTilbySyncMenuErrorLogsResponseSchema,
|
|
731
|
+
getIntegrationTilbySyncMenuProcessDetailsInputSchema: () => getIntegrationTilbySyncMenuProcessDetailsInputSchema,
|
|
732
|
+
getIntegrationTilbySyncMenuProcessDetailsResponseSchema: () => getIntegrationTilbySyncMenuProcessDetailsResponseSchema,
|
|
733
|
+
getIntegrationTilbySyncMenuProcessesInputSchema: () => getIntegrationTilbySyncMenuProcessesInputSchema,
|
|
734
|
+
getIntegrationTilbySyncMenuProcessesQuerySchema: () => getIntegrationTilbySyncMenuProcessesQuerySchema,
|
|
735
|
+
getIntegrationTilbySyncMenuProcessesResponseSchema: () => getIntegrationTilbySyncMenuProcessesResponseSchema,
|
|
736
|
+
getIntegrationTilbySyncOrdersErrorLogDetailsInputSchema: () => getIntegrationTilbySyncOrdersErrorLogDetailsInputSchema,
|
|
737
|
+
getIntegrationTilbySyncOrdersErrorLogDetailsResponseSchema: () => getIntegrationTilbySyncOrdersErrorLogDetailsResponseSchema,
|
|
738
|
+
getIntegrationTilbySyncOrdersErrorLogsInputSchema: () => getIntegrationTilbySyncOrdersErrorLogsInputSchema,
|
|
739
|
+
getIntegrationTilbySyncOrdersErrorLogsQuerySchema: () => getIntegrationTilbySyncOrdersErrorLogsQuerySchema,
|
|
740
|
+
getIntegrationTilbySyncOrdersErrorLogsResponseSchema: () => getIntegrationTilbySyncOrdersErrorLogsResponseSchema,
|
|
741
|
+
getIntegrationTilbySyncOrdersProcessDetailsInputSchema: () => getIntegrationTilbySyncOrdersProcessDetailsInputSchema,
|
|
742
|
+
getIntegrationTilbySyncOrdersProcessDetailsResponseSchema: () => getIntegrationTilbySyncOrdersProcessDetailsResponseSchema,
|
|
743
|
+
getIntegrationTilbySyncOrdersProcessesInputSchema: () => getIntegrationTilbySyncOrdersProcessesInputSchema,
|
|
744
|
+
getIntegrationTilbySyncOrdersProcessesQuerySchema: () => getIntegrationTilbySyncOrdersProcessesQuerySchema,
|
|
745
|
+
getIntegrationTilbySyncOrdersProcessesResponseSchema: () => getIntegrationTilbySyncOrdersProcessesResponseSchema,
|
|
746
|
+
getIntegrationTilbyVatMappingDetailsInputSchema: () => getIntegrationTilbyVatMappingDetailsInputSchema,
|
|
747
|
+
getIntegrationTilbyVatMappingDetailsResponseSchema: () => getIntegrationTilbyVatMappingDetailsResponseSchema,
|
|
748
|
+
getIntegrationTilbyVatMappingsInputSchema: () => getIntegrationTilbyVatMappingsInputSchema,
|
|
749
|
+
getIntegrationTilbyVatMappingsQuerySchema: () => getIntegrationTilbyVatMappingsQuerySchema,
|
|
750
|
+
getIntegrationTilbyVatMappingsResponseSchema: () => getIntegrationTilbyVatMappingsResponseSchema,
|
|
751
|
+
getIntegrationTilbyWebHookEventDetailsInputSchema: () => getIntegrationTilbyWebHookEventDetailsInputSchema,
|
|
752
|
+
getIntegrationTilbyWebHookEventDetailsResponseSchema: () => getIntegrationTilbyWebHookEventDetailsResponseSchema,
|
|
753
|
+
getIntegrationTilbyWebHookEventsInputSchema: () => getIntegrationTilbyWebHookEventsInputSchema,
|
|
754
|
+
getIntegrationTilbyWebHookEventsQuerySchema: () => getIntegrationTilbyWebHookEventsQuerySchema,
|
|
755
|
+
getIntegrationTilbyWebHookEventsResponseSchema: () => getIntegrationTilbyWebHookEventsResponseSchema,
|
|
756
|
+
getIntegrationTilbyWebHookSettingDetailsInputSchema: () => getIntegrationTilbyWebHookSettingDetailsInputSchema,
|
|
757
|
+
getIntegrationTilbyWebHookSettingDetailsResponseSchema: () => getIntegrationTilbyWebHookSettingDetailsResponseSchema,
|
|
758
|
+
getIntegrationTilbyWebHookSettingsInputSchema: () => getIntegrationTilbyWebHookSettingsInputSchema,
|
|
759
|
+
getIntegrationTilbyWebHookSettingsQuerySchema: () => getIntegrationTilbyWebHookSettingsQuerySchema,
|
|
760
|
+
getIntegrationTilbyWebHookSettingsResponseSchema: () => getIntegrationTilbyWebHookSettingsResponseSchema,
|
|
607
761
|
getIntegrationsFromPointOfSaleInputSchema: () => getIntegrationsFromPointOfSaleInputSchema,
|
|
608
762
|
getIntegrationsFromPointOfSaleQuerySchema: () => getIntegrationsFromPointOfSaleQuerySchema,
|
|
609
763
|
getIntegrationsFromPointOfSaleResponseSchema: () => getIntegrationsFromPointOfSaleResponseSchema,
|
|
@@ -932,12 +1086,126 @@ __export(index_exports, {
|
|
|
932
1086
|
integrationServices: () => integrationServices,
|
|
933
1087
|
integrationStatusSchema: () => integrationStatusSchema,
|
|
934
1088
|
integrationStatuses: () => integrationStatuses,
|
|
1089
|
+
integrationTilbyCategoryMappingDetailsSchema: () => integrationTilbyCategoryMappingDetailsSchema,
|
|
1090
|
+
integrationTilbyCategoryMappingEditableFieldsSchema: () => integrationTilbyCategoryMappingEditableFieldsSchema,
|
|
1091
|
+
integrationTilbyCategoryMappingIriSchema: () => integrationTilbyCategoryMappingIriSchema,
|
|
1092
|
+
integrationTilbyCategoryMappingNullableIriSchema: () => integrationTilbyCategoryMappingNullableIriSchema,
|
|
1093
|
+
integrationTilbyCategoryMappingSchema: () => integrationTilbyCategoryMappingSchema,
|
|
1094
|
+
integrationTilbyCategoryMappingsQuerySchema: () => integrationTilbyCategoryMappingsQuerySchema,
|
|
1095
|
+
integrationTilbyComponentMappingDetailsSchema: () => integrationTilbyComponentMappingDetailsSchema,
|
|
1096
|
+
integrationTilbyComponentMappingEditableFieldsSchema: () => integrationTilbyComponentMappingEditableFieldsSchema,
|
|
1097
|
+
integrationTilbyComponentMappingIriSchema: () => integrationTilbyComponentMappingIriSchema,
|
|
1098
|
+
integrationTilbyComponentMappingNullableIriSchema: () => integrationTilbyComponentMappingNullableIriSchema,
|
|
1099
|
+
integrationTilbyComponentMappingSchema: () => integrationTilbyComponentMappingSchema,
|
|
1100
|
+
integrationTilbyComponentMappingsQuerySchema: () => integrationTilbyComponentMappingsQuerySchema,
|
|
1101
|
+
integrationTilbyCustomerMappingDetailsSchema: () => integrationTilbyCustomerMappingDetailsSchema,
|
|
1102
|
+
integrationTilbyCustomerMappingIriSchema: () => integrationTilbyCustomerMappingIriSchema,
|
|
1103
|
+
integrationTilbyCustomerMappingNullableIriSchema: () => integrationTilbyCustomerMappingNullableIriSchema,
|
|
1104
|
+
integrationTilbyCustomerMappingSchema: () => integrationTilbyCustomerMappingSchema,
|
|
1105
|
+
integrationTilbyCustomerMappingsQuerySchema: () => integrationTilbyCustomerMappingsQuerySchema,
|
|
1106
|
+
integrationTilbyCustomersSyncStepSchema: () => integrationTilbyCustomersSyncStepSchema,
|
|
1107
|
+
integrationTilbyCustomersSyncSteps: () => integrationTilbyCustomersSyncSteps,
|
|
1108
|
+
integrationTilbyDepartmentMappingDetailsSchema: () => integrationTilbyDepartmentMappingDetailsSchema,
|
|
1109
|
+
integrationTilbyDepartmentMappingEditableFieldsSchema: () => integrationTilbyDepartmentMappingEditableFieldsSchema,
|
|
1110
|
+
integrationTilbyDepartmentMappingIriSchema: () => integrationTilbyDepartmentMappingIriSchema,
|
|
1111
|
+
integrationTilbyDepartmentMappingNullableIriSchema: () => integrationTilbyDepartmentMappingNullableIriSchema,
|
|
1112
|
+
integrationTilbyDepartmentMappingSchema: () => integrationTilbyDepartmentMappingSchema,
|
|
1113
|
+
integrationTilbyDepartmentMappingsQuerySchema: () => integrationTilbyDepartmentMappingsQuerySchema,
|
|
1114
|
+
integrationTilbyDetailsSchema: () => integrationTilbyDetailsSchema,
|
|
1115
|
+
integrationTilbyEditableFieldsSchema: () => integrationTilbyEditableFieldsSchema,
|
|
1116
|
+
integrationTilbyEditableSyncSettingsSchema: () => integrationTilbyEditableSyncSettingsSchema,
|
|
1117
|
+
integrationTilbyFiscalMappingsSyncStepSchema: () => integrationTilbyFiscalMappingsSyncStepSchema,
|
|
1118
|
+
integrationTilbyFiscalMappingsSyncSteps: () => integrationTilbyFiscalMappingsSyncSteps,
|
|
1119
|
+
integrationTilbyIriSchema: () => integrationTilbyIriSchema,
|
|
1120
|
+
integrationTilbyMappingSyncFailureCodeSchema: () => integrationTilbyMappingSyncFailureCodeSchema,
|
|
1121
|
+
integrationTilbyMappingSyncFailureCodes: () => integrationTilbyMappingSyncFailureCodes,
|
|
1122
|
+
integrationTilbyMappingSyncStateEditableFieldsSchema: () => integrationTilbyMappingSyncStateEditableFieldsSchema,
|
|
1123
|
+
integrationTilbyMappingSyncStateSchema: () => integrationTilbyMappingSyncStateSchema,
|
|
1124
|
+
integrationTilbyMappingSyncStatusSchema: () => integrationTilbyMappingSyncStatusSchema,
|
|
1125
|
+
integrationTilbyMappingSyncStatuses: () => integrationTilbyMappingSyncStatuses,
|
|
1126
|
+
integrationTilbyMenuSyncStepSchema: () => integrationTilbyMenuSyncStepSchema,
|
|
1127
|
+
integrationTilbyMenuSyncSteps: () => integrationTilbyMenuSyncSteps,
|
|
1128
|
+
integrationTilbyNullableIriSchema: () => integrationTilbyNullableIriSchema,
|
|
1129
|
+
integrationTilbyOrderMappingDetailsSchema: () => integrationTilbyOrderMappingDetailsSchema,
|
|
1130
|
+
integrationTilbyOrderMappingIriSchema: () => integrationTilbyOrderMappingIriSchema,
|
|
1131
|
+
integrationTilbyOrderMappingNullableIriSchema: () => integrationTilbyOrderMappingNullableIriSchema,
|
|
1132
|
+
integrationTilbyOrderMappingSchema: () => integrationTilbyOrderMappingSchema,
|
|
1133
|
+
integrationTilbyOrderMappingsQuerySchema: () => integrationTilbyOrderMappingsQuerySchema,
|
|
1134
|
+
integrationTilbyOrdersSyncStepSchema: () => integrationTilbyOrdersSyncStepSchema,
|
|
1135
|
+
integrationTilbyOrdersSyncSteps: () => integrationTilbyOrdersSyncSteps,
|
|
1136
|
+
integrationTilbyProductMappingDetailsSchema: () => integrationTilbyProductMappingDetailsSchema,
|
|
1137
|
+
integrationTilbyProductMappingEditableFieldsSchema: () => integrationTilbyProductMappingEditableFieldsSchema,
|
|
1138
|
+
integrationTilbyProductMappingIriSchema: () => integrationTilbyProductMappingIriSchema,
|
|
1139
|
+
integrationTilbyProductMappingNullableIriSchema: () => integrationTilbyProductMappingNullableIriSchema,
|
|
1140
|
+
integrationTilbyProductMappingSchema: () => integrationTilbyProductMappingSchema,
|
|
1141
|
+
integrationTilbyProductMappingsQuerySchema: () => integrationTilbyProductMappingsQuerySchema,
|
|
1142
|
+
integrationTilbyProductVariantMappingDetailsSchema: () => integrationTilbyProductVariantMappingDetailsSchema,
|
|
1143
|
+
integrationTilbyProductVariantMappingEditableFieldsSchema: () => integrationTilbyProductVariantMappingEditableFieldsSchema,
|
|
1144
|
+
integrationTilbyProductVariantMappingIriSchema: () => integrationTilbyProductVariantMappingIriSchema,
|
|
1145
|
+
integrationTilbyProductVariantMappingNullableIriSchema: () => integrationTilbyProductVariantMappingNullableIriSchema,
|
|
1146
|
+
integrationTilbyProductVariantMappingSchema: () => integrationTilbyProductVariantMappingSchema,
|
|
1147
|
+
integrationTilbyProductVariantMappingsQuerySchema: () => integrationTilbyProductVariantMappingsQuerySchema,
|
|
1148
|
+
integrationTilbySchema: () => integrationTilbySchema,
|
|
1149
|
+
integrationTilbySyncCustomersErrorLogDetailsSchema: () => integrationTilbySyncCustomersErrorLogDetailsSchema,
|
|
1150
|
+
integrationTilbySyncCustomersErrorLogIriSchema: () => integrationTilbySyncCustomersErrorLogIriSchema,
|
|
1151
|
+
integrationTilbySyncCustomersErrorLogSchema: () => integrationTilbySyncCustomersErrorLogSchema,
|
|
1152
|
+
integrationTilbySyncCustomersErrorLogsQuerySchema: () => integrationTilbySyncCustomersErrorLogsQuerySchema,
|
|
1153
|
+
integrationTilbySyncCustomersProcessDetailsSchema: () => integrationTilbySyncCustomersProcessDetailsSchema,
|
|
1154
|
+
integrationTilbySyncCustomersProcessIriSchema: () => integrationTilbySyncCustomersProcessIriSchema,
|
|
1155
|
+
integrationTilbySyncCustomersProcessSchema: () => integrationTilbySyncCustomersProcessSchema,
|
|
1156
|
+
integrationTilbySyncCustomersProcessesQuerySchema: () => integrationTilbySyncCustomersProcessesQuerySchema,
|
|
1157
|
+
integrationTilbySyncDirectionSchema: () => integrationTilbySyncDirectionSchema,
|
|
1158
|
+
integrationTilbySyncDirections: () => integrationTilbySyncDirections,
|
|
1159
|
+
integrationTilbySyncFiscalMappingsErrorLogDetailsSchema: () => integrationTilbySyncFiscalMappingsErrorLogDetailsSchema,
|
|
1160
|
+
integrationTilbySyncFiscalMappingsErrorLogIriSchema: () => integrationTilbySyncFiscalMappingsErrorLogIriSchema,
|
|
1161
|
+
integrationTilbySyncFiscalMappingsErrorLogSchema: () => integrationTilbySyncFiscalMappingsErrorLogSchema,
|
|
1162
|
+
integrationTilbySyncFiscalMappingsErrorLogsQuerySchema: () => integrationTilbySyncFiscalMappingsErrorLogsQuerySchema,
|
|
1163
|
+
integrationTilbySyncFiscalMappingsProcessDetailsSchema: () => integrationTilbySyncFiscalMappingsProcessDetailsSchema,
|
|
1164
|
+
integrationTilbySyncFiscalMappingsProcessIriSchema: () => integrationTilbySyncFiscalMappingsProcessIriSchema,
|
|
1165
|
+
integrationTilbySyncFiscalMappingsProcessSchema: () => integrationTilbySyncFiscalMappingsProcessSchema,
|
|
1166
|
+
integrationTilbySyncFiscalMappingsProcessesQuerySchema: () => integrationTilbySyncFiscalMappingsProcessesQuerySchema,
|
|
1167
|
+
integrationTilbySyncMenuErrorLogDetailsSchema: () => integrationTilbySyncMenuErrorLogDetailsSchema,
|
|
1168
|
+
integrationTilbySyncMenuErrorLogIriSchema: () => integrationTilbySyncMenuErrorLogIriSchema,
|
|
1169
|
+
integrationTilbySyncMenuErrorLogSchema: () => integrationTilbySyncMenuErrorLogSchema,
|
|
1170
|
+
integrationTilbySyncMenuErrorLogsQuerySchema: () => integrationTilbySyncMenuErrorLogsQuerySchema,
|
|
1171
|
+
integrationTilbySyncMenuProcessDetailsSchema: () => integrationTilbySyncMenuProcessDetailsSchema,
|
|
1172
|
+
integrationTilbySyncMenuProcessIriSchema: () => integrationTilbySyncMenuProcessIriSchema,
|
|
1173
|
+
integrationTilbySyncMenuProcessSchema: () => integrationTilbySyncMenuProcessSchema,
|
|
1174
|
+
integrationTilbySyncMenuProcessesQuerySchema: () => integrationTilbySyncMenuProcessesQuerySchema,
|
|
1175
|
+
integrationTilbySyncModeSchema: () => integrationTilbySyncModeSchema,
|
|
1176
|
+
integrationTilbySyncModes: () => integrationTilbySyncModes,
|
|
1177
|
+
integrationTilbySyncOrdersErrorLogDetailsSchema: () => integrationTilbySyncOrdersErrorLogDetailsSchema,
|
|
1178
|
+
integrationTilbySyncOrdersErrorLogIriSchema: () => integrationTilbySyncOrdersErrorLogIriSchema,
|
|
1179
|
+
integrationTilbySyncOrdersErrorLogSchema: () => integrationTilbySyncOrdersErrorLogSchema,
|
|
1180
|
+
integrationTilbySyncOrdersErrorLogsQuerySchema: () => integrationTilbySyncOrdersErrorLogsQuerySchema,
|
|
1181
|
+
integrationTilbySyncOrdersProcessDetailsSchema: () => integrationTilbySyncOrdersProcessDetailsSchema,
|
|
1182
|
+
integrationTilbySyncOrdersProcessIriSchema: () => integrationTilbySyncOrdersProcessIriSchema,
|
|
1183
|
+
integrationTilbySyncOrdersProcessSchema: () => integrationTilbySyncOrdersProcessSchema,
|
|
1184
|
+
integrationTilbySyncOrdersProcessesQuerySchema: () => integrationTilbySyncOrdersProcessesQuerySchema,
|
|
1185
|
+
integrationTilbySyncResponseSchema: () => integrationTilbySyncResponseSchema,
|
|
1186
|
+
integrationTilbySyncSettingsSchema: () => integrationTilbySyncSettingsSchema,
|
|
1187
|
+
integrationTilbySyncTimesSchema: () => integrationTilbySyncTimesSchema,
|
|
1188
|
+
integrationTilbyVatMappingDetailsSchema: () => integrationTilbyVatMappingDetailsSchema,
|
|
1189
|
+
integrationTilbyVatMappingEditableFieldsSchema: () => integrationTilbyVatMappingEditableFieldsSchema,
|
|
1190
|
+
integrationTilbyVatMappingIriSchema: () => integrationTilbyVatMappingIriSchema,
|
|
1191
|
+
integrationTilbyVatMappingNullableIriSchema: () => integrationTilbyVatMappingNullableIriSchema,
|
|
1192
|
+
integrationTilbyVatMappingSchema: () => integrationTilbyVatMappingSchema,
|
|
1193
|
+
integrationTilbyVatMappingsQuerySchema: () => integrationTilbyVatMappingsQuerySchema,
|
|
1194
|
+
integrationTilbyWebHookEventDetailsSchema: () => integrationTilbyWebHookEventDetailsSchema,
|
|
1195
|
+
integrationTilbyWebHookEventIriSchema: () => integrationTilbyWebHookEventIriSchema,
|
|
1196
|
+
integrationTilbyWebHookEventSchema: () => integrationTilbyWebHookEventSchema,
|
|
1197
|
+
integrationTilbyWebHookEventsQuerySchema: () => integrationTilbyWebHookEventsQuerySchema,
|
|
1198
|
+
integrationTilbyWebHookSettingDetailsSchema: () => integrationTilbyWebHookSettingDetailsSchema,
|
|
1199
|
+
integrationTilbyWebHookSettingIriSchema: () => integrationTilbyWebHookSettingIriSchema,
|
|
1200
|
+
integrationTilbyWebHookSettingSchema: () => integrationTilbyWebHookSettingSchema,
|
|
1201
|
+
integrationTilbyWebHookSettingsQuerySchema: () => integrationTilbyWebHookSettingsQuerySchema,
|
|
935
1202
|
integrationsCassaInCloudQuerySchema: () => integrationsCassaInCloudQuerySchema,
|
|
936
1203
|
integrationsDeliverooQuerySchema: () => integrationsDeliverooQuerySchema,
|
|
937
1204
|
integrationsEcommerceQuerySchema: () => integrationsEcommerceQuerySchema,
|
|
938
1205
|
integrationsGlovoQuerySchema: () => integrationsGlovoQuerySchema,
|
|
939
1206
|
integrationsJustEatQuerySchema: () => integrationsJustEatQuerySchema,
|
|
940
1207
|
integrationsKitchenQuerySchema: () => integrationsKitchenQuerySchema,
|
|
1208
|
+
integrationsTilbyQuerySchema: () => integrationsTilbyQuerySchema,
|
|
941
1209
|
menuVersionDetailsSchema: () => menuVersionDetailsSchema,
|
|
942
1210
|
menuVersionSchema: () => menuVersionSchema,
|
|
943
1211
|
respondIntegrationActivationRequestInputSchema: () => respondIntegrationActivationRequestInputSchema,
|
|
@@ -968,6 +1236,20 @@ __export(index_exports, {
|
|
|
968
1236
|
updateIntegrationKitchenInputSchema: () => updateIntegrationKitchenInputSchema,
|
|
969
1237
|
updateIntegrationKitchenResponseSchema: () => updateIntegrationKitchenResponseSchema,
|
|
970
1238
|
updateIntegrationResponseSchema: () => updateIntegrationResponseSchema,
|
|
1239
|
+
updateIntegrationTilbyCategoryMappingInputSchema: () => updateIntegrationTilbyCategoryMappingInputSchema,
|
|
1240
|
+
updateIntegrationTilbyCategoryMappingResponseSchema: () => updateIntegrationTilbyCategoryMappingResponseSchema,
|
|
1241
|
+
updateIntegrationTilbyComponentMappingInputSchema: () => updateIntegrationTilbyComponentMappingInputSchema,
|
|
1242
|
+
updateIntegrationTilbyComponentMappingResponseSchema: () => updateIntegrationTilbyComponentMappingResponseSchema,
|
|
1243
|
+
updateIntegrationTilbyDepartmentMappingInputSchema: () => updateIntegrationTilbyDepartmentMappingInputSchema,
|
|
1244
|
+
updateIntegrationTilbyDepartmentMappingResponseSchema: () => updateIntegrationTilbyDepartmentMappingResponseSchema,
|
|
1245
|
+
updateIntegrationTilbyInputSchema: () => updateIntegrationTilbyInputSchema,
|
|
1246
|
+
updateIntegrationTilbyProductMappingInputSchema: () => updateIntegrationTilbyProductMappingInputSchema,
|
|
1247
|
+
updateIntegrationTilbyProductMappingResponseSchema: () => updateIntegrationTilbyProductMappingResponseSchema,
|
|
1248
|
+
updateIntegrationTilbyProductVariantMappingInputSchema: () => updateIntegrationTilbyProductVariantMappingInputSchema,
|
|
1249
|
+
updateIntegrationTilbyProductVariantMappingResponseSchema: () => updateIntegrationTilbyProductVariantMappingResponseSchema,
|
|
1250
|
+
updateIntegrationTilbyResponseSchema: () => updateIntegrationTilbyResponseSchema,
|
|
1251
|
+
updateIntegrationTilbyVatMappingInputSchema: () => updateIntegrationTilbyVatMappingInputSchema,
|
|
1252
|
+
updateIntegrationTilbyVatMappingResponseSchema: () => updateIntegrationTilbyVatMappingResponseSchema,
|
|
971
1253
|
writableIntegrationSchema: () => writableIntegrationSchema
|
|
972
1254
|
});
|
|
973
1255
|
module.exports = __toCommonJS(index_exports);
|
|
@@ -11803,11 +12085,11 @@ function _stringbool(Classes, _params) {
|
|
|
11803
12085
|
const _Boolean = Classes.Boolean ?? $ZodBoolean;
|
|
11804
12086
|
const _String = Classes.String ?? $ZodString;
|
|
11805
12087
|
const stringSchema = new _String({ type: "string", error: params.error });
|
|
11806
|
-
const
|
|
12088
|
+
const booleanSchema6 = new _Boolean({ type: "boolean", error: params.error });
|
|
11807
12089
|
const codec2 = new _Codec({
|
|
11808
12090
|
type: "pipe",
|
|
11809
12091
|
in: stringSchema,
|
|
11810
|
-
out:
|
|
12092
|
+
out: booleanSchema6,
|
|
11811
12093
|
transform: (input, payload) => {
|
|
11812
12094
|
let data = input;
|
|
11813
12095
|
if (params.case !== "sensitive")
|
|
@@ -14754,11 +15036,12 @@ var integrationServices = [
|
|
|
14754
15036
|
"justeat",
|
|
14755
15037
|
"glovo",
|
|
14756
15038
|
"cassa_in_cloud",
|
|
15039
|
+
"tilby",
|
|
14757
15040
|
"kitchen",
|
|
14758
15041
|
"ecommerce"
|
|
14759
15042
|
];
|
|
14760
15043
|
var integrationServiceSchema = external_exports.enum(integrationServices);
|
|
14761
|
-
var exclusiveIntegrationServices = ["kitchen", "cassa_in_cloud"];
|
|
15044
|
+
var exclusiveIntegrationServices = ["kitchen", "cassa_in_cloud", "tilby"];
|
|
14762
15045
|
var exclusiveIntegrationServiceSchema = external_exports.enum(exclusiveIntegrationServices);
|
|
14763
15046
|
var integrationClientLogRequestMethods = ["DELETE", "GET", "PATCH", "POST", "PUT"];
|
|
14764
15047
|
var integrationClientLogRequestMethodSchema = external_exports.enum(integrationClientLogRequestMethods);
|
|
@@ -14841,9 +15124,7 @@ var integrationDeliverooDebugSiteTypes = [
|
|
|
14841
15124
|
"ON_DEMAND_CONVENIENCE",
|
|
14842
15125
|
"UNKNOWN"
|
|
14843
15126
|
];
|
|
14844
|
-
var integrationDeliverooDebugSiteTypeSchema = external_exports.enum(
|
|
14845
|
-
integrationDeliverooDebugSiteTypes
|
|
14846
|
-
);
|
|
15127
|
+
var integrationDeliverooDebugSiteTypeSchema = external_exports.enum(integrationDeliverooDebugSiteTypes);
|
|
14847
15128
|
var integrationGlovoMenuUpdateStatuses = [
|
|
14848
15129
|
"SUCCESS",
|
|
14849
15130
|
"PROCESSING",
|
|
@@ -14948,6 +15229,63 @@ var integrationCassaInCloudTimetablesSyncSteps = ["timetables"];
|
|
|
14948
15229
|
var integrationCassaInCloudTimetablesSyncStepSchema = external_exports.enum(
|
|
14949
15230
|
integrationCassaInCloudTimetablesSyncSteps
|
|
14950
15231
|
);
|
|
15232
|
+
var integrationTilbySyncDirections = ["inbound", "outbound"];
|
|
15233
|
+
var integrationTilbySyncDirectionSchema = external_exports.enum(integrationTilbySyncDirections);
|
|
15234
|
+
var integrationTilbySyncModes = ["full", "incremental"];
|
|
15235
|
+
var integrationTilbySyncModeSchema = external_exports.enum(integrationTilbySyncModes);
|
|
15236
|
+
var integrationTilbyMappingSyncStatuses = [
|
|
15237
|
+
"pending",
|
|
15238
|
+
"synced",
|
|
15239
|
+
"manual_resolution_required",
|
|
15240
|
+
"skipped",
|
|
15241
|
+
"failed",
|
|
15242
|
+
"unsupported"
|
|
15243
|
+
];
|
|
15244
|
+
var integrationTilbyMappingSyncStatusSchema = external_exports.enum(integrationTilbyMappingSyncStatuses);
|
|
15245
|
+
var integrationTilbyMappingSyncFailureCodes = [
|
|
15246
|
+
"missing_remote_identifier",
|
|
15247
|
+
"missing_remote_vat",
|
|
15248
|
+
"missing_remote_category",
|
|
15249
|
+
"missing_remote_department",
|
|
15250
|
+
"unresolved_vat_mapping",
|
|
15251
|
+
"unresolved_category_mapping",
|
|
15252
|
+
"unresolved_department_mapping",
|
|
15253
|
+
"customer_conflict",
|
|
15254
|
+
"remote_deleted",
|
|
15255
|
+
"local_entity_not_found",
|
|
15256
|
+
"remote_entity_not_found",
|
|
15257
|
+
"remote_api_error",
|
|
15258
|
+
"validation_failed",
|
|
15259
|
+
"ambiguous_mapping",
|
|
15260
|
+
"disabled_by_settings",
|
|
15261
|
+
"manual_resolution_required",
|
|
15262
|
+
"unresolved_product_mapping",
|
|
15263
|
+
"unresolved_variant_mapping",
|
|
15264
|
+
"unsupported_order_item",
|
|
15265
|
+
"unsupported_order_type",
|
|
15266
|
+
"invalid_schedule",
|
|
15267
|
+
"remote_sale_not_open",
|
|
15268
|
+
"unsupported_remote_model",
|
|
15269
|
+
"unsupported_bundle",
|
|
15270
|
+
"unsupported_modifier",
|
|
15271
|
+
"unsupported_sales_mode",
|
|
15272
|
+
"unsupported_variant",
|
|
15273
|
+
"unsupported_component",
|
|
15274
|
+
"unknown"
|
|
15275
|
+
];
|
|
15276
|
+
var integrationTilbyMappingSyncFailureCodeSchema = external_exports.enum(
|
|
15277
|
+
integrationTilbyMappingSyncFailureCodes
|
|
15278
|
+
);
|
|
15279
|
+
var integrationTilbyFiscalMappingsSyncSteps = ["vat", "departments"];
|
|
15280
|
+
var integrationTilbyFiscalMappingsSyncStepSchema = external_exports.enum(
|
|
15281
|
+
integrationTilbyFiscalMappingsSyncSteps
|
|
15282
|
+
);
|
|
15283
|
+
var integrationTilbyCustomersSyncSteps = ["customers"];
|
|
15284
|
+
var integrationTilbyCustomersSyncStepSchema = external_exports.enum(integrationTilbyCustomersSyncSteps);
|
|
15285
|
+
var integrationTilbyMenuSyncSteps = ["categories", "components", "products"];
|
|
15286
|
+
var integrationTilbyMenuSyncStepSchema = external_exports.enum(integrationTilbyMenuSyncSteps);
|
|
15287
|
+
var integrationTilbyOrdersSyncSteps = ["orders"];
|
|
15288
|
+
var integrationTilbyOrdersSyncStepSchema = external_exports.enum(integrationTilbyOrdersSyncSteps);
|
|
14951
15289
|
function createIriSchemas(path) {
|
|
14952
15290
|
return {
|
|
14953
15291
|
iriSchema: (0, import_sdk_js_global_types.iriSchema)(path),
|
|
@@ -15021,6 +15359,8 @@ var integrationJustEatMenuVersionIriSchema = integrationMenuVersionPathSchemas.j
|
|
|
15021
15359
|
var integrationJustEatMenuVersionNullableIriSchema = integrationMenuVersionPathSchemas.justeat.iriNullableSchema;
|
|
15022
15360
|
var integrationCassaInCloudIriSchema = integrationPathSchemas.cassa_in_cloud.iriSchema;
|
|
15023
15361
|
var integrationCassaInCloudNullableIriSchema = integrationPathSchemas.cassa_in_cloud.iriNullableSchema;
|
|
15362
|
+
var integrationTilbyIriSchema = integrationPathSchemas.tilby.iriSchema;
|
|
15363
|
+
var integrationTilbyNullableIriSchema = integrationPathSchemas.tilby.iriNullableSchema;
|
|
15024
15364
|
var integrationEcommerceIriSchema = integrationPathSchemas.ecommerce.iriSchema;
|
|
15025
15365
|
var integrationEcommerceNullableIriSchema = integrationPathSchemas.ecommerce.iriNullableSchema;
|
|
15026
15366
|
var integrationIriSchema = (0, import_sdk_js_global_types.iriSchema)("/integrations/:id");
|
|
@@ -15075,24 +15415,78 @@ var integrationCassaInCloudSyncSalesModesErrorLogIriSchema = (0, import_sdk_js_g
|
|
|
15075
15415
|
var integrationCassaInCloudSyncTimetablesErrorLogIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15076
15416
|
"/integrations/cassa_in_cloud/:id/sync_timetables_processes/:processId/error_logs/:errorLogId"
|
|
15077
15417
|
);
|
|
15418
|
+
var integrationTilbySyncFiscalMappingsProcessIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15419
|
+
"/integrations/tilby/:id/sync_fiscal_mappings_processes/:processId"
|
|
15420
|
+
);
|
|
15421
|
+
var integrationTilbySyncCustomersProcessIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15422
|
+
"/integrations/tilby/:id/sync_customers_processes/:processId"
|
|
15423
|
+
);
|
|
15424
|
+
var integrationTilbySyncMenuProcessIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15425
|
+
"/integrations/tilby/:id/sync_menu_processes/:processId"
|
|
15426
|
+
);
|
|
15427
|
+
var integrationTilbySyncOrdersProcessIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15428
|
+
"/integrations/tilby/:id/sync_orders_processes/:processId"
|
|
15429
|
+
);
|
|
15430
|
+
var integrationTilbySyncFiscalMappingsErrorLogIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15431
|
+
"/integrations/tilby/:id/sync_fiscal_mappings_processes/:processId/error_logs/:errorLogId"
|
|
15432
|
+
);
|
|
15433
|
+
var integrationTilbySyncCustomersErrorLogIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15434
|
+
"/integrations/tilby/:id/sync_customers_processes/:processId/error_logs/:errorLogId"
|
|
15435
|
+
);
|
|
15436
|
+
var integrationTilbySyncMenuErrorLogIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15437
|
+
"/integrations/tilby/:id/sync_menu_processes/:processId/error_logs/:errorLogId"
|
|
15438
|
+
);
|
|
15439
|
+
var integrationTilbySyncOrdersErrorLogIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15440
|
+
"/integrations/tilby/:id/sync_orders_processes/:processId/error_logs/:errorLogId"
|
|
15441
|
+
);
|
|
15078
15442
|
var integrationCassaInCloudWebHookSettingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15079
15443
|
"/integrations/cassa_in_cloud/:id/webhook_settings/:webHookId"
|
|
15080
15444
|
);
|
|
15445
|
+
var integrationTilbyWebHookSettingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15446
|
+
"/integrations/tilby/:id/webhook_settings/:webHookId"
|
|
15447
|
+
);
|
|
15448
|
+
var integrationTilbyWebHookEventIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15449
|
+
"/integrations/tilby/:id/webhook_events/:eventId"
|
|
15450
|
+
);
|
|
15081
15451
|
var integrationCassaInCloudDepartmentMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15082
15452
|
"/integrations/cassa_in_cloud/:id/department_mappings/:departmentId"
|
|
15083
15453
|
);
|
|
15454
|
+
var integrationTilbyDepartmentMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15455
|
+
"/integrations/tilby/:id/department_mappings/:mappingId"
|
|
15456
|
+
);
|
|
15457
|
+
var integrationTilbyDepartmentMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15458
|
+
"/integrations/tilby/:id/department_mappings/:mappingId"
|
|
15459
|
+
);
|
|
15460
|
+
var integrationTilbyVatMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15461
|
+
"/integrations/tilby/:id/vat_mappings/:mappingId"
|
|
15462
|
+
);
|
|
15463
|
+
var integrationTilbyVatMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15464
|
+
"/integrations/tilby/:id/vat_mappings/:mappingId"
|
|
15465
|
+
);
|
|
15084
15466
|
var integrationCassaInCloudCategoryMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15085
15467
|
"/integrations/cassa_in_cloud/:id/category_mappings/:categoryId"
|
|
15086
15468
|
);
|
|
15087
15469
|
var integrationCassaInCloudCategoryMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15088
15470
|
"/integrations/cassa_in_cloud/:id/category_mappings/:categoryId"
|
|
15089
15471
|
);
|
|
15472
|
+
var integrationTilbyCategoryMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15473
|
+
"/integrations/tilby/:id/category_mappings/:mappingId"
|
|
15474
|
+
);
|
|
15475
|
+
var integrationTilbyCategoryMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15476
|
+
"/integrations/tilby/:id/category_mappings/:mappingId"
|
|
15477
|
+
);
|
|
15090
15478
|
var integrationCassaInCloudOptionMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15091
15479
|
"/integrations/cassa_in_cloud/:id/option_mappings/:optionId"
|
|
15092
15480
|
);
|
|
15093
15481
|
var integrationCassaInCloudComponentMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15094
15482
|
"/integrations/cassa_in_cloud/:id/component_mappings/:componentId"
|
|
15095
15483
|
);
|
|
15484
|
+
var integrationTilbyComponentMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15485
|
+
"/integrations/tilby/:id/component_mappings/:mappingId"
|
|
15486
|
+
);
|
|
15487
|
+
var integrationTilbyComponentMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15488
|
+
"/integrations/tilby/:id/component_mappings/:mappingId"
|
|
15489
|
+
);
|
|
15096
15490
|
var integrationCassaInCloudOrganizationMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15097
15491
|
"/integrations/cassa_in_cloud/:id/organization_mappings/:mappingId"
|
|
15098
15492
|
);
|
|
@@ -15102,12 +15496,24 @@ var integrationCassaInCloudProductMappingIriSchema = (0, import_sdk_js_global_ty
|
|
|
15102
15496
|
var integrationCassaInCloudProductMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15103
15497
|
"/integrations/cassa_in_cloud/:id/product_mappings/:productId"
|
|
15104
15498
|
);
|
|
15499
|
+
var integrationTilbyProductMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15500
|
+
"/integrations/tilby/:id/product_mappings/:mappingId"
|
|
15501
|
+
);
|
|
15502
|
+
var integrationTilbyProductMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15503
|
+
"/integrations/tilby/:id/product_mappings/:mappingId"
|
|
15504
|
+
);
|
|
15105
15505
|
var integrationCassaInCloudProductVariantMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15106
15506
|
"/integrations/cassa_in_cloud/:id/product_mappings/:productId/variant_mappings/:variantId"
|
|
15107
15507
|
);
|
|
15108
15508
|
var integrationCassaInCloudProductVariantMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15109
15509
|
"/integrations/cassa_in_cloud/:id/product_mappings/:productId/variant_mappings/:variantId"
|
|
15110
15510
|
);
|
|
15511
|
+
var integrationTilbyProductVariantMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15512
|
+
"/integrations/tilby/:id/product_mappings/:productId/variant_mappings/:variantId"
|
|
15513
|
+
);
|
|
15514
|
+
var integrationTilbyProductVariantMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15515
|
+
"/integrations/tilby/:id/product_mappings/:productId/variant_mappings/:variantId"
|
|
15516
|
+
);
|
|
15111
15517
|
var integrationCassaInCloudSalesModeMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15112
15518
|
"/integrations/cassa_in_cloud/:id/sales_mode_mappings/:mappingId"
|
|
15113
15519
|
);
|
|
@@ -15117,12 +15523,24 @@ var integrationCassaInCloudCustomerMappingIriSchema = (0, import_sdk_js_global_t
|
|
|
15117
15523
|
var integrationCassaInCloudCustomerMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15118
15524
|
"/integrations/cassa_in_cloud/:id/customer_mappings/:mappingId"
|
|
15119
15525
|
);
|
|
15526
|
+
var integrationTilbyCustomerMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15527
|
+
"/integrations/tilby/:id/customer_mappings/:mappingId"
|
|
15528
|
+
);
|
|
15529
|
+
var integrationTilbyCustomerMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15530
|
+
"/integrations/tilby/:id/customer_mappings/:mappingId"
|
|
15531
|
+
);
|
|
15120
15532
|
var integrationCassaInCloudOrderMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15121
15533
|
"/integrations/cassa_in_cloud/:id/order_mappings/:orderId"
|
|
15122
15534
|
);
|
|
15123
15535
|
var integrationCassaInCloudOrderMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15124
15536
|
"/integrations/cassa_in_cloud/:id/order_mappings/:orderId"
|
|
15125
15537
|
);
|
|
15538
|
+
var integrationTilbyOrderMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15539
|
+
"/integrations/tilby/:id/order_mappings/:mappingId"
|
|
15540
|
+
);
|
|
15541
|
+
var integrationTilbyOrderMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15542
|
+
"/integrations/tilby/:id/order_mappings/:mappingId"
|
|
15543
|
+
);
|
|
15126
15544
|
var integrationCassaInCloudOptionValueMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15127
15545
|
"/integrations/cassa_in_cloud/:id/option_value_mappings/:optionValueId"
|
|
15128
15546
|
);
|
|
@@ -16729,6 +17147,543 @@ var integrationKitchenAccessTokensQuerySchema = external_exports.object({
|
|
|
16729
17147
|
page: external_exports.coerce.number().optional()
|
|
16730
17148
|
});
|
|
16731
17149
|
|
|
17150
|
+
// src/service-schemas/tilby.ts
|
|
17151
|
+
var import_sdk_js_customer2 = require("@deliverart/sdk-js-customer");
|
|
17152
|
+
var import_sdk_js_global_types12 = require("@deliverart/sdk-js-global-types");
|
|
17153
|
+
var import_sdk_js_menu3 = require("@deliverart/sdk-js-menu");
|
|
17154
|
+
var import_sdk_js_order5 = require("@deliverart/sdk-js-order");
|
|
17155
|
+
var exactStringFilterSchema2 = external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional();
|
|
17156
|
+
var exactNumberFilterSchema = external_exports.union([external_exports.coerce.number(), external_exports.array(external_exports.coerce.number())]).optional();
|
|
17157
|
+
var dateFilterShape = {
|
|
17158
|
+
"createdAt[before]": external_exports.string().optional(),
|
|
17159
|
+
"createdAt[strictly_before]": external_exports.string().optional(),
|
|
17160
|
+
"createdAt[after]": external_exports.string().optional(),
|
|
17161
|
+
"createdAt[strictly_after]": external_exports.string().optional()
|
|
17162
|
+
};
|
|
17163
|
+
var integrationTilbySyncSettingsSchema = external_exports.object({
|
|
17164
|
+
externalCascadeDeleteOrder: external_exports.boolean().default(true),
|
|
17165
|
+
internalCascadeDeleteOrder: external_exports.boolean().default(true),
|
|
17166
|
+
internalCascadeUpdateOrderStatus: external_exports.boolean().default(true),
|
|
17167
|
+
externalCascadeDeleteCustomer: external_exports.boolean().default(true),
|
|
17168
|
+
internalCascadeDeleteCustomer: external_exports.boolean().default(true),
|
|
17169
|
+
internalCascadeUpdateCustomer: external_exports.boolean().default(true),
|
|
17170
|
+
skipSyncProductDescription: external_exports.boolean().default(false),
|
|
17171
|
+
skipSyncImages: external_exports.boolean().default(false),
|
|
17172
|
+
syncInboundMenu: external_exports.boolean().default(true),
|
|
17173
|
+
syncOutboundMenu: external_exports.boolean().default(false),
|
|
17174
|
+
syncInboundCustomers: external_exports.boolean().default(false),
|
|
17175
|
+
syncOutboundCustomers: external_exports.boolean().default(true),
|
|
17176
|
+
syncInboundOrders: external_exports.boolean().default(false),
|
|
17177
|
+
syncOutboundOrders: external_exports.boolean().default(true),
|
|
17178
|
+
syncInboundStock: external_exports.boolean().default(false),
|
|
17179
|
+
syncOutboundStock: external_exports.boolean().default(false),
|
|
17180
|
+
syncWebhooks: external_exports.boolean().default(true),
|
|
17181
|
+
syncClosedSalesOnly: external_exports.boolean().default(false),
|
|
17182
|
+
allowClosedSaleCreation: external_exports.boolean().default(false)
|
|
17183
|
+
});
|
|
17184
|
+
var integrationTilbyEditableSyncSettingsSchema = integrationTilbySyncSettingsSchema.omit({
|
|
17185
|
+
allowClosedSaleCreation: true
|
|
17186
|
+
}).partial();
|
|
17187
|
+
var integrationTilbySyncTimesSchema = external_exports.object({
|
|
17188
|
+
latestWebHookSyncAt: import_sdk_js_global_types12.datetimeSchema.nullable(),
|
|
17189
|
+
latestFiscalMappingsSyncInboundAt: import_sdk_js_global_types12.datetimeSchema.nullable(),
|
|
17190
|
+
latestMenuSyncInboundAt: import_sdk_js_global_types12.datetimeSchema.nullable(),
|
|
17191
|
+
latestMenuSyncOutboundAt: import_sdk_js_global_types12.datetimeSchema.nullable(),
|
|
17192
|
+
latestCustomersSyncInboundAt: import_sdk_js_global_types12.datetimeSchema.nullable(),
|
|
17193
|
+
latestCustomersSyncOutboundAt: import_sdk_js_global_types12.datetimeSchema.nullable(),
|
|
17194
|
+
latestOrdersSyncInboundAt: import_sdk_js_global_types12.datetimeSchema.nullable(),
|
|
17195
|
+
latestOrdersSyncOutboundAt: import_sdk_js_global_types12.datetimeSchema.nullable(),
|
|
17196
|
+
latestStockSyncInboundAt: import_sdk_js_global_types12.datetimeSchema.nullable(),
|
|
17197
|
+
latestStockSyncOutboundAt: import_sdk_js_global_types12.datetimeSchema.nullable()
|
|
17198
|
+
});
|
|
17199
|
+
var integrationTilbySchema = integrationBaseSchema.omit({ service: true }).extend({
|
|
17200
|
+
service: integrationServiceSchema.extract(["tilby"]),
|
|
17201
|
+
clientId: external_exports.string().nullable(),
|
|
17202
|
+
shopId: external_exports.coerce.number().nullable(),
|
|
17203
|
+
shopUuid: external_exports.string().nullable(),
|
|
17204
|
+
shopName: external_exports.string().nullable(),
|
|
17205
|
+
webhookEmail: external_exports.string().nullable(),
|
|
17206
|
+
xClient: external_exports.string(),
|
|
17207
|
+
defaultSellerId: external_exports.coerce.number().nullable(),
|
|
17208
|
+
defaultSellerName: external_exports.string(),
|
|
17209
|
+
autoPrintOrder: external_exports.boolean(),
|
|
17210
|
+
deliverartChannelId: external_exports.string().nullable(),
|
|
17211
|
+
deliverartChannelName: external_exports.string(),
|
|
17212
|
+
defaultPaymentMethodId: external_exports.coerce.number().nullable(),
|
|
17213
|
+
defaultPaymentMethodName: external_exports.string().nullable(),
|
|
17214
|
+
defaultPaymentMethodTypeId: external_exports.coerce.number().nullable(),
|
|
17215
|
+
defaultPaymentMethodTypeName: external_exports.string().nullable(),
|
|
17216
|
+
defaultStockLocationId: external_exports.coerce.number(),
|
|
17217
|
+
syncSettings: integrationTilbySyncSettingsSchema,
|
|
17218
|
+
syncTimes: integrationTilbySyncTimesSchema
|
|
17219
|
+
});
|
|
17220
|
+
var integrationTilbyDetailsSchema = integrationTilbySchema.extend({
|
|
17221
|
+
apiToken: external_exports.string()
|
|
17222
|
+
}).extend(integrationDetailsFieldsSchema.shape);
|
|
17223
|
+
var integrationTilbyEditableFieldsSchema = external_exports.object({
|
|
17224
|
+
apiToken: external_exports.string().trim().min(1, "apiToken.required"),
|
|
17225
|
+
webhookEmail: external_exports.string().email().nullable().default(null),
|
|
17226
|
+
xClient: external_exports.string().trim().min(1, "xClient.required").default("deliverart"),
|
|
17227
|
+
defaultSellerId: external_exports.coerce.number().nullable().default(null),
|
|
17228
|
+
defaultSellerName: external_exports.string().trim().min(1, "defaultSellerName.required").default("Deliverart"),
|
|
17229
|
+
autoPrintOrder: external_exports.boolean().default(false),
|
|
17230
|
+
deliverartChannelName: external_exports.string().trim().min(1, "deliverartChannelName.required").default("Deliverart"),
|
|
17231
|
+
defaultPaymentMethodId: external_exports.coerce.number().nullable().default(null),
|
|
17232
|
+
defaultPaymentMethodName: external_exports.string().nullable().default(null),
|
|
17233
|
+
defaultPaymentMethodTypeId: external_exports.coerce.number().nullable().default(null),
|
|
17234
|
+
defaultPaymentMethodTypeName: external_exports.string().nullable().default(null),
|
|
17235
|
+
defaultStockLocationId: external_exports.coerce.number().int().positive().default(1),
|
|
17236
|
+
syncSettings: integrationTilbyEditableSyncSettingsSchema.default({}),
|
|
17237
|
+
provider: integrationProviderSchema.default("deliverart")
|
|
17238
|
+
});
|
|
17239
|
+
var integrationsTilbyQuerySchema = external_exports.object({
|
|
17240
|
+
"order[createdAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17241
|
+
"order[updatedAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17242
|
+
"order[syncTimes.latestWebHookSyncAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17243
|
+
"order[syncTimes.latestFiscalMappingsSyncInboundAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17244
|
+
"order[syncTimes.latestMenuSyncInboundAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17245
|
+
"order[syncTimes.latestMenuSyncOutboundAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17246
|
+
"order[syncTimes.latestCustomersSyncInboundAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17247
|
+
"order[syncTimes.latestCustomersSyncOutboundAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17248
|
+
"order[syncTimes.latestOrdersSyncInboundAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17249
|
+
"order[syncTimes.latestOrdersSyncOutboundAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17250
|
+
"order[syncTimes.latestStockSyncInboundAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17251
|
+
"order[syncTimes.latestStockSyncOutboundAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17252
|
+
id: exactStringFilterSchema2,
|
|
17253
|
+
clientId: exactStringFilterSchema2,
|
|
17254
|
+
shopId: exactNumberFilterSchema,
|
|
17255
|
+
shopUuid: exactStringFilterSchema2,
|
|
17256
|
+
shopName: exactStringFilterSchema2,
|
|
17257
|
+
status: external_exports.union([integrationStatusSchema, external_exports.array(integrationStatusSchema)]).optional(),
|
|
17258
|
+
connectionId: exactStringFilterSchema2,
|
|
17259
|
+
autoPrintOrder: import_sdk_js_global_types12.booleanSchema.optional(),
|
|
17260
|
+
service: integrationServiceSchema.extract(["tilby"]).optional(),
|
|
17261
|
+
"syncTimes.latestWebHookSyncAt[before]": external_exports.string().optional(),
|
|
17262
|
+
"syncTimes.latestWebHookSyncAt[strictly_before]": external_exports.string().optional(),
|
|
17263
|
+
"syncTimes.latestWebHookSyncAt[after]": external_exports.string().optional(),
|
|
17264
|
+
"syncTimes.latestWebHookSyncAt[strictly_after]": external_exports.string().optional(),
|
|
17265
|
+
"syncTimes.latestFiscalMappingsSyncInboundAt[before]": external_exports.string().optional(),
|
|
17266
|
+
"syncTimes.latestFiscalMappingsSyncInboundAt[strictly_before]": external_exports.string().optional(),
|
|
17267
|
+
"syncTimes.latestFiscalMappingsSyncInboundAt[after]": external_exports.string().optional(),
|
|
17268
|
+
"syncTimes.latestFiscalMappingsSyncInboundAt[strictly_after]": external_exports.string().optional(),
|
|
17269
|
+
"syncTimes.latestMenuSyncInboundAt[before]": external_exports.string().optional(),
|
|
17270
|
+
"syncTimes.latestMenuSyncInboundAt[strictly_before]": external_exports.string().optional(),
|
|
17271
|
+
"syncTimes.latestMenuSyncInboundAt[after]": external_exports.string().optional(),
|
|
17272
|
+
"syncTimes.latestMenuSyncInboundAt[strictly_after]": external_exports.string().optional(),
|
|
17273
|
+
"syncTimes.latestMenuSyncOutboundAt[before]": external_exports.string().optional(),
|
|
17274
|
+
"syncTimes.latestMenuSyncOutboundAt[strictly_before]": external_exports.string().optional(),
|
|
17275
|
+
"syncTimes.latestMenuSyncOutboundAt[after]": external_exports.string().optional(),
|
|
17276
|
+
"syncTimes.latestMenuSyncOutboundAt[strictly_after]": external_exports.string().optional(),
|
|
17277
|
+
"syncTimes.latestCustomersSyncInboundAt[before]": external_exports.string().optional(),
|
|
17278
|
+
"syncTimes.latestCustomersSyncInboundAt[strictly_before]": external_exports.string().optional(),
|
|
17279
|
+
"syncTimes.latestCustomersSyncInboundAt[after]": external_exports.string().optional(),
|
|
17280
|
+
"syncTimes.latestCustomersSyncInboundAt[strictly_after]": external_exports.string().optional(),
|
|
17281
|
+
"syncTimes.latestCustomersSyncOutboundAt[before]": external_exports.string().optional(),
|
|
17282
|
+
"syncTimes.latestCustomersSyncOutboundAt[strictly_before]": external_exports.string().optional(),
|
|
17283
|
+
"syncTimes.latestCustomersSyncOutboundAt[after]": external_exports.string().optional(),
|
|
17284
|
+
"syncTimes.latestCustomersSyncOutboundAt[strictly_after]": external_exports.string().optional(),
|
|
17285
|
+
"syncTimes.latestOrdersSyncInboundAt[before]": external_exports.string().optional(),
|
|
17286
|
+
"syncTimes.latestOrdersSyncInboundAt[strictly_before]": external_exports.string().optional(),
|
|
17287
|
+
"syncTimes.latestOrdersSyncInboundAt[after]": external_exports.string().optional(),
|
|
17288
|
+
"syncTimes.latestOrdersSyncInboundAt[strictly_after]": external_exports.string().optional(),
|
|
17289
|
+
"syncTimes.latestOrdersSyncOutboundAt[before]": external_exports.string().optional(),
|
|
17290
|
+
"syncTimes.latestOrdersSyncOutboundAt[strictly_before]": external_exports.string().optional(),
|
|
17291
|
+
"syncTimes.latestOrdersSyncOutboundAt[after]": external_exports.string().optional(),
|
|
17292
|
+
"syncTimes.latestOrdersSyncOutboundAt[strictly_after]": external_exports.string().optional(),
|
|
17293
|
+
"syncTimes.latestStockSyncInboundAt[before]": external_exports.string().optional(),
|
|
17294
|
+
"syncTimes.latestStockSyncInboundAt[strictly_before]": external_exports.string().optional(),
|
|
17295
|
+
"syncTimes.latestStockSyncInboundAt[after]": external_exports.string().optional(),
|
|
17296
|
+
"syncTimes.latestStockSyncInboundAt[strictly_after]": external_exports.string().optional(),
|
|
17297
|
+
"syncTimes.latestStockSyncOutboundAt[before]": external_exports.string().optional(),
|
|
17298
|
+
"syncTimes.latestStockSyncOutboundAt[strictly_before]": external_exports.string().optional(),
|
|
17299
|
+
"syncTimes.latestStockSyncOutboundAt[after]": external_exports.string().optional(),
|
|
17300
|
+
"syncTimes.latestStockSyncOutboundAt[strictly_after]": external_exports.string().optional(),
|
|
17301
|
+
page: external_exports.coerce.number().optional()
|
|
17302
|
+
}).extend(import_sdk_js_global_types12.timestampsFilterSchema.shape);
|
|
17303
|
+
var integrationTilbyMappingSyncStateSchema = external_exports.object({
|
|
17304
|
+
syncedInbound: external_exports.boolean(),
|
|
17305
|
+
syncedOutbound: external_exports.boolean(),
|
|
17306
|
+
syncStatus: integrationTilbyMappingSyncStatusSchema,
|
|
17307
|
+
lastSyncDirection: integrationTilbySyncDirectionSchema.nullable(),
|
|
17308
|
+
lastSyncAttemptedAt: import_sdk_js_global_types12.datetimeSchema.nullable(),
|
|
17309
|
+
lastSyncedAt: import_sdk_js_global_types12.datetimeSchema.nullable(),
|
|
17310
|
+
syncFailureCode: integrationTilbyMappingSyncFailureCodeSchema.nullable(),
|
|
17311
|
+
syncFailureDetail: external_exports.string().nullable()
|
|
17312
|
+
});
|
|
17313
|
+
var integrationTilbyMappingSyncStateEditableFieldsSchema = integrationTilbyMappingSyncStateSchema.pick({
|
|
17314
|
+
syncStatus: true,
|
|
17315
|
+
syncFailureCode: true,
|
|
17316
|
+
syncFailureDetail: true
|
|
17317
|
+
}).partial();
|
|
17318
|
+
var mappingQueryBaseShape = {
|
|
17319
|
+
"order[createdAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17320
|
+
id: exactStringFilterSchema2,
|
|
17321
|
+
syncStatus: external_exports.union([
|
|
17322
|
+
integrationTilbyMappingSyncStatusSchema,
|
|
17323
|
+
external_exports.array(integrationTilbyMappingSyncStatusSchema)
|
|
17324
|
+
]).optional(),
|
|
17325
|
+
syncFailureCode: external_exports.union([
|
|
17326
|
+
integrationTilbyMappingSyncFailureCodeSchema,
|
|
17327
|
+
external_exports.array(integrationTilbyMappingSyncFailureCodeSchema)
|
|
17328
|
+
]).optional(),
|
|
17329
|
+
lastSyncDirection: external_exports.union([integrationTilbySyncDirectionSchema, external_exports.array(integrationTilbySyncDirectionSchema)]).optional(),
|
|
17330
|
+
syncedInbound: import_sdk_js_global_types12.booleanSchema.optional(),
|
|
17331
|
+
syncedOutbound: import_sdk_js_global_types12.booleanSchema.optional(),
|
|
17332
|
+
...dateFilterShape
|
|
17333
|
+
};
|
|
17334
|
+
var integrationTilbyDepartmentMappingSchema = integrationTilbyMappingSyncStateSchema.extend({
|
|
17335
|
+
id: external_exports.string(),
|
|
17336
|
+
tilbyDepartmentId: external_exports.coerce.number().nullable(),
|
|
17337
|
+
tilbyDepartmentName: external_exports.string().nullable(),
|
|
17338
|
+
vatPerc: external_exports.string().nullable(),
|
|
17339
|
+
internalDepartmentCode: external_exports.string().nullable(),
|
|
17340
|
+
resolved: external_exports.boolean(),
|
|
17341
|
+
createdAt: import_sdk_js_global_types12.datetimeSchema
|
|
17342
|
+
});
|
|
17343
|
+
var integrationTilbyDepartmentMappingDetailsSchema = integrationTilbyDepartmentMappingSchema.extend({
|
|
17344
|
+
integration: integrationTilbyIriSchema,
|
|
17345
|
+
resolutionNotes: external_exports.string().nullable()
|
|
17346
|
+
});
|
|
17347
|
+
var integrationTilbyDepartmentMappingEditableFieldsSchema = integrationTilbyMappingSyncStateEditableFieldsSchema.extend({
|
|
17348
|
+
internalDepartmentCode: external_exports.string().nullable().optional(),
|
|
17349
|
+
resolved: external_exports.boolean().optional(),
|
|
17350
|
+
resolutionNotes: external_exports.string().nullable().optional()
|
|
17351
|
+
});
|
|
17352
|
+
var integrationTilbyDepartmentMappingsQuerySchema = external_exports.object({
|
|
17353
|
+
...mappingQueryBaseShape,
|
|
17354
|
+
tilbyDepartmentId: exactNumberFilterSchema,
|
|
17355
|
+
tilbyDepartmentName: exactStringFilterSchema2,
|
|
17356
|
+
internalDepartmentCode: exactStringFilterSchema2,
|
|
17357
|
+
resolved: import_sdk_js_global_types12.booleanSchema.optional()
|
|
17358
|
+
});
|
|
17359
|
+
var integrationTilbyVatMappingSchema = integrationTilbyMappingSyncStateSchema.extend({
|
|
17360
|
+
id: external_exports.string(),
|
|
17361
|
+
tilbyVatId: external_exports.coerce.number().nullable(),
|
|
17362
|
+
tilbyVatPerc: external_exports.string().nullable(),
|
|
17363
|
+
internalVatPerc: external_exports.string().nullable(),
|
|
17364
|
+
resolved: external_exports.boolean(),
|
|
17365
|
+
createdAt: import_sdk_js_global_types12.datetimeSchema
|
|
17366
|
+
});
|
|
17367
|
+
var integrationTilbyVatMappingDetailsSchema = integrationTilbyVatMappingSchema.extend({
|
|
17368
|
+
integration: integrationTilbyIriSchema,
|
|
17369
|
+
resolutionNotes: external_exports.string().nullable()
|
|
17370
|
+
});
|
|
17371
|
+
var integrationTilbyVatMappingEditableFieldsSchema = integrationTilbyMappingSyncStateEditableFieldsSchema.extend({
|
|
17372
|
+
internalVatPerc: external_exports.string().nullable().optional(),
|
|
17373
|
+
resolved: external_exports.boolean().optional(),
|
|
17374
|
+
resolutionNotes: external_exports.string().nullable().optional()
|
|
17375
|
+
});
|
|
17376
|
+
var integrationTilbyVatMappingsQuerySchema = external_exports.object({
|
|
17377
|
+
...mappingQueryBaseShape,
|
|
17378
|
+
tilbyVatId: exactNumberFilterSchema,
|
|
17379
|
+
resolved: import_sdk_js_global_types12.booleanSchema.optional()
|
|
17380
|
+
});
|
|
17381
|
+
var integrationTilbyCategoryMappingSchema = integrationTilbyMappingSyncStateSchema.extend({
|
|
17382
|
+
id: external_exports.string(),
|
|
17383
|
+
tilbyCategoryId: external_exports.coerce.number().nullable(),
|
|
17384
|
+
tilbyCategoryUuid: external_exports.string().nullable(),
|
|
17385
|
+
externalId: external_exports.string().nullable(),
|
|
17386
|
+
tilbyCategoryName: external_exports.string().nullable(),
|
|
17387
|
+
createdAt: import_sdk_js_global_types12.datetimeSchema
|
|
17388
|
+
});
|
|
17389
|
+
var integrationTilbyCategoryMappingDetailsSchema = integrationTilbyCategoryMappingSchema.extend({
|
|
17390
|
+
integration: integrationTilbyIriSchema,
|
|
17391
|
+
menuItemCategory: import_sdk_js_menu3.menuItemCategoryNullableIriSchema
|
|
17392
|
+
});
|
|
17393
|
+
var integrationTilbyCategoryMappingEditableFieldsSchema = integrationTilbyMappingSyncStateEditableFieldsSchema.extend({
|
|
17394
|
+
menuItemCategory: import_sdk_js_menu3.menuItemCategoryNullableIriSchema.optional()
|
|
17395
|
+
});
|
|
17396
|
+
var integrationTilbyCategoryMappingsQuerySchema = external_exports.object({
|
|
17397
|
+
...mappingQueryBaseShape,
|
|
17398
|
+
tilbyCategoryId: exactNumberFilterSchema,
|
|
17399
|
+
tilbyCategoryUuid: exactStringFilterSchema2,
|
|
17400
|
+
externalId: exactStringFilterSchema2,
|
|
17401
|
+
tilbyCategoryName: exactStringFilterSchema2,
|
|
17402
|
+
menuItemCategory: exactStringFilterSchema2
|
|
17403
|
+
});
|
|
17404
|
+
var integrationTilbyComponentMappingSchema = integrationTilbyMappingSyncStateSchema.extend(
|
|
17405
|
+
{
|
|
17406
|
+
id: external_exports.string(),
|
|
17407
|
+
tilbyComponentId: external_exports.coerce.number().nullable(),
|
|
17408
|
+
tilbyComponentUuid: external_exports.string().nullable(),
|
|
17409
|
+
externalId: external_exports.string().nullable(),
|
|
17410
|
+
tilbyComponentName: external_exports.string().nullable(),
|
|
17411
|
+
createdAt: import_sdk_js_global_types12.datetimeSchema
|
|
17412
|
+
}
|
|
17413
|
+
);
|
|
17414
|
+
var integrationTilbyComponentMappingDetailsSchema = integrationTilbyComponentMappingSchema.extend({
|
|
17415
|
+
integration: integrationTilbyIriSchema,
|
|
17416
|
+
menuItemModifier: import_sdk_js_menu3.menuItemModifierNullableIriSchema
|
|
17417
|
+
});
|
|
17418
|
+
var integrationTilbyComponentMappingEditableFieldsSchema = integrationTilbyMappingSyncStateEditableFieldsSchema.extend({
|
|
17419
|
+
menuItemModifier: import_sdk_js_menu3.menuItemModifierNullableIriSchema.optional()
|
|
17420
|
+
});
|
|
17421
|
+
var integrationTilbyComponentMappingsQuerySchema = external_exports.object({
|
|
17422
|
+
...mappingQueryBaseShape,
|
|
17423
|
+
tilbyComponentId: exactNumberFilterSchema,
|
|
17424
|
+
tilbyComponentUuid: exactStringFilterSchema2,
|
|
17425
|
+
externalId: exactStringFilterSchema2,
|
|
17426
|
+
tilbyComponentName: exactStringFilterSchema2,
|
|
17427
|
+
menuItemModifier: exactStringFilterSchema2
|
|
17428
|
+
});
|
|
17429
|
+
var integrationTilbyProductMappingSchema = integrationTilbyMappingSyncStateSchema.extend({
|
|
17430
|
+
id: external_exports.string(),
|
|
17431
|
+
categoryMapping: integrationTilbyCategoryMappingNullableIriSchema,
|
|
17432
|
+
departmentMapping: integrationTilbyDepartmentMappingNullableIriSchema,
|
|
17433
|
+
tilbyItemId: external_exports.coerce.number().nullable(),
|
|
17434
|
+
tilbyItemUuid: external_exports.string().nullable(),
|
|
17435
|
+
externalId: external_exports.string().nullable(),
|
|
17436
|
+
sku: external_exports.string().nullable(),
|
|
17437
|
+
tilbyItemName: external_exports.string().nullable(),
|
|
17438
|
+
tilbyItemIsGroupItem: external_exports.boolean().nullable(),
|
|
17439
|
+
createdAt: import_sdk_js_global_types12.datetimeSchema
|
|
17440
|
+
});
|
|
17441
|
+
var integrationTilbyProductMappingDetailsSchema = integrationTilbyProductMappingSchema.extend({
|
|
17442
|
+
integration: integrationTilbyIriSchema,
|
|
17443
|
+
menuItem: import_sdk_js_menu3.menuItemNullableIriSchema,
|
|
17444
|
+
variants: external_exports.array(integrationTilbyProductVariantMappingIriSchema)
|
|
17445
|
+
});
|
|
17446
|
+
var integrationTilbyProductMappingEditableFieldsSchema = integrationTilbyMappingSyncStateEditableFieldsSchema.extend({
|
|
17447
|
+
menuItem: import_sdk_js_menu3.menuItemNullableIriSchema.optional(),
|
|
17448
|
+
categoryMapping: integrationTilbyCategoryMappingNullableIriSchema.optional(),
|
|
17449
|
+
departmentMapping: integrationTilbyDepartmentMappingNullableIriSchema.optional()
|
|
17450
|
+
});
|
|
17451
|
+
var integrationTilbyProductMappingsQuerySchema = external_exports.object({
|
|
17452
|
+
...mappingQueryBaseShape,
|
|
17453
|
+
tilbyItemId: exactNumberFilterSchema,
|
|
17454
|
+
tilbyItemUuid: exactStringFilterSchema2,
|
|
17455
|
+
externalId: exactStringFilterSchema2,
|
|
17456
|
+
sku: exactStringFilterSchema2,
|
|
17457
|
+
tilbyItemName: exactStringFilterSchema2,
|
|
17458
|
+
menuItem: exactStringFilterSchema2,
|
|
17459
|
+
categoryMapping: exactStringFilterSchema2,
|
|
17460
|
+
departmentMapping: exactStringFilterSchema2,
|
|
17461
|
+
tilbyItemIsGroupItem: import_sdk_js_global_types12.booleanSchema.optional()
|
|
17462
|
+
});
|
|
17463
|
+
var integrationTilbyProductVariantMappingSchema = integrationTilbyMappingSyncStateSchema.extend({
|
|
17464
|
+
id: external_exports.string(),
|
|
17465
|
+
tilbyCombinationId: external_exports.coerce.number().nullable(),
|
|
17466
|
+
tilbyCombinationUuid: external_exports.string().nullable(),
|
|
17467
|
+
externalId: external_exports.string().nullable(),
|
|
17468
|
+
sku: external_exports.string().nullable(),
|
|
17469
|
+
tilbyCombinationName: external_exports.string().nullable(),
|
|
17470
|
+
createdAt: import_sdk_js_global_types12.datetimeSchema
|
|
17471
|
+
});
|
|
17472
|
+
var integrationTilbyProductVariantMappingDetailsSchema = integrationTilbyProductVariantMappingSchema.extend({
|
|
17473
|
+
productMapping: integrationTilbyProductMappingIriSchema,
|
|
17474
|
+
menuItemPriceOverride: import_sdk_js_menu3.menuItemPriceOverrideNullableIriSchema
|
|
17475
|
+
});
|
|
17476
|
+
var integrationTilbyProductVariantMappingEditableFieldsSchema = integrationTilbyMappingSyncStateEditableFieldsSchema.extend({
|
|
17477
|
+
menuItemPriceOverride: import_sdk_js_menu3.menuItemPriceOverrideNullableIriSchema.optional()
|
|
17478
|
+
});
|
|
17479
|
+
var integrationTilbyProductVariantMappingsQuerySchema = external_exports.object({
|
|
17480
|
+
...mappingQueryBaseShape,
|
|
17481
|
+
tilbyCombinationId: exactNumberFilterSchema,
|
|
17482
|
+
tilbyCombinationUuid: exactStringFilterSchema2,
|
|
17483
|
+
externalId: exactStringFilterSchema2,
|
|
17484
|
+
sku: exactStringFilterSchema2,
|
|
17485
|
+
menuItemPriceOverride: exactStringFilterSchema2
|
|
17486
|
+
});
|
|
17487
|
+
var integrationTilbyCustomerMappingSchema = integrationTilbyMappingSyncStateSchema.extend({
|
|
17488
|
+
id: external_exports.string(),
|
|
17489
|
+
tilbyCustomerId: external_exports.coerce.number(),
|
|
17490
|
+
tilbyCustomerUuid: external_exports.string().nullable(),
|
|
17491
|
+
externalId: external_exports.string().nullable(),
|
|
17492
|
+
createdAt: import_sdk_js_global_types12.datetimeSchema
|
|
17493
|
+
});
|
|
17494
|
+
var integrationTilbyCustomerMappingDetailsSchema = integrationTilbyCustomerMappingSchema.extend({
|
|
17495
|
+
integration: integrationTilbyIriSchema,
|
|
17496
|
+
customer: import_sdk_js_customer2.customerIriSchema
|
|
17497
|
+
});
|
|
17498
|
+
var integrationTilbyCustomerMappingsQuerySchema = external_exports.object({
|
|
17499
|
+
...mappingQueryBaseShape,
|
|
17500
|
+
tilbyCustomerId: exactNumberFilterSchema,
|
|
17501
|
+
tilbyCustomerUuid: exactStringFilterSchema2,
|
|
17502
|
+
externalId: exactStringFilterSchema2,
|
|
17503
|
+
customer: exactStringFilterSchema2
|
|
17504
|
+
});
|
|
17505
|
+
var integrationTilbyOrderMappingSchema = integrationTilbyMappingSyncStateSchema.extend({
|
|
17506
|
+
id: external_exports.string(),
|
|
17507
|
+
tilbySaleId: external_exports.coerce.number().nullable(),
|
|
17508
|
+
tilbySaleUuid: external_exports.string().nullable(),
|
|
17509
|
+
tilbySaleStatus: external_exports.string().nullable(),
|
|
17510
|
+
tilbySaleAmount: external_exports.string().nullable(),
|
|
17511
|
+
tilbySaleFinalAmount: external_exports.string().nullable(),
|
|
17512
|
+
externalId: external_exports.string().nullable(),
|
|
17513
|
+
errorMessage: external_exports.string().nullable(),
|
|
17514
|
+
createdAt: import_sdk_js_global_types12.datetimeSchema,
|
|
17515
|
+
latestSaleSyncAt: import_sdk_js_global_types12.datetimeSchema.nullable()
|
|
17516
|
+
});
|
|
17517
|
+
var integrationTilbyOrderMappingDetailsSchema = integrationTilbyOrderMappingSchema.extend({
|
|
17518
|
+
integration: integrationTilbyIriSchema,
|
|
17519
|
+
order: import_sdk_js_order5.orderNullableIriSchema
|
|
17520
|
+
});
|
|
17521
|
+
var integrationTilbyOrderMappingsQuerySchema = external_exports.object({
|
|
17522
|
+
...mappingQueryBaseShape,
|
|
17523
|
+
tilbySaleId: exactNumberFilterSchema,
|
|
17524
|
+
tilbySaleUuid: exactStringFilterSchema2,
|
|
17525
|
+
tilbySaleStatus: exactStringFilterSchema2,
|
|
17526
|
+
externalId: exactStringFilterSchema2,
|
|
17527
|
+
page: external_exports.coerce.number().optional()
|
|
17528
|
+
});
|
|
17529
|
+
var syncProcessQuerySchema = external_exports.object({
|
|
17530
|
+
"order[createdAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17531
|
+
"order[endAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17532
|
+
direction: external_exports.union([integrationTilbySyncDirectionSchema, external_exports.array(integrationTilbySyncDirectionSchema)]).optional(),
|
|
17533
|
+
mode: external_exports.union([integrationTilbySyncModeSchema, external_exports.array(integrationTilbySyncModeSchema)]).optional(),
|
|
17534
|
+
"createdAt[before]": external_exports.string().optional(),
|
|
17535
|
+
"createdAt[strictly_before]": external_exports.string().optional(),
|
|
17536
|
+
"createdAt[after]": external_exports.string().optional(),
|
|
17537
|
+
"createdAt[strictly_after]": external_exports.string().optional(),
|
|
17538
|
+
"endAt[before]": external_exports.string().optional(),
|
|
17539
|
+
"endAt[strictly_before]": external_exports.string().optional(),
|
|
17540
|
+
"endAt[after]": external_exports.string().optional(),
|
|
17541
|
+
"endAt[strictly_after]": external_exports.string().optional(),
|
|
17542
|
+
page: external_exports.coerce.number().optional()
|
|
17543
|
+
});
|
|
17544
|
+
var syncProcessBaseSchema = external_exports.object({
|
|
17545
|
+
id: external_exports.string(),
|
|
17546
|
+
direction: integrationTilbySyncDirectionSchema,
|
|
17547
|
+
mode: integrationTilbySyncModeSchema,
|
|
17548
|
+
createdAt: import_sdk_js_global_types12.datetimeSchema,
|
|
17549
|
+
syncFromAt: import_sdk_js_global_types12.datetimeSchema.nullable(),
|
|
17550
|
+
syncCutoffAt: import_sdk_js_global_types12.datetimeSchema.nullable(),
|
|
17551
|
+
endAt: import_sdk_js_global_types12.datetimeSchema.nullable()
|
|
17552
|
+
});
|
|
17553
|
+
var integrationTilbySyncFiscalMappingsProcessSchema = syncProcessBaseSchema.extend({
|
|
17554
|
+
currentSteps: external_exports.array(integrationTilbyFiscalMappingsSyncStepSchema)
|
|
17555
|
+
});
|
|
17556
|
+
var integrationTilbySyncFiscalMappingsProcessDetailsSchema = integrationTilbySyncFiscalMappingsProcessSchema.extend({
|
|
17557
|
+
integration: integrationTilbyIriSchema,
|
|
17558
|
+
errors: external_exports.array(integrationTilbySyncFiscalMappingsErrorLogIriSchema)
|
|
17559
|
+
});
|
|
17560
|
+
var integrationTilbySyncFiscalMappingsProcessesQuerySchema = syncProcessQuerySchema;
|
|
17561
|
+
var integrationTilbySyncCustomersProcessSchema = syncProcessBaseSchema.extend({
|
|
17562
|
+
currentSteps: external_exports.array(integrationTilbyCustomersSyncStepSchema)
|
|
17563
|
+
});
|
|
17564
|
+
var integrationTilbySyncCustomersProcessDetailsSchema = integrationTilbySyncCustomersProcessSchema.extend({
|
|
17565
|
+
integration: integrationTilbyIriSchema,
|
|
17566
|
+
errors: external_exports.array(integrationTilbySyncCustomersErrorLogIriSchema)
|
|
17567
|
+
});
|
|
17568
|
+
var integrationTilbySyncCustomersProcessesQuerySchema = syncProcessQuerySchema;
|
|
17569
|
+
var integrationTilbySyncMenuProcessSchema = syncProcessBaseSchema.extend({
|
|
17570
|
+
currentSteps: external_exports.array(integrationTilbyMenuSyncStepSchema)
|
|
17571
|
+
});
|
|
17572
|
+
var integrationTilbySyncMenuProcessDetailsSchema = integrationTilbySyncMenuProcessSchema.extend({
|
|
17573
|
+
integration: integrationTilbyIriSchema,
|
|
17574
|
+
errors: external_exports.array(integrationTilbySyncMenuErrorLogIriSchema)
|
|
17575
|
+
});
|
|
17576
|
+
var integrationTilbySyncMenuProcessesQuerySchema = syncProcessQuerySchema;
|
|
17577
|
+
var integrationTilbySyncOrdersProcessSchema = syncProcessBaseSchema.extend({
|
|
17578
|
+
currentSteps: external_exports.array(integrationTilbyOrdersSyncStepSchema)
|
|
17579
|
+
});
|
|
17580
|
+
var integrationTilbySyncOrdersProcessDetailsSchema = integrationTilbySyncOrdersProcessSchema.extend({
|
|
17581
|
+
integration: integrationTilbyIriSchema,
|
|
17582
|
+
errors: external_exports.array(integrationTilbySyncOrdersErrorLogIriSchema)
|
|
17583
|
+
});
|
|
17584
|
+
var integrationTilbySyncOrdersProcessesQuerySchema = syncProcessQuerySchema;
|
|
17585
|
+
function createSyncErrorLogSchemas(stepSchema, processSchema) {
|
|
17586
|
+
const schema = external_exports.object({
|
|
17587
|
+
id: external_exports.string(),
|
|
17588
|
+
step: stepSchema,
|
|
17589
|
+
externalId: external_exports.string().nullable(),
|
|
17590
|
+
internalId: external_exports.string().nullable(),
|
|
17591
|
+
message: external_exports.string(),
|
|
17592
|
+
trace: external_exports.string(),
|
|
17593
|
+
createdAt: import_sdk_js_global_types12.datetimeSchema
|
|
17594
|
+
});
|
|
17595
|
+
return {
|
|
17596
|
+
schema,
|
|
17597
|
+
detailsSchema: schema.extend({
|
|
17598
|
+
process: processSchema
|
|
17599
|
+
}),
|
|
17600
|
+
querySchema: external_exports.object({
|
|
17601
|
+
"order[createdAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17602
|
+
step: external_exports.union([stepSchema, external_exports.array(stepSchema)]).optional(),
|
|
17603
|
+
externalId: exactStringFilterSchema2,
|
|
17604
|
+
internalId: exactStringFilterSchema2,
|
|
17605
|
+
...dateFilterShape,
|
|
17606
|
+
page: external_exports.coerce.number().optional()
|
|
17607
|
+
})
|
|
17608
|
+
};
|
|
17609
|
+
}
|
|
17610
|
+
var integrationTilbySyncFiscalMappingsErrorLogSchemas = createSyncErrorLogSchemas(
|
|
17611
|
+
integrationTilbyFiscalMappingsSyncStepSchema,
|
|
17612
|
+
integrationTilbySyncFiscalMappingsProcessIriSchema
|
|
17613
|
+
);
|
|
17614
|
+
var integrationTilbySyncFiscalMappingsErrorLogSchema = integrationTilbySyncFiscalMappingsErrorLogSchemas.schema;
|
|
17615
|
+
var integrationTilbySyncFiscalMappingsErrorLogDetailsSchema = integrationTilbySyncFiscalMappingsErrorLogSchemas.detailsSchema;
|
|
17616
|
+
var integrationTilbySyncFiscalMappingsErrorLogsQuerySchema = integrationTilbySyncFiscalMappingsErrorLogSchemas.querySchema;
|
|
17617
|
+
var integrationTilbySyncCustomersErrorLogSchemas = createSyncErrorLogSchemas(
|
|
17618
|
+
integrationTilbyCustomersSyncStepSchema,
|
|
17619
|
+
integrationTilbySyncCustomersProcessIriSchema
|
|
17620
|
+
);
|
|
17621
|
+
var integrationTilbySyncCustomersErrorLogSchema = integrationTilbySyncCustomersErrorLogSchemas.schema;
|
|
17622
|
+
var integrationTilbySyncCustomersErrorLogDetailsSchema = integrationTilbySyncCustomersErrorLogSchemas.detailsSchema;
|
|
17623
|
+
var integrationTilbySyncCustomersErrorLogsQuerySchema = integrationTilbySyncCustomersErrorLogSchemas.querySchema;
|
|
17624
|
+
var integrationTilbySyncMenuErrorLogSchemas = createSyncErrorLogSchemas(
|
|
17625
|
+
integrationTilbyMenuSyncStepSchema,
|
|
17626
|
+
integrationTilbySyncMenuProcessIriSchema
|
|
17627
|
+
);
|
|
17628
|
+
var integrationTilbySyncMenuErrorLogSchema = integrationTilbySyncMenuErrorLogSchemas.schema;
|
|
17629
|
+
var integrationTilbySyncMenuErrorLogDetailsSchema = integrationTilbySyncMenuErrorLogSchemas.detailsSchema;
|
|
17630
|
+
var integrationTilbySyncMenuErrorLogsQuerySchema = integrationTilbySyncMenuErrorLogSchemas.querySchema;
|
|
17631
|
+
var integrationTilbySyncOrdersErrorLogSchemas = createSyncErrorLogSchemas(
|
|
17632
|
+
integrationTilbyOrdersSyncStepSchema,
|
|
17633
|
+
integrationTilbySyncOrdersProcessIriSchema
|
|
17634
|
+
);
|
|
17635
|
+
var integrationTilbySyncOrdersErrorLogSchema = integrationTilbySyncOrdersErrorLogSchemas.schema;
|
|
17636
|
+
var integrationTilbySyncOrdersErrorLogDetailsSchema = integrationTilbySyncOrdersErrorLogSchemas.detailsSchema;
|
|
17637
|
+
var integrationTilbySyncOrdersErrorLogsQuerySchema = integrationTilbySyncOrdersErrorLogSchemas.querySchema;
|
|
17638
|
+
var integrationTilbyWebHookSettingSchema = external_exports.object({
|
|
17639
|
+
id: external_exports.string(),
|
|
17640
|
+
entityName: external_exports.string(),
|
|
17641
|
+
eventType: external_exports.string(),
|
|
17642
|
+
tilbyWebHookId: external_exports.string().nullable(),
|
|
17643
|
+
active: external_exports.boolean(),
|
|
17644
|
+
createdAt: import_sdk_js_global_types12.datetimeSchema
|
|
17645
|
+
});
|
|
17646
|
+
var integrationTilbyWebHookSettingDetailsSchema = integrationTilbyWebHookSettingSchema.extend({
|
|
17647
|
+
integration: integrationTilbyIriSchema,
|
|
17648
|
+
url: external_exports.string(),
|
|
17649
|
+
email: external_exports.string().nullable()
|
|
17650
|
+
});
|
|
17651
|
+
var integrationTilbyWebHookSettingsQuerySchema = external_exports.object({
|
|
17652
|
+
"order[createdAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17653
|
+
id: exactStringFilterSchema2,
|
|
17654
|
+
entityName: exactStringFilterSchema2,
|
|
17655
|
+
eventType: exactStringFilterSchema2,
|
|
17656
|
+
tilbyWebHookId: exactStringFilterSchema2,
|
|
17657
|
+
active: import_sdk_js_global_types12.booleanSchema.optional(),
|
|
17658
|
+
page: external_exports.coerce.number().optional()
|
|
17659
|
+
});
|
|
17660
|
+
var integrationTilbyWebHookEventSchema = external_exports.object({
|
|
17661
|
+
id: external_exports.string(),
|
|
17662
|
+
entityName: external_exports.string().nullable(),
|
|
17663
|
+
eventType: external_exports.string().nullable(),
|
|
17664
|
+
notificationUuid: external_exports.string().nullable(),
|
|
17665
|
+
environmentId: external_exports.string().nullable(),
|
|
17666
|
+
clientId: external_exports.string().nullable(),
|
|
17667
|
+
nRetry: external_exports.coerce.number().nullable(),
|
|
17668
|
+
createdAt: import_sdk_js_global_types12.datetimeSchema
|
|
17669
|
+
});
|
|
17670
|
+
var integrationTilbyWebHookEventDetailsSchema = integrationTilbyWebHookEventSchema.extend({
|
|
17671
|
+
integration: integrationTilbyIriSchema,
|
|
17672
|
+
signature: external_exports.string().nullable(),
|
|
17673
|
+
rawBody: external_exports.string(),
|
|
17674
|
+
payload: external_exports.unknown()
|
|
17675
|
+
});
|
|
17676
|
+
var integrationTilbyWebHookEventsQuerySchema = external_exports.object({
|
|
17677
|
+
"order[createdAt]": import_sdk_js_global_types12.sortDirSchema.optional(),
|
|
17678
|
+
id: exactStringFilterSchema2,
|
|
17679
|
+
entityName: exactStringFilterSchema2,
|
|
17680
|
+
eventType: exactStringFilterSchema2,
|
|
17681
|
+
notificationUuid: exactStringFilterSchema2,
|
|
17682
|
+
clientId: exactStringFilterSchema2,
|
|
17683
|
+
...dateFilterShape,
|
|
17684
|
+
page: external_exports.coerce.number().optional()
|
|
17685
|
+
});
|
|
17686
|
+
|
|
16732
17687
|
// src/integration-schemas.ts
|
|
16733
17688
|
var integrationSchema = external_exports.discriminatedUnion("service", [
|
|
16734
17689
|
integrationKitchenSchema,
|
|
@@ -16736,6 +17691,7 @@ var integrationSchema = external_exports.discriminatedUnion("service", [
|
|
|
16736
17691
|
integrationDeliverooSchema,
|
|
16737
17692
|
integrationGlovoSchema,
|
|
16738
17693
|
integrationCassaInCloudSchema,
|
|
17694
|
+
integrationTilbySchema,
|
|
16739
17695
|
integrationEcommerceSchema
|
|
16740
17696
|
]);
|
|
16741
17697
|
var integrationDetailsSchema = external_exports.discriminatedUnion("service", [
|
|
@@ -16744,6 +17700,7 @@ var integrationDetailsSchema = external_exports.discriminatedUnion("service", [
|
|
|
16744
17700
|
integrationDeliverooDetailsSchema,
|
|
16745
17701
|
integrationGlovoDetailsSchema,
|
|
16746
17702
|
integrationCassaInCloudDetailsSchema,
|
|
17703
|
+
integrationTilbyDetailsSchema,
|
|
16747
17704
|
integrationEcommerceDetailsSchema
|
|
16748
17705
|
]);
|
|
16749
17706
|
|
|
@@ -16840,9 +17797,9 @@ var CreateIntegrationActivationRequest = class extends import_sdk_js_core3.Abstr
|
|
|
16840
17797
|
|
|
16841
17798
|
// src/requests/activation-requests/DeleteIntegrationActivationRequest.ts
|
|
16842
17799
|
var import_sdk_js_core4 = require("@deliverart/sdk-js-core");
|
|
16843
|
-
var
|
|
17800
|
+
var import_sdk_js_global_types13 = require("@deliverart/sdk-js-global-types");
|
|
16844
17801
|
var deleteIntegrationActivationRequestInputSchema = external_exports.undefined();
|
|
16845
|
-
var deleteIntegrationActivationRequestResponseSchema =
|
|
17802
|
+
var deleteIntegrationActivationRequestResponseSchema = import_sdk_js_global_types13.emptyResponseSchema;
|
|
16846
17803
|
var DeleteIntegrationActivationRequest = class extends import_sdk_js_core4.AbstractApiRequest {
|
|
16847
17804
|
constructor(integrationActivationRequestId) {
|
|
16848
17805
|
super(void 0);
|
|
@@ -16883,12 +17840,12 @@ var GetIntegrationActivationRequestDetails = class extends import_sdk_js_core5.A
|
|
|
16883
17840
|
|
|
16884
17841
|
// src/requests/activation-requests/GetIntegrationActivationRequests.ts
|
|
16885
17842
|
var import_sdk_js_core6 = require("@deliverart/sdk-js-core");
|
|
16886
|
-
var
|
|
17843
|
+
var import_sdk_js_global_types14 = require("@deliverart/sdk-js-global-types");
|
|
16887
17844
|
var getIntegrationActivationRequestsQuerySchema = external_exports.object({
|
|
16888
|
-
"order[service]":
|
|
16889
|
-
"order[status]":
|
|
16890
|
-
"order[createdAt]":
|
|
16891
|
-
"order[updatedAt]":
|
|
17845
|
+
"order[service]": import_sdk_js_global_types14.sortDirSchema.optional(),
|
|
17846
|
+
"order[status]": import_sdk_js_global_types14.sortDirSchema.optional(),
|
|
17847
|
+
"order[createdAt]": import_sdk_js_global_types14.sortDirSchema.optional(),
|
|
17848
|
+
"order[updatedAt]": import_sdk_js_global_types14.sortDirSchema.optional(),
|
|
16892
17849
|
service: external_exports.union([integrationServiceSchema, external_exports.array(integrationServiceSchema)]).optional(),
|
|
16893
17850
|
provider: external_exports.union([integrationProviderSchema, external_exports.array(integrationProviderSchema)]).optional(),
|
|
16894
17851
|
status: external_exports.union([activatableIntegrationStatusSchema, external_exports.array(activatableIntegrationStatusSchema)]).optional(),
|
|
@@ -16898,9 +17855,9 @@ var getIntegrationActivationRequestsQuerySchema = external_exports.object({
|
|
|
16898
17855
|
]).optional(),
|
|
16899
17856
|
connectionId: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
16900
17857
|
page: external_exports.coerce.number().optional()
|
|
16901
|
-
}).extend(
|
|
17858
|
+
}).extend(import_sdk_js_global_types14.timestampsFilterSchema.shape);
|
|
16902
17859
|
var getIntegrationActivationRequestsInputSchema = external_exports.undefined();
|
|
16903
|
-
var getIntegrationActivationRequestsResponseSchema = (0,
|
|
17860
|
+
var getIntegrationActivationRequestsResponseSchema = (0, import_sdk_js_global_types14.createPaginatedSchema)(
|
|
16904
17861
|
integrationActivationRequestSchema
|
|
16905
17862
|
);
|
|
16906
17863
|
var GetIntegrationActivationRequests = class extends import_sdk_js_core6.AbstractApiRequest {
|
|
@@ -16923,12 +17880,12 @@ var GetIntegrationActivationRequests = class extends import_sdk_js_core6.Abstrac
|
|
|
16923
17880
|
|
|
16924
17881
|
// src/requests/activation-requests/GetIntegrationActivationRequestsFromPointOfSale.ts
|
|
16925
17882
|
var import_sdk_js_core7 = require("@deliverart/sdk-js-core");
|
|
16926
|
-
var
|
|
17883
|
+
var import_sdk_js_global_types15 = require("@deliverart/sdk-js-global-types");
|
|
16927
17884
|
var getIntegrationActivationRequestsFromPointOfSaleQuerySchema = external_exports.object({
|
|
16928
|
-
"order[service]":
|
|
16929
|
-
"order[status]":
|
|
16930
|
-
"order[createdAt]":
|
|
16931
|
-
"order[updatedAt]":
|
|
17885
|
+
"order[service]": import_sdk_js_global_types15.sortDirSchema.optional(),
|
|
17886
|
+
"order[status]": import_sdk_js_global_types15.sortDirSchema.optional(),
|
|
17887
|
+
"order[createdAt]": import_sdk_js_global_types15.sortDirSchema.optional(),
|
|
17888
|
+
"order[updatedAt]": import_sdk_js_global_types15.sortDirSchema.optional(),
|
|
16932
17889
|
service: external_exports.union([integrationServiceSchema, external_exports.array(integrationServiceSchema)]).optional(),
|
|
16933
17890
|
provider: external_exports.union([integrationProviderSchema, external_exports.array(integrationProviderSchema)]).optional(),
|
|
16934
17891
|
status: external_exports.union([activatableIntegrationStatusSchema, external_exports.array(activatableIntegrationStatusSchema)]).optional(),
|
|
@@ -16938,7 +17895,7 @@ var getIntegrationActivationRequestsFromPointOfSaleQuerySchema = external_export
|
|
|
16938
17895
|
]).optional(),
|
|
16939
17896
|
connectionId: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
16940
17897
|
page: external_exports.coerce.number().optional()
|
|
16941
|
-
}).extend(
|
|
17898
|
+
}).extend(import_sdk_js_global_types15.timestampsFilterSchema.shape);
|
|
16942
17899
|
var getIntegrationActivationRequestsFromPointOfSaleInputSchema = external_exports.undefined();
|
|
16943
17900
|
var getIntegrationActivationRequestsFromPointOfSaleResponseSchema = external_exports.array(
|
|
16944
17901
|
integrationActivationRequestSchema
|
|
@@ -17108,9 +18065,9 @@ var CreateIntegrationCancellationRequest = class extends import_sdk_js_core12.Ab
|
|
|
17108
18065
|
|
|
17109
18066
|
// src/requests/cancellation-requests/DeleteIntegrationCancellationRequest.ts
|
|
17110
18067
|
var import_sdk_js_core13 = require("@deliverart/sdk-js-core");
|
|
17111
|
-
var
|
|
18068
|
+
var import_sdk_js_global_types16 = require("@deliverart/sdk-js-global-types");
|
|
17112
18069
|
var deleteIntegrationCancellationRequestInputSchema = external_exports.undefined();
|
|
17113
|
-
var deleteIntegrationCancellationRequestResponseSchema =
|
|
18070
|
+
var deleteIntegrationCancellationRequestResponseSchema = import_sdk_js_global_types16.emptyResponseSchema;
|
|
17114
18071
|
var DeleteIntegrationCancellationRequest = class extends import_sdk_js_core13.AbstractApiRequest {
|
|
17115
18072
|
constructor(integrationCancellationRequestId) {
|
|
17116
18073
|
super(void 0);
|
|
@@ -17151,18 +18108,18 @@ var GetIntegrationCancellationRequestDetails = class extends import_sdk_js_core1
|
|
|
17151
18108
|
|
|
17152
18109
|
// src/requests/cancellation-requests/GetIntegrationCancellationRequests.ts
|
|
17153
18110
|
var import_sdk_js_core15 = require("@deliverart/sdk-js-core");
|
|
17154
|
-
var
|
|
18111
|
+
var import_sdk_js_global_types17 = require("@deliverart/sdk-js-global-types");
|
|
17155
18112
|
var getIntegrationCancellationRequestsQuerySchema = external_exports.object({
|
|
17156
|
-
"order[createdAt]":
|
|
17157
|
-
"order[updatedAt]":
|
|
18113
|
+
"order[createdAt]": import_sdk_js_global_types17.sortDirSchema.optional(),
|
|
18114
|
+
"order[updatedAt]": import_sdk_js_global_types17.sortDirSchema.optional(),
|
|
17158
18115
|
status: external_exports.union([
|
|
17159
18116
|
integrationCancellationRequestStatusSchema,
|
|
17160
18117
|
external_exports.array(integrationCancellationRequestStatusSchema)
|
|
17161
18118
|
]).optional(),
|
|
17162
18119
|
page: external_exports.coerce.number().optional()
|
|
17163
|
-
}).extend(
|
|
18120
|
+
}).extend(import_sdk_js_global_types17.timestampsFilterSchema.shape);
|
|
17164
18121
|
var getIntegrationCancellationRequestsInputSchema = external_exports.undefined();
|
|
17165
|
-
var getIntegrationCancellationRequestsResponseSchema = (0,
|
|
18122
|
+
var getIntegrationCancellationRequestsResponseSchema = (0, import_sdk_js_global_types17.createPaginatedSchema)(
|
|
17166
18123
|
integrationCancellationRequestSchema
|
|
17167
18124
|
);
|
|
17168
18125
|
var GetIntegrationCancellationRequests = class extends import_sdk_js_core15.AbstractApiRequest {
|
|
@@ -17185,9 +18142,9 @@ var GetIntegrationCancellationRequests = class extends import_sdk_js_core15.Abst
|
|
|
17185
18142
|
|
|
17186
18143
|
// src/requests/DeleteIntegration.ts
|
|
17187
18144
|
var import_sdk_js_core16 = require("@deliverart/sdk-js-core");
|
|
17188
|
-
var
|
|
18145
|
+
var import_sdk_js_global_types18 = require("@deliverart/sdk-js-global-types");
|
|
17189
18146
|
var deleteIntegrationInputSchema = external_exports.undefined();
|
|
17190
|
-
var deleteIntegrationResponseSchema =
|
|
18147
|
+
var deleteIntegrationResponseSchema = import_sdk_js_global_types18.emptyResponseSchema;
|
|
17191
18148
|
var DeleteIntegration = class extends import_sdk_js_core16.AbstractApiRequest {
|
|
17192
18149
|
constructor(integrationId) {
|
|
17193
18150
|
super(void 0);
|
|
@@ -17250,7 +18207,7 @@ var GetIntegrationIssueDetails = class extends import_sdk_js_core18.AbstractApiR
|
|
|
17250
18207
|
|
|
17251
18208
|
// src/requests/GetIntegrationIssues.ts
|
|
17252
18209
|
var import_sdk_js_core19 = require("@deliverart/sdk-js-core");
|
|
17253
|
-
var
|
|
18210
|
+
var import_sdk_js_global_types19 = require("@deliverart/sdk-js-global-types");
|
|
17254
18211
|
var getIntegrationIssuesQuerySchema = external_exports.object({
|
|
17255
18212
|
id: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
17256
18213
|
scope: external_exports.union([integrationIssueScopeSchema, external_exports.array(integrationIssueScopeSchema)]).optional(),
|
|
@@ -17258,10 +18215,10 @@ var getIntegrationIssuesQuerySchema = external_exports.object({
|
|
|
17258
18215
|
blocking: external_exports.coerce.boolean().optional(),
|
|
17259
18216
|
retriable: external_exports.coerce.boolean().optional(),
|
|
17260
18217
|
"resolvedAt[exists]": external_exports.coerce.boolean().optional(),
|
|
17261
|
-
"order[firstSeenAt]":
|
|
17262
|
-
"order[lastSeenAt]":
|
|
17263
|
-
"order[retryAfterAt]":
|
|
17264
|
-
"order[resolvedAt]":
|
|
18218
|
+
"order[firstSeenAt]": import_sdk_js_global_types19.sortDirSchema.optional(),
|
|
18219
|
+
"order[lastSeenAt]": import_sdk_js_global_types19.sortDirSchema.optional(),
|
|
18220
|
+
"order[retryAfterAt]": import_sdk_js_global_types19.sortDirSchema.optional(),
|
|
18221
|
+
"order[resolvedAt]": import_sdk_js_global_types19.sortDirSchema.optional(),
|
|
17265
18222
|
"firstSeenAt[before]": external_exports.string().optional(),
|
|
17266
18223
|
"firstSeenAt[strictly_before]": external_exports.string().optional(),
|
|
17267
18224
|
"firstSeenAt[after]": external_exports.string().optional(),
|
|
@@ -17302,17 +18259,17 @@ var GetIntegrationIssues = class extends import_sdk_js_core19.AbstractApiRequest
|
|
|
17302
18259
|
|
|
17303
18260
|
// src/requests/GetIntegrations.ts
|
|
17304
18261
|
var import_sdk_js_core20 = require("@deliverart/sdk-js-core");
|
|
17305
|
-
var
|
|
18262
|
+
var import_sdk_js_global_types20 = require("@deliverart/sdk-js-global-types");
|
|
17306
18263
|
var getIntegrationsQuerySchema = external_exports.object({
|
|
17307
18264
|
status: external_exports.union([integrationStatusSchema, external_exports.array(integrationStatusSchema)]).optional(),
|
|
17308
18265
|
connectionId: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
17309
18266
|
service: integrationServiceSchema.optional(),
|
|
17310
|
-
"order[createdAt]":
|
|
17311
|
-
"order[updatedAt]":
|
|
18267
|
+
"order[createdAt]": import_sdk_js_global_types20.sortDirSchema.optional(),
|
|
18268
|
+
"order[updatedAt]": import_sdk_js_global_types20.sortDirSchema.optional(),
|
|
17312
18269
|
page: external_exports.coerce.number().optional()
|
|
17313
|
-
}).extend(
|
|
18270
|
+
}).extend(import_sdk_js_global_types20.timestampsFilterSchema.shape);
|
|
17314
18271
|
var getIntegrationsInputSchema = external_exports.undefined();
|
|
17315
|
-
var getIntegrationsResponseSchema = (0,
|
|
18272
|
+
var getIntegrationsResponseSchema = (0, import_sdk_js_global_types20.createPaginatedSchema)(integrationSchema);
|
|
17316
18273
|
var GetIntegrations = class extends import_sdk_js_core20.AbstractApiRequest {
|
|
17317
18274
|
constructor(options) {
|
|
17318
18275
|
super(void 0, options);
|
|
@@ -17333,15 +18290,15 @@ var GetIntegrations = class extends import_sdk_js_core20.AbstractApiRequest {
|
|
|
17333
18290
|
|
|
17334
18291
|
// src/requests/GetIntegrationsFromPointOfSale.ts
|
|
17335
18292
|
var import_sdk_js_core21 = require("@deliverart/sdk-js-core");
|
|
17336
|
-
var
|
|
18293
|
+
var import_sdk_js_global_types21 = require("@deliverart/sdk-js-global-types");
|
|
17337
18294
|
var getIntegrationsFromPointOfSaleQuerySchema = external_exports.object({
|
|
17338
18295
|
status: external_exports.union([integrationStatusSchema, external_exports.array(integrationStatusSchema)]).optional(),
|
|
17339
18296
|
connectionId: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
17340
18297
|
service: integrationServiceSchema.optional(),
|
|
17341
|
-
"order[createdAt]":
|
|
17342
|
-
"order[updatedAt]":
|
|
18298
|
+
"order[createdAt]": import_sdk_js_global_types21.sortDirSchema.optional(),
|
|
18299
|
+
"order[updatedAt]": import_sdk_js_global_types21.sortDirSchema.optional(),
|
|
17343
18300
|
page: external_exports.coerce.number().optional()
|
|
17344
|
-
}).extend(
|
|
18301
|
+
}).extend(import_sdk_js_global_types21.timestampsFilterSchema.shape);
|
|
17345
18302
|
var getIntegrationsFromPointOfSaleInputSchema = external_exports.undefined();
|
|
17346
18303
|
var getIntegrationsFromPointOfSaleResponseSchema = external_exports.array(integrationSchema);
|
|
17347
18304
|
var GetIntegrationsFromPointOfSale = class extends import_sdk_js_core21.AbstractApiRequest {
|
|
@@ -17388,9 +18345,9 @@ var CreateIntegrationCassaInCloud = class extends import_sdk_js_core22.AbstractA
|
|
|
17388
18345
|
|
|
17389
18346
|
// src/requests/services/cassa_in_cloud/DeleteIntegrationCassaInCloud.ts
|
|
17390
18347
|
var import_sdk_js_core23 = require("@deliverart/sdk-js-core");
|
|
17391
|
-
var
|
|
18348
|
+
var import_sdk_js_global_types22 = require("@deliverart/sdk-js-global-types");
|
|
17392
18349
|
var deleteIntegrationCassaInCloudInputSchema = external_exports.undefined();
|
|
17393
|
-
var deleteIntegrationCassaInCloudResponseSchema =
|
|
18350
|
+
var deleteIntegrationCassaInCloudResponseSchema = import_sdk_js_global_types22.emptyResponseSchema;
|
|
17394
18351
|
var DeleteIntegrationCassaInCloud = class extends import_sdk_js_core23.AbstractApiRequest {
|
|
17395
18352
|
constructor(integrationCassaInCloudId) {
|
|
17396
18353
|
super(void 0);
|
|
@@ -17480,10 +18437,10 @@ var GetIntegrationCassaInCloudClientLogRequestDetails = class extends import_sdk
|
|
|
17480
18437
|
|
|
17481
18438
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudClientLogRequests.ts
|
|
17482
18439
|
var import_sdk_js_core27 = require("@deliverart/sdk-js-core");
|
|
17483
|
-
var
|
|
18440
|
+
var import_sdk_js_global_types23 = require("@deliverart/sdk-js-global-types");
|
|
17484
18441
|
var getIntegrationCassaInCloudClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
17485
18442
|
var getIntegrationCassaInCloudClientLogRequestsInputSchema = external_exports.undefined();
|
|
17486
|
-
var getIntegrationCassaInCloudClientLogRequestsResponseSchema = (0,
|
|
18443
|
+
var getIntegrationCassaInCloudClientLogRequestsResponseSchema = (0, import_sdk_js_global_types23.createPaginatedSchema)(
|
|
17487
18444
|
integrationClientLogRequestSchema
|
|
17488
18445
|
);
|
|
17489
18446
|
var GetIntegrationCassaInCloudClientLogRequests = class extends import_sdk_js_core27.AbstractApiRequest {
|
|
@@ -17700,10 +18657,10 @@ var GetIntegrationCassaInCloudDetails = class extends import_sdk_js_core35.Abstr
|
|
|
17700
18657
|
|
|
17701
18658
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudGlobalClientLogRequests.ts
|
|
17702
18659
|
var import_sdk_js_core36 = require("@deliverart/sdk-js-core");
|
|
17703
|
-
var
|
|
18660
|
+
var import_sdk_js_global_types24 = require("@deliverart/sdk-js-global-types");
|
|
17704
18661
|
var getIntegrationCassaInCloudGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
17705
18662
|
var getIntegrationCassaInCloudGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
17706
|
-
var getIntegrationCassaInCloudGlobalClientLogRequestsResponseSchema = (0,
|
|
18663
|
+
var getIntegrationCassaInCloudGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types24.createPaginatedSchema)(integrationClientLogRequestSchema);
|
|
17707
18664
|
var GetIntegrationCassaInCloudGlobalClientLogRequests = class extends import_sdk_js_core36.AbstractApiRequest {
|
|
17708
18665
|
constructor(options) {
|
|
17709
18666
|
super(void 0, options);
|
|
@@ -17724,12 +18681,12 @@ var GetIntegrationCassaInCloudGlobalClientLogRequests = class extends import_sdk
|
|
|
17724
18681
|
|
|
17725
18682
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudList.ts
|
|
17726
18683
|
var import_sdk_js_core37 = require("@deliverart/sdk-js-core");
|
|
17727
|
-
var
|
|
18684
|
+
var import_sdk_js_global_types25 = require("@deliverart/sdk-js-global-types");
|
|
17728
18685
|
var getIntegrationCassaInCloudListQuerySchema = integrationsCassaInCloudQuerySchema.omit({
|
|
17729
18686
|
service: true
|
|
17730
18687
|
});
|
|
17731
18688
|
var getIntegrationCassaInCloudListInputSchema = external_exports.undefined();
|
|
17732
|
-
var getIntegrationCassaInCloudListResponseSchema = (0,
|
|
18689
|
+
var getIntegrationCassaInCloudListResponseSchema = (0, import_sdk_js_global_types25.createPaginatedSchema)(
|
|
17733
18690
|
integrationCassaInCloudSchema
|
|
17734
18691
|
);
|
|
17735
18692
|
var GetIntegrationCassaInCloudList = class extends import_sdk_js_core37.AbstractApiRequest {
|
|
@@ -18017,10 +18974,10 @@ var GetIntegrationCassaInCloudOrderMappingDetails = class extends import_sdk_js_
|
|
|
18017
18974
|
|
|
18018
18975
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOrderMappings.ts
|
|
18019
18976
|
var import_sdk_js_core49 = require("@deliverart/sdk-js-core");
|
|
18020
|
-
var
|
|
18977
|
+
var import_sdk_js_global_types26 = require("@deliverart/sdk-js-global-types");
|
|
18021
18978
|
var getIntegrationCassaInCloudOrderMappingsQuerySchema = integrationCassaInCloudOrderMappingsQuerySchema;
|
|
18022
18979
|
var getIntegrationCassaInCloudOrderMappingsInputSchema = external_exports.undefined();
|
|
18023
|
-
var getIntegrationCassaInCloudOrderMappingsResponseSchema = (0,
|
|
18980
|
+
var getIntegrationCassaInCloudOrderMappingsResponseSchema = (0, import_sdk_js_global_types26.createPaginatedSchema)(
|
|
18024
18981
|
integrationCassaInCloudOrderMappingSchema
|
|
18025
18982
|
);
|
|
18026
18983
|
var GetIntegrationCassaInCloudOrderMappings = class extends import_sdk_js_core49.AbstractApiRequest {
|
|
@@ -18289,10 +19246,10 @@ var GetIntegrationCassaInCloudSyncCustomersErrorLogDetails = class extends impor
|
|
|
18289
19246
|
|
|
18290
19247
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncCustomersErrorLogs.ts
|
|
18291
19248
|
var import_sdk_js_core60 = require("@deliverart/sdk-js-core");
|
|
18292
|
-
var
|
|
19249
|
+
var import_sdk_js_global_types27 = require("@deliverart/sdk-js-global-types");
|
|
18293
19250
|
var getIntegrationCassaInCloudSyncCustomersErrorLogsQuerySchema = integrationCassaInCloudSyncCustomersErrorLogsQuerySchema;
|
|
18294
19251
|
var getIntegrationCassaInCloudSyncCustomersErrorLogsInputSchema = external_exports.undefined();
|
|
18295
|
-
var getIntegrationCassaInCloudSyncCustomersErrorLogsResponseSchema = (0,
|
|
19252
|
+
var getIntegrationCassaInCloudSyncCustomersErrorLogsResponseSchema = (0, import_sdk_js_global_types27.createPaginatedSchema)(
|
|
18296
19253
|
integrationCassaInCloudSyncCustomersErrorLogSchema
|
|
18297
19254
|
);
|
|
18298
19255
|
var GetIntegrationCassaInCloudSyncCustomersErrorLogs = class extends import_sdk_js_core60.AbstractApiRequest {
|
|
@@ -18339,10 +19296,10 @@ var GetIntegrationCassaInCloudSyncCustomersProcessDetails = class extends import
|
|
|
18339
19296
|
|
|
18340
19297
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncCustomersProcesses.ts
|
|
18341
19298
|
var import_sdk_js_core62 = require("@deliverart/sdk-js-core");
|
|
18342
|
-
var
|
|
19299
|
+
var import_sdk_js_global_types28 = require("@deliverart/sdk-js-global-types");
|
|
18343
19300
|
var getIntegrationCassaInCloudSyncCustomersProcessesQuerySchema = integrationCassaInCloudSyncCustomersProcessesQuerySchema;
|
|
18344
19301
|
var getIntegrationCassaInCloudSyncCustomersProcessesInputSchema = external_exports.undefined();
|
|
18345
|
-
var getIntegrationCassaInCloudSyncCustomersProcessesResponseSchema = (0,
|
|
19302
|
+
var getIntegrationCassaInCloudSyncCustomersProcessesResponseSchema = (0, import_sdk_js_global_types28.createPaginatedSchema)(integrationCassaInCloudSyncCustomersProcessSchema);
|
|
18346
19303
|
var GetIntegrationCassaInCloudSyncCustomersProcesses = class extends import_sdk_js_core62.AbstractApiRequest {
|
|
18347
19304
|
constructor(integrationCassaInCloudId, options) {
|
|
18348
19305
|
super(void 0, options);
|
|
@@ -18387,10 +19344,10 @@ var GetIntegrationCassaInCloudSyncMenuErrorLogDetails = class extends import_sdk
|
|
|
18387
19344
|
|
|
18388
19345
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncMenuErrorLogs.ts
|
|
18389
19346
|
var import_sdk_js_core64 = require("@deliverart/sdk-js-core");
|
|
18390
|
-
var
|
|
19347
|
+
var import_sdk_js_global_types29 = require("@deliverart/sdk-js-global-types");
|
|
18391
19348
|
var getIntegrationCassaInCloudSyncMenuErrorLogsQuerySchema = integrationCassaInCloudSyncMenuErrorLogsQuerySchema;
|
|
18392
19349
|
var getIntegrationCassaInCloudSyncMenuErrorLogsInputSchema = external_exports.undefined();
|
|
18393
|
-
var getIntegrationCassaInCloudSyncMenuErrorLogsResponseSchema = (0,
|
|
19350
|
+
var getIntegrationCassaInCloudSyncMenuErrorLogsResponseSchema = (0, import_sdk_js_global_types29.createPaginatedSchema)(
|
|
18394
19351
|
integrationCassaInCloudSyncMenuErrorLogSchema
|
|
18395
19352
|
);
|
|
18396
19353
|
var GetIntegrationCassaInCloudSyncMenuErrorLogs = class extends import_sdk_js_core64.AbstractApiRequest {
|
|
@@ -18437,10 +19394,10 @@ var GetIntegrationCassaInCloudSyncMenuProcessDetails = class extends import_sdk_
|
|
|
18437
19394
|
|
|
18438
19395
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncMenuProcesses.ts
|
|
18439
19396
|
var import_sdk_js_core66 = require("@deliverart/sdk-js-core");
|
|
18440
|
-
var
|
|
19397
|
+
var import_sdk_js_global_types30 = require("@deliverart/sdk-js-global-types");
|
|
18441
19398
|
var getIntegrationCassaInCloudSyncMenuProcessesQuerySchema = integrationCassaInCloudSyncMenuProcessesQuerySchema;
|
|
18442
19399
|
var getIntegrationCassaInCloudSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
18443
|
-
var getIntegrationCassaInCloudSyncMenuProcessesResponseSchema = (0,
|
|
19400
|
+
var getIntegrationCassaInCloudSyncMenuProcessesResponseSchema = (0, import_sdk_js_global_types30.createPaginatedSchema)(
|
|
18444
19401
|
integrationCassaInCloudSyncMenuProcessSchema
|
|
18445
19402
|
);
|
|
18446
19403
|
var GetIntegrationCassaInCloudSyncMenuProcesses = class extends import_sdk_js_core66.AbstractApiRequest {
|
|
@@ -18487,10 +19444,10 @@ var GetIntegrationCassaInCloudSyncSalesModesErrorLogDetails = class extends impo
|
|
|
18487
19444
|
|
|
18488
19445
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncSalesModesErrorLogs.ts
|
|
18489
19446
|
var import_sdk_js_core68 = require("@deliverart/sdk-js-core");
|
|
18490
|
-
var
|
|
19447
|
+
var import_sdk_js_global_types31 = require("@deliverart/sdk-js-global-types");
|
|
18491
19448
|
var getIntegrationCassaInCloudSyncSalesModesErrorLogsQuerySchema = integrationCassaInCloudSyncSalesModesErrorLogsQuerySchema;
|
|
18492
19449
|
var getIntegrationCassaInCloudSyncSalesModesErrorLogsInputSchema = external_exports.undefined();
|
|
18493
|
-
var getIntegrationCassaInCloudSyncSalesModesErrorLogsResponseSchema = (0,
|
|
19450
|
+
var getIntegrationCassaInCloudSyncSalesModesErrorLogsResponseSchema = (0, import_sdk_js_global_types31.createPaginatedSchema)(integrationCassaInCloudSyncSalesModesErrorLogSchema);
|
|
18494
19451
|
var GetIntegrationCassaInCloudSyncSalesModesErrorLogs = class extends import_sdk_js_core68.AbstractApiRequest {
|
|
18495
19452
|
constructor(integrationCassaInCloudId, processId, options) {
|
|
18496
19453
|
super(void 0, options);
|
|
@@ -18535,10 +19492,10 @@ var GetIntegrationCassaInCloudSyncSalesModesProcessDetails = class extends impor
|
|
|
18535
19492
|
|
|
18536
19493
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncSalesModesProcesses.ts
|
|
18537
19494
|
var import_sdk_js_core70 = require("@deliverart/sdk-js-core");
|
|
18538
|
-
var
|
|
19495
|
+
var import_sdk_js_global_types32 = require("@deliverart/sdk-js-global-types");
|
|
18539
19496
|
var getIntegrationCassaInCloudSyncSalesModesProcessesQuerySchema = integrationCassaInCloudSyncSalesModesProcessesQuerySchema;
|
|
18540
19497
|
var getIntegrationCassaInCloudSyncSalesModesProcessesInputSchema = external_exports.undefined();
|
|
18541
|
-
var getIntegrationCassaInCloudSyncSalesModesProcessesResponseSchema = (0,
|
|
19498
|
+
var getIntegrationCassaInCloudSyncSalesModesProcessesResponseSchema = (0, import_sdk_js_global_types32.createPaginatedSchema)(integrationCassaInCloudSyncSalesModesProcessSchema);
|
|
18542
19499
|
var GetIntegrationCassaInCloudSyncSalesModesProcesses = class extends import_sdk_js_core70.AbstractApiRequest {
|
|
18543
19500
|
constructor(integrationCassaInCloudId, options) {
|
|
18544
19501
|
super(void 0, options);
|
|
@@ -18583,10 +19540,10 @@ var GetIntegrationCassaInCloudSyncTimetablesErrorLogDetails = class extends impo
|
|
|
18583
19540
|
|
|
18584
19541
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncTimetablesErrorLogs.ts
|
|
18585
19542
|
var import_sdk_js_core72 = require("@deliverart/sdk-js-core");
|
|
18586
|
-
var
|
|
19543
|
+
var import_sdk_js_global_types33 = require("@deliverart/sdk-js-global-types");
|
|
18587
19544
|
var getIntegrationCassaInCloudSyncTimetablesErrorLogsQuerySchema = integrationCassaInCloudSyncTimetablesErrorLogsQuerySchema;
|
|
18588
19545
|
var getIntegrationCassaInCloudSyncTimetablesErrorLogsInputSchema = external_exports.undefined();
|
|
18589
|
-
var getIntegrationCassaInCloudSyncTimetablesErrorLogsResponseSchema = (0,
|
|
19546
|
+
var getIntegrationCassaInCloudSyncTimetablesErrorLogsResponseSchema = (0, import_sdk_js_global_types33.createPaginatedSchema)(integrationCassaInCloudSyncTimetablesErrorLogSchema);
|
|
18590
19547
|
var GetIntegrationCassaInCloudSyncTimetablesErrorLogs = class extends import_sdk_js_core72.AbstractApiRequest {
|
|
18591
19548
|
constructor(integrationCassaInCloudId, processId, options) {
|
|
18592
19549
|
super(void 0, options);
|
|
@@ -18631,10 +19588,10 @@ var GetIntegrationCassaInCloudSyncTimetablesProcessDetails = class extends impor
|
|
|
18631
19588
|
|
|
18632
19589
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncTimetablesProcesses.ts
|
|
18633
19590
|
var import_sdk_js_core74 = require("@deliverart/sdk-js-core");
|
|
18634
|
-
var
|
|
19591
|
+
var import_sdk_js_global_types34 = require("@deliverart/sdk-js-global-types");
|
|
18635
19592
|
var getIntegrationCassaInCloudSyncTimetablesProcessesQuerySchema = integrationCassaInCloudSyncTimetablesProcessesQuerySchema;
|
|
18636
19593
|
var getIntegrationCassaInCloudSyncTimetablesProcessesInputSchema = external_exports.undefined();
|
|
18637
|
-
var getIntegrationCassaInCloudSyncTimetablesProcessesResponseSchema = (0,
|
|
19594
|
+
var getIntegrationCassaInCloudSyncTimetablesProcessesResponseSchema = (0, import_sdk_js_global_types34.createPaginatedSchema)(integrationCassaInCloudSyncTimetablesProcessSchema);
|
|
18638
19595
|
var GetIntegrationCassaInCloudSyncTimetablesProcesses = class extends import_sdk_js_core74.AbstractApiRequest {
|
|
18639
19596
|
constructor(integrationCassaInCloudId, options) {
|
|
18640
19597
|
super(void 0, options);
|
|
@@ -18678,10 +19635,10 @@ var GetIntegrationCassaInCloudWebHookEventDetails = class extends import_sdk_js_
|
|
|
18678
19635
|
|
|
18679
19636
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookEvents.ts
|
|
18680
19637
|
var import_sdk_js_core76 = require("@deliverart/sdk-js-core");
|
|
18681
|
-
var
|
|
19638
|
+
var import_sdk_js_global_types35 = require("@deliverart/sdk-js-global-types");
|
|
18682
19639
|
var getIntegrationCassaInCloudWebHookEventsQuerySchema = integrationCassaInCloudWebHookEventsQuerySchema;
|
|
18683
19640
|
var getIntegrationCassaInCloudWebHookEventsInputSchema = external_exports.undefined();
|
|
18684
|
-
var getIntegrationCassaInCloudWebHookEventsResponseSchema = (0,
|
|
19641
|
+
var getIntegrationCassaInCloudWebHookEventsResponseSchema = (0, import_sdk_js_global_types35.createPaginatedSchema)(
|
|
18685
19642
|
integrationCassaInCloudWebHookEventSchema
|
|
18686
19643
|
);
|
|
18687
19644
|
var GetIntegrationCassaInCloudWebHookEvents = class extends import_sdk_js_core76.AbstractApiRequest {
|
|
@@ -19109,9 +20066,9 @@ var CreateIntegrationDeliverooSiteDayOff = class extends import_sdk_js_core93.Ab
|
|
|
19109
20066
|
|
|
19110
20067
|
// src/requests/services/deliveroo/DeleteIntegrationDeliveroo.ts
|
|
19111
20068
|
var import_sdk_js_core94 = require("@deliverart/sdk-js-core");
|
|
19112
|
-
var
|
|
20069
|
+
var import_sdk_js_global_types36 = require("@deliverart/sdk-js-global-types");
|
|
19113
20070
|
var deleteIntegrationDeliverooInputSchema = external_exports.undefined();
|
|
19114
|
-
var deleteIntegrationDeliverooResponseSchema =
|
|
20071
|
+
var deleteIntegrationDeliverooResponseSchema = import_sdk_js_global_types36.emptyResponseSchema;
|
|
19115
20072
|
var DeleteIntegrationDeliveroo = class extends import_sdk_js_core94.AbstractApiRequest {
|
|
19116
20073
|
constructor(integrationDeliverooId) {
|
|
19117
20074
|
super(void 0);
|
|
@@ -19194,10 +20151,10 @@ var GetIntegrationDeliverooClientLogRequestDetails = class extends import_sdk_js
|
|
|
19194
20151
|
|
|
19195
20152
|
// src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequests.ts
|
|
19196
20153
|
var import_sdk_js_core98 = require("@deliverart/sdk-js-core");
|
|
19197
|
-
var
|
|
20154
|
+
var import_sdk_js_global_types37 = require("@deliverart/sdk-js-global-types");
|
|
19198
20155
|
var getIntegrationDeliverooClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
19199
20156
|
var getIntegrationDeliverooClientLogRequestsInputSchema = external_exports.undefined();
|
|
19200
|
-
var getIntegrationDeliverooClientLogRequestsResponseSchema = (0,
|
|
20157
|
+
var getIntegrationDeliverooClientLogRequestsResponseSchema = (0, import_sdk_js_global_types37.createPaginatedSchema)(
|
|
19201
20158
|
integrationClientLogRequestSchema
|
|
19202
20159
|
);
|
|
19203
20160
|
var GetIntegrationDeliverooClientLogRequests = class extends import_sdk_js_core98.AbstractApiRequest {
|
|
@@ -19270,10 +20227,10 @@ var GetIntegrationDeliverooDetails = class extends import_sdk_js_core100.Abstrac
|
|
|
19270
20227
|
|
|
19271
20228
|
// src/requests/services/deliveroo/GetIntegrationDeliverooGlobalClientLogRequests.ts
|
|
19272
20229
|
var import_sdk_js_core101 = require("@deliverart/sdk-js-core");
|
|
19273
|
-
var
|
|
20230
|
+
var import_sdk_js_global_types38 = require("@deliverart/sdk-js-global-types");
|
|
19274
20231
|
var getIntegrationDeliverooGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
19275
20232
|
var getIntegrationDeliverooGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
19276
|
-
var getIntegrationDeliverooGlobalClientLogRequestsResponseSchema = (0,
|
|
20233
|
+
var getIntegrationDeliverooGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types38.createPaginatedSchema)(
|
|
19277
20234
|
integrationClientLogRequestSchema
|
|
19278
20235
|
);
|
|
19279
20236
|
var GetIntegrationDeliverooGlobalClientLogRequests = class extends import_sdk_js_core101.AbstractApiRequest {
|
|
@@ -19320,11 +20277,11 @@ var GetIntegrationDeliverooIntegrationSiteDaysOff = class extends import_sdk_js_
|
|
|
19320
20277
|
|
|
19321
20278
|
// src/requests/services/deliveroo/GetIntegrationDeliverooList.ts
|
|
19322
20279
|
var import_sdk_js_core103 = require("@deliverart/sdk-js-core");
|
|
19323
|
-
var
|
|
20280
|
+
var import_sdk_js_global_types39 = require("@deliverart/sdk-js-global-types");
|
|
19324
20281
|
var getIntegrationDeliverooListQuerySchema = integrationsDeliverooQuerySchema.omit({
|
|
19325
20282
|
service: true
|
|
19326
20283
|
});
|
|
19327
|
-
var getIntegrationDeliverooListResponseSchema = (0,
|
|
20284
|
+
var getIntegrationDeliverooListResponseSchema = (0, import_sdk_js_global_types39.createPaginatedSchema)(
|
|
19328
20285
|
integrationDeliverooSchema
|
|
19329
20286
|
);
|
|
19330
20287
|
var getIntegrationDeliverooListInputSchema = external_exports.undefined();
|
|
@@ -19348,9 +20305,9 @@ var GetIntegrationDeliverooList = class extends import_sdk_js_core103.AbstractAp
|
|
|
19348
20305
|
|
|
19349
20306
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuValidation.ts
|
|
19350
20307
|
var import_sdk_js_core104 = require("@deliverart/sdk-js-core");
|
|
19351
|
-
var
|
|
20308
|
+
var import_sdk_js_global_types40 = require("@deliverart/sdk-js-global-types");
|
|
19352
20309
|
var getIntegrationDeliverooMenuValidationInputSchema = external_exports.undefined();
|
|
19353
|
-
var getIntegrationDeliverooMenuValidationResponseSchema =
|
|
20310
|
+
var getIntegrationDeliverooMenuValidationResponseSchema = import_sdk_js_global_types40.emptyResponseSchema;
|
|
19354
20311
|
var GetIntegrationDeliverooMenuValidation = class extends import_sdk_js_core104.AbstractApiRequest {
|
|
19355
20312
|
constructor(integrationDeliverooId) {
|
|
19356
20313
|
super(void 0);
|
|
@@ -19392,12 +20349,12 @@ var GetIntegrationDeliverooMenuVersionDetails = class extends import_sdk_js_core
|
|
|
19392
20349
|
|
|
19393
20350
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuVersions.ts
|
|
19394
20351
|
var import_sdk_js_core106 = require("@deliverart/sdk-js-core");
|
|
19395
|
-
var
|
|
20352
|
+
var import_sdk_js_global_types41 = require("@deliverart/sdk-js-global-types");
|
|
19396
20353
|
var getIntegrationDeliverooMenuVersionsQuerySchema = external_exports.object({
|
|
19397
20354
|
page: external_exports.coerce.number().optional()
|
|
19398
20355
|
});
|
|
19399
20356
|
var getIntegrationDeliverooMenuVersionsInputSchema = external_exports.undefined();
|
|
19400
|
-
var getIntegrationDeliverooMenuVersionsResponseSchema = (0,
|
|
20357
|
+
var getIntegrationDeliverooMenuVersionsResponseSchema = (0, import_sdk_js_global_types41.createPaginatedSchema)(menuVersionSchema);
|
|
19401
20358
|
var GetIntegrationDeliverooMenuVersions = class extends import_sdk_js_core106.AbstractApiRequest {
|
|
19402
20359
|
constructor(integrationDeliverooId, options) {
|
|
19403
20360
|
super(void 0, options);
|
|
@@ -19441,10 +20398,10 @@ var GetIntegrationDeliverooOrderDetails = class extends import_sdk_js_core107.Ab
|
|
|
19441
20398
|
|
|
19442
20399
|
// src/requests/services/deliveroo/GetIntegrationDeliverooOrders.ts
|
|
19443
20400
|
var import_sdk_js_core108 = require("@deliverart/sdk-js-core");
|
|
19444
|
-
var
|
|
20401
|
+
var import_sdk_js_global_types42 = require("@deliverart/sdk-js-global-types");
|
|
19445
20402
|
var getIntegrationDeliverooOrdersQuerySchema = integrationDeliverooOrdersQuerySchema;
|
|
19446
20403
|
var getIntegrationDeliverooOrdersInputSchema = external_exports.undefined();
|
|
19447
|
-
var getIntegrationDeliverooOrdersResponseSchema = (0,
|
|
20404
|
+
var getIntegrationDeliverooOrdersResponseSchema = (0, import_sdk_js_global_types42.createPaginatedSchema)(
|
|
19448
20405
|
integrationDeliverooOrderSchema
|
|
19449
20406
|
);
|
|
19450
20407
|
var GetIntegrationDeliverooOrders = class extends import_sdk_js_core108.AbstractApiRequest {
|
|
@@ -19564,10 +20521,10 @@ var GetIntegrationDeliverooSyncMenuProcessDetails = class extends import_sdk_js_
|
|
|
19564
20521
|
|
|
19565
20522
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSyncMenuProcesses.ts
|
|
19566
20523
|
var import_sdk_js_core113 = require("@deliverart/sdk-js-core");
|
|
19567
|
-
var
|
|
20524
|
+
var import_sdk_js_global_types43 = require("@deliverart/sdk-js-global-types");
|
|
19568
20525
|
var getIntegrationDeliverooSyncMenuProcessesQuerySchema = integrationDeliverooSyncMenuProcessesQuerySchema;
|
|
19569
20526
|
var getIntegrationDeliverooSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
19570
|
-
var getIntegrationDeliverooSyncMenuProcessesResponseSchema = (0,
|
|
20527
|
+
var getIntegrationDeliverooSyncMenuProcessesResponseSchema = (0, import_sdk_js_global_types43.createPaginatedSchema)(
|
|
19571
20528
|
integrationDeliverooSyncMenuProcessSchema
|
|
19572
20529
|
);
|
|
19573
20530
|
var GetIntegrationDeliverooSyncMenuProcesses = class extends import_sdk_js_core113.AbstractApiRequest {
|
|
@@ -19613,10 +20570,10 @@ var GetIntegrationDeliverooWebhookEventDetails = class extends import_sdk_js_cor
|
|
|
19613
20570
|
|
|
19614
20571
|
// src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEvents.ts
|
|
19615
20572
|
var import_sdk_js_core115 = require("@deliverart/sdk-js-core");
|
|
19616
|
-
var
|
|
20573
|
+
var import_sdk_js_global_types44 = require("@deliverart/sdk-js-global-types");
|
|
19617
20574
|
var getIntegrationDeliverooWebhookEventsQuerySchema = integrationDeliverooWebhookEventsQueryParamsSchema;
|
|
19618
20575
|
var getIntegrationDeliverooWebhookEventsInputSchema = external_exports.undefined();
|
|
19619
|
-
var getIntegrationDeliverooWebhookEventsResponseSchema = (0,
|
|
20576
|
+
var getIntegrationDeliverooWebhookEventsResponseSchema = (0, import_sdk_js_global_types44.createPaginatedSchema)(
|
|
19620
20577
|
integrationDeliverooWebhookEventSchema
|
|
19621
20578
|
);
|
|
19622
20579
|
var GetIntegrationDeliverooWebhookEvents = class extends import_sdk_js_core115.AbstractApiRequest {
|
|
@@ -19757,11 +20714,11 @@ var UpdateIntegrationDeliverooSiteDayOff = class extends import_sdk_js_core120.A
|
|
|
19757
20714
|
|
|
19758
20715
|
// src/requests/services/deliveroo/UpdateIntegrationDeliverooSiteStatus.ts
|
|
19759
20716
|
var import_sdk_js_core121 = require("@deliverart/sdk-js-core");
|
|
19760
|
-
var
|
|
20717
|
+
var import_sdk_js_global_types45 = require("@deliverart/sdk-js-global-types");
|
|
19761
20718
|
var updateIntegrationDeliverooSiteStatusInputSchema = external_exports.object({
|
|
19762
20719
|
status: integrationDeliverooSiteStatusSchema
|
|
19763
20720
|
});
|
|
19764
|
-
var updateIntegrationDeliverooSiteStatusResponseSchema =
|
|
20721
|
+
var updateIntegrationDeliverooSiteStatusResponseSchema = import_sdk_js_global_types45.emptyResponseSchema;
|
|
19765
20722
|
var UpdateIntegrationDeliverooSiteStatus = class extends import_sdk_js_core121.AbstractApiRequest {
|
|
19766
20723
|
constructor(integrationDeliverooId, input) {
|
|
19767
20724
|
super(input);
|
|
@@ -19806,9 +20763,9 @@ var CreateIntegrationEcommerce = class extends import_sdk_js_core122.AbstractApi
|
|
|
19806
20763
|
|
|
19807
20764
|
// src/requests/services/ecommerce/DeleteIntegrationEcommerce.ts
|
|
19808
20765
|
var import_sdk_js_core123 = require("@deliverart/sdk-js-core");
|
|
19809
|
-
var
|
|
20766
|
+
var import_sdk_js_global_types46 = require("@deliverart/sdk-js-global-types");
|
|
19810
20767
|
var deleteIntegrationEcommerceInputSchema = external_exports.undefined();
|
|
19811
|
-
var deleteIntegrationEcommerceResponseSchema =
|
|
20768
|
+
var deleteIntegrationEcommerceResponseSchema = import_sdk_js_global_types46.emptyResponseSchema;
|
|
19812
20769
|
var DeleteIntegrationEcommerce = class extends import_sdk_js_core123.AbstractApiRequest {
|
|
19813
20770
|
constructor(integrationEcommerceId) {
|
|
19814
20771
|
super(void 0);
|
|
@@ -19870,12 +20827,12 @@ var GetIntegrationEcommerceInfo = class extends import_sdk_js_core125.AbstractAp
|
|
|
19870
20827
|
|
|
19871
20828
|
// src/requests/services/ecommerce/GetIntegrationEcommerceList.ts
|
|
19872
20829
|
var import_sdk_js_core126 = require("@deliverart/sdk-js-core");
|
|
19873
|
-
var
|
|
20830
|
+
var import_sdk_js_global_types47 = require("@deliverart/sdk-js-global-types");
|
|
19874
20831
|
var getIntegrationEcommerceListQuerySchema = integrationsEcommerceQuerySchema.omit({
|
|
19875
20832
|
service: true
|
|
19876
20833
|
});
|
|
19877
20834
|
var getIntegrationEcommerceListInputSchema = external_exports.undefined();
|
|
19878
|
-
var getIntegrationEcommerceListResponseSchema = (0,
|
|
20835
|
+
var getIntegrationEcommerceListResponseSchema = (0, import_sdk_js_global_types47.createPaginatedSchema)(
|
|
19879
20836
|
integrationEcommerceSchema
|
|
19880
20837
|
);
|
|
19881
20838
|
var GetIntegrationEcommerceList = class extends import_sdk_js_core126.AbstractApiRequest {
|
|
@@ -19942,9 +20899,9 @@ var CreateIntegrationGlovo = class extends import_sdk_js_core128.AbstractApiRequ
|
|
|
19942
20899
|
|
|
19943
20900
|
// src/requests/services/glovo/DeleteIntegrationGlovo.ts
|
|
19944
20901
|
var import_sdk_js_core129 = require("@deliverart/sdk-js-core");
|
|
19945
|
-
var
|
|
20902
|
+
var import_sdk_js_global_types48 = require("@deliverart/sdk-js-global-types");
|
|
19946
20903
|
var deleteIntegrationGlovoInputSchema = external_exports.undefined();
|
|
19947
|
-
var deleteIntegrationGlovoResponseSchema =
|
|
20904
|
+
var deleteIntegrationGlovoResponseSchema = import_sdk_js_global_types48.emptyResponseSchema;
|
|
19948
20905
|
var DeleteIntegrationGlovo = class extends import_sdk_js_core129.AbstractApiRequest {
|
|
19949
20906
|
constructor(integrationGlovoId) {
|
|
19950
20907
|
super(void 0);
|
|
@@ -19986,10 +20943,10 @@ var GetIntegrationGlovoBulkUpdateDetails = class extends import_sdk_js_core130.A
|
|
|
19986
20943
|
|
|
19987
20944
|
// src/requests/services/glovo/GetIntegrationGlovoBulkUpdates.ts
|
|
19988
20945
|
var import_sdk_js_core131 = require("@deliverart/sdk-js-core");
|
|
19989
|
-
var
|
|
20946
|
+
var import_sdk_js_global_types49 = require("@deliverart/sdk-js-global-types");
|
|
19990
20947
|
var getIntegrationGlovoBulkUpdatesQuerySchema = integrationGlovoBulkUpdatesQuerySchema;
|
|
19991
20948
|
var getIntegrationGlovoBulkUpdatesInputSchema = external_exports.undefined();
|
|
19992
|
-
var getIntegrationGlovoBulkUpdatesResponseSchema = (0,
|
|
20949
|
+
var getIntegrationGlovoBulkUpdatesResponseSchema = (0, import_sdk_js_global_types49.createPaginatedSchema)(
|
|
19993
20950
|
integrationGlovoBulkUpdateSchema
|
|
19994
20951
|
);
|
|
19995
20952
|
var GetIntegrationGlovoBulkUpdates = class extends import_sdk_js_core131.AbstractApiRequest {
|
|
@@ -20035,10 +20992,10 @@ var GetIntegrationGlovoClientLogRequestDetails = class extends import_sdk_js_cor
|
|
|
20035
20992
|
|
|
20036
20993
|
// src/requests/services/glovo/GetIntegrationGlovoClientLogRequests.ts
|
|
20037
20994
|
var import_sdk_js_core133 = require("@deliverart/sdk-js-core");
|
|
20038
|
-
var
|
|
20995
|
+
var import_sdk_js_global_types50 = require("@deliverart/sdk-js-global-types");
|
|
20039
20996
|
var getIntegrationGlovoClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
20040
20997
|
var getIntegrationGlovoClientLogRequestsInputSchema = external_exports.undefined();
|
|
20041
|
-
var getIntegrationGlovoClientLogRequestsResponseSchema = (0,
|
|
20998
|
+
var getIntegrationGlovoClientLogRequestsResponseSchema = (0, import_sdk_js_global_types50.createPaginatedSchema)(
|
|
20042
20999
|
integrationClientLogRequestSchema
|
|
20043
21000
|
);
|
|
20044
21001
|
var GetIntegrationGlovoClientLogRequests = class extends import_sdk_js_core133.AbstractApiRequest {
|
|
@@ -20113,10 +21070,10 @@ var GetIntegrationGlovoDetails = class extends import_sdk_js_core135.AbstractApi
|
|
|
20113
21070
|
|
|
20114
21071
|
// src/requests/services/glovo/GetIntegrationGlovoGlobalClientLogRequests.ts
|
|
20115
21072
|
var import_sdk_js_core136 = require("@deliverart/sdk-js-core");
|
|
20116
|
-
var
|
|
21073
|
+
var import_sdk_js_global_types51 = require("@deliverart/sdk-js-global-types");
|
|
20117
21074
|
var getIntegrationGlovoGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
20118
21075
|
var getIntegrationGlovoGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
20119
|
-
var getIntegrationGlovoGlobalClientLogRequestsResponseSchema = (0,
|
|
21076
|
+
var getIntegrationGlovoGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types51.createPaginatedSchema)(
|
|
20120
21077
|
integrationClientLogRequestSchema
|
|
20121
21078
|
);
|
|
20122
21079
|
var GetIntegrationGlovoGlobalClientLogRequests = class extends import_sdk_js_core136.AbstractApiRequest {
|
|
@@ -20139,12 +21096,12 @@ var GetIntegrationGlovoGlobalClientLogRequests = class extends import_sdk_js_cor
|
|
|
20139
21096
|
|
|
20140
21097
|
// src/requests/services/glovo/GetIntegrationGlovoList.ts
|
|
20141
21098
|
var import_sdk_js_core137 = require("@deliverart/sdk-js-core");
|
|
20142
|
-
var
|
|
21099
|
+
var import_sdk_js_global_types52 = require("@deliverart/sdk-js-global-types");
|
|
20143
21100
|
var getIntegrationGlovoListQuerySchema = integrationsGlovoQuerySchema.omit({
|
|
20144
21101
|
service: true
|
|
20145
21102
|
});
|
|
20146
21103
|
var getIntegrationGlovoListInputSchema = external_exports.undefined();
|
|
20147
|
-
var getIntegrationGlovoListResponseSchema = (0,
|
|
21104
|
+
var getIntegrationGlovoListResponseSchema = (0, import_sdk_js_global_types52.createPaginatedSchema)(integrationGlovoSchema);
|
|
20148
21105
|
var GetIntegrationGlovoList = class extends import_sdk_js_core137.AbstractApiRequest {
|
|
20149
21106
|
constructor(options) {
|
|
20150
21107
|
super(void 0, options);
|
|
@@ -20187,10 +21144,10 @@ var GetIntegrationGlovoMenuItemDeltaDetails = class extends import_sdk_js_core13
|
|
|
20187
21144
|
|
|
20188
21145
|
// src/requests/services/glovo/GetIntegrationGlovoMenuItemDeltas.ts
|
|
20189
21146
|
var import_sdk_js_core139 = require("@deliverart/sdk-js-core");
|
|
20190
|
-
var
|
|
21147
|
+
var import_sdk_js_global_types53 = require("@deliverart/sdk-js-global-types");
|
|
20191
21148
|
var getIntegrationGlovoMenuItemDeltasQuerySchema = integrationGlovoMenuItemDeltasQuerySchema;
|
|
20192
21149
|
var getIntegrationGlovoMenuItemDeltasInputSchema = external_exports.undefined();
|
|
20193
|
-
var getIntegrationGlovoMenuItemDeltasResponseSchema = (0,
|
|
21150
|
+
var getIntegrationGlovoMenuItemDeltasResponseSchema = (0, import_sdk_js_global_types53.createPaginatedSchema)(
|
|
20194
21151
|
integrationGlovoMenuItemDeltaSchema
|
|
20195
21152
|
);
|
|
20196
21153
|
var GetIntegrationGlovoMenuItemDeltas = class extends import_sdk_js_core139.AbstractApiRequest {
|
|
@@ -20214,9 +21171,9 @@ var GetIntegrationGlovoMenuItemDeltas = class extends import_sdk_js_core139.Abst
|
|
|
20214
21171
|
|
|
20215
21172
|
// src/requests/services/glovo/GetIntegrationGlovoMenuValidation.ts
|
|
20216
21173
|
var import_sdk_js_core140 = require("@deliverart/sdk-js-core");
|
|
20217
|
-
var
|
|
21174
|
+
var import_sdk_js_global_types54 = require("@deliverart/sdk-js-global-types");
|
|
20218
21175
|
var getIntegrationGlovoMenuValidationInputSchema = external_exports.undefined();
|
|
20219
|
-
var getIntegrationGlovoMenuValidationResponseSchema =
|
|
21176
|
+
var getIntegrationGlovoMenuValidationResponseSchema = import_sdk_js_global_types54.emptyResponseSchema;
|
|
20220
21177
|
var GetIntegrationGlovoMenuValidation = class extends import_sdk_js_core140.AbstractApiRequest {
|
|
20221
21178
|
constructor(integrationGlovoId) {
|
|
20222
21179
|
super(void 0);
|
|
@@ -20258,10 +21215,10 @@ var GetIntegrationGlovoMenuUpdateDetails = class extends import_sdk_js_core141.A
|
|
|
20258
21215
|
|
|
20259
21216
|
// src/requests/services/glovo/GetIntegrationGlovoMenuUpdates.ts
|
|
20260
21217
|
var import_sdk_js_core142 = require("@deliverart/sdk-js-core");
|
|
20261
|
-
var
|
|
21218
|
+
var import_sdk_js_global_types55 = require("@deliverart/sdk-js-global-types");
|
|
20262
21219
|
var getIntegrationGlovoMenuUpdatesQuerySchema = integrationGlovoMenuUpdatesQuerySchema;
|
|
20263
21220
|
var getIntegrationGlovoMenuUpdatesInputSchema = external_exports.undefined();
|
|
20264
|
-
var getIntegrationGlovoMenuUpdatesResponseSchema = (0,
|
|
21221
|
+
var getIntegrationGlovoMenuUpdatesResponseSchema = (0, import_sdk_js_global_types55.createPaginatedSchema)(
|
|
20265
21222
|
integrationGlovoMenuUpdateSchema
|
|
20266
21223
|
);
|
|
20267
21224
|
var GetIntegrationGlovoMenuUpdates = class extends import_sdk_js_core142.AbstractApiRequest {
|
|
@@ -20307,12 +21264,12 @@ var GetIntegrationGlovoMenuVersionDetails = class extends import_sdk_js_core143.
|
|
|
20307
21264
|
|
|
20308
21265
|
// src/requests/services/glovo/GetIntegrationGlovoMenuVersions.ts
|
|
20309
21266
|
var import_sdk_js_core144 = require("@deliverart/sdk-js-core");
|
|
20310
|
-
var
|
|
21267
|
+
var import_sdk_js_global_types56 = require("@deliverart/sdk-js-global-types");
|
|
20311
21268
|
var getIntegrationGlovoMenuVersionsQuerySchema = external_exports.object({
|
|
20312
21269
|
page: external_exports.coerce.number().optional()
|
|
20313
21270
|
});
|
|
20314
21271
|
var getIntegrationGlovoMenuVersionsInputSchema = external_exports.undefined();
|
|
20315
|
-
var getIntegrationGlovoMenuVersionsResponseSchema = (0,
|
|
21272
|
+
var getIntegrationGlovoMenuVersionsResponseSchema = (0, import_sdk_js_global_types56.createPaginatedSchema)(menuVersionSchema);
|
|
20316
21273
|
var GetIntegrationGlovoMenuVersions = class extends import_sdk_js_core144.AbstractApiRequest {
|
|
20317
21274
|
constructor(integrationGlovoId, options) {
|
|
20318
21275
|
super(void 0, options);
|
|
@@ -20356,10 +21313,10 @@ var GetIntegrationGlovoOrderDetails = class extends import_sdk_js_core145.Abstra
|
|
|
20356
21313
|
|
|
20357
21314
|
// src/requests/services/glovo/GetIntegrationGlovoOrders.ts
|
|
20358
21315
|
var import_sdk_js_core146 = require("@deliverart/sdk-js-core");
|
|
20359
|
-
var
|
|
21316
|
+
var import_sdk_js_global_types57 = require("@deliverart/sdk-js-global-types");
|
|
20360
21317
|
var getIntegrationGlovoOrdersQuerySchema = integrationGlovoOrdersQuerySchema;
|
|
20361
21318
|
var getIntegrationGlovoOrdersInputSchema = external_exports.undefined();
|
|
20362
|
-
var getIntegrationGlovoOrdersResponseSchema = (0,
|
|
21319
|
+
var getIntegrationGlovoOrdersResponseSchema = (0, import_sdk_js_global_types57.createPaginatedSchema)(
|
|
20363
21320
|
integrationGlovoOrderSchema
|
|
20364
21321
|
);
|
|
20365
21322
|
var GetIntegrationGlovoOrders = class extends import_sdk_js_core146.AbstractApiRequest {
|
|
@@ -20456,10 +21413,10 @@ var GetIntegrationGlovoWebhookEventDetails = class extends import_sdk_js_core149
|
|
|
20456
21413
|
|
|
20457
21414
|
// src/requests/services/glovo/GetIntegrationGlovoWebhookEvents.ts
|
|
20458
21415
|
var import_sdk_js_core150 = require("@deliverart/sdk-js-core");
|
|
20459
|
-
var
|
|
21416
|
+
var import_sdk_js_global_types58 = require("@deliverart/sdk-js-global-types");
|
|
20460
21417
|
var getIntegrationGlovoWebhookEventsQuerySchema = integrationGlovoWebhookEventsQueryParamsSchema;
|
|
20461
21418
|
var getIntegrationGlovoWebhookEventsInputSchema = external_exports.undefined();
|
|
20462
|
-
var getIntegrationGlovoWebhookEventsResponseSchema = (0,
|
|
21419
|
+
var getIntegrationGlovoWebhookEventsResponseSchema = (0, import_sdk_js_global_types58.createPaginatedSchema)(
|
|
20463
21420
|
integrationGlovoWebhookEventSchema
|
|
20464
21421
|
);
|
|
20465
21422
|
var GetIntegrationGlovoWebhookEvents = class extends import_sdk_js_core150.AbstractApiRequest {
|
|
@@ -20555,11 +21512,11 @@ var UpdateIntegrationGlovo = class extends import_sdk_js_core153.AbstractApiRequ
|
|
|
20555
21512
|
|
|
20556
21513
|
// src/requests/services/glovo/UpdateIntegrationGlovoStoreStatus.ts
|
|
20557
21514
|
var import_sdk_js_core154 = require("@deliverart/sdk-js-core");
|
|
20558
|
-
var
|
|
21515
|
+
var import_sdk_js_global_types59 = require("@deliverart/sdk-js-global-types");
|
|
20559
21516
|
var updateIntegrationGlovoStoreStatusInputSchema = external_exports.object({
|
|
20560
21517
|
status: integrationGlovoStoreStatusSchema
|
|
20561
21518
|
});
|
|
20562
|
-
var updateIntegrationGlovoStoreStatusResponseSchema =
|
|
21519
|
+
var updateIntegrationGlovoStoreStatusResponseSchema = import_sdk_js_global_types59.emptyResponseSchema;
|
|
20563
21520
|
var UpdateIntegrationGlovoStoreStatus = class extends import_sdk_js_core154.AbstractApiRequest {
|
|
20564
21521
|
constructor(integrationGlovoId, input) {
|
|
20565
21522
|
super(input);
|
|
@@ -20602,9 +21559,9 @@ var CreateIntegrationJustEat = class extends import_sdk_js_core155.AbstractApiRe
|
|
|
20602
21559
|
|
|
20603
21560
|
// src/requests/services/justeat/DeleteIntegrationJustEat.ts
|
|
20604
21561
|
var import_sdk_js_core156 = require("@deliverart/sdk-js-core");
|
|
20605
|
-
var
|
|
21562
|
+
var import_sdk_js_global_types60 = require("@deliverart/sdk-js-global-types");
|
|
20606
21563
|
var deleteIntegrationJustEatInputSchema = external_exports.undefined();
|
|
20607
|
-
var deleteIntegrationJustEatResponseSchema =
|
|
21564
|
+
var deleteIntegrationJustEatResponseSchema = import_sdk_js_global_types60.emptyResponseSchema;
|
|
20608
21565
|
var DeleteIntegrationJustEat = class extends import_sdk_js_core156.AbstractApiRequest {
|
|
20609
21566
|
constructor(integrationJustEatId) {
|
|
20610
21567
|
super(void 0);
|
|
@@ -20646,10 +21603,10 @@ var GetIntegrationJustEatClientLogRequestDetails = class extends import_sdk_js_c
|
|
|
20646
21603
|
|
|
20647
21604
|
// src/requests/services/justeat/GetIntegrationJustEatClientLogRequests.ts
|
|
20648
21605
|
var import_sdk_js_core158 = require("@deliverart/sdk-js-core");
|
|
20649
|
-
var
|
|
21606
|
+
var import_sdk_js_global_types61 = require("@deliverart/sdk-js-global-types");
|
|
20650
21607
|
var getIntegrationJustEatClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
20651
21608
|
var getIntegrationJustEatClientLogRequestsInputSchema = external_exports.undefined();
|
|
20652
|
-
var getIntegrationJustEatClientLogRequestsResponseSchema = (0,
|
|
21609
|
+
var getIntegrationJustEatClientLogRequestsResponseSchema = (0, import_sdk_js_global_types61.createPaginatedSchema)(
|
|
20653
21610
|
integrationClientLogRequestSchema
|
|
20654
21611
|
);
|
|
20655
21612
|
var GetIntegrationJustEatClientLogRequests = class extends import_sdk_js_core158.AbstractApiRequest {
|
|
@@ -20722,10 +21679,10 @@ var GetIntegrationJustEatDetails = class extends import_sdk_js_core160.AbstractA
|
|
|
20722
21679
|
|
|
20723
21680
|
// src/requests/services/justeat/GetIntegrationJustEatGlobalClientLogRequests.ts
|
|
20724
21681
|
var import_sdk_js_core161 = require("@deliverart/sdk-js-core");
|
|
20725
|
-
var
|
|
21682
|
+
var import_sdk_js_global_types62 = require("@deliverart/sdk-js-global-types");
|
|
20726
21683
|
var getIntegrationJustEatGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
20727
21684
|
var getIntegrationJustEatGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
20728
|
-
var getIntegrationJustEatGlobalClientLogRequestsResponseSchema = (0,
|
|
21685
|
+
var getIntegrationJustEatGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types62.createPaginatedSchema)(
|
|
20729
21686
|
integrationClientLogRequestSchema
|
|
20730
21687
|
);
|
|
20731
21688
|
var GetIntegrationJustEatGlobalClientLogRequests = class extends import_sdk_js_core161.AbstractApiRequest {
|
|
@@ -20748,12 +21705,12 @@ var GetIntegrationJustEatGlobalClientLogRequests = class extends import_sdk_js_c
|
|
|
20748
21705
|
|
|
20749
21706
|
// src/requests/services/justeat/GetIntegrationJustEatList.ts
|
|
20750
21707
|
var import_sdk_js_core162 = require("@deliverart/sdk-js-core");
|
|
20751
|
-
var
|
|
21708
|
+
var import_sdk_js_global_types63 = require("@deliverart/sdk-js-global-types");
|
|
20752
21709
|
var getIntegrationJustEatListQuerySchema = integrationsJustEatQuerySchema.omit({
|
|
20753
21710
|
service: true
|
|
20754
21711
|
});
|
|
20755
21712
|
var getIntegrationJustEatListInputSchema = external_exports.undefined();
|
|
20756
|
-
var getIntegrationJustEatListResponseSchema = (0,
|
|
21713
|
+
var getIntegrationJustEatListResponseSchema = (0, import_sdk_js_global_types63.createPaginatedSchema)(integrationJustEatSchema);
|
|
20757
21714
|
var GetIntegrationJustEatList = class extends import_sdk_js_core162.AbstractApiRequest {
|
|
20758
21715
|
constructor(options) {
|
|
20759
21716
|
super(void 0, options);
|
|
@@ -20796,10 +21753,10 @@ var GetIntegrationJustEatMenuItemAvailabilityDeltaDetails = class extends import
|
|
|
20796
21753
|
|
|
20797
21754
|
// src/requests/services/justeat/GetIntegrationJustEatMenuItemAvailabilityDeltas.ts
|
|
20798
21755
|
var import_sdk_js_core164 = require("@deliverart/sdk-js-core");
|
|
20799
|
-
var
|
|
21756
|
+
var import_sdk_js_global_types64 = require("@deliverart/sdk-js-global-types");
|
|
20800
21757
|
var getIntegrationJustEatMenuItemAvailabilityDeltasQuerySchema = integrationJustEatMenuItemAvailabilityDeltasQuerySchema;
|
|
20801
21758
|
var getIntegrationJustEatMenuItemAvailabilityDeltasInputSchema = external_exports.undefined();
|
|
20802
|
-
var getIntegrationJustEatMenuItemAvailabilityDeltasResponseSchema = (0,
|
|
21759
|
+
var getIntegrationJustEatMenuItemAvailabilityDeltasResponseSchema = (0, import_sdk_js_global_types64.createPaginatedSchema)(integrationJustEatMenuItemAvailabilityDeltaSchema);
|
|
20803
21760
|
var GetIntegrationJustEatMenuItemAvailabilityDeltas = class extends import_sdk_js_core164.AbstractApiRequest {
|
|
20804
21761
|
constructor(integrationJustEatId, options) {
|
|
20805
21762
|
super(void 0, options);
|
|
@@ -20821,9 +21778,9 @@ var GetIntegrationJustEatMenuItemAvailabilityDeltas = class extends import_sdk_j
|
|
|
20821
21778
|
|
|
20822
21779
|
// src/requests/services/justeat/GetIntegrationJustEatMenuValidation.ts
|
|
20823
21780
|
var import_sdk_js_core165 = require("@deliverart/sdk-js-core");
|
|
20824
|
-
var
|
|
21781
|
+
var import_sdk_js_global_types65 = require("@deliverart/sdk-js-global-types");
|
|
20825
21782
|
var getIntegrationJustEatMenuValidationInputSchema = external_exports.undefined();
|
|
20826
|
-
var getIntegrationJustEatMenuValidationResponseSchema =
|
|
21783
|
+
var getIntegrationJustEatMenuValidationResponseSchema = import_sdk_js_global_types65.emptyResponseSchema;
|
|
20827
21784
|
var GetIntegrationJustEatMenuValidation = class extends import_sdk_js_core165.AbstractApiRequest {
|
|
20828
21785
|
constructor(integrationJustEatId, type) {
|
|
20829
21786
|
super(void 0);
|
|
@@ -20866,12 +21823,12 @@ var GetIntegrationJustEatMenuVersionDetails = class extends import_sdk_js_core16
|
|
|
20866
21823
|
|
|
20867
21824
|
// src/requests/services/justeat/GetIntegrationJustEatMenuVersions.ts
|
|
20868
21825
|
var import_sdk_js_core167 = require("@deliverart/sdk-js-core");
|
|
20869
|
-
var
|
|
21826
|
+
var import_sdk_js_global_types66 = require("@deliverart/sdk-js-global-types");
|
|
20870
21827
|
var getIntegrationJustEatMenuVersionsQuerySchema = external_exports.object({
|
|
20871
21828
|
page: external_exports.coerce.number().optional()
|
|
20872
21829
|
});
|
|
20873
21830
|
var getIntegrationJustEatMenuVersionsInputSchema = external_exports.undefined();
|
|
20874
|
-
var getIntegrationJustEatMenuVersionsResponseSchema = (0,
|
|
21831
|
+
var getIntegrationJustEatMenuVersionsResponseSchema = (0, import_sdk_js_global_types66.createPaginatedSchema)(menuVersionSchema);
|
|
20875
21832
|
var GetIntegrationJustEatMenuVersions = class extends import_sdk_js_core167.AbstractApiRequest {
|
|
20876
21833
|
constructor(integrationJustEatId, options) {
|
|
20877
21834
|
super(void 0, options);
|
|
@@ -20915,10 +21872,10 @@ var GetIntegrationJustEatOrderDetails = class extends import_sdk_js_core168.Abst
|
|
|
20915
21872
|
|
|
20916
21873
|
// src/requests/services/justeat/GetIntegrationJustEatOrders.ts
|
|
20917
21874
|
var import_sdk_js_core169 = require("@deliverart/sdk-js-core");
|
|
20918
|
-
var
|
|
21875
|
+
var import_sdk_js_global_types67 = require("@deliverart/sdk-js-global-types");
|
|
20919
21876
|
var getIntegrationJustEatOrdersQuerySchema = integrationJustEatOrdersQueryParamsSchema;
|
|
20920
21877
|
var getIntegrationJustEatOrdersInputSchema = external_exports.undefined();
|
|
20921
|
-
var getIntegrationJustEatOrdersResponseSchema = (0,
|
|
21878
|
+
var getIntegrationJustEatOrdersResponseSchema = (0, import_sdk_js_global_types67.createPaginatedSchema)(
|
|
20922
21879
|
integrationJustEatOrderSchema
|
|
20923
21880
|
);
|
|
20924
21881
|
var GetIntegrationJustEatOrders = class extends import_sdk_js_core169.AbstractApiRequest {
|
|
@@ -20992,10 +21949,10 @@ var GetIntegrationJustEatSyncMenuProcessDetails = class extends import_sdk_js_co
|
|
|
20992
21949
|
|
|
20993
21950
|
// src/requests/services/justeat/GetIntegrationJustEatSyncMenuProcesses.ts
|
|
20994
21951
|
var import_sdk_js_core172 = require("@deliverart/sdk-js-core");
|
|
20995
|
-
var
|
|
21952
|
+
var import_sdk_js_global_types68 = require("@deliverart/sdk-js-global-types");
|
|
20996
21953
|
var getIntegrationJustEatSyncMenuProcessesQuerySchema = integrationJustEatSyncMenuProcessesQuerySchema;
|
|
20997
21954
|
var getIntegrationJustEatSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
20998
|
-
var getIntegrationJustEatSyncMenuProcessesResponseSchema = (0,
|
|
21955
|
+
var getIntegrationJustEatSyncMenuProcessesResponseSchema = (0, import_sdk_js_global_types68.createPaginatedSchema)(
|
|
20999
21956
|
integrationJustEatSyncMenuProcessSchema
|
|
21000
21957
|
);
|
|
21001
21958
|
var GetIntegrationJustEatSyncMenuProcesses = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
@@ -21086,11 +22043,11 @@ var UpdateIntegrationJustEat = class extends import_sdk_js_core175.AbstractApiRe
|
|
|
21086
22043
|
|
|
21087
22044
|
// src/requests/services/justeat/UpdateIntegrationJustEatRestaurantStatus.ts
|
|
21088
22045
|
var import_sdk_js_core176 = require("@deliverart/sdk-js-core");
|
|
21089
|
-
var
|
|
22046
|
+
var import_sdk_js_global_types69 = require("@deliverart/sdk-js-global-types");
|
|
21090
22047
|
var updateIntegrationJustEatRestaurantStatusInputSchema = external_exports.object({
|
|
21091
22048
|
status: integrationJustEatRestaurantStatusSchema
|
|
21092
22049
|
});
|
|
21093
|
-
var updateIntegrationJustEatRestaurantStatusResponseSchema =
|
|
22050
|
+
var updateIntegrationJustEatRestaurantStatusResponseSchema = import_sdk_js_global_types69.emptyResponseSchema;
|
|
21094
22051
|
var UpdateIntegrationJustEatRestaurantStatus = class extends import_sdk_js_core176.AbstractApiRequest {
|
|
21095
22052
|
constructor(integrationJustEatId, input) {
|
|
21096
22053
|
super(input);
|
|
@@ -21154,9 +22111,9 @@ var CreateIntegrationKitchenAccessToken = class extends import_sdk_js_core178.Ab
|
|
|
21154
22111
|
|
|
21155
22112
|
// src/requests/services/kitchen/DeleteIntegrationKitchen.ts
|
|
21156
22113
|
var import_sdk_js_core179 = require("@deliverart/sdk-js-core");
|
|
21157
|
-
var
|
|
22114
|
+
var import_sdk_js_global_types70 = require("@deliverart/sdk-js-global-types");
|
|
21158
22115
|
var deleteIntegrationKitchenInputSchema = external_exports.undefined();
|
|
21159
|
-
var deleteIntegrationKitchenResponseSchema =
|
|
22116
|
+
var deleteIntegrationKitchenResponseSchema = import_sdk_js_global_types70.emptyResponseSchema;
|
|
21160
22117
|
var DeleteIntegrationKitchen = class extends import_sdk_js_core179.AbstractApiRequest {
|
|
21161
22118
|
constructor(integrationKitchenId) {
|
|
21162
22119
|
super(void 0);
|
|
@@ -21176,9 +22133,9 @@ var DeleteIntegrationKitchen = class extends import_sdk_js_core179.AbstractApiRe
|
|
|
21176
22133
|
|
|
21177
22134
|
// src/requests/services/kitchen/DeleteIntegrationKitchenAccessToken.ts
|
|
21178
22135
|
var import_sdk_js_core180 = require("@deliverart/sdk-js-core");
|
|
21179
|
-
var
|
|
22136
|
+
var import_sdk_js_global_types71 = require("@deliverart/sdk-js-global-types");
|
|
21180
22137
|
var deleteIntegrationKitchenAccessTokenInputSchema = external_exports.undefined();
|
|
21181
|
-
var deleteIntegrationKitchenAccessTokenResponseSchema =
|
|
22138
|
+
var deleteIntegrationKitchenAccessTokenResponseSchema = import_sdk_js_global_types71.emptyResponseSchema;
|
|
21182
22139
|
var DeleteIntegrationKitchenAccessToken = class extends import_sdk_js_core180.AbstractApiRequest {
|
|
21183
22140
|
constructor(integrationKitchenId, integrationKitchenAccessTokenId) {
|
|
21184
22141
|
super(void 0);
|
|
@@ -21221,10 +22178,10 @@ var GetIntegrationKitchenAccessTokenDetails = class extends import_sdk_js_core18
|
|
|
21221
22178
|
|
|
21222
22179
|
// src/requests/services/kitchen/GetIntegrationKitchenAccessTokens.ts
|
|
21223
22180
|
var import_sdk_js_core182 = require("@deliverart/sdk-js-core");
|
|
21224
|
-
var
|
|
22181
|
+
var import_sdk_js_global_types72 = require("@deliverart/sdk-js-global-types");
|
|
21225
22182
|
var getIntegrationKitchenAccessTokensQuerySchema = integrationKitchenAccessTokensQuerySchema;
|
|
21226
22183
|
var getIntegrationKitchenAccessTokensInputSchema = external_exports.undefined();
|
|
21227
|
-
var getIntegrationKitchenAccessTokensResponseSchema = (0,
|
|
22184
|
+
var getIntegrationKitchenAccessTokensResponseSchema = (0, import_sdk_js_global_types72.createPaginatedSchema)(
|
|
21228
22185
|
integrationKitchenAccessTokenSchema
|
|
21229
22186
|
);
|
|
21230
22187
|
var GetIntegrationKitchenAccessTokens = class extends import_sdk_js_core182.AbstractApiRequest {
|
|
@@ -21269,11 +22226,11 @@ var GetIntegrationKitchenDetails = class extends import_sdk_js_core183.AbstractA
|
|
|
21269
22226
|
|
|
21270
22227
|
// src/requests/services/kitchen/GetIntegrationKitchenList.ts
|
|
21271
22228
|
var import_sdk_js_core184 = require("@deliverart/sdk-js-core");
|
|
21272
|
-
var
|
|
22229
|
+
var import_sdk_js_global_types73 = require("@deliverart/sdk-js-global-types");
|
|
21273
22230
|
var getIntegrationKitchenListQuerySchema = integrationsKitchenQuerySchema.omit({
|
|
21274
22231
|
service: true
|
|
21275
22232
|
});
|
|
21276
|
-
var getIntegrationKitchenListResponseSchema = (0,
|
|
22233
|
+
var getIntegrationKitchenListResponseSchema = (0, import_sdk_js_global_types73.createPaginatedSchema)(integrationKitchenSchema);
|
|
21277
22234
|
var getIntegrationKitchenListInputSchema = external_exports.undefined();
|
|
21278
22235
|
var GetIntegrationKitchenList = class extends import_sdk_js_core184.AbstractApiRequest {
|
|
21279
22236
|
constructor(options) {
|
|
@@ -21314,11 +22271,1089 @@ var UpdateIntegrationKitchen = class extends import_sdk_js_core185.AbstractApiRe
|
|
|
21314
22271
|
}
|
|
21315
22272
|
};
|
|
21316
22273
|
|
|
21317
|
-
// src/requests/
|
|
22274
|
+
// src/requests/services/tilby/index.ts
|
|
21318
22275
|
var import_sdk_js_core186 = require("@deliverart/sdk-js-core");
|
|
22276
|
+
var import_sdk_js_global_types74 = require("@deliverart/sdk-js-global-types");
|
|
22277
|
+
var import_sdk_js_point_of_sale12 = require("@deliverart/sdk-js-point-of-sale");
|
|
22278
|
+
var createIntegrationTilbyInputSchema = integrationTilbyEditableFieldsSchema.extend({
|
|
22279
|
+
pointOfSale: import_sdk_js_point_of_sale12.pointOfSaleIriSchema
|
|
22280
|
+
});
|
|
22281
|
+
var createIntegrationTilbyResponseSchema = integrationTilbyDetailsSchema;
|
|
22282
|
+
var CreateIntegrationTilby = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22283
|
+
constructor(input) {
|
|
22284
|
+
super(input);
|
|
22285
|
+
this.method = "POST";
|
|
22286
|
+
this.contentType = "application/json";
|
|
22287
|
+
this.accept = "application/json";
|
|
22288
|
+
this.inputSchema = createIntegrationTilbyInputSchema;
|
|
22289
|
+
this.outputSchema = createIntegrationTilbyResponseSchema;
|
|
22290
|
+
this.querySchema = void 0;
|
|
22291
|
+
this.headersSchema = void 0;
|
|
22292
|
+
}
|
|
22293
|
+
getPath() {
|
|
22294
|
+
return "/integrations/tilby";
|
|
22295
|
+
}
|
|
22296
|
+
};
|
|
22297
|
+
var updateIntegrationTilbyInputSchema = integrationTilbyEditableFieldsSchema.partial();
|
|
22298
|
+
var updateIntegrationTilbyResponseSchema = integrationTilbyDetailsSchema;
|
|
22299
|
+
var UpdateIntegrationTilby = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22300
|
+
constructor(integrationTilbyId, input) {
|
|
22301
|
+
super(input);
|
|
22302
|
+
this.method = "PATCH";
|
|
22303
|
+
this.contentType = "application/merge-patch+json";
|
|
22304
|
+
this.accept = "application/json";
|
|
22305
|
+
this.inputSchema = updateIntegrationTilbyInputSchema;
|
|
22306
|
+
this.outputSchema = updateIntegrationTilbyResponseSchema;
|
|
22307
|
+
this.querySchema = void 0;
|
|
22308
|
+
this.headersSchema = void 0;
|
|
22309
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22310
|
+
}
|
|
22311
|
+
getPath() {
|
|
22312
|
+
return `/integrations/tilby/${this.integrationTilbyId}`;
|
|
22313
|
+
}
|
|
22314
|
+
};
|
|
22315
|
+
var deleteIntegrationTilbyInputSchema = external_exports.undefined();
|
|
22316
|
+
var deleteIntegrationTilbyResponseSchema = import_sdk_js_global_types74.emptyResponseSchema;
|
|
22317
|
+
var DeleteIntegrationTilby = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22318
|
+
constructor(integrationTilbyId) {
|
|
22319
|
+
super(void 0);
|
|
22320
|
+
this.method = "DELETE";
|
|
22321
|
+
this.contentType = "application/json";
|
|
22322
|
+
this.accept = "application/json";
|
|
22323
|
+
this.inputSchema = deleteIntegrationTilbyInputSchema;
|
|
22324
|
+
this.outputSchema = deleteIntegrationTilbyResponseSchema;
|
|
22325
|
+
this.querySchema = void 0;
|
|
22326
|
+
this.headersSchema = void 0;
|
|
22327
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22328
|
+
}
|
|
22329
|
+
getPath() {
|
|
22330
|
+
return `/integrations/tilby/${this.integrationTilbyId}`;
|
|
22331
|
+
}
|
|
22332
|
+
};
|
|
22333
|
+
var getIntegrationTilbyDetailsInputSchema = external_exports.undefined();
|
|
22334
|
+
var getIntegrationTilbyDetailsResponseSchema = integrationTilbyDetailsSchema;
|
|
22335
|
+
var GetIntegrationTilbyDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22336
|
+
constructor(integrationTilbyId) {
|
|
22337
|
+
super(void 0);
|
|
22338
|
+
this.method = "GET";
|
|
22339
|
+
this.contentType = "application/json";
|
|
22340
|
+
this.accept = "application/json";
|
|
22341
|
+
this.inputSchema = getIntegrationTilbyDetailsInputSchema;
|
|
22342
|
+
this.outputSchema = getIntegrationTilbyDetailsResponseSchema;
|
|
22343
|
+
this.querySchema = void 0;
|
|
22344
|
+
this.headersSchema = void 0;
|
|
22345
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22346
|
+
}
|
|
22347
|
+
getPath() {
|
|
22348
|
+
return `/integrations/tilby/${this.integrationTilbyId}`;
|
|
22349
|
+
}
|
|
22350
|
+
};
|
|
22351
|
+
var getIntegrationTilbyListQuerySchema = integrationsTilbyQuerySchema.omit({
|
|
22352
|
+
service: true
|
|
22353
|
+
});
|
|
22354
|
+
var getIntegrationTilbyListInputSchema = external_exports.undefined();
|
|
22355
|
+
var getIntegrationTilbyListResponseSchema = (0, import_sdk_js_global_types74.createPaginatedSchema)(integrationTilbySchema);
|
|
22356
|
+
var GetIntegrationTilbyList = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22357
|
+
constructor(options) {
|
|
22358
|
+
super(void 0, options);
|
|
22359
|
+
this.method = "GET";
|
|
22360
|
+
this.contentType = "application/json";
|
|
22361
|
+
this.accept = "application/json";
|
|
22362
|
+
this.inputSchema = getIntegrationTilbyListInputSchema;
|
|
22363
|
+
this.outputSchema = getIntegrationTilbyListResponseSchema;
|
|
22364
|
+
this.querySchema = getIntegrationTilbyListQuerySchema;
|
|
22365
|
+
this.headersSchema = void 0;
|
|
22366
|
+
this.listItemSchema = integrationTilbySchema;
|
|
22367
|
+
this.paginationDefaultEnabled = true;
|
|
22368
|
+
}
|
|
22369
|
+
getPath() {
|
|
22370
|
+
return "/integrations/tilby";
|
|
22371
|
+
}
|
|
22372
|
+
};
|
|
22373
|
+
var integrationTilbySyncInputSchema = external_exports.object({
|
|
22374
|
+
direction: integrationTilbySyncDirectionSchema,
|
|
22375
|
+
mode: integrationTilbySyncModeSchema
|
|
22376
|
+
});
|
|
22377
|
+
var integrationTilbyInboundOnlySyncInputSchema = integrationTilbySyncInputSchema.extend({
|
|
22378
|
+
direction: external_exports.literal("inbound")
|
|
22379
|
+
});
|
|
22380
|
+
var integrationTilbySyncResponseSchema = integrationAsyncMessageResponseSchema;
|
|
22381
|
+
var IntegrationTilbySyncFiscalMappings = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22382
|
+
constructor(integrationTilbyId, input) {
|
|
22383
|
+
super(input);
|
|
22384
|
+
this.method = "POST";
|
|
22385
|
+
this.contentType = "application/json";
|
|
22386
|
+
this.accept = "application/json";
|
|
22387
|
+
this.inputSchema = integrationTilbyInboundOnlySyncInputSchema;
|
|
22388
|
+
this.outputSchema = integrationTilbySyncResponseSchema;
|
|
22389
|
+
this.querySchema = void 0;
|
|
22390
|
+
this.headersSchema = void 0;
|
|
22391
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22392
|
+
}
|
|
22393
|
+
getPath() {
|
|
22394
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync/fiscal_mappings`;
|
|
22395
|
+
}
|
|
22396
|
+
};
|
|
22397
|
+
var IntegrationTilbySyncCustomers = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22398
|
+
constructor(integrationTilbyId, input) {
|
|
22399
|
+
super(input);
|
|
22400
|
+
this.method = "POST";
|
|
22401
|
+
this.contentType = "application/json";
|
|
22402
|
+
this.accept = "application/json";
|
|
22403
|
+
this.inputSchema = integrationTilbySyncInputSchema;
|
|
22404
|
+
this.outputSchema = integrationTilbySyncResponseSchema;
|
|
22405
|
+
this.querySchema = void 0;
|
|
22406
|
+
this.headersSchema = void 0;
|
|
22407
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22408
|
+
}
|
|
22409
|
+
getPath() {
|
|
22410
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync/customers`;
|
|
22411
|
+
}
|
|
22412
|
+
};
|
|
22413
|
+
var IntegrationTilbySyncMenu = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22414
|
+
constructor(integrationTilbyId, input) {
|
|
22415
|
+
super(input);
|
|
22416
|
+
this.method = "POST";
|
|
22417
|
+
this.contentType = "application/json";
|
|
22418
|
+
this.accept = "application/json";
|
|
22419
|
+
this.inputSchema = integrationTilbySyncInputSchema;
|
|
22420
|
+
this.outputSchema = integrationTilbySyncResponseSchema;
|
|
22421
|
+
this.querySchema = void 0;
|
|
22422
|
+
this.headersSchema = void 0;
|
|
22423
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22424
|
+
}
|
|
22425
|
+
getPath() {
|
|
22426
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync/menu`;
|
|
22427
|
+
}
|
|
22428
|
+
};
|
|
22429
|
+
var IntegrationTilbySyncOrders = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22430
|
+
constructor(integrationTilbyId, input) {
|
|
22431
|
+
super(input);
|
|
22432
|
+
this.method = "POST";
|
|
22433
|
+
this.contentType = "application/json";
|
|
22434
|
+
this.accept = "application/json";
|
|
22435
|
+
this.inputSchema = integrationTilbySyncInputSchema;
|
|
22436
|
+
this.outputSchema = integrationTilbySyncResponseSchema;
|
|
22437
|
+
this.querySchema = void 0;
|
|
22438
|
+
this.headersSchema = void 0;
|
|
22439
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22440
|
+
}
|
|
22441
|
+
getPath() {
|
|
22442
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync/orders`;
|
|
22443
|
+
}
|
|
22444
|
+
};
|
|
22445
|
+
var getIntegrationTilbyDepartmentMappingsQuerySchema = integrationTilbyDepartmentMappingsQuerySchema;
|
|
22446
|
+
var getIntegrationTilbyDepartmentMappingsInputSchema = external_exports.undefined();
|
|
22447
|
+
var getIntegrationTilbyDepartmentMappingsResponseSchema = external_exports.array(
|
|
22448
|
+
integrationTilbyDepartmentMappingSchema
|
|
22449
|
+
);
|
|
22450
|
+
var GetIntegrationTilbyDepartmentMappings = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22451
|
+
constructor(integrationTilbyId, options) {
|
|
22452
|
+
super(void 0, options);
|
|
22453
|
+
this.method = "GET";
|
|
22454
|
+
this.contentType = "application/json";
|
|
22455
|
+
this.accept = "application/json";
|
|
22456
|
+
this.inputSchema = getIntegrationTilbyDepartmentMappingsInputSchema;
|
|
22457
|
+
this.outputSchema = getIntegrationTilbyDepartmentMappingsResponseSchema;
|
|
22458
|
+
this.querySchema = getIntegrationTilbyDepartmentMappingsQuerySchema;
|
|
22459
|
+
this.headersSchema = void 0;
|
|
22460
|
+
this.listItemSchema = integrationTilbyDepartmentMappingSchema;
|
|
22461
|
+
this.paginationDefaultEnabled = false;
|
|
22462
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22463
|
+
}
|
|
22464
|
+
getPath() {
|
|
22465
|
+
return `/integrations/tilby/${this.integrationTilbyId}/department_mappings`;
|
|
22466
|
+
}
|
|
22467
|
+
};
|
|
22468
|
+
var getIntegrationTilbyDepartmentMappingDetailsInputSchema = external_exports.undefined();
|
|
22469
|
+
var getIntegrationTilbyDepartmentMappingDetailsResponseSchema = integrationTilbyDepartmentMappingDetailsSchema;
|
|
22470
|
+
var GetIntegrationTilbyDepartmentMappingDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22471
|
+
constructor(integrationTilbyId, mappingId) {
|
|
22472
|
+
super(void 0);
|
|
22473
|
+
this.method = "GET";
|
|
22474
|
+
this.contentType = "application/json";
|
|
22475
|
+
this.accept = "application/json";
|
|
22476
|
+
this.inputSchema = getIntegrationTilbyDepartmentMappingDetailsInputSchema;
|
|
22477
|
+
this.outputSchema = getIntegrationTilbyDepartmentMappingDetailsResponseSchema;
|
|
22478
|
+
this.querySchema = void 0;
|
|
22479
|
+
this.headersSchema = void 0;
|
|
22480
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22481
|
+
this.mappingId = mappingId;
|
|
22482
|
+
}
|
|
22483
|
+
getPath() {
|
|
22484
|
+
return `/integrations/tilby/${this.integrationTilbyId}/department_mappings/${this.mappingId}`;
|
|
22485
|
+
}
|
|
22486
|
+
};
|
|
22487
|
+
var updateIntegrationTilbyDepartmentMappingInputSchema = integrationTilbyDepartmentMappingEditableFieldsSchema;
|
|
22488
|
+
var updateIntegrationTilbyDepartmentMappingResponseSchema = integrationTilbyDepartmentMappingSchema;
|
|
22489
|
+
var UpdateIntegrationTilbyDepartmentMapping = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22490
|
+
constructor(integrationTilbyId, mappingId, input) {
|
|
22491
|
+
super(input);
|
|
22492
|
+
this.method = "PATCH";
|
|
22493
|
+
this.contentType = "application/merge-patch+json";
|
|
22494
|
+
this.accept = "application/json";
|
|
22495
|
+
this.inputSchema = updateIntegrationTilbyDepartmentMappingInputSchema;
|
|
22496
|
+
this.outputSchema = updateIntegrationTilbyDepartmentMappingResponseSchema;
|
|
22497
|
+
this.querySchema = void 0;
|
|
22498
|
+
this.headersSchema = void 0;
|
|
22499
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22500
|
+
this.mappingId = mappingId;
|
|
22501
|
+
}
|
|
22502
|
+
getPath() {
|
|
22503
|
+
return `/integrations/tilby/${this.integrationTilbyId}/department_mappings/${this.mappingId}`;
|
|
22504
|
+
}
|
|
22505
|
+
};
|
|
22506
|
+
var getIntegrationTilbyVatMappingsQuerySchema = integrationTilbyVatMappingsQuerySchema;
|
|
22507
|
+
var getIntegrationTilbyVatMappingsInputSchema = external_exports.undefined();
|
|
22508
|
+
var getIntegrationTilbyVatMappingsResponseSchema = external_exports.array(
|
|
22509
|
+
integrationTilbyVatMappingSchema
|
|
22510
|
+
);
|
|
22511
|
+
var GetIntegrationTilbyVatMappings = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22512
|
+
constructor(integrationTilbyId, options) {
|
|
22513
|
+
super(void 0, options);
|
|
22514
|
+
this.method = "GET";
|
|
22515
|
+
this.contentType = "application/json";
|
|
22516
|
+
this.accept = "application/json";
|
|
22517
|
+
this.inputSchema = getIntegrationTilbyVatMappingsInputSchema;
|
|
22518
|
+
this.outputSchema = getIntegrationTilbyVatMappingsResponseSchema;
|
|
22519
|
+
this.querySchema = getIntegrationTilbyVatMappingsQuerySchema;
|
|
22520
|
+
this.headersSchema = void 0;
|
|
22521
|
+
this.listItemSchema = integrationTilbyVatMappingSchema;
|
|
22522
|
+
this.paginationDefaultEnabled = false;
|
|
22523
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22524
|
+
}
|
|
22525
|
+
getPath() {
|
|
22526
|
+
return `/integrations/tilby/${this.integrationTilbyId}/vat_mappings`;
|
|
22527
|
+
}
|
|
22528
|
+
};
|
|
22529
|
+
var getIntegrationTilbyVatMappingDetailsInputSchema = external_exports.undefined();
|
|
22530
|
+
var getIntegrationTilbyVatMappingDetailsResponseSchema = integrationTilbyVatMappingDetailsSchema;
|
|
22531
|
+
var GetIntegrationTilbyVatMappingDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22532
|
+
constructor(integrationTilbyId, mappingId) {
|
|
22533
|
+
super(void 0);
|
|
22534
|
+
this.method = "GET";
|
|
22535
|
+
this.contentType = "application/json";
|
|
22536
|
+
this.accept = "application/json";
|
|
22537
|
+
this.inputSchema = getIntegrationTilbyVatMappingDetailsInputSchema;
|
|
22538
|
+
this.outputSchema = getIntegrationTilbyVatMappingDetailsResponseSchema;
|
|
22539
|
+
this.querySchema = void 0;
|
|
22540
|
+
this.headersSchema = void 0;
|
|
22541
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22542
|
+
this.mappingId = mappingId;
|
|
22543
|
+
}
|
|
22544
|
+
getPath() {
|
|
22545
|
+
return `/integrations/tilby/${this.integrationTilbyId}/vat_mappings/${this.mappingId}`;
|
|
22546
|
+
}
|
|
22547
|
+
};
|
|
22548
|
+
var updateIntegrationTilbyVatMappingInputSchema = integrationTilbyVatMappingEditableFieldsSchema;
|
|
22549
|
+
var updateIntegrationTilbyVatMappingResponseSchema = integrationTilbyVatMappingSchema;
|
|
22550
|
+
var UpdateIntegrationTilbyVatMapping = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22551
|
+
constructor(integrationTilbyId, mappingId, input) {
|
|
22552
|
+
super(input);
|
|
22553
|
+
this.method = "PATCH";
|
|
22554
|
+
this.contentType = "application/merge-patch+json";
|
|
22555
|
+
this.accept = "application/json";
|
|
22556
|
+
this.inputSchema = updateIntegrationTilbyVatMappingInputSchema;
|
|
22557
|
+
this.outputSchema = updateIntegrationTilbyVatMappingResponseSchema;
|
|
22558
|
+
this.querySchema = void 0;
|
|
22559
|
+
this.headersSchema = void 0;
|
|
22560
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22561
|
+
this.mappingId = mappingId;
|
|
22562
|
+
}
|
|
22563
|
+
getPath() {
|
|
22564
|
+
return `/integrations/tilby/${this.integrationTilbyId}/vat_mappings/${this.mappingId}`;
|
|
22565
|
+
}
|
|
22566
|
+
};
|
|
22567
|
+
var getIntegrationTilbyCategoryMappingsQuerySchema = integrationTilbyCategoryMappingsQuerySchema;
|
|
22568
|
+
var getIntegrationTilbyCategoryMappingsInputSchema = external_exports.undefined();
|
|
22569
|
+
var getIntegrationTilbyCategoryMappingsResponseSchema = external_exports.array(
|
|
22570
|
+
integrationTilbyCategoryMappingSchema
|
|
22571
|
+
);
|
|
22572
|
+
var GetIntegrationTilbyCategoryMappings = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22573
|
+
constructor(integrationTilbyId, options) {
|
|
22574
|
+
super(void 0, options);
|
|
22575
|
+
this.method = "GET";
|
|
22576
|
+
this.contentType = "application/json";
|
|
22577
|
+
this.accept = "application/json";
|
|
22578
|
+
this.inputSchema = getIntegrationTilbyCategoryMappingsInputSchema;
|
|
22579
|
+
this.outputSchema = getIntegrationTilbyCategoryMappingsResponseSchema;
|
|
22580
|
+
this.querySchema = getIntegrationTilbyCategoryMappingsQuerySchema;
|
|
22581
|
+
this.headersSchema = void 0;
|
|
22582
|
+
this.listItemSchema = integrationTilbyCategoryMappingSchema;
|
|
22583
|
+
this.paginationDefaultEnabled = false;
|
|
22584
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22585
|
+
}
|
|
22586
|
+
getPath() {
|
|
22587
|
+
return `/integrations/tilby/${this.integrationTilbyId}/category_mappings`;
|
|
22588
|
+
}
|
|
22589
|
+
};
|
|
22590
|
+
var getIntegrationTilbyCategoryMappingDetailsInputSchema = external_exports.undefined();
|
|
22591
|
+
var getIntegrationTilbyCategoryMappingDetailsResponseSchema = integrationTilbyCategoryMappingDetailsSchema;
|
|
22592
|
+
var GetIntegrationTilbyCategoryMappingDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22593
|
+
constructor(integrationTilbyId, mappingId) {
|
|
22594
|
+
super(void 0);
|
|
22595
|
+
this.method = "GET";
|
|
22596
|
+
this.contentType = "application/json";
|
|
22597
|
+
this.accept = "application/json";
|
|
22598
|
+
this.inputSchema = getIntegrationTilbyCategoryMappingDetailsInputSchema;
|
|
22599
|
+
this.outputSchema = getIntegrationTilbyCategoryMappingDetailsResponseSchema;
|
|
22600
|
+
this.querySchema = void 0;
|
|
22601
|
+
this.headersSchema = void 0;
|
|
22602
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22603
|
+
this.mappingId = mappingId;
|
|
22604
|
+
}
|
|
22605
|
+
getPath() {
|
|
22606
|
+
return `/integrations/tilby/${this.integrationTilbyId}/category_mappings/${this.mappingId}`;
|
|
22607
|
+
}
|
|
22608
|
+
};
|
|
22609
|
+
var updateIntegrationTilbyCategoryMappingInputSchema = integrationTilbyCategoryMappingEditableFieldsSchema;
|
|
22610
|
+
var updateIntegrationTilbyCategoryMappingResponseSchema = integrationTilbyCategoryMappingSchema;
|
|
22611
|
+
var UpdateIntegrationTilbyCategoryMapping = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22612
|
+
constructor(integrationTilbyId, mappingId, input) {
|
|
22613
|
+
super(input);
|
|
22614
|
+
this.method = "PATCH";
|
|
22615
|
+
this.contentType = "application/merge-patch+json";
|
|
22616
|
+
this.accept = "application/json";
|
|
22617
|
+
this.inputSchema = updateIntegrationTilbyCategoryMappingInputSchema;
|
|
22618
|
+
this.outputSchema = updateIntegrationTilbyCategoryMappingResponseSchema;
|
|
22619
|
+
this.querySchema = void 0;
|
|
22620
|
+
this.headersSchema = void 0;
|
|
22621
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22622
|
+
this.mappingId = mappingId;
|
|
22623
|
+
}
|
|
22624
|
+
getPath() {
|
|
22625
|
+
return `/integrations/tilby/${this.integrationTilbyId}/category_mappings/${this.mappingId}`;
|
|
22626
|
+
}
|
|
22627
|
+
};
|
|
22628
|
+
var getIntegrationTilbyComponentMappingsQuerySchema = integrationTilbyComponentMappingsQuerySchema;
|
|
22629
|
+
var getIntegrationTilbyComponentMappingsInputSchema = external_exports.undefined();
|
|
22630
|
+
var getIntegrationTilbyComponentMappingsResponseSchema = external_exports.array(
|
|
22631
|
+
integrationTilbyComponentMappingSchema
|
|
22632
|
+
);
|
|
22633
|
+
var GetIntegrationTilbyComponentMappings = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22634
|
+
constructor(integrationTilbyId, options) {
|
|
22635
|
+
super(void 0, options);
|
|
22636
|
+
this.method = "GET";
|
|
22637
|
+
this.contentType = "application/json";
|
|
22638
|
+
this.accept = "application/json";
|
|
22639
|
+
this.inputSchema = getIntegrationTilbyComponentMappingsInputSchema;
|
|
22640
|
+
this.outputSchema = getIntegrationTilbyComponentMappingsResponseSchema;
|
|
22641
|
+
this.querySchema = getIntegrationTilbyComponentMappingsQuerySchema;
|
|
22642
|
+
this.headersSchema = void 0;
|
|
22643
|
+
this.listItemSchema = integrationTilbyComponentMappingSchema;
|
|
22644
|
+
this.paginationDefaultEnabled = false;
|
|
22645
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22646
|
+
}
|
|
22647
|
+
getPath() {
|
|
22648
|
+
return `/integrations/tilby/${this.integrationTilbyId}/component_mappings`;
|
|
22649
|
+
}
|
|
22650
|
+
};
|
|
22651
|
+
var getIntegrationTilbyComponentMappingDetailsInputSchema = external_exports.undefined();
|
|
22652
|
+
var getIntegrationTilbyComponentMappingDetailsResponseSchema = integrationTilbyComponentMappingDetailsSchema;
|
|
22653
|
+
var GetIntegrationTilbyComponentMappingDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22654
|
+
constructor(integrationTilbyId, mappingId) {
|
|
22655
|
+
super(void 0);
|
|
22656
|
+
this.method = "GET";
|
|
22657
|
+
this.contentType = "application/json";
|
|
22658
|
+
this.accept = "application/json";
|
|
22659
|
+
this.inputSchema = getIntegrationTilbyComponentMappingDetailsInputSchema;
|
|
22660
|
+
this.outputSchema = getIntegrationTilbyComponentMappingDetailsResponseSchema;
|
|
22661
|
+
this.querySchema = void 0;
|
|
22662
|
+
this.headersSchema = void 0;
|
|
22663
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22664
|
+
this.mappingId = mappingId;
|
|
22665
|
+
}
|
|
22666
|
+
getPath() {
|
|
22667
|
+
return `/integrations/tilby/${this.integrationTilbyId}/component_mappings/${this.mappingId}`;
|
|
22668
|
+
}
|
|
22669
|
+
};
|
|
22670
|
+
var updateIntegrationTilbyComponentMappingInputSchema = integrationTilbyComponentMappingEditableFieldsSchema;
|
|
22671
|
+
var updateIntegrationTilbyComponentMappingResponseSchema = integrationTilbyComponentMappingSchema;
|
|
22672
|
+
var UpdateIntegrationTilbyComponentMapping = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22673
|
+
constructor(integrationTilbyId, mappingId, input) {
|
|
22674
|
+
super(input);
|
|
22675
|
+
this.method = "PATCH";
|
|
22676
|
+
this.contentType = "application/merge-patch+json";
|
|
22677
|
+
this.accept = "application/json";
|
|
22678
|
+
this.inputSchema = updateIntegrationTilbyComponentMappingInputSchema;
|
|
22679
|
+
this.outputSchema = updateIntegrationTilbyComponentMappingResponseSchema;
|
|
22680
|
+
this.querySchema = void 0;
|
|
22681
|
+
this.headersSchema = void 0;
|
|
22682
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22683
|
+
this.mappingId = mappingId;
|
|
22684
|
+
}
|
|
22685
|
+
getPath() {
|
|
22686
|
+
return `/integrations/tilby/${this.integrationTilbyId}/component_mappings/${this.mappingId}`;
|
|
22687
|
+
}
|
|
22688
|
+
};
|
|
22689
|
+
var getIntegrationTilbyProductMappingsQuerySchema = integrationTilbyProductMappingsQuerySchema;
|
|
22690
|
+
var getIntegrationTilbyProductMappingsInputSchema = external_exports.undefined();
|
|
22691
|
+
var getIntegrationTilbyProductMappingsResponseSchema = external_exports.array(
|
|
22692
|
+
integrationTilbyProductMappingSchema
|
|
22693
|
+
);
|
|
22694
|
+
var GetIntegrationTilbyProductMappings = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22695
|
+
constructor(integrationTilbyId, options) {
|
|
22696
|
+
super(void 0, options);
|
|
22697
|
+
this.method = "GET";
|
|
22698
|
+
this.contentType = "application/json";
|
|
22699
|
+
this.accept = "application/json";
|
|
22700
|
+
this.inputSchema = getIntegrationTilbyProductMappingsInputSchema;
|
|
22701
|
+
this.outputSchema = getIntegrationTilbyProductMappingsResponseSchema;
|
|
22702
|
+
this.querySchema = getIntegrationTilbyProductMappingsQuerySchema;
|
|
22703
|
+
this.headersSchema = void 0;
|
|
22704
|
+
this.listItemSchema = integrationTilbyProductMappingSchema;
|
|
22705
|
+
this.paginationDefaultEnabled = false;
|
|
22706
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22707
|
+
}
|
|
22708
|
+
getPath() {
|
|
22709
|
+
return `/integrations/tilby/${this.integrationTilbyId}/product_mappings`;
|
|
22710
|
+
}
|
|
22711
|
+
};
|
|
22712
|
+
var getIntegrationTilbyProductMappingDetailsInputSchema = external_exports.undefined();
|
|
22713
|
+
var getIntegrationTilbyProductMappingDetailsResponseSchema = integrationTilbyProductMappingDetailsSchema;
|
|
22714
|
+
var GetIntegrationTilbyProductMappingDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22715
|
+
constructor(integrationTilbyId, mappingId) {
|
|
22716
|
+
super(void 0);
|
|
22717
|
+
this.method = "GET";
|
|
22718
|
+
this.contentType = "application/json";
|
|
22719
|
+
this.accept = "application/json";
|
|
22720
|
+
this.inputSchema = getIntegrationTilbyProductMappingDetailsInputSchema;
|
|
22721
|
+
this.outputSchema = getIntegrationTilbyProductMappingDetailsResponseSchema;
|
|
22722
|
+
this.querySchema = void 0;
|
|
22723
|
+
this.headersSchema = void 0;
|
|
22724
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22725
|
+
this.mappingId = mappingId;
|
|
22726
|
+
}
|
|
22727
|
+
getPath() {
|
|
22728
|
+
return `/integrations/tilby/${this.integrationTilbyId}/product_mappings/${this.mappingId}`;
|
|
22729
|
+
}
|
|
22730
|
+
};
|
|
22731
|
+
var updateIntegrationTilbyProductMappingInputSchema = integrationTilbyProductMappingEditableFieldsSchema;
|
|
22732
|
+
var updateIntegrationTilbyProductMappingResponseSchema = integrationTilbyProductMappingSchema;
|
|
22733
|
+
var UpdateIntegrationTilbyProductMapping = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22734
|
+
constructor(integrationTilbyId, mappingId, input) {
|
|
22735
|
+
super(input);
|
|
22736
|
+
this.method = "PATCH";
|
|
22737
|
+
this.contentType = "application/merge-patch+json";
|
|
22738
|
+
this.accept = "application/json";
|
|
22739
|
+
this.inputSchema = updateIntegrationTilbyProductMappingInputSchema;
|
|
22740
|
+
this.outputSchema = updateIntegrationTilbyProductMappingResponseSchema;
|
|
22741
|
+
this.querySchema = void 0;
|
|
22742
|
+
this.headersSchema = void 0;
|
|
22743
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22744
|
+
this.mappingId = mappingId;
|
|
22745
|
+
}
|
|
22746
|
+
getPath() {
|
|
22747
|
+
return `/integrations/tilby/${this.integrationTilbyId}/product_mappings/${this.mappingId}`;
|
|
22748
|
+
}
|
|
22749
|
+
};
|
|
22750
|
+
var getIntegrationTilbyProductVariantMappingsQuerySchema = integrationTilbyProductVariantMappingsQuerySchema;
|
|
22751
|
+
var getIntegrationTilbyProductVariantMappingsInputSchema = external_exports.undefined();
|
|
22752
|
+
var getIntegrationTilbyProductVariantMappingsResponseSchema = external_exports.array(
|
|
22753
|
+
integrationTilbyProductVariantMappingSchema
|
|
22754
|
+
);
|
|
22755
|
+
var GetIntegrationTilbyProductVariantMappings = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22756
|
+
constructor(integrationTilbyId, productId, options) {
|
|
22757
|
+
super(void 0, options);
|
|
22758
|
+
this.method = "GET";
|
|
22759
|
+
this.contentType = "application/json";
|
|
22760
|
+
this.accept = "application/json";
|
|
22761
|
+
this.inputSchema = getIntegrationTilbyProductVariantMappingsInputSchema;
|
|
22762
|
+
this.outputSchema = getIntegrationTilbyProductVariantMappingsResponseSchema;
|
|
22763
|
+
this.querySchema = getIntegrationTilbyProductVariantMappingsQuerySchema;
|
|
22764
|
+
this.headersSchema = void 0;
|
|
22765
|
+
this.listItemSchema = integrationTilbyProductVariantMappingSchema;
|
|
22766
|
+
this.paginationDefaultEnabled = false;
|
|
22767
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22768
|
+
this.productId = productId;
|
|
22769
|
+
}
|
|
22770
|
+
getPath() {
|
|
22771
|
+
return `/integrations/tilby/${this.integrationTilbyId}/product_mappings/${this.productId}/variant_mappings`;
|
|
22772
|
+
}
|
|
22773
|
+
};
|
|
22774
|
+
var getIntegrationTilbyProductVariantMappingDetailsInputSchema = external_exports.undefined();
|
|
22775
|
+
var getIntegrationTilbyProductVariantMappingDetailsResponseSchema = integrationTilbyProductVariantMappingDetailsSchema;
|
|
22776
|
+
var GetIntegrationTilbyProductVariantMappingDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22777
|
+
constructor(integrationTilbyId, productId, variantId) {
|
|
22778
|
+
super(void 0);
|
|
22779
|
+
this.method = "GET";
|
|
22780
|
+
this.contentType = "application/json";
|
|
22781
|
+
this.accept = "application/json";
|
|
22782
|
+
this.inputSchema = getIntegrationTilbyProductVariantMappingDetailsInputSchema;
|
|
22783
|
+
this.outputSchema = getIntegrationTilbyProductVariantMappingDetailsResponseSchema;
|
|
22784
|
+
this.querySchema = void 0;
|
|
22785
|
+
this.headersSchema = void 0;
|
|
22786
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22787
|
+
this.productId = productId;
|
|
22788
|
+
this.variantId = variantId;
|
|
22789
|
+
}
|
|
22790
|
+
getPath() {
|
|
22791
|
+
return `/integrations/tilby/${this.integrationTilbyId}/product_mappings/${this.productId}/variant_mappings/${this.variantId}`;
|
|
22792
|
+
}
|
|
22793
|
+
};
|
|
22794
|
+
var updateIntegrationTilbyProductVariantMappingInputSchema = integrationTilbyProductVariantMappingEditableFieldsSchema;
|
|
22795
|
+
var updateIntegrationTilbyProductVariantMappingResponseSchema = integrationTilbyProductVariantMappingSchema;
|
|
22796
|
+
var UpdateIntegrationTilbyProductVariantMapping = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22797
|
+
constructor(integrationTilbyId, productId, variantId, input) {
|
|
22798
|
+
super(input);
|
|
22799
|
+
this.method = "PATCH";
|
|
22800
|
+
this.contentType = "application/merge-patch+json";
|
|
22801
|
+
this.accept = "application/json";
|
|
22802
|
+
this.inputSchema = updateIntegrationTilbyProductVariantMappingInputSchema;
|
|
22803
|
+
this.outputSchema = updateIntegrationTilbyProductVariantMappingResponseSchema;
|
|
22804
|
+
this.querySchema = void 0;
|
|
22805
|
+
this.headersSchema = void 0;
|
|
22806
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22807
|
+
this.productId = productId;
|
|
22808
|
+
this.variantId = variantId;
|
|
22809
|
+
}
|
|
22810
|
+
getPath() {
|
|
22811
|
+
return `/integrations/tilby/${this.integrationTilbyId}/product_mappings/${this.productId}/variant_mappings/${this.variantId}`;
|
|
22812
|
+
}
|
|
22813
|
+
};
|
|
22814
|
+
var getIntegrationTilbyCustomerMappingsQuerySchema = integrationTilbyCustomerMappingsQuerySchema;
|
|
22815
|
+
var getIntegrationTilbyCustomerMappingsInputSchema = external_exports.undefined();
|
|
22816
|
+
var getIntegrationTilbyCustomerMappingsResponseSchema = external_exports.array(
|
|
22817
|
+
integrationTilbyCustomerMappingSchema
|
|
22818
|
+
);
|
|
22819
|
+
var GetIntegrationTilbyCustomerMappings = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22820
|
+
constructor(integrationTilbyId, options) {
|
|
22821
|
+
super(void 0, options);
|
|
22822
|
+
this.method = "GET";
|
|
22823
|
+
this.contentType = "application/json";
|
|
22824
|
+
this.accept = "application/json";
|
|
22825
|
+
this.inputSchema = getIntegrationTilbyCustomerMappingsInputSchema;
|
|
22826
|
+
this.outputSchema = getIntegrationTilbyCustomerMappingsResponseSchema;
|
|
22827
|
+
this.querySchema = getIntegrationTilbyCustomerMappingsQuerySchema;
|
|
22828
|
+
this.headersSchema = void 0;
|
|
22829
|
+
this.listItemSchema = integrationTilbyCustomerMappingSchema;
|
|
22830
|
+
this.paginationDefaultEnabled = false;
|
|
22831
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22832
|
+
}
|
|
22833
|
+
getPath() {
|
|
22834
|
+
return `/integrations/tilby/${this.integrationTilbyId}/customer_mappings`;
|
|
22835
|
+
}
|
|
22836
|
+
};
|
|
22837
|
+
var getIntegrationTilbyCustomerMappingDetailsInputSchema = external_exports.undefined();
|
|
22838
|
+
var getIntegrationTilbyCustomerMappingDetailsResponseSchema = integrationTilbyCustomerMappingDetailsSchema;
|
|
22839
|
+
var GetIntegrationTilbyCustomerMappingDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22840
|
+
constructor(integrationTilbyId, mappingId) {
|
|
22841
|
+
super(void 0);
|
|
22842
|
+
this.method = "GET";
|
|
22843
|
+
this.contentType = "application/json";
|
|
22844
|
+
this.accept = "application/json";
|
|
22845
|
+
this.inputSchema = getIntegrationTilbyCustomerMappingDetailsInputSchema;
|
|
22846
|
+
this.outputSchema = getIntegrationTilbyCustomerMappingDetailsResponseSchema;
|
|
22847
|
+
this.querySchema = void 0;
|
|
22848
|
+
this.headersSchema = void 0;
|
|
22849
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22850
|
+
this.mappingId = mappingId;
|
|
22851
|
+
}
|
|
22852
|
+
getPath() {
|
|
22853
|
+
return `/integrations/tilby/${this.integrationTilbyId}/customer_mappings/${this.mappingId}`;
|
|
22854
|
+
}
|
|
22855
|
+
};
|
|
22856
|
+
var getIntegrationTilbyOrderMappingsQuerySchema = integrationTilbyOrderMappingsQuerySchema;
|
|
22857
|
+
var getIntegrationTilbyOrderMappingsInputSchema = external_exports.undefined();
|
|
22858
|
+
var getIntegrationTilbyOrderMappingsResponseSchema = (0, import_sdk_js_global_types74.createPaginatedSchema)(
|
|
22859
|
+
integrationTilbyOrderMappingSchema
|
|
22860
|
+
);
|
|
22861
|
+
var GetIntegrationTilbyOrderMappings = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22862
|
+
constructor(integrationTilbyId, options) {
|
|
22863
|
+
super(void 0, options);
|
|
22864
|
+
this.method = "GET";
|
|
22865
|
+
this.contentType = "application/json";
|
|
22866
|
+
this.accept = "application/json";
|
|
22867
|
+
this.inputSchema = getIntegrationTilbyOrderMappingsInputSchema;
|
|
22868
|
+
this.outputSchema = getIntegrationTilbyOrderMappingsResponseSchema;
|
|
22869
|
+
this.querySchema = getIntegrationTilbyOrderMappingsQuerySchema;
|
|
22870
|
+
this.headersSchema = void 0;
|
|
22871
|
+
this.listItemSchema = integrationTilbyOrderMappingSchema;
|
|
22872
|
+
this.paginationDefaultEnabled = true;
|
|
22873
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22874
|
+
}
|
|
22875
|
+
getPath() {
|
|
22876
|
+
return `/integrations/tilby/${this.integrationTilbyId}/order_mappings`;
|
|
22877
|
+
}
|
|
22878
|
+
};
|
|
22879
|
+
var getIntegrationTilbyOrderMappingDetailsInputSchema = external_exports.undefined();
|
|
22880
|
+
var getIntegrationTilbyOrderMappingDetailsResponseSchema = integrationTilbyOrderMappingDetailsSchema;
|
|
22881
|
+
var GetIntegrationTilbyOrderMappingDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22882
|
+
constructor(integrationTilbyId, mappingId) {
|
|
22883
|
+
super(void 0);
|
|
22884
|
+
this.method = "GET";
|
|
22885
|
+
this.contentType = "application/json";
|
|
22886
|
+
this.accept = "application/json";
|
|
22887
|
+
this.inputSchema = getIntegrationTilbyOrderMappingDetailsInputSchema;
|
|
22888
|
+
this.outputSchema = getIntegrationTilbyOrderMappingDetailsResponseSchema;
|
|
22889
|
+
this.querySchema = void 0;
|
|
22890
|
+
this.headersSchema = void 0;
|
|
22891
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22892
|
+
this.mappingId = mappingId;
|
|
22893
|
+
}
|
|
22894
|
+
getPath() {
|
|
22895
|
+
return `/integrations/tilby/${this.integrationTilbyId}/order_mappings/${this.mappingId}`;
|
|
22896
|
+
}
|
|
22897
|
+
};
|
|
22898
|
+
var getIntegrationTilbyOrderMappingsFromOrderQuerySchema = integrationTilbyOrderMappingsQuerySchema.omit({
|
|
22899
|
+
page: true
|
|
22900
|
+
});
|
|
22901
|
+
var getIntegrationTilbyOrderMappingsFromOrderInputSchema = external_exports.undefined();
|
|
22902
|
+
var getIntegrationTilbyOrderMappingsFromOrderResponseSchema = external_exports.array(
|
|
22903
|
+
integrationTilbyOrderMappingSchema
|
|
22904
|
+
);
|
|
22905
|
+
var GetIntegrationTilbyOrderMappingsFromOrder = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22906
|
+
constructor(orderId, options) {
|
|
22907
|
+
super(void 0, options);
|
|
22908
|
+
this.method = "GET";
|
|
22909
|
+
this.contentType = "application/json";
|
|
22910
|
+
this.accept = "application/json";
|
|
22911
|
+
this.inputSchema = getIntegrationTilbyOrderMappingsFromOrderInputSchema;
|
|
22912
|
+
this.outputSchema = getIntegrationTilbyOrderMappingsFromOrderResponseSchema;
|
|
22913
|
+
this.querySchema = getIntegrationTilbyOrderMappingsFromOrderQuerySchema;
|
|
22914
|
+
this.headersSchema = void 0;
|
|
22915
|
+
this.listItemSchema = integrationTilbyOrderMappingSchema;
|
|
22916
|
+
this.paginationDefaultEnabled = false;
|
|
22917
|
+
this.orderId = orderId;
|
|
22918
|
+
}
|
|
22919
|
+
getPath() {
|
|
22920
|
+
return `/orders/${this.orderId}/tilby_orders`;
|
|
22921
|
+
}
|
|
22922
|
+
};
|
|
22923
|
+
var getIntegrationTilbySyncFiscalMappingsProcessesQuerySchema = integrationTilbySyncFiscalMappingsProcessesQuerySchema;
|
|
22924
|
+
var getIntegrationTilbySyncFiscalMappingsProcessesInputSchema = external_exports.undefined();
|
|
22925
|
+
var getIntegrationTilbySyncFiscalMappingsProcessesResponseSchema = (0, import_sdk_js_global_types74.createPaginatedSchema)(
|
|
22926
|
+
integrationTilbySyncFiscalMappingsProcessSchema
|
|
22927
|
+
);
|
|
22928
|
+
var GetIntegrationTilbySyncFiscalMappingsProcesses = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22929
|
+
constructor(integrationTilbyId, options) {
|
|
22930
|
+
super(void 0, options);
|
|
22931
|
+
this.method = "GET";
|
|
22932
|
+
this.contentType = "application/json";
|
|
22933
|
+
this.accept = "application/json";
|
|
22934
|
+
this.inputSchema = getIntegrationTilbySyncFiscalMappingsProcessesInputSchema;
|
|
22935
|
+
this.outputSchema = getIntegrationTilbySyncFiscalMappingsProcessesResponseSchema;
|
|
22936
|
+
this.querySchema = getIntegrationTilbySyncFiscalMappingsProcessesQuerySchema;
|
|
22937
|
+
this.headersSchema = void 0;
|
|
22938
|
+
this.listItemSchema = integrationTilbySyncFiscalMappingsProcessSchema;
|
|
22939
|
+
this.paginationDefaultEnabled = true;
|
|
22940
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22941
|
+
}
|
|
22942
|
+
getPath() {
|
|
22943
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_fiscal_mappings_processes`;
|
|
22944
|
+
}
|
|
22945
|
+
};
|
|
22946
|
+
var getIntegrationTilbySyncFiscalMappingsProcessDetailsInputSchema = external_exports.undefined();
|
|
22947
|
+
var getIntegrationTilbySyncFiscalMappingsProcessDetailsResponseSchema = integrationTilbySyncFiscalMappingsProcessDetailsSchema;
|
|
22948
|
+
var GetIntegrationTilbySyncFiscalMappingsProcessDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22949
|
+
constructor(integrationTilbyId, processId) {
|
|
22950
|
+
super(void 0);
|
|
22951
|
+
this.method = "GET";
|
|
22952
|
+
this.contentType = "application/json";
|
|
22953
|
+
this.accept = "application/json";
|
|
22954
|
+
this.inputSchema = getIntegrationTilbySyncFiscalMappingsProcessDetailsInputSchema;
|
|
22955
|
+
this.outputSchema = getIntegrationTilbySyncFiscalMappingsProcessDetailsResponseSchema;
|
|
22956
|
+
this.querySchema = void 0;
|
|
22957
|
+
this.headersSchema = void 0;
|
|
22958
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22959
|
+
this.processId = processId;
|
|
22960
|
+
}
|
|
22961
|
+
getPath() {
|
|
22962
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_fiscal_mappings_processes/${this.processId}`;
|
|
22963
|
+
}
|
|
22964
|
+
};
|
|
22965
|
+
var getIntegrationTilbySyncFiscalMappingsErrorLogsQuerySchema = integrationTilbySyncFiscalMappingsErrorLogsQuerySchema;
|
|
22966
|
+
var getIntegrationTilbySyncFiscalMappingsErrorLogsInputSchema = external_exports.undefined();
|
|
22967
|
+
var getIntegrationTilbySyncFiscalMappingsErrorLogsResponseSchema = (0, import_sdk_js_global_types74.createPaginatedSchema)(
|
|
22968
|
+
integrationTilbySyncFiscalMappingsErrorLogSchema
|
|
22969
|
+
);
|
|
22970
|
+
var GetIntegrationTilbySyncFiscalMappingsErrorLogs = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22971
|
+
constructor(integrationTilbyId, processId, options) {
|
|
22972
|
+
super(void 0, options);
|
|
22973
|
+
this.method = "GET";
|
|
22974
|
+
this.contentType = "application/json";
|
|
22975
|
+
this.accept = "application/json";
|
|
22976
|
+
this.inputSchema = getIntegrationTilbySyncFiscalMappingsErrorLogsInputSchema;
|
|
22977
|
+
this.outputSchema = getIntegrationTilbySyncFiscalMappingsErrorLogsResponseSchema;
|
|
22978
|
+
this.querySchema = getIntegrationTilbySyncFiscalMappingsErrorLogsQuerySchema;
|
|
22979
|
+
this.headersSchema = void 0;
|
|
22980
|
+
this.listItemSchema = integrationTilbySyncFiscalMappingsErrorLogSchema;
|
|
22981
|
+
this.paginationDefaultEnabled = true;
|
|
22982
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
22983
|
+
this.processId = processId;
|
|
22984
|
+
}
|
|
22985
|
+
getPath() {
|
|
22986
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_fiscal_mappings_processes/${this.processId}/error_logs`;
|
|
22987
|
+
}
|
|
22988
|
+
};
|
|
22989
|
+
var getIntegrationTilbySyncFiscalMappingsErrorLogDetailsInputSchema = external_exports.undefined();
|
|
22990
|
+
var getIntegrationTilbySyncFiscalMappingsErrorLogDetailsResponseSchema = integrationTilbySyncFiscalMappingsErrorLogDetailsSchema;
|
|
22991
|
+
var GetIntegrationTilbySyncFiscalMappingsErrorLogDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
22992
|
+
constructor(integrationTilbyId, processId, errorLogId) {
|
|
22993
|
+
super(void 0);
|
|
22994
|
+
this.method = "GET";
|
|
22995
|
+
this.contentType = "application/json";
|
|
22996
|
+
this.accept = "application/json";
|
|
22997
|
+
this.inputSchema = getIntegrationTilbySyncFiscalMappingsErrorLogDetailsInputSchema;
|
|
22998
|
+
this.outputSchema = getIntegrationTilbySyncFiscalMappingsErrorLogDetailsResponseSchema;
|
|
22999
|
+
this.querySchema = void 0;
|
|
23000
|
+
this.headersSchema = void 0;
|
|
23001
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23002
|
+
this.processId = processId;
|
|
23003
|
+
this.errorLogId = errorLogId;
|
|
23004
|
+
}
|
|
23005
|
+
getPath() {
|
|
23006
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_fiscal_mappings_processes/${this.processId}/error_logs/${this.errorLogId}`;
|
|
23007
|
+
}
|
|
23008
|
+
};
|
|
23009
|
+
var getIntegrationTilbySyncCustomersProcessesQuerySchema = integrationTilbySyncCustomersProcessesQuerySchema;
|
|
23010
|
+
var getIntegrationTilbySyncCustomersProcessesInputSchema = external_exports.undefined();
|
|
23011
|
+
var getIntegrationTilbySyncCustomersProcessesResponseSchema = (0, import_sdk_js_global_types74.createPaginatedSchema)(
|
|
23012
|
+
integrationTilbySyncCustomersProcessSchema
|
|
23013
|
+
);
|
|
23014
|
+
var GetIntegrationTilbySyncCustomersProcesses = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23015
|
+
constructor(integrationTilbyId, options) {
|
|
23016
|
+
super(void 0, options);
|
|
23017
|
+
this.method = "GET";
|
|
23018
|
+
this.contentType = "application/json";
|
|
23019
|
+
this.accept = "application/json";
|
|
23020
|
+
this.inputSchema = getIntegrationTilbySyncCustomersProcessesInputSchema;
|
|
23021
|
+
this.outputSchema = getIntegrationTilbySyncCustomersProcessesResponseSchema;
|
|
23022
|
+
this.querySchema = getIntegrationTilbySyncCustomersProcessesQuerySchema;
|
|
23023
|
+
this.headersSchema = void 0;
|
|
23024
|
+
this.listItemSchema = integrationTilbySyncCustomersProcessSchema;
|
|
23025
|
+
this.paginationDefaultEnabled = true;
|
|
23026
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23027
|
+
}
|
|
23028
|
+
getPath() {
|
|
23029
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_customers_processes`;
|
|
23030
|
+
}
|
|
23031
|
+
};
|
|
23032
|
+
var getIntegrationTilbySyncCustomersProcessDetailsInputSchema = external_exports.undefined();
|
|
23033
|
+
var getIntegrationTilbySyncCustomersProcessDetailsResponseSchema = integrationTilbySyncCustomersProcessDetailsSchema;
|
|
23034
|
+
var GetIntegrationTilbySyncCustomersProcessDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23035
|
+
constructor(integrationTilbyId, processId) {
|
|
23036
|
+
super(void 0);
|
|
23037
|
+
this.method = "GET";
|
|
23038
|
+
this.contentType = "application/json";
|
|
23039
|
+
this.accept = "application/json";
|
|
23040
|
+
this.inputSchema = getIntegrationTilbySyncCustomersProcessDetailsInputSchema;
|
|
23041
|
+
this.outputSchema = getIntegrationTilbySyncCustomersProcessDetailsResponseSchema;
|
|
23042
|
+
this.querySchema = void 0;
|
|
23043
|
+
this.headersSchema = void 0;
|
|
23044
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23045
|
+
this.processId = processId;
|
|
23046
|
+
}
|
|
23047
|
+
getPath() {
|
|
23048
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_customers_processes/${this.processId}`;
|
|
23049
|
+
}
|
|
23050
|
+
};
|
|
23051
|
+
var getIntegrationTilbySyncCustomersErrorLogsQuerySchema = integrationTilbySyncCustomersErrorLogsQuerySchema;
|
|
23052
|
+
var getIntegrationTilbySyncCustomersErrorLogsInputSchema = external_exports.undefined();
|
|
23053
|
+
var getIntegrationTilbySyncCustomersErrorLogsResponseSchema = (0, import_sdk_js_global_types74.createPaginatedSchema)(
|
|
23054
|
+
integrationTilbySyncCustomersErrorLogSchema
|
|
23055
|
+
);
|
|
23056
|
+
var GetIntegrationTilbySyncCustomersErrorLogs = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23057
|
+
constructor(integrationTilbyId, processId, options) {
|
|
23058
|
+
super(void 0, options);
|
|
23059
|
+
this.method = "GET";
|
|
23060
|
+
this.contentType = "application/json";
|
|
23061
|
+
this.accept = "application/json";
|
|
23062
|
+
this.inputSchema = getIntegrationTilbySyncCustomersErrorLogsInputSchema;
|
|
23063
|
+
this.outputSchema = getIntegrationTilbySyncCustomersErrorLogsResponseSchema;
|
|
23064
|
+
this.querySchema = getIntegrationTilbySyncCustomersErrorLogsQuerySchema;
|
|
23065
|
+
this.headersSchema = void 0;
|
|
23066
|
+
this.listItemSchema = integrationTilbySyncCustomersErrorLogSchema;
|
|
23067
|
+
this.paginationDefaultEnabled = true;
|
|
23068
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23069
|
+
this.processId = processId;
|
|
23070
|
+
}
|
|
23071
|
+
getPath() {
|
|
23072
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_customers_processes/${this.processId}/error_logs`;
|
|
23073
|
+
}
|
|
23074
|
+
};
|
|
23075
|
+
var getIntegrationTilbySyncCustomersErrorLogDetailsInputSchema = external_exports.undefined();
|
|
23076
|
+
var getIntegrationTilbySyncCustomersErrorLogDetailsResponseSchema = integrationTilbySyncCustomersErrorLogDetailsSchema;
|
|
23077
|
+
var GetIntegrationTilbySyncCustomersErrorLogDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23078
|
+
constructor(integrationTilbyId, processId, errorLogId) {
|
|
23079
|
+
super(void 0);
|
|
23080
|
+
this.method = "GET";
|
|
23081
|
+
this.contentType = "application/json";
|
|
23082
|
+
this.accept = "application/json";
|
|
23083
|
+
this.inputSchema = getIntegrationTilbySyncCustomersErrorLogDetailsInputSchema;
|
|
23084
|
+
this.outputSchema = getIntegrationTilbySyncCustomersErrorLogDetailsResponseSchema;
|
|
23085
|
+
this.querySchema = void 0;
|
|
23086
|
+
this.headersSchema = void 0;
|
|
23087
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23088
|
+
this.processId = processId;
|
|
23089
|
+
this.errorLogId = errorLogId;
|
|
23090
|
+
}
|
|
23091
|
+
getPath() {
|
|
23092
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_customers_processes/${this.processId}/error_logs/${this.errorLogId}`;
|
|
23093
|
+
}
|
|
23094
|
+
};
|
|
23095
|
+
var getIntegrationTilbySyncMenuProcessesQuerySchema = integrationTilbySyncMenuProcessesQuerySchema;
|
|
23096
|
+
var getIntegrationTilbySyncMenuProcessesInputSchema = external_exports.undefined();
|
|
23097
|
+
var getIntegrationTilbySyncMenuProcessesResponseSchema = (0, import_sdk_js_global_types74.createPaginatedSchema)(
|
|
23098
|
+
integrationTilbySyncMenuProcessSchema
|
|
23099
|
+
);
|
|
23100
|
+
var GetIntegrationTilbySyncMenuProcesses = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23101
|
+
constructor(integrationTilbyId, options) {
|
|
23102
|
+
super(void 0, options);
|
|
23103
|
+
this.method = "GET";
|
|
23104
|
+
this.contentType = "application/json";
|
|
23105
|
+
this.accept = "application/json";
|
|
23106
|
+
this.inputSchema = getIntegrationTilbySyncMenuProcessesInputSchema;
|
|
23107
|
+
this.outputSchema = getIntegrationTilbySyncMenuProcessesResponseSchema;
|
|
23108
|
+
this.querySchema = getIntegrationTilbySyncMenuProcessesQuerySchema;
|
|
23109
|
+
this.headersSchema = void 0;
|
|
23110
|
+
this.listItemSchema = integrationTilbySyncMenuProcessSchema;
|
|
23111
|
+
this.paginationDefaultEnabled = true;
|
|
23112
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23113
|
+
}
|
|
23114
|
+
getPath() {
|
|
23115
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_menu_processes`;
|
|
23116
|
+
}
|
|
23117
|
+
};
|
|
23118
|
+
var getIntegrationTilbySyncMenuProcessDetailsInputSchema = external_exports.undefined();
|
|
23119
|
+
var getIntegrationTilbySyncMenuProcessDetailsResponseSchema = integrationTilbySyncMenuProcessDetailsSchema;
|
|
23120
|
+
var GetIntegrationTilbySyncMenuProcessDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23121
|
+
constructor(integrationTilbyId, processId) {
|
|
23122
|
+
super(void 0);
|
|
23123
|
+
this.method = "GET";
|
|
23124
|
+
this.contentType = "application/json";
|
|
23125
|
+
this.accept = "application/json";
|
|
23126
|
+
this.inputSchema = getIntegrationTilbySyncMenuProcessDetailsInputSchema;
|
|
23127
|
+
this.outputSchema = getIntegrationTilbySyncMenuProcessDetailsResponseSchema;
|
|
23128
|
+
this.querySchema = void 0;
|
|
23129
|
+
this.headersSchema = void 0;
|
|
23130
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23131
|
+
this.processId = processId;
|
|
23132
|
+
}
|
|
23133
|
+
getPath() {
|
|
23134
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_menu_processes/${this.processId}`;
|
|
23135
|
+
}
|
|
23136
|
+
};
|
|
23137
|
+
var getIntegrationTilbySyncMenuErrorLogsQuerySchema = integrationTilbySyncMenuErrorLogsQuerySchema;
|
|
23138
|
+
var getIntegrationTilbySyncMenuErrorLogsInputSchema = external_exports.undefined();
|
|
23139
|
+
var getIntegrationTilbySyncMenuErrorLogsResponseSchema = (0, import_sdk_js_global_types74.createPaginatedSchema)(
|
|
23140
|
+
integrationTilbySyncMenuErrorLogSchema
|
|
23141
|
+
);
|
|
23142
|
+
var GetIntegrationTilbySyncMenuErrorLogs = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23143
|
+
constructor(integrationTilbyId, processId, options) {
|
|
23144
|
+
super(void 0, options);
|
|
23145
|
+
this.method = "GET";
|
|
23146
|
+
this.contentType = "application/json";
|
|
23147
|
+
this.accept = "application/json";
|
|
23148
|
+
this.inputSchema = getIntegrationTilbySyncMenuErrorLogsInputSchema;
|
|
23149
|
+
this.outputSchema = getIntegrationTilbySyncMenuErrorLogsResponseSchema;
|
|
23150
|
+
this.querySchema = getIntegrationTilbySyncMenuErrorLogsQuerySchema;
|
|
23151
|
+
this.headersSchema = void 0;
|
|
23152
|
+
this.listItemSchema = integrationTilbySyncMenuErrorLogSchema;
|
|
23153
|
+
this.paginationDefaultEnabled = true;
|
|
23154
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23155
|
+
this.processId = processId;
|
|
23156
|
+
}
|
|
23157
|
+
getPath() {
|
|
23158
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_menu_processes/${this.processId}/error_logs`;
|
|
23159
|
+
}
|
|
23160
|
+
};
|
|
23161
|
+
var getIntegrationTilbySyncMenuErrorLogDetailsInputSchema = external_exports.undefined();
|
|
23162
|
+
var getIntegrationTilbySyncMenuErrorLogDetailsResponseSchema = integrationTilbySyncMenuErrorLogDetailsSchema;
|
|
23163
|
+
var GetIntegrationTilbySyncMenuErrorLogDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23164
|
+
constructor(integrationTilbyId, processId, errorLogId) {
|
|
23165
|
+
super(void 0);
|
|
23166
|
+
this.method = "GET";
|
|
23167
|
+
this.contentType = "application/json";
|
|
23168
|
+
this.accept = "application/json";
|
|
23169
|
+
this.inputSchema = getIntegrationTilbySyncMenuErrorLogDetailsInputSchema;
|
|
23170
|
+
this.outputSchema = getIntegrationTilbySyncMenuErrorLogDetailsResponseSchema;
|
|
23171
|
+
this.querySchema = void 0;
|
|
23172
|
+
this.headersSchema = void 0;
|
|
23173
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23174
|
+
this.processId = processId;
|
|
23175
|
+
this.errorLogId = errorLogId;
|
|
23176
|
+
}
|
|
23177
|
+
getPath() {
|
|
23178
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_menu_processes/${this.processId}/error_logs/${this.errorLogId}`;
|
|
23179
|
+
}
|
|
23180
|
+
};
|
|
23181
|
+
var getIntegrationTilbySyncOrdersProcessesQuerySchema = integrationTilbySyncOrdersProcessesQuerySchema;
|
|
23182
|
+
var getIntegrationTilbySyncOrdersProcessesInputSchema = external_exports.undefined();
|
|
23183
|
+
var getIntegrationTilbySyncOrdersProcessesResponseSchema = (0, import_sdk_js_global_types74.createPaginatedSchema)(
|
|
23184
|
+
integrationTilbySyncOrdersProcessSchema
|
|
23185
|
+
);
|
|
23186
|
+
var GetIntegrationTilbySyncOrdersProcesses = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23187
|
+
constructor(integrationTilbyId, options) {
|
|
23188
|
+
super(void 0, options);
|
|
23189
|
+
this.method = "GET";
|
|
23190
|
+
this.contentType = "application/json";
|
|
23191
|
+
this.accept = "application/json";
|
|
23192
|
+
this.inputSchema = getIntegrationTilbySyncOrdersProcessesInputSchema;
|
|
23193
|
+
this.outputSchema = getIntegrationTilbySyncOrdersProcessesResponseSchema;
|
|
23194
|
+
this.querySchema = getIntegrationTilbySyncOrdersProcessesQuerySchema;
|
|
23195
|
+
this.headersSchema = void 0;
|
|
23196
|
+
this.listItemSchema = integrationTilbySyncOrdersProcessSchema;
|
|
23197
|
+
this.paginationDefaultEnabled = true;
|
|
23198
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23199
|
+
}
|
|
23200
|
+
getPath() {
|
|
23201
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_orders_processes`;
|
|
23202
|
+
}
|
|
23203
|
+
};
|
|
23204
|
+
var getIntegrationTilbySyncOrdersProcessDetailsInputSchema = external_exports.undefined();
|
|
23205
|
+
var getIntegrationTilbySyncOrdersProcessDetailsResponseSchema = integrationTilbySyncOrdersProcessDetailsSchema;
|
|
23206
|
+
var GetIntegrationTilbySyncOrdersProcessDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23207
|
+
constructor(integrationTilbyId, processId) {
|
|
23208
|
+
super(void 0);
|
|
23209
|
+
this.method = "GET";
|
|
23210
|
+
this.contentType = "application/json";
|
|
23211
|
+
this.accept = "application/json";
|
|
23212
|
+
this.inputSchema = getIntegrationTilbySyncOrdersProcessDetailsInputSchema;
|
|
23213
|
+
this.outputSchema = getIntegrationTilbySyncOrdersProcessDetailsResponseSchema;
|
|
23214
|
+
this.querySchema = void 0;
|
|
23215
|
+
this.headersSchema = void 0;
|
|
23216
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23217
|
+
this.processId = processId;
|
|
23218
|
+
}
|
|
23219
|
+
getPath() {
|
|
23220
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_orders_processes/${this.processId}`;
|
|
23221
|
+
}
|
|
23222
|
+
};
|
|
23223
|
+
var getIntegrationTilbySyncOrdersErrorLogsQuerySchema = integrationTilbySyncOrdersErrorLogsQuerySchema;
|
|
23224
|
+
var getIntegrationTilbySyncOrdersErrorLogsInputSchema = external_exports.undefined();
|
|
23225
|
+
var getIntegrationTilbySyncOrdersErrorLogsResponseSchema = (0, import_sdk_js_global_types74.createPaginatedSchema)(
|
|
23226
|
+
integrationTilbySyncOrdersErrorLogSchema
|
|
23227
|
+
);
|
|
23228
|
+
var GetIntegrationTilbySyncOrdersErrorLogs = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23229
|
+
constructor(integrationTilbyId, processId, options) {
|
|
23230
|
+
super(void 0, options);
|
|
23231
|
+
this.method = "GET";
|
|
23232
|
+
this.contentType = "application/json";
|
|
23233
|
+
this.accept = "application/json";
|
|
23234
|
+
this.inputSchema = getIntegrationTilbySyncOrdersErrorLogsInputSchema;
|
|
23235
|
+
this.outputSchema = getIntegrationTilbySyncOrdersErrorLogsResponseSchema;
|
|
23236
|
+
this.querySchema = getIntegrationTilbySyncOrdersErrorLogsQuerySchema;
|
|
23237
|
+
this.headersSchema = void 0;
|
|
23238
|
+
this.listItemSchema = integrationTilbySyncOrdersErrorLogSchema;
|
|
23239
|
+
this.paginationDefaultEnabled = true;
|
|
23240
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23241
|
+
this.processId = processId;
|
|
23242
|
+
}
|
|
23243
|
+
getPath() {
|
|
23244
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_orders_processes/${this.processId}/error_logs`;
|
|
23245
|
+
}
|
|
23246
|
+
};
|
|
23247
|
+
var getIntegrationTilbySyncOrdersErrorLogDetailsInputSchema = external_exports.undefined();
|
|
23248
|
+
var getIntegrationTilbySyncOrdersErrorLogDetailsResponseSchema = integrationTilbySyncOrdersErrorLogDetailsSchema;
|
|
23249
|
+
var GetIntegrationTilbySyncOrdersErrorLogDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23250
|
+
constructor(integrationTilbyId, processId, errorLogId) {
|
|
23251
|
+
super(void 0);
|
|
23252
|
+
this.method = "GET";
|
|
23253
|
+
this.contentType = "application/json";
|
|
23254
|
+
this.accept = "application/json";
|
|
23255
|
+
this.inputSchema = getIntegrationTilbySyncOrdersErrorLogDetailsInputSchema;
|
|
23256
|
+
this.outputSchema = getIntegrationTilbySyncOrdersErrorLogDetailsResponseSchema;
|
|
23257
|
+
this.querySchema = void 0;
|
|
23258
|
+
this.headersSchema = void 0;
|
|
23259
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23260
|
+
this.processId = processId;
|
|
23261
|
+
this.errorLogId = errorLogId;
|
|
23262
|
+
}
|
|
23263
|
+
getPath() {
|
|
23264
|
+
return `/integrations/tilby/${this.integrationTilbyId}/sync_orders_processes/${this.processId}/error_logs/${this.errorLogId}`;
|
|
23265
|
+
}
|
|
23266
|
+
};
|
|
23267
|
+
var getIntegrationTilbyWebHookSettingsQuerySchema = integrationTilbyWebHookSettingsQuerySchema;
|
|
23268
|
+
var getIntegrationTilbyWebHookSettingsInputSchema = external_exports.undefined();
|
|
23269
|
+
var getIntegrationTilbyWebHookSettingsResponseSchema = external_exports.array(
|
|
23270
|
+
integrationTilbyWebHookSettingSchema
|
|
23271
|
+
);
|
|
23272
|
+
var GetIntegrationTilbyWebHookSettings = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23273
|
+
constructor(integrationTilbyId, options) {
|
|
23274
|
+
super(void 0, options);
|
|
23275
|
+
this.method = "GET";
|
|
23276
|
+
this.contentType = "application/json";
|
|
23277
|
+
this.accept = "application/json";
|
|
23278
|
+
this.inputSchema = getIntegrationTilbyWebHookSettingsInputSchema;
|
|
23279
|
+
this.outputSchema = getIntegrationTilbyWebHookSettingsResponseSchema;
|
|
23280
|
+
this.querySchema = getIntegrationTilbyWebHookSettingsQuerySchema;
|
|
23281
|
+
this.headersSchema = void 0;
|
|
23282
|
+
this.listItemSchema = integrationTilbyWebHookSettingSchema;
|
|
23283
|
+
this.paginationDefaultEnabled = false;
|
|
23284
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23285
|
+
}
|
|
23286
|
+
getPath() {
|
|
23287
|
+
return `/integrations/tilby/${this.integrationTilbyId}/webhook_settings`;
|
|
23288
|
+
}
|
|
23289
|
+
};
|
|
23290
|
+
var getIntegrationTilbyWebHookSettingDetailsInputSchema = external_exports.undefined();
|
|
23291
|
+
var getIntegrationTilbyWebHookSettingDetailsResponseSchema = integrationTilbyWebHookSettingDetailsSchema;
|
|
23292
|
+
var GetIntegrationTilbyWebHookSettingDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23293
|
+
constructor(integrationTilbyId, webHookId) {
|
|
23294
|
+
super(void 0);
|
|
23295
|
+
this.method = "GET";
|
|
23296
|
+
this.contentType = "application/json";
|
|
23297
|
+
this.accept = "application/json";
|
|
23298
|
+
this.inputSchema = getIntegrationTilbyWebHookSettingDetailsInputSchema;
|
|
23299
|
+
this.outputSchema = getIntegrationTilbyWebHookSettingDetailsResponseSchema;
|
|
23300
|
+
this.querySchema = void 0;
|
|
23301
|
+
this.headersSchema = void 0;
|
|
23302
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23303
|
+
this.webHookId = webHookId;
|
|
23304
|
+
}
|
|
23305
|
+
getPath() {
|
|
23306
|
+
return `/integrations/tilby/${this.integrationTilbyId}/webhook_settings/${this.webHookId}`;
|
|
23307
|
+
}
|
|
23308
|
+
};
|
|
23309
|
+
var getIntegrationTilbyWebHookEventsQuerySchema = integrationTilbyWebHookEventsQuerySchema;
|
|
23310
|
+
var getIntegrationTilbyWebHookEventsInputSchema = external_exports.undefined();
|
|
23311
|
+
var getIntegrationTilbyWebHookEventsResponseSchema = (0, import_sdk_js_global_types74.createPaginatedSchema)(
|
|
23312
|
+
integrationTilbyWebHookEventSchema
|
|
23313
|
+
);
|
|
23314
|
+
var GetIntegrationTilbyWebHookEvents = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23315
|
+
constructor(integrationTilbyId, options) {
|
|
23316
|
+
super(void 0, options);
|
|
23317
|
+
this.method = "GET";
|
|
23318
|
+
this.contentType = "application/json";
|
|
23319
|
+
this.accept = "application/json";
|
|
23320
|
+
this.inputSchema = getIntegrationTilbyWebHookEventsInputSchema;
|
|
23321
|
+
this.outputSchema = getIntegrationTilbyWebHookEventsResponseSchema;
|
|
23322
|
+
this.querySchema = getIntegrationTilbyWebHookEventsQuerySchema;
|
|
23323
|
+
this.headersSchema = void 0;
|
|
23324
|
+
this.listItemSchema = integrationTilbyWebHookEventSchema;
|
|
23325
|
+
this.paginationDefaultEnabled = true;
|
|
23326
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23327
|
+
}
|
|
23328
|
+
getPath() {
|
|
23329
|
+
return `/integrations/tilby/${this.integrationTilbyId}/webhook_events`;
|
|
23330
|
+
}
|
|
23331
|
+
};
|
|
23332
|
+
var getIntegrationTilbyWebHookEventDetailsInputSchema = external_exports.undefined();
|
|
23333
|
+
var getIntegrationTilbyWebHookEventDetailsResponseSchema = integrationTilbyWebHookEventDetailsSchema;
|
|
23334
|
+
var GetIntegrationTilbyWebHookEventDetails = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
23335
|
+
constructor(integrationTilbyId, eventId) {
|
|
23336
|
+
super(void 0);
|
|
23337
|
+
this.method = "GET";
|
|
23338
|
+
this.contentType = "application/json";
|
|
23339
|
+
this.accept = "application/json";
|
|
23340
|
+
this.inputSchema = getIntegrationTilbyWebHookEventDetailsInputSchema;
|
|
23341
|
+
this.outputSchema = getIntegrationTilbyWebHookEventDetailsResponseSchema;
|
|
23342
|
+
this.querySchema = void 0;
|
|
23343
|
+
this.headersSchema = void 0;
|
|
23344
|
+
this.integrationTilbyId = integrationTilbyId;
|
|
23345
|
+
this.eventId = eventId;
|
|
23346
|
+
}
|
|
23347
|
+
getPath() {
|
|
23348
|
+
return `/integrations/tilby/${this.integrationTilbyId}/webhook_events/${this.eventId}`;
|
|
23349
|
+
}
|
|
23350
|
+
};
|
|
23351
|
+
|
|
23352
|
+
// src/requests/UpdateIntegration.ts
|
|
23353
|
+
var import_sdk_js_core187 = require("@deliverart/sdk-js-core");
|
|
21319
23354
|
var updateIntegrationInputSchema = writableIntegrationSchema.partial();
|
|
21320
23355
|
var updateIntegrationResponseSchema = integrationDetailsSchema;
|
|
21321
|
-
var UpdateIntegration = class extends
|
|
23356
|
+
var UpdateIntegration = class extends import_sdk_js_core187.AbstractApiRequest {
|
|
21322
23357
|
constructor(integrationId, input) {
|
|
21323
23358
|
super(input);
|
|
21324
23359
|
this.method = "PATCH";
|
|
@@ -21350,6 +23385,7 @@ var UpdateIntegration = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
|
21350
23385
|
CreateIntegrationJustEat,
|
|
21351
23386
|
CreateIntegrationKitchen,
|
|
21352
23387
|
CreateIntegrationKitchenAccessToken,
|
|
23388
|
+
CreateIntegrationTilby,
|
|
21353
23389
|
DeleteIntegration,
|
|
21354
23390
|
DeleteIntegrationActivationRequest,
|
|
21355
23391
|
DeleteIntegrationCancellationRequest,
|
|
@@ -21360,6 +23396,7 @@ var UpdateIntegration = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
|
21360
23396
|
DeleteIntegrationJustEat,
|
|
21361
23397
|
DeleteIntegrationKitchen,
|
|
21362
23398
|
DeleteIntegrationKitchenAccessToken,
|
|
23399
|
+
DeleteIntegrationTilby,
|
|
21363
23400
|
GetIntegrationActivationRequestDetails,
|
|
21364
23401
|
GetIntegrationActivationRequests,
|
|
21365
23402
|
GetIntegrationActivationRequestsFromPointOfSale,
|
|
@@ -21494,6 +23531,45 @@ var UpdateIntegration = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
|
21494
23531
|
GetIntegrationKitchenAccessTokens,
|
|
21495
23532
|
GetIntegrationKitchenDetails,
|
|
21496
23533
|
GetIntegrationKitchenList,
|
|
23534
|
+
GetIntegrationTilbyCategoryMappingDetails,
|
|
23535
|
+
GetIntegrationTilbyCategoryMappings,
|
|
23536
|
+
GetIntegrationTilbyComponentMappingDetails,
|
|
23537
|
+
GetIntegrationTilbyComponentMappings,
|
|
23538
|
+
GetIntegrationTilbyCustomerMappingDetails,
|
|
23539
|
+
GetIntegrationTilbyCustomerMappings,
|
|
23540
|
+
GetIntegrationTilbyDepartmentMappingDetails,
|
|
23541
|
+
GetIntegrationTilbyDepartmentMappings,
|
|
23542
|
+
GetIntegrationTilbyDetails,
|
|
23543
|
+
GetIntegrationTilbyList,
|
|
23544
|
+
GetIntegrationTilbyOrderMappingDetails,
|
|
23545
|
+
GetIntegrationTilbyOrderMappings,
|
|
23546
|
+
GetIntegrationTilbyOrderMappingsFromOrder,
|
|
23547
|
+
GetIntegrationTilbyProductMappingDetails,
|
|
23548
|
+
GetIntegrationTilbyProductMappings,
|
|
23549
|
+
GetIntegrationTilbyProductVariantMappingDetails,
|
|
23550
|
+
GetIntegrationTilbyProductVariantMappings,
|
|
23551
|
+
GetIntegrationTilbySyncCustomersErrorLogDetails,
|
|
23552
|
+
GetIntegrationTilbySyncCustomersErrorLogs,
|
|
23553
|
+
GetIntegrationTilbySyncCustomersProcessDetails,
|
|
23554
|
+
GetIntegrationTilbySyncCustomersProcesses,
|
|
23555
|
+
GetIntegrationTilbySyncFiscalMappingsErrorLogDetails,
|
|
23556
|
+
GetIntegrationTilbySyncFiscalMappingsErrorLogs,
|
|
23557
|
+
GetIntegrationTilbySyncFiscalMappingsProcessDetails,
|
|
23558
|
+
GetIntegrationTilbySyncFiscalMappingsProcesses,
|
|
23559
|
+
GetIntegrationTilbySyncMenuErrorLogDetails,
|
|
23560
|
+
GetIntegrationTilbySyncMenuErrorLogs,
|
|
23561
|
+
GetIntegrationTilbySyncMenuProcessDetails,
|
|
23562
|
+
GetIntegrationTilbySyncMenuProcesses,
|
|
23563
|
+
GetIntegrationTilbySyncOrdersErrorLogDetails,
|
|
23564
|
+
GetIntegrationTilbySyncOrdersErrorLogs,
|
|
23565
|
+
GetIntegrationTilbySyncOrdersProcessDetails,
|
|
23566
|
+
GetIntegrationTilbySyncOrdersProcesses,
|
|
23567
|
+
GetIntegrationTilbyVatMappingDetails,
|
|
23568
|
+
GetIntegrationTilbyVatMappings,
|
|
23569
|
+
GetIntegrationTilbyWebHookEventDetails,
|
|
23570
|
+
GetIntegrationTilbyWebHookEvents,
|
|
23571
|
+
GetIntegrationTilbyWebHookSettingDetails,
|
|
23572
|
+
GetIntegrationTilbyWebHookSettings,
|
|
21497
23573
|
GetIntegrations,
|
|
21498
23574
|
GetIntegrationsFromPointOfSale,
|
|
21499
23575
|
IntegrationCassaInCloudSyncCustomers,
|
|
@@ -21508,6 +23584,10 @@ var UpdateIntegration = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
|
21508
23584
|
IntegrationGlovoSyncMenu,
|
|
21509
23585
|
IntegrationJustEatSyncMenu,
|
|
21510
23586
|
IntegrationJustEatSyncOpeningTimes,
|
|
23587
|
+
IntegrationTilbySyncCustomers,
|
|
23588
|
+
IntegrationTilbySyncFiscalMappings,
|
|
23589
|
+
IntegrationTilbySyncMenu,
|
|
23590
|
+
IntegrationTilbySyncOrders,
|
|
21511
23591
|
RespondIntegrationActivationRequest,
|
|
21512
23592
|
SendIntegrationActivationRequestToPartner,
|
|
21513
23593
|
UpdateIntegration,
|
|
@@ -21522,6 +23602,13 @@ var UpdateIntegration = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
|
21522
23602
|
UpdateIntegrationJustEat,
|
|
21523
23603
|
UpdateIntegrationJustEatRestaurantStatus,
|
|
21524
23604
|
UpdateIntegrationKitchen,
|
|
23605
|
+
UpdateIntegrationTilby,
|
|
23606
|
+
UpdateIntegrationTilbyCategoryMapping,
|
|
23607
|
+
UpdateIntegrationTilbyComponentMapping,
|
|
23608
|
+
UpdateIntegrationTilbyDepartmentMapping,
|
|
23609
|
+
UpdateIntegrationTilbyProductMapping,
|
|
23610
|
+
UpdateIntegrationTilbyProductVariantMapping,
|
|
23611
|
+
UpdateIntegrationTilbyVatMapping,
|
|
21525
23612
|
activatableIntegrationBaseSchema,
|
|
21526
23613
|
activatableIntegrationHealthStatusSchema,
|
|
21527
23614
|
activatableIntegrationHealthStatuses,
|
|
@@ -21557,6 +23644,8 @@ var UpdateIntegration = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
|
21557
23644
|
createIntegrationKitchenAccessTokenResponseSchema,
|
|
21558
23645
|
createIntegrationKitchenInputSchema,
|
|
21559
23646
|
createIntegrationKitchenResponseSchema,
|
|
23647
|
+
createIntegrationTilbyInputSchema,
|
|
23648
|
+
createIntegrationTilbyResponseSchema,
|
|
21560
23649
|
deleteIntegrationActivationRequestInputSchema,
|
|
21561
23650
|
deleteIntegrationActivationRequestResponseSchema,
|
|
21562
23651
|
deleteIntegrationCancellationRequestInputSchema,
|
|
@@ -21577,6 +23666,8 @@ var UpdateIntegration = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
|
21577
23666
|
deleteIntegrationKitchenInputSchema,
|
|
21578
23667
|
deleteIntegrationKitchenResponseSchema,
|
|
21579
23668
|
deleteIntegrationResponseSchema,
|
|
23669
|
+
deleteIntegrationTilbyInputSchema,
|
|
23670
|
+
deleteIntegrationTilbyResponseSchema,
|
|
21580
23671
|
exclusiveIntegrationServiceSchema,
|
|
21581
23672
|
exclusiveIntegrationServices,
|
|
21582
23673
|
getIntegrationActivationRequestDetailsInputSchema,
|
|
@@ -21920,6 +24011,104 @@ var UpdateIntegration = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
|
21920
24011
|
getIntegrationKitchenListInputSchema,
|
|
21921
24012
|
getIntegrationKitchenListQuerySchema,
|
|
21922
24013
|
getIntegrationKitchenListResponseSchema,
|
|
24014
|
+
getIntegrationTilbyCategoryMappingDetailsInputSchema,
|
|
24015
|
+
getIntegrationTilbyCategoryMappingDetailsResponseSchema,
|
|
24016
|
+
getIntegrationTilbyCategoryMappingsInputSchema,
|
|
24017
|
+
getIntegrationTilbyCategoryMappingsQuerySchema,
|
|
24018
|
+
getIntegrationTilbyCategoryMappingsResponseSchema,
|
|
24019
|
+
getIntegrationTilbyComponentMappingDetailsInputSchema,
|
|
24020
|
+
getIntegrationTilbyComponentMappingDetailsResponseSchema,
|
|
24021
|
+
getIntegrationTilbyComponentMappingsInputSchema,
|
|
24022
|
+
getIntegrationTilbyComponentMappingsQuerySchema,
|
|
24023
|
+
getIntegrationTilbyComponentMappingsResponseSchema,
|
|
24024
|
+
getIntegrationTilbyCustomerMappingDetailsInputSchema,
|
|
24025
|
+
getIntegrationTilbyCustomerMappingDetailsResponseSchema,
|
|
24026
|
+
getIntegrationTilbyCustomerMappingsInputSchema,
|
|
24027
|
+
getIntegrationTilbyCustomerMappingsQuerySchema,
|
|
24028
|
+
getIntegrationTilbyCustomerMappingsResponseSchema,
|
|
24029
|
+
getIntegrationTilbyDepartmentMappingDetailsInputSchema,
|
|
24030
|
+
getIntegrationTilbyDepartmentMappingDetailsResponseSchema,
|
|
24031
|
+
getIntegrationTilbyDepartmentMappingsInputSchema,
|
|
24032
|
+
getIntegrationTilbyDepartmentMappingsQuerySchema,
|
|
24033
|
+
getIntegrationTilbyDepartmentMappingsResponseSchema,
|
|
24034
|
+
getIntegrationTilbyDetailsInputSchema,
|
|
24035
|
+
getIntegrationTilbyDetailsResponseSchema,
|
|
24036
|
+
getIntegrationTilbyListInputSchema,
|
|
24037
|
+
getIntegrationTilbyListQuerySchema,
|
|
24038
|
+
getIntegrationTilbyListResponseSchema,
|
|
24039
|
+
getIntegrationTilbyOrderMappingDetailsInputSchema,
|
|
24040
|
+
getIntegrationTilbyOrderMappingDetailsResponseSchema,
|
|
24041
|
+
getIntegrationTilbyOrderMappingsFromOrderInputSchema,
|
|
24042
|
+
getIntegrationTilbyOrderMappingsFromOrderQuerySchema,
|
|
24043
|
+
getIntegrationTilbyOrderMappingsFromOrderResponseSchema,
|
|
24044
|
+
getIntegrationTilbyOrderMappingsInputSchema,
|
|
24045
|
+
getIntegrationTilbyOrderMappingsQuerySchema,
|
|
24046
|
+
getIntegrationTilbyOrderMappingsResponseSchema,
|
|
24047
|
+
getIntegrationTilbyProductMappingDetailsInputSchema,
|
|
24048
|
+
getIntegrationTilbyProductMappingDetailsResponseSchema,
|
|
24049
|
+
getIntegrationTilbyProductMappingsInputSchema,
|
|
24050
|
+
getIntegrationTilbyProductMappingsQuerySchema,
|
|
24051
|
+
getIntegrationTilbyProductMappingsResponseSchema,
|
|
24052
|
+
getIntegrationTilbyProductVariantMappingDetailsInputSchema,
|
|
24053
|
+
getIntegrationTilbyProductVariantMappingDetailsResponseSchema,
|
|
24054
|
+
getIntegrationTilbyProductVariantMappingsInputSchema,
|
|
24055
|
+
getIntegrationTilbyProductVariantMappingsQuerySchema,
|
|
24056
|
+
getIntegrationTilbyProductVariantMappingsResponseSchema,
|
|
24057
|
+
getIntegrationTilbySyncCustomersErrorLogDetailsInputSchema,
|
|
24058
|
+
getIntegrationTilbySyncCustomersErrorLogDetailsResponseSchema,
|
|
24059
|
+
getIntegrationTilbySyncCustomersErrorLogsInputSchema,
|
|
24060
|
+
getIntegrationTilbySyncCustomersErrorLogsQuerySchema,
|
|
24061
|
+
getIntegrationTilbySyncCustomersErrorLogsResponseSchema,
|
|
24062
|
+
getIntegrationTilbySyncCustomersProcessDetailsInputSchema,
|
|
24063
|
+
getIntegrationTilbySyncCustomersProcessDetailsResponseSchema,
|
|
24064
|
+
getIntegrationTilbySyncCustomersProcessesInputSchema,
|
|
24065
|
+
getIntegrationTilbySyncCustomersProcessesQuerySchema,
|
|
24066
|
+
getIntegrationTilbySyncCustomersProcessesResponseSchema,
|
|
24067
|
+
getIntegrationTilbySyncFiscalMappingsErrorLogDetailsInputSchema,
|
|
24068
|
+
getIntegrationTilbySyncFiscalMappingsErrorLogDetailsResponseSchema,
|
|
24069
|
+
getIntegrationTilbySyncFiscalMappingsErrorLogsInputSchema,
|
|
24070
|
+
getIntegrationTilbySyncFiscalMappingsErrorLogsQuerySchema,
|
|
24071
|
+
getIntegrationTilbySyncFiscalMappingsErrorLogsResponseSchema,
|
|
24072
|
+
getIntegrationTilbySyncFiscalMappingsProcessDetailsInputSchema,
|
|
24073
|
+
getIntegrationTilbySyncFiscalMappingsProcessDetailsResponseSchema,
|
|
24074
|
+
getIntegrationTilbySyncFiscalMappingsProcessesInputSchema,
|
|
24075
|
+
getIntegrationTilbySyncFiscalMappingsProcessesQuerySchema,
|
|
24076
|
+
getIntegrationTilbySyncFiscalMappingsProcessesResponseSchema,
|
|
24077
|
+
getIntegrationTilbySyncMenuErrorLogDetailsInputSchema,
|
|
24078
|
+
getIntegrationTilbySyncMenuErrorLogDetailsResponseSchema,
|
|
24079
|
+
getIntegrationTilbySyncMenuErrorLogsInputSchema,
|
|
24080
|
+
getIntegrationTilbySyncMenuErrorLogsQuerySchema,
|
|
24081
|
+
getIntegrationTilbySyncMenuErrorLogsResponseSchema,
|
|
24082
|
+
getIntegrationTilbySyncMenuProcessDetailsInputSchema,
|
|
24083
|
+
getIntegrationTilbySyncMenuProcessDetailsResponseSchema,
|
|
24084
|
+
getIntegrationTilbySyncMenuProcessesInputSchema,
|
|
24085
|
+
getIntegrationTilbySyncMenuProcessesQuerySchema,
|
|
24086
|
+
getIntegrationTilbySyncMenuProcessesResponseSchema,
|
|
24087
|
+
getIntegrationTilbySyncOrdersErrorLogDetailsInputSchema,
|
|
24088
|
+
getIntegrationTilbySyncOrdersErrorLogDetailsResponseSchema,
|
|
24089
|
+
getIntegrationTilbySyncOrdersErrorLogsInputSchema,
|
|
24090
|
+
getIntegrationTilbySyncOrdersErrorLogsQuerySchema,
|
|
24091
|
+
getIntegrationTilbySyncOrdersErrorLogsResponseSchema,
|
|
24092
|
+
getIntegrationTilbySyncOrdersProcessDetailsInputSchema,
|
|
24093
|
+
getIntegrationTilbySyncOrdersProcessDetailsResponseSchema,
|
|
24094
|
+
getIntegrationTilbySyncOrdersProcessesInputSchema,
|
|
24095
|
+
getIntegrationTilbySyncOrdersProcessesQuerySchema,
|
|
24096
|
+
getIntegrationTilbySyncOrdersProcessesResponseSchema,
|
|
24097
|
+
getIntegrationTilbyVatMappingDetailsInputSchema,
|
|
24098
|
+
getIntegrationTilbyVatMappingDetailsResponseSchema,
|
|
24099
|
+
getIntegrationTilbyVatMappingsInputSchema,
|
|
24100
|
+
getIntegrationTilbyVatMappingsQuerySchema,
|
|
24101
|
+
getIntegrationTilbyVatMappingsResponseSchema,
|
|
24102
|
+
getIntegrationTilbyWebHookEventDetailsInputSchema,
|
|
24103
|
+
getIntegrationTilbyWebHookEventDetailsResponseSchema,
|
|
24104
|
+
getIntegrationTilbyWebHookEventsInputSchema,
|
|
24105
|
+
getIntegrationTilbyWebHookEventsQuerySchema,
|
|
24106
|
+
getIntegrationTilbyWebHookEventsResponseSchema,
|
|
24107
|
+
getIntegrationTilbyWebHookSettingDetailsInputSchema,
|
|
24108
|
+
getIntegrationTilbyWebHookSettingDetailsResponseSchema,
|
|
24109
|
+
getIntegrationTilbyWebHookSettingsInputSchema,
|
|
24110
|
+
getIntegrationTilbyWebHookSettingsQuerySchema,
|
|
24111
|
+
getIntegrationTilbyWebHookSettingsResponseSchema,
|
|
21923
24112
|
getIntegrationsFromPointOfSaleInputSchema,
|
|
21924
24113
|
getIntegrationsFromPointOfSaleQuerySchema,
|
|
21925
24114
|
getIntegrationsFromPointOfSaleResponseSchema,
|
|
@@ -22248,12 +24437,126 @@ var UpdateIntegration = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
|
22248
24437
|
integrationServices,
|
|
22249
24438
|
integrationStatusSchema,
|
|
22250
24439
|
integrationStatuses,
|
|
24440
|
+
integrationTilbyCategoryMappingDetailsSchema,
|
|
24441
|
+
integrationTilbyCategoryMappingEditableFieldsSchema,
|
|
24442
|
+
integrationTilbyCategoryMappingIriSchema,
|
|
24443
|
+
integrationTilbyCategoryMappingNullableIriSchema,
|
|
24444
|
+
integrationTilbyCategoryMappingSchema,
|
|
24445
|
+
integrationTilbyCategoryMappingsQuerySchema,
|
|
24446
|
+
integrationTilbyComponentMappingDetailsSchema,
|
|
24447
|
+
integrationTilbyComponentMappingEditableFieldsSchema,
|
|
24448
|
+
integrationTilbyComponentMappingIriSchema,
|
|
24449
|
+
integrationTilbyComponentMappingNullableIriSchema,
|
|
24450
|
+
integrationTilbyComponentMappingSchema,
|
|
24451
|
+
integrationTilbyComponentMappingsQuerySchema,
|
|
24452
|
+
integrationTilbyCustomerMappingDetailsSchema,
|
|
24453
|
+
integrationTilbyCustomerMappingIriSchema,
|
|
24454
|
+
integrationTilbyCustomerMappingNullableIriSchema,
|
|
24455
|
+
integrationTilbyCustomerMappingSchema,
|
|
24456
|
+
integrationTilbyCustomerMappingsQuerySchema,
|
|
24457
|
+
integrationTilbyCustomersSyncStepSchema,
|
|
24458
|
+
integrationTilbyCustomersSyncSteps,
|
|
24459
|
+
integrationTilbyDepartmentMappingDetailsSchema,
|
|
24460
|
+
integrationTilbyDepartmentMappingEditableFieldsSchema,
|
|
24461
|
+
integrationTilbyDepartmentMappingIriSchema,
|
|
24462
|
+
integrationTilbyDepartmentMappingNullableIriSchema,
|
|
24463
|
+
integrationTilbyDepartmentMappingSchema,
|
|
24464
|
+
integrationTilbyDepartmentMappingsQuerySchema,
|
|
24465
|
+
integrationTilbyDetailsSchema,
|
|
24466
|
+
integrationTilbyEditableFieldsSchema,
|
|
24467
|
+
integrationTilbyEditableSyncSettingsSchema,
|
|
24468
|
+
integrationTilbyFiscalMappingsSyncStepSchema,
|
|
24469
|
+
integrationTilbyFiscalMappingsSyncSteps,
|
|
24470
|
+
integrationTilbyIriSchema,
|
|
24471
|
+
integrationTilbyMappingSyncFailureCodeSchema,
|
|
24472
|
+
integrationTilbyMappingSyncFailureCodes,
|
|
24473
|
+
integrationTilbyMappingSyncStateEditableFieldsSchema,
|
|
24474
|
+
integrationTilbyMappingSyncStateSchema,
|
|
24475
|
+
integrationTilbyMappingSyncStatusSchema,
|
|
24476
|
+
integrationTilbyMappingSyncStatuses,
|
|
24477
|
+
integrationTilbyMenuSyncStepSchema,
|
|
24478
|
+
integrationTilbyMenuSyncSteps,
|
|
24479
|
+
integrationTilbyNullableIriSchema,
|
|
24480
|
+
integrationTilbyOrderMappingDetailsSchema,
|
|
24481
|
+
integrationTilbyOrderMappingIriSchema,
|
|
24482
|
+
integrationTilbyOrderMappingNullableIriSchema,
|
|
24483
|
+
integrationTilbyOrderMappingSchema,
|
|
24484
|
+
integrationTilbyOrderMappingsQuerySchema,
|
|
24485
|
+
integrationTilbyOrdersSyncStepSchema,
|
|
24486
|
+
integrationTilbyOrdersSyncSteps,
|
|
24487
|
+
integrationTilbyProductMappingDetailsSchema,
|
|
24488
|
+
integrationTilbyProductMappingEditableFieldsSchema,
|
|
24489
|
+
integrationTilbyProductMappingIriSchema,
|
|
24490
|
+
integrationTilbyProductMappingNullableIriSchema,
|
|
24491
|
+
integrationTilbyProductMappingSchema,
|
|
24492
|
+
integrationTilbyProductMappingsQuerySchema,
|
|
24493
|
+
integrationTilbyProductVariantMappingDetailsSchema,
|
|
24494
|
+
integrationTilbyProductVariantMappingEditableFieldsSchema,
|
|
24495
|
+
integrationTilbyProductVariantMappingIriSchema,
|
|
24496
|
+
integrationTilbyProductVariantMappingNullableIriSchema,
|
|
24497
|
+
integrationTilbyProductVariantMappingSchema,
|
|
24498
|
+
integrationTilbyProductVariantMappingsQuerySchema,
|
|
24499
|
+
integrationTilbySchema,
|
|
24500
|
+
integrationTilbySyncCustomersErrorLogDetailsSchema,
|
|
24501
|
+
integrationTilbySyncCustomersErrorLogIriSchema,
|
|
24502
|
+
integrationTilbySyncCustomersErrorLogSchema,
|
|
24503
|
+
integrationTilbySyncCustomersErrorLogsQuerySchema,
|
|
24504
|
+
integrationTilbySyncCustomersProcessDetailsSchema,
|
|
24505
|
+
integrationTilbySyncCustomersProcessIriSchema,
|
|
24506
|
+
integrationTilbySyncCustomersProcessSchema,
|
|
24507
|
+
integrationTilbySyncCustomersProcessesQuerySchema,
|
|
24508
|
+
integrationTilbySyncDirectionSchema,
|
|
24509
|
+
integrationTilbySyncDirections,
|
|
24510
|
+
integrationTilbySyncFiscalMappingsErrorLogDetailsSchema,
|
|
24511
|
+
integrationTilbySyncFiscalMappingsErrorLogIriSchema,
|
|
24512
|
+
integrationTilbySyncFiscalMappingsErrorLogSchema,
|
|
24513
|
+
integrationTilbySyncFiscalMappingsErrorLogsQuerySchema,
|
|
24514
|
+
integrationTilbySyncFiscalMappingsProcessDetailsSchema,
|
|
24515
|
+
integrationTilbySyncFiscalMappingsProcessIriSchema,
|
|
24516
|
+
integrationTilbySyncFiscalMappingsProcessSchema,
|
|
24517
|
+
integrationTilbySyncFiscalMappingsProcessesQuerySchema,
|
|
24518
|
+
integrationTilbySyncMenuErrorLogDetailsSchema,
|
|
24519
|
+
integrationTilbySyncMenuErrorLogIriSchema,
|
|
24520
|
+
integrationTilbySyncMenuErrorLogSchema,
|
|
24521
|
+
integrationTilbySyncMenuErrorLogsQuerySchema,
|
|
24522
|
+
integrationTilbySyncMenuProcessDetailsSchema,
|
|
24523
|
+
integrationTilbySyncMenuProcessIriSchema,
|
|
24524
|
+
integrationTilbySyncMenuProcessSchema,
|
|
24525
|
+
integrationTilbySyncMenuProcessesQuerySchema,
|
|
24526
|
+
integrationTilbySyncModeSchema,
|
|
24527
|
+
integrationTilbySyncModes,
|
|
24528
|
+
integrationTilbySyncOrdersErrorLogDetailsSchema,
|
|
24529
|
+
integrationTilbySyncOrdersErrorLogIriSchema,
|
|
24530
|
+
integrationTilbySyncOrdersErrorLogSchema,
|
|
24531
|
+
integrationTilbySyncOrdersErrorLogsQuerySchema,
|
|
24532
|
+
integrationTilbySyncOrdersProcessDetailsSchema,
|
|
24533
|
+
integrationTilbySyncOrdersProcessIriSchema,
|
|
24534
|
+
integrationTilbySyncOrdersProcessSchema,
|
|
24535
|
+
integrationTilbySyncOrdersProcessesQuerySchema,
|
|
24536
|
+
integrationTilbySyncResponseSchema,
|
|
24537
|
+
integrationTilbySyncSettingsSchema,
|
|
24538
|
+
integrationTilbySyncTimesSchema,
|
|
24539
|
+
integrationTilbyVatMappingDetailsSchema,
|
|
24540
|
+
integrationTilbyVatMappingEditableFieldsSchema,
|
|
24541
|
+
integrationTilbyVatMappingIriSchema,
|
|
24542
|
+
integrationTilbyVatMappingNullableIriSchema,
|
|
24543
|
+
integrationTilbyVatMappingSchema,
|
|
24544
|
+
integrationTilbyVatMappingsQuerySchema,
|
|
24545
|
+
integrationTilbyWebHookEventDetailsSchema,
|
|
24546
|
+
integrationTilbyWebHookEventIriSchema,
|
|
24547
|
+
integrationTilbyWebHookEventSchema,
|
|
24548
|
+
integrationTilbyWebHookEventsQuerySchema,
|
|
24549
|
+
integrationTilbyWebHookSettingDetailsSchema,
|
|
24550
|
+
integrationTilbyWebHookSettingIriSchema,
|
|
24551
|
+
integrationTilbyWebHookSettingSchema,
|
|
24552
|
+
integrationTilbyWebHookSettingsQuerySchema,
|
|
22251
24553
|
integrationsCassaInCloudQuerySchema,
|
|
22252
24554
|
integrationsDeliverooQuerySchema,
|
|
22253
24555
|
integrationsEcommerceQuerySchema,
|
|
22254
24556
|
integrationsGlovoQuerySchema,
|
|
22255
24557
|
integrationsJustEatQuerySchema,
|
|
22256
24558
|
integrationsKitchenQuerySchema,
|
|
24559
|
+
integrationsTilbyQuerySchema,
|
|
22257
24560
|
menuVersionDetailsSchema,
|
|
22258
24561
|
menuVersionSchema,
|
|
22259
24562
|
respondIntegrationActivationRequestInputSchema,
|
|
@@ -22284,5 +24587,19 @@ var UpdateIntegration = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
|
22284
24587
|
updateIntegrationKitchenInputSchema,
|
|
22285
24588
|
updateIntegrationKitchenResponseSchema,
|
|
22286
24589
|
updateIntegrationResponseSchema,
|
|
24590
|
+
updateIntegrationTilbyCategoryMappingInputSchema,
|
|
24591
|
+
updateIntegrationTilbyCategoryMappingResponseSchema,
|
|
24592
|
+
updateIntegrationTilbyComponentMappingInputSchema,
|
|
24593
|
+
updateIntegrationTilbyComponentMappingResponseSchema,
|
|
24594
|
+
updateIntegrationTilbyDepartmentMappingInputSchema,
|
|
24595
|
+
updateIntegrationTilbyDepartmentMappingResponseSchema,
|
|
24596
|
+
updateIntegrationTilbyInputSchema,
|
|
24597
|
+
updateIntegrationTilbyProductMappingInputSchema,
|
|
24598
|
+
updateIntegrationTilbyProductMappingResponseSchema,
|
|
24599
|
+
updateIntegrationTilbyProductVariantMappingInputSchema,
|
|
24600
|
+
updateIntegrationTilbyProductVariantMappingResponseSchema,
|
|
24601
|
+
updateIntegrationTilbyResponseSchema,
|
|
24602
|
+
updateIntegrationTilbyVatMappingInputSchema,
|
|
24603
|
+
updateIntegrationTilbyVatMappingResponseSchema,
|
|
22287
24604
|
writableIntegrationSchema
|
|
22288
24605
|
});
|