@deliverart/sdk-js-integration 2.6.7 → 2.6.9
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 +1 -0
- package/dist/index.d.cts +69 -0
- package/dist/index.d.ts +69 -0
- package/dist/index.js +1 -0
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -12467,6 +12467,7 @@ var integrationKitchenAccessTokenNullableIriSchema = (0, import_sdk_js_global_ty
|
|
|
12467
12467
|
"/integrations/kitchen/:integrationId/tokens/:id"
|
|
12468
12468
|
);
|
|
12469
12469
|
var integrationKitchenSchema = integrationBaseSchema.omit({ service: true, errors: true }).extend({
|
|
12470
|
+
service: integrationServiceSchema.extract(["kitchen"]),
|
|
12470
12471
|
viewMode: integrationKitchenViewModeSchema
|
|
12471
12472
|
});
|
|
12472
12473
|
var integrationKitchenDetailsSchema = integrationKitchenSchema.extend(
|
package/dist/index.d.cts
CHANGED
|
@@ -818,6 +818,9 @@ declare const integrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
818
818
|
id: z.ZodString;
|
|
819
819
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
820
820
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
821
|
+
service: z.ZodEnum<{
|
|
822
|
+
kitchen: "kitchen";
|
|
823
|
+
}>;
|
|
821
824
|
viewMode: z.ZodEnum<{
|
|
822
825
|
column: "column";
|
|
823
826
|
}>;
|
|
@@ -1005,6 +1008,9 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1005
1008
|
id: z.ZodString;
|
|
1006
1009
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
1007
1010
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
1011
|
+
service: z.ZodEnum<{
|
|
1012
|
+
kitchen: "kitchen";
|
|
1013
|
+
}>;
|
|
1008
1014
|
viewMode: z.ZodEnum<{
|
|
1009
1015
|
column: "column";
|
|
1010
1016
|
}>;
|
|
@@ -6581,6 +6587,9 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
6581
6587
|
id: z.ZodString;
|
|
6582
6588
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
6583
6589
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
6590
|
+
service: z.ZodEnum<{
|
|
6591
|
+
kitchen: "kitchen";
|
|
6592
|
+
}>;
|
|
6584
6593
|
viewMode: z.ZodEnum<{
|
|
6585
6594
|
column: "column";
|
|
6586
6595
|
}>;
|
|
@@ -6778,6 +6787,9 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
|
|
|
6778
6787
|
id: z.ZodString;
|
|
6779
6788
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
6780
6789
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
6790
|
+
service: z.ZodEnum<{
|
|
6791
|
+
kitchen: "kitchen";
|
|
6792
|
+
}>;
|
|
6781
6793
|
viewMode: z.ZodEnum<{
|
|
6782
6794
|
column: "column";
|
|
6783
6795
|
}>;
|
|
@@ -7016,6 +7028,9 @@ declare const getIntegrationsResponseSchema: z.ZodObject<{
|
|
|
7016
7028
|
id: z.ZodString;
|
|
7017
7029
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
7018
7030
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
7031
|
+
service: z.ZodEnum<{
|
|
7032
|
+
kitchen: "kitchen";
|
|
7033
|
+
}>;
|
|
7019
7034
|
viewMode: z.ZodEnum<{
|
|
7020
7035
|
column: "column";
|
|
7021
7036
|
}>;
|
|
@@ -7218,6 +7233,9 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
7218
7233
|
id: z.ZodString;
|
|
7219
7234
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
7220
7235
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
7236
|
+
service: z.ZodEnum<{
|
|
7237
|
+
kitchen: "kitchen";
|
|
7238
|
+
}>;
|
|
7221
7239
|
viewMode: z.ZodEnum<{
|
|
7222
7240
|
column: "column";
|
|
7223
7241
|
}>;
|
|
@@ -7450,6 +7468,9 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
7450
7468
|
id: z.ZodString;
|
|
7451
7469
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
7452
7470
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
7471
|
+
service: z.ZodEnum<{
|
|
7472
|
+
kitchen: "kitchen";
|
|
7473
|
+
}>;
|
|
7453
7474
|
viewMode: z.ZodEnum<{
|
|
7454
7475
|
column: "column";
|
|
7455
7476
|
}>;
|
|
@@ -7682,6 +7703,9 @@ declare const getIntegrationsFromPointOfSaleResponseSchema: z.ZodArray<z.ZodDisc
|
|
|
7682
7703
|
id: z.ZodString;
|
|
7683
7704
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
7684
7705
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
7706
|
+
service: z.ZodEnum<{
|
|
7707
|
+
kitchen: "kitchen";
|
|
7708
|
+
}>;
|
|
7685
7709
|
viewMode: z.ZodEnum<{
|
|
7686
7710
|
column: "column";
|
|
7687
7711
|
}>;
|
|
@@ -7874,6 +7898,9 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
7874
7898
|
id: z.ZodString;
|
|
7875
7899
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
7876
7900
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
7901
|
+
service: z.ZodEnum<{
|
|
7902
|
+
kitchen: "kitchen";
|
|
7903
|
+
}>;
|
|
7877
7904
|
viewMode: z.ZodEnum<{
|
|
7878
7905
|
column: "column";
|
|
7879
7906
|
}>;
|
|
@@ -8097,6 +8124,9 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
8097
8124
|
id: z.ZodString;
|
|
8098
8125
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
8099
8126
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
8127
|
+
service: z.ZodEnum<{
|
|
8128
|
+
kitchen: "kitchen";
|
|
8129
|
+
}>;
|
|
8100
8130
|
viewMode: z.ZodEnum<{
|
|
8101
8131
|
column: "column";
|
|
8102
8132
|
}>;
|
|
@@ -9436,6 +9466,9 @@ declare const integrationKitchenSchema: z.ZodObject<{
|
|
|
9436
9466
|
id: z.ZodString;
|
|
9437
9467
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
9438
9468
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
9469
|
+
service: z.ZodEnum<{
|
|
9470
|
+
kitchen: "kitchen";
|
|
9471
|
+
}>;
|
|
9439
9472
|
viewMode: z.ZodEnum<{
|
|
9440
9473
|
column: "column";
|
|
9441
9474
|
}>;
|
|
@@ -9456,6 +9489,9 @@ declare const integrationKitchenDetailsSchema: z.ZodObject<{
|
|
|
9456
9489
|
id: z.ZodString;
|
|
9457
9490
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
9458
9491
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
9492
|
+
service: z.ZodEnum<{
|
|
9493
|
+
kitchen: "kitchen";
|
|
9494
|
+
}>;
|
|
9459
9495
|
viewMode: z.ZodEnum<{
|
|
9460
9496
|
column: "column";
|
|
9461
9497
|
}>;
|
|
@@ -15131,6 +15167,9 @@ declare const createIntegrationKitchenResponseSchema: z.ZodObject<{
|
|
|
15131
15167
|
id: z.ZodString;
|
|
15132
15168
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15133
15169
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15170
|
+
service: z.ZodEnum<{
|
|
15171
|
+
kitchen: "kitchen";
|
|
15172
|
+
}>;
|
|
15134
15173
|
viewMode: z.ZodEnum<{
|
|
15135
15174
|
column: "column";
|
|
15136
15175
|
}>;
|
|
@@ -15166,6 +15205,9 @@ declare class CreateIntegrationKitchen extends AbstractApiRequest<typeof createI
|
|
|
15166
15205
|
id: z.ZodString;
|
|
15167
15206
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15168
15207
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15208
|
+
service: z.ZodEnum<{
|
|
15209
|
+
kitchen: "kitchen";
|
|
15210
|
+
}>;
|
|
15169
15211
|
viewMode: z.ZodEnum<{
|
|
15170
15212
|
column: "column";
|
|
15171
15213
|
}>;
|
|
@@ -15357,6 +15399,9 @@ declare const getIntegrationKitchenDetailsResponseSchema: z.ZodObject<{
|
|
|
15357
15399
|
id: z.ZodString;
|
|
15358
15400
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15359
15401
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15402
|
+
service: z.ZodEnum<{
|
|
15403
|
+
kitchen: "kitchen";
|
|
15404
|
+
}>;
|
|
15360
15405
|
viewMode: z.ZodEnum<{
|
|
15361
15406
|
column: "column";
|
|
15362
15407
|
}>;
|
|
@@ -15383,6 +15428,9 @@ declare class GetIntegrationKitchenDetails extends AbstractApiRequest<typeof get
|
|
|
15383
15428
|
id: z.ZodString;
|
|
15384
15429
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15385
15430
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15431
|
+
service: z.ZodEnum<{
|
|
15432
|
+
kitchen: "kitchen";
|
|
15433
|
+
}>;
|
|
15386
15434
|
viewMode: z.ZodEnum<{
|
|
15387
15435
|
column: "column";
|
|
15388
15436
|
}>;
|
|
@@ -15431,6 +15479,9 @@ declare const getIntegrationKitchenListResponseSchema: z.ZodObject<{
|
|
|
15431
15479
|
id: z.ZodString;
|
|
15432
15480
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15433
15481
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15482
|
+
service: z.ZodEnum<{
|
|
15483
|
+
kitchen: "kitchen";
|
|
15484
|
+
}>;
|
|
15434
15485
|
viewMode: z.ZodEnum<{
|
|
15435
15486
|
column: "column";
|
|
15436
15487
|
}>;
|
|
@@ -15467,6 +15518,9 @@ declare class GetIntegrationKitchenList extends AbstractApiRequest<typeof getInt
|
|
|
15467
15518
|
id: z.ZodString;
|
|
15468
15519
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15469
15520
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15521
|
+
service: z.ZodEnum<{
|
|
15522
|
+
kitchen: "kitchen";
|
|
15523
|
+
}>;
|
|
15470
15524
|
viewMode: z.ZodEnum<{
|
|
15471
15525
|
column: "column";
|
|
15472
15526
|
}>;
|
|
@@ -15515,6 +15569,9 @@ declare class GetIntegrationKitchenList extends AbstractApiRequest<typeof getInt
|
|
|
15515
15569
|
id: z.ZodString;
|
|
15516
15570
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15517
15571
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15572
|
+
service: z.ZodEnum<{
|
|
15573
|
+
kitchen: "kitchen";
|
|
15574
|
+
}>;
|
|
15518
15575
|
viewMode: z.ZodEnum<{
|
|
15519
15576
|
column: "column";
|
|
15520
15577
|
}>;
|
|
@@ -15551,6 +15608,9 @@ declare const updateIntegrationKitchenResponseSchema: z.ZodObject<{
|
|
|
15551
15608
|
id: z.ZodString;
|
|
15552
15609
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15553
15610
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15611
|
+
service: z.ZodEnum<{
|
|
15612
|
+
kitchen: "kitchen";
|
|
15613
|
+
}>;
|
|
15554
15614
|
viewMode: z.ZodEnum<{
|
|
15555
15615
|
column: "column";
|
|
15556
15616
|
}>;
|
|
@@ -15585,6 +15645,9 @@ declare class UpdateIntegrationKitchen extends AbstractApiRequest<typeof updateI
|
|
|
15585
15645
|
id: z.ZodString;
|
|
15586
15646
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15587
15647
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15648
|
+
service: z.ZodEnum<{
|
|
15649
|
+
kitchen: "kitchen";
|
|
15650
|
+
}>;
|
|
15588
15651
|
viewMode: z.ZodEnum<{
|
|
15589
15652
|
column: "column";
|
|
15590
15653
|
}>;
|
|
@@ -15624,6 +15687,9 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
15624
15687
|
id: z.ZodString;
|
|
15625
15688
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15626
15689
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15690
|
+
service: z.ZodEnum<{
|
|
15691
|
+
kitchen: "kitchen";
|
|
15692
|
+
}>;
|
|
15627
15693
|
viewMode: z.ZodEnum<{
|
|
15628
15694
|
column: "column";
|
|
15629
15695
|
}>;
|
|
@@ -15831,6 +15897,9 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
|
|
|
15831
15897
|
id: z.ZodString;
|
|
15832
15898
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15833
15899
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15900
|
+
service: z.ZodEnum<{
|
|
15901
|
+
kitchen: "kitchen";
|
|
15902
|
+
}>;
|
|
15834
15903
|
viewMode: z.ZodEnum<{
|
|
15835
15904
|
column: "column";
|
|
15836
15905
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -818,6 +818,9 @@ declare const integrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
818
818
|
id: z.ZodString;
|
|
819
819
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
820
820
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
821
|
+
service: z.ZodEnum<{
|
|
822
|
+
kitchen: "kitchen";
|
|
823
|
+
}>;
|
|
821
824
|
viewMode: z.ZodEnum<{
|
|
822
825
|
column: "column";
|
|
823
826
|
}>;
|
|
@@ -1005,6 +1008,9 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1005
1008
|
id: z.ZodString;
|
|
1006
1009
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
1007
1010
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
1011
|
+
service: z.ZodEnum<{
|
|
1012
|
+
kitchen: "kitchen";
|
|
1013
|
+
}>;
|
|
1008
1014
|
viewMode: z.ZodEnum<{
|
|
1009
1015
|
column: "column";
|
|
1010
1016
|
}>;
|
|
@@ -6581,6 +6587,9 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
6581
6587
|
id: z.ZodString;
|
|
6582
6588
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
6583
6589
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
6590
|
+
service: z.ZodEnum<{
|
|
6591
|
+
kitchen: "kitchen";
|
|
6592
|
+
}>;
|
|
6584
6593
|
viewMode: z.ZodEnum<{
|
|
6585
6594
|
column: "column";
|
|
6586
6595
|
}>;
|
|
@@ -6778,6 +6787,9 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
|
|
|
6778
6787
|
id: z.ZodString;
|
|
6779
6788
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
6780
6789
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
6790
|
+
service: z.ZodEnum<{
|
|
6791
|
+
kitchen: "kitchen";
|
|
6792
|
+
}>;
|
|
6781
6793
|
viewMode: z.ZodEnum<{
|
|
6782
6794
|
column: "column";
|
|
6783
6795
|
}>;
|
|
@@ -7016,6 +7028,9 @@ declare const getIntegrationsResponseSchema: z.ZodObject<{
|
|
|
7016
7028
|
id: z.ZodString;
|
|
7017
7029
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
7018
7030
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
7031
|
+
service: z.ZodEnum<{
|
|
7032
|
+
kitchen: "kitchen";
|
|
7033
|
+
}>;
|
|
7019
7034
|
viewMode: z.ZodEnum<{
|
|
7020
7035
|
column: "column";
|
|
7021
7036
|
}>;
|
|
@@ -7218,6 +7233,9 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
7218
7233
|
id: z.ZodString;
|
|
7219
7234
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
7220
7235
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
7236
|
+
service: z.ZodEnum<{
|
|
7237
|
+
kitchen: "kitchen";
|
|
7238
|
+
}>;
|
|
7221
7239
|
viewMode: z.ZodEnum<{
|
|
7222
7240
|
column: "column";
|
|
7223
7241
|
}>;
|
|
@@ -7450,6 +7468,9 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
7450
7468
|
id: z.ZodString;
|
|
7451
7469
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
7452
7470
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
7471
|
+
service: z.ZodEnum<{
|
|
7472
|
+
kitchen: "kitchen";
|
|
7473
|
+
}>;
|
|
7453
7474
|
viewMode: z.ZodEnum<{
|
|
7454
7475
|
column: "column";
|
|
7455
7476
|
}>;
|
|
@@ -7682,6 +7703,9 @@ declare const getIntegrationsFromPointOfSaleResponseSchema: z.ZodArray<z.ZodDisc
|
|
|
7682
7703
|
id: z.ZodString;
|
|
7683
7704
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
7684
7705
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
7706
|
+
service: z.ZodEnum<{
|
|
7707
|
+
kitchen: "kitchen";
|
|
7708
|
+
}>;
|
|
7685
7709
|
viewMode: z.ZodEnum<{
|
|
7686
7710
|
column: "column";
|
|
7687
7711
|
}>;
|
|
@@ -7874,6 +7898,9 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
7874
7898
|
id: z.ZodString;
|
|
7875
7899
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
7876
7900
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
7901
|
+
service: z.ZodEnum<{
|
|
7902
|
+
kitchen: "kitchen";
|
|
7903
|
+
}>;
|
|
7877
7904
|
viewMode: z.ZodEnum<{
|
|
7878
7905
|
column: "column";
|
|
7879
7906
|
}>;
|
|
@@ -8097,6 +8124,9 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
8097
8124
|
id: z.ZodString;
|
|
8098
8125
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
8099
8126
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
8127
|
+
service: z.ZodEnum<{
|
|
8128
|
+
kitchen: "kitchen";
|
|
8129
|
+
}>;
|
|
8100
8130
|
viewMode: z.ZodEnum<{
|
|
8101
8131
|
column: "column";
|
|
8102
8132
|
}>;
|
|
@@ -9436,6 +9466,9 @@ declare const integrationKitchenSchema: z.ZodObject<{
|
|
|
9436
9466
|
id: z.ZodString;
|
|
9437
9467
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
9438
9468
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
9469
|
+
service: z.ZodEnum<{
|
|
9470
|
+
kitchen: "kitchen";
|
|
9471
|
+
}>;
|
|
9439
9472
|
viewMode: z.ZodEnum<{
|
|
9440
9473
|
column: "column";
|
|
9441
9474
|
}>;
|
|
@@ -9456,6 +9489,9 @@ declare const integrationKitchenDetailsSchema: z.ZodObject<{
|
|
|
9456
9489
|
id: z.ZodString;
|
|
9457
9490
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
9458
9491
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
9492
|
+
service: z.ZodEnum<{
|
|
9493
|
+
kitchen: "kitchen";
|
|
9494
|
+
}>;
|
|
9459
9495
|
viewMode: z.ZodEnum<{
|
|
9460
9496
|
column: "column";
|
|
9461
9497
|
}>;
|
|
@@ -15131,6 +15167,9 @@ declare const createIntegrationKitchenResponseSchema: z.ZodObject<{
|
|
|
15131
15167
|
id: z.ZodString;
|
|
15132
15168
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15133
15169
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15170
|
+
service: z.ZodEnum<{
|
|
15171
|
+
kitchen: "kitchen";
|
|
15172
|
+
}>;
|
|
15134
15173
|
viewMode: z.ZodEnum<{
|
|
15135
15174
|
column: "column";
|
|
15136
15175
|
}>;
|
|
@@ -15166,6 +15205,9 @@ declare class CreateIntegrationKitchen extends AbstractApiRequest<typeof createI
|
|
|
15166
15205
|
id: z.ZodString;
|
|
15167
15206
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15168
15207
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15208
|
+
service: z.ZodEnum<{
|
|
15209
|
+
kitchen: "kitchen";
|
|
15210
|
+
}>;
|
|
15169
15211
|
viewMode: z.ZodEnum<{
|
|
15170
15212
|
column: "column";
|
|
15171
15213
|
}>;
|
|
@@ -15357,6 +15399,9 @@ declare const getIntegrationKitchenDetailsResponseSchema: z.ZodObject<{
|
|
|
15357
15399
|
id: z.ZodString;
|
|
15358
15400
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15359
15401
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15402
|
+
service: z.ZodEnum<{
|
|
15403
|
+
kitchen: "kitchen";
|
|
15404
|
+
}>;
|
|
15360
15405
|
viewMode: z.ZodEnum<{
|
|
15361
15406
|
column: "column";
|
|
15362
15407
|
}>;
|
|
@@ -15383,6 +15428,9 @@ declare class GetIntegrationKitchenDetails extends AbstractApiRequest<typeof get
|
|
|
15383
15428
|
id: z.ZodString;
|
|
15384
15429
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15385
15430
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15431
|
+
service: z.ZodEnum<{
|
|
15432
|
+
kitchen: "kitchen";
|
|
15433
|
+
}>;
|
|
15386
15434
|
viewMode: z.ZodEnum<{
|
|
15387
15435
|
column: "column";
|
|
15388
15436
|
}>;
|
|
@@ -15431,6 +15479,9 @@ declare const getIntegrationKitchenListResponseSchema: z.ZodObject<{
|
|
|
15431
15479
|
id: z.ZodString;
|
|
15432
15480
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15433
15481
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15482
|
+
service: z.ZodEnum<{
|
|
15483
|
+
kitchen: "kitchen";
|
|
15484
|
+
}>;
|
|
15434
15485
|
viewMode: z.ZodEnum<{
|
|
15435
15486
|
column: "column";
|
|
15436
15487
|
}>;
|
|
@@ -15467,6 +15518,9 @@ declare class GetIntegrationKitchenList extends AbstractApiRequest<typeof getInt
|
|
|
15467
15518
|
id: z.ZodString;
|
|
15468
15519
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15469
15520
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15521
|
+
service: z.ZodEnum<{
|
|
15522
|
+
kitchen: "kitchen";
|
|
15523
|
+
}>;
|
|
15470
15524
|
viewMode: z.ZodEnum<{
|
|
15471
15525
|
column: "column";
|
|
15472
15526
|
}>;
|
|
@@ -15515,6 +15569,9 @@ declare class GetIntegrationKitchenList extends AbstractApiRequest<typeof getInt
|
|
|
15515
15569
|
id: z.ZodString;
|
|
15516
15570
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15517
15571
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15572
|
+
service: z.ZodEnum<{
|
|
15573
|
+
kitchen: "kitchen";
|
|
15574
|
+
}>;
|
|
15518
15575
|
viewMode: z.ZodEnum<{
|
|
15519
15576
|
column: "column";
|
|
15520
15577
|
}>;
|
|
@@ -15551,6 +15608,9 @@ declare const updateIntegrationKitchenResponseSchema: z.ZodObject<{
|
|
|
15551
15608
|
id: z.ZodString;
|
|
15552
15609
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15553
15610
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15611
|
+
service: z.ZodEnum<{
|
|
15612
|
+
kitchen: "kitchen";
|
|
15613
|
+
}>;
|
|
15554
15614
|
viewMode: z.ZodEnum<{
|
|
15555
15615
|
column: "column";
|
|
15556
15616
|
}>;
|
|
@@ -15585,6 +15645,9 @@ declare class UpdateIntegrationKitchen extends AbstractApiRequest<typeof updateI
|
|
|
15585
15645
|
id: z.ZodString;
|
|
15586
15646
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15587
15647
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15648
|
+
service: z.ZodEnum<{
|
|
15649
|
+
kitchen: "kitchen";
|
|
15650
|
+
}>;
|
|
15588
15651
|
viewMode: z.ZodEnum<{
|
|
15589
15652
|
column: "column";
|
|
15590
15653
|
}>;
|
|
@@ -15624,6 +15687,9 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
15624
15687
|
id: z.ZodString;
|
|
15625
15688
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15626
15689
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15690
|
+
service: z.ZodEnum<{
|
|
15691
|
+
kitchen: "kitchen";
|
|
15692
|
+
}>;
|
|
15627
15693
|
viewMode: z.ZodEnum<{
|
|
15628
15694
|
column: "column";
|
|
15629
15695
|
}>;
|
|
@@ -15831,6 +15897,9 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
|
|
|
15831
15897
|
id: z.ZodString;
|
|
15832
15898
|
connectionId: z.ZodNullable<z.ZodString>;
|
|
15833
15899
|
cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
|
|
15900
|
+
service: z.ZodEnum<{
|
|
15901
|
+
kitchen: "kitchen";
|
|
15902
|
+
}>;
|
|
15834
15903
|
viewMode: z.ZodEnum<{
|
|
15835
15904
|
column: "column";
|
|
15836
15905
|
}>;
|
package/dist/index.js
CHANGED
|
@@ -12026,6 +12026,7 @@ var integrationKitchenAccessTokenNullableIriSchema = iriNullableSchema3(
|
|
|
12026
12026
|
"/integrations/kitchen/:integrationId/tokens/:id"
|
|
12027
12027
|
);
|
|
12028
12028
|
var integrationKitchenSchema = integrationBaseSchema.omit({ service: true, errors: true }).extend({
|
|
12029
|
+
service: integrationServiceSchema.extract(["kitchen"]),
|
|
12029
12030
|
viewMode: integrationKitchenViewModeSchema
|
|
12030
12031
|
});
|
|
12031
12032
|
var integrationKitchenDetailsSchema = integrationKitchenSchema.extend(
|
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.9",
|
|
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-
|
|
23
|
-
"@deliverart/sdk-js-
|
|
24
|
-
"@deliverart/sdk-js-
|
|
25
|
-
"@deliverart/sdk-js-
|
|
26
|
-
"@deliverart/sdk-js-
|
|
21
|
+
"@deliverart/sdk-js-core": "2.6.9",
|
|
22
|
+
"@deliverart/sdk-js-point-of-sale": "2.6.9",
|
|
23
|
+
"@deliverart/sdk-js-global-types": "2.6.9",
|
|
24
|
+
"@deliverart/sdk-js-sales-mode": "2.6.9",
|
|
25
|
+
"@deliverart/sdk-js-image": "2.6.9",
|
|
26
|
+
"@deliverart/sdk-js-order": "2.6.9"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|