@open-tender/cloud 0.1.69 → 0.1.70

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.
@@ -22,7 +22,7 @@ export declare const useAppDispatch: () => import("redux-thunk").ThunkDispatch<i
22
22
  loyalty: import("..").CustomerLoyaltyState;
23
23
  order: import("..").CustomerOrderState;
24
24
  orders: import("..").CustomerOrdersState;
25
- pointsShop: import("..").PointsShopState;
25
+ pointsShop: import("../slices/customer/pointsShop").PointsShopState;
26
26
  qrcode: import("..").CustomerQRCodeState;
27
27
  rewards: import("..").CustomerRewardsState;
28
28
  thanx: import("..").CustomerThanxState;
@@ -21,7 +21,7 @@ export declare const appReducer: import("redux").Reducer<import("redux").Combine
21
21
  loyalty: import("../slices").CustomerLoyaltyState;
22
22
  order: import("../slices").CustomerOrderState;
23
23
  orders: import("../slices").CustomerOrdersState;
24
- pointsShop: import("../slices").PointsShopState;
24
+ pointsShop: import("../slices/customer/pointsShop").PointsShopState;
25
25
  qrcode: import("../slices").CustomerQRCodeState;
26
26
  rewards: import("../slices").CustomerRewardsState;
27
27
  thanx: import("../slices").CustomerThanxState;
@@ -80,7 +80,7 @@ declare const store: import("@reduxjs/toolkit/dist/configureStore").ToolkitStore
80
80
  loyalty: import("../slices").CustomerLoyaltyState;
81
81
  order: import("../slices").CustomerOrderState;
82
82
  orders: import("../slices").CustomerOrdersState;
83
- pointsShop: import("../slices").PointsShopState;
83
+ pointsShop: import("../slices/customer/pointsShop").PointsShopState;
84
84
  qrcode: import("../slices").CustomerQRCodeState;
85
85
  rewards: import("../slices").CustomerRewardsState;
86
86
  thanx: import("../slices").CustomerThanxState;
@@ -137,7 +137,7 @@ declare const store: import("@reduxjs/toolkit/dist/configureStore").ToolkitStore
137
137
  loyalty: import("../slices").CustomerLoyaltyState;
138
138
  order: import("../slices").CustomerOrderState;
139
139
  orders: import("../slices").CustomerOrdersState;
140
- pointsShop: import("../slices").PointsShopState;
140
+ pointsShop: import("../slices/customer/pointsShop").PointsShopState;
141
141
  qrcode: import("../slices").CustomerQRCodeState;
142
142
  rewards: import("../slices").CustomerRewardsState;
143
143
  thanx: import("../slices").CustomerThanxState;
