rerobe-js-orm 2.4.81 → 2.4.82

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.
@@ -178,7 +178,7 @@ Order.ORDER_STATES = {
178
178
  };
179
179
  Order.SALES_CHANNELS = {
180
180
  mobileApp: 'MOBILE_APP',
181
- webApp: 'WEB_APP',
181
+ webApp: 'DRAFT_ORDER',
182
182
  store: 'STORE',
183
183
  onlineStore: 'ONLINE_STORE',
184
184
  thirdParty: 'THIRD_PARTY',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "2.4.81",
3
+ "version": "2.4.82",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",