@open-tender/types 0.4.125 → 0.4.126

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.
@@ -112,6 +112,7 @@ export interface ConfigBrand {
112
112
  pilot_slug: string | null;
113
113
  privacy_url: string | null;
114
114
  require_address: boolean;
115
+ require_cardholder_name: boolean;
115
116
  sign_up_message: string | null;
116
117
  terms_url: string | null;
117
118
  timezone: TimezonePython;
@@ -112,6 +112,7 @@ export interface ConfigBrand {
112
112
  pilot_slug: string | null;
113
113
  privacy_url: string | null;
114
114
  require_address: boolean;
115
+ require_cardholder_name: boolean;
115
116
  sign_up_message: string | null;
116
117
  terms_url: string | null;
117
118
  timezone: TimezonePython;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.125",
3
+ "version": "0.4.126",
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",