@open-tender/types 0.4.1 → 0.4.2

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 OrderCreateGiftCard {
112
112
  amount: Money;
113
113
  employee_id?: number;
114
114
  }
115
+ export declare type OrderCreateGiftCards = OrderCreateGiftCard[];
115
116
  export interface OrderCreateSurcharge {
116
117
  id: number;
117
118
  }
@@ -112,6 +112,7 @@ export interface OrderCreateGiftCard {
112
112
  amount: Money;
113
113
  employee_id?: number;
114
114
  }
115
+ export declare type OrderCreateGiftCards = OrderCreateGiftCard[];
115
116
  export interface OrderCreateSurcharge {
116
117
  id: number;
117
118
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
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",
package/dist/.DS_Store DELETED
Binary file