@open-tender/types 0.4.136 → 0.4.138

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.
@@ -79,6 +79,7 @@ export interface CheckoutConfig {
79
79
  points: CheckoutConfigLoyalty | null;
80
80
  promo_code_limit: number;
81
81
  require_address: boolean;
82
+ require_cardholder_name: boolean;
82
83
  required: CheckoutConfigFields;
83
84
  surcharges: CheckoutConfigSurcharges;
84
85
  tender_types: TenderType[];
@@ -121,6 +121,7 @@ export interface ConfigBrand {
121
121
  title: string;
122
122
  tpls: 'COMO' | 'THANX' | 'PUNCHH' | 'SPARKFLY' | null;
123
123
  url: string;
124
+ view_suspended_item: 'HIDE' | 'SHOW_DATE' | 'SHOW_DATETIME';
124
125
  }
125
126
  export interface ConfigContentField {
126
127
  title: string;
@@ -79,6 +79,7 @@ export interface CheckoutConfig {
79
79
  points: CheckoutConfigLoyalty | null;
80
80
  promo_code_limit: number;
81
81
  require_address: boolean;
82
+ require_cardholder_name: boolean;
82
83
  required: CheckoutConfigFields;
83
84
  surcharges: CheckoutConfigSurcharges;
84
85
  tender_types: TenderType[];
@@ -121,6 +121,7 @@ export interface ConfigBrand {
121
121
  title: string;
122
122
  tpls: 'COMO' | 'THANX' | 'PUNCHH' | 'SPARKFLY' | null;
123
123
  url: string;
124
+ view_suspended_item: 'HIDE' | 'SHOW_DATE' | 'SHOW_DATETIME';
124
125
  }
125
126
  export interface ConfigContentField {
126
127
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.136",
3
+ "version": "0.4.138",
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",