@anthor/entities-types 1.43.0-alpha.0 → 1.43.2

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/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.43.2](https://github.com/anthorteam/backend/compare/v1.43.2-alpha.0...v1.43.2) (2022-05-12)
7
+
8
+ **Note:** Version bump only for package @anthor/entities-types
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.43.2-alpha.0](https://github.com/anthorteam/backend/compare/v1.43.1...v1.43.2-alpha.0) (2022-05-12)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * typings of Activity model ([c85d9e9](https://github.com/anthorteam/backend/commit/c85d9e9531b02c1353d2ccd0fe53453c2f73eef0))
20
+
21
+
22
+
23
+
24
+
25
+ # [1.43.0](https://github.com/anthorteam/backend/compare/v1.43.0-alpha.0...v1.43.0) (2022-05-12)
26
+
27
+ **Note:** Version bump only for package @anthor/entities-types
28
+
29
+
30
+
31
+
32
+
6
33
  # [1.43.0-alpha.0](https://github.com/anthorteam/backend/compare/v1.42.0-alpha.6...v1.43.0-alpha.0) (2022-05-12)
7
34
 
8
35
 
@@ -135,6 +135,6 @@ export interface Activity extends BaseModel {
135
135
  operationClusterId: string;
136
136
  availableForGigWorkers: boolean;
137
137
  isTrial: boolean;
138
- startDateTime: Date;
139
- endDateTime: Date;
138
+ startDateTime: Date | string;
139
+ endDateTime: Date | string;
140
140
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthor/entities-types",
3
- "version": "1.43.0-alpha.0",
3
+ "version": "1.43.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -21,5 +21,5 @@
21
21
  "geojson": "^0.5.0",
22
22
  "jest-sonar-reporter": "^2.0.0"
23
23
  },
24
- "gitHead": "f9df74ea9eed818b44e12e04b5ae0b94b82a3735"
24
+ "gitHead": "27103ab3ea611226488e40139f43de52d5f82e00"
25
25
  }