@deliverart/sdk-js-integration 1.2.2 → 2.0.0
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.d.cts +21 -22
- package/dist/index.d.ts +21 -22
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -3,7 +3,6 @@ import { Paginated } from '@deliverart/sdk-js-global-types';
|
|
|
3
3
|
import * as zod from 'zod';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
import { AbstractApiRequest } from '@deliverart/sdk-js-core';
|
|
6
|
-
import { AxiosResponse } from 'axios';
|
|
7
6
|
import * as zod_v4_core_schemas_cjs from 'zod/v4/core/schemas.cjs';
|
|
8
7
|
|
|
9
8
|
declare const activatableIntegrationBaseSchema: z.ZodObject<{
|
|
@@ -3685,7 +3684,7 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
|
|
|
3685
3684
|
query?: GetIntegrationActivationRequestsQueryParams;
|
|
3686
3685
|
});
|
|
3687
3686
|
getPath(): string;
|
|
3688
|
-
parseResponse(data: unknown, rawResponse:
|
|
3687
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationActivationRequest>;
|
|
3689
3688
|
}
|
|
3690
3689
|
|
|
3691
3690
|
declare const respondIntegrationActivationRequestInputSchema: z.ZodObject<{
|
|
@@ -5822,7 +5821,7 @@ declare class GetIntegrationCancellationRequests extends AbstractApiRequest<type
|
|
|
5822
5821
|
query?: GetIntegrationCancellationRequestsQueryParams;
|
|
5823
5822
|
});
|
|
5824
5823
|
getPath(): string;
|
|
5825
|
-
parseResponse(data: unknown, rawResponse:
|
|
5824
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationCancellationRequest>;
|
|
5826
5825
|
}
|
|
5827
5826
|
|
|
5828
5827
|
declare const deleteIntegrationInputSchema: z.ZodUndefined;
|
|
@@ -6836,7 +6835,7 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
6836
6835
|
query?: GetIntegrationsQueryParams;
|
|
6837
6836
|
});
|
|
6838
6837
|
getPath(): string;
|
|
6839
|
-
parseResponse(data: unknown, rawResponse:
|
|
6838
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<Integration>;
|
|
6840
6839
|
}
|
|
6841
6840
|
|
|
6842
6841
|
declare const integrationCassaInCloudSchema: z.ZodObject<{
|
|
@@ -7515,7 +7514,7 @@ declare class GetIntegrationCassaInCloudClientLogRequests extends AbstractApiReq
|
|
|
7515
7514
|
query?: GetIntegrationCassaInCloudClientLogRequestsQueryParams;
|
|
7516
7515
|
});
|
|
7517
7516
|
getPath(): string;
|
|
7518
|
-
parseResponse(data: unknown, rawResponse:
|
|
7517
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationClientLogRequest>;
|
|
7519
7518
|
}
|
|
7520
7519
|
|
|
7521
7520
|
declare const getIntegrationCassaInCloudDetailsInputSchema: z.ZodUndefined;
|
|
@@ -7829,7 +7828,7 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
7829
7828
|
query?: GetIntegrationCassaInCloudListQueryParams;
|
|
7830
7829
|
});
|
|
7831
7830
|
getPath(): string;
|
|
7832
|
-
parseResponse(data: unknown, rawResponse:
|
|
7831
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationCassaInCloud>;
|
|
7833
7832
|
}
|
|
7834
7833
|
|
|
7835
7834
|
declare const getIntegrationCassaInCloudSyncMenuProcessDetailsInputSchema: z.ZodUndefined;
|
|
@@ -7929,7 +7928,7 @@ declare class GetIntegrationCassaInCloudSyncMenuProcesses extends AbstractApiReq
|
|
|
7929
7928
|
query?: GetIntegrationCassaInCloudSyncMenuProcessesQueryParams;
|
|
7930
7929
|
});
|
|
7931
7930
|
getPath(): string;
|
|
7932
|
-
parseResponse(data: unknown, rawResponse:
|
|
7931
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationCassaInCloudSyncMenuProcess>;
|
|
7933
7932
|
}
|
|
7934
7933
|
|
|
7935
7934
|
declare const getIntegrationCassaInCloudWebHookEventDetailsInputSchema: z.ZodUndefined;
|
|
@@ -8171,7 +8170,7 @@ declare class GetIntegrationCassaInCloudWebHookEvents extends AbstractApiRequest
|
|
|
8171
8170
|
query?: GetIntegrationCassaInCloudWebHookEventsQueryParams;
|
|
8172
8171
|
});
|
|
8173
8172
|
getPath(): string;
|
|
8174
|
-
parseResponse(data: unknown, rawResponse:
|
|
8173
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationCassaInCloudWebHookEvent>;
|
|
8175
8174
|
}
|
|
8176
8175
|
|
|
8177
8176
|
declare const integrationCassaInCloudSyncCustomersInputSchema: z.ZodUndefined;
|
|
@@ -8874,7 +8873,7 @@ declare class GetIntegrationDeliverooClientLogRequests extends AbstractApiReques
|
|
|
8874
8873
|
query?: GetIntegrationDeliverooClientLogRequestsQueryParams;
|
|
8875
8874
|
});
|
|
8876
8875
|
getPath(): string;
|
|
8877
|
-
parseResponse(data: unknown, rawResponse:
|
|
8876
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationClientLogRequest>;
|
|
8878
8877
|
}
|
|
8879
8878
|
|
|
8880
8879
|
declare const getIntegrationDeliverooDetailsInputSchema: z.ZodUndefined;
|
|
@@ -9195,7 +9194,7 @@ declare class GetIntegrationDeliverooList extends AbstractApiRequest<typeof getI
|
|
|
9195
9194
|
query?: GetIntegrationDeliverooListQueryParams;
|
|
9196
9195
|
});
|
|
9197
9196
|
getPath(): string;
|
|
9198
|
-
parseResponse(data: unknown, rawResponse:
|
|
9197
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationDeliveroo>;
|
|
9199
9198
|
}
|
|
9200
9199
|
|
|
9201
9200
|
declare const getIntegrationDeliverooMenuVersionDetailsInputSchema: z.ZodUndefined;
|
|
@@ -9285,7 +9284,7 @@ declare class GetIntegrationDeliverooMenuVersions extends AbstractApiRequest<typ
|
|
|
9285
9284
|
query?: GetIntegrationDeliverooMenuVersionsQueryParams;
|
|
9286
9285
|
});
|
|
9287
9286
|
getPath(): string;
|
|
9288
|
-
parseResponse(data: unknown, rawResponse:
|
|
9287
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<MenuVersion>;
|
|
9289
9288
|
}
|
|
9290
9289
|
|
|
9291
9290
|
declare const getIntegrationDeliverooSyncMenuProcessDetailsInputSchema: z.ZodUndefined;
|
|
@@ -9391,7 +9390,7 @@ declare class GetIntegrationDeliverooSyncMenuProcesses extends AbstractApiReques
|
|
|
9391
9390
|
query?: GetIntegrationDeliverooSyncMenuProcessesQueryParams;
|
|
9392
9391
|
});
|
|
9393
9392
|
getPath(): string;
|
|
9394
|
-
parseResponse(data: unknown, rawResponse:
|
|
9393
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationDeliverooSyncMenuProcess>;
|
|
9395
9394
|
}
|
|
9396
9395
|
|
|
9397
9396
|
declare const getIntegrationDeliverooWebhookEventDetailsInputSchema: z.ZodUndefined;
|
|
@@ -9537,7 +9536,7 @@ declare class GetIntegrationDeliverooWebhookEvents extends AbstractApiRequest<ty
|
|
|
9537
9536
|
query?: GetIntegrationDeliverooWebhookEventsQueryParams;
|
|
9538
9537
|
});
|
|
9539
9538
|
getPath(): string;
|
|
9540
|
-
parseResponse(data: unknown, rawResponse:
|
|
9539
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationDeliverooWebhookEvent>;
|
|
9541
9540
|
}
|
|
9542
9541
|
|
|
9543
9542
|
declare const integrationDeliverooSyncMenuInputSchema: z.ZodUndefined;
|
|
@@ -10250,7 +10249,7 @@ declare class GetIntegrationGlovoClientLogRequests extends AbstractApiRequest<ty
|
|
|
10250
10249
|
query?: GetIntegrationGlovoClientLogRequestsQueryParams;
|
|
10251
10250
|
});
|
|
10252
10251
|
getPath(): string;
|
|
10253
|
-
parseResponse(data: unknown, rawResponse:
|
|
10252
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationClientLogRequest>;
|
|
10254
10253
|
}
|
|
10255
10254
|
|
|
10256
10255
|
declare const getIntegrationGlovoDetailsInputSchema: z.ZodUndefined;
|
|
@@ -10536,7 +10535,7 @@ declare class GetIntegrationGlovoList extends AbstractApiRequest<typeof getInteg
|
|
|
10536
10535
|
query?: GetIntegrationGlovoListQueryParams;
|
|
10537
10536
|
});
|
|
10538
10537
|
getPath(): string;
|
|
10539
|
-
parseResponse(data: unknown, rawResponse:
|
|
10538
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationGlovo>;
|
|
10540
10539
|
}
|
|
10541
10540
|
|
|
10542
10541
|
declare const getIntegrationGlovoMenuUpdateDetailsInputSchema: z.ZodUndefined;
|
|
@@ -10676,7 +10675,7 @@ declare class GetIntegrationGlovoMenuUpdates extends AbstractApiRequest<typeof g
|
|
|
10676
10675
|
query?: GetIntegrationGlovoMenuUpdatesQueryParams;
|
|
10677
10676
|
});
|
|
10678
10677
|
getPath(): string;
|
|
10679
|
-
parseResponse(data: unknown, rawResponse:
|
|
10678
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationGlovoMenuUpdate>;
|
|
10680
10679
|
}
|
|
10681
10680
|
|
|
10682
10681
|
declare const getIntegrationGlovoMenuVersionDetailsInputSchema: z.ZodUndefined;
|
|
@@ -10766,7 +10765,7 @@ declare class GetIntegrationGlovoMenuVersions extends AbstractApiRequest<typeof
|
|
|
10766
10765
|
query?: GetIntegrationGlovoMenuVersionsQueryParams;
|
|
10767
10766
|
});
|
|
10768
10767
|
getPath(): string;
|
|
10769
|
-
parseResponse(data: unknown, rawResponse:
|
|
10768
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<MenuVersion>;
|
|
10770
10769
|
}
|
|
10771
10770
|
|
|
10772
10771
|
declare const getIntegrationGlovoWebhookEventDetailsInputSchema: z.ZodUndefined;
|
|
@@ -10896,7 +10895,7 @@ declare class GetIntegrationGlovoWebhookEvents extends AbstractApiRequest<typeof
|
|
|
10896
10895
|
query?: GetIntegrationGlovoWebhookEventsQueryParams;
|
|
10897
10896
|
});
|
|
10898
10897
|
getPath(): string;
|
|
10899
|
-
parseResponse(data: unknown, rawResponse:
|
|
10898
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationGlovoWebhookEvent>;
|
|
10900
10899
|
}
|
|
10901
10900
|
|
|
10902
10901
|
declare const integrationGlovoSyncMenuInputSchema: z.ZodUndefined;
|
|
@@ -11553,7 +11552,7 @@ declare class GetIntegrationJustEatClientLogRequests extends AbstractApiRequest<
|
|
|
11553
11552
|
query?: GetIntegrationJustEatClientLogRequestsQueryParams;
|
|
11554
11553
|
});
|
|
11555
11554
|
getPath(): string;
|
|
11556
|
-
parseResponse(data: unknown, rawResponse:
|
|
11555
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationClientLogRequest>;
|
|
11557
11556
|
}
|
|
11558
11557
|
|
|
11559
11558
|
declare const getIntegrationJustEatDetailsInputSchema: z.ZodUndefined;
|
|
@@ -11923,7 +11922,7 @@ declare class GetIntegrationJustEatList extends AbstractApiRequest<typeof getInt
|
|
|
11923
11922
|
query?: GetIntegrationJustEatListQueryParams;
|
|
11924
11923
|
});
|
|
11925
11924
|
getPath(): string;
|
|
11926
|
-
parseResponse(data: unknown, rawResponse:
|
|
11925
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationJustEat>;
|
|
11927
11926
|
}
|
|
11928
11927
|
|
|
11929
11928
|
declare const getIntegrationJustEatMenuVersionDetailsInputSchema: z.ZodUndefined;
|
|
@@ -12013,7 +12012,7 @@ declare class GetIntegrationJustEatMenuVersions extends AbstractApiRequest<typeo
|
|
|
12013
12012
|
query?: GetIntegrationJustEatMenuVersionsQueryParams;
|
|
12014
12013
|
});
|
|
12015
12014
|
getPath(): string;
|
|
12016
|
-
parseResponse(data: unknown, rawResponse:
|
|
12015
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<MenuVersion>;
|
|
12017
12016
|
}
|
|
12018
12017
|
|
|
12019
12018
|
declare const getIntegrationJustEatSyncMenuProcessDetailsInputSchema: z.ZodUndefined;
|
|
@@ -12099,7 +12098,7 @@ declare class GetIntegrationJustEatSyncMenuProcesses extends AbstractApiRequest<
|
|
|
12099
12098
|
query?: GetIntegrationJustEatSyncMenuProcessesQueryParams;
|
|
12100
12099
|
});
|
|
12101
12100
|
getPath(): string;
|
|
12102
|
-
parseResponse(data: unknown, rawResponse:
|
|
12101
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationJustEatSyncMenuProcess>;
|
|
12103
12102
|
}
|
|
12104
12103
|
|
|
12105
12104
|
declare const integrationJustEatSyncMenuInputSchema: z.ZodUndefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,6 @@ import { Paginated } from '@deliverart/sdk-js-global-types';
|
|
|
3
3
|
import * as zod from 'zod';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
import { AbstractApiRequest } from '@deliverart/sdk-js-core';
|
|
6
|
-
import { AxiosResponse } from 'axios';
|
|
7
6
|
import * as zod_v4_core_schemas_cjs from 'zod/v4/core/schemas.cjs';
|
|
8
7
|
|
|
9
8
|
declare const activatableIntegrationBaseSchema: z.ZodObject<{
|
|
@@ -3685,7 +3684,7 @@ declare class GetIntegrationActivationRequests extends AbstractApiRequest<typeof
|
|
|
3685
3684
|
query?: GetIntegrationActivationRequestsQueryParams;
|
|
3686
3685
|
});
|
|
3687
3686
|
getPath(): string;
|
|
3688
|
-
parseResponse(data: unknown, rawResponse:
|
|
3687
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationActivationRequest>;
|
|
3689
3688
|
}
|
|
3690
3689
|
|
|
3691
3690
|
declare const respondIntegrationActivationRequestInputSchema: z.ZodObject<{
|
|
@@ -5822,7 +5821,7 @@ declare class GetIntegrationCancellationRequests extends AbstractApiRequest<type
|
|
|
5822
5821
|
query?: GetIntegrationCancellationRequestsQueryParams;
|
|
5823
5822
|
});
|
|
5824
5823
|
getPath(): string;
|
|
5825
|
-
parseResponse(data: unknown, rawResponse:
|
|
5824
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationCancellationRequest>;
|
|
5826
5825
|
}
|
|
5827
5826
|
|
|
5828
5827
|
declare const deleteIntegrationInputSchema: z.ZodUndefined;
|
|
@@ -6836,7 +6835,7 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
6836
6835
|
query?: GetIntegrationsQueryParams;
|
|
6837
6836
|
});
|
|
6838
6837
|
getPath(): string;
|
|
6839
|
-
parseResponse(data: unknown, rawResponse:
|
|
6838
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<Integration>;
|
|
6840
6839
|
}
|
|
6841
6840
|
|
|
6842
6841
|
declare const integrationCassaInCloudSchema: z.ZodObject<{
|
|
@@ -7515,7 +7514,7 @@ declare class GetIntegrationCassaInCloudClientLogRequests extends AbstractApiReq
|
|
|
7515
7514
|
query?: GetIntegrationCassaInCloudClientLogRequestsQueryParams;
|
|
7516
7515
|
});
|
|
7517
7516
|
getPath(): string;
|
|
7518
|
-
parseResponse(data: unknown, rawResponse:
|
|
7517
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationClientLogRequest>;
|
|
7519
7518
|
}
|
|
7520
7519
|
|
|
7521
7520
|
declare const getIntegrationCassaInCloudDetailsInputSchema: z.ZodUndefined;
|
|
@@ -7829,7 +7828,7 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
7829
7828
|
query?: GetIntegrationCassaInCloudListQueryParams;
|
|
7830
7829
|
});
|
|
7831
7830
|
getPath(): string;
|
|
7832
|
-
parseResponse(data: unknown, rawResponse:
|
|
7831
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationCassaInCloud>;
|
|
7833
7832
|
}
|
|
7834
7833
|
|
|
7835
7834
|
declare const getIntegrationCassaInCloudSyncMenuProcessDetailsInputSchema: z.ZodUndefined;
|
|
@@ -7929,7 +7928,7 @@ declare class GetIntegrationCassaInCloudSyncMenuProcesses extends AbstractApiReq
|
|
|
7929
7928
|
query?: GetIntegrationCassaInCloudSyncMenuProcessesQueryParams;
|
|
7930
7929
|
});
|
|
7931
7930
|
getPath(): string;
|
|
7932
|
-
parseResponse(data: unknown, rawResponse:
|
|
7931
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationCassaInCloudSyncMenuProcess>;
|
|
7933
7932
|
}
|
|
7934
7933
|
|
|
7935
7934
|
declare const getIntegrationCassaInCloudWebHookEventDetailsInputSchema: z.ZodUndefined;
|
|
@@ -8171,7 +8170,7 @@ declare class GetIntegrationCassaInCloudWebHookEvents extends AbstractApiRequest
|
|
|
8171
8170
|
query?: GetIntegrationCassaInCloudWebHookEventsQueryParams;
|
|
8172
8171
|
});
|
|
8173
8172
|
getPath(): string;
|
|
8174
|
-
parseResponse(data: unknown, rawResponse:
|
|
8173
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationCassaInCloudWebHookEvent>;
|
|
8175
8174
|
}
|
|
8176
8175
|
|
|
8177
8176
|
declare const integrationCassaInCloudSyncCustomersInputSchema: z.ZodUndefined;
|
|
@@ -8874,7 +8873,7 @@ declare class GetIntegrationDeliverooClientLogRequests extends AbstractApiReques
|
|
|
8874
8873
|
query?: GetIntegrationDeliverooClientLogRequestsQueryParams;
|
|
8875
8874
|
});
|
|
8876
8875
|
getPath(): string;
|
|
8877
|
-
parseResponse(data: unknown, rawResponse:
|
|
8876
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationClientLogRequest>;
|
|
8878
8877
|
}
|
|
8879
8878
|
|
|
8880
8879
|
declare const getIntegrationDeliverooDetailsInputSchema: z.ZodUndefined;
|
|
@@ -9195,7 +9194,7 @@ declare class GetIntegrationDeliverooList extends AbstractApiRequest<typeof getI
|
|
|
9195
9194
|
query?: GetIntegrationDeliverooListQueryParams;
|
|
9196
9195
|
});
|
|
9197
9196
|
getPath(): string;
|
|
9198
|
-
parseResponse(data: unknown, rawResponse:
|
|
9197
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationDeliveroo>;
|
|
9199
9198
|
}
|
|
9200
9199
|
|
|
9201
9200
|
declare const getIntegrationDeliverooMenuVersionDetailsInputSchema: z.ZodUndefined;
|
|
@@ -9285,7 +9284,7 @@ declare class GetIntegrationDeliverooMenuVersions extends AbstractApiRequest<typ
|
|
|
9285
9284
|
query?: GetIntegrationDeliverooMenuVersionsQueryParams;
|
|
9286
9285
|
});
|
|
9287
9286
|
getPath(): string;
|
|
9288
|
-
parseResponse(data: unknown, rawResponse:
|
|
9287
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<MenuVersion>;
|
|
9289
9288
|
}
|
|
9290
9289
|
|
|
9291
9290
|
declare const getIntegrationDeliverooSyncMenuProcessDetailsInputSchema: z.ZodUndefined;
|
|
@@ -9391,7 +9390,7 @@ declare class GetIntegrationDeliverooSyncMenuProcesses extends AbstractApiReques
|
|
|
9391
9390
|
query?: GetIntegrationDeliverooSyncMenuProcessesQueryParams;
|
|
9392
9391
|
});
|
|
9393
9392
|
getPath(): string;
|
|
9394
|
-
parseResponse(data: unknown, rawResponse:
|
|
9393
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationDeliverooSyncMenuProcess>;
|
|
9395
9394
|
}
|
|
9396
9395
|
|
|
9397
9396
|
declare const getIntegrationDeliverooWebhookEventDetailsInputSchema: z.ZodUndefined;
|
|
@@ -9537,7 +9536,7 @@ declare class GetIntegrationDeliverooWebhookEvents extends AbstractApiRequest<ty
|
|
|
9537
9536
|
query?: GetIntegrationDeliverooWebhookEventsQueryParams;
|
|
9538
9537
|
});
|
|
9539
9538
|
getPath(): string;
|
|
9540
|
-
parseResponse(data: unknown, rawResponse:
|
|
9539
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationDeliverooWebhookEvent>;
|
|
9541
9540
|
}
|
|
9542
9541
|
|
|
9543
9542
|
declare const integrationDeliverooSyncMenuInputSchema: z.ZodUndefined;
|
|
@@ -10250,7 +10249,7 @@ declare class GetIntegrationGlovoClientLogRequests extends AbstractApiRequest<ty
|
|
|
10250
10249
|
query?: GetIntegrationGlovoClientLogRequestsQueryParams;
|
|
10251
10250
|
});
|
|
10252
10251
|
getPath(): string;
|
|
10253
|
-
parseResponse(data: unknown, rawResponse:
|
|
10252
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationClientLogRequest>;
|
|
10254
10253
|
}
|
|
10255
10254
|
|
|
10256
10255
|
declare const getIntegrationGlovoDetailsInputSchema: z.ZodUndefined;
|
|
@@ -10536,7 +10535,7 @@ declare class GetIntegrationGlovoList extends AbstractApiRequest<typeof getInteg
|
|
|
10536
10535
|
query?: GetIntegrationGlovoListQueryParams;
|
|
10537
10536
|
});
|
|
10538
10537
|
getPath(): string;
|
|
10539
|
-
parseResponse(data: unknown, rawResponse:
|
|
10538
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationGlovo>;
|
|
10540
10539
|
}
|
|
10541
10540
|
|
|
10542
10541
|
declare const getIntegrationGlovoMenuUpdateDetailsInputSchema: z.ZodUndefined;
|
|
@@ -10676,7 +10675,7 @@ declare class GetIntegrationGlovoMenuUpdates extends AbstractApiRequest<typeof g
|
|
|
10676
10675
|
query?: GetIntegrationGlovoMenuUpdatesQueryParams;
|
|
10677
10676
|
});
|
|
10678
10677
|
getPath(): string;
|
|
10679
|
-
parseResponse(data: unknown, rawResponse:
|
|
10678
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationGlovoMenuUpdate>;
|
|
10680
10679
|
}
|
|
10681
10680
|
|
|
10682
10681
|
declare const getIntegrationGlovoMenuVersionDetailsInputSchema: z.ZodUndefined;
|
|
@@ -10766,7 +10765,7 @@ declare class GetIntegrationGlovoMenuVersions extends AbstractApiRequest<typeof
|
|
|
10766
10765
|
query?: GetIntegrationGlovoMenuVersionsQueryParams;
|
|
10767
10766
|
});
|
|
10768
10767
|
getPath(): string;
|
|
10769
|
-
parseResponse(data: unknown, rawResponse:
|
|
10768
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<MenuVersion>;
|
|
10770
10769
|
}
|
|
10771
10770
|
|
|
10772
10771
|
declare const getIntegrationGlovoWebhookEventDetailsInputSchema: z.ZodUndefined;
|
|
@@ -10896,7 +10895,7 @@ declare class GetIntegrationGlovoWebhookEvents extends AbstractApiRequest<typeof
|
|
|
10896
10895
|
query?: GetIntegrationGlovoWebhookEventsQueryParams;
|
|
10897
10896
|
});
|
|
10898
10897
|
getPath(): string;
|
|
10899
|
-
parseResponse(data: unknown, rawResponse:
|
|
10898
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationGlovoWebhookEvent>;
|
|
10900
10899
|
}
|
|
10901
10900
|
|
|
10902
10901
|
declare const integrationGlovoSyncMenuInputSchema: z.ZodUndefined;
|
|
@@ -11553,7 +11552,7 @@ declare class GetIntegrationJustEatClientLogRequests extends AbstractApiRequest<
|
|
|
11553
11552
|
query?: GetIntegrationJustEatClientLogRequestsQueryParams;
|
|
11554
11553
|
});
|
|
11555
11554
|
getPath(): string;
|
|
11556
|
-
parseResponse(data: unknown, rawResponse:
|
|
11555
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationClientLogRequest>;
|
|
11557
11556
|
}
|
|
11558
11557
|
|
|
11559
11558
|
declare const getIntegrationJustEatDetailsInputSchema: z.ZodUndefined;
|
|
@@ -11923,7 +11922,7 @@ declare class GetIntegrationJustEatList extends AbstractApiRequest<typeof getInt
|
|
|
11923
11922
|
query?: GetIntegrationJustEatListQueryParams;
|
|
11924
11923
|
});
|
|
11925
11924
|
getPath(): string;
|
|
11926
|
-
parseResponse(data: unknown, rawResponse:
|
|
11925
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationJustEat>;
|
|
11927
11926
|
}
|
|
11928
11927
|
|
|
11929
11928
|
declare const getIntegrationJustEatMenuVersionDetailsInputSchema: z.ZodUndefined;
|
|
@@ -12013,7 +12012,7 @@ declare class GetIntegrationJustEatMenuVersions extends AbstractApiRequest<typeo
|
|
|
12013
12012
|
query?: GetIntegrationJustEatMenuVersionsQueryParams;
|
|
12014
12013
|
});
|
|
12015
12014
|
getPath(): string;
|
|
12016
|
-
parseResponse(data: unknown, rawResponse:
|
|
12015
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<MenuVersion>;
|
|
12017
12016
|
}
|
|
12018
12017
|
|
|
12019
12018
|
declare const getIntegrationJustEatSyncMenuProcessDetailsInputSchema: z.ZodUndefined;
|
|
@@ -12099,7 +12098,7 @@ declare class GetIntegrationJustEatSyncMenuProcesses extends AbstractApiRequest<
|
|
|
12099
12098
|
query?: GetIntegrationJustEatSyncMenuProcessesQueryParams;
|
|
12100
12099
|
});
|
|
12101
12100
|
getPath(): string;
|
|
12102
|
-
parseResponse(data: unknown, rawResponse:
|
|
12101
|
+
parseResponse(data: unknown, rawResponse: Response): Paginated<IntegrationJustEatSyncMenuProcess>;
|
|
12103
12102
|
}
|
|
12104
12103
|
|
|
12105
12104
|
declare const integrationJustEatSyncMenuInputSchema: z.ZodUndefined;
|
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": "
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@deliverart/sdk-js-core": "
|
|
22
|
-
"@deliverart/sdk-js-
|
|
23
|
-
"@deliverart/sdk-js-
|
|
24
|
-
"@deliverart/sdk-js-
|
|
21
|
+
"@deliverart/sdk-js-core": "2.0.0",
|
|
22
|
+
"@deliverart/sdk-js-sales-mode": "2.0.0",
|
|
23
|
+
"@deliverart/sdk-js-point-of-sale": "2.0.0",
|
|
24
|
+
"@deliverart/sdk-js-global-types": "2.0.0"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|