@anthor/entities-types 1.41.0 → 1.42.0-alpha.5

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,39 @@
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.42.0-alpha.5](https://github.com/anthorteam/backend/compare/v1.42.0-alpha.4...v1.42.0-alpha.5) (2022-05-10)
7
+
8
+
9
+ ### Features
10
+
11
+ * finish block chain ([fae555a](https://github.com/anthorteam/backend/commit/fae555a556d0be18f4b742b24ca17539b0730d9b))
12
+
13
+
14
+
15
+
16
+
17
+ # [1.42.0-alpha.1](https://github.com/anthorteam/backend/compare/v1.42.0-alpha.0...v1.42.0-alpha.1) (2022-05-09)
18
+
19
+
20
+ ### Features
21
+
22
+ * add field companyChainId ([03479b3](https://github.com/anthorteam/backend/commit/03479b3f83d9944c9c74113b11cb236379f71405))
23
+
24
+
25
+
26
+
27
+
28
+ # [1.42.0-alpha.0](https://github.com/anthorteam/backend/compare/v1.41.0...v1.42.0-alpha.0) (2022-05-09)
29
+
30
+
31
+ ### Features
32
+
33
+ * add is trial in activity ([242f9ff](https://github.com/anthorteam/backend/commit/242f9ff4d68982ffa0006e6cfe9989ea660f1a07))
34
+
35
+
36
+
37
+
38
+
6
39
  # [1.41.0](https://github.com/anthorteam/backend/compare/v1.41.0-alpha.10...v1.41.0) (2022-05-09)
7
40
 
8
41
  **Note:** Version bump only for package @anthor/entities-types
@@ -32,6 +32,8 @@ export interface Activity extends BaseModel {
32
32
  company: Company;
33
33
  companyId: string;
34
34
  coordinates: Points;
35
+ companyChainId: string;
36
+ establishmentChainId: string;
35
37
  /**
36
38
  * @deprecated
37
39
  */
@@ -132,6 +134,7 @@ export interface Activity extends BaseModel {
132
134
  ratingReasonsIds: string[];
133
135
  operationClusterId: string;
134
136
  availableForGigWorkers: boolean;
137
+ isTrial: boolean;
135
138
  startDateTime: Date;
136
139
  endDateTime: Date;
137
140
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthor/entities-types",
3
- "version": "1.41.0",
3
+ "version": "1.42.0-alpha.5",
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": "afb6db63f70ff311d56f597c4d59b89ef35c133d"
24
+ "gitHead": "b0f7399c6f89f5438232b18fe338a1c40fc5c74d"
25
25
  }