@salesforce/lds-network-aura 1.160.0 → 1.161.0

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.
@@ -649,6 +649,7 @@ const SALES_EXCELLENCE_ACTIONABLE_LIST_MEMBER_SEARCH_BY_ID = new RegExp(`${SALES
649
649
  const SALES_EXCELLENCE_ASSIGN_ACTIONABLE_LIST = new RegExp(`${SALES_EXCELLENCE_BASE_URI}/actionable-list/assignment/([A-Za-z0-9_]){1,255}`, 'i');
650
650
  const SALES_EXCELLENCE_ASSIGNED_ACTIONABLE_LISTS = new RegExp(`${SALES_EXCELLENCE_BASE_URI}/actionable-lists$`, 'i');
651
651
  const SALES_EXCELLENCE_GET_ACTIONABLE_LIST_METADATA = new RegExp(`${SALES_EXCELLENCE_BASE_URI}/actionable-lists/metadata/([A-Za-z0-9_]){1,255}$`, 'i');
652
+ const SALES_EXCELLENCE_GET_ALM_QUEUES = new RegExp(`${SALES_EXCELLENCE_BASE_URI}/actionable-list-member/queues`, 'i');
652
653
  const TIMELINE_PATH = new RegExp(`${CONNECT_BASE_URI}/timeline/([A-Z0-9]){15,18}/timeline-definitions/([A-Za-z0-9_]){1,255}/events`, 'i');
653
654
  const TIMELINE_METADATA_PATH = new RegExp(`${CONNECT_BASE_URI}/timeline/metadata/configurations`, 'i');
654
655
  const CRITERIABASEDSEARCHFILTER_CONFIGURATIONS_PATH = new RegExp(`${CONNECT_BASE_URI}/criteria-based-search/configurations`, 'i');
@@ -1194,6 +1195,7 @@ const salesExcellence = [
1194
1195
  generateAdapter('post', CONNECT_BASE_URI, SALES_EXCELLENCE_ASSIGN_ACTIONABLE_LIST, 'IndustriesActionableListMemberController.assignActionableList'),
1195
1196
  generateAdapter('get', CONNECT_BASE_URI, SALES_EXCELLENCE_ASSIGNED_ACTIONABLE_LISTS, 'IndustriesActionableListMemberController.getAssignedActionableLists'),
1196
1197
  generateAdapter('get', CONNECT_BASE_URI, SALES_EXCELLENCE_GET_ACTIONABLE_LIST_METADATA, 'IndustriesActionableListMemberController.getActionableListMetadata'),
1198
+ generateAdapter('get', CONNECT_BASE_URI, SALES_EXCELLENCE_GET_ALM_QUEUES, 'IndustriesActionableListMemberController.getALMQueues'),
1197
1199
  ];
1198
1200
  const cdpSalesExcellence = [
1199
1201
  generateAdapter('post', CONNECT_BASE_URI, CDP_SALES_EXCELLENCE_SEGMENT_PREVIEW, 'CdpSalesExcellenceController.createObjectsDataFromSelectedSegment'),
@@ -3034,4 +3036,4 @@ function auraNetworkAdapter(resourceRequest) {
3034
3036
  var main = platformNetworkAdapter(auraNetworkAdapter);
3035
3037
 
3036
3038
  export { main as default, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
3037
- // version: 1.160.0-ff4890744
3039
+ // version: 1.161.0-55ea873b7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.160.0",
3
+ "version": "1.161.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter for Aura Runtime",
6
6
  "main": "dist/ldsNetwork.js",