@salesforce/lds-network-aura 1.356.0 → 1.357.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.
@@ -21,7 +21,7 @@ import { getEnvironmentSetting, EnvironmentSettings } from 'force/ldsEnvironment
21
21
  const { create, entries: entries$1, keys: keys$1 } = Object;
22
22
  const { parse: parse$1, stringify: stringify$1 } = JSON;
23
23
 
24
- const BASE_URI = '/services/data/v64.0';
24
+ const BASE_URI = '/services/data/v65.0';
25
25
  const CONNECT_BASE_URI = `${BASE_URI}/connect`;
26
26
  const ASSET_MANAGEMENT_BASE_URI = `${BASE_URI}/asset-management`;
27
27
  const COMMERCE_BASE_URI = `${BASE_URI}/commerce`;
@@ -464,7 +464,7 @@ router.post((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs`), buildDataG
464
464
  router.put((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs/retry`), buildDataGraphAction('CdpDataGraphController.retryDataGraph'));
465
465
  router.put((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs`), buildDataGraphAction('CdpDataGraphController.editDataGraph'));
466
466
 
467
- const LWR_APEX_BASE_URI = '/lwr/apex/v64.0';
467
+ const LWR_APEX_BASE_URI = '/lwr/apex/v65.0';
468
468
  const ApexController = 'ApexActionController.execute';
469
469
  const CACHE_CONTROL = 'Cache-Control';
470
470
  const X_SFDC_ALLOW_CONTINUATION = 'X-SFDC-Allow-Continuation';
@@ -3506,6 +3506,8 @@ const SLACK_BRIDGE_RECORD_CHANNELS = new RegExp(`${SLACK_BRIDGE_RECORD_CHANNELS_
3506
3506
  const SLACK_BRIDGE_RECORD_CHANNELS_MEMBER = new RegExp(`${SLACK_BRIDGE_RECORD_CHANNELS_URI}/([a-zA-Z0-9]{15}|[a-zA-Z0-9]{18})`, 'i');
3507
3507
  const SLACK_BRIDGE_TEAM_BASE_URI = `${SLACK_BRIDGE_BASE_URI}/team/([A-Za-z0-9_]+){3,50}`;
3508
3508
  const SLACK_BRIDGE_TEAM_CHANNEL_BASE_URI = `${SLACK_BRIDGE_TEAM_BASE_URI}/channel/([A-Za-z0-9_]+){3,50}`;
3509
+ const SLACK_BRIDGE_TEAM_CHANNEL_INFOS = new RegExp(`${SLACK_BRIDGE_TEAM_BASE_URI}/channels$`, 'i');
3510
+ const SLACK_BRIDGE_TEAM_CHANNEL_INFO = new RegExp(`${SLACK_BRIDGE_TEAM_BASE_URI}/channels/([A-Za-z0-9_]+){3,50}$`, 'i');
3509
3511
  const SLACK_BRIDGE_SEARCH_CONVERSATION = new RegExp(`${SLACK_BRIDGE_TEAM_BASE_URI}/search/conversations$`, 'i');
3510
3512
  const SLACK_BRIDGE_SEARCH_EMOJI = new RegExp(`${SLACK_BRIDGE_TEAM_BASE_URI}/search/emojis$`, 'i');
3511
3513
  const SLACK_BRIDGE_SEARCH_USER = new RegExp(`${SLACK_BRIDGE_TEAM_BASE_URI}/search/users$`, 'i');
@@ -3522,6 +3524,8 @@ const SLACK_BRIDGE_SLACK_RELATED_THREADS_PATH = new RegExp(`${SLACK_BRIDGE_BASE_
3522
3524
  const slackBridge = [
3523
3525
  generateAdapter('get', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_CONVERSATION_MESSAGES, 'SlackBridgeController.getSlackConversation'),
3524
3526
  generateAdapter('post', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_CONVERSATION_MESSAGES, 'SlackBridgeController.postSlackConversation', 'slackMessagePostRequest'),
3527
+ generateAdapter('get', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_TEAM_CHANNEL_INFO, 'SlackBridgeController.getSlackConversationInfo'),
3528
+ generateAdapter('get', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_TEAM_CHANNEL_INFOS, 'SlackBridgeController.getSlackConversationInfos'),
3525
3529
  generateAdapter('get', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_SEARCH_CONVERSATION, 'SlackBridgeController.searchSlackConversation'),
3526
3530
  generateAdapter('get', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_SEARCH_EMOJI, 'SlackBridgeController.searchSlackEmoji'),
3527
3531
  generateAdapter('get', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_SEARCH_USER, 'SlackBridgeController.searchSlackUser'),
@@ -5071,7 +5075,7 @@ const { join, push, unshift } = Array.prototype;
5071
5075
  const { isArray } = Array;
5072
5076
  const { entries, keys } = Object;
5073
5077
 
5074
- const UI_API_BASE_URI = '/services/data/v64.0/ui-api';
5078
+ const UI_API_BASE_URI = '/services/data/v65.0/ui-api';
5075
5079
 
5076
5080
  let instrumentation = {
5077
5081
  aggregateUiChunkCount: (_cb) => { },
@@ -5576,4 +5580,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
5576
5580
  var main = platformNetworkAdapter(auraNetworkAdapter);
5577
5581
 
5578
5582
  export { CrudEventState, CrudEventType, UIAPI_GET_LAYOUT, UIAPI_GET_LAYOUT_USER_STATE, UIAPI_OBJECT_INFO_BATCH_PATH, UIAPI_OBJECT_INFO_PATH, UIAPI_RECORDS_PATH$1 as UIAPI_RECORDS_PATH, UIAPI_RELATED_LIST_RECORDS_BATCH_PATH, UIAPI_RELATED_LIST_RECORDS_PATH, createOkResponse$1 as createOkResponse, main as default, defaultActionConfig, dispatchAction as dispatchAuraAction, forceRecordTransactionsDisabled, getTransactionKey, instrument$1 as instrument, layoutStorage, layoutStorageStatsLogger, layoutUserStateStorage, layoutUserStateStorageStatsLogger, instrument as ldsNetworkAdapterInstrument, objectInfoStorage, objectInfoStorageStatsLogger, shouldForceRefresh };
5579
- // version: 1.356.0-5a2e6cd82a
5583
+ // version: 1.357.0-aac41a57a8
@@ -1 +1 @@
1
- export declare const LWR_APEX_BASE_URI = "/lwr/apex/v64.0";
1
+ export declare const LWR_APEX_BASE_URI = "/lwr/apex/v65.0";
@@ -1,4 +1,4 @@
1
- export declare const BASE_URI = "/services/data/v64.0";
1
+ export declare const BASE_URI = "/services/data/v65.0";
2
2
  export declare const CONNECT_BASE_URI: string;
3
3
  export declare const ASSET_MANAGEMENT_BASE_URI: string;
4
4
  export declare const COMMERCE_BASE_URI: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.356.0",
3
+ "version": "1.357.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter for Aura Runtime",
6
6
  "main": "dist/ldsNetwork.js",
@@ -37,11 +37,11 @@
37
37
  "@luvio/engine": "0.156.7"
38
38
  },
39
39
  "devDependencies": {
40
- "@salesforce/lds-adapters-uiapi": "^1.356.0",
41
- "@salesforce/lds-aura-storage": "^1.356.0",
42
- "@salesforce/lds-environment-settings": "^1.356.0",
43
- "@salesforce/lds-instrumentation": "^1.356.0",
44
- "@salesforce/lds-network-adapter": "^1.356.0"
40
+ "@salesforce/lds-adapters-uiapi": "^1.357.0",
41
+ "@salesforce/lds-aura-storage": "^1.357.0",
42
+ "@salesforce/lds-environment-settings": "^1.357.0",
43
+ "@salesforce/lds-instrumentation": "^1.357.0",
44
+ "@salesforce/lds-network-adapter": "^1.357.0"
45
45
  },
46
46
  "volta": {
47
47
  "extends": "../../package.json"