@open-tender/cloud 0.0.10 → 0.0.11

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.
@@ -21,7 +21,7 @@ export declare const useAppDispatch: () => import("redux-thunk").ThunkDispatch<i
21
21
  houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
22
22
  rewards: import("..").CustomerRewardsState;
23
23
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
24
- thanx: import("../slices/customer/thanx").CustomerThanxState;
24
+ thanx: import("..").CustomerThanxState;
25
25
  levelup: import("../slices/customer/levelup").CustomerLevelUpState;
26
26
  }>;
27
27
  signUp: import("..").SignUpState;
@@ -20,7 +20,7 @@ export declare const appReducer: import("redux").Reducer<import("redux").Combine
20
20
  houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
21
21
  rewards: import("../slices").CustomerRewardsState;
22
22
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
23
- thanx: import("../slices/customer/thanx").CustomerThanxState;
23
+ thanx: import("../slices").CustomerThanxState;
24
24
  levelup: import("../slices/customer/levelup").CustomerLevelUpState;
25
25
  }>;
26
26
  signUp: import("../slices").SignUpState;
@@ -72,7 +72,7 @@ declare const store: import("@reduxjs/toolkit").EnhancedStore<import("redux").Co
72
72
  houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
73
73
  rewards: import("../slices").CustomerRewardsState;
74
74
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
75
- thanx: import("../slices/customer/thanx").CustomerThanxState;
75
+ thanx: import("../slices").CustomerThanxState;
76
76
  levelup: import("../slices/customer/levelup").CustomerLevelUpState;
77
77
  }>;
78
78
  signUp: import("../slices").SignUpState;
@@ -122,7 +122,7 @@ declare const store: import("@reduxjs/toolkit").EnhancedStore<import("redux").Co
122
122
  houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
123
123
  rewards: import("../slices").CustomerRewardsState;
124
124
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
125
- thanx: import("../slices/customer/thanx").CustomerThanxState;
125
+ thanx: import("../slices").CustomerThanxState;
126
126
  levelup: import("../slices/customer/levelup").CustomerLevelUpState;
127
127
  }>;
128
128
  signUp: import("../slices").SignUpState;
@@ -29,3 +29,4 @@ export * from './orders';
29
29
  export * from './loyalty';
30
30
  export * from './groupOrders';
31
31
  export * from './rewards';
32
+ export * from './thanx';
@@ -52,3 +52,4 @@ tslib_1.__exportStar(require("./orders"), exports);
52
52
  tslib_1.__exportStar(require("./loyalty"), exports);
53
53
  tslib_1.__exportStar(require("./groupOrders"), exports);
54
54
  tslib_1.__exportStar(require("./rewards"), exports);
55
+ tslib_1.__exportStar(require("./thanx"), exports);
@@ -21,7 +21,7 @@ export declare const useAppDispatch: () => import("redux-thunk").ThunkDispatch<i
21
21
  houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
22
22
  rewards: import("..").CustomerRewardsState;
23
23
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
24
- thanx: import("../slices/customer/thanx").CustomerThanxState;
24
+ thanx: import("..").CustomerThanxState;
25
25
  levelup: import("../slices/customer/levelup").CustomerLevelUpState;
26
26
  }>;
27
27
  signUp: import("..").SignUpState;
@@ -20,7 +20,7 @@ export declare const appReducer: import("redux").Reducer<import("redux").Combine
20
20
  houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
21
21
  rewards: import("../slices").CustomerRewardsState;
22
22
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
23
- thanx: import("../slices/customer/thanx").CustomerThanxState;
23
+ thanx: import("../slices").CustomerThanxState;
24
24
  levelup: import("../slices/customer/levelup").CustomerLevelUpState;
25
25
  }>;
26
26
  signUp: import("../slices").SignUpState;
@@ -72,7 +72,7 @@ declare const store: import("@reduxjs/toolkit").EnhancedStore<import("redux").Co
72
72
  houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
73
73
  rewards: import("../slices").CustomerRewardsState;
74
74
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
75
- thanx: import("../slices/customer/thanx").CustomerThanxState;
75
+ thanx: import("../slices").CustomerThanxState;
76
76
  levelup: import("../slices/customer/levelup").CustomerLevelUpState;
77
77
  }>;
78
78
  signUp: import("../slices").SignUpState;
@@ -122,7 +122,7 @@ declare const store: import("@reduxjs/toolkit").EnhancedStore<import("redux").Co
122
122
  houseAccounts: import("../slices/customer/houseAccounts").CustomerHouseAccountsState;
123
123
  rewards: import("../slices").CustomerRewardsState;
124
124
  qrcode: import("../slices/customer/qrCode").CustomerQRCodeState;
125
- thanx: import("../slices/customer/thanx").CustomerThanxState;
125
+ thanx: import("../slices").CustomerThanxState;
126
126
  levelup: import("../slices/customer/levelup").CustomerLevelUpState;
127
127
  }>;
128
128
  signUp: import("../slices").SignUpState;
@@ -29,3 +29,4 @@ export * from './orders';
29
29
  export * from './loyalty';
30
30
  export * from './groupOrders';
31
31
  export * from './rewards';
32
+ export * from './thanx';
@@ -48,3 +48,4 @@ export * from './orders';
48
48
  export * from './loyalty';
49
49
  export * from './groupOrders';
50
50
  export * from './rewards';
51
+ export * from './thanx';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/cloud",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
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",