@deliverart/sdk-js-integration 2.1.24 → 2.1.26
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 +80 -1
- package/dist/index.d.cts +356 -8
- package/dist/index.d.ts +356 -8
- package/dist/index.js +43 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -11427,7 +11427,12 @@ var integrationCancellationRequestSchema = external_exports.object({
|
|
|
11427
11427
|
updatedAt: datetimeSchema2
|
|
11428
11428
|
});
|
|
11429
11429
|
var integrationCancellationRequestDetailsSchema = integrationCancellationRequestSchema.extend({
|
|
11430
|
-
integration:
|
|
11430
|
+
integration: external_exports.union([
|
|
11431
|
+
integrationDeliverooNullableIriSchema,
|
|
11432
|
+
integrationJustEatNullableIriSchema,
|
|
11433
|
+
integrationGlovoNullableIriSchema,
|
|
11434
|
+
integrationCassaInCloudNullableIriSchema
|
|
11435
|
+
])
|
|
11431
11436
|
});
|
|
11432
11437
|
|
|
11433
11438
|
// src/service-schemas/cassa_in_cloud.ts
|
|
@@ -14301,16 +14306,22 @@ export {
|
|
|
14301
14306
|
integrationCancellationRequestStatusSchema,
|
|
14302
14307
|
integrationCancellationRequestStatuses,
|
|
14303
14308
|
integrationCassaInCloudDataSchema,
|
|
14309
|
+
integrationCassaInCloudDetailsSchema,
|
|
14304
14310
|
integrationCassaInCloudDirectionSchema,
|
|
14305
14311
|
integrationCassaInCloudDirections,
|
|
14312
|
+
integrationCassaInCloudEditableFieldsSchema,
|
|
14306
14313
|
integrationCassaInCloudIriSchema,
|
|
14307
14314
|
integrationCassaInCloudNullableIriSchema,
|
|
14308
14315
|
integrationCassaInCloudProductChannelSchema,
|
|
14309
14316
|
integrationCassaInCloudProductChannels,
|
|
14317
|
+
integrationCassaInCloudSchema,
|
|
14310
14318
|
integrationCassaInCloudSyncCustomersInputSchema,
|
|
14311
14319
|
integrationCassaInCloudSyncCustomersResponseSchema,
|
|
14312
14320
|
integrationCassaInCloudSyncMenuErrorLogIriSchema,
|
|
14313
14321
|
integrationCassaInCloudSyncMenuErrorLogNullableIriSchema,
|
|
14322
|
+
integrationCassaInCloudSyncMenuProcessDetailsSchema,
|
|
14323
|
+
integrationCassaInCloudSyncMenuProcessSchema,
|
|
14324
|
+
integrationCassaInCloudSyncMenuProcessesQuerySchema,
|
|
14314
14325
|
integrationCassaInCloudSyncOrganizationsInputSchema,
|
|
14315
14326
|
integrationCassaInCloudSyncOrganizationsResponseSchema,
|
|
14316
14327
|
integrationCassaInCloudSyncProductsInputSchema,
|
|
@@ -14321,54 +14332,81 @@ export {
|
|
|
14321
14332
|
integrationCassaInCloudSyncStockResponseSchema,
|
|
14322
14333
|
integrationCassaInCloudSyncTimetablesInputSchema,
|
|
14323
14334
|
integrationCassaInCloudSyncTimetablesResponseSchema,
|
|
14335
|
+
integrationCassaInCloudWebHookEventDetailsSchema,
|
|
14324
14336
|
integrationCassaInCloudWebHookEventEntities,
|
|
14325
14337
|
integrationCassaInCloudWebHookEventEntitySchema,
|
|
14326
14338
|
integrationCassaInCloudWebHookEventEventSchema,
|
|
14327
14339
|
integrationCassaInCloudWebHookEventEvents,
|
|
14340
|
+
integrationCassaInCloudWebHookEventSchema,
|
|
14341
|
+
integrationCassaInCloudWebHookEventsQuerySchema,
|
|
14328
14342
|
integrationClientLogRequestDetailsSchema,
|
|
14329
14343
|
integrationClientLogRequestMethodSchema,
|
|
14330
14344
|
integrationClientLogRequestMethods,
|
|
14331
14345
|
integrationClientLogRequestSchema,
|
|
14332
14346
|
integrationDeliverooDataSchema,
|
|
14347
|
+
integrationDeliverooDetailsSchema,
|
|
14348
|
+
integrationDeliverooEditableFieldsSchema,
|
|
14333
14349
|
integrationDeliverooIriSchema,
|
|
14334
14350
|
integrationDeliverooMenuVersionIriSchema,
|
|
14335
14351
|
integrationDeliverooMenuVersionNullableIriSchema,
|
|
14336
14352
|
integrationDeliverooNullableIriSchema,
|
|
14353
|
+
integrationDeliverooSchema,
|
|
14337
14354
|
integrationDeliverooSiteStatusSchema,
|
|
14338
14355
|
integrationDeliverooSiteStatuses,
|
|
14339
14356
|
integrationDeliverooSyncMenuInputSchema,
|
|
14357
|
+
integrationDeliverooSyncMenuProcessDetailsSchema,
|
|
14340
14358
|
integrationDeliverooSyncMenuProcessModeSchema,
|
|
14341
14359
|
integrationDeliverooSyncMenuProcessModes,
|
|
14360
|
+
integrationDeliverooSyncMenuProcessSchema,
|
|
14361
|
+
integrationDeliverooSyncMenuProcessesQuerySchema,
|
|
14342
14362
|
integrationDeliverooSyncMenuResponseSchema,
|
|
14343
14363
|
integrationDeliverooSyncOpeningHoursInputSchema,
|
|
14344
14364
|
integrationDeliverooSyncOpeningHoursResponseSchema,
|
|
14365
|
+
integrationDeliverooWebhookEventDetailsSchema,
|
|
14366
|
+
integrationDeliverooWebhookEventSchema,
|
|
14345
14367
|
integrationDeliverooWebhookEventTypeSchema,
|
|
14346
14368
|
integrationDeliverooWebhookEventTypes,
|
|
14369
|
+
integrationDeliverooWebhookEventsQueryParamsSchema,
|
|
14347
14370
|
integrationDeliveryProviderCommonSchema,
|
|
14348
14371
|
integrationDetailsFieldsSchema,
|
|
14349
14372
|
integrationDetailsSchema,
|
|
14350
14373
|
integrationGlovoDataSchema,
|
|
14374
|
+
integrationGlovoDetailsSchema,
|
|
14375
|
+
integrationGlovoEditableFieldsSchema,
|
|
14351
14376
|
integrationGlovoIriSchema,
|
|
14377
|
+
integrationGlovoMenuUpdateDetailsSchema,
|
|
14378
|
+
integrationGlovoMenuUpdateSchema,
|
|
14352
14379
|
integrationGlovoMenuUpdateStatusSchema,
|
|
14353
14380
|
integrationGlovoMenuUpdateStatuses,
|
|
14381
|
+
integrationGlovoMenuUpdatesQuerySchema,
|
|
14354
14382
|
integrationGlovoMenuVersionIriSchema,
|
|
14355
14383
|
integrationGlovoMenuVersionNullableIriSchema,
|
|
14356
14384
|
integrationGlovoNullableIriSchema,
|
|
14385
|
+
integrationGlovoSchema,
|
|
14357
14386
|
integrationGlovoStoreStatusSchema,
|
|
14358
14387
|
integrationGlovoStoreStatuses,
|
|
14359
14388
|
integrationGlovoSyncMenuInputSchema,
|
|
14360
14389
|
integrationGlovoSyncMenuResponseSchema,
|
|
14390
|
+
integrationGlovoWebhookEventDetailsSchema,
|
|
14391
|
+
integrationGlovoWebhookEventSchema,
|
|
14361
14392
|
integrationGlovoWebhookEventTypeSchema,
|
|
14362
14393
|
integrationGlovoWebhookEventTypes,
|
|
14394
|
+
integrationGlovoWebhookEventsQueryParamsSchema,
|
|
14363
14395
|
integrationIriSchema,
|
|
14364
14396
|
integrationJustEatDataSchema,
|
|
14397
|
+
integrationJustEatDetailsSchema,
|
|
14398
|
+
integrationJustEatEditableFieldsSchema,
|
|
14365
14399
|
integrationJustEatIriSchema,
|
|
14366
14400
|
integrationJustEatMenuVersionIriSchema,
|
|
14367
14401
|
integrationJustEatMenuVersionNullableIriSchema,
|
|
14368
14402
|
integrationJustEatNullableIriSchema,
|
|
14369
14403
|
integrationJustEatRestaurantStatusSchema,
|
|
14370
14404
|
integrationJustEatRestaurantStatuses,
|
|
14405
|
+
integrationJustEatSchema,
|
|
14371
14406
|
integrationJustEatSyncMenuInputSchema,
|
|
14407
|
+
integrationJustEatSyncMenuProcessDetailsSchema,
|
|
14408
|
+
integrationJustEatSyncMenuProcessSchema,
|
|
14409
|
+
integrationJustEatSyncMenuProcessesQuerySchema,
|
|
14372
14410
|
integrationJustEatSyncMenuResponseSchema,
|
|
14373
14411
|
integrationJustEatSyncOpeningHoursInputSchema,
|
|
14374
14412
|
integrationJustEatSyncOpeningHoursResponseSchema,
|
|
@@ -14385,6 +14423,10 @@ export {
|
|
|
14385
14423
|
integrationServices,
|
|
14386
14424
|
integrationStatusSchema,
|
|
14387
14425
|
integrationStatuses,
|
|
14426
|
+
integrationsCassaInCloudQuerySchema,
|
|
14427
|
+
integrationsDeliverooQuerySchema,
|
|
14428
|
+
integrationsGlovoQuerySchema,
|
|
14429
|
+
integrationsJustEatQuerySchema,
|
|
14388
14430
|
menuVersionDetailsSchema,
|
|
14389
14431
|
menuVersionSchema,
|
|
14390
14432
|
respondIntegrationActivationRequestInputSchema,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deliverart/sdk-js-integration",
|
|
3
3
|
"description": "Deliverart JavaScript SDK for Integration Management",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.26",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@deliverart/sdk-js-
|
|
22
|
-
"@deliverart/sdk-js-image": "2.1.
|
|
23
|
-
"@deliverart/sdk-js-
|
|
24
|
-
"@deliverart/sdk-js-point-of-sale": "2.1.
|
|
25
|
-
"@deliverart/sdk-js-sales-mode": "2.1.
|
|
21
|
+
"@deliverart/sdk-js-core": "2.1.26",
|
|
22
|
+
"@deliverart/sdk-js-image": "2.1.26",
|
|
23
|
+
"@deliverart/sdk-js-global-types": "2.1.26",
|
|
24
|
+
"@deliverart/sdk-js-point-of-sale": "2.1.26",
|
|
25
|
+
"@deliverart/sdk-js-sales-mode": "2.1.26"
|
|
26
26
|
},
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|