@anthor/entities-types 1.43.2 → 1.45.0-alpha.4
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 +33 -0
- package/dist/entities/Activity.d.ts +2 -2
- package/dist/entities/Job.d.ts +1 -0
- package/dist/entities/index.d.ts +12 -12
- package/dist/entities/index.js +12 -12
- package/dist/entities/index.js.map +1 -1
- package/package.json +2 -2
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.45.0-alpha.4](https://github.com/anthorteam/backend/compare/v1.45.0-alpha.3...v1.45.0-alpha.4) (2022-05-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add 'isTrial' field at Job ([6ba1b41](https://github.com/anthorteam/backend/commit/6ba1b414feec7af8df832364e83e89e61ec4da6b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [1.45.0-alpha.0](https://github.com/anthorteam/backend/compare/v1.44.1-alpha.2...v1.45.0-alpha.0) (2022-05-16)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* redeploy ([0cd2cc4](https://github.com/anthorteam/backend/commit/0cd2cc4780a8c8eb49c66e98a4dfac17df773fc8))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [1.44.1-alpha.0](https://github.com/anthorteam/backend/compare/v1.44.0...v1.44.1-alpha.0) (2022-05-16)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* wrong activity type breaking tests ([b0ff488](https://github.com/anthorteam/backend/commit/b0ff4884612a59fc7708a149dfd6b112f8b95f35))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
6
39
|
## [1.43.2](https://github.com/anthorteam/backend/compare/v1.43.2-alpha.0...v1.43.2) (2022-05-12)
|
|
7
40
|
|
|
8
41
|
**Note:** Version bump only for package @anthor/entities-types
|
|
@@ -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;
|
|
139
|
+
endDateTime: Date;
|
|
140
140
|
}
|
package/dist/entities/Job.d.ts
CHANGED
package/dist/entities/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export * from './ActivityChecklistOption';
|
|
|
8
8
|
export * from './ActivityDynamicProduct';
|
|
9
9
|
export * from './ActivityProductCount';
|
|
10
10
|
export * from './ActivityProductsReport';
|
|
11
|
+
export * from './ActivityStatusRecord';
|
|
11
12
|
export * from './ActivityWarehouseCheck';
|
|
12
13
|
export * from './Address';
|
|
13
14
|
export * from './AuditReport';
|
|
@@ -25,6 +26,7 @@ export * from './CityGroupWorker';
|
|
|
25
26
|
export * from './Company';
|
|
26
27
|
export * from './CompanyBillingConfig';
|
|
27
28
|
export * from './CompanyConfig';
|
|
29
|
+
export * from './CompanyEconomicGroup';
|
|
28
30
|
export * from './CompanyEstablishmentPolicy';
|
|
29
31
|
export * from './CompanyOrder';
|
|
30
32
|
export * from './Contract';
|
|
@@ -35,13 +37,11 @@ export * from './CourseQuestion';
|
|
|
35
37
|
export * from './CourseQuestionOption';
|
|
36
38
|
export * from './CourseVideo';
|
|
37
39
|
export * from './DynamicMix';
|
|
38
|
-
export * from './CompanyEconomicGroup';
|
|
39
40
|
export * from './Establishment';
|
|
40
41
|
export * from './EstablishmentInventory';
|
|
41
42
|
export * from './EstablishmentOperationStatus';
|
|
42
43
|
export * from './ExpiredProduct';
|
|
43
44
|
export * from './ExpiredProductCheck';
|
|
44
|
-
export * from './index';
|
|
45
45
|
export * from './IndustryEstablishmentRelation';
|
|
46
46
|
export * from './InventoryProductCount';
|
|
47
47
|
export * from './InventorySection';
|
|
@@ -59,13 +59,6 @@ export * from './MissionBiometry';
|
|
|
59
59
|
export * from './MissionCheckIn';
|
|
60
60
|
export * from './MissionSection';
|
|
61
61
|
export * from './MissionSectionLayout';
|
|
62
|
-
export * from './nested/ActivityDate';
|
|
63
|
-
export * from './nested/BoundingBox';
|
|
64
|
-
export * from './nested/Coordinates';
|
|
65
|
-
export * from './nested/Documents';
|
|
66
|
-
export * from './nested/ExternalInformation';
|
|
67
|
-
export * from './nested/IdentityDocument';
|
|
68
|
-
export * from './nested/Points';
|
|
69
62
|
export * from './OperationAlert';
|
|
70
63
|
export * from './OperationCluster';
|
|
71
64
|
export * from './OperationClusterEstablishment';
|
|
@@ -113,14 +106,14 @@ export * from './ReportActivityIssue';
|
|
|
113
106
|
export * from './Resource';
|
|
114
107
|
export * from './RetailCheckInValidation';
|
|
115
108
|
export * from './RuptureCheck';
|
|
109
|
+
export * from './SLASectionConfig';
|
|
110
|
+
export * from './SLAState';
|
|
116
111
|
export * from './SectionConfig';
|
|
117
112
|
export * from './SectionLayout';
|
|
118
113
|
export * from './SectionUnion';
|
|
119
114
|
export * from './ShelfAndStorageCheck';
|
|
120
115
|
export * from './ShelfShareConfig';
|
|
121
116
|
export * from './ShelfShareGain';
|
|
122
|
-
export * from './SLASectionConfig';
|
|
123
|
-
export * from './SLAState';
|
|
124
117
|
export * from './SmartProduct';
|
|
125
118
|
export * from './SmartRecord';
|
|
126
119
|
export * from './State';
|
|
@@ -144,4 +137,11 @@ export * from './WorkerOrder';
|
|
|
144
137
|
export * from './WorkerRatingAudition';
|
|
145
138
|
export * from './WorkerSchedule';
|
|
146
139
|
export * from './ZendeskTicket';
|
|
147
|
-
export * from './
|
|
140
|
+
export * from './index';
|
|
141
|
+
export * from './nested/ActivityDate';
|
|
142
|
+
export * from './nested/BoundingBox';
|
|
143
|
+
export * from './nested/Coordinates';
|
|
144
|
+
export * from './nested/Documents';
|
|
145
|
+
export * from './nested/ExternalInformation';
|
|
146
|
+
export * from './nested/IdentityDocument';
|
|
147
|
+
export * from './nested/Points';
|
package/dist/entities/index.js
CHANGED
|
@@ -20,6 +20,7 @@ __exportStar(require("./ActivityChecklistOption"), exports);
|
|
|
20
20
|
__exportStar(require("./ActivityDynamicProduct"), exports);
|
|
21
21
|
__exportStar(require("./ActivityProductCount"), exports);
|
|
22
22
|
__exportStar(require("./ActivityProductsReport"), exports);
|
|
23
|
+
__exportStar(require("./ActivityStatusRecord"), exports);
|
|
23
24
|
__exportStar(require("./ActivityWarehouseCheck"), exports);
|
|
24
25
|
__exportStar(require("./Address"), exports);
|
|
25
26
|
__exportStar(require("./AuditReport"), exports);
|
|
@@ -37,6 +38,7 @@ __exportStar(require("./CityGroupWorker"), exports);
|
|
|
37
38
|
__exportStar(require("./Company"), exports);
|
|
38
39
|
__exportStar(require("./CompanyBillingConfig"), exports);
|
|
39
40
|
__exportStar(require("./CompanyConfig"), exports);
|
|
41
|
+
__exportStar(require("./CompanyEconomicGroup"), exports);
|
|
40
42
|
__exportStar(require("./CompanyEstablishmentPolicy"), exports);
|
|
41
43
|
__exportStar(require("./CompanyOrder"), exports);
|
|
42
44
|
__exportStar(require("./Contract"), exports);
|
|
@@ -47,13 +49,11 @@ __exportStar(require("./CourseQuestion"), exports);
|
|
|
47
49
|
__exportStar(require("./CourseQuestionOption"), exports);
|
|
48
50
|
__exportStar(require("./CourseVideo"), exports);
|
|
49
51
|
__exportStar(require("./DynamicMix"), exports);
|
|
50
|
-
__exportStar(require("./CompanyEconomicGroup"), exports);
|
|
51
52
|
__exportStar(require("./Establishment"), exports);
|
|
52
53
|
__exportStar(require("./EstablishmentInventory"), exports);
|
|
53
54
|
__exportStar(require("./EstablishmentOperationStatus"), exports);
|
|
54
55
|
__exportStar(require("./ExpiredProduct"), exports);
|
|
55
56
|
__exportStar(require("./ExpiredProductCheck"), exports);
|
|
56
|
-
__exportStar(require("./index"), exports);
|
|
57
57
|
__exportStar(require("./IndustryEstablishmentRelation"), exports);
|
|
58
58
|
__exportStar(require("./InventoryProductCount"), exports);
|
|
59
59
|
__exportStar(require("./InventorySection"), exports);
|
|
@@ -71,13 +71,6 @@ __exportStar(require("./MissionBiometry"), exports);
|
|
|
71
71
|
__exportStar(require("./MissionCheckIn"), exports);
|
|
72
72
|
__exportStar(require("./MissionSection"), exports);
|
|
73
73
|
__exportStar(require("./MissionSectionLayout"), exports);
|
|
74
|
-
__exportStar(require("./nested/ActivityDate"), exports);
|
|
75
|
-
__exportStar(require("./nested/BoundingBox"), exports);
|
|
76
|
-
__exportStar(require("./nested/Coordinates"), exports);
|
|
77
|
-
__exportStar(require("./nested/Documents"), exports);
|
|
78
|
-
__exportStar(require("./nested/ExternalInformation"), exports);
|
|
79
|
-
__exportStar(require("./nested/IdentityDocument"), exports);
|
|
80
|
-
__exportStar(require("./nested/Points"), exports);
|
|
81
74
|
__exportStar(require("./OperationAlert"), exports);
|
|
82
75
|
__exportStar(require("./OperationCluster"), exports);
|
|
83
76
|
__exportStar(require("./OperationClusterEstablishment"), exports);
|
|
@@ -125,14 +118,14 @@ __exportStar(require("./ReportActivityIssue"), exports);
|
|
|
125
118
|
__exportStar(require("./Resource"), exports);
|
|
126
119
|
__exportStar(require("./RetailCheckInValidation"), exports);
|
|
127
120
|
__exportStar(require("./RuptureCheck"), exports);
|
|
121
|
+
__exportStar(require("./SLASectionConfig"), exports);
|
|
122
|
+
__exportStar(require("./SLAState"), exports);
|
|
128
123
|
__exportStar(require("./SectionConfig"), exports);
|
|
129
124
|
__exportStar(require("./SectionLayout"), exports);
|
|
130
125
|
__exportStar(require("./SectionUnion"), exports);
|
|
131
126
|
__exportStar(require("./ShelfAndStorageCheck"), exports);
|
|
132
127
|
__exportStar(require("./ShelfShareConfig"), exports);
|
|
133
128
|
__exportStar(require("./ShelfShareGain"), exports);
|
|
134
|
-
__exportStar(require("./SLASectionConfig"), exports);
|
|
135
|
-
__exportStar(require("./SLAState"), exports);
|
|
136
129
|
__exportStar(require("./SmartProduct"), exports);
|
|
137
130
|
__exportStar(require("./SmartRecord"), exports);
|
|
138
131
|
__exportStar(require("./State"), exports);
|
|
@@ -156,5 +149,12 @@ __exportStar(require("./WorkerOrder"), exports);
|
|
|
156
149
|
__exportStar(require("./WorkerRatingAudition"), exports);
|
|
157
150
|
__exportStar(require("./WorkerSchedule"), exports);
|
|
158
151
|
__exportStar(require("./ZendeskTicket"), exports);
|
|
159
|
-
__exportStar(require("./
|
|
152
|
+
__exportStar(require("./index"), exports);
|
|
153
|
+
__exportStar(require("./nested/ActivityDate"), exports);
|
|
154
|
+
__exportStar(require("./nested/BoundingBox"), exports);
|
|
155
|
+
__exportStar(require("./nested/Coordinates"), exports);
|
|
156
|
+
__exportStar(require("./nested/Documents"), exports);
|
|
157
|
+
__exportStar(require("./nested/ExternalInformation"), exports);
|
|
158
|
+
__exportStar(require("./nested/IdentityDocument"), exports);
|
|
159
|
+
__exportStar(require("./nested/Points"), exports);
|
|
160
160
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0DAAwC;AACxC,6CAA2B;AAC3B,qDAAmC;AACnC,gEAA8C;AAC9C,oDAAkC;AAClC,sDAAoC;AACpC,4DAA0C;AAC1C,2DAAyC;AACzC,yDAAuC;AACvC,2DAAyC;AACzC,2DAAyC;AACzC,4CAA0B;AAC1B,gDAA8B;AAC9B,0CAAwB;AACxB,sDAAoC;AACpC,gDAA8B;AAC9B,8CAA4B;AAC5B,iDAA+B;AAC/B,kDAAgC;AAChC,uDAAqC;AACrC,yCAAuB;AACvB,8CAA4B;AAC5B,oDAAkC;AAClC,oDAAkC;AAClC,4CAA0B;AAC1B,yDAAuC;AACvC,kDAAgC;AAChC,+DAA6C;AAC7C,iDAA+B;AAC/B,6CAA2B;AAC3B,2CAAyB;AACzB,iDAA+B;AAC/B,mDAAiC;AACjC,mDAAiC;AACjC,yDAAuC;AACvC,gDAA8B;AAC9B,+CAA6B;AAC7B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0DAAwC;AACxC,6CAA2B;AAC3B,qDAAmC;AACnC,gEAA8C;AAC9C,oDAAkC;AAClC,sDAAoC;AACpC,4DAA0C;AAC1C,2DAAyC;AACzC,yDAAuC;AACvC,2DAAyC;AACzC,yDAAuC;AACvC,2DAAyC;AACzC,4CAA0B;AAC1B,gDAA8B;AAC9B,0CAAwB;AACxB,sDAAoC;AACpC,gDAA8B;AAC9B,8CAA4B;AAC5B,iDAA+B;AAC/B,kDAAgC;AAChC,uDAAqC;AACrC,yCAAuB;AACvB,8CAA4B;AAC5B,oDAAkC;AAClC,oDAAkC;AAClC,4CAA0B;AAC1B,yDAAuC;AACvC,kDAAgC;AAChC,yDAAuC;AACvC,+DAA6C;AAC7C,iDAA+B;AAC/B,6CAA2B;AAC3B,2CAAyB;AACzB,iDAA+B;AAC/B,mDAAiC;AACjC,mDAAiC;AACjC,yDAAuC;AACvC,gDAA8B;AAC9B,+CAA6B;AAC7B,kDAAgC;AAChC,2DAAyC;AACzC,iEAA+C;AAC/C,mDAAiC;AACjC,wDAAsC;AACtC,kEAAgD;AAChD,0DAAwC;AACxC,qDAAmC;AACnC,4CAA0B;AAC1B,uDAAqC;AACrC,wCAAsB;AACtB,+CAA6B;AAC7B,+DAA6C;AAC7C,uDAAqC;AACrC,4DAA0C;AAC1C,4CAA0B;AAC1B,8CAA4B;AAC5B,4CAA0B;AAC1B,oDAAkC;AAClC,mDAAiC;AACjC,mDAAiC;AACjC,yDAAuC;AACvC,mDAAiC;AACjC,qDAAmC;AACnC,kEAAgD;AAChD,2DAAyC;AACzC,sDAAoC;AACpC,4CAA0B;AAC1B,iDAA+B;AAC/B,sDAAoC;AACpC,gDAA8B;AAC9B,+CAA6B;AAC7B,0CAAwB;AACxB,iDAA+B;AAC/B,wDAAsC;AACtC,2DAAyC;AACzC,4CAA0B;AAC1B,mDAAiC;AACjC,0DAAwC;AACxC,8CAA4B;AAC5B,6DAA2C;AAC3C,yDAAuC;AACvC,mDAAiC;AACjC,iDAA+B;AAC/B,sDAAoC;AACpC,4CAA0B;AAC1B,gDAA8B;AAC9B,uDAAqC;AACrC,4CAA0B;AAC1B,oDAAkC;AAClC,sDAAoC;AACpC,2DAAyC;AACzC,0DAAwC;AACxC,iDAA+B;AAC/B,iDAA+B;AAC/B,iDAA+B;AAC/B,+CAA6B;AAC7B,2CAAyB;AACzB,gDAA8B;AAC9B,wDAAsC;AACtC,6DAA2C;AAC3C,oDAAkC;AAClC,iDAA+B;AAC/B,2CAAyB;AACzB,yDAAuC;AACvC,wDAAsC;AACtC,6CAA2B;AAC3B,4DAA0C;AAC1C,iDAA+B;AAC/B,qDAAmC;AACnC,6CAA2B;AAC3B,kDAAgC;AAChC,kDAAgC;AAChC,iDAA+B;AAC/B,yDAAuC;AACvC,qDAAmC;AACnC,mDAAiC;AACjC,iDAA+B;AAC/B,gDAA8B;AAC9B,0CAAwB;AACxB,6CAA2B;AAC3B,2CAAyB;AACzB,iDAA+B;AAC/B,uDAAqC;AACrC,mDAAiC;AACjC,yDAAuC;AACvC,gDAA8B;AAC9B,4DAA0C;AAC1C,yCAAuB;AACvB,mDAAiC;AACjC,2CAAyB;AACzB,oDAAkC;AAClC,wDAAsC;AACtC,uDAAqC;AACrC,+CAA6B;AAC7B,0DAAwC;AACxC,gDAA8B;AAC9B,yDAAuC;AACvC,mDAAiC;AACjC,kDAAgC;AAChC,0CAAwB;AACxB,wDAAsC;AACtC,uDAAqC;AACrC,uDAAqC;AACrC,qDAAmC;AACnC,+DAA6C;AAC7C,4DAA0C;AAC1C,kDAAgC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anthor/entities-types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.45.0-alpha.4",
|
|
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": "
|
|
24
|
+
"gitHead": "0767e6b40bff7ff8a4ee21c3cd2fd975ed1c0108"
|
|
25
25
|
}
|