@salesforce/lds-network-aura 1.366.0 → 1.367.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
|
@@ -148,6 +148,8 @@ const INSURANCE_CLAIM_BASE_URI = `${CONNECT_BASE_URI}/insurance/claims`;
|
|
|
148
148
|
const CLAIM_BASE_URI = `${CONNECT_BASE_URI}/claims`;
|
|
149
149
|
const KNOWLEDGE_SUMMARY_BASE_URI = `${CONNECT_BASE_URI}/self-service/knowledge/summary`;
|
|
150
150
|
const GIE_API_BASE_URI = `${BASE_URI}/gis`;
|
|
151
|
+
const MARKETING_CONFIGURATIONS_CONNECT_BASE_URI = `${CONNECT_BASE_URI}/marketing/configurations`;
|
|
152
|
+
const CONTENT_LINK_DATA_SYNC_BASE_URI = `${CONNECT_BASE_URI}/content-link/data-sync`;
|
|
151
153
|
|
|
152
154
|
function getStatusText(status) {
|
|
153
155
|
switch (status) {
|
|
@@ -1042,6 +1044,7 @@ const SA_CATALOG_ITEM_PATH = new RegExp(`${CONNECT_BASE_URI}/service-automation/
|
|
|
1042
1044
|
const SA_CATALOG_ITEM_BY_ID_PATH_FOR_RUNTIME = new RegExp(`${CONNECT_BASE_URI}/service-automation/catalog/catalog-item/([A-Za-z0-9_]){1,255}(\\?.*)?$`, 'i');
|
|
1043
1045
|
const SA_CATALOG_ITEM_BY_ID_PATH = new RegExp(`${CONNECT_BASE_URI}/service-automation/catalog/catalog-item/([A-Za-z0-9_])`, 'i');
|
|
1044
1046
|
const SA_GEN_AI_PATH = new RegExp(`${CONNECT_BASE_URI}/service-automation/gen-ai/actions`, 'i');
|
|
1047
|
+
const SA_AGENT_FLOW_PATH = new RegExp(`${CONNECT_BASE_URI}/service-automation/agent/flow/autolaunched`, 'i');
|
|
1045
1048
|
const SA_SERVICE_PROCESS_GET_ALL_TEMPLATES_PATH = new RegExp(`${CONNECT_BASE_URI}/service-automation/service-process/get-all-templates`, 'i');
|
|
1046
1049
|
const SA_TEMPLATE_DEPLOYMENT_PATH = new RegExp(`${CONNECT_BASE_URI}/service-automation/template/deploy/([A-Za-z0-9_]){1,255}$`, 'i');
|
|
1047
1050
|
const NOTIFICATION_SERVICE_CONFIG_PATH = new RegExp(`${CONNECT_BASE_URI}/notification_service/config`, 'i');
|
|
@@ -1148,6 +1151,7 @@ const INDUSTRIES_PRICING_DMO_DETAILS_PATH = new RegExp(`${CONNECT_BASE_URI}/core
|
|
|
1148
1151
|
const SERVICE_CATALOG_CATEGORIES_PATH = new RegExp(`${SERVICE_CATALOG_CATEGORIES_BASE_URI}`, 'i');
|
|
1149
1152
|
const ALD_COLUMN_VALUES_URI_PATH = new RegExp(`${CONNECT_BASE_URI}/actionable-list-definition/column-values/([A-Za-z0-9]){15,18}$`, 'i');
|
|
1150
1153
|
const CASE_RELATED_FILE_PROCESS_INFORMATION_PATH = new RegExp(`${HEALTH_CLOUD_BASE_URI}/provider-network-management/case-related-file-process-information`, 'i');
|
|
1154
|
+
const IDP_GET_RECORD_PATH = new RegExp(`${HEALTH_CLOUD_BASE_URI}/idp/([A-Z0-9]{15,18})$`, 'i');
|
|
1151
1155
|
const SALESFORCE_JOURNEY_CAPABILITIES_PATH = new RegExp(`${SALESFORCE_JOURNEY_BASE_URI}/([A-Z0-9]){1,18}/capabilities`, 'i');
|
|
1152
1156
|
const SALESFORCE_JOURNEY_CAPABILITY_CONTENT_PATH = new RegExp(`${SALESFORCE_JOURNEY_BASE_URI}/capability-content/(.+?)$`, 'i');
|
|
1153
1157
|
const SALESFORCE_JOURNEY_CAPABILITY_SEARCH_PATH = new RegExp(`${SALESFORCE_JOURNEY_BASE_URI}/([A-Z0-9]){1,18}/capability-search`, 'i');
|
|
@@ -1455,6 +1459,9 @@ const BUSINESS_UNIT_COLLECTION_PATH = new RegExp(`${BUSINESS_UNITS_BASE_URI}`, '
|
|
|
1455
1459
|
const BUSINESS_UNIT_BULK = new RegExp(`${BUSINESS_UNITS_BASE_URI}/([A-Za-z0-9_]){15,18}/contributors/bulk`, 'i');
|
|
1456
1460
|
const BUSINESS_UNIT_DELETE = new RegExp(`${BUSINESS_UNITS_BASE_URI}/([A-Za-z0-9_]){15,18}/contributors/([A-Za-z0-9_]){15,18}`, 'i');
|
|
1457
1461
|
const UMA_DATASPACES = new RegExp(`${CONNECT_BASE_URI}/uma/dataSpaces`, 'i');
|
|
1462
|
+
const MARKETING_CONFIGURATIONS_BUSINESS_UNIT_FEATURE_PATH = new RegExp(`${MARKETING_CONFIGURATIONS_CONNECT_BASE_URI}/business-units/([A-Za-z0-9_]){15,18}/features/([A-Z0-9_]){1,255}`, 'i');
|
|
1463
|
+
const MARKETING_CONFIGURATIONS_BUSINESS_UNIT_CONFIG_PATH = new RegExp(`${MARKETING_CONFIGURATIONS_CONNECT_BASE_URI}/business-units/([A-Za-z0-9_]){15,18}/features/([A-Z0-9_]){1,255}/configurations/([A-Z0-9_]){1,255}`, 'i');
|
|
1464
|
+
const MARKETING_CONFIGURATIONS_FEATURE_CONFIG_PATH = new RegExp(`${MARKETING_CONFIGURATIONS_CONNECT_BASE_URI}/features/([A-Z0-9_]){1,255}/configurations/([A-Z0-9_]){1,255}`, 'i');
|
|
1458
1465
|
const insurance = [
|
|
1459
1466
|
generateAdapter('post', INSURANCE_BASE_URI, INSURANCE_RATING, 'InsuranceFoundationFamilyController.insuranceProductRatingPost', 'ProductRatingPostInput'),
|
|
1460
1467
|
generateAdapter('patch', INSURANCE_BASE_URI, INSURANCE_RATING, 'InsuranceFoundationFamilyController.insuranceProductRatingPatch', 'productRatingPatchInput'),
|
|
@@ -1552,7 +1559,7 @@ const GET_PERSONALIZATION_SCHEMA = new RegExp(`${PERSONALIZATION_SERVICE_BASE_UR
|
|
|
1552
1559
|
const DELETE_PERSONALIZATION_SCHEMA = new RegExp(`${PERSONALIZATION_SERVICE_BASE_URI}/personalization-schemas/([A-Za-z0-9_]){5,50}`, 'i');
|
|
1553
1560
|
const GET_TRAINING_HISTORY = new RegExp(`${PERSONALIZATION_SERVICE_BASE_URI}/personalization-recommenders/([A-Za-z0-9_]){5,50}/jobs`, 'i');
|
|
1554
1561
|
const POST_PERSONALIZATION_RECOMMENDER_SIMULATE_ACTION = new RegExp(`${PERSONALIZATION_SERVICE_BASE_URI}/personalization-recommenders/([A-Za-z0-9_]){5,50}/actions/simulate`, 'i');
|
|
1555
|
-
const GET_PERSONALIZATION_MODEL_MAPPING = new RegExp(`${PERSONALIZATION_SERVICE_BASE_URI}/
|
|
1562
|
+
const GET_PERSONALIZATION_MODEL_MAPPING = new RegExp(`${PERSONALIZATION_SERVICE_BASE_URI}/data-ml-models`, 'i');
|
|
1556
1563
|
const OMNI_DESIGNER_UPSERT_OMNIPROCESS = new RegExp(`${OMNI_DESIGNER_BASE_URI}/upsert-omni-process`, 'i');
|
|
1557
1564
|
const OMNI_DESIGNER_UPSERT_DATARAPTOR = new RegExp(`${OMNI_DESIGNER_BASE_URI}/upsert-dataraptor`, 'i');
|
|
1558
1565
|
const RECORD_AGGREGATION_DEFINITION_CREATE_DATA = new RegExp(`${RECORD_AGGREGATION_BASE_URI}$`, 'i');
|
|
@@ -1671,6 +1678,7 @@ const CDP_DATA_CLEAN_ROOM_RUN_QUERY = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI
|
|
|
1671
1678
|
const CDP_DATA_CLEAN_ROOM_GET_JOB_HISTORY = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI}/collaborations/([^/]+)/jobs`, 'i');
|
|
1672
1679
|
const GIS_GET_EXTERNAL_IDENTITY_PROVIDERS = new RegExp(`${GIE_API_BASE_URI}/auth/GisExternalAuthIdentityProviders`, 'i');
|
|
1673
1680
|
const GIS_ADD_EXTERNAL_IDENTITY_PROVIDER = new RegExp(`${GIE_API_BASE_URI}/auth/GisExternalAuthIdentityProvider`, 'i');
|
|
1681
|
+
const POST_CONTENT_LINK_DATA_SYNC_PATH = new RegExp(`${CONTENT_LINK_DATA_SYNC_BASE_URI}`, 'i');
|
|
1674
1682
|
const unifiedAnalytics = [
|
|
1675
1683
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
1676
1684
|
generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_ANNOTATIONS_PATH, 'AnalyticsController.createAnnotation', 'annotation'),
|
|
@@ -2068,6 +2076,8 @@ const connect = [
|
|
|
2068
2076
|
generateAdapter('post', CONNECT_BASE_URI, SA_CATALOG_ITEM_PATH, 'ServiceAutomationFamilyController.createCatalogItem', 'catalogItemCreateInput'),
|
|
2069
2077
|
generateAdapter('get', CONNECT_BASE_URI, SA_CATALOG_ITEM_BY_ID_PATH_FOR_RUNTIME, 'ServiceAutomationFamilyController.getCatalogItemForRuntime'),
|
|
2070
2078
|
generateAdapter('get', CONNECT_BASE_URI, SA_GEN_AI_PATH, 'ServiceAutomationFamilyController.getAgentActions'),
|
|
2079
|
+
generateAdapter('post', CONNECT_BASE_URI, SA_GEN_AI_PATH, 'ServiceAutomationFamilyController.createAgentAction', 'AgentActionInput'),
|
|
2080
|
+
generateAdapter('post', CONNECT_BASE_URI, SA_AGENT_FLOW_PATH, 'ServiceAutomationFamilyController.createAgentFlow', 'AgentFlowGenerationInput'),
|
|
2071
2081
|
generateAdapter('get', CONNECT_BASE_URI, SA_SERVICE_PROCESS_GET_ALL_TEMPLATES_PATH, 'ServiceAutomationFamilyController.getAllServiceProcessTemplate'),
|
|
2072
2082
|
generateAdapter('get', CONNECT_BASE_URI, SA_CATALOG_ITEM_BY_ID_PATH, 'ServiceAutomationFamilyController.getCatalogItem'),
|
|
2073
2083
|
generateAdapter('patch', CONNECT_BASE_URI, SA_CATALOG_ITEM_BY_ID_PATH, 'ServiceAutomationFamilyController.updateCatalogItem', 'catalogItemUpdateInput'),
|
|
@@ -2592,6 +2602,7 @@ const advancedTherapyManagement = [
|
|
|
2592
2602
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2593
2603
|
generateAdapter('post', HEALTH_CLOUD_BASE_URI, GENERIC_CONNECT_API_PATH, 'GenericConnectApiController.genericConnectApiPOST'),
|
|
2594
2604
|
generateAdapter('get', HEALTH_CLOUD_BASE_URI, GENERIC_CONNECT_API_PATH, 'GenericConnectApiController.genericConnectApiGET'),
|
|
2605
|
+
generateAdapter('get', HEALTH_CLOUD_BASE_URI, IDP_GET_RECORD_PATH, 'IntelligentDocumentProcessingController.getRelevantRecordsForIDP'),
|
|
2595
2606
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2596
2607
|
generateAdapter('post', HEALTH_CLOUD_BASE_URI, MOVE_TO_NEXT_STEP_PATH, 'AdvancedTherapyManagementController.moveToNextStep'),
|
|
2597
2608
|
];
|
|
@@ -3572,6 +3583,12 @@ const marketingProspect = [
|
|
|
3572
3583
|
];
|
|
3573
3584
|
const marketingConnect = [
|
|
3574
3585
|
generateAdapter('get', CONNECT_BASE_URI, UMA_DATASPACES, 'MarketingConnectController.getUmaDataSpaces'),
|
|
3586
|
+
generateAdapter('get', MARKETING_CONFIGURATIONS_CONNECT_BASE_URI, MARKETING_CONFIGURATIONS_BUSINESS_UNIT_CONFIG_PATH, 'MarketingConnectController.getMarketingConfigurationContext'),
|
|
3587
|
+
generateAdapter('delete', MARKETING_CONFIGURATIONS_CONNECT_BASE_URI, MARKETING_CONFIGURATIONS_BUSINESS_UNIT_CONFIG_PATH, 'MarketingConnectController.deleteMarketingConfigurationContext'),
|
|
3588
|
+
generateAdapter('post', MARKETING_CONFIGURATIONS_CONNECT_BASE_URI, MARKETING_CONFIGURATIONS_BUSINESS_UNIT_CONFIG_PATH, 'MarketingConnectController.postMarketingConfigurationContext', 'data'),
|
|
3589
|
+
generateAdapter('get', MARKETING_CONFIGURATIONS_CONNECT_BASE_URI, MARKETING_CONFIGURATIONS_BUSINESS_UNIT_FEATURE_PATH, 'MarketingConnectController.getMarketingConfigurationBusinessUnitFeature'),
|
|
3590
|
+
generateAdapter('get', MARKETING_CONFIGURATIONS_CONNECT_BASE_URI, MARKETING_CONFIGURATIONS_FEATURE_CONFIG_PATH, 'MarketingConnectController.getMarketingConfigurationFeatureConfiguration'),
|
|
3591
|
+
generateAdapter('patch', MARKETING_CONFIGURATIONS_CONNECT_BASE_URI, MARKETING_CONFIGURATIONS_FEATURE_CONFIG_PATH, 'MarketingConnectController.patchMarketingConfigurationFeatureConfiguration', 'data'),
|
|
3575
3592
|
];
|
|
3576
3593
|
const businessUnitConnect = [
|
|
3577
3594
|
generateAdapter('get', BUSINESS_UNITS_BASE_URI, BUSINESS_UNIT_CONTRIBUTORS_PATH, 'BusinessUnitController.getBusinessUnitContributors'),
|
|
@@ -3683,6 +3700,10 @@ const gisService = [
|
|
|
3683
3700
|
generateAdapter('get', GIE_API_BASE_URI, GIS_GET_EXTERNAL_IDENTITY_PROVIDERS, 'GisSetupController.getGisExternalAuthIdentityProviders'),
|
|
3684
3701
|
generateAdapter('post', GIE_API_BASE_URI, GIS_ADD_EXTERNAL_IDENTITY_PROVIDER, 'GisSetupController.createGisExternalAuthIdentityProvider', 'gisExternalAuthIdentityProviderInputRepresentation'),
|
|
3685
3702
|
];
|
|
3703
|
+
const dataSync = [
|
|
3704
|
+
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
3705
|
+
generateAdapter('post', CONTENT_LINK_DATA_SYNC_BASE_URI, POST_CONTENT_LINK_DATA_SYNC_PATH, 'DocgenController.getContentLinkDataSync', 'getContentLinkDataSyncInput'),
|
|
3706
|
+
];
|
|
3686
3707
|
registerApiFamilyRoutes(homeHealth);
|
|
3687
3708
|
registerApiFamilyRoutes(dataProcessingEngine);
|
|
3688
3709
|
registerApiFamilyRoutes(providerNetworkManagement);
|
|
@@ -3847,6 +3868,7 @@ registerApiFamilyRoutes(claim);
|
|
|
3847
3868
|
registerApiFamilyRoutes(knowledgeSummary);
|
|
3848
3869
|
registerApiFamilyRoutes(gisService);
|
|
3849
3870
|
registerApiFamilyRoutes(flowMetadata);
|
|
3871
|
+
registerApiFamilyRoutes(dataSync);
|
|
3850
3872
|
|
|
3851
3873
|
const UI_API_BASE_URI$1 = `${BASE_URI}/ui-api`;
|
|
3852
3874
|
const ACTION_CONFIG = {
|
|
@@ -5694,4 +5716,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
|
|
|
5694
5716
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
5695
5717
|
|
|
5696
5718
|
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 };
|
|
5697
|
-
// version: 1.
|
|
5719
|
+
// version: 1.367.0-def0c51200
|
|
@@ -131,3 +131,5 @@ export declare const INSURANCE_CLAIM_BASE_URI: string;
|
|
|
131
131
|
export declare const CLAIM_BASE_URI: string;
|
|
132
132
|
export declare const KNOWLEDGE_SUMMARY_BASE_URI: string;
|
|
133
133
|
export declare const GIE_API_BASE_URI: string;
|
|
134
|
+
export declare const MARKETING_CONFIGURATIONS_CONNECT_BASE_URI: string;
|
|
135
|
+
export declare const CONTENT_LINK_DATA_SYNC_BASE_URI: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-network-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.367.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.3"
|
|
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.367.0",
|
|
41
|
+
"@salesforce/lds-aura-storage": "^1.367.0",
|
|
42
|
+
"@salesforce/lds-environment-settings": "^1.367.0",
|
|
43
|
+
"@salesforce/lds-instrumentation": "^1.367.0",
|
|
44
|
+
"@salesforce/lds-network-adapter": "^1.367.0"
|
|
45
45
|
},
|
|
46
46
|
"volta": {
|
|
47
47
|
"extends": "../../package.json"
|