@tuki-io/tuki-widgets 0.0.214 → 0.0.216

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.
@@ -122,10 +122,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
122
122
 
123
123
  const API = {
124
124
  USER_TOKEN: '/api/provision/:siteId/users/:userId/token',
125
- WEBEX_USER_TOKEN: '/webex/api/webex/provisioning/customers/:customerId/persons/:userId',
126
- WEBEX_USER_DEVICES: '/webex/api/webex/provisioning/customers/:customerId/persons/:userId/devices',
127
- WEBEX_USER_DIRECTORY_NUMBERS: '/webex/api/webex/provisioning/customers/:customerId/persons/:userId/numbers',
128
- WEBEX_USER_DIRECTORY_CALLER_ID: '/webex/api/webex/provisioning/customers/:customerId/persons/:userId/callerId',
125
+ WEBEX_USER_TOKEN: '/api/webex/provisioning/customers/:customerId/persons/:userId',
126
+ WEBEX_USER_DEVICES: '/api/webex/provisioning/customers/:customerId/persons/:userId/devices',
127
+ WEBEX_USER_DIRECTORY_NUMBERS: '/api/webex/provisioning/customers/:customerId/persons/:userId/numbers',
128
+ WEBEX_USER_DIRECTORY_CALLER_ID: '/api/webex/provisioning/customers/:customerId/persons/:userId/callerId',
129
129
  UPDATE_USER_FIELDS: '/api/provision/:siteId/userFields/:token',
130
130
  PERSIST_USER_CACHE: '/api/provision/:siteId/saveUser/:token',
131
131
  USER_BY_ID: '/api/provision/:siteId/users/:userId',
@@ -1787,8 +1787,8 @@ class UserCallingComponent {
1787
1787
  return control;
1788
1788
  }
1789
1789
  get phoneNumberValue() {
1790
- var _a, _b, _c, _d, _e, _f;
1791
- return ((_b = (_a = this.userService) === null || _a === void 0 ? void 0 : _a.user) === null || _b === void 0 ? void 0 : _b.devices[0]) && ((_f = (_e = (_d = (_c = this.userService) === null || _c === void 0 ? void 0 : _c.user) === null || _d === void 0 ? void 0 : _d.devices[0]) === null || _e === void 0 ? void 0 : _e.lineAssociations[0]) === null || _f === void 0 ? void 0 : _f.mappedDids[0]);
1790
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v;
1791
+ return ((_b = (_a = this.userService) === null || _a === void 0 ? void 0 : _a.user) === null || _b === void 0 ? void 0 : _b.devices[0]) && ((_e = (_d = (_c = this.userService) === null || _c === void 0 ? void 0 : _c.user) === null || _d === void 0 ? void 0 : _d.devices[0]) === null || _e === void 0 ? void 0 : _e.lineAssociations) && ((_h = (_g = (_f = this.userService) === null || _f === void 0 ? void 0 : _f.user) === null || _g === void 0 ? void 0 : _g.devices[0]) === null || _h === void 0 ? void 0 : _h.lineAssociations.length) && ((_m = (_l = (_k = (_j = this.userService) === null || _j === void 0 ? void 0 : _j.user) === null || _k === void 0 ? void 0 : _k.devices[0]) === null || _l === void 0 ? void 0 : _l.lineAssociations[0]) === null || _m === void 0 ? void 0 : _m.mappedDids) && ((_r = (_q = (_p = (_o = this.userService) === null || _o === void 0 ? void 0 : _o.user) === null || _p === void 0 ? void 0 : _p.devices[0]) === null || _q === void 0 ? void 0 : _q.lineAssociations[0]) === null || _r === void 0 ? void 0 : _r.mappedDids.length) && ((_v = (_u = (_t = (_s = this.userService) === null || _s === void 0 ? void 0 : _s.user) === null || _t === void 0 ? void 0 : _t.devices[0]) === null || _u === void 0 ? void 0 : _u.lineAssociations[0]) === null || _v === void 0 ? void 0 : _v.mappedDids[0]);
1792
1792
  }
1793
1793
  get lineAssociation() {
1794
1794
  var _a, _b;