@deliverart/sdk-js-menu 2.5.30 → 2.5.31
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 +2 -0
- package/dist/index.d.cts +55 -0
- package/dist/index.d.ts +55 -0
- package/dist/index.js +3 -0
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -11589,6 +11589,8 @@ var menuItemsQuerySchema = external_exports.object({
|
|
|
11589
11589
|
// enum statuses
|
|
11590
11590
|
channels: external_exports.union([import_sdk_js_global_types2.menuChannelSchema, external_exports.array(import_sdk_js_global_types2.menuChannelSchema)]).optional(),
|
|
11591
11591
|
type: external_exports.union([import_sdk_js_global_types2.menuItemTypeSchema, external_exports.array(import_sdk_js_global_types2.menuItemTypeSchema)]).optional(),
|
|
11592
|
+
tags: external_exports.array(external_exports.string()).optional(),
|
|
11593
|
+
"tags.match": import_sdk_js_global_types3.arrayContainsMatchSchema.optional(),
|
|
11592
11594
|
// price
|
|
11593
11595
|
"price[between]": external_exports.coerce.number().optional(),
|
|
11594
11596
|
"price[gt]": external_exports.coerce.number().optional(),
|
package/dist/index.d.cts
CHANGED
|
@@ -464,6 +464,11 @@ declare const menuItemsQuerySchema: z.ZodObject<{
|
|
|
464
464
|
CHOICE: "CHOICE";
|
|
465
465
|
BUNDLE: "BUNDLE";
|
|
466
466
|
}>>]>>;
|
|
467
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
468
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
469
|
+
all: "all";
|
|
470
|
+
any: "any";
|
|
471
|
+
}>>;
|
|
467
472
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
468
473
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
469
474
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -2833,6 +2838,11 @@ declare const getMenuItemsQuerySchema: z.ZodObject<{
|
|
|
2833
2838
|
CHOICE: "CHOICE";
|
|
2834
2839
|
BUNDLE: "BUNDLE";
|
|
2835
2840
|
}>>]>>;
|
|
2841
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2842
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
2843
|
+
all: "all";
|
|
2844
|
+
any: "any";
|
|
2845
|
+
}>>;
|
|
2836
2846
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
2837
2847
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
2838
2848
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -2919,6 +2929,11 @@ declare class GetMenuItems extends AbstractApiRequest<typeof getMenuItemsInputSc
|
|
|
2919
2929
|
CHOICE: "CHOICE";
|
|
2920
2930
|
BUNDLE: "BUNDLE";
|
|
2921
2931
|
}>>]>>;
|
|
2932
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2933
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
2934
|
+
all: "all";
|
|
2935
|
+
any: "any";
|
|
2936
|
+
}>>;
|
|
2922
2937
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
2923
2938
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
2924
2939
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -2982,6 +2997,11 @@ declare const getMenuItemsAsChoicesFromMenuItemModifierQuerySchema: z.ZodObject<
|
|
|
2982
2997
|
CHOICE: "CHOICE";
|
|
2983
2998
|
BUNDLE: "BUNDLE";
|
|
2984
2999
|
}>>]>>;
|
|
3000
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3001
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3002
|
+
all: "all";
|
|
3003
|
+
any: "any";
|
|
3004
|
+
}>>;
|
|
2985
3005
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
2986
3006
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
2987
3007
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -3048,6 +3068,11 @@ declare class GetMenuItemsAsChoicesFromMenuItemModifier extends AbstractApiReque
|
|
|
3048
3068
|
CHOICE: "CHOICE";
|
|
3049
3069
|
BUNDLE: "BUNDLE";
|
|
3050
3070
|
}>>]>>;
|
|
3071
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3072
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3073
|
+
all: "all";
|
|
3074
|
+
any: "any";
|
|
3075
|
+
}>>;
|
|
3051
3076
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3052
3077
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3053
3078
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -3112,6 +3137,11 @@ declare const getMenuItemsFromMenuItemCategoryQuerySchema: z.ZodObject<{
|
|
|
3112
3137
|
CHOICE: "CHOICE";
|
|
3113
3138
|
BUNDLE: "BUNDLE";
|
|
3114
3139
|
}>>]>>;
|
|
3140
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3141
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3142
|
+
all: "all";
|
|
3143
|
+
any: "any";
|
|
3144
|
+
}>>;
|
|
3115
3145
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3116
3146
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3117
3147
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -3198,6 +3228,11 @@ declare class GetMenuItemsFromMenuItemCategory extends AbstractApiRequest<typeof
|
|
|
3198
3228
|
CHOICE: "CHOICE";
|
|
3199
3229
|
BUNDLE: "BUNDLE";
|
|
3200
3230
|
}>>]>>;
|
|
3231
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3232
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3233
|
+
all: "all";
|
|
3234
|
+
any: "any";
|
|
3235
|
+
}>>;
|
|
3201
3236
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3202
3237
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3203
3238
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -3262,6 +3297,11 @@ declare const getMenuItemsFromMenuItemModifierQuerySchema: z.ZodObject<{
|
|
|
3262
3297
|
CHOICE: "CHOICE";
|
|
3263
3298
|
BUNDLE: "BUNDLE";
|
|
3264
3299
|
}>>]>>;
|
|
3300
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3301
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3302
|
+
all: "all";
|
|
3303
|
+
any: "any";
|
|
3304
|
+
}>>;
|
|
3265
3305
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3266
3306
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3267
3307
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -3328,6 +3368,11 @@ declare class GetMenuItemsFromMenuItemModifier extends AbstractApiRequest<typeof
|
|
|
3328
3368
|
CHOICE: "CHOICE";
|
|
3329
3369
|
BUNDLE: "BUNDLE";
|
|
3330
3370
|
}>>]>>;
|
|
3371
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3372
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3373
|
+
all: "all";
|
|
3374
|
+
any: "any";
|
|
3375
|
+
}>>;
|
|
3331
3376
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3332
3377
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3333
3378
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -3392,6 +3437,11 @@ declare const getMenuItemsFromPointOfSaleQuerySchema: z.ZodObject<{
|
|
|
3392
3437
|
CHOICE: "CHOICE";
|
|
3393
3438
|
BUNDLE: "BUNDLE";
|
|
3394
3439
|
}>>]>>;
|
|
3440
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3441
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3442
|
+
all: "all";
|
|
3443
|
+
any: "any";
|
|
3444
|
+
}>>;
|
|
3395
3445
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3396
3446
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3397
3447
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -3478,6 +3528,11 @@ declare class GetMenuItemsFromPointOfSale extends AbstractApiRequest<typeof getM
|
|
|
3478
3528
|
CHOICE: "CHOICE";
|
|
3479
3529
|
BUNDLE: "BUNDLE";
|
|
3480
3530
|
}>>]>>;
|
|
3531
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3532
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3533
|
+
all: "all";
|
|
3534
|
+
any: "any";
|
|
3535
|
+
}>>;
|
|
3481
3536
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3482
3537
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3483
3538
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
package/dist/index.d.ts
CHANGED
|
@@ -464,6 +464,11 @@ declare const menuItemsQuerySchema: z.ZodObject<{
|
|
|
464
464
|
CHOICE: "CHOICE";
|
|
465
465
|
BUNDLE: "BUNDLE";
|
|
466
466
|
}>>]>>;
|
|
467
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
468
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
469
|
+
all: "all";
|
|
470
|
+
any: "any";
|
|
471
|
+
}>>;
|
|
467
472
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
468
473
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
469
474
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -2833,6 +2838,11 @@ declare const getMenuItemsQuerySchema: z.ZodObject<{
|
|
|
2833
2838
|
CHOICE: "CHOICE";
|
|
2834
2839
|
BUNDLE: "BUNDLE";
|
|
2835
2840
|
}>>]>>;
|
|
2841
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2842
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
2843
|
+
all: "all";
|
|
2844
|
+
any: "any";
|
|
2845
|
+
}>>;
|
|
2836
2846
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
2837
2847
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
2838
2848
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -2919,6 +2929,11 @@ declare class GetMenuItems extends AbstractApiRequest<typeof getMenuItemsInputSc
|
|
|
2919
2929
|
CHOICE: "CHOICE";
|
|
2920
2930
|
BUNDLE: "BUNDLE";
|
|
2921
2931
|
}>>]>>;
|
|
2932
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2933
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
2934
|
+
all: "all";
|
|
2935
|
+
any: "any";
|
|
2936
|
+
}>>;
|
|
2922
2937
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
2923
2938
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
2924
2939
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -2982,6 +2997,11 @@ declare const getMenuItemsAsChoicesFromMenuItemModifierQuerySchema: z.ZodObject<
|
|
|
2982
2997
|
CHOICE: "CHOICE";
|
|
2983
2998
|
BUNDLE: "BUNDLE";
|
|
2984
2999
|
}>>]>>;
|
|
3000
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3001
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3002
|
+
all: "all";
|
|
3003
|
+
any: "any";
|
|
3004
|
+
}>>;
|
|
2985
3005
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
2986
3006
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
2987
3007
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -3048,6 +3068,11 @@ declare class GetMenuItemsAsChoicesFromMenuItemModifier extends AbstractApiReque
|
|
|
3048
3068
|
CHOICE: "CHOICE";
|
|
3049
3069
|
BUNDLE: "BUNDLE";
|
|
3050
3070
|
}>>]>>;
|
|
3071
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3072
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3073
|
+
all: "all";
|
|
3074
|
+
any: "any";
|
|
3075
|
+
}>>;
|
|
3051
3076
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3052
3077
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3053
3078
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -3112,6 +3137,11 @@ declare const getMenuItemsFromMenuItemCategoryQuerySchema: z.ZodObject<{
|
|
|
3112
3137
|
CHOICE: "CHOICE";
|
|
3113
3138
|
BUNDLE: "BUNDLE";
|
|
3114
3139
|
}>>]>>;
|
|
3140
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3141
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3142
|
+
all: "all";
|
|
3143
|
+
any: "any";
|
|
3144
|
+
}>>;
|
|
3115
3145
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3116
3146
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3117
3147
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -3198,6 +3228,11 @@ declare class GetMenuItemsFromMenuItemCategory extends AbstractApiRequest<typeof
|
|
|
3198
3228
|
CHOICE: "CHOICE";
|
|
3199
3229
|
BUNDLE: "BUNDLE";
|
|
3200
3230
|
}>>]>>;
|
|
3231
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3232
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3233
|
+
all: "all";
|
|
3234
|
+
any: "any";
|
|
3235
|
+
}>>;
|
|
3201
3236
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3202
3237
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3203
3238
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -3262,6 +3297,11 @@ declare const getMenuItemsFromMenuItemModifierQuerySchema: z.ZodObject<{
|
|
|
3262
3297
|
CHOICE: "CHOICE";
|
|
3263
3298
|
BUNDLE: "BUNDLE";
|
|
3264
3299
|
}>>]>>;
|
|
3300
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3301
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3302
|
+
all: "all";
|
|
3303
|
+
any: "any";
|
|
3304
|
+
}>>;
|
|
3265
3305
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3266
3306
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3267
3307
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -3328,6 +3368,11 @@ declare class GetMenuItemsFromMenuItemModifier extends AbstractApiRequest<typeof
|
|
|
3328
3368
|
CHOICE: "CHOICE";
|
|
3329
3369
|
BUNDLE: "BUNDLE";
|
|
3330
3370
|
}>>]>>;
|
|
3371
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3372
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3373
|
+
all: "all";
|
|
3374
|
+
any: "any";
|
|
3375
|
+
}>>;
|
|
3331
3376
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3332
3377
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3333
3378
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -3392,6 +3437,11 @@ declare const getMenuItemsFromPointOfSaleQuerySchema: z.ZodObject<{
|
|
|
3392
3437
|
CHOICE: "CHOICE";
|
|
3393
3438
|
BUNDLE: "BUNDLE";
|
|
3394
3439
|
}>>]>>;
|
|
3440
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3441
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3442
|
+
all: "all";
|
|
3443
|
+
any: "any";
|
|
3444
|
+
}>>;
|
|
3395
3445
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3396
3446
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3397
3447
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -3478,6 +3528,11 @@ declare class GetMenuItemsFromPointOfSale extends AbstractApiRequest<typeof getM
|
|
|
3478
3528
|
CHOICE: "CHOICE";
|
|
3479
3529
|
BUNDLE: "BUNDLE";
|
|
3480
3530
|
}>>]>>;
|
|
3531
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3532
|
+
'tags.match': z.ZodOptional<z.ZodEnum<{
|
|
3533
|
+
all: "all";
|
|
3534
|
+
any: "any";
|
|
3535
|
+
}>>;
|
|
3481
3536
|
'price[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3482
3537
|
'price[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
3483
3538
|
'price[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
package/dist/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var __export = (target, all) => {
|
|
|
6
6
|
|
|
7
7
|
// src/models.ts
|
|
8
8
|
import {
|
|
9
|
+
arrayContainsMatchSchema,
|
|
9
10
|
booleanSchema,
|
|
10
11
|
datetimeSchema,
|
|
11
12
|
menuItemModifierTargetItemTypeSchema,
|
|
@@ -11427,6 +11428,8 @@ var menuItemsQuerySchema = external_exports.object({
|
|
|
11427
11428
|
// enum statuses
|
|
11428
11429
|
channels: external_exports.union([menuChannelSchema, external_exports.array(menuChannelSchema)]).optional(),
|
|
11429
11430
|
type: external_exports.union([menuItemTypeSchema, external_exports.array(menuItemTypeSchema)]).optional(),
|
|
11431
|
+
tags: external_exports.array(external_exports.string()).optional(),
|
|
11432
|
+
"tags.match": arrayContainsMatchSchema.optional(),
|
|
11430
11433
|
// price
|
|
11431
11434
|
"price[between]": external_exports.coerce.number().optional(),
|
|
11432
11435
|
"price[gt]": external_exports.coerce.number().optional(),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deliverart/sdk-js-menu",
|
|
3
3
|
"description": "Deliverart JavaScript SDK for Menu Management",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.31",
|
|
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-
|
|
23
|
-
"@deliverart/sdk-js-
|
|
24
|
-
"@deliverart/sdk-js-
|
|
25
|
-
"@deliverart/sdk-js-sales-mode": "2.5.
|
|
21
|
+
"@deliverart/sdk-js-global-types": "2.5.31",
|
|
22
|
+
"@deliverart/sdk-js-core": "2.5.31",
|
|
23
|
+
"@deliverart/sdk-js-point-of-sale": "2.5.31",
|
|
24
|
+
"@deliverart/sdk-js-image": "2.5.31",
|
|
25
|
+
"@deliverart/sdk-js-sales-mode": "2.5.31"
|
|
26
26
|
},
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|