@deliverart/sdk-js-integration 2.6.1 → 2.6.3
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 +22 -22
- package/dist/index.d.cts +231 -1567
- package/dist/index.d.ts +231 -1567
- package/dist/index.js +44 -44
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -12127,7 +12127,7 @@ var GetIntegrationActivationRequestDetails = class extends AbstractApiRequest5 {
|
|
|
12127
12127
|
// src/requests/activation-requests/GetIntegrationActivationRequests.ts
|
|
12128
12128
|
import { AbstractApiRequest as AbstractApiRequest6 } from "@deliverart/sdk-js-core";
|
|
12129
12129
|
import {
|
|
12130
|
-
|
|
12130
|
+
createPaginatedSchema,
|
|
12131
12131
|
sortDirSchema as sortDirSchema6,
|
|
12132
12132
|
timestampsFilterSchema as timestampsFilterSchema5
|
|
12133
12133
|
} from "@deliverart/sdk-js-global-types";
|
|
@@ -12147,7 +12147,7 @@ var getIntegrationActivationRequestsQuerySchema = external_exports.object({
|
|
|
12147
12147
|
page: external_exports.coerce.number().optional()
|
|
12148
12148
|
}).extend(timestampsFilterSchema5.shape);
|
|
12149
12149
|
var getIntegrationActivationRequestsInputSchema = external_exports.undefined();
|
|
12150
|
-
var getIntegrationActivationRequestsResponseSchema =
|
|
12150
|
+
var getIntegrationActivationRequestsResponseSchema = createPaginatedSchema(
|
|
12151
12151
|
integrationActivationRequestSchema
|
|
12152
12152
|
);
|
|
12153
12153
|
var GetIntegrationActivationRequests = class extends AbstractApiRequest6 {
|
|
@@ -12394,7 +12394,7 @@ var GetIntegrationCancellationRequestDetails = class extends AbstractApiRequest1
|
|
|
12394
12394
|
// src/requests/cancellation-requests/GetIntegrationCancellationRequests.ts
|
|
12395
12395
|
import { AbstractApiRequest as AbstractApiRequest15 } from "@deliverart/sdk-js-core";
|
|
12396
12396
|
import {
|
|
12397
|
-
|
|
12397
|
+
createPaginatedSchema as createPaginatedSchema2,
|
|
12398
12398
|
sortDirSchema as sortDirSchema8,
|
|
12399
12399
|
timestampsFilterSchema as timestampsFilterSchema7
|
|
12400
12400
|
} from "@deliverart/sdk-js-global-types";
|
|
@@ -12408,7 +12408,7 @@ var getIntegrationCancellationRequestsQuerySchema = external_exports.object({
|
|
|
12408
12408
|
page: external_exports.coerce.number().optional()
|
|
12409
12409
|
}).extend(timestampsFilterSchema7.shape);
|
|
12410
12410
|
var getIntegrationCancellationRequestsInputSchema = external_exports.undefined();
|
|
12411
|
-
var getIntegrationCancellationRequestsResponseSchema =
|
|
12411
|
+
var getIntegrationCancellationRequestsResponseSchema = createPaginatedSchema2(
|
|
12412
12412
|
integrationCancellationRequestSchema
|
|
12413
12413
|
);
|
|
12414
12414
|
var GetIntegrationCancellationRequests = class extends AbstractApiRequest15 {
|
|
@@ -12475,7 +12475,7 @@ var GetIntegrationDetails = class extends AbstractApiRequest17 {
|
|
|
12475
12475
|
// src/requests/GetIntegrations.ts
|
|
12476
12476
|
import { AbstractApiRequest as AbstractApiRequest18 } from "@deliverart/sdk-js-core";
|
|
12477
12477
|
import {
|
|
12478
|
-
|
|
12478
|
+
createPaginatedSchema as createPaginatedSchema3,
|
|
12479
12479
|
sortDirSchema as sortDirSchema9,
|
|
12480
12480
|
timestampsFilterSchema as timestampsFilterSchema8
|
|
12481
12481
|
} from "@deliverart/sdk-js-global-types";
|
|
@@ -12488,7 +12488,7 @@ var getIntegrationsQuerySchema = external_exports.object({
|
|
|
12488
12488
|
page: external_exports.coerce.number().optional()
|
|
12489
12489
|
}).extend(timestampsFilterSchema8.shape);
|
|
12490
12490
|
var getIntegrationsInputSchema = external_exports.undefined();
|
|
12491
|
-
var getIntegrationsResponseSchema =
|
|
12491
|
+
var getIntegrationsResponseSchema = createPaginatedSchema3(integrationSchema);
|
|
12492
12492
|
var GetIntegrations = class extends AbstractApiRequest18 {
|
|
12493
12493
|
constructor(options) {
|
|
12494
12494
|
super(void 0, options);
|
|
@@ -12608,10 +12608,10 @@ var GetIntegrationCassaInCloudClientLogRequestDetails = class extends AbstractAp
|
|
|
12608
12608
|
|
|
12609
12609
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudClientLogRequests.ts
|
|
12610
12610
|
import { AbstractApiRequest as AbstractApiRequest23 } from "@deliverart/sdk-js-core";
|
|
12611
|
-
import {
|
|
12611
|
+
import { createPaginatedSchema as createPaginatedSchema4 } from "@deliverart/sdk-js-global-types";
|
|
12612
12612
|
var getIntegrationCassaInCloudClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
12613
12613
|
var getIntegrationCassaInCloudClientLogRequestsInputSchema = external_exports.undefined();
|
|
12614
|
-
var getIntegrationCassaInCloudClientLogRequestsResponseSchema =
|
|
12614
|
+
var getIntegrationCassaInCloudClientLogRequestsResponseSchema = createPaginatedSchema4(
|
|
12615
12615
|
integrationClientLogRequestSchema
|
|
12616
12616
|
);
|
|
12617
12617
|
var GetIntegrationCassaInCloudClientLogRequests = class extends AbstractApiRequest23 {
|
|
@@ -12656,12 +12656,12 @@ var GetIntegrationCassaInCloudDetails = class extends AbstractApiRequest24 {
|
|
|
12656
12656
|
|
|
12657
12657
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudList.ts
|
|
12658
12658
|
import { AbstractApiRequest as AbstractApiRequest25 } from "@deliverart/sdk-js-core";
|
|
12659
|
-
import {
|
|
12659
|
+
import { createPaginatedSchema as createPaginatedSchema5 } from "@deliverart/sdk-js-global-types";
|
|
12660
12660
|
var getIntegrationCassaInCloudListQuerySchema = integrationsCassaInCloudQuerySchema.omit({
|
|
12661
12661
|
service: true
|
|
12662
12662
|
});
|
|
12663
12663
|
var getIntegrationCassaInCloudListInputSchema = external_exports.undefined();
|
|
12664
|
-
var getIntegrationCassaInCloudListResponseSchema =
|
|
12664
|
+
var getIntegrationCassaInCloudListResponseSchema = createPaginatedSchema5(
|
|
12665
12665
|
integrationCassaInCloudSchema
|
|
12666
12666
|
);
|
|
12667
12667
|
var GetIntegrationCassaInCloudList = class extends AbstractApiRequest25 {
|
|
@@ -12706,12 +12706,12 @@ var GetIntegrationCassaInCloudSyncMenuProcessDetails = class extends AbstractApi
|
|
|
12706
12706
|
|
|
12707
12707
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncMenuProcesses.ts
|
|
12708
12708
|
import { AbstractApiRequest as AbstractApiRequest27 } from "@deliverart/sdk-js-core";
|
|
12709
|
-
import {
|
|
12709
|
+
import { createPaginatedSchema as createPaginatedSchema6 } from "@deliverart/sdk-js-global-types";
|
|
12710
12710
|
var getIntegrationCassaInCloudSyncMenuProcessesQuerySchema = external_exports.object({
|
|
12711
12711
|
page: external_exports.coerce.number().optional()
|
|
12712
12712
|
});
|
|
12713
12713
|
var getIntegrationCassaInCloudSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
12714
|
-
var getIntegrationCassaInCloudSyncMenuProcessesResponseSchema =
|
|
12714
|
+
var getIntegrationCassaInCloudSyncMenuProcessesResponseSchema = createPaginatedSchema6(
|
|
12715
12715
|
integrationCassaInCloudSyncMenuProcessSchema
|
|
12716
12716
|
);
|
|
12717
12717
|
var GetIntegrationCassaInCloudSyncMenuProcesses = class extends AbstractApiRequest27 {
|
|
@@ -12757,10 +12757,10 @@ var GetIntegrationCassaInCloudWebHookEventDetails = class extends AbstractApiReq
|
|
|
12757
12757
|
|
|
12758
12758
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookEvents.ts
|
|
12759
12759
|
import { AbstractApiRequest as AbstractApiRequest29 } from "@deliverart/sdk-js-core";
|
|
12760
|
-
import {
|
|
12760
|
+
import { createPaginatedSchema as createPaginatedSchema7 } from "@deliverart/sdk-js-global-types";
|
|
12761
12761
|
var getIntegrationCassaInCloudWebHookEventsQuerySchema = integrationCassaInCloudWebHookEventsQuerySchema;
|
|
12762
12762
|
var getIntegrationCassaInCloudWebHookEventsInputSchema = external_exports.undefined();
|
|
12763
|
-
var getIntegrationCassaInCloudWebHookEventsResponseSchema =
|
|
12763
|
+
var getIntegrationCassaInCloudWebHookEventsResponseSchema = createPaginatedSchema7(
|
|
12764
12764
|
integrationCassaInCloudWebHookEventSchema
|
|
12765
12765
|
);
|
|
12766
12766
|
var GetIntegrationCassaInCloudWebHookEvents = class extends AbstractApiRequest29 {
|
|
@@ -12998,10 +12998,10 @@ var GetIntegrationDeliverooClientLogRequestDetails = class extends AbstractApiRe
|
|
|
12998
12998
|
|
|
12999
12999
|
// src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequests.ts
|
|
13000
13000
|
import { AbstractApiRequest as AbstractApiRequest40 } from "@deliverart/sdk-js-core";
|
|
13001
|
-
import {
|
|
13001
|
+
import { createPaginatedSchema as createPaginatedSchema8 } from "@deliverart/sdk-js-global-types";
|
|
13002
13002
|
var getIntegrationDeliverooClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
13003
13003
|
var getIntegrationDeliverooClientLogRequestsInputSchema = external_exports.undefined();
|
|
13004
|
-
var getIntegrationDeliverooClientLogRequestsResponseSchema =
|
|
13004
|
+
var getIntegrationDeliverooClientLogRequestsResponseSchema = createPaginatedSchema8(
|
|
13005
13005
|
integrationClientLogRequestSchema
|
|
13006
13006
|
);
|
|
13007
13007
|
var GetIntegrationDeliverooClientLogRequests = class extends AbstractApiRequest40 {
|
|
@@ -13046,11 +13046,11 @@ var GetIntegrationDeliverooDetails = class extends AbstractApiRequest41 {
|
|
|
13046
13046
|
|
|
13047
13047
|
// src/requests/services/deliveroo/GetIntegrationDeliverooList.ts
|
|
13048
13048
|
import { AbstractApiRequest as AbstractApiRequest42 } from "@deliverart/sdk-js-core";
|
|
13049
|
-
import {
|
|
13049
|
+
import { createPaginatedSchema as createPaginatedSchema9 } from "@deliverart/sdk-js-global-types";
|
|
13050
13050
|
var getIntegrationDeliverooListQuerySchema = integrationsDeliverooQuerySchema.omit({
|
|
13051
13051
|
service: true
|
|
13052
13052
|
});
|
|
13053
|
-
var getIntegrationDeliverooListResponseSchema =
|
|
13053
|
+
var getIntegrationDeliverooListResponseSchema = createPaginatedSchema9(
|
|
13054
13054
|
integrationDeliverooSchema
|
|
13055
13055
|
);
|
|
13056
13056
|
var getIntegrationDeliverooListInputSchema = external_exports.undefined();
|
|
@@ -13096,12 +13096,12 @@ var GetIntegrationDeliverooMenuVersionDetails = class extends AbstractApiRequest
|
|
|
13096
13096
|
|
|
13097
13097
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuVersions.ts
|
|
13098
13098
|
import { AbstractApiRequest as AbstractApiRequest44 } from "@deliverart/sdk-js-core";
|
|
13099
|
-
import {
|
|
13099
|
+
import { createPaginatedSchema as createPaginatedSchema10 } from "@deliverart/sdk-js-global-types";
|
|
13100
13100
|
var getIntegrationDeliverooMenuVersionsQuerySchema = external_exports.object({
|
|
13101
13101
|
page: external_exports.coerce.number().optional()
|
|
13102
13102
|
});
|
|
13103
13103
|
var getIntegrationDeliverooMenuVersionsInputSchema = external_exports.undefined();
|
|
13104
|
-
var getIntegrationDeliverooMenuVersionsResponseSchema =
|
|
13104
|
+
var getIntegrationDeliverooMenuVersionsResponseSchema = createPaginatedSchema10(menuVersionSchema);
|
|
13105
13105
|
var GetIntegrationDeliverooMenuVersions = class extends AbstractApiRequest44 {
|
|
13106
13106
|
constructor(integrationDeliverooId, options) {
|
|
13107
13107
|
super(void 0, options);
|
|
@@ -13145,12 +13145,12 @@ var GetIntegrationDeliverooSyncMenuProcessDetails = class extends AbstractApiReq
|
|
|
13145
13145
|
|
|
13146
13146
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSyncMenuProcesses.ts
|
|
13147
13147
|
import { AbstractApiRequest as AbstractApiRequest46 } from "@deliverart/sdk-js-core";
|
|
13148
|
-
import {
|
|
13148
|
+
import { createPaginatedSchema as createPaginatedSchema11 } from "@deliverart/sdk-js-global-types";
|
|
13149
13149
|
var getIntegrationDeliverooSyncMenuProcessesQuerySchema = external_exports.object({
|
|
13150
13150
|
page: external_exports.coerce.number().optional()
|
|
13151
13151
|
});
|
|
13152
13152
|
var getIntegrationDeliverooSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
13153
|
-
var getIntegrationDeliverooSyncMenuProcessesResponseSchema =
|
|
13153
|
+
var getIntegrationDeliverooSyncMenuProcessesResponseSchema = createPaginatedSchema11(
|
|
13154
13154
|
integrationDeliverooSyncMenuProcessSchema
|
|
13155
13155
|
);
|
|
13156
13156
|
var GetIntegrationDeliverooSyncMenuProcesses = class extends AbstractApiRequest46 {
|
|
@@ -13196,10 +13196,10 @@ var GetIntegrationDeliverooWebhookEventDetails = class extends AbstractApiReques
|
|
|
13196
13196
|
|
|
13197
13197
|
// src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEvents.ts
|
|
13198
13198
|
import { AbstractApiRequest as AbstractApiRequest48 } from "@deliverart/sdk-js-core";
|
|
13199
|
-
import {
|
|
13199
|
+
import { createPaginatedSchema as createPaginatedSchema12 } from "@deliverart/sdk-js-global-types";
|
|
13200
13200
|
var getIntegrationDeliverooWebhookEventsQuerySchema = integrationDeliverooWebhookEventsQueryParamsSchema;
|
|
13201
13201
|
var getIntegrationDeliverooWebhookEventsInputSchema = external_exports.undefined();
|
|
13202
|
-
var getIntegrationDeliverooWebhookEventsResponseSchema =
|
|
13202
|
+
var getIntegrationDeliverooWebhookEventsResponseSchema = createPaginatedSchema12(
|
|
13203
13203
|
integrationDeliverooWebhookEventSchema
|
|
13204
13204
|
);
|
|
13205
13205
|
var GetIntegrationDeliverooWebhookEvents = class extends AbstractApiRequest48 {
|
|
@@ -13376,10 +13376,10 @@ var GetIntegrationGlovoClientLogRequestDetails = class extends AbstractApiReques
|
|
|
13376
13376
|
|
|
13377
13377
|
// src/requests/services/glovo/GetIntegrationGlovoClientLogRequests.ts
|
|
13378
13378
|
import { AbstractApiRequest as AbstractApiRequest56 } from "@deliverart/sdk-js-core";
|
|
13379
|
-
import {
|
|
13379
|
+
import { createPaginatedSchema as createPaginatedSchema13 } from "@deliverart/sdk-js-global-types";
|
|
13380
13380
|
var getIntegrationGlovoClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
13381
13381
|
var getIntegrationGlovoClientLogRequestsInputSchema = external_exports.undefined();
|
|
13382
|
-
var getIntegrationGlovoClientLogRequestsResponseSchema =
|
|
13382
|
+
var getIntegrationGlovoClientLogRequestsResponseSchema = createPaginatedSchema13(
|
|
13383
13383
|
integrationClientLogRequestSchema
|
|
13384
13384
|
);
|
|
13385
13385
|
var GetIntegrationGlovoClientLogRequests = class extends AbstractApiRequest56 {
|
|
@@ -13424,12 +13424,12 @@ var GetIntegrationGlovoDetails = class extends AbstractApiRequest57 {
|
|
|
13424
13424
|
|
|
13425
13425
|
// src/requests/services/glovo/GetIntegrationGlovoList.ts
|
|
13426
13426
|
import { AbstractApiRequest as AbstractApiRequest58 } from "@deliverart/sdk-js-core";
|
|
13427
|
-
import {
|
|
13427
|
+
import { createPaginatedSchema as createPaginatedSchema14 } from "@deliverart/sdk-js-global-types";
|
|
13428
13428
|
var getIntegrationGlovoListQuerySchema = integrationsGlovoQuerySchema.omit({
|
|
13429
13429
|
service: true
|
|
13430
13430
|
});
|
|
13431
13431
|
var getIntegrationGlovoListInputSchema = external_exports.undefined();
|
|
13432
|
-
var getIntegrationGlovoListResponseSchema =
|
|
13432
|
+
var getIntegrationGlovoListResponseSchema = createPaginatedSchema14(integrationGlovoSchema);
|
|
13433
13433
|
var GetIntegrationGlovoList = class extends AbstractApiRequest58 {
|
|
13434
13434
|
constructor(options) {
|
|
13435
13435
|
super(void 0, options);
|
|
@@ -13472,12 +13472,12 @@ var GetIntegrationGlovoMenuUpdateDetails = class extends AbstractApiRequest59 {
|
|
|
13472
13472
|
|
|
13473
13473
|
// src/requests/services/glovo/GetIntegrationGlovoMenuUpdates.ts
|
|
13474
13474
|
import { AbstractApiRequest as AbstractApiRequest60 } from "@deliverart/sdk-js-core";
|
|
13475
|
-
import {
|
|
13475
|
+
import { createPaginatedSchema as createPaginatedSchema15 } from "@deliverart/sdk-js-global-types";
|
|
13476
13476
|
var getIntegrationGlovoMenuUpdatesQuerySchema = external_exports.object({
|
|
13477
13477
|
page: external_exports.coerce.number().optional()
|
|
13478
13478
|
});
|
|
13479
13479
|
var getIntegrationGlovoMenuUpdatesInputSchema = external_exports.undefined();
|
|
13480
|
-
var getIntegrationGlovoMenuUpdatesResponseSchema =
|
|
13480
|
+
var getIntegrationGlovoMenuUpdatesResponseSchema = createPaginatedSchema15(
|
|
13481
13481
|
integrationGlovoMenuUpdateSchema
|
|
13482
13482
|
);
|
|
13483
13483
|
var GetIntegrationGlovoMenuUpdates = class extends AbstractApiRequest60 {
|
|
@@ -13523,12 +13523,12 @@ var GetIntegrationGlovoMenuVersionDetails = class extends AbstractApiRequest61 {
|
|
|
13523
13523
|
|
|
13524
13524
|
// src/requests/services/glovo/GetIntegrationGlovoMenuVersions.ts
|
|
13525
13525
|
import { AbstractApiRequest as AbstractApiRequest62 } from "@deliverart/sdk-js-core";
|
|
13526
|
-
import {
|
|
13526
|
+
import { createPaginatedSchema as createPaginatedSchema16 } from "@deliverart/sdk-js-global-types";
|
|
13527
13527
|
var getIntegrationGlovoMenuVersionsQuerySchema = external_exports.object({
|
|
13528
13528
|
page: external_exports.coerce.number().optional()
|
|
13529
13529
|
});
|
|
13530
13530
|
var getIntegrationGlovoMenuVersionsInputSchema = external_exports.undefined();
|
|
13531
|
-
var getIntegrationGlovoMenuVersionsResponseSchema =
|
|
13531
|
+
var getIntegrationGlovoMenuVersionsResponseSchema = createPaginatedSchema16(menuVersionSchema);
|
|
13532
13532
|
var GetIntegrationGlovoMenuVersions = class extends AbstractApiRequest62 {
|
|
13533
13533
|
constructor(integrationGlovoId, options) {
|
|
13534
13534
|
super(void 0, options);
|
|
@@ -13572,10 +13572,10 @@ var GetIntegrationGlovoWebhookEventDetails = class extends AbstractApiRequest63
|
|
|
13572
13572
|
|
|
13573
13573
|
// src/requests/services/glovo/GetIntegrationGlovoWebhookEvents.ts
|
|
13574
13574
|
import { AbstractApiRequest as AbstractApiRequest64 } from "@deliverart/sdk-js-core";
|
|
13575
|
-
import {
|
|
13575
|
+
import { createPaginatedSchema as createPaginatedSchema17 } from "@deliverart/sdk-js-global-types";
|
|
13576
13576
|
var getIntegrationGlovoWebhookEventsQuerySchema = integrationGlovoWebhookEventsQueryParamsSchema;
|
|
13577
13577
|
var getIntegrationGlovoWebhookEventsInputSchema = external_exports.undefined();
|
|
13578
|
-
var getIntegrationGlovoWebhookEventsResponseSchema =
|
|
13578
|
+
var getIntegrationGlovoWebhookEventsResponseSchema = createPaginatedSchema17(
|
|
13579
13579
|
integrationGlovoWebhookEventSchema
|
|
13580
13580
|
);
|
|
13581
13581
|
var GetIntegrationGlovoWebhookEvents = class extends AbstractApiRequest64 {
|
|
@@ -13731,10 +13731,10 @@ var GetIntegrationJustEatClientLogRequestDetails = class extends AbstractApiRequ
|
|
|
13731
13731
|
|
|
13732
13732
|
// src/requests/services/justeat/GetIntegrationJustEatClientLogRequests.ts
|
|
13733
13733
|
import { AbstractApiRequest as AbstractApiRequest71 } from "@deliverart/sdk-js-core";
|
|
13734
|
-
import {
|
|
13734
|
+
import { createPaginatedSchema as createPaginatedSchema18 } from "@deliverart/sdk-js-global-types";
|
|
13735
13735
|
var getIntegrationJustEatClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
13736
13736
|
var getIntegrationJustEatClientLogRequestsInputSchema = external_exports.undefined();
|
|
13737
|
-
var getIntegrationJustEatClientLogRequestsResponseSchema =
|
|
13737
|
+
var getIntegrationJustEatClientLogRequestsResponseSchema = createPaginatedSchema18(
|
|
13738
13738
|
integrationClientLogRequestSchema
|
|
13739
13739
|
);
|
|
13740
13740
|
var GetIntegrationJustEatClientLogRequests = class extends AbstractApiRequest71 {
|
|
@@ -13779,12 +13779,12 @@ var GetIntegrationJustEatDetails = class extends AbstractApiRequest72 {
|
|
|
13779
13779
|
|
|
13780
13780
|
// src/requests/services/justeat/GetIntegrationJustEatList.ts
|
|
13781
13781
|
import { AbstractApiRequest as AbstractApiRequest73 } from "@deliverart/sdk-js-core";
|
|
13782
|
-
import {
|
|
13782
|
+
import { createPaginatedSchema as createPaginatedSchema19 } from "@deliverart/sdk-js-global-types";
|
|
13783
13783
|
var getIntegrationJustEatListQuerySchema = integrationsJustEatQuerySchema.omit({
|
|
13784
13784
|
service: true
|
|
13785
13785
|
});
|
|
13786
13786
|
var getIntegrationJustEatListInputSchema = external_exports.undefined();
|
|
13787
|
-
var getIntegrationJustEatListResponseSchema =
|
|
13787
|
+
var getIntegrationJustEatListResponseSchema = createPaginatedSchema19(integrationJustEatSchema);
|
|
13788
13788
|
var GetIntegrationJustEatList = class extends AbstractApiRequest73 {
|
|
13789
13789
|
constructor(options) {
|
|
13790
13790
|
super(void 0, options);
|
|
@@ -13827,12 +13827,12 @@ var GetIntegrationJustEatMenuVersionDetails = class extends AbstractApiRequest74
|
|
|
13827
13827
|
|
|
13828
13828
|
// src/requests/services/justeat/GetIntegrationJustEatMenuVersions.ts
|
|
13829
13829
|
import { AbstractApiRequest as AbstractApiRequest75 } from "@deliverart/sdk-js-core";
|
|
13830
|
-
import {
|
|
13830
|
+
import { createPaginatedSchema as createPaginatedSchema20 } from "@deliverart/sdk-js-global-types";
|
|
13831
13831
|
var getIntegrationJustEatMenuVersionsQuerySchema = external_exports.object({
|
|
13832
13832
|
page: external_exports.coerce.number().optional()
|
|
13833
13833
|
});
|
|
13834
13834
|
var getIntegrationJustEatMenuVersionsInputSchema = external_exports.undefined();
|
|
13835
|
-
var getIntegrationJustEatMenuVersionsResponseSchema =
|
|
13835
|
+
var getIntegrationJustEatMenuVersionsResponseSchema = createPaginatedSchema20(menuVersionSchema);
|
|
13836
13836
|
var GetIntegrationJustEatMenuVersions = class extends AbstractApiRequest75 {
|
|
13837
13837
|
constructor(integrationJustEatId, options) {
|
|
13838
13838
|
super(void 0, options);
|
|
@@ -13876,10 +13876,10 @@ var GetIntegrationJustEatOrderDetails = class extends AbstractApiRequest76 {
|
|
|
13876
13876
|
|
|
13877
13877
|
// src/requests/services/justeat/GetIntegrationJustEatOrders.ts
|
|
13878
13878
|
import { AbstractApiRequest as AbstractApiRequest77 } from "@deliverart/sdk-js-core";
|
|
13879
|
-
import {
|
|
13879
|
+
import { createPaginatedSchema as createPaginatedSchema21 } from "@deliverart/sdk-js-global-types";
|
|
13880
13880
|
var getIntegrationJustEatOrdersQuerySchema = integrationJustEatOrdersQueryParamsSchema;
|
|
13881
13881
|
var getIntegrationJustEatOrdersInputSchema = external_exports.undefined();
|
|
13882
|
-
var getIntegrationJustEatOrdersResponseSchema =
|
|
13882
|
+
var getIntegrationJustEatOrdersResponseSchema = createPaginatedSchema21(
|
|
13883
13883
|
integrationJustEatOrderSchema
|
|
13884
13884
|
);
|
|
13885
13885
|
var GetIntegrationJustEatOrders = class extends AbstractApiRequest77 {
|
|
@@ -13925,12 +13925,12 @@ var GetIntegrationJustEatSyncMenuProcessDetails = class extends AbstractApiReque
|
|
|
13925
13925
|
|
|
13926
13926
|
// src/requests/services/justeat/GetIntegrationJustEatSyncMenuProcesses.ts
|
|
13927
13927
|
import { AbstractApiRequest as AbstractApiRequest79 } from "@deliverart/sdk-js-core";
|
|
13928
|
-
import {
|
|
13928
|
+
import { createPaginatedSchema as createPaginatedSchema22 } from "@deliverart/sdk-js-global-types";
|
|
13929
13929
|
var getIntegrationJustEatSyncMenuProcessesQuerySchema = external_exports.object({
|
|
13930
13930
|
page: external_exports.coerce.number().optional()
|
|
13931
13931
|
});
|
|
13932
13932
|
var getIntegrationJustEatSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
13933
|
-
var getIntegrationJustEatSyncMenuProcessesResponseSchema =
|
|
13933
|
+
var getIntegrationJustEatSyncMenuProcessesResponseSchema = createPaginatedSchema22(
|
|
13934
13934
|
integrationJustEatSyncMenuProcessSchema
|
|
13935
13935
|
);
|
|
13936
13936
|
var GetIntegrationJustEatSyncMenuProcesses = class extends AbstractApiRequest79 {
|
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.6.
|
|
4
|
+
"version": "2.6.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@deliverart/sdk-js-core": "2.6.
|
|
22
|
-
"@deliverart/sdk-js-global-types": "2.6.
|
|
23
|
-
"@deliverart/sdk-js-image": "2.6.
|
|
24
|
-
"@deliverart/sdk-js-order": "2.6.
|
|
25
|
-
"@deliverart/sdk-js-point-of-sale": "2.6.
|
|
26
|
-
"@deliverart/sdk-js-sales-mode": "2.6.
|
|
21
|
+
"@deliverart/sdk-js-core": "2.6.3",
|
|
22
|
+
"@deliverart/sdk-js-global-types": "2.6.3",
|
|
23
|
+
"@deliverart/sdk-js-image": "2.6.3",
|
|
24
|
+
"@deliverart/sdk-js-order": "2.6.3",
|
|
25
|
+
"@deliverart/sdk-js-point-of-sale": "2.6.3",
|
|
26
|
+
"@deliverart/sdk-js-sales-mode": "2.6.3"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|