@open-tender/types 0.4.140 → 0.4.141

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 {
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.140",
3
+ "version": "0.4.141",
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",