@exclusive-website/types 2.9.8 → 2.9.9

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.
@@ -2,7 +2,8 @@ export declare enum DayStatus {
2
2
  WORKING = "WORKING",
3
3
  ON_DEMAND = "ON_DEMAND",
4
4
  BUSY = "BUSY",
5
- NOT_WORKING = "NOT_WORKING"
5
+ NOT_WORKING = "NOT_WORKING",
6
+ NONSTOP = "NONSTOP"
6
7
  }
7
8
  export declare enum SexualOrientation {
8
9
  HETERO = "HETERO",
@@ -8,6 +8,7 @@ var DayStatus;
8
8
  DayStatus["ON_DEMAND"] = "ON_DEMAND";
9
9
  DayStatus["BUSY"] = "BUSY";
10
10
  DayStatus["NOT_WORKING"] = "NOT_WORKING";
11
+ DayStatus["NONSTOP"] = "NONSTOP";
11
12
  })(DayStatus = exports.DayStatus || (exports.DayStatus = {}));
12
13
  // SEXUAL ORIENTATION
13
14
  var SexualOrientation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exclusive-website/types",
3
- "version": "2.9.8",
3
+ "version": "2.9.9",
4
4
  "description": "A collection of shared types (DTOs and DBEs) for the organization",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -4,6 +4,7 @@ export enum DayStatus {
4
4
  ON_DEMAND = "ON_DEMAND",
5
5
  BUSY = "BUSY",
6
6
  NOT_WORKING = "NOT_WORKING",
7
+ NONSTOP = "NONSTOP",
7
8
  }
8
9
 
9
10
  // SEXUAL ORIENTATION