@bringg/dashboard-sdk 8.8.0 → 8.9.1

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.
@@ -1,4 +1,4 @@
1
- import { ChatMerchantAppDto } from '@bringg/types';
1
+ import { ChatMerchantAppDto, User } from '@bringg/types';
2
2
  import Session from '../Services/Identity/Session';
3
3
  import { ChatResponse } from './Chat.types';
4
4
  export default class Chat {
@@ -7,4 +7,5 @@ export default class Chat {
7
7
  getChatMerchantApp(): Promise<ChatResponse<ChatMerchantAppDto>>;
8
8
  createChatMerchantApp(): Promise<ChatResponse<ChatMerchantAppDto>>;
9
9
  getChatMerchantAppExists(): Promise<ChatResponse<boolean>>;
10
+ getChatUsers(bringgUsersId: Array<User['id']>): Promise<ChatResponse<string[]>>;
10
11
  }
package/dist/Chat/Chat.js CHANGED
@@ -14,6 +14,9 @@ var Chat = /** @class */ (function () {
14
14
  Chat.prototype.getChatMerchantAppExists = function () {
15
15
  return this.chatService.getChatMerchantAppExists();
16
16
  };
17
+ Chat.prototype.getChatUsers = function (bringgUsersId) {
18
+ return this.chatService.getChatUsers(bringgUsersId);
19
+ };
17
20
  return Chat;
18
21
  }());
19
22
  exports.default = Chat;
@@ -1 +1 @@
1
- {"version":3,"file":"Chat.js","sourceRoot":"","sources":["../../src/Chat/Chat.ts"],"names":[],"mappings":";;AAIA,uDAAiD;AAEjD;IAGC,cAAmB,OAAgB;QAClC,IAAI,CAAC,WAAW,GAAG,IAAI,sBAAW,CAAC,OAAO,CAAC,CAAC;IAC7C,CAAC;IAED,iCAAkB,GAAlB;QACC,OAAO,IAAI,CAAC,WAAW,CAAC,kBAAkB,EAAE,CAAC;IAC9C,CAAC;IAED,oCAAqB,GAArB;QACC,OAAO,IAAI,CAAC,WAAW,CAAC,qBAAqB,EAAE,CAAC;IACjD,CAAC;IAED,uCAAwB,GAAxB;QACC,OAAO,IAAI,CAAC,WAAW,CAAC,wBAAwB,EAAE,CAAC;IACpD,CAAC;IACF,WAAC;AAAD,CAAC,AAlBD,IAkBC"}
1
+ {"version":3,"file":"Chat.js","sourceRoot":"","sources":["../../src/Chat/Chat.ts"],"names":[],"mappings":";;AAIA,uDAAiD;AAEjD;IAGC,cAAmB,OAAgB;QAClC,IAAI,CAAC,WAAW,GAAG,IAAI,sBAAW,CAAC,OAAO,CAAC,CAAC;IAC7C,CAAC;IAED,iCAAkB,GAAlB;QACC,OAAO,IAAI,CAAC,WAAW,CAAC,kBAAkB,EAAE,CAAC;IAC9C,CAAC;IAED,oCAAqB,GAArB;QACC,OAAO,IAAI,CAAC,WAAW,CAAC,qBAAqB,EAAE,CAAC;IACjD,CAAC;IAED,uCAAwB,GAAxB;QACC,OAAO,IAAI,CAAC,WAAW,CAAC,wBAAwB,EAAE,CAAC;IACpD,CAAC;IAED,2BAAY,GAAZ,UAAa,aAAgC;QAC5C,OAAO,IAAI,CAAC,WAAW,CAAC,YAAY,CAAC,aAAa,CAAC,CAAC;IACrD,CAAC;IACF,WAAC;AAAD,CAAC,AAtBD,IAsBC"}
@@ -1,4 +1,4 @@
1
- import { ChatMerchantAppDto } from '@bringg/types';
1
+ import { ChatMerchantAppDto, User } from '@bringg/types';
2
2
  import RouteGenerator from '../../Core/RouteGenerator';
3
3
  import Session from '../../Services/Identity/Session';
4
4
  import { SessionBasedService } from '../../Services/SessionBasedService';
@@ -10,4 +10,5 @@ export default class ChatService extends SessionBasedService {
10
10
  getChatMerchantApp(): Promise<ChatResponse<ChatMerchantAppDto>>;
11
11
  createChatMerchantApp(): Promise<ChatResponse<ChatMerchantAppDto>>;
12
12
  getChatMerchantAppExists(): Promise<ChatResponse<boolean>>;
13
+ getChatUsers(bringgUsersId: Array<User['id']>): Promise<ChatResponse<string[]>>;
13
14
  }
@@ -58,7 +58,8 @@ var DEVELOPMENT_URL = 'http://localhost:3080';
58
58
  var SERVICE_PREFIX = process.env.NODE_ENV === 'development' ? '/v2' : '/chat-service/v2';
59
59
  var Routes = {
60
60
  CHAT_MERCHANT_APP: "".concat(SERVICE_PREFIX, "/merchant"),
61
- CHAT_MERCHANT_APP_EXISTS: "".concat(SERVICE_PREFIX, "/merchant/exists")
61
+ CHAT_MERCHANT_APP_EXISTS: "".concat(SERVICE_PREFIX, "/merchant/exists"),
62
+ CHAT_USERS: "".concat(SERVICE_PREFIX, "/users")
62
63
  };
63
64
  var ChatService = /** @class */ (function (_super) {
64
65
  __extends(ChatService, _super);
@@ -93,6 +94,13 @@ var ChatService = /** @class */ (function (_super) {
93
94
  });
94
95
  });
95
96
  };
