@open-tender/store 0.7.4 → 0.7.5
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/.DS_Store
ADDED
|
Binary file
|
|
@@ -10,7 +10,7 @@ export type FullOrderType = OrderType | 'MAIN_MENU' | 'ECOMMERCE';
|
|
|
10
10
|
export type OrderTypeMap = {
|
|
11
11
|
[Property in OrderType]: string;
|
|
12
12
|
};
|
|
13
|
-
export type ServiceType = 'WALKIN' | 'PICKUP' | 'DELIVERY'
|
|
13
|
+
export type ServiceType = 'WALKIN' | 'PICKUP' | 'DELIVERY';
|
|
14
14
|
export type ServiceTypes = ServiceType[];
|
|
15
15
|
export type ServiceTypeMap = {
|
|
16
16
|
[Property in ServiceType]: string;
|
package/dist/cjs/utils/order.js
CHANGED
|
@@ -10,7 +10,7 @@ export type FullOrderType = OrderType | 'MAIN_MENU' | 'ECOMMERCE';
|
|
|
10
10
|
export type OrderTypeMap = {
|
|
11
11
|
[Property in OrderType]: string;
|
|
12
12
|
};
|
|
13
|
-
export type ServiceType = 'WALKIN' | 'PICKUP' | 'DELIVERY'
|
|
13
|
+
export type ServiceType = 'WALKIN' | 'PICKUP' | 'DELIVERY';
|
|
14
14
|
export type ServiceTypes = ServiceType[];
|
|
15
15
|
export type ServiceTypeMap = {
|
|
16
16
|
[Property in ServiceType]: string;
|
package/dist/esm/utils/order.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-tender/store",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.5",
|
|
4
4
|
"description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|