rotacloud 2.3.22 → 2.3.23

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.
@@ -22,6 +22,7 @@ export interface Shift {
22
22
  acknowledged_at: number | null;
23
23
  swap_requests: number[];
24
24
  unavailability_requests: number[];
25
+ claim_open_shift_approval_required?: boolean;
25
26
  }
26
27
  export interface ShiftHistoryRecord {
27
28
  changes?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rotacloud",
3
- "version": "2.3.22",
3
+ "version": "2.3.23",
4
4
  "description": "The RotaCloud SDK for the RotaCloud API",
5
5
  "type": "module",
6
6
  "engines": {
@@ -22,6 +22,7 @@ export interface Shift {
22
22
  acknowledged_at: number | null;
23
23
  swap_requests: number[];
24
24
  unavailability_requests: number[];
25
+ claim_open_shift_approval_required?: boolean;
25
26
  }
26
27
 
27
28
  export interface ShiftHistoryRecord {