@thryveai/theme-interfaces 2.8.20 → 2.8.21
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 +18 -3
- package/dist/JSONSchemas/index.js +21 -6
- package/dist/interfaces/shared-settings.interfaces.d.ts +5 -0
- package/dist/storefront/commonSharedSettings.js +4 -0
- package/dist/storefront/defaultIconsStorefront.js +1 -1
- package/dist/storefront/defaultSharedSettings.js +4 -0
- package/package.json +1 -1
|
@@ -2168,6 +2168,9 @@ export declare const JSONSchemas: {
|
|
|
2168
2168
|
ageVerification: {
|
|
2169
2169
|
$ref: string;
|
|
2170
2170
|
};
|
|
2171
|
+
ageGateModal: {
|
|
2172
|
+
$ref: string;
|
|
2173
|
+
};
|
|
2171
2174
|
loyalty: {
|
|
2172
2175
|
$ref: string;
|
|
2173
2176
|
};
|
|
@@ -2198,7 +2201,7 @@ export declare const JSONSchemas: {
|
|
|
2198
2201
|
};
|
|
2199
2202
|
additionalProperties: boolean;
|
|
2200
2203
|
};
|
|
2201
|
-
"DeepPartial<structure-749943994-
|
|
2204
|
+
"DeepPartial<structure-749943994-1174-1194-749943994-1164-1195-749943994-1099-1275-749943994-0-2328>": {
|
|
2202
2205
|
type: string;
|
|
2203
2206
|
properties: {
|
|
2204
2207
|
enable: {
|
|
@@ -2393,6 +2396,18 @@ export declare const JSONSchemas: {
|
|
|
2393
2396
|
};
|
|
2394
2397
|
additionalProperties: boolean;
|
|
2395
2398
|
};
|
|
2399
|
+
"DeepPartial<IAgeGateModal>": {
|
|
2400
|
+
type: string;
|
|
2401
|
+
properties: {
|
|
2402
|
+
enabled: {
|
|
2403
|
+
type: string;
|
|
2404
|
+
};
|
|
2405
|
+
redirectUrl: {
|
|
2406
|
+
type: string;
|
|
2407
|
+
};
|
|
2408
|
+
};
|
|
2409
|
+
additionalProperties: boolean;
|
|
2410
|
+
};
|
|
2396
2411
|
"DeepPartial<ILoyalty>": {
|
|
2397
2412
|
type: string;
|
|
2398
2413
|
properties: {
|
|
@@ -2406,7 +2421,7 @@ export declare const JSONSchemas: {
|
|
|
2406
2421
|
type: string;
|
|
2407
2422
|
enum: string[];
|
|
2408
2423
|
};
|
|
2409
|
-
"DeepPartial<interface-749943994-
|
|
2424
|
+
"DeepPartial<interface-749943994-2283-2327-749943994-0-2328>": {
|
|
2410
2425
|
type: string;
|
|
2411
2426
|
properties: {
|
|
2412
2427
|
organization: {
|
|
@@ -2424,7 +2439,7 @@ export declare const JSONSchemas: {
|
|
|
2424
2439
|
};
|
|
2425
2440
|
additionalProperties: boolean;
|
|
2426
2441
|
};
|
|
2427
|
-
"DeepPartial<interface-749943994-
|
|
2442
|
+
"DeepPartial<interface-749943994-1045-1099-749943994-0-2328>": {
|
|
2428
2443
|
type: string;
|
|
2429
2444
|
properties: {
|
|
2430
2445
|
enabled: {
|
|
@@ -3106,11 +3106,14 @@ exports.JSONSchemas = {
|
|
|
3106
3106
|
"ageVerification": {
|
|
3107
3107
|
"$ref": "#/definitions/DeepPartial%3CIAgeVerification%3E"
|
|
3108
3108
|
},
|
|
3109
|
+
"ageGateModal": {
|
|
3110
|
+
"$ref": "#/definitions/DeepPartial%3CIAgeGateModal%3E"
|
|
3111
|
+
},
|
|
3109
3112
|
"loyalty": {
|
|
3110
3113
|
"$ref": "#/definitions/DeepPartial%3CILoyalty%3E"
|
|
3111
3114
|
},
|
|
3112
3115
|
"idp": {
|
|
3113
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-
|
|
3116
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-2283-2327-749943994-0-2328%3E"
|
|
3114
3117
|
}
|
|
3115
3118
|
},
|
|
3116
3119
|
"additionalProperties": false
|
|
@@ -3122,7 +3125,7 @@ exports.JSONSchemas = {
|
|
|
3122
3125
|
"type": "boolean"
|
|
3123
3126
|
},
|
|
3124
3127
|
"search": {
|
|
3125
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-
|
|
3128
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-1174-1194-749943994-1164-1195-749943994-1099-1275-749943994-0-2328%3E"
|
|
3126
3129
|
},
|
|
3127
3130
|
"stores": {
|
|
3128
3131
|
"$ref": "#/definitions/DeepPartial%3Cstring%5B%5D%3E"
|
|
@@ -3136,7 +3139,7 @@ exports.JSONSchemas = {
|
|
|
3136
3139
|
},
|
|
3137
3140
|
"additionalProperties": false
|
|
3138
3141
|
},
|
|
3139
|
-
"DeepPartial<structure-749943994-
|
|
3142
|
+
"DeepPartial<structure-749943994-1174-1194-749943994-1164-1195-749943994-1099-1275-749943994-0-2328>": {
|
|
3140
3143
|
"type": "object",
|
|
3141
3144
|
"properties": {
|
|
3142
3145
|
"enable": {
|
|
@@ -3378,6 +3381,18 @@ exports.JSONSchemas = {
|
|
|
3378
3381
|
},
|
|
3379
3382
|
"additionalProperties": false
|
|
3380
3383
|
},
|
|
3384
|
+
"DeepPartial<IAgeGateModal>": {
|
|
3385
|
+
"type": "object",
|
|
3386
|
+
"properties": {
|
|
3387
|
+
"enabled": {
|
|
3388
|
+
"type": "boolean"
|
|
3389
|
+
},
|
|
3390
|
+
"redirectUrl": {
|
|
3391
|
+
"type": "string"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
"additionalProperties": false
|
|
3395
|
+
},
|
|
3381
3396
|
"DeepPartial<ILoyalty>": {
|
|
3382
3397
|
"type": "object",
|
|
3383
3398
|
"properties": {
|
|
@@ -3412,7 +3427,7 @@ exports.JSONSchemas = {
|
|
|
3412
3427
|
"codabar"
|
|
3413
3428
|
]
|
|
3414
3429
|
},
|
|
3415
|
-
"DeepPartial<interface-749943994-
|
|
3430
|
+
"DeepPartial<interface-749943994-2283-2327-749943994-0-2328>": {
|
|
3416
3431
|
"type": "object",
|
|
3417
3432
|
"properties": {
|
|
3418
3433
|
"organization": {
|
|
@@ -3425,12 +3440,12 @@ exports.JSONSchemas = {
|
|
|
3425
3440
|
"type": "object",
|
|
3426
3441
|
"properties": {
|
|
3427
3442
|
"preserveOrderNote": {
|
|
3428
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-
|
|
3443
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-1045-1099-749943994-0-2328%3E"
|
|
3429
3444
|
}
|
|
3430
3445
|
},
|
|
3431
3446
|
"additionalProperties": false
|
|
3432
3447
|
},
|
|
3433
|
-
"DeepPartial<interface-749943994-
|
|
3448
|
+
"DeepPartial<interface-749943994-1045-1099-749943994-0-2328>": {
|
|
3434
3449
|
"type": "object",
|
|
3435
3450
|
"properties": {
|
|
3436
3451
|
"enabled": {
|
|
@@ -14,6 +14,7 @@ export interface ISharedFeatures {
|
|
|
14
14
|
couponGallery: ICouponGallery;
|
|
15
15
|
flyerConfiguration: IFlyerConfiguration | null;
|
|
16
16
|
ageVerification: IAgeVerification;
|
|
17
|
+
ageGateModal: IAgeGateModal;
|
|
17
18
|
loyalty: ILoyalty;
|
|
18
19
|
idp: IIdp;
|
|
19
20
|
}
|
|
@@ -62,6 +63,10 @@ export interface IAgeVerification {
|
|
|
62
63
|
ageVerificationPrefix: string;
|
|
63
64
|
ageVerificationStatementName: string;
|
|
64
65
|
}
|
|
66
|
+
export interface IAgeGateModal {
|
|
67
|
+
enabled: boolean;
|
|
68
|
+
redirectUrl: string;
|
|
69
|
+
}
|
|
65
70
|
export interface ILoyalty {
|
|
66
71
|
barcodeFormat: Format;
|
|
67
72
|
}
|