@open-tender/types 0.4.80 → 0.4.81

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.
@@ -352,6 +352,7 @@ export interface OrderCreatePos extends Omit<OrderCreate, 'customer'> {
352
352
  made_for?: string | null;
353
353
  phone?: string | null;
354
354
  prep_type?: PrepType | null;
355
+ notes_internal?: string | null;
355
356
  }
356
357
  export interface OrderCreateSendReceipt {
357
358
  email: string | null;
@@ -352,6 +352,7 @@ export interface OrderCreatePos extends Omit<OrderCreate, 'customer'> {
352
352
  made_for?: string | null;
353
353
  phone?: string | null;
354
354
  prep_type?: PrepType | null;
355
+ notes_internal?: string | null;
355
356
  }
356
357
  export interface OrderCreateSendReceipt {
357
358
  email: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.80",
3
+ "version": "0.4.81",
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",