@open-tender/cloud 0.0.100 → 0.0.102
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/checkout.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/esm/app/hooks.d.ts +1 -1
- package/dist/esm/app/store.d.ts +3 -3
- package/dist/esm/slices/checkout.d.ts +1 -1
- package/dist/esm/slices/customer/index.d.ts +1 -0
- package/dist/esm/slices/customer/index.js +1 -0
- package/package.json +1 -1
package/dist/cjs/app/hooks.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export declare const useAppDispatch: () => import("redux-thunk").ThunkDispatch<i
|
|
|
20
20
|
groupOrders: import("..").CustomerGroupOrdersState;
|
|
21
21
|
houseAccounts: import("..").CustomerHouseAccountsState;
|
|
22
22
|
rewards: import("..").CustomerRewardsState;
|
|
23
|
-
qrcode: import("
|
|
23
|
+
qrcode: import("..").CustomerQRCodeState;
|
|
24
24
|
thanx: import("..").CustomerThanxState;
|
|
25
25
|
levelup: import("../slices/customer/levelup").CustomerLevelUpState;
|
|
26
26
|
}>;
|
package/dist/cjs/app/store.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ export declare const appReducer: import("redux").Reducer<import("redux").Combine
|
|
|
19
19
|
groupOrders: import("../slices").CustomerGroupOrdersState;
|
|
20
20
|
houseAccounts: import("../slices").CustomerHouseAccountsState;
|
|
21
21
|
rewards: import("../slices").CustomerRewardsState;
|
|
22
|
-
qrcode: import("../slices
|
|
22
|
+
qrcode: import("../slices").CustomerQRCodeState;
|
|
23
23
|
thanx: import("../slices").CustomerThanxState;
|
|
24
24
|
levelup: import("../slices/customer/levelup").CustomerLevelUpState;
|
|
25
25
|
}>;
|
|
@@ -71,7 +71,7 @@ declare const store: import("@reduxjs/toolkit").EnhancedStore<import("redux").Co
|
|
|
71
71
|
groupOrders: import("../slices").CustomerGroupOrdersState;
|
|
72
72
|
houseAccounts: import("../slices").CustomerHouseAccountsState;
|
|
73
73
|
rewards: import("../slices").CustomerRewardsState;
|
|
74
|
-
qrcode: import("../slices
|
|
74
|
+
qrcode: import("../slices").CustomerQRCodeState;
|
|
75
75
|
thanx: import("../slices").CustomerThanxState;
|
|
76
76
|
levelup: import("../slices/customer/levelup").CustomerLevelUpState;
|
|
77
77
|
}>;
|
|
@@ -121,7 +121,7 @@ declare const store: import("@reduxjs/toolkit").EnhancedStore<import("redux").Co
|
|
|
121
121
|
groupOrders: import("../slices").CustomerGroupOrdersState;
|
|
122
122
|
houseAccounts: import("../slices").CustomerHouseAccountsState;
|
|
123
123
|
rewards: import("../slices").CustomerRewardsState;
|
|
124
|
-
qrcode: import("../slices
|
|
124
|
+
qrcode: import("../slices").CustomerQRCodeState;
|
|
125
125
|
thanx: import("../slices").CustomerThanxState;
|
|
126
126
|
levelup: import("../slices/customer/levelup").CustomerLevelUpState;
|
|
127
127
|
}>;
|
|
@@ -26,7 +26,7 @@ export declare const submitOrder: import("@reduxjs/toolkit").AsyncThunk<Complete
|
|
|
26
26
|
state: AppState;
|
|
27
27
|
rejectValue: any;
|
|
28
28
|
}>;
|
|
29
|
-
export declare const submitOrderPay: import("@reduxjs/toolkit").AsyncThunk<CompletedOrder, boolean, {
|
|
29
|
+
export declare const submitOrderPay: import("@reduxjs/toolkit").AsyncThunk<CompletedOrder, boolean | undefined, {
|
|
30
30
|
state: AppState;
|
|
31
31
|
rejectValue: any;
|
|
32
32
|
}>;
|
|
@@ -55,3 +55,4 @@ tslib_1.__exportStar(require("./rewards"), exports);
|
|
|
55
55
|
tslib_1.__exportStar(require("./thanx"), exports);
|
|
56
56
|
tslib_1.__exportStar(require("./order"), exports);
|
|
57
57
|
tslib_1.__exportStar(require("./houseAccounts"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./qrCode"), exports);
|
package/dist/esm/app/hooks.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export declare const useAppDispatch: () => import("redux-thunk").ThunkDispatch<i
|
|
|
20
20
|
groupOrders: import("..").CustomerGroupOrdersState;
|
|
21
21
|
houseAccounts: import("..").CustomerHouseAccountsState;
|
|
22
22
|
rewards: import("..").CustomerRewardsState;
|
|
23
|
-
qrcode: import("
|
|
23
|
+
qrcode: import("..").CustomerQRCodeState;
|
|
24
24
|
thanx: import("..").CustomerThanxState;
|
|
25
25
|
levelup: import("../slices/customer/levelup").CustomerLevelUpState;
|
|
26
26
|
}>;
|
package/dist/esm/app/store.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ export declare const appReducer: import("redux").Reducer<import("redux").Combine
|
|
|
19
19
|
groupOrders: import("../slices").CustomerGroupOrdersState;
|
|
20
20
|
houseAccounts: import("../slices").CustomerHouseAccountsState;
|
|
21
21
|
rewards: import("../slices").CustomerRewardsState;
|
|
22
|
-
qrcode: import("../slices
|
|
22
|
+
qrcode: import("../slices").CustomerQRCodeState;
|
|
23
23
|
thanx: import("../slices").CustomerThanxState;
|
|
24
24
|
levelup: import("../slices/customer/levelup").CustomerLevelUpState;
|
|
25
25
|
}>;
|
|
@@ -71,7 +71,7 @@ declare const store: import("@reduxjs/toolkit").EnhancedStore<import("redux").Co
|
|
|
71
71
|
groupOrders: import("../slices").CustomerGroupOrdersState;
|
|
72
72
|
houseAccounts: import("../slices").CustomerHouseAccountsState;
|
|
73
73
|
rewards: import("../slices").CustomerRewardsState;
|
|
74
|
-
qrcode: import("../slices
|
|
74
|
+
qrcode: import("../slices").CustomerQRCodeState;
|
|
75
75
|
thanx: import("../slices").CustomerThanxState;
|
|
76
76
|
levelup: import("../slices/customer/levelup").CustomerLevelUpState;
|
|
77
77
|
}>;
|
|
@@ -121,7 +121,7 @@ declare const store: import("@reduxjs/toolkit").EnhancedStore<import("redux").Co
|
|
|
121
121
|
groupOrders: import("../slices").CustomerGroupOrdersState;
|
|
122
122
|
houseAccounts: import("../slices").CustomerHouseAccountsState;
|
|
123
123
|
rewards: import("../slices").CustomerRewardsState;
|
|
124
|
-
qrcode: import("../slices
|
|
124
|
+
qrcode: import("../slices").CustomerQRCodeState;
|
|
125
125
|
thanx: import("../slices").CustomerThanxState;
|
|
126
126
|
levelup: import("../slices/customer/levelup").CustomerLevelUpState;
|
|
127
127
|
}>;
|
|
@@ -26,7 +26,7 @@ export declare const submitOrder: import("@reduxjs/toolkit").AsyncThunk<Complete
|
|
|
26
26
|
state: AppState;
|
|
27
27
|
rejectValue: any;
|
|
28
28
|
}>;
|
|
29
|
-
export declare const submitOrderPay: import("@reduxjs/toolkit").AsyncThunk<CompletedOrder, boolean, {
|
|
29
|
+
export declare const submitOrderPay: import("@reduxjs/toolkit").AsyncThunk<CompletedOrder, boolean | undefined, {
|
|
30
30
|
state: AppState;
|
|
31
31
|
rejectValue: any;
|
|
32
32
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-tender/cloud",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.102",
|
|
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",
|