rerobe-js-orm 3.0.41 → 3.0.42

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.
@@ -18,5 +18,8 @@ declare type CustomerNotificationAttributes = {
18
18
  declare type ORDER_CONFIRMATION_TYPE = 'ORDER_CONFIRMATION';
19
19
  declare type ORDER_CANCELLATION_TYPE = 'ORDER_CANCELLATION';
20
20
  declare type ORDER_REFUND = 'ORDER_REFUND';
21
+ declare type ORDER_READY_FOR_PICK_UP = 'ORDER_READY_FOR_PICK_UP';
21
22
  declare type SHIPPING_CONFIRMATION = 'SHIPPING_CONFIRMATION';
22
- declare type CustomerNotificationType = ORDER_CONFIRMATION_TYPE | ORDER_CANCELLATION_TYPE | SHIPPING_CONFIRMATION | ORDER_REFUND;
23
+ declare type GENERAL_MESSAGE = 'GENERAL_MESSAGE';
24
+ declare type ABANDONED_CART = 'ABANDONED_CART';
25
+ declare type CustomerNotificationType = ORDER_CONFIRMATION_TYPE | ORDER_CANCELLATION_TYPE | SHIPPING_CONFIRMATION | ORDER_REFUND | GENERAL_MESSAGE | ABANDONED_CART;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "3.0.41",
3
+ "version": "3.0.42",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",