@bringg/dashboard-sdk 4.3.3-pre.1 → 4.3.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.
@@ -53,7 +53,7 @@ var Logger_1 = require("../Core/Logger");
53
53
  var lodash_1 = require("lodash");
54
54
  var BringgException_1 = require("../Core/BringgException");
55
55
  var abort_1 = require("../utils/abort");
56
- var version = '4.3.3-pre.1';
56
+ var version = '4.3.4';
57
57
  function logErrorResponse(response) {
58
58
  var data = response.data, status = response.status;
59
59
  try {
@@ -2,6 +2,6 @@ import StoreEntity from '../../Core/StoreEntity';
2
2
  import Session from '../../Services/Identity/Session';
3
3
  declare class VehicleCategoryEntity extends StoreEntity<Bringg.VehicleCategory> {
4
4
  constructor(session: Session);
5
- getAll(): Promise<any>;
5
+ getAll(): any;
6
6
  }
7
7
  export default VehicleCategoryEntity;
@@ -27,7 +27,7 @@ var VehicleCategoryEntity = /** @class */ (function (_super) {
27
27
  }) || this;
28
28
  }
29
29
  VehicleCategoryEntity.prototype.getAll = function () {
30
- return this.getAllOrFetch();
30
+ return this.service.getAll();
31
31
  };
32
32
  return VehicleCategoryEntity;
33
33
  }(StoreEntity_1.default));
@@ -1 +1 @@
1
- {"version":3,"file":"VehicleCategoryEntity.js","sourceRoot":"","sources":["../../../src/VehicleCategory/Entity/VehicleCategoryEntity.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,4CAA+C;AAC/C,sDAAiD;AAGjD;IAAoC,yCAAmC;IACtE,+BAAY,OAAgB;eAC3B,kBAAM;YACL,OAAO,SAAA;YACP,UAAU,EAAE,oBAAoB;YAChC,MAAM,EAAE,CAAC,mBAAU,CAAC,MAAM,CAAC;SAC3B,CAAC;IACH,CAAC;IAED,sCAAM,GAAN;QACC,OAAO,IAAI,CAAC,aAAa,EAAE,CAAC;IAC7B,CAAC;IACF,4BAAC;AAAD,CAAC,AAZD,CAAoC,qBAAW,GAY9C;AAED,kBAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"VehicleCategoryEntity.js","sourceRoot":"","sources":["../../../src/VehicleCategory/Entity/VehicleCategoryEntity.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,4CAA+C;AAC/C,sDAAiD;AAGjD;IAAoC,yCAAmC;IACtE,+BAAY,OAAgB;eAC3B,kBAAM;YACL,OAAO,SAAA;YACP,UAAU,EAAE,oBAAoB;YAChC,MAAM,EAAE,CAAC,mBAAU,CAAC,MAAM,CAAC;SAC3B,CAAC;IACH,CAAC;IAED,sCAAM,GAAN;QACC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC;IAC9B,CAAC;IACF,4BAAC;AAAD,CAAC,AAZD,CAAoC,qBAAW,GAY9C;AAED,kBAAe,qBAAqB,CAAC"}
@@ -35591,7 +35591,7 @@ var Logger_1 = __webpack_require__(48);
35591
35591
  var lodash_1 = __webpack_require__(11);
35592
35592
  var BringgException_1 = __webpack_require__(15);
35593
35593
  var abort_1 = __webpack_require__(169);
35594
- var version = '4.3.3-pre.1';
35594
+ var version = '4.3.4';
35595
35595
  function logErrorResponse(response) {
35596
35596
  var data = response.data, status = response.status;
35597
35597
  try {
@@ -65702,6 +65702,7 @@ var GroupBy;
65702
65702
  GroupBy[GroupBy["Driver"] = 3] = "Driver";
65703
65703
  GroupBy[GroupBy["Fleet"] = 4] = "Fleet";
65704
65704
  GroupBy[GroupBy["All"] = 5] = "All";
65705
+ GroupBy[GroupBy["TaskType"] = 6] = "TaskType";
65705
65706
  })(GroupBy = exports.GroupBy || (exports.GroupBy = {}));
65706
65707
  var UnitType;
65707
65708
  (function (UnitType) {
@@ -67144,6 +67145,7 @@ var EnvironmentTypes;
67144
67145
  EnvironmentTypes[EnvironmentTypes["Production"] = 0] = "Production";
67145
67146
  EnvironmentTypes[EnvironmentTypes["Test"] = 1] = "Test";
67146
67147
  EnvironmentTypes[EnvironmentTypes["Internal"] = 2] = "Internal";
67148
+ EnvironmentTypes[EnvironmentTypes["Carrier"] = 3] = "Carrier";
67147
67149
  })(EnvironmentTypes = exports.EnvironmentTypes || (exports.EnvironmentTypes = {}));
67148
67150
  //# sourceMappingURL=merchant.js.map
67149
67151
 
@@ -76747,7 +76749,7 @@ var VehicleCategoryEntity = /** @class */ (function (_super) {
76747
76749
  }) || this;
76748
76750
  }
76749
76751
  VehicleCategoryEntity.prototype.getAll = function () {
76750
- return this.getAllOrFetch();
76752
+ return this.service.getAll();
76751
76753
  };
76752
76754
  return VehicleCategoryEntity;
76753
76755
  }(StoreEntity_1.default));