@open-tender/store 0.6.9 → 0.6.10

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.
@@ -34,7 +34,7 @@ export interface Shift {
34
34
  netSeconds: number;
35
35
  }
36
36
  export declare type Shifts = Shift[];
37
- export declare type Role = 'Manager' | 'Cashier' | 'Employee';
37
+ export declare type Role = 'MANAGER' | 'CASHIER' | 'EMPLOYEE';
38
38
  export interface Employee {
39
39
  employee_id: number;
40
40
  timeclock_id: string;
@@ -34,7 +34,7 @@ export interface Shift {
34
34
  netSeconds: number;
35
35
  }
36
36
  export declare type Shifts = Shift[];
37
- export declare type Role = 'Manager' | 'Cashier' | 'Employee';
37
+ export declare type Role = 'MANAGER' | 'CASHIER' | 'EMPLOYEE';
38
38
  export interface Employee {
39
39
  employee_id: number;
40
40
  timeclock_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/store",
3
- "version": "0.6.9",
3
+ "version": "0.6.10",
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",
package/dist/.DS_Store DELETED
Binary file
Binary file