@open-tender/types 0.4.131 → 0.4.133
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.
|
@@ -506,6 +506,7 @@ export interface ConfigRecaptcha {
|
|
|
506
506
|
addCard: boolean;
|
|
507
507
|
donations: boolean;
|
|
508
508
|
giftCards: boolean;
|
|
509
|
+
login: boolean;
|
|
509
510
|
}
|
|
510
511
|
export declare type ConfigSettingsAutoselect = {
|
|
511
512
|
[keys in OrderType]: {
|
|
@@ -526,7 +527,7 @@ export declare type ConfigSettingsLocationName = {
|
|
|
526
527
|
export interface ConfigKount {
|
|
527
528
|
clientId: string;
|
|
528
529
|
enabled: boolean;
|
|
529
|
-
environment:
|
|
530
|
+
environment: 'TEST' | 'PROD';
|
|
530
531
|
}
|
|
531
532
|
export interface ConfigSettings {
|
|
532
533
|
accountSections: string[];
|
|
@@ -506,6 +506,7 @@ export interface ConfigRecaptcha {
|
|
|
506
506
|
addCard: boolean;
|
|
507
507
|
donations: boolean;
|
|
508
508
|
giftCards: boolean;
|
|
509
|
+
login: boolean;
|
|
509
510
|
}
|
|
510
511
|
export declare type ConfigSettingsAutoselect = {
|
|
511
512
|
[keys in OrderType]: {
|
|
@@ -526,7 +527,7 @@ export declare type ConfigSettingsLocationName = {
|
|
|
526
527
|
export interface ConfigKount {
|
|
527
528
|
clientId: string;
|
|
528
529
|
enabled: boolean;
|
|
529
|
-
environment:
|
|
530
|
+
environment: 'TEST' | 'PROD';
|
|
530
531
|
}
|
|
531
532
|
export interface ConfigSettings {
|
|
532
533
|
accountSections: string[];
|
package/package.json
CHANGED