@molopos/shared 2.0.45 → 2.0.46

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.
package/enum/index.d.ts CHANGED
@@ -143,7 +143,10 @@ export declare enum ActivityModelEnum {
143
143
  SubscriptionDelete = "SUBSCRIPTION_DELETE",
144
144
  SubCategoryCreate = "SUBCATEGORY_CREATE",
145
145
  SubCategoryUpdate = "SUBCATEGORY_UPDATE",
146
- SubCategoryDelete = "SUBCATEGORY_DELETE"
146
+ SubCategoryDelete = "SUBCATEGORY_DELETE",
147
+ CustomerCreate = "CUSTOMER_CREATE",
148
+ CustomerUpdate = "CUSTOMER_UPDATE",
149
+ CustomerDelete = "CUSTOMER_DELETE"
147
150
  }
148
151
  /**
149
152
  * Transaction direction enum
package/enum/index.js CHANGED
@@ -153,6 +153,9 @@ var ActivityModelEnum;
153
153
  ActivityModelEnum["SubCategoryCreate"] = "SUBCATEGORY_CREATE";
154
154
  ActivityModelEnum["SubCategoryUpdate"] = "SUBCATEGORY_UPDATE";
155
155
  ActivityModelEnum["SubCategoryDelete"] = "SUBCATEGORY_DELETE";
156
+ ActivityModelEnum["CustomerCreate"] = "CUSTOMER_CREATE";
157
+ ActivityModelEnum["CustomerUpdate"] = "CUSTOMER_UPDATE";
158
+ ActivityModelEnum["CustomerDelete"] = "CUSTOMER_DELETE";
156
159
  })(ActivityModelEnum || (exports.ActivityModelEnum = ActivityModelEnum = {}));
157
160
  /**
158
161
  * Transaction direction enum
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.45","description":"Shared between backend and frontend repos","license":"ISC","repository":{"type":"git","url":"https://github.com/unicubate/molopos-shared.git"},"dependencies":{"class-transformer":"^0.5.1","date-fns":"^4.4.0","luxon":"^3.7.2"}}
1
+ {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.46","description":"Shared between backend and frontend repos","license":"ISC","repository":{"type":"git","url":"https://github.com/unicubate/molopos-shared.git"},"dependencies":{"class-transformer":"^0.5.1","date-fns":"^4.4.0","luxon":"^3.7.2"}}