@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: string;
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: string;
530
+ environment: 'TEST' | 'PROD';
530
531
  }
531
532
  export interface ConfigSettings {
532
533
  accountSections: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.131",
3
+ "version": "0.4.133",
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",