97
+ ChatService.prototype.getChatUsers = function (bringgUsersId) {
98
+ return __awaiter(this, void 0, void 0, function () {
99
+ return __generator(this, function (_a) {
100
+ return [2 /*return*/, this.routeGenerator.post(Routes.CHAT_USERS).withPayload({ bringgUsersId: bringgUsersId }).invoke()];
101
+ });
102
+ });
103
+ };
96
104
  return ChatService;
97
105
  }(SessionBasedService_1.SessionBasedService));
98
106
  exports.default = ChatService;
@@ -1 +1 @@
1
- {"version":3,"file":"Chat.service.js","sourceRoot":"","sources":["../../../src/Chat/Service/Chat.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,2DAAsD;AACtD,4DAAuD;AAEvD,0EAAyE;AAGzE,IAAM,eAAe,GAAG,uBAAuB,CAAC;AAChD,IAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,kBAAkB,CAAC;AAE3F,IAAM,MAAM,GAAG;IACd,iBAAiB,EAAE,UAAG,cAAc,cAAW;IAC/C,wBAAwB,EAAE,UAAG,cAAc,qBAAkB;CAC7D,CAAC;AAEF;IAAyC,+BAAmB;IAI3D,qBAAmB,OAAgB;QAAnC,iBAUC;QATA,IAAM,QAAQ,GACb,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,aAAa;YACrC,CAAC,CAAC,qBAAW,CAAC,KAAK,CAAC,eAAe,CAAC;YACpC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,cAAc,EAAE,CAAC;gBAEpC,kBAAM,QAAQ,EAAE,OAAO,CAAC;QAExB,KAAI,CAAC,UAAU,GAAG,MAAM,CAAC;QACzB,KAAI,CAAC,cAAc,GAAG,IAAI,wBAAc,CAAC,KAAI,CAAC,CAAC;;IAChD,CAAC;IAEK,wCAAkB,GAAxB;;;gBACC,sBAAO,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,MAAM,EAAE,EAAC;;;KAClE;IAEK,2CAAqB,GAA3B;;;gBACC,sBAAO,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,MAAM,EAAE,EAAC;;;KACnE;IAEK,8CAAwB,GAA9B;;;gBACC,sBAAO,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC,MAAM,EAAE,EAAC;;;KACzE;IACF,kBAAC;AAAD,CAAC,AA3BD,CAAyC,yCAAmB,GA2B3D"}
1
+ {"version":3,"file":"Chat.service.js","sourceRoot":"","sources":["../../../src/Chat/Service/Chat.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,2DAAsD;AACtD,4DAAuD;AAEvD,0EAAyE;AAGzE,IAAM,eAAe,GAAG,uBAAuB,CAAC;AAChD,IAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,kBAAkB,CAAC;AAE3F,IAAM,MAAM,GAAG;IACd,iBAAiB,EAAE,UAAG,cAAc,cAAW;IAC/C,wBAAwB,EAAE,UAAG,cAAc,qBAAkB;IAC7D,UAAU,EAAE,UAAG,cAAc,WAAQ;CACrC,CAAC;AAEF;IAAyC,+BAAmB;IAI3D,qBAAmB,OAAgB;QAAnC,iBAUC;QATA,IAAM,QAAQ,GACb,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,aAAa;YACrC,CAAC,CAAC,qBAAW,CAAC,KAAK,CAAC,eAAe,CAAC;YACpC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,cAAc,EAAE,CAAC;gBAEpC,kBAAM,QAAQ,EAAE,OAAO,CAAC;QAExB,KAAI,CAAC,UAAU,GAAG,MAAM,CAAC;QACzB,KAAI,CAAC,cAAc,GAAG,IAAI,wBAAc,CAAC,KAAI,CAAC,CAAC;;IAChD,CAAC;IAEK,wCAAkB,GAAxB;;;gBACC,sBAAO,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,MAAM,EAAE,EAAC;;;KAClE;IAEK,2CAAqB,GAA3B;;;gBACC,sBAAO,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,MAAM,EAAE,EAAC;;;KACnE;IAEK,8CAAwB,GAA9B;;;gBACC,sBAAO,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC,MAAM,EAAE,EAAC;;;KACzE;IAEK,kCAAY,GAAlB,UAAmB,aAAgC;;;gBAClD,sBAAO,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,CAAC,EAAE,aAAa,eAAA,EAAE,CAAC,CAAC,MAAM,EAAE,EAAC;;;KAC3F;IACF,kBAAC;AAAD,CAAC,AA/BD,CAAyC,yCAAmB,GA+B3D"}
@@ -13,7 +13,7 @@ export default class MerchantApi {
13
13
  }): Promise<boolean>;
14
14
  createMerchantByAccountManager(newMerchant: Merchant): Promise<string>;
15
15
  proFeaturesEnabled(): boolean;
16
- featureFlags(): any;
16
+ featureFlags(): import("@bringg/types").FeatureFlags;
17
17
  validateCopyMerchantSettings(copyData: CopyData): Promise<ValidatedMerchantSettings>;
18
18
  copyMerchantSettings(copyData: CopyData, fields: Partial<Merchant>): Promise<boolean>;
19
19
  }
