@tuki-io/tuki-widgets 0.0.215 → 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',