@anthor/entities-types 1.107.4 → 1.108.0-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.
@@ -13,4 +13,5 @@ export interface ActivityCheckIn extends BaseModel {
13
13
  successful?: boolean;
14
14
  type?: ActivityCheckInType;
15
15
  workerId?: string;
16
+ managerId?: string;
16
17
  }
@@ -1,5 +1,6 @@
1
1
  export declare enum ActivityCheckInLocationJustification {
2
2
  WRONG_STORE_LOCATION = "wrong_store_location",
3
3
  WRONG_GPS_LOCATION = "wrong_gps_location",
4
- GPS_ERROR = "gps_error"
4
+ GPS_ERROR = "gps_error",
5
+ MANAGER_CHECK_IN = "manager_check_in"
5
6
  }
@@ -6,5 +6,6 @@ var ActivityCheckInLocationJustification;
6
6
  ActivityCheckInLocationJustification["WRONG_STORE_LOCATION"] = "wrong_store_location";
7
7
  ActivityCheckInLocationJustification["WRONG_GPS_LOCATION"] = "wrong_gps_location";
8
8
  ActivityCheckInLocationJustification["GPS_ERROR"] = "gps_error";
9
+ ActivityCheckInLocationJustification["MANAGER_CHECK_IN"] = "manager_check_in";
9
10
  })(ActivityCheckInLocationJustification = exports.ActivityCheckInLocationJustification || (exports.ActivityCheckInLocationJustification = {}));
10
11
  //# sourceMappingURL=ActivityCheckInLocationJustification.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ActivityCheckInLocationJustification.js","sourceRoot":"","sources":["../../src/enums/ActivityCheckInLocationJustification.ts"],"names":[],"mappings":";;;AAAA,IAAY,oCAIX;AAJD,WAAY,oCAAoC;IAC9C,qFAA2C,CAAA;IAC3C,iFAAuC,CAAA;IACvC,+DAAqB,CAAA;AACvB,CAAC,EAJW,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAI/C"}
1
+ {"version":3,"file":"ActivityCheckInLocationJustification.js","sourceRoot":"","sources":["../../src/enums/ActivityCheckInLocationJustification.ts"],"names":[],"mappings":";;;AAAA,IAAY,oCAKX;AALD,WAAY,oCAAoC;IAC9C,qFAA2C,CAAA;IAC3C,iFAAuC,CAAA;IACvC,+DAAqB,CAAA;IACrB,6EAAmC,CAAA;AACrC,CAAC,EALW,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAK/C"}
@@ -4,6 +4,5 @@ export declare enum JobMissionTypes {
4
4
  CONTINUOUS_REPLENISHMENT = "continuous_replenishment",
5
5
  SURVEY_PRICE = "survey_price",
6
6
  SURVEY_POS = "survey_pos",
7
- INVENTORY = "inventory",
8
- PICKER = "picker"
7
+ INVENTORY = "inventory"
9
8
  }
@@ -9,6 +9,5 @@ var JobMissionTypes;
9
9
  JobMissionTypes["SURVEY_PRICE"] = "survey_price";
10
10
  JobMissionTypes["SURVEY_POS"] = "survey_pos";
11
11
  JobMissionTypes["INVENTORY"] = "inventory";
12
- JobMissionTypes["PICKER"] = "picker";
13
12
  })(JobMissionTypes = exports.JobMissionTypes || (exports.JobMissionTypes = {}));
14
13
  //# sourceMappingURL=JobMissionTypes.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"JobMissionTypes.js","sourceRoot":"","sources":["../../src/enums/JobMissionTypes.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAQX;AARD,WAAY,eAAe;IACzB,kDAA+B,CAAA;IAC/B,0EAAuD,CAAA;IACvD,wEAAqD,CAAA;IACrD,gDAA6B,CAAA;IAC7B,4CAAyB,CAAA;IACzB,0CAAuB,CAAA;IACvB,oCAAiB,CAAA;AACnB,CAAC,EARW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAQ1B"}
1
+ {"version":3,"file":"JobMissionTypes.js","sourceRoot":"","sources":["../../src/enums/JobMissionTypes.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,kDAA+B,CAAA;IAC/B,0EAAuD,CAAA;IACvD,wEAAqD,CAAA;IACrD,gDAA6B,CAAA;IAC7B,4CAAyB,CAAA;IACzB,0CAAuB,CAAA;AACzB,CAAC,EAPW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthor/entities-types",
3
- "version": "1.107.4",
3
+ "version": "1.108.0-alpha.0",
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": "5fc0d07404e43b7a81729c260a18fe7c424d1115"
24
+ "gitHead": "6223b3b490021235a714b5018335ed2d46ec6357"
25
25
  }