@open-tender/cloud 0.0.44 → 0.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.
@@ -18,7 +18,7 @@ export declare const useAppDispatch: () => import("redux-thunk").ThunkDispatch<i
18
18
  order: import("..").CustomerOrderState;
19
19
  loyalty: import("..").CustomerLoyaltyState;
20
20
  groupOrders: import("..").CustomerGroupOrdersState;
21
- houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
21
+ houseAccounts: import("..").CustomerHouseAccountsState;
22
22
  rewards: import("..").CustomerRewardsState;
23
23
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
24
24
  thanx: import("..").CustomerThanxState;
@@ -17,7 +17,7 @@ export declare const appReducer: import("redux").Reducer<import("redux").Combine
17
17
  order: import("../slices").CustomerOrderState;
18
18
  loyalty: import("../slices").CustomerLoyaltyState;
19
19
  groupOrders: import("../slices").CustomerGroupOrdersState;
20
- houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
20
+ houseAccounts: import("../slices").CustomerHouseAccountsState;
21
21
  rewards: import("../slices").CustomerRewardsState;
22
22
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
23
23
  thanx: import("../slices").CustomerThanxState;
@@ -69,7 +69,7 @@ declare const store: import("@reduxjs/toolkit").EnhancedStore<import("redux").Co
69
69
  order: import("../slices").CustomerOrderState;
70
70
  loyalty: import("../slices").CustomerLoyaltyState;
71
71
  groupOrders: import("../slices").CustomerGroupOrdersState;
72
- houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
72
+ houseAccounts: import("../slices").CustomerHouseAccountsState;
73
73
  rewards: import("../slices").CustomerRewardsState;
74
74
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
75
75
  thanx: import("../slices").CustomerThanxState;
@@ -119,7 +119,7 @@ declare const store: import("@reduxjs/toolkit").EnhancedStore<import("redux").Co
119
119
  order: import("../slices").CustomerOrderState;
120
120
  loyalty: import("../slices").CustomerLoyaltyState;
121
121
  groupOrders: import("../slices").CustomerGroupOrdersState;
122
- houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
122
+ houseAccounts: import("../slices").CustomerHouseAccountsState;
123
123
  rewards: import("../slices").CustomerRewardsState;
124
124
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
125
125
  thanx: import("../slices").CustomerThanxState;
@@ -31,3 +31,4 @@ export * from './groupOrders';
31
31
  export * from './rewards';
32
32
  export * from './thanx';
33
33
  export * from './order';
34
+ export * from './houseAccounts';
@@ -54,3 +54,4 @@ tslib_1.__exportStar(require("./groupOrders"), exports);
54
54
  tslib_1.__exportStar(require("./rewards"), exports);
55
55
  tslib_1.__exportStar(require("./thanx"), exports);
56
56
  tslib_1.__exportStar(require("./order"), exports);
57
+ tslib_1.__exportStar(require("./houseAccounts"), exports);
@@ -18,7 +18,7 @@ export declare const useAppDispatch: () => import("redux-thunk").ThunkDispatch<i
18
18
  order: import("..").CustomerOrderState;
19
19
  loyalty: import("..").CustomerLoyaltyState;
20
20
  groupOrders: import("..").CustomerGroupOrdersState;
21
- houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
21
+ houseAccounts: import("..").CustomerHouseAccountsState;
22
22
  rewards: import("..").CustomerRewardsState;
23
23
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
24
24
  thanx: import("..").CustomerThanxState;
@@ -17,7 +17,7 @@ export declare const appReducer: import("redux").Reducer<import("redux").Combine
17
17
  order: import("../slices").CustomerOrderState;
18
18
  loyalty: import("../slices").CustomerLoyaltyState;
19
19
  groupOrders: import("../slices").CustomerGroupOrdersState;
20
- houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
20
+ houseAccounts: import("../slices").CustomerHouseAccountsState;
21
21
  rewards: import("../slices").CustomerRewardsState;
22
22
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
23
23
  thanx: import("../slices").CustomerThanxState;
@@ -69,7 +69,7 @@ declare const store: import("@reduxjs/toolkit").EnhancedStore<import("redux").Co
69
69
  order: import("../slices").CustomerOrderState;
70
70
  loyalty: import("../slices").CustomerLoyaltyState;
71
71
  groupOrders: import("../slices").CustomerGroupOrdersState;
72
- houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
72
+ houseAccounts: import("../slices").CustomerHouseAccountsState;
73
73
  rewards: import("../slices").CustomerRewardsState;
74
74
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
75
75
  thanx: import("../slices").CustomerThanxState;
@@ -119,7 +119,7 @@ declare const store: import("@reduxjs/toolkit").EnhancedStore<import("redux").Co
119
119
  order: import("../slices").CustomerOrderState;
120
120
  loyalty: import("../slices").CustomerLoyaltyState;
121
121
  groupOrders: import("../slices").CustomerGroupOrdersState;
122
- houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
122
+ houseAccounts: import("../slices").CustomerHouseAccountsState;
123
123
  rewards: import("../slices").CustomerRewardsState;
124
124
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
125
125
  thanx: import("../slices").CustomerThanxState;
@@ -31,3 +31,4 @@ export * from './groupOrders';
31
31
  export * from './rewards';
32
32
  export * from './thanx';
33
33
  export * from './order';
34
+ export * from './houseAccounts';
@@ -50,3 +50,4 @@ export * from './groupOrders';
50
50
  export * from './rewards';
51
51
  export * from './thanx';
52
52
  export * from './order';
53
+ export * from './houseAccounts';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/cloud",
3
- "version": "0.0.44",
3
+ "version": "0.0.46",
4
4
  "description": "A library of hooks, reducers, utility functions, and 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",
@@ -55,7 +55,7 @@
55
55
  "react": "^18.2.0"
56
56
  },
57
57
  "dependencies": {
58
- "@open-tender/types": "^0.0.83",
58
+ "@open-tender/types": "^0.0.84",
59
59
  "@open-tender/utils": "^0.0.23"
60
60
  }
61
61
  }