@open-tender/cloud 0.1.74 → 0.1.75
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/config.d.ts +1 -1
- package/dist/cjs/slices/customer/index.d.ts +1 -0
- package/dist/cjs/slices/customer/index.js +1 -0
- package/dist/cjs/slices/order.d.ts +3 -3
- 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/config.d.ts +1 -1
- package/dist/esm/slices/customer/index.d.ts +1 -0
- package/dist/esm/slices/customer/index.js +1 -0
- package/dist/esm/slices/order.d.ts +3 -3
- package/dist/esm/slices/tags.d.ts +1 -1
- package/package.json +1 -1
package/dist/cjs/app/hooks.d.ts
CHANGED
|
@@ -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("
|
|
25
|
+
pointsShop: import("..").PointsShopState;
|
|
26
26
|
qrcode: import("..").CustomerQRCodeState;
|
|
27
27
|
rewards: import("..").CustomerRewardsState;
|
|
28
28
|
thanx: import("..").CustomerThanxState;
|
package/dist/cjs/app/store.d.ts
CHANGED
|
@@ -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
|
|
24
|
+
pointsShop: import("../slices").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
|
|
83
|
+
pointsShop: import("../slices").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
|
|
140
|
+
pointsShop: import("../slices").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("./customer
|
|
52
|
+
pointsShop: import("./customer").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("./customer
|
|
108
|
+
pointsShop: import("./customer").PointsShopState;
|
|
109
109
|
qrcode: import("./customer").CustomerQRCodeState;
|
|
110
110
|
rewards: import("./customer").CustomerRewardsState;
|
|
111
111
|
thanx: import("./customer").CustomerThanxState;
|
|
@@ -55,6 +55,7 @@ tslib_1.__exportStar(require("./houseAccounts"), exports);
|
|
|
55
55
|
tslib_1.__exportStar(require("./loyalty"), exports);
|
|
56
56
|
tslib_1.__exportStar(require("./order"), exports);
|
|
57
57
|
tslib_1.__exportStar(require("./orders"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./pointsShop"), exports);
|
|
58
59
|
tslib_1.__exportStar(require("./qrCode"), exports);
|
|
59
60
|
tslib_1.__exportStar(require("./rewards"), exports);
|
|
60
61
|
tslib_1.__exportStar(require("./thanx"), exports);
|
|
@@ -150,7 +150,7 @@ export declare const selectOrderLimits: ((state: import("redux").EmptyObject & {
|
|
|
150
150
|
loyalty: import("./customer").CustomerLoyaltyState;
|
|
151
151
|
order: import("./customer").CustomerOrderState;
|
|
152
152
|
orders: import("./customer").CustomerOrdersState;
|
|
153
|
-
pointsShop: import("./customer
|
|
153
|
+
pointsShop: import("./customer").PointsShopState;
|
|
154
154
|
qrcode: import("./customer").CustomerQRCodeState;
|
|
155
155
|
rewards: import("./customer").CustomerRewardsState;
|
|
156
156
|
thanx: import("./customer").CustomerThanxState;
|
|
@@ -223,7 +223,7 @@ export declare const selectCartIds: ((state: import("redux").EmptyObject & {
|
|
|
223
223
|
loyalty: import("./customer").CustomerLoyaltyState;
|
|
224
224
|
order: import("./customer").CustomerOrderState;
|
|
225
225
|
orders: import("./customer").CustomerOrdersState;
|
|
226
|
-
pointsShop: import("./customer
|
|
226
|
+
pointsShop: import("./customer").PointsShopState;
|
|
227
227
|
qrcode: import("./customer").CustomerQRCodeState;
|
|
228
228
|
rewards: import("./customer").CustomerRewardsState;
|
|
229
229
|
thanx: import("./customer").CustomerThanxState;
|
|
@@ -291,7 +291,7 @@ export declare const selectMenuVars: ((state: import("redux").EmptyObject & {
|
|
|
291
291
|
loyalty: import("./customer").CustomerLoyaltyState;
|
|
292
292
|
order: import("./customer").CustomerOrderState;
|
|
293
293
|
orders: import("./customer").CustomerOrdersState;
|
|
294
|
-
pointsShop: import("./customer
|
|
294
|
+
pointsShop: import("./customer").PointsShopState;
|
|
295
295
|
qrcode: import("./customer").CustomerQRCodeState;
|
|
296
296
|
rewards: import("./customer").CustomerRewardsState;
|
|
297
297
|
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("./customer
|
|
52
|
+
pointsShop: import("./customer").PointsShopState;
|
|
53
53
|
qrcode: import("./customer").CustomerQRCodeState;
|
|
54
54
|
rewards: import("./customer").CustomerRewardsState;
|
|
55
55
|
thanx: import("./customer").CustomerThanxState;
|
package/dist/esm/app/hooks.d.ts
CHANGED
|
@@ -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("
|
|
25
|
+
pointsShop: import("..").PointsShopState;
|
|
26
26
|
qrcode: import("..").CustomerQRCodeState;
|
|
27
27
|
rewards: import("..").CustomerRewardsState;
|
|
28
28
|
thanx: import("..").CustomerThanxState;
|
package/dist/esm/app/store.d.ts
CHANGED
|
@@ -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
|
|
24
|
+
pointsShop: import("../slices").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
|
|
83
|
+
pointsShop: import("../slices").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
|
|
140
|
+
pointsShop: import("../slices").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("./customer
|
|
52
|
+
pointsShop: import("./customer").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("./customer
|
|
108
|
+
pointsShop: import("./customer").PointsShopState;
|
|
109
109
|
qrcode: import("./customer").CustomerQRCodeState;
|
|
110
110
|
rewards: import("./customer").CustomerRewardsState;
|
|
111
111
|
thanx: import("./customer").CustomerThanxState;
|
|
@@ -150,7 +150,7 @@ export declare const selectOrderLimits: ((state: import("redux").EmptyObject & {
|
|
|
150
150
|
loyalty: import("./customer").CustomerLoyaltyState;
|
|
151
151
|
order: import("./customer").CustomerOrderState;
|
|
152
152
|
orders: import("./customer").CustomerOrdersState;
|
|
153
|
-
pointsShop: import("./customer
|
|
153
|
+
pointsShop: import("./customer").PointsShopState;
|
|
154
154
|
qrcode: import("./customer").CustomerQRCodeState;
|
|
155
155
|
rewards: import("./customer").CustomerRewardsState;
|
|
156
156
|
thanx: import("./customer").CustomerThanxState;
|
|
@@ -223,7 +223,7 @@ export declare const selectCartIds: ((state: import("redux").EmptyObject & {
|
|
|
223
223
|
loyalty: import("./customer").CustomerLoyaltyState;
|
|
224
224
|
order: import("./customer").CustomerOrderState;
|
|
225
225
|
orders: import("./customer").CustomerOrdersState;
|
|
226
|
-
pointsShop: import("./customer
|
|
226
|
+
pointsShop: import("./customer").PointsShopState;
|
|
227
227
|
qrcode: import("./customer").CustomerQRCodeState;
|
|
228
228
|
rewards: import("./customer").CustomerRewardsState;
|
|
229
229
|
thanx: import("./customer").CustomerThanxState;
|
|
@@ -291,7 +291,7 @@ export declare const selectMenuVars: ((state: import("redux").EmptyObject & {
|
|
|
291
291
|
loyalty: import("./customer").CustomerLoyaltyState;
|
|
292
292
|
order: import("./customer").CustomerOrderState;
|
|
293
293
|
orders: import("./customer").CustomerOrdersState;
|
|
294
|
-
pointsShop: import("./customer
|
|
294
|
+
pointsShop: import("./customer").PointsShopState;
|
|
295
295
|
qrcode: import("./customer").CustomerQRCodeState;
|
|
296
296
|
rewards: import("./customer").CustomerRewardsState;
|
|
297
297
|
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("./customer
|
|
52
|
+
pointsShop: import("./customer").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.
|
|
3
|
+
"version": "0.1.75",
|
|
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",
|