@open-tender/types
Advanced tools
Comparing version 0.4.130 to 0.4.131
@@ -526,2 +526,7 @@ import { TimezonePython } from '../datetimes'; | ||
}; | ||
export interface ConfigKount { | ||
clientId: string; | ||
enabled: boolean; | ||
environment: string; | ||
} | ||
export interface ConfigSettings { | ||
@@ -537,2 +542,3 @@ accountSections: string[]; | ||
recaptcha: ConfigRecaptcha; | ||
kount?: ConfigKount; | ||
} | ||
@@ -539,0 +545,0 @@ export interface ConfigAccordion { |
@@ -526,2 +526,7 @@ import { TimezonePython } from '../datetimes'; | ||
}; | ||
export interface ConfigKount { | ||
clientId: string; | ||
enabled: boolean; | ||
environment: string; | ||
} | ||
export interface ConfigSettings { | ||
@@ -537,2 +542,3 @@ accountSections: string[]; | ||
recaptcha: ConfigRecaptcha; | ||
kount?: ConfigKount; | ||
} | ||
@@ -539,0 +545,0 @@ export interface ConfigAccordion { |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.4.130", | ||
"version": "0.4.131", | ||
"description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
273593
8922