@thryveai/theme-interfaces 2.7.194 → 2.7.195
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/JSONSchemas/index.d.ts +2 -18
- package/dist/JSONSchemas/index.js +4 -42
- package/dist/interfaces/shared-settings.interfaces.d.ts +0 -5
- package/dist/storefront/SFUISharedSettingsTemplate.AdminUi.js +0 -13
- package/dist/storefront/commonSharedSettings.js +0 -3
- package/dist/storefront/defaultIconsStorefront.js +13 -13
- package/dist/storefront/defaultSharedSettings.js +0 -3
- package/package.json +1 -1
|
@@ -2138,9 +2138,6 @@ export declare const JSONSchemas: {
|
|
|
2138
2138
|
ageVerification: {
|
|
2139
2139
|
$ref: string;
|
|
2140
2140
|
};
|
|
2141
|
-
loyalty: {
|
|
2142
|
-
$ref: string;
|
|
2143
|
-
};
|
|
2144
2141
|
};
|
|
2145
2142
|
additionalProperties: boolean;
|
|
2146
2143
|
};
|
|
@@ -2165,7 +2162,7 @@ export declare const JSONSchemas: {
|
|
|
2165
2162
|
};
|
|
2166
2163
|
additionalProperties: boolean;
|
|
2167
2164
|
};
|
|
2168
|
-
"DeepPartial<structure-749943994-
|
|
2165
|
+
"DeepPartial<structure-749943994-834-854-749943994-824-855-749943994-759-935-749943994-0-1809>": {
|
|
2169
2166
|
type: string;
|
|
2170
2167
|
properties: {
|
|
2171
2168
|
enable: {
|
|
@@ -2354,19 +2351,6 @@ export declare const JSONSchemas: {
|
|
|
2354
2351
|
};
|
|
2355
2352
|
additionalProperties: boolean;
|
|
2356
2353
|
};
|
|
2357
|
-
"DeepPartial<ILoyalty>": {
|
|
2358
|
-
type: string;
|
|
2359
|
-
properties: {
|
|
2360
|
-
barcodeFormat: {
|
|
2361
|
-
$ref: string;
|
|
2362
|
-
};
|
|
2363
|
-
};
|
|
2364
|
-
additionalProperties: boolean;
|
|
2365
|
-
};
|
|
2366
|
-
LoyaltyBarcodeFormat: {
|
|
2367
|
-
type: string;
|
|
2368
|
-
enum: string[];
|
|
2369
|
-
};
|
|
2370
2354
|
"DeepPartial<ISharedCheckout>": {
|
|
2371
2355
|
type: string;
|
|
2372
2356
|
properties: {
|
|
@@ -2376,7 +2360,7 @@ export declare const JSONSchemas: {
|
|
|
2376
2360
|
};
|
|
2377
2361
|
additionalProperties: boolean;
|
|
2378
2362
|
};
|
|
2379
|
-
"DeepPartial<interface-749943994-
|
|
2363
|
+
"DeepPartial<interface-749943994-705-759-749943994-0-1809>": {
|
|
2380
2364
|
type: string;
|
|
2381
2365
|
properties: {
|
|
2382
2366
|
enabled: {
|
|
@@ -3044,9 +3044,6 @@ exports.JSONSchemas = {
|
|
|
3044
3044
|
},
|
|
3045
3045
|
"ageVerification": {
|
|
3046
3046
|
"$ref": "#/definitions/DeepPartial%3CIAgeVerification%3E"
|
|
3047
|
-
},
|
|
3048
|
-
"loyalty": {
|
|
3049
|
-
"$ref": "#/definitions/DeepPartial%3CILoyalty%3E"
|
|
3050
3047
|
}
|
|
3051
3048
|
},
|
|
3052
3049
|
"additionalProperties": false
|
|
@@ -3058,7 +3055,7 @@ exports.JSONSchemas = {
|
|
|
3058
3055
|
"type": "boolean"
|
|
3059
3056
|
},
|
|
3060
3057
|
"search": {
|
|
3061
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-
|
|
3058
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-834-854-749943994-824-855-749943994-759-935-749943994-0-1809%3E"
|
|
3062
3059
|
},
|
|
3063
3060
|
"stores": {
|
|
3064
3061
|
"$ref": "#/definitions/DeepPartial%3Cstring%5B%5D%3E"
|
|
@@ -3072,7 +3069,7 @@ exports.JSONSchemas = {
|
|
|
3072
3069
|
},
|
|
3073
3070
|
"additionalProperties": false
|
|
3074
3071
|
},
|
|
3075
|
-
"DeepPartial<structure-749943994-
|
|
3072
|
+
"DeepPartial<structure-749943994-834-854-749943994-824-855-749943994-759-935-749943994-0-1809>": {
|
|
3076
3073
|
"type": "object",
|
|
3077
3074
|
"properties": {
|
|
3078
3075
|
"enable": {
|
|
@@ -3306,51 +3303,16 @@ exports.JSONSchemas = {
|
|
|
3306
3303
|
},
|
|
3307
3304
|
"additionalProperties": false
|
|
3308
3305
|
},
|
|
3309
|
-
"DeepPartial<ILoyalty>": {
|
|
3310
|
-
"type": "object",
|
|
3311
|
-
"properties": {
|
|
3312
|
-
"barcodeFormat": {
|
|
3313
|
-
"$ref": "#/definitions/LoyaltyBarcodeFormat"
|
|
3314
|
-
}
|
|
3315
|
-
},
|
|
3316
|
-
"additionalProperties": false
|
|
3317
|
-
},
|
|
3318
|
-
"LoyaltyBarcodeFormat": {
|
|
3319
|
-
"type": "string",
|
|
3320
|
-
"enum": [
|
|
3321
|
-
"UPC",
|
|
3322
|
-
"CODE128",
|
|
3323
|
-
"EAN13",
|
|
3324
|
-
"QR",
|
|
3325
|
-
"CODE39",
|
|
3326
|
-
"CODE128A",
|
|
3327
|
-
"CODE128B",
|
|
3328
|
-
"CODE128C",
|
|
3329
|
-
"EAN8",
|
|
3330
|
-
"EAN5",
|
|
3331
|
-
"EAN2",
|
|
3332
|
-
"UPCE",
|
|
3333
|
-
"ITF14",
|
|
3334
|
-
"ITF",
|
|
3335
|
-
"MSI",
|
|
3336
|
-
"MSI10",
|
|
3337
|
-
"MSI11",
|
|
3338
|
-
"MSI1010",
|
|
3339
|
-
"MSI1110",
|
|
3340
|
-
"pharmacode",
|
|
3341
|
-
"codabar"
|
|
3342
|
-
]
|
|
3343
|
-
},
|
|
3344
3306
|
"DeepPartial<ISharedCheckout>": {
|
|
3345
3307
|
"type": "object",
|
|
3346
3308
|
"properties": {
|
|
3347
3309
|
"preserveOrderNote": {
|
|
3348
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-
|
|
3310
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-705-759-749943994-0-1809%3E"
|
|
3349
3311
|
}
|
|
3350
3312
|
},
|
|
3351
3313
|
"additionalProperties": false
|
|
3352
3314
|
},
|
|
3353
|
-
"DeepPartial<interface-749943994-
|
|
3315
|
+
"DeepPartial<interface-749943994-705-759-749943994-0-1809>": {
|
|
3354
3316
|
"type": "object",
|
|
3355
3317
|
"properties": {
|
|
3356
3318
|
"enabled": {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { IAdminOnlyV2, IFlippConfig, IFlippConfigV2, IFlyerProviders, IRedPepperConfig } from "./retailer-settings.interfaces";
|
|
2
2
|
import { IDateFormat } from "./theme.interfaces";
|
|
3
|
-
export declare type LoyaltyBarcodeFormat = 'UPC' | 'CODE128' | 'EAN13' | 'QR' | 'CODE39' | 'CODE128A' | 'CODE128B' | 'CODE128C' | 'EAN8' | 'EAN5' | 'EAN2' | 'UPCE' | 'ITF14' | 'ITF' | 'MSI' | 'MSI10' | 'MSI11' | 'MSI1010' | 'MSI1110' | 'pharmacode' | 'codabar';
|
|
4
3
|
export interface ISharedSettings {
|
|
5
4
|
features: ISharedFeatures;
|
|
6
5
|
checkout: ISharedCheckout;
|
|
@@ -14,7 +13,6 @@ export interface ISharedFeatures {
|
|
|
14
13
|
couponGallery: ICouponGallery;
|
|
15
14
|
flyerConfiguration: IFlyerConfiguration | null;
|
|
16
15
|
ageVerification: IAgeVerification;
|
|
17
|
-
loyalty: ILoyalty;
|
|
18
16
|
}
|
|
19
17
|
export interface ISharedCheckout {
|
|
20
18
|
preserveOrderNote: IOrderInstructions;
|
|
@@ -61,7 +59,4 @@ export interface IAgeVerification {
|
|
|
61
59
|
ageVerificationPrefix: string;
|
|
62
60
|
ageVerificationStatementName: string;
|
|
63
61
|
}
|
|
64
|
-
export interface ILoyalty {
|
|
65
|
-
barcodeFormat: LoyaltyBarcodeFormat;
|
|
66
|
-
}
|
|
67
62
|
export {};
|
|
@@ -133,19 +133,6 @@ exports.AdminSharedSettingsTemplateSFUI = {
|
|
|
133
133
|
// },
|
|
134
134
|
// },
|
|
135
135
|
// },
|
|
136
|
-
loyalty: {
|
|
137
|
-
title: "Loyalty",
|
|
138
|
-
description: "",
|
|
139
|
-
type: exports.AdminSharedTemplateInputTypes.collapsableObject,
|
|
140
|
-
value: {
|
|
141
|
-
barcodeFormat: {
|
|
142
|
-
title: "Barcode Format",
|
|
143
|
-
description: "Select the barcode format to be used for loyalty cards",
|
|
144
|
-
type: exports.AdminSharedTemplateInputTypes.dropdown,
|
|
145
|
-
options: ["UPC", "CODE128", "EAN13", "QR", "CODE39", "CODE128A", "CODE128B", "CODE128C", "EAN8", "EAN5", "EAN2", "UPCE", "ITF14", "ITF", "MSI", "MSI10", "MSI11", "MSI1010", "MSI1110", "pharmacode", "codabar"],
|
|
146
|
-
},
|
|
147
|
-
},
|
|
148
|
-
},
|
|
149
136
|
},
|
|
150
137
|
},
|
|
151
138
|
checkout: {
|