@open-tender/types 0.4.130 → 0.4.131

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.
@@ -523,6 +523,11 @@ export declare type ConfigSettingsDisplaySettings = {
523
523
  export declare type ConfigSettingsLocationName = {
524
524
  [keys in ServiceType | 'OUTPOST']: string[];
525
525
  };
526
+ export interface ConfigKount {
527
+ clientId: string;
528
+ enabled: boolean;
529
+ environment: string;
530
+ }
526
531
  export interface ConfigSettings {
527
532
  accountSections: string[];
528
533
  autoSelect: ConfigSettingsAutoselect;
@@ -533,6 +538,7 @@ export interface ConfigSettings {
533
538
  maxDistance: number;
534
539
  orderTypes: ConfigOrderTypes[];
535
540
  recaptcha: ConfigRecaptcha;
541
+ kount?: ConfigKount;
536
542
  }
537
543
  export interface ConfigAccordion {
538
544
  hasCals: boolean;
@@ -523,6 +523,11 @@ export declare type ConfigSettingsDisplaySettings = {
523
523
  export declare type ConfigSettingsLocationName = {
524
524
  [keys in ServiceType | 'OUTPOST']: string[];
525
525
  };
526
+ export interface ConfigKount {
527
+ clientId: string;
528
+ enabled: boolean;
529
+ environment: string;
530
+ }
526
531
  export interface ConfigSettings {
527
532
  accountSections: string[];
528
533
  autoSelect: ConfigSettingsAutoselect;
@@ -533,6 +538,7 @@ export interface ConfigSettings {
533
538
  maxDistance: number;
534
539
  orderTypes: ConfigOrderTypes[];
535
540
  recaptcha: ConfigRecaptcha;
541
+ kount?: ConfigKount;
536
542
  }
537
543
  export interface ConfigAccordion {
538
544
  hasCals: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.130",
3
+ "version": "0.4.131",
4
4
  "description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",