@anthor/entities-types 1.29.0-alpha.1 → 1.29.0-alpha.13

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,40 +3,70 @@
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.29.0-alpha.1](https://github.com/anthorteam/backend/compare/v1.28.2-alpha.1...v1.29.0-alpha.1) (2021-12-22)
6
+ # [1.29.0-alpha.13](https://github.com/anthorteam/backend/compare/v1.29.0-alpha.12...v1.29.0-alpha.13) (2022-01-17)
7
7
 
8
8
 
9
- ### Bug Fixes
9
+ ### Features
10
+
11
+ * redeploy ([f69788f](https://github.com/anthorteam/backend/commit/f69788f5311a6bee525351dc83e71d0bc5196460))
12
+
10
13
 
11
- * redeploy ([6166065](https://github.com/anthorteam/backend/commit/61660656565ea3b68c86f24f09a23e6c78ab35e0))
12
- * wrong import path on entities types Company and CompanyEconomicGroup ([d65e3fb](https://github.com/anthorteam/backend/commit/d65e3fbbefa6afd3474f85058ced1284718b8de3))
14
+
15
+
16
+
17
+ # [1.29.0-alpha.12](https://github.com/anthorteam/backend/compare/v1.29.0-alpha.11...v1.29.0-alpha.12) (2022-01-17)
13
18
 
14
19
 
15
20
  ### Features
16
21
 
17
- * add companyEconomicGroup entity ([7354fc3](https://github.com/anthorteam/backend/commit/7354fc3b0d524d012d28e2c642a218d305a06a0e))
22
+ * redeploy ([4edfe13](https://github.com/anthorteam/backend/commit/4edfe1331ef429371fcdf442efd79b69ab0d24f4))
23
+ * redeploy ([0c4e8bf](https://github.com/anthorteam/backend/commit/0c4e8bfb120068384e9b4cd864b9f7243538d18f))
24
+ * redeploy ([70e638b](https://github.com/anthorteam/backend/commit/70e638b4d4a9b75bc4b5e12b0fc261974b217924))
18
25
 
19
26
 
20
27
 
21
28
 
22
29
 
23
- # [1.29.0-alpha.0](https://github.com/anthorteam/backend/compare/v1.28.2-alpha.1...v1.29.0-alpha.0) (2021-12-22)
30
+ # [1.29.0-alpha.9](https://github.com/anthorteam/backend/compare/v1.29.0-alpha.8...v1.29.0-alpha.9) (2022-01-04)
31
+
32
+ **Note:** Version bump only for package @anthor/entities-types
33
+
34
+
35
+
36
+
37
+
38
+ # [1.29.0-alpha.8](https://github.com/anthorteam/backend/compare/v1.29.0-alpha.7...v1.29.0-alpha.8) (2022-01-04)
39
+
40
+ **Note:** Version bump only for package @anthor/entities-types
41
+
42
+
43
+
44
+
45
+
46
+ # [1.29.0-alpha.6](https://github.com/anthorteam/backend/compare/v1.28.3...v1.29.0-alpha.6) (2021-12-29)
47
+
48
+ **Note:** Version bump only for package @anthor/entities-types
49
+
50
+
51
+
52
+
53
+
54
+ ## [1.28.3](https://github.com/anthorteam/backend/compare/v1.29.0-alpha.3...v1.28.3) (2021-12-28)
24
55
 
25
56
 
26
57
  ### Bug Fixes
27
58
 
28
- * wrong import path on entities types Company and CompanyEconomicGroup ([d65e3fb](https://github.com/anthorteam/backend/commit/d65e3fbbefa6afd3474f85058ced1284718b8de3))
59
+ * release ([b2e980e](https://github.com/anthorteam/backend/commit/b2e980e958dbdfb715076ee4162b2510ff6d7bd2))
29
60
 
30
61
 
31
- ### Features
32
62
 
33
- * add companyEconomicGroup entity ([7354fc3](https://github.com/anthorteam/backend/commit/7354fc3b0d524d012d28e2c642a218d305a06a0e))
63
+ ## [1.28.2](https://github.com/anthorteam/backend/compare/v1.28.2-alpha.0...v1.28.2) (2021-12-10)
34
64
 
35
65
 
36
66
 
37
67
 
38
68
 
39
- ## [1.28.2-alpha.1](https://github.com/anthorteam/backend/compare/v1.28.2-alpha.0...v1.28.2-alpha.1) (2021-12-14)
69
+ ## [1.28.2](https://github.com/anthorteam/backend/compare/v1.28.2-alpha.0...v1.28.2) (2021-12-10)
40
70
 
41
71
 
42
72
 
@@ -34,6 +34,7 @@ export interface Activity extends BaseModel {
34
34
  coordinates: Points;
35
35
  date: ActivityDate;
36
36
  description: string;
37
+ companyExigence: string;
37
38
  dynamicProducts: ActivityDynamicProduct[];
38
39
  entries: [{
39
40
  type: Record<string, any>;
@@ -26,6 +26,7 @@ export interface Job extends BaseModel {
26
26
  duration: JobTemplateDurations;
27
27
  endsAt: string | Date;
28
28
  durationInHours: number;
29
+ companyExigence: string;
29
30
  establishment: Establishment;
30
31
  establishmentId: string;
31
32
  excludedBadgesId: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthor/entities-types",
3
- "version": "1.29.0-alpha.1",
3
+ "version": "1.29.0-alpha.13",
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": "764fd6482a2717ce0304ce01ae8a3f26a9667604"
23
+ "gitHead": "cda803ae00ab638f311ea1f2b1adf4834590e7c6"
24
24
  }