@salesforce/lds-network-aura 1.412.0 → 1.413.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.
package/dist/ldsNetwork.js
CHANGED
|
@@ -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/
|
|
24
|
+
const BASE_URI = '/services/data/v67.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`;
|
|
@@ -473,7 +473,7 @@ router.post((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs`), buildDataG
|
|
|
473
473
|
router.put((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs/retry`), buildDataGraphAction('CdpDataGraphController.retryDataGraph'));
|
|
474
474
|
router.put((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs`), buildDataGraphAction('CdpDataGraphController.editDataGraph'));
|
|
475
475
|
|
|
476
|
-
const LWR_APEX_BASE_URI = '/lwr/apex/
|
|
476
|
+
const LWR_APEX_BASE_URI = '/lwr/apex/v67.0';
|
|
477
477
|
const ApexController = 'ApexActionController.execute';
|
|
478
478
|
const CACHE_CONTROL = 'Cache-Control';
|
|
479
479
|
const X_SFDC_ALLOW_CONTINUATION = 'X-SFDC-Allow-Continuation';
|
|
@@ -1376,6 +1376,7 @@ const EINSTEIN_PROMPT_TEMPLATE_TYPE_PATH = new RegExp(`${EINSTEIN_BASE_URI}/prom
|
|
|
1376
1376
|
const EINSTEIN_PROMPT_TEMPLATE_OUTPUT_LANG_PATH = new RegExp(`${EINSTEIN_BASE_URI}/prompt-template/(?!.*__)[A-Za-z0-9](?:[A-Za-z0-9_]{0,253}[A-Za-z0-9])?/output-languages$`, 'i');
|
|
1377
1377
|
const EINSTEIN_LLM_FEEDBACK_PATH = new RegExp(`${EINSTEIN_BASE_URI}/llm/feedback`, 'i');
|
|
1378
1378
|
const EINSTEIN_LLM_EMBEDDINGS_PATH = new RegExp(`${EINSTEIN_BASE_URI}/llm/embeddings`, 'i');
|
|
1379
|
+
const EINSTEIN_PROMPT_TEMPLATE_STATUS_PATH = new RegExp(`${EINSTEIN_BASE_URI}/prompt-templates/([A-Za-z0-9_]){1,255}/status(\\?.*)?$`, 'i');
|
|
1379
1380
|
const EINSTEIN_PROMPT_TEMPLATE_VERSION_STATUS_PATH = new RegExp(`${EINSTEIN_BASE_URI}/prompt-templates/([A-Za-z0-9_]){1,255}/versions/([A-Za-z0-9_]){1,255}/status(\\?.*)?$`, 'i');
|
|
1380
1381
|
const DOCUMENT_MATRIX_FETCH_RESULTS = new RegExp(`${CONNECT_BASE_URI}/document-matrix/document-decision/([A-Za-z0-9]){1,18}$`, 'i');
|
|
1381
1382
|
const NEXTGENSALESAGREEMENTPRICE_PATH = new RegExp(`${CONNECT_BASE_URI}/sales-agreements/([A-Za-z0-9]){1,255}/price`, 'i');
|
|
@@ -1688,6 +1689,8 @@ const MILESTONES_MILESTONE_COMPLETED_PATH = new RegExp(`${MILESTONES_BASE_URI}/m
|
|
|
1688
1689
|
const GET_APPEXCHANGE_LISTING_PATH = new RegExp(`${APPEXCHANGE_BASE_URI}/search-listings`, 'i');
|
|
1689
1690
|
const GET_APPEXCHANGE_USER_EVENTS_PATH = new RegExp(`${APPEXCHANGE_BASE_URI}/user-events`, 'i');
|
|
1690
1691
|
const GET_APPEXCHANGE_LISTING_DETAILS_PATH = new RegExp(`${APPEXCHANGE_BASE_URI}/listings/(a0N[A-Za-z0-9]{15}|[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})$`, 'i');
|
|
1692
|
+
const GET_APPEXCHANGE_ACTION_DETAILS_PATH = new RegExp(`${APPEXCHANGE_BASE_URI}/assets/listings/(a0N[A-Za-z0-9]{15}|[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})/actions/(.*)$`, 'i');
|
|
1693
|
+
const GET_APPEXCHANGE_ASSET_TOPICS_PATH = new RegExp(`${APPEXCHANGE_BASE_URI}/assets/topics(\\?.*)?$`, 'i');
|
|
1691
1694
|
const MILESTONES_MILESTONES_DATA_MANAGER_PATH = new RegExp(`${MILESTONES_BASE_URI}/milestones-data-manager/([A-Za-z0-9]){15,18}$`, 'i');
|
|
1692
1695
|
const UNIFIED_ANALYTICS_SUBSCRIPTIONS_DIGEST_GET = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/subscriptions/digest/([A-Za-z0-9_]+){3,50}$`, 'i');
|
|
1693
1696
|
const UNIFIED_ANALYTICS_SUBSCRIPTIONS_DIGEST_PATCH = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/subscriptions/digest/([A-Za-z0-9_]+){3,50}$`, 'i');
|
|
@@ -3245,6 +3248,7 @@ const einstein = [
|
|
|
3245
3248
|
generateAdapter('post', EINSTEIN_BASE_URI, EINSTEIN_DATA_PROVIDER_INSTANCE_CONFIG_PATH, 'EinsteinLLMController.getDataProviderInstanceConfig', 'dataProviderInstanceConfigInput'),
|
|
3246
3249
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
3247
3250
|
generateAdapter('put', EINSTEIN_BASE_URI, EINSTEIN_PROMPT_TEMPLATE_VERSION_STATUS_PATH, 'EinsteinLLMController.putEinsteinPromptTemplateVersionStatus'),
|
|
3251
|
+
generateAdapter('put', EINSTEIN_BASE_URI, EINSTEIN_PROMPT_TEMPLATE_STATUS_PATH, 'EinsteinLLMController.putEinsteinPromptTemplateStatus'),
|
|
3248
3252
|
generateAdapter('get', EINSTEIN_BASE_URI, EINSTEIN_DATA_PROVIDER_TYPE_CONFIG_PATH, 'EinsteinLLMController.getDataProviderTypeConfigs'),
|
|
3249
3253
|
];
|
|
3250
3254
|
const nextGenSalesAgreementPrice = [
|
|
@@ -3638,7 +3642,9 @@ const appFramework = [
|
|
|
3638
3642
|
const appexchange = [
|
|
3639
3643
|
generateAdapter('post', APPEXCHANGE_BASE_URI, GET_APPEXCHANGE_LISTING_PATH, 'AppExchangeInternalController.searchListings', 'input'),
|
|
3640
3644
|
generateAdapter('get', APPEXCHANGE_BASE_URI, GET_APPEXCHANGE_LISTING_DETAILS_PATH, 'AppExchangeInternalController.getListingDetails'),
|
|
3645
|
+
generateAdapter('get', APPEXCHANGE_BASE_URI, GET_APPEXCHANGE_ASSET_TOPICS_PATH, 'AppExchangeInternalController.getAssetTopics'),
|
|
3641
3646
|
generateAdapter('post', APPEXCHANGE_BASE_URI, GET_APPEXCHANGE_USER_EVENTS_PATH, 'AppExchangeInternalController.postAnalytics', 'input'),
|
|
3647
|
+
generateAdapter('get', APPEXCHANGE_BASE_URI, GET_APPEXCHANGE_ACTION_DETAILS_PATH, 'AppExchangeInternalController.getActionDetails'),
|
|
3642
3648
|
];
|
|
3643
3649
|
const engagement = [
|
|
3644
3650
|
generateAdapter('post', PERSONALIZATION_SERVICE_BASE_URI, ENGAGEMENT_SIGNAL_POST, 'EngagementSignalController.createEngagementSignal', 'input'),
|
|
@@ -5342,7 +5348,7 @@ const { join, push, unshift } = Array.prototype;
|
|
|
5342
5348
|
const { isArray } = Array;
|
|
5343
5349
|
const { entries, keys } = Object;
|
|
5344
5350
|
|
|
5345
|
-
const UI_API_BASE_URI = '/services/data/
|
|
5351
|
+
const UI_API_BASE_URI = '/services/data/v67.0/ui-api';
|
|
5346
5352
|
|
|
5347
5353
|
let instrumentation = {
|
|
5348
5354
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -5847,4 +5853,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
|
|
|
5847
5853
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
5848
5854
|
|
|
5849
5855
|
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 };
|
|
5850
|
-
// version: 1.
|
|
5856
|
+
// version: 1.413.0-a073c11951
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LWR_APEX_BASE_URI = "/lwr/apex/
|
|
1
|
+
export declare const LWR_APEX_BASE_URI = "/lwr/apex/v67.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-network-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.413.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.158.7"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
41
|
-
"@salesforce/lds-aura-storage": "^1.
|
|
42
|
-
"@salesforce/lds-environment-settings": "^1.
|
|
43
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
44
|
-
"@salesforce/lds-network-adapter": "^1.
|
|
40
|
+
"@salesforce/lds-adapters-uiapi": "^1.413.0",
|
|
41
|
+
"@salesforce/lds-aura-storage": "^1.413.0",
|
|
42
|
+
"@salesforce/lds-environment-settings": "^1.413.0",
|
|
43
|
+
"@salesforce/lds-instrumentation": "^1.413.0",
|
|
44
|
+
"@salesforce/lds-network-adapter": "^1.413.0"
|
|
45
45
|
},
|
|
46
46
|
"volta": {
|
|
47
47
|
"extends": "../../package.json"
|