@open-tender/types 0.4.140 → 0.4.142
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.
|
@@ -121,6 +121,7 @@ export interface ConfigBrand {
|
|
|
121
121
|
title: string;
|
|
122
122
|
tpls: 'COMO' | 'THANX' | 'PUNCHH' | 'SPARKFLY' | null;
|
|
123
123
|
url: string;
|
|
124
|
+
use_enterprise_recaptcha: boolean;
|
|
124
125
|
view_suspended_item: 'HIDE' | 'SHOW_DATE' | 'SHOW_DATETIME';
|
|
125
126
|
}
|
|
126
127
|
export interface ConfigContentField {
|
|
@@ -151,5 +151,8 @@ export interface Store {
|
|
|
151
151
|
display_descriptions: boolean;
|
|
152
152
|
disable_kiosk_message: string | null;
|
|
153
153
|
hours: StoreHours;
|
|
154
|
+
is_separate_auth_screen: boolean;
|
|
155
|
+
is_separate_service_type: boolean;
|
|
156
|
+
display_signup_checkout: boolean;
|
|
154
157
|
}
|
|
155
158
|
export declare type Stores = Store[];
|
|
@@ -121,6 +121,7 @@ export interface ConfigBrand {
|
|
|
121
121
|
title: string;
|
|
122
122
|
tpls: 'COMO' | 'THANX' | 'PUNCHH' | 'SPARKFLY' | null;
|
|
123
123
|
url: string;
|
|
124
|
+
use_enterprise_recaptcha: boolean;
|
|
124
125
|
view_suspended_item: 'HIDE' | 'SHOW_DATE' | 'SHOW_DATETIME';
|
|
125
126
|
}
|
|
126
127
|
export interface ConfigContentField {
|
|
@@ -151,5 +151,8 @@ export interface Store {
|
|
|
151
151
|
display_descriptions: boolean;
|
|
152
152
|
disable_kiosk_message: string | null;
|
|
153
153
|
hours: StoreHours;
|
|
154
|
+
is_separate_auth_screen: boolean;
|
|
155
|
+
is_separate_service_type: boolean;
|
|
156
|
+
display_signup_checkout: boolean;
|
|
154
157
|
}
|
|
155
158
|
export declare type Stores = Store[];
|
package/package.json
CHANGED