@open-tender/types 0.0.89 → 0.0.91

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.
@@ -117,7 +117,7 @@ export interface OrderCreate {
117
117
  }
118
118
  export interface CheckoutConfigDisplayed {
119
119
  address: string[];
120
- customer: Customer[];
120
+ customer: string[];
121
121
  details: string[];
122
122
  }
123
123
  export interface CheckoutConfigGratuity {
@@ -117,7 +117,7 @@ export interface OrderCreate {
117
117
  }
118
118
  export interface CheckoutConfigDisplayed {
119
119
  address: string[];
120
- customer: Customer[];
120
+ customer: string[];
121
121
  details: string[];
122
122
  }
123
123
  export interface CheckoutConfigGratuity {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.0.89",
3
+ "version": "0.0.91",
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",