@open-tender/types 0.4.0 → 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
  }
@@ -106,6 +106,7 @@ export interface ConfigBrand {
106
106
  origin: string;
107
107
  pilot_slug: string | null;
108
108
  privacy_url: string | null;
109
+ sign_up_message: string | null;
109
110
  terms_url: string | null;
110
111
  timezone: TimezonePython;
111
112
  title: string;
@@ -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
  }
@@ -106,6 +106,7 @@ export interface ConfigBrand {
106
106
  origin: string;
107
107
  pilot_slug: string | null;
108
108
  privacy_url: string | null;
109
+ sign_up_message: string | null;
109
110
  terms_url: string | null;
110
111
  timezone: TimezonePython;
111
112
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.0",
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",