@@ -49,7 +49,7 @@ export declare const selectSelectedAllergenNames: ((state: import("redux").Empty
49
49
  loyalty: import("./customer").CustomerLoyaltyState;
50
50
  order: import("./customer").CustomerOrderState;
51
51
  orders: import("./customer").CustomerOrdersState;
52
- pointsShop: import(".").PointsShopState;
52
+ pointsShop: import("./customer/pointsShop").PointsShopState;
53
53
  qrcode: import("./customer").CustomerQRCodeState;
54
54
  rewards: import("./customer").CustomerRewardsState;
55
55
  thanx: import("./customer").CustomerThanxState;
@@ -105,7 +105,7 @@ export declare const selectOptIns: ((state: import("redux").EmptyObject & {
105
105
  loyalty: import("./customer").CustomerLoyaltyState;
106
106
  order: import("./customer").CustomerOrderState;
107
107
  orders: import("./customer").CustomerOrdersState;
108
- pointsShop: import(".").PointsShopState;
108
+ pointsShop: import("./customer/pointsShop").PointsShopState;
109
109
  qrcode: import("./customer").CustomerQRCodeState;
110
110
  rewards: import("./customer").CustomerRewardsState;
111
111
  thanx: import("./customer").CustomerThanxState;
@@ -25,7 +25,6 @@ export * from './oneTimePasscode';
25
25
  export * from './order';
26
26
  export * from './orderFulfillment';
27
27
  export * from './orderRating';
28
- export * from './customer/pointsShop';
29
28
  export * from './posts';
30
29
  export * from './qr';
31
30
  export * from './resetPassword';
@@ -28,7 +28,6 @@ tslib_1.__exportStar(require("./oneTimePasscode"), exports);
28
28
  tslib_1.__exportStar(require("./order"), exports);
29
29
  tslib_1.__exportStar(require("./orderFulfillment"), exports);
30
30
  tslib_1.__exportStar(require("./orderRating"), exports);
31
- tslib_1.__exportStar(require("./customer/pointsShop"), exports);
32
31
  tslib_1.__exportStar(require("./posts"), exports);
33
32
  tslib_1.__exportStar(require("./qr"), exports);
34
33
  tslib_1.__exportStar(require("./resetPassword"), exports);
@@ -140,7 +140,7 @@ export declare const selectOrderLimits: ((state: import("redux").EmptyObject & {
140
140
  loyalty: import("./customer").CustomerLoyaltyState;
141
141
  order: import("./customer").CustomerOrderState;
142
142
  orders: import("./customer").CustomerOrdersState;
143
- pointsShop: import(".").PointsShopState;
143
+ pointsShop: import("./customer/pointsShop").PointsShopState;
144
144
  qrcode: import("./customer").CustomerQRCodeState;
145
145
  rewards: import("./customer").CustomerRewardsState;
146
146
  thanx: import("./customer").CustomerThanxState;
@@ -213,7 +213,7 @@ export declare const selectCartIds: ((state: import("redux").EmptyObject & {
213
213
  loyalty: import("./customer").CustomerLoyaltyState;
214
214
  order: import("./customer").CustomerOrderState;
215
215
  orders: import("./customer").CustomerOrdersState;
216
- pointsShop: import(".").PointsShopState;
216
+ pointsShop: import("./customer/pointsShop").PointsShopState;
217
217
  qrcode: import("./customer").CustomerQRCodeState;
218
218
  rewards: import("./customer").CustomerRewardsState;
219
219
  thanx: import("./customer").CustomerThanxState;
@@ -281,7 +281,7 @@ export declare const selectMenuVars: ((state: import("redux").EmptyObject & {
281
281
  loyalty: import("./customer").CustomerLoyaltyState;
282
282
  order: import("./customer").CustomerOrderState;
283
283
  orders: import("./customer").CustomerOrdersState;
284
- pointsShop: import(".").PointsShopState;
284
+ pointsShop: import("./customer/pointsShop").PointsShopState;
285
285
  qrcode: import("./customer").CustomerQRCodeState;
286
286
  rewards: import("./customer").CustomerRewardsState;
287
287
  thanx: import("./customer").CustomerThanxState;
@@ -49,7 +49,7 @@ export declare const selectSelectedTagNames: ((state: import("redux").EmptyObjec
49
49
  loyalty: import("./customer").CustomerLoyaltyState;
50
50
  order: import("./customer").CustomerOrderState;
51
51
  orders: import("./customer").CustomerOrdersState;
52
- pointsShop: import(".").PointsShopState;
52
+ pointsShop: import("./customer/pointsShop").PointsShopState;
53
53
  qrcode: import("./customer").CustomerQRCodeState;
54
54
  rewards: import("./customer").CustomerRewardsState;
55
55
  thanx: import("./customer").CustomerThanxState;
@@ -22,7 +22,7 @@ export declare const useAppDispatch: () => import("redux-thunk").ThunkDispatch<i
22
22
  loyalty: import("..").CustomerLoyaltyState;
23
23
  order: import("..").CustomerOrderState;
24
24
  orders: import("..").CustomerOrdersState;
25
- pointsShop: import("..").PointsShopState;
25
+ pointsShop: import("../slices/customer/pointsShop").PointsShopState;
26
26
  qrcode: import("..").CustomerQRCodeState;
27
27
  rewards: import("..").CustomerRewardsState;
28
28
  thanx: import("..").CustomerThanxState;
@@ -21,7 +21,7 @@ export declare const appReducer: import("redux").Reducer<import("redux").Combine
21
21
  loyalty: import("../slices").CustomerLoyaltyState;
22
22
  order: import("../slices").CustomerOrderState;
23
23
  orders: import("../slices").CustomerOrdersState;
24
- pointsShop: import("../slices").PointsShopState;
24
+ pointsShop: import("../slices/customer/pointsShop").PointsShopState;
25
25
  qrcode: import("../slices").CustomerQRCodeState;
26
26
  rewards: import("../slices").CustomerRewardsState;
27
27
  thanx: import("../slices").CustomerThanxState;
@@ -80,7 +80,7 @@ declare const store: import("@reduxjs/toolkit/dist/configureStore").ToolkitStore
80
80
  loyalty: import("../slices").CustomerLoyaltyState;
81
81
  order: import("../slices").CustomerOrderState;
82
82
  orders: import("../slices").CustomerOrdersState;
83
- pointsShop: import("../slices").PointsShopState;
83
+ pointsShop: import("../slices/customer/pointsShop").PointsShopState;
84
84
  qrcode: import("../slices").CustomerQRCodeState;
85
85
  rewards: import("../slices").CustomerRewardsState;
86
86
  thanx: import("../slices").CustomerThanxState;
@@ -137,7 +137,7 @@ declare const store: import("@reduxjs/toolkit/dist/configureStore").ToolkitStore
137
137
  loyalty: import("../slices").CustomerLoyaltyState;
138
138
  order: import("../slices").CustomerOrderState;
139
139
  orders: import("../slices").CustomerOrdersState;
140
- pointsShop: import("../slices").PointsShopState;
140
+ pointsShop: import("../slices/customer/pointsShop").PointsShopState;
141
141
  qrcode: import("../slices").CustomerQRCodeState;
142
142
  rewards: import("../slices").CustomerRewardsState;
143
143
  thanx: import("../slices").CustomerThanxState;
@@ -49,7 +49,7 @@ export declare const selectSelectedAllergenNames: ((state: import("redux").Empty
49
49
  loyalty: import("./customer").CustomerLoyaltyState;
50
50
  order: import("./customer").CustomerOrderState;
51
51
  orders: import("./customer").CustomerOrdersState;
52
- pointsShop: import(".").PointsShopState;
52
+ pointsShop: import("./customer/pointsShop").PointsShopState;
53
53
  qrcode: import("./customer").CustomerQRCodeState;
54
54
  rewards: import("./customer").CustomerRewardsState;
55
55
  thanx: import("./customer").CustomerThanxState;
@@ -105,7 +105,7 @@ export declare const selectOptIns: ((state: import("redux").EmptyObject & {
105
105
  loyalty: import("./customer").CustomerLoyaltyState;
106
106
  order: import("./customer").CustomerOrderState;
107
107
  orders: import("./customer").CustomerOrdersState;
108
- pointsShop: import(".").PointsShopState;
108
+ pointsShop: import("./customer/pointsShop").PointsShopState;
109
109
  qrcode: import("./customer").CustomerQRCodeState;
110
110
  rewards: import("./customer").CustomerRewardsState;
111
111
  thanx: import("./customer").CustomerThanxState;
@@ -25,7 +25,6 @@ export * from './oneTimePasscode';
25
25
  export * from './order';
26
26
  export * from './orderFulfillment';
27
27
  export * from './orderRating';
28
- export * from './customer/pointsShop';
29
28
  export * from './posts';
30
29
  export * from './qr';
31
30
  export * from './resetPassword';
@@ -25,7 +25,6 @@ export * from './oneTimePasscode';
25
25
  export * from './order';
26
26
  export * from './orderFulfillment';
27
27
  export * from './orderRating';
28
- export * from './customer/pointsShop';
29
28
  export * from './posts';
30
29
  export * from './qr';
31
30
  export * from './resetPassword';
@@ -140,7 +140,7 @@ export declare const selectOrderLimits: ((state: import("redux").EmptyObject & {
140
140
  loyalty: import("./customer").CustomerLoyaltyState;
141
141
  order: import("./customer").CustomerOrderState;
142
142
  orders: import("./customer").CustomerOrdersState;
143
- pointsShop: import(".").PointsShopState;
143
+ pointsShop: import("./customer/pointsShop").PointsShopState;
144
144
  qrcode: import("./customer").CustomerQRCodeState;
145
145
  rewards: import("./customer").CustomerRewardsState;
146
146
  thanx: import("./customer").CustomerThanxState;
@@ -213,7 +213,7 @@ export declare const selectCartIds: ((state: import("redux").EmptyObject & {
213
213
  loyalty: import("./customer").CustomerLoyaltyState;
214
214
  order: import("./customer").CustomerOrderState;
215
215
  orders: import("./customer").CustomerOrdersState;
216
- pointsShop: import(".").PointsShopState;
216
+ pointsShop: import("./customer/pointsShop").PointsShopState;
217
217
  qrcode: import("./customer").CustomerQRCodeState;
218
218
  rewards: import("./customer").CustomerRewardsState;
219
219
  thanx: import("./customer").CustomerThanxState;
@@ -281,7 +281,7 @@ export declare const selectMenuVars: ((state: import("redux").EmptyObject & {
281
281
  loyalty: import("./customer").CustomerLoyaltyState;
282
282
  order: import("./customer").CustomerOrderState;
283
283
  orders: import("./customer").CustomerOrdersState;
284
- pointsShop: import(".").PointsShopState;
284
+ pointsShop: import("./customer/pointsShop").PointsShopState;
285
285
  qrcode: import("./customer").CustomerQRCodeState;
286
286
  rewards: import("./customer").CustomerRewardsState;
287
287
  thanx: import("./customer").CustomerThanxState;
@@ -49,7 +49,7 @@ export declare const selectSelectedTagNames: ((state: import("redux").EmptyObjec
49
49
  loyalty: import("./customer").CustomerLoyaltyState;
50
50
  order: import("./customer").CustomerOrderState;
51
51
  orders: import("./customer").CustomerOrdersState;
52
- pointsShop: import(".").PointsShopState;
52
+ pointsShop: import("./customer/pointsShop").PointsShopState;
53
53
  qrcode: import("./customer").CustomerQRCodeState;
54
54
  rewards: import("./customer").CustomerRewardsState;
55
55
  thanx: import("./customer").CustomerThanxState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/cloud",
3
- "version": "0.1.69",
3
+ "version": "0.1.70",
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",