@anthor/entities-types 1.31.1 → 1.32.1-alpha.0

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,41 @@
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.32.1-alpha.0](https://github.com/anthorteam/backend/compare/v1.32.0...v1.32.1-alpha.0) (2022-01-28)
7
+
8
+ **Note:** Version bump only for package @anthor/entities-types
9
+
10
+
11
+
12
+
13
+
14
+ # [1.32.0](https://github.com/anthorteam/backend/compare/v1.32.0-alpha.1...v1.32.0) (2022-01-28)
15
+
16
+ **Note:** Version bump only for package @anthor/entities-types
17
+
18
+
19
+
20
+
21
+
22
+ # [1.32.0-alpha.0](https://github.com/anthorteam/backend/compare/v1.31.2-alpha.1...v1.32.0-alpha.0) (2022-01-27)
23
+
24
+
25
+ ### Features
26
+
27
+ * add generated jobsIds to JobTemplateRequest ([6302a69](https://github.com/anthorteam/backend/commit/6302a69d7e614a31548efca793a81b86ddaacde3))
28
+
29
+
30
+
31
+
32
+
33
+ ## [1.31.2-alpha.0](https://github.com/anthorteam/backend/compare/v1.31.1...v1.31.2-alpha.0) (2022-01-24)
34
+
35
+ **Note:** Version bump only for package @anthor/entities-types
36
+
37
+
38
+
39
+
40
+
6
41
  ## [1.31.1](https://github.com/anthorteam/backend/compare/v1.31.1-alpha.1...v1.31.1) (2022-01-24)
7
42
 
8
43
  **Note:** Version bump only for package @anthor/entities-types
@@ -9,4 +9,5 @@ export interface JobTemplateRequest extends BaseModel {
9
9
  status?: JobTemplateRequestStatus;
10
10
  userId?: string;
11
11
  userName?: string;
12
+ jobsIds?: string[];
12
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthor/entities-types",
3
- "version": "1.31.1",
3
+ "version": "1.32.1-alpha.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -20,5 +20,5 @@
20
20
  "dependencies": {
21
21
  "geojson": "^0.5.0"
22
22
  },
23
- "gitHead": "cce856ca8fcb63e31f8b2ccc25f5d691697198f8"
23
+ "gitHead": "06e1c7384f698c9efd3b4412db43ff17e2d46d18"
24
24
  }