@bringg/dashboard-sdk 8.12.1-pre → 8.12.2-pre

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.
@@ -5,5 +5,8 @@ declare class CustomerAvailabilityHourApi {
5
5
  private customerAvailabilityHourEntity;
6
6
  constructor(session: Session);
7
7
  getTaskCustomerAvailabilityHours(params: TaskCustomerAvailabilityHoursGetRequest): Promise<CustomerAvailabilityHour[]>;
8
+ getBatchTaskCustomerAvailabilityHours(params: {
9
+ [customerId: string]: number[];
10
+ }): Promise<CustomerAvailabilityHour[]>;
8
11
  }
9
12
  export default CustomerAvailabilityHourApi;
@@ -48,6 +48,13 @@ var CustomerAvailabilityHourApi = /** @class */ (function () {
48
48
  });
49
49
  });
50
50
  };
51
+ CustomerAvailabilityHourApi.prototype.getBatchTaskCustomerAvailabilityHours = function (params) {
52
+ return __awaiter(this, void 0, void 0, function () {
53
+ return __generator(this, function (_a) {
54
+ return [2 /*return*/, this.customerAvailabilityHourEntity.getBatchTaskCustomerAvailabilityHours(params)];
55
+ });
56
+ });
57
+ };
51
58
  return CustomerAvailabilityHourApi;
52
59
  }());
53
60
  exports.default = CustomerAvailabilityHourApi;
@@ -1 +1 @@
1
- {"version":3,"file":"CustomerAvailabilityHourApi.js","sourceRoot":"","sources":["../../src/CustomerAvailabilityHour/CustomerAvailabilityHourApi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,0FAAqF;AAErF;IAGC,qCAAY,OAAgB;QAC3B,IAAI,CAAC,8BAA8B,GAAG,IAAI,wCAA8B,CAAC,OAAO,CAAC,CAAC;IACnF,CAAC;IAEY,sEAAgC,GAA7C,UACC,MAA+C;;;gBAE/C,sBAAO,IAAI,CAAC,8BAA8B,CAAC,gCAAgC,CAAC,MAAM,CAAC,EAAC;;;KACpF;IACF,kCAAC;AAAD,CAAC,AAZD,IAYC;AAED,kBAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"CustomerAvailabilityHourApi.js","sourceRoot":"","sources":["../../src/CustomerAvailabilityHour/CustomerAvailabilityHourApi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,0FAAqF;AAErF;IAGC,qCAAY,OAAgB;QAC3B,IAAI,CAAC,8BAA8B,GAAG,IAAI,wCAA8B,CAAC,OAAO,CAAC,CAAC;IACnF,CAAC;IAEY,sEAAgC,GAA7C,UACC,MAA+C;;;gBAE/C,sBAAO,IAAI,CAAC,8BAA8B,CAAC,gCAAgC,CAAC,MAAM,CAAC,EAAC;;;KACpF;IAEY,2EAAqC,GAAlD,UAAmD,MAA0C;;;gBAC5F,sBAAO,IAAI,CAAC,8BAA8B,CAAC,qCAAqC,CAAC,MAAM,CAAC,EAAC;;;KACzF;IACF,kCAAC;AAAD,CAAC,AAhBD,IAgBC;AAED,kBAAe,2BAA2B,CAAC"}
@@ -53,7 +53,7 @@ var lodash_1 = require("lodash");
53
53
  var BringgException_1 = require("../Core/BringgException");
54
54
  var Logger_1 = require("../Core/Logger");
55
55
  var abort_1 = require("../utils/abort");
56
- var version = '8.12.1-pre';
56
+ var version = '8.12.2-pre';
57
57
  function logErrorResponse(response) {
58
58
  var data = response.data, status = response.status;
59
59
  try {
@@ -6733,6 +6733,13 @@ var CustomerAvailabilityHourApi = /** @class */ (function () {
6733
6733
  });
6734
6734
  });
6735
6735
  };
6736
+ CustomerAvailabilityHourApi.prototype.getBatchTaskCustomerAvailabilityHours = function (params) {
6737
+ return __awaiter(this, void 0, void 0, function () {
6738
+ return __generator(this, function (_a) {
6739
+ return [2 /*return*/, this.customerAvailabilityHourEntity.getBatchTaskCustomerAvailabilityHours(params)];
6740
+ });
6741
+ });
6742
+ };
6736
6743
  return CustomerAvailabilityHourApi;
6737
6744
  }());
6738
6745
  exports["default"] = CustomerAvailabilityHourApi;
@@ -20371,7 +20378,7 @@ var lodash_1 = __webpack_require__(96486);
20371
20378
  var BringgException_1 = __webpack_require__(43605);
20372
20379
  var Logger_1 = __webpack_require__(55860);
20373
20380
  var abort_1 = __webpack_require__(34179);
20374
- var version = '8.12.1-pre';
20381
+ var version = '8.12.2-pre';
20375
20382
  function logErrorResponse(response) {
20376
20383
  var data = response.data, status = response.status;
20377
20384
  try {