@thryveai/theme-interfaces 2.7.50 → 2.7.51
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.
|
@@ -77,7 +77,6 @@ export interface IRetailerSettings {
|
|
|
77
77
|
productCardv2?: boolean;
|
|
78
78
|
promoTemplateVersion?: number;
|
|
79
79
|
registrationFields?: IRegistrationField[];
|
|
80
|
-
registrationStep2?: IRegistrationStep2;
|
|
81
80
|
restrictMapPlacesResults?: IRestrictMapPlaces;
|
|
82
81
|
retailerCountry?: IRetailerCountry;
|
|
83
82
|
retailerName: string;
|
|
@@ -335,7 +334,6 @@ export interface IFeaturesV2 {
|
|
|
335
334
|
};
|
|
336
335
|
recipeLegacyShareLink: boolean;
|
|
337
336
|
registrationFields: IRegistrationField[];
|
|
338
|
-
registrationStep2: IRegistrationStep2;
|
|
339
337
|
secondTierAuthorization?: ISecondTierAuthorization;
|
|
340
338
|
showCheckoutPromoCode: boolean;
|
|
341
339
|
showImgOnOrder: boolean;
|
|
@@ -484,10 +482,6 @@ export interface IRegistrationField {
|
|
|
484
482
|
validationTypes: IValidationType[];
|
|
485
483
|
editable?: boolean;
|
|
486
484
|
}
|
|
487
|
-
export interface IRegistrationStep2 {
|
|
488
|
-
enableV2: boolean;
|
|
489
|
-
alwaysVisible: boolean;
|
|
490
|
-
}
|
|
491
485
|
export interface ICheckoutValidation {
|
|
492
486
|
instructions: IValidationType[];
|
|
493
487
|
phoneNumber: IValidationType[];
|
|
@@ -127,10 +127,6 @@ var DefaultConfigSFUI = {
|
|
|
127
127
|
},
|
|
128
128
|
recipeLegacyShareLink: true,
|
|
129
129
|
registrationFields: [],
|
|
130
|
-
registrationStep2: {
|
|
131
|
-
alwaysVisible: false,
|
|
132
|
-
enableV2: false,
|
|
133
|
-
},
|
|
134
130
|
secondTierAuthorization: undefined,
|
|
135
131
|
showCheckoutPromoCode: true,
|
|
136
132
|
showImgOnOrder: false,
|