@@ -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.8.0';
56
+ var version = '8.9.1';
57
57
  function logErrorResponse(response) {
58
58
  var data = response.data, status = response.status;
59
59
  try {
@@ -1,6 +1,7 @@
1
+ import type { SupportTicket, SupportTicketResponse } from '@bringg/types';
1
2
  import Session from '../../Services/Identity/Session';
2
3
  export declare class SupportTicketEntity {
3
4
  private readonly service;
4
5
  constructor(session: Session);
5
- createSupportTicket(payload: any): Promise<any>;
6
+ createSupportTicket(payload: SupportTicket): Promise<SupportTicketResponse>;
6
7
  }
@@ -40,12 +40,10 @@ exports.SupportTicketEntity = void 0;
40
40
  var BaseService_1 = require("../../Core/BaseService");
41
41
  var RouteGenerator_1 = require("../../Core/RouteGenerator");
42
42
  var SupportTicket_consts_1 = require("../SupportTicket.consts");
43
- // TODO: add types when backend will be finalized
44
43
  var SupportTicketEntity = /** @class */ (function () {
45
44
  function SupportTicketEntity(session) {
46
45
  this.service = new BaseService_1.default(session, 'support_ticket');
47
46
  }
48
- // TODO: add types when backend will be finalized
49
47
  SupportTicketEntity.prototype.createSupportTicket = function (payload) {
50
48
  return __awaiter(this, void 0, void 0, function () {
51
49
  return __generator(this, function (_a) {
@@ -1 +1 @@
1
- {"version":3,"file":"SupportTicket.js","sourceRoot":"","sources":["../../../src/SupportTicket/Entity/SupportTicket.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sDAAiD;AAEjD,4DAA6D;AAE7D,gEAAiD;AAEjD,iDAAiD;AACjD;IAGC,6BAAY,OAAgB;QAC3B,IAAI,CAAC,OAAO,GAAG,IAAI,qBAAW,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAAC;IAC3D,CAAC;IAED,iDAAiD;IAC3C,iDAAmB,GAAzB,UAA0B,OAAO;;;;4BACzB,qBAAM,IAAI,CAAC,OAAO,CAAC,cAAc;6BACtC,IAAI,CAAC,6BAAM,CAAC,aAAa,CAAC;6BAC1B,WAAW,CAAC,OAAO,CAAC;6BACpB,aAAa,CAAC,iCAAgB,CAAC;6BAC/B,YAAY,CAAC,iCAAiC,CAAC;6BAC/C,MAAM,EAAE,EAAA;4BALV,sBAAO,SAKG,EAAC;;;;KACX;IACF,0BAAC;AAAD,CAAC,AAhBD,IAgBC;AAhBY,kDAAmB"}
1
+ {"version":3,"file":"SupportTicket.js","sourceRoot":"","sources":["../../../src/SupportTicket/Entity/SupportTicket.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,sDAAiD;AAEjD,4DAA6D;AAE7D,gEAAiD;AAEjD;IAGC,6BAAY,OAAgB;QAC3B,IAAI,CAAC,OAAO,GAAG,IAAI,qBAAW,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAAC;IAC3D,CAAC;IAEK,iDAAmB,GAAzB,UAA0B,OAAsB;;;;4BACxC,qBAAM,IAAI,CAAC,OAAO,CAAC,cAAc;6BACtC,IAAI,CAAC,6BAAM,CAAC,aAAa,CAAC;6BAC1B,WAAW,CAAC,OAAO,CAAC;6BACpB,aAAa,CAAC,iCAAgB,CAAC;6BAC/B,YAAY,CAAC,iCAAiC,CAAC;6BAC/C,MAAM,EAAE,EAAA;4BALV,sBAAO,SAKG,EAAC;;;;KACX;IACF,0BAAC;AAAD,CAAC,AAfD,IAeC;AAfY,kDAAmB"}
@@ -1,6 +1,7 @@
1
+ import type { SupportTicket, SupportTicketResponse } from '@bringg/types';
1
2
  import type Session from '../Services/Identity/Session';
2
3
  export default class SupportTicketApi {
3
4
  private readonly supportTicketEntity;
4
5
  constructor(session: Session);
5
- createSupportTicket(payload: any): Promise<any>;
6
+ createSupportTicket(payload: SupportTicket): Promise<SupportTicketResponse>;
6
7
  }
@@ -41,7 +41,6 @@ var SupportTicketApi = /** @class */ (function () {
41
41
  function SupportTicketApi(session) {
42
42
  this.supportTicketEntity = new SupportTicket_1.SupportTicketEntity(session);
43
43
  }
44
- // TODO: add types when backend will be finalized
45
44
  SupportTicketApi.prototype.createSupportTicket = function (payload) {
46
45
  return __awaiter(this, void 0, void 0, function () {
47
46
  return __generator(this, function (_a) {
@@ -1 +1 @@
1
- {"version":3,"file":"SupportTicketApi.js","sourceRoot":"","sources":["../../src/SupportTicket/SupportTicketApi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,wDAA6D;AAE7D;IAGC,0BAAY,OAAgB;QAC3B,IAAI,CAAC,mBAAmB,GAAG,IAAI,mCAAmB,CAAC,OAAO,CAAC,CAAC;IAC7D,CAAC;IACD,iDAAiD;IAC3C,8CAAmB,GAAzB,UAA0B,OAAY;;;gBACrC,sBAAO,IAAI,CAAC,mBAAmB,CAAC,mBAAmB,CAAC,OAAO,CAAC,EAAC;;;KAC7D;IACF,uBAAC;AAAD,CAAC,AAVD,IAUC"}
1
+ {"version":3,"file":"SupportTicketApi.js","sourceRoot":"","sources":["../../src/SupportTicket/SupportTicketApi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wDAA6D;AAE7D;IAGC,0BAAY,OAAgB;QAC3B,IAAI,CAAC,mBAAmB,GAAG,IAAI,mCAAmB,CAAC,OAAO,CAAC,CAAC;IAC7D,CAAC;IACK,8CAAmB,GAAzB,UAA0B,OAAsB;;;gBAC/C,sBAAO,IAAI,CAAC,mBAAmB,CAAC,mBAAmB,CAAC,OAAO,CAAC,EAAC;;;KAC7D;IACF,uBAAC;AAAD,CAAC,AATD,IASC"}
@@ -3108,6 +3108,9 @@ var Chat = /** @class */ (function () {
3108
3108
  Chat.prototype.getChatMerchantAppExists = function () {
3109
3109
  return this.chatService.getChatMerchantAppExists();
3110
3110
  };
3111
+ Chat.prototype.getChatUsers = function (bringgUsersId) {
3112
+ return this.chatService.getChatUsers(bringgUsersId);
3113
+ };
3111
3114
  return Chat;
3112
3115
  }());
3113
3116
  exports["default"] = Chat;
@@ -3179,7 +3182,8 @@ var DEVELOPMENT_URL = 'http://localhost:3080';
3179
3182
  var SERVICE_PREFIX = false ? 0 : '/chat-service/v2';
3180
3183
  var Routes = {
3181
3184
  CHAT_MERCHANT_APP: "".concat(SERVICE_PREFIX, "/merchant"),
3182
- CHAT_MERCHANT_APP_EXISTS: "".concat(SERVICE_PREFIX, "/merchant/exists")
3185
+ CHAT_MERCHANT_APP_EXISTS: "".concat(SERVICE_PREFIX, "/merchant/exists"),
3186
+ CHAT_USERS: "".concat(SERVICE_PREFIX, "/users")
3183
3187
  };
3184
3188
  var ChatService = /** @class */ (function (_super) {
3185
3189
  __extends(ChatService, _super);
@@ -3214,6 +3218,13 @@ var ChatService = /** @class */ (function (_super) {
3214
3218
  });
3215
3219
  });
3216
3220
  };
3221
+ ChatService.prototype.getChatUsers = function (bringgUsersId) {
3222
+ return __awaiter(this, void 0, void 0, function () {
3223
+ return __generator(this, function (_a) {
3224
+ return [2 /*return*/, this.routeGenerator.post(Routes.CHAT_USERS).withPayload({ bringgUsersId: bringgUsersId }).invoke()];
3225
+ });
3226
+ });
3227
+ };
3217
3228
  return ChatService;
3218
3229
  }(SessionBasedService_1.SessionBasedService));
3219
3230
  exports["default"] = ChatService;
@@ -20054,7 +20065,7 @@ var lodash_1 = __webpack_require__(96486);
20054
20065
  var BringgException_1 = __webpack_require__(43605);
20055
20066
  var Logger_1 = __webpack_require__(55860);
20056
20067
  var abort_1 = __webpack_require__(34179);
20057
- var version = '8.8.0';
20068
+ var version = '8.9.1';
20058
20069
  function logErrorResponse(response) {
20059
20070
  var data = response.data, status = response.status;
20060
20071
  try {
@@ -20911,12 +20922,10 @@ exports.SupportTicketEntity = void 0;
20911
20922
  var BaseService_1 = __webpack_require__(41992);
20912
20923
  var RouteGenerator_1 = __webpack_require__(84075);
20913
20924
  var SupportTicket_consts_1 = __webpack_require__(60637);
20914
- // TODO: add types when backend will be finalized
20915
20925
  var SupportTicketEntity = /** @class */ (function () {
20916
20926
  function SupportTicketEntity(session) {
20917
20927
  this.service = new BaseService_1.default(session, 'support_ticket');
20918
20928
  }
20919
- // TODO: add types when backend will be finalized
20920
20929
  SupportTicketEntity.prototype.createSupportTicket = function (payload) {
20921
20930
  return __awaiter(this, void 0, void 0, function () {
20922
20931
  return __generator(this, function (_a) {
@@ -21000,7 +21009,6 @@ var SupportTicketApi = /** @class */ (function () {
21000
21009
  function SupportTicketApi(session) {
21001
21010
  this.supportTicketEntity = new SupportTicket_1.SupportTicketEntity(session);
21002
21011
  }
21003
- // TODO: add types when backend will be finalized
21004
21012
  SupportTicketApi.prototype.createSupportTicket = function (payload) {
21005
21013
  return __awaiter(this, void 0, void 0, function () {
21006
21014
  return __generator(this, function (_a) {
@@ -30756,6 +30764,7 @@ __exportStar(__webpack_require__(12073), exports);
30756
30764
  __exportStar(__webpack_require__(17050), exports);
30757
30765
  __exportStar(__webpack_require__(656), exports);
30758
30766
  __exportStar(__webpack_require__(68270), exports);
30767
+ __exportStar(__webpack_require__(59969), exports);
30759
30768
  __exportStar(__webpack_require__(32578), exports);
30760
30769
  __exportStar(__webpack_require__(78395), exports);
30761
30770
  __exportStar(__webpack_require__(77967), exports);
@@ -30782,6 +30791,7 @@ __exportStar(__webpack_require__(55166), exports);
30782
30791
  __exportStar(__webpack_require__(56628), exports);
30783
30792
  __exportStar(__webpack_require__(69424), exports);
30784
30793
  __exportStar(__webpack_require__(70879), exports);
30794
+ __exportStar(__webpack_require__(24079), exports);
30785
30795
  __exportStar(__webpack_require__(55009), exports);
30786
30796
  __exportStar(__webpack_require__(53569), exports);
30787
30797
  __exportStar(__webpack_require__(78623), exports);
@@ -30822,6 +30832,7 @@ __exportStar(__webpack_require__(29323), exports);
30822
30832
  __exportStar(__webpack_require__(98795), exports);
30823
30833
  __exportStar(__webpack_require__(84217), exports);
30824
30834
  __exportStar(__webpack_require__(92342), exports);
30835
+ __exportStar(__webpack_require__(44329), exports);
30825
30836
  __exportStar(__webpack_require__(30828), exports);
30826
30837
  __exportStar(__webpack_require__(13789), exports);
30827
30838
  __exportStar(__webpack_require__(9508), exports);
@@ -32350,6 +32361,21 @@ var EmulatedDeliveryEvents;
32350
32361
 
32351
32362
  /***/ }),
32352
32363
 
32364
+ /***/ 59969:
32365
+ /***/ ((__unused_webpack_module, exports) => {
32366
+
32367
+ "use strict";
32368
+
32369
+ exports.__esModule = true;
32370
+ exports.ErrorCode = void 0;
32371
+ var ErrorCode;
32372
+ (function (ErrorCode) {
32373
+ ErrorCode["TierCanUpgradeToIsFalse"] = "TIER_CAN_UPGRADE_TO_IS_FALSE";
32374
+ })(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
32375
+ //# sourceMappingURL=error_code.js.map
32376
+
32377
+ /***/ }),
32378
+
32353
32379
  /***/ 32578:
32354
32380
  /***/ ((__unused_webpack_module, exports) => {
32355
32381
 
@@ -32414,6 +32440,7 @@ var EventType;
32414
32440
  EventType["UsersReadyToExecute"] = "users:ready_to_execute";
32415
32441
  EventType["UserReadyToExecute"] = "user:ready_to_execute";
32416
32442
  EventType["RequestOptimizeRoute"] = "request_optimize_route";
32443
+ EventType["RequestRecalculateEta"] = "request_recalculate_eta";
32417
32444
  EventType["RequestOptimizeDriverRoute"] = "request_optimize_driver_route";
32418
32445
  EventType["RequestRescheduleCancelledTask"] = "request_reschedule_cancelled_task";
32419
32446
  EventType["SharedLocationCreated"] = "shared_location:created";
@@ -32909,6 +32936,7 @@ var EnvironmentTypes;
32909
32936
  EnvironmentTypes[EnvironmentTypes["Test"] = 1] = "Test";
32910
32937
  EnvironmentTypes[EnvironmentTypes["Internal"] = 2] = "Internal";
32911
32938
  EnvironmentTypes[EnvironmentTypes["Carrier"] = 3] = "Carrier";
32939
+ EnvironmentTypes[EnvironmentTypes["Template"] = 4] = "Template";
32912
32940
  })(EnvironmentTypes = exports.EnvironmentTypes || (exports.EnvironmentTypes = {}));
32913
32941
  //# sourceMappingURL=merchant.js.map
32914
32942
 
@@ -33120,6 +33148,25 @@ exports.__esModule = true;
33120
33148
 
33121
33149
  /***/ }),
33122
33150
 
33151
+ /***/ 24079:
33152
+ /***/ ((__unused_webpack_module, exports) => {
33153
+
33154
+ "use strict";
33155
+
33156
+ exports.__esModule = true;
33157
+ exports.OptimizationEntityType = void 0;
33158
+ var OptimizationEntityType;
33159
+ (function (OptimizationEntityType) {
33160
+ OptimizationEntityType["Task"] = "task";
33161
+ OptimizationEntityType["ActualBreak"] = "actual_break";
33162
+ OptimizationEntityType["RouteInfo"] = "route_info";
33163
+ OptimizationEntityType["Directions"] = "directions";
33164
+ OptimizationEntityType["UnassignedTask"] = "unassigned_task";
33165
+ })(OptimizationEntityType = exports.OptimizationEntityType || (exports.OptimizationEntityType = {}));
33166
+ //# sourceMappingURL=optimization_result.js.map
33167
+
33168
+ /***/ }),
33169
+
33123
33170
  /***/ 55009:
33124
33171
  /***/ ((__unused_webpack_module, exports) => {
33125
33172
 
@@ -33984,6 +34031,16 @@ exports.__esModule = true;
33984
34031
 
33985
34032
  /***/ }),
33986
34033
 
34034
+ /***/ 44329:
34035
+ /***/ ((__unused_webpack_module, exports) => {
34036
+
34037
+ "use strict";
34038
+
34039
+ exports.__esModule = true;
34040
+ //# sourceMappingURL=support-ticket.js.map
34041
+
34042
+ /***/ }),
34043
+
33987
34044
  /***/ 30828:
33988
34045
  /***/ ((__unused_webpack_module, exports) => {
33989
34046