@open-tender/cloud 0.4.13 → 0.4.14
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.
- package/dist/cjs/app/hooks.d.ts +1 -1
- package/dist/cjs/app/store.d.ts +3 -3
- package/dist/cjs/slices/allergens.d.ts +1 -1
- package/dist/cjs/slices/announcements.d.ts +2 -2
- package/dist/cjs/slices/config.d.ts +2 -2
- package/dist/cjs/slices/customer/index.d.ts +1 -0
- package/dist/cjs/slices/customer/index.js +1 -0
- package/dist/cjs/slices/groupOrder.d.ts +4 -4
- package/dist/cjs/slices/order.d.ts +3 -3
- package/dist/cjs/slices/quote.d.ts +1 -1
- package/dist/cjs/slices/tags.d.ts +1 -1
- package/dist/esm/app/hooks.d.ts +1 -1
- package/dist/esm/app/store.d.ts +3 -3
- package/dist/esm/slices/allergens.d.ts +1 -1
- package/dist/esm/slices/announcements.d.ts +2 -2
- package/dist/esm/slices/config.d.ts +2 -2
- package/dist/esm/slices/customer/index.d.ts +1 -0
- package/dist/esm/slices/customer/index.js +1 -0
- package/dist/esm/slices/groupOrder.d.ts +4 -4
- package/dist/esm/slices/order.d.ts +3 -3
- package/dist/esm/slices/quote.d.ts +1 -1
- package/dist/esm/slices/tags.d.ts +1 -1
- package/package.json +1 -1
package/dist/cjs/app/hooks.d.ts
CHANGED
|
@@ -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("
|
|
27
|
+
pointsShopV2: import("..").PointsShopV2State;
|
|
28
28
|
qrcode: import("..").CustomerQRCodeState;
|
|
29
29
|
rewards: import("..").CustomerRewardsState;
|
|
30
30
|
thanx: import("..").CustomerThanxState;
|
package/dist/cjs/app/store.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
195
|
+
pointsShopV2: import("./customer").PointsShopV2State;
|
|
196
196
|
qrcode: import("./customer").CustomerQRCodeState;
|
|
197
197
|
rewards: import("./customer").CustomerRewardsState;
|
|
198
198
|
thanx: import("./customer").CustomerThanxState;
|
|
@@ -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);
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
54
|
+
pointsShopV2: import("./customer").PointsShopV2State;
|
|
55
55
|
qrcode: import("./customer").CustomerQRCodeState;
|
|
56
56
|
rewards: import("./customer").CustomerRewardsState;
|
|
57
57
|
thanx: import("./customer").CustomerThanxState;
|
package/dist/esm/app/hooks.d.ts
CHANGED
|
@@ -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("
|
|
27
|
+
pointsShopV2: import("..").PointsShopV2State;
|
|
28
28
|
qrcode: import("..").CustomerQRCodeState;
|
|
29
29
|
rewards: import("..").CustomerRewardsState;
|
|
30
30
|
thanx: import("..").CustomerThanxState;
|
package/dist/esm/app/store.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
195
|
+
pointsShopV2: import("./customer").PointsShopV2State;
|
|
196
196
|
qrcode: import("./customer").CustomerQRCodeState;
|
|
197
197
|
rewards: import("./customer").CustomerRewardsState;
|
|
198
198
|
thanx: import("./customer").CustomerThanxState;
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
3
|
+
"version": "0.4.14",
|
|
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",
|