@orderingstack/ordering-types 1.9.3 → 1.9.4

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.
@@ -234,7 +234,7 @@ export interface IOrder {
234
234
  export interface IOrderCoupon {
235
235
  coupon: string;
236
236
  addedAt: string;
237
- addedBy: string;
237
+ addedBy?: string;
238
238
  id: string;
239
239
  data?: {
240
240
  campaign?: string;
@@ -234,7 +234,7 @@ export interface IOrder {
234
234
  export interface IOrderCoupon {
235
235
  coupon: string;
236
236
  addedAt: string;
237
- addedBy: string;
237
+ addedBy?: string;
238
238
  id: string;
239
239
  data?: {
240
240
  campaign?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.9.3",
3
+ "version": "1.9.4",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",