@salesforce/lds-network-aura 1.366.0 → 1.368.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) {
|
|
@@ -680,6 +682,7 @@ const GET_WEB_URLS_PATH = new RegExp(`${CMS_BASE_URI}/contents/([A-Z0-9_]){1,28}
|
|
|
680
682
|
const UPDATE_MANAGED_CONTENT_WEB_URL_PATH = new RegExp(`${CMS_BASE_URI}/contents/web-urls/([A-Z0-9_]){1,28}`, 'i');
|
|
681
683
|
const GET_MANAGED_CONTENT_PATH = new RegExp(`${CMS_BASE_URI}/contents/([A-Z0-9_]){1,80}$`, 'i');
|
|
682
684
|
const GET_MANAGED_CONTENT_PROVIDERS_PATH = new RegExp(`${CMS_BASE_URI}/content/providers`, 'i');
|
|
685
|
+
const GET_MANAGED_CONTENT_DOCUMENT_COLLECTION_PATH = new RegExp(`${CMS_BASE_URI}/digital-asset-management-providers/([A-Z0-9]){15,18}/contents`, 'i');
|
|
683
686
|
const REPLACE_MANAGED_CONTENT_VARIANT_PATH = GET_MANAGED_CONTENT_VARIANT_PATH;
|
|
684
687
|
const DELETE_MANAGED_CONTENT_VARIANT_PATH = GET_MANAGED_CONTENT_VARIANT_PATH;
|
|
685
688
|
const LIST_CONTENT_INTERNAL_PATH = new RegExp(`${CONNECT_BASE_URI}/communities/([A-Z0-9]){15,18}/managed-content/delivery/contents`, 'i');
|
|
@@ -1042,6 +1045,7 @@ const SA_CATALOG_ITEM_PATH = new RegExp(`${CONNECT_BASE_URI}/service-automation/
|
|
|
1042
1045
|
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
1046
|
const SA_CATALOG_ITEM_BY_ID_PATH = new RegExp(`${CONNECT_BASE_URI}/service-automation/catalog/catalog-item/([A-Za-z0-9_])`, 'i');
|
|
1044
1047
|
const SA_GEN_AI_PATH = new RegExp(`${CONNECT_BASE_URI}/service-automation/gen-ai/actions`, 'i');
|
|
1048
|
+
const SA_AGENT_FLOW_PATH = new RegExp(`${CONNECT_BASE_URI}/service-automation/agent/flow/autolaunched`, 'i');
|
|
1045
1049
|
const SA_SERVICE_PROCESS_GET_ALL_TEMPLATES_PATH = new RegExp(`${CONNECT_BASE_URI}/service-automation/service-process/get-all-templates`, 'i');
|
|
1046
1050
|
const SA_TEMPLATE_DEPLOYMENT_PATH = new RegExp(`${CONNECT_BASE_URI}/service-automation/template/deploy/([A-Za-z0-9_]){1,255}$`, 'i');
|
|
1047
1051
|
const NOTIFICATION_SERVICE_CONFIG_PATH = new RegExp(`${CONNECT_BASE_URI}/notification_service/config`, 'i');
|
|
@@ -1148,6 +1152,7 @@ const INDUSTRIES_PRICING_DMO_DETAILS_PATH = new RegExp(`${CONNECT_BASE_URI}/core
|
|
|
1148
1152
|
const SERVICE_CATALOG_CATEGORIES_PATH = new RegExp(`${SERVICE_CATALOG_CATEGORIES_BASE_URI}`, 'i');
|
|
1149
1153
|
const ALD_COLUMN_VALUES_URI_PATH = new RegExp(`${CONNECT_BASE_URI}/actionable-list-definition/column-values/([A-Za-z0-9]){15,18}$`, 'i');
|
|
1150
1154
|
const CASE_RELATED_FILE_PROCESS_INFORMATION_PATH = new RegExp(`${HEALTH_CLOUD_BASE_URI}/provider-network-management/case-related-file-process-information`, 'i');
|
|
1155
|
+
const IDP_GET_RECORD_PATH = new RegExp(`${HEALTH_CLOUD_BASE_URI}/idp/([A-Z0-9]{15,18})$`, 'i');
|
|
1151
1156
|
const SALESFORCE_JOURNEY_CAPABILITIES_PATH = new RegExp(`${SALESFORCE_JOURNEY_BASE_URI}/([A-Z0-9]){1,18}/capabilities`, 'i');
|
|
1152
1157
|
const SALESFORCE_JOURNEY_CAPABILITY_CONTENT_PATH = new RegExp(`${SALESFORCE_JOURNEY_BASE_URI}/capability-content/(.+?)$`, 'i');
|
|
1153
1158
|
const SALESFORCE_JOURNEY_CAPABILITY_SEARCH_PATH = new RegExp(`${SALESFORCE_JOURNEY_BASE_URI}/([A-Z0-9]){1,18}/capability-search`, 'i');
|
|
@@ -1455,6 +1460,9 @@ const BUSINESS_UNIT_COLLECTION_PATH = new RegExp(`${BUSINESS_UNITS_BASE_URI}`, '
|
|
|
1455
1460
|
const BUSINESS_UNIT_BULK = new RegExp(`${BUSINESS_UNITS_BASE_URI}/([A-Za-z0-9_]){15,18}/contributors/bulk`, 'i');
|
|
1456
1461
|
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
1462
|
const UMA_DATASPACES = new RegExp(`${CONNECT_BASE_URI}/uma/dataSpaces`, 'i');
|
|
1463
|
+
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');
|
|
1464
|
+
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');
|
|
1465
|
+
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
1466
|
const insurance = [
|
|
1459
1467
|
generateAdapter('post', INSURANCE_BASE_URI, INSURANCE_RATING, 'InsuranceFoundationFamilyController.insuranceProductRatingPost', 'ProductRatingPostInput'),
|
|
1460
1468
|
generateAdapter('patch', INSURANCE_BASE_URI, INSURANCE_RATING, 'InsuranceFoundationFamilyController.insuranceProductRatingPatch', 'productRatingPatchInput'),
|
|
@@ -1552,7 +1560,7 @@ const GET_PERSONALIZATION_SCHEMA = new RegExp(`${PERSONALIZATION_SERVICE_BASE_UR
|
|
|
1552
1560
|
const DELETE_PERSONALIZATION_SCHEMA = new RegExp(`${PERSONALIZATION_SERVICE_BASE_URI}/personalization-schemas/([A-Za-z0-9_]){5,50}`, 'i');
|
|
1553
1561
|
const GET_TRAINING_HISTORY = new RegExp(`${PERSONALIZATION_SERVICE_BASE_URI}/personalization-recommenders/([A-Za-z0-9_]){5,50}/jobs`, 'i');
|
|
1554
1562
|
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}/
|
|
1563
|
+
const GET_PERSONALIZATION_MODEL_MAPPING = new RegExp(`${PERSONALIZATION_SERVICE_BASE_URI}/data-ml-models`, 'i');
|
|
1556
1564
|
const OMNI_DESIGNER_UPSERT_OMNIPROCESS = new RegExp(`${OMNI_DESIGNER_BASE_URI}/upsert-omni-process`, 'i');
|
|
1557
1565
|
const OMNI_DESIGNER_UPSERT_DATARAPTOR = new RegExp(`${OMNI_DESIGNER_BASE_URI}/upsert-dataraptor`, 'i');
|
|
1558
1566
|
const RECORD_AGGREGATION_DEFINITION_CREATE_DATA = new RegExp(`${RECORD_AGGREGATION_BASE_URI}$`, 'i');
|
|
@@ -1671,6 +1679,7 @@ const CDP_DATA_CLEAN_ROOM_RUN_QUERY = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI
|
|
|
1671
1679
|
const CDP_DATA_CLEAN_ROOM_GET_JOB_HISTORY = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI}/collaborations/([^/]+)/jobs`, 'i');
|
|
1672
1680
|
const GIS_GET_EXTERNAL_IDENTITY_PROVIDERS = new RegExp(`${GIE_API_BASE_URI}/auth/GisExternalAuthIdentityProviders`, 'i');
|
|
1673
1681
|
const GIS_ADD_EXTERNAL_IDENTITY_PROVIDER = new RegExp(`${GIE_API_BASE_URI}/auth/GisExternalAuthIdentityProvider`, 'i');
|
|
1682
|
+
const POST_CONTENT_LINK_DATA_SYNC_PATH = new RegExp(`${CONTENT_LINK_DATA_SYNC_BASE_URI}`, 'i');
|
|
1674
1683
|
const unifiedAnalytics = [
|
|
1675
1684
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
1676
1685
|
generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_ANNOTATIONS_PATH, 'AnalyticsController.createAnnotation', 'annotation'),
|
|
@@ -1781,6 +1790,7 @@ const connect = [
|
|
|
1781
1790
|
generateAdapter('get', CONNECT_BASE_URI, GET_SEARCH_RESULTS, 'ManagedContentController.searchManagedContentForItems'),
|
|
1782
1791
|
generateAdapter('get', CMS_BASE_URI, GET_MANAGED_CONTENT_PATH, 'ManagedContentController.getManagedContent'),
|
|
1783
1792
|
generateAdapter('get', CMS_BASE_URI, GET_MANAGED_CONTENT_PROVIDERS_PATH, 'ManagedContentController.getManagedContentProviders'),
|
|
1793
|
+
generateAdapter('get', CMS_BASE_URI, GET_MANAGED_CONTENT_DOCUMENT_COLLECTION_PATH, 'ManagedContentController.getManagedContentDocumentCollection'),
|
|
1784
1794
|
generateAdapter('get', CMS_BASE_URI, GET_MANAGED_CONTENT_REFERENCED_BY_PATH, 'ManagedContentController.getManagedContentReferencedBy'),
|
|
1785
1795
|
generateAdapter('get', CMS_BASE_URI, GET_MANAGED_CONTENT_VARIANT_RENDITION_PATH, 'ManagedContentController.getManagedContentVariantRendition'),
|
|
1786
1796
|
generateAdapter('get', CMS_BASE_URI, GET_MANAGED_CONTENT_VARIANT_REFERENCES_PATH, 'ManagedContentController.getVariantReferences'),
|
|
@@ -2068,6 +2078,8 @@ const connect = [
|
|
|
2068
2078
|
generateAdapter('post', CONNECT_BASE_URI, SA_CATALOG_ITEM_PATH, 'ServiceAutomationFamilyController.createCatalogItem', 'catalogItemCreateInput'),
|
|
2069
2079
|
generateAdapter('get', CONNECT_BASE_URI, SA_CATALOG_ITEM_BY_ID_PATH_FOR_RUNTIME, 'ServiceAutomationFamilyController.getCatalogItemForRuntime'),
|
|
2070
2080
|
generateAdapter('get', CONNECT_BASE_URI, SA_GEN_AI_PATH, 'ServiceAutomationFamilyController.getAgentActions'),
|
|
2081
|
+
generateAdapter('post', CONNECT_BASE_URI, SA_GEN_AI_PATH, 'ServiceAutomationFamilyController.createAgentAction', 'AgentActionInput'),
|
|
2082
|
+
generateAdapter('post', CONNECT_BASE_URI, SA_AGENT_FLOW_PATH, 'ServiceAutomationFamilyController.createAgentFlow', 'AgentFlowGenerationInput'),
|
|
2071
2083
|
generateAdapter('get', CONNECT_BASE_URI, SA_SERVICE_PROCESS_GET_ALL_TEMPLATES_PATH, 'ServiceAutomationFamilyController.getAllServiceProcessTemplate'),
|
|
2072
2084
|
generateAdapter('get', CONNECT_BASE_URI, SA_CATALOG_ITEM_BY_ID_PATH, 'ServiceAutomationFamilyController.getCatalogItem'),
|
|
2073
2085
|
generateAdapter('patch', CONNECT_BASE_URI, SA_CATALOG_ITEM_BY_ID_PATH, 'ServiceAutomationFamilyController.updateCatalogItem', 'catalogItemUpdateInput'),
|
|
@@ -2592,6 +2604,7 @@ const advancedTherapyManagement = [
|
|
|
2592
2604
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2593
2605
|
generateAdapter('post', HEALTH_CLOUD_BASE_URI, GENERIC_CONNECT_API_PATH, 'GenericConnectApiController.genericConnectApiPOST'),
|
|
2594
2606
|
generateAdapter('get', HEALTH_CLOUD_BASE_URI, GENERIC_CONNECT_API_PATH, 'GenericConnectApiController.genericConnectApiGET'),
|
|
2607
|
+
generateAdapter('get', HEALTH_CLOUD_BASE_URI, IDP_GET_RECORD_PATH, 'IntelligentDocumentProcessingController.getRelevantRecordsForIDP'),
|
|
2595
2608
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2596
2609
|
generateAdapter('post', HEALTH_CLOUD_BASE_URI, MOVE_TO_NEXT_STEP_PATH, 'AdvancedTherapyManagementController.moveToNextStep'),
|
|
2597
2610
|
];
|
|
@@ -3572,6 +3585,12 @@ const marketingProspect = [
|
|
|
3572
3585
|
];
|
|
3573
3586
|
const marketingConnect = [
|
|
3574
3587
|
generateAdapter('get', CONNECT_BASE_URI, UMA_DATASPACES, 'MarketingConnectController.getUmaDataSpaces'),
|
|
3588
|
+
generateAdapter('get', MARKETING_CONFIGURATIONS_CONNECT_BASE_URI, MARKETING_CONFIGURATIONS_BUSINESS_UNIT_CONFIG_PATH, 'MarketingConnectController.getMarketingConfigurationContext'),
|
|
3589
|
+
generateAdapter('delete', MARKETING_CONFIGURATIONS_CONNECT_BASE_URI, MARKETING_CONFIGURATIONS_BUSINESS_UNIT_CONFIG_PATH, 'MarketingConnectController.deleteMarketingConfigurationContext'),
|
|
3590
|
+
generateAdapter('post', MARKETING_CONFIGURATIONS_CONNECT_BASE_URI, MARKETING_CONFIGURATIONS_BUSINESS_UNIT_CONFIG_PATH, 'MarketingConnectController.postMarketingConfigurationContext', 'data'),
|
|
3591
|
+
generateAdapter('get', MARKETING_CONFIGURATIONS_CONNECT_BASE_URI, MARKETING_CONFIGURATIONS_BUSINESS_UNIT_FEATURE_PATH, 'MarketingConnectController.getMarketingConfigurationBusinessUnitFeature'),
|
|
3592
|
+
generateAdapter('get', MARKETING_CONFIGURATIONS_CONNECT_BASE_URI, MARKETING_CONFIGURATIONS_FEATURE_CONFIG_PATH, 'MarketingConnectController.getMarketingConfigurationFeatureConfiguration'),
|
|
3593
|
+
generateAdapter('patch', MARKETING_CONFIGURATIONS_CONNECT_BASE_URI, MARKETING_CONFIGURATIONS_FEATURE_CONFIG_PATH, 'MarketingConnectController.patchMarketingConfigurationFeatureConfiguration', 'data'),
|
|
3575
3594
|
];
|
|
3576
3595
|
const businessUnitConnect = [
|
|
3577
3596
|
generateAdapter('get', BUSINESS_UNITS_BASE_URI, BUSINESS_UNIT_CONTRIBUTORS_PATH, 'BusinessUnitController.getBusinessUnitContributors'),
|
|
@@ -3683,6 +3702,10 @@ const gisService = [
|
|
|
3683
3702
|
generateAdapter('get', GIE_API_BASE_URI, GIS_GET_EXTERNAL_IDENTITY_PROVIDERS, 'GisSetupController.getGisExternalAuthIdentityProviders'),
|
|
3684
3703
|
generateAdapter('post', GIE_API_BASE_URI, GIS_ADD_EXTERNAL_IDENTITY_PROVIDER, 'GisSetupController.createGisExternalAuthIdentityProvider', 'gisExternalAuthIdentityProviderInputRepresentation'),
|
|
3685
3704
|
];
|
|
3705
|
+
const dataSync = [
|
|
3706
|
+
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
3707
|
+
generateAdapter('post', CONTENT_LINK_DATA_SYNC_BASE_URI, POST_CONTENT_LINK_DATA_SYNC_PATH, 'DocgenController.getContentLinkDataSync', 'getContentLinkDataSyncInput'),
|
|
3708
|
+
];
|
|
3686
3709
|
registerApiFamilyRoutes(homeHealth);
|
|
3687
3710
|
registerApiFamilyRoutes(dataProcessingEngine);
|
|
3688
3711
|
registerApiFamilyRoutes(providerNetworkManagement);
|
|
@@ -3847,6 +3870,7 @@ registerApiFamilyRoutes(claim);
|
|
|
3847
3870
|
registerApiFamilyRoutes(knowledgeSummary);
|
|
3848
3871
|
registerApiFamilyRoutes(gisService);
|
|
3849
3872
|
registerApiFamilyRoutes(flowMetadata);
|
|
3873
|
+
registerApiFamilyRoutes(dataSync);
|
|
3850
3874
|
|
|
3851
3875
|
const UI_API_BASE_URI$1 = `${BASE_URI}/ui-api`;
|
|
3852
3876
|
const ACTION_CONFIG = {
|
|
@@ -5694,4 +5718,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
|
|
|
5694
5718
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
5695
5719
|
|
|
5696
5720
|
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.
|
|
5721
|
+
// version: 1.368.0-20c9e0247b
|
|
@@ -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.368.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.368.0",
|
|
41
|
+
"@salesforce/lds-aura-storage": "^1.368.0",
|
|
42
|
+
"@salesforce/lds-environment-settings": "^1.368.0",
|
|
43
|
+
"@salesforce/lds-instrumentation": "^1.368.0",
|
|
44
|
+
"@salesforce/lds-network-adapter": "^1.368.0"
|
|
45
45
|
},
|
|
46
46
|
"volta": {
|
|
47
47
|
"extends": "../../package.json"
|