@open-tender/cloud 0.4.13 → 0.4.15

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.
@@ -24,7 +24,7 @@ export declare const useAppDispatch: () => import("redux-thunk").ThunkDispatch<i
24
24
  order: import("..").CustomerOrderState;
25
25
  orders: import("..").CustomerOrdersState;
26
26
  pointsShop: import("..").PointsShopState;
27
- pointsShopV2: import("../slices/customer/pointsShopV2").PointsShopV2State;
27
+ pointsShopV2: import("..").PointsShopV2State;
28
28
  qrcode: import("..").CustomerQRCodeState;
29
29
  rewards: import("..").CustomerRewardsState;
30
30
  thanx: import("..").CustomerThanxState;
@@ -23,7 +23,7 @@ export declare const appReducer: import("redux").Reducer<import("redux").Combine
23
23
  order: import("../slices").CustomerOrderState;
24
24
  orders: import("../slices").CustomerOrdersState;
25
25
  pointsShop: import("../slices").PointsShopState;
26
- pointsShopV2: import("../slices/customer/pointsShopV2").PointsShopV2State;
26
+ pointsShopV2: import("../slices").PointsShopV2State;
27
27
  qrcode: import("../slices").CustomerQRCodeState;
28
28
  rewards: import("../slices").CustomerRewardsState;
29
29
  thanx: import("../slices").CustomerThanxState;
@@ -87,7 +87,7 @@ declare const store: import("@reduxjs/toolkit/dist/configureStore").ToolkitStore
87
87
  order: import("../slices").CustomerOrderState;
88
88
  orders: import("../slices").CustomerOrdersState;
89
89
  pointsShop: import("../slices").PointsShopState;
90
- pointsShopV2: import("../slices/customer/pointsShopV2").PointsShopV2State;
90
+ pointsShopV2: import("../slices").PointsShopV2State;
91
91
  qrcode: import("../slices").CustomerQRCodeState;
92
92
  rewards: import("../slices").CustomerRewardsState;
93
93
  thanx: import("../slices").CustomerThanxState;
@@ -149,7 +149,7 @@ declare const store: import("@reduxjs/toolkit/dist/configureStore").ToolkitStore
149
149
  order: import("../slices").CustomerOrderState;
150
150
  orders: import("../slices").CustomerOrdersState;
151
151
  pointsShop: import("../slices").PointsShopState;
152
- pointsShopV2: import("../slices/customer/pointsShopV2").PointsShopV2State;
152
+ pointsShopV2: import("../slices").PointsShopV2State;
153
153
  qrcode: import("../slices").CustomerQRCodeState;
154
154
  rewards: import("../slices").CustomerRewardsState;
155
155
  thanx: import("../slices").CustomerThanxState;
