@open-tender/types 0.0.36 → 0.0.37

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.
@@ -296,6 +296,7 @@ export interface OrderRating {
296
296
  rating: number;
297
297
  }
298
298
  export interface Order {
299
+ revenue_center_id?: number;
299
300
  address: Address | null;
300
301
  cart: OrderCart;
301
302
  channel?: OrderChannel;
@@ -296,6 +296,7 @@ export interface OrderRating {
296
296
  rating: number;
297
297
  }
298
298
  export interface Order {
299
+ revenue_center_id?: number;
299
300
  address: Address | null;
300
301
  cart: OrderCart;
301
302
  channel?: OrderChannel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
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",