@@ -51,7 +51,7 @@ export declare const selectSelectedAllergenNames: ((state: import("redux").Empty
51
51
  order: import("./customer").CustomerOrderState;
52
52
  orders: import("./customer").CustomerOrdersState;
53
53
  pointsShop: import("./customer").PointsShopState;
54
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
54
+ pointsShopV2: import("./customer").PointsShopV2State;
55
55
  qrcode: import("./customer").CustomerQRCodeState;
56
56
  rewards: import("./customer").CustomerRewardsState;
57
57
  thanx: import("./customer").CustomerThanxState;
@@ -48,7 +48,7 @@ export declare const selectAnnouncementsPage: (page: AnnouncementPageType) => ((
48
48
  order: import("./customer").CustomerOrderState;
49
49
  orders: import("./customer").CustomerOrdersState;
50
50
  pointsShop: import("./customer").PointsShopState;
51
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
51
+ pointsShopV2: import("./customer").PointsShopV2State;
52
52
  qrcode: import("./customer").CustomerQRCodeState;
53
53
  rewards: import("./customer").CustomerRewardsState;
54
54
  thanx: import("./customer").CustomerThanxState;
@@ -129,7 +129,7 @@ export declare const selectHasAnnouncementsPage: (page: AnnouncementPageType) =>
129
129
  order: import("./customer").CustomerOrderState;
130
130
  orders: import("./customer").CustomerOrdersState;
131
131
  pointsShop: import("./customer").PointsShopState;
132
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
132
+ pointsShopV2: import("./customer").PointsShopV2State;
133
133
  qrcode: import("./customer").CustomerQRCodeState;
134
134
  rewards: import("./customer").CustomerRewardsState;
135
135
  thanx: import("./customer").CustomerThanxState;
@@ -111,7 +111,7 @@ export declare const selectOptIns: ((state: import("redux").EmptyObject & {
111
111
  order: import("./customer").CustomerOrderState;
112
112
  orders: import("./customer").CustomerOrdersState;
113
113
  pointsShop: import("./customer").PointsShopState;
114
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
114
+ pointsShopV2: import("./customer").PointsShopV2State;
115
115
  qrcode: import("./customer").CustomerQRCodeState;
116
116
  rewards: import("./customer").CustomerRewardsState;
117
117
  thanx: import("./customer").CustomerThanxState;
@@ -192,7 +192,7 @@ export declare const selectBottomTabsTitles: ((state: import("redux").EmptyObjec
192
192
  order: import("./customer").CustomerOrderState;
193
193
  orders: import("./customer").CustomerOrdersState;
194
194
  pointsShop: import("./customer").PointsShopState;
195
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
195
+ pointsShopV2: import("./customer").PointsShopV2State;
196
196
  qrcode: import("./customer").CustomerQRCodeState;
197
197
  rewards: import("./customer").CustomerRewardsState;
198
198
  thanx: import("./customer").CustomerThanxState;
@@ -35,6 +35,7 @@ export * from './loyalty';
35
35
  export * from './order';
36
36
  export * from './orders';
37
37
  export * from './pointsShop';
38
+ export * from './pointsShopV2';
38
39
  export * from './qrCode';
39
40
  export * from './rewards';
40
41
  export * from './thanx';
@@ -61,6 +61,7 @@ tslib_1.__exportStar(require("./loyalty"), exports);
61
61
  tslib_1.__exportStar(require("./order"), exports);
62
62
  tslib_1.__exportStar(require("./orders"), exports);
63
63
  tslib_1.__exportStar(require("./pointsShop"), exports);
64
+ tslib_1.__exportStar(require("./pointsShopV2"), exports);
64
65
  tslib_1.__exportStar(require("./qrCode"), exports);
65
66
  tslib_1.__exportStar(require("./rewards"), exports);
66
67
  tslib_1.__exportStar(require("./thanx"), exports);
@@ -34,5 +34,5 @@ export declare const exchangePointsShopRewardV2: import("@reduxjs/toolkit").Asyn
34
34
  rejectedMeta?: unknown;
35
35
  }>;
36
36
  export declare const resetPointsShopV2: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"pointsShop/resetPointsShop">;
37
- export declare const selectPointsShopV2: (state: AppState) => import("./pointsShop").PointsShopState;
37
+ export declare const selectPointsShopV2: (state: AppState) => PointsShopV2State;
38
38
  export declare const pointsShopV2Reducer: import("redux").Reducer<PointsShopV2State, import("redux").AnyAction>;
@@ -83,6 +83,6 @@ const pointsShopV2Slice = (0, toolkit_1.createSlice)({
83
83
  }
84
84
  });
85
85
  exports.resetPointsShopV2 = pointsShopV2Slice.actions.resetPointsShop;
86
- const selectPointsShopV2 = (state) => state.customer.pointsShop;
86
+ const selectPointsShopV2 = (state) => state.customer.pointsShopV2;
87
87
  exports.selectPointsShopV2 = selectPointsShopV2;
88
88
  exports.pointsShopV2Reducer = pointsShopV2Slice.reducer;
@@ -130,7 +130,7 @@ export declare const selectSpendingLimit: ((state: import("redux").EmptyObject &
130
130
  order: import("./customer").CustomerOrderState;
131
131
  orders: import("./customer").CustomerOrdersState;
132
132
  pointsShop: import("./customer").PointsShopState;
133
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
133
+ pointsShopV2: import("./customer").PointsShopV2State;
134
134
  qrcode: import("./customer").CustomerQRCodeState;
135
135
  rewards: import("./customer").CustomerRewardsState;
136
136
  thanx: import("./customer").CustomerThanxState;
@@ -200,7 +200,7 @@ export declare const selectGroupOrderClosed: ((state: import("redux").EmptyObjec
200
200
  order: import("./customer").CustomerOrderState;
201
201
  orders: import("./customer").CustomerOrdersState;
202
202
  pointsShop: import("./customer").PointsShopState;
203
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
203
+ pointsShopV2: import("./customer").PointsShopV2State;
204
204
  qrcode: import("./customer").CustomerQRCodeState;
205
205
  rewards: import("./customer").CustomerRewardsState;
206
206
  thanx: import("./customer").CustomerThanxState;
@@ -272,7 +272,7 @@ export declare const selectGroupOrderTests: ((state: import("redux").EmptyObject
272
272
  order: import("./customer").CustomerOrderState;
273
273
  orders: import("./customer").CustomerOrdersState;
274
274
  pointsShop: import("./customer").PointsShopState;
275
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
275
+ pointsShopV2: import("./customer").PointsShopV2State;
276
276
  qrcode: import("./customer").CustomerQRCodeState;
277
277
  rewards: import("./customer").CustomerRewardsState;
278
278
  thanx: import("./customer").CustomerThanxState;
@@ -353,7 +353,7 @@ export declare const selectGroupOrderPrepTimes: ((state: import("redux").EmptyOb
353
353
  order: import("./customer").CustomerOrderState;
354
354
  orders: import("./customer").CustomerOrdersState;
355
355
  pointsShop: import("./customer").PointsShopState;
356
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
356
+ pointsShopV2: import("./customer").PointsShopV2State;
357
357
  qrcode: import("./customer").CustomerQRCodeState;
358
358
  rewards: import("./customer").CustomerRewardsState;
359
359
  thanx: import("./customer").CustomerThanxState;
@@ -152,7 +152,7 @@ export declare const selectOrderLimits: ((state: import("redux").EmptyObject & {
152
152
  order: import("./customer").CustomerOrderState;
153
153
  orders: import("./customer").CustomerOrdersState;
154
154
  pointsShop: import("./customer").PointsShopState;
155
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
155
+ pointsShopV2: import("./customer").PointsShopV2State;
156
156
  qrcode: import("./customer").CustomerQRCodeState;
157
157
  rewards: import("./customer").CustomerRewardsState;
158
158
  thanx: import("./customer").CustomerThanxState;
@@ -230,7 +230,7 @@ export declare const selectCartIds: ((state: import("redux").EmptyObject & {
230
230
  order: import("./customer").CustomerOrderState;
231
231
  orders: import("./customer").CustomerOrdersState;
232
232
  pointsShop: import("./customer").PointsShopState;
233
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
233
+ pointsShopV2: import("./customer").PointsShopV2State;
234
234
  qrcode: import("./customer").CustomerQRCodeState;
235
235
  rewards: import("./customer").CustomerRewardsState;
236
236
  thanx: import("./customer").CustomerThanxState;
@@ -303,7 +303,7 @@ export declare const selectMenuVars: ((state: import("redux").EmptyObject & {
303
303
  order: import("./customer").CustomerOrderState;
304
304
  orders: import("./customer").CustomerOrdersState;
305
305
  pointsShop: import("./customer").PointsShopState;
306
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
306
+ pointsShopV2: import("./customer").PointsShopV2State;
307
307
  qrcode: import("./customer").CustomerQRCodeState;
308
308
  rewards: import("./customer").CustomerRewardsState;
309
309
  thanx: import("./customer").CustomerThanxState;
@@ -43,7 +43,7 @@ export declare const selectQuote: ((state: import("redux").EmptyObject & {
43
43
  order: import("./customer").CustomerOrderState;
44
44
  orders: import("./customer").CustomerOrdersState;
45
45
  pointsShop: import("./customer").PointsShopState;
46
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
46
+ pointsShopV2: import("./customer").PointsShopV2State;
47
47
  qrcode: import("./customer").CustomerQRCodeState;
48
48
  rewards: import("./customer").CustomerRewardsState;
49
49
  thanx: import("./customer").CustomerThanxState;
@@ -51,7 +51,7 @@ export declare const selectSelectedTagNames: ((state: import("redux").EmptyObjec
51
51
  order: import("./customer").CustomerOrderState;
52
52
  orders: import("./customer").CustomerOrdersState;
53
53
  pointsShop: import("./customer").PointsShopState;
54
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
54
+ pointsShopV2: import("./customer").PointsShopV2State;
55
55
  qrcode: import("./customer").CustomerQRCodeState;
56
56
  rewards: import("./customer").CustomerRewardsState;
57
57
  thanx: import("./customer").CustomerThanxState;
@@ -24,7 +24,7 @@ export declare const useAppDispatch: () => import("redux-thunk").ThunkDispatch<i
24
24
  order: import("..").CustomerOrderState;
25
25
  orders: import("..").CustomerOrdersState;
26
26
  pointsShop: import("..").PointsShopState;
27
- pointsShopV2: import("../slices/customer/pointsShopV2").PointsShopV2State;
27
+ pointsShopV2: import("..").PointsShopV2State;
28
28
  qrcode: import("..").CustomerQRCodeState;
29
29
  rewards: import("..").CustomerRewardsState;
30
30
  thanx: import("..").CustomerThanxState;
@@ -23,7 +23,7 @@ export declare const appReducer: import("redux").Reducer<import("redux").Combine
23
23
  order: import("../slices").CustomerOrderState;
24
24
  orders: import("../slices").CustomerOrdersState;
25
25
  pointsShop: import("../slices").PointsShopState;
26
- pointsShopV2: import("../slices/customer/pointsShopV2").PointsShopV2State;
26
+ pointsShopV2: import("../slices").PointsShopV2State;
27
27
  qrcode: import("../slices").CustomerQRCodeState;
28
28
  rewards: import("../slices").CustomerRewardsState;
29
29
  thanx: import("../slices").CustomerThanxState;
@@ -87,7 +87,7 @@ declare const store: import("@reduxjs/toolkit/dist/configureStore").ToolkitStore
87
87
  order: import("../slices").CustomerOrderState;
88
88
  orders: import("../slices").CustomerOrdersState;
89
89
  pointsShop: import("../slices").PointsShopState;
90
- pointsShopV2: import("../slices/customer/pointsShopV2").PointsShopV2State;
90
+ pointsShopV2: import("../slices").PointsShopV2State;
91
91
  qrcode: import("../slices").CustomerQRCodeState;
92
92
  rewards: import("../slices").CustomerRewardsState;
93
93
  thanx: import("../slices").CustomerThanxState;
@@ -149,7 +149,7 @@ declare const store: import("@reduxjs/toolkit/dist/configureStore").ToolkitStore
149
149
  order: import("../slices").CustomerOrderState;
150
150
  orders: import("../slices").CustomerOrdersState;
151
151
  pointsShop: import("../slices").PointsShopState;
152
- pointsShopV2: import("../slices/customer/pointsShopV2").PointsShopV2State;
152
+ pointsShopV2: import("../slices").PointsShopV2State;
153
153
  qrcode: import("../slices").CustomerQRCodeState;
154
154
  rewards: import("../slices").CustomerRewardsState;
155
155
  thanx: import("../slices").CustomerThanxState;
@@ -51,7 +51,7 @@ export declare const selectSelectedAllergenNames: ((state: import("redux").Empty
51
51
  order: import("./customer").CustomerOrderState;
52
52
  orders: import("./customer").CustomerOrdersState;
53
53
  pointsShop: import("./customer").PointsShopState;
54
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
54
+ pointsShopV2: import("./customer").PointsShopV2State;
55
55
  qrcode: import("./customer").CustomerQRCodeState;
56
56
  rewards: import("./customer").CustomerRewardsState;
57
57
  thanx: import("./customer").CustomerThanxState;
@@ -48,7 +48,7 @@ export declare const selectAnnouncementsPage: (page: AnnouncementPageType) => ((
48
48
  order: import("./customer").CustomerOrderState;
49
49
  orders: import("./customer").CustomerOrdersState;
50
50
  pointsShop: import("./customer").PointsShopState;
51
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
51
+ pointsShopV2: import("./customer").PointsShopV2State;
52
52
  qrcode: import("./customer").CustomerQRCodeState;
53
53
  rewards: import("./customer").CustomerRewardsState;
54
54
  thanx: import("./customer").CustomerThanxState;
@@ -129,7 +129,7 @@ export declare const selectHasAnnouncementsPage: (page: AnnouncementPageType) =>
129
129
  order: import("./customer").CustomerOrderState;
130
130
  orders: import("./customer").CustomerOrdersState;
131
131
  pointsShop: import("./customer").PointsShopState;
132
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
132
+ pointsShopV2: import("./customer").PointsShopV2State;
133
133
  qrcode: import("./customer").CustomerQRCodeState;
134
134
  rewards: import("./customer").CustomerRewardsState;
135
135
  thanx: import("./customer").CustomerThanxState;
@@ -111,7 +111,7 @@ export declare const selectOptIns: ((state: import("redux").EmptyObject & {
111
111
  order: import("./customer").CustomerOrderState;
112
112
  orders: import("./customer").CustomerOrdersState;
113
113
  pointsShop: import("./customer").PointsShopState;
114
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
114
+ pointsShopV2: import("./customer").PointsShopV2State;
115
115
  qrcode: import("./customer").CustomerQRCodeState;
116
116
  rewards: import("./customer").CustomerRewardsState;
117
117
  thanx: import("./customer").CustomerThanxState;
@@ -192,7 +192,7 @@ export declare const selectBottomTabsTitles: ((state: import("redux").EmptyObjec
192
192
  order: import("./customer").CustomerOrderState;
193
193
  orders: import("./customer").CustomerOrdersState;
194
194
  pointsShop: import("./customer").PointsShopState;
195
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
195
+ pointsShopV2: import("./customer").PointsShopV2State;
196
196
  qrcode: import("./customer").CustomerQRCodeState;
197
197
  rewards: import("./customer").CustomerRewardsState;
198
198
  thanx: import("./customer").CustomerThanxState;
@@ -35,6 +35,7 @@ export * from './loyalty';
35
35
  export * from './order';
36
36
  export * from './orders';
37
37
  export * from './pointsShop';
38
+ export * from './pointsShopV2';
38
39
  export * from './qrCode';
39
40
  export * from './rewards';
40
41
  export * from './thanx';
@@ -57,6 +57,7 @@ export * from './loyalty';
57
57
  export * from './order';
58
58
  export * from './orders';
59
59
  export * from './pointsShop';
60
+ export * from './pointsShopV2';
60
61
  export * from './qrCode';
61
62
  export * from './rewards';
62
63
  export * from './thanx';
@@ -34,5 +34,5 @@ export declare const exchangePointsShopRewardV2: import("@reduxjs/toolkit").Asyn
34
34
  rejectedMeta?: unknown;
35
35
  }>;
36
36
  export declare const resetPointsShopV2: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"pointsShop/resetPointsShop">;
37
- export declare const selectPointsShopV2: (state: AppState) => import("./pointsShop").PointsShopState;
37
+ export declare const selectPointsShopV2: (state: AppState) => PointsShopV2State;
38
38
  export declare const pointsShopV2Reducer: import("redux").Reducer<PointsShopV2State, import("redux").AnyAction>;
@@ -80,5 +80,5 @@ const pointsShopV2Slice = createSlice({
80
80
  }
81
81
  });
82
82
  export const { resetPointsShop: resetPointsShopV2 } = pointsShopV2Slice.actions;
83
- export const selectPointsShopV2 = (state) => state.customer.pointsShop;
83
+ export const selectPointsShopV2 = (state) => state.customer.pointsShopV2;
84
84
  export const pointsShopV2Reducer = pointsShopV2Slice.reducer;
@@ -130,7 +130,7 @@ export declare const selectSpendingLimit: ((state: import("redux").EmptyObject &
130
130
  order: import("./customer").CustomerOrderState;
131
131
  orders: import("./customer").CustomerOrdersState;
132
132
  pointsShop: import("./customer").PointsShopState;
133
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
133
+ pointsShopV2: import("./customer").PointsShopV2State;
134
134
  qrcode: import("./customer").CustomerQRCodeState;
135
135
  rewards: import("./customer").CustomerRewardsState;
136
136
  thanx: import("./customer").CustomerThanxState;
@@ -200,7 +200,7 @@ export declare const selectGroupOrderClosed: ((state: import("redux").EmptyObjec
200
200
  order: import("./customer").CustomerOrderState;
201
201
  orders: import("./customer").CustomerOrdersState;
202
202
  pointsShop: import("./customer").PointsShopState;
203
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
203
+ pointsShopV2: import("./customer").PointsShopV2State;
204
204
  qrcode: import("./customer").CustomerQRCodeState;
205
205
  rewards: import("./customer").CustomerRewardsState;
206
206
  thanx: import("./customer").CustomerThanxState;
@@ -272,7 +272,7 @@ export declare const selectGroupOrderTests: ((state: import("redux").EmptyObject
272
272
  order: import("./customer").CustomerOrderState;
273
273
  orders: import("./customer").CustomerOrdersState;
274
274
  pointsShop: import("./customer").PointsShopState;
275
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
275
+ pointsShopV2: import("./customer").PointsShopV2State;
276
276
  qrcode: import("./customer").CustomerQRCodeState;
277
277
  rewards: import("./customer").CustomerRewardsState;
278
278
  thanx: import("./customer").CustomerThanxState;
@@ -353,7 +353,7 @@ export declare const selectGroupOrderPrepTimes: ((state: import("redux").EmptyOb
353
353
  order: import("./customer").CustomerOrderState;
354
354
  orders: import("./customer").CustomerOrdersState;
355
355
  pointsShop: import("./customer").PointsShopState;
356
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
356
+ pointsShopV2: import("./customer").PointsShopV2State;
357
357
  qrcode: import("./customer").CustomerQRCodeState;
358
358
  rewards: import("./customer").CustomerRewardsState;
359
359
  thanx: import("./customer").CustomerThanxState;
@@ -152,7 +152,7 @@ export declare const selectOrderLimits: ((state: import("redux").EmptyObject & {
152
152
  order: import("./customer").CustomerOrderState;
153
153
  orders: import("./customer").CustomerOrdersState;
154
154
  pointsShop: import("./customer").PointsShopState;
155
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
155
+ pointsShopV2: import("./customer").PointsShopV2State;
156
156
  qrcode: import("./customer").CustomerQRCodeState;
157
157
  rewards: import("./customer").CustomerRewardsState;
158
158
  thanx: import("./customer").CustomerThanxState;
@@ -230,7 +230,7 @@ export declare const selectCartIds: ((state: import("redux").EmptyObject & {
230
230
  order: import("./customer").CustomerOrderState;
231
231
  orders: import("./customer").CustomerOrdersState;
232
232
  pointsShop: import("./customer").PointsShopState;
233
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
233
+ pointsShopV2: import("./customer").PointsShopV2State;
234
234
  qrcode: import("./customer").CustomerQRCodeState;
235
235
  rewards: import("./customer").CustomerRewardsState;
236
236
  thanx: import("./customer").CustomerThanxState;
@@ -303,7 +303,7 @@ export declare const selectMenuVars: ((state: import("redux").EmptyObject & {
303
303
  order: import("./customer").CustomerOrderState;
304
304
  orders: import("./customer").CustomerOrdersState;
305
305
  pointsShop: import("./customer").PointsShopState;
306
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
306
+ pointsShopV2: import("./customer").PointsShopV2State;
307
307
  qrcode: import("./customer").CustomerQRCodeState;
308
308
  rewards: import("./customer").CustomerRewardsState;
309
309
  thanx: import("./customer").CustomerThanxState;
@@ -43,7 +43,7 @@ export declare const selectQuote: ((state: import("redux").EmptyObject & {
43
43
  order: import("./customer").CustomerOrderState;
44
44
  orders: import("./customer").CustomerOrdersState;
45
45
  pointsShop: import("./customer").PointsShopState;
46
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
46
+ pointsShopV2: import("./customer").PointsShopV2State;
47
47
  qrcode: import("./customer").CustomerQRCodeState;
48
48
  rewards: import("./customer").CustomerRewardsState;
49
49
  thanx: import("./customer").CustomerThanxState;
@@ -51,7 +51,7 @@ export declare const selectSelectedTagNames: ((state: import("redux").EmptyObjec
51
51
  order: import("./customer").CustomerOrderState;
52
52
  orders: import("./customer").CustomerOrdersState;
53
53
  pointsShop: import("./customer").PointsShopState;
54
- pointsShopV2: import("./customer/pointsShopV2").PointsShopV2State;
54
+ pointsShopV2: import("./customer").PointsShopV2State;
55
55
  qrcode: import("./customer").CustomerQRCodeState;
56
56
  rewards: import("./customer").CustomerRewardsState;
57
57
  thanx: import("./customer").CustomerThanxState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/cloud",
3
- "version": "0.4.13",
3
+ "version": "0.4.15",
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",