@salesforce/lds-network-aura 1.363.0 → 1.365.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
|
@@ -143,8 +143,9 @@ const INDUSTRIES_DFO_BASE_DECOMP_VIEWER_URI = `${CONNECT_BASE_URI}/dro`;
|
|
|
143
143
|
const SERVICE_ITSM_CONNECT_BASE_URI = `${CONNECT_BASE_URI}/service-itsm`;
|
|
144
144
|
const SERVICE_ITSM_RISK_QST_RESPONSE_URI = `${SERVICE_ITSM_CONNECT_BASE_URI}/riskQstResponse`;
|
|
145
145
|
const CDP_DATA_CLEAN_ROOM_BASE_URI = `${CDP_BASE_URI}/data-clean-room`;
|
|
146
|
-
const SALESFORCE_APPS_BASE_URI = `${CONNECT_BASE_URI}/salesforce-apps`;
|
|
147
146
|
const BUSINESS_UNITS_BASE_URI = `${CONNECT_BASE_URI}/business-units`;
|
|
147
|
+
const INSURANCE_CLAIM_BASE_URI = `${CONNECT_BASE_URI}/insurance/claims`;
|
|
148
|
+
const CLAIM_BASE_URI = `${CONNECT_BASE_URI}/claims`;
|
|
148
149
|
|
|
149
150
|
function getStatusText(status) {
|
|
150
151
|
switch (status) {
|
|
@@ -979,6 +980,7 @@ const EXTERNAL_SERVICES_STATISTICS_PATH = new RegExp(`${EXTERNAL_SERVICES_BASE_U
|
|
|
979
980
|
const EXTERNAL_SERVICES_STATISTICS_FOR_SERVICE_PATH = new RegExp(`${EXTERNAL_SERVICES_BASE_URI}/statistics/services/([A-Z0-9_]){1,97}$`, 'i');
|
|
980
981
|
const EXTERNAL_SERVICES_VALIDATE_SCHEMA_PATH = new RegExp(`${EXTERNAL_SERVICES_BASE_URI}/schemas/([A-Z0-9_]){1,97}/validation`, 'i');
|
|
981
982
|
const GET_COMMUNITY_INFO_PATH = new RegExp(`${CONNECT_BASE_URI}/communities/([A-Z0-9]){15,18}`, 'i');
|
|
983
|
+
const GET_COMMUNITIES_PATH = new RegExp(`${CONNECT_BASE_URI}/communities`, 'i');
|
|
982
984
|
const STAGE_MGMT_KANBAN_VIEW_PATH = new RegExp(`${STAGE_MANAGEMENT_BASE_URI}/kanban-view/([A-Z0-9]){1,18}$`, 'i');
|
|
983
985
|
const ARC_GRAPH_RUNTIME_DEFINITION_PATH = new RegExp(`${ARC_GRAPH_BASE_URI}/runtime/relationship-graph-definition/([A-Za-z0-9_]){1,80}$`, 'i');
|
|
984
986
|
const GET_SIGNER_ROLES = new RegExp(`${E_SIGN_BASE_URI}/signer-roles`, 'i');
|
|
@@ -1111,6 +1113,7 @@ const VALIDATE_PRICING_FORMULA = new RegExp(`${CONNECT_BASE_URI}/core-pricing/fo
|
|
|
1111
1113
|
const INDUSTRIES_PRICING_PRICING_ACTION_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/pricing-action`, 'i');
|
|
1112
1114
|
const INDUSTRIES_PRICING_CONSOLE_WDIGET_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/operation-console`, 'i');
|
|
1113
1115
|
const INDUSTRIES_PRICING_CREATE_EXPRESSION_SET_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/expression-set`, 'i');
|
|
1116
|
+
const INDUSTRIES_PRICING_PROPAGATION_VALIDATE_FORMULAS = new RegExp(`${CONNECT_BASE_URI}/propagation/actions/validate-formulas`, 'i');
|
|
1114
1117
|
const INDUSTRIES_PRICING_GET_EXPRESSION_SET_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/expression-set/([A-Z0-9]){15,18}`, 'i');
|
|
1115
1118
|
const INDUSTRIES_PRICING_PATCH_EXPRESSION_SET_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/expression-set/([A-Z0-9]){15,18}`, 'i');
|
|
1116
1119
|
const INDUSTRIES_PRICING_DELETE_EXPRESSION_SET_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/expression-set/([A-Z0-9]){15,18}`, 'i');
|
|
@@ -1325,7 +1328,7 @@ const EINSTEIN_LLM_GENERATIONS_PATH = new RegExp(`${EINSTEIN_BASE_URI}/llm/promp
|
|
|
1325
1328
|
const EINSTEIN_PROMPT_TEMPLATE_GENERATIONS_PATH = new RegExp(`${EINSTEIN_BASE_URI}/prompt-templates/([A-Za-z0-9_]){1,255}/generations`, 'i');
|
|
1326
1329
|
const EINSTEIN_SINGLE_PROMPT_TEMPLATE_PATH = new RegExp(`${EINSTEIN_BASE_URI}/prompt-templates/([A-Za-z0-9_]){1,255}$`, 'i');
|
|
1327
1330
|
const EINSTEIN_PROMPT_TEMPLATE_PATH = new RegExp(`${EINSTEIN_BASE_URI}/prompt-templates$`, 'i');
|
|
1328
|
-
const EINSTEIN_PROMPT_TEMPLATE_OUTPUT_LANG_PATH = new RegExp(`${EINSTEIN_BASE_URI}/prompt-template/([A-Za-z0-9]
|
|
1331
|
+
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');
|
|
1329
1332
|
const EINSTEIN_LLM_FEEDBACK_PATH = new RegExp(`${EINSTEIN_BASE_URI}/llm/feedback`, 'i');
|
|
1330
1333
|
const EINSTEIN_LLM_EMBEDDINGS_PATH = new RegExp(`${EINSTEIN_BASE_URI}/llm/embeddings`, 'i');
|
|
1331
1334
|
const DOCUMENT_MATRIX_FETCH_RESULTS = new RegExp(`${CONNECT_BASE_URI}/document-matrix/document-decision/([A-Za-z0-9]){1,18}$`, 'i');
|
|
@@ -1436,7 +1439,6 @@ const BUSINESS_UNIT_CONTRIBUTORS_PATH = new RegExp(`${BUSINESS_UNITS_BASE_URI}/(
|
|
|
1436
1439
|
const CONTRIBUTOR_BUSINESS_UNITS = new RegExp(`${BUSINESS_UNITS_BASE_URI}/contributors/([A-Za-z0-9_]){15,18}/business-units`, 'i');
|
|
1437
1440
|
const BUSINESS_UNIT_COLLECTION_PATH = new RegExp(`${BUSINESS_UNITS_BASE_URI}`, 'i');
|
|
1438
1441
|
const UMA_DATASPACES = new RegExp(`${CONNECT_BASE_URI}/uma/dataSpaces`, 'i');
|
|
1439
|
-
const METADATA_GROUP_DOMAIN_SET_PATH = new RegExp(`${SALESFORCE_APPS_BASE_URI}/domain-set$`, 'i');
|
|
1440
1442
|
const SALESFORCE_APPS_PATH = new RegExp(`${CONNECT_BASE_URI}/salesforce-apps`, 'i');
|
|
1441
1443
|
const insurance = [
|
|
1442
1444
|
generateAdapter('post', INSURANCE_BASE_URI, INSURANCE_RATING, 'InsuranceFoundationFamilyController.insuranceProductRatingPost', 'ProductRatingPostInput'),
|
|
@@ -1474,6 +1476,15 @@ const insurance = [
|
|
|
1474
1476
|
generateAdapter('post', INSURANCE_BASE_URI, INSURANCE_QUOTES, 'InsuranceFoundationFamilyController.insuranceQuotePost', 'InsuranceQuotePostInput'),
|
|
1475
1477
|
generateAdapter('patch', INSURANCE_BASE_URI, INSURANCE_GET_QUOTE, 'InsuranceFoundationFamilyController.insuranceQuotePatch', 'InsuranceQuotePatchInput'),
|
|
1476
1478
|
];
|
|
1479
|
+
const INSURANCE_DELETE_CCPD = new RegExp(`${INSURANCE_CLAIM_BASE_URI}/([A-Za-z0-9_]){15,18}/coverages/([A-Za-z0-9_]){15,18}/claimCoveragePaymentDetails/([A-Za-z0-9_]){15,18}/delete`);
|
|
1480
|
+
const insuranceClaim = [
|
|
1481
|
+
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
1482
|
+
generateAdapter('post', INSURANCE_CLAIM_BASE_URI, INSURANCE_DELETE_CCPD, 'InsuranceClaimFamilyController.DeleteClaimCoveragePaymentDetail'),
|
|
1483
|
+
];
|
|
1484
|
+
const UPDATE_CLAIM = new RegExp(`${CLAIM_BASE_URI}/([A-Za-z0-9_]){15,18}`, 'i');
|
|
1485
|
+
const claim = [
|
|
1486
|
+
generateAdapter('patch', CLAIM_BASE_URI, UPDATE_CLAIM, 'ClaimFamilyController.UpdateClaim', 'updateClaimInput'),
|
|
1487
|
+
];
|
|
1477
1488
|
const SHARING_ADD_REMOVE_USER_TO_GROUP_PATH = new RegExp(`${SHARING_BASE_URI}/addRemoveUserToGroups`, 'i');
|
|
1478
1489
|
const SHARING_PUBLIC_GROUP_SUMMARY_PATH = new RegExp(`${SHARING_BASE_URI}/publicGroupsSummary`, 'i');
|
|
1479
1490
|
const SHARING_PUBLIC_GROUP_DETAILS_PATH = new RegExp(`${SHARING_BASE_URI}/publicGroupsDetails`, 'i');
|
|
@@ -1568,6 +1579,7 @@ const UNIFIED_ANALYTICS_DATA_ASSET_REQUEST = new RegExp(`${UNIFIED_ANALYTICS_BAS
|
|
|
1568
1579
|
const UNIFIED_ANALYTICS_DATA_ASSET_REQUESTS = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/data-assets/requests$`, 'i');
|
|
1569
1580
|
const UNIFIED_ANALYTICS_DATA_ALERT_REQUESTS = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/dataAlerts$`, 'i');
|
|
1570
1581
|
const UNIFIED_ANALYTICS_DATA_ALERT_REQUEST = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/dataAlerts/[A-Za-z0-9_]{3,50}$`, 'i');
|
|
1582
|
+
const UNIFIED_ANALYTICS_DATA_ALERT_RUN_REQUEST = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/dataAlerts/[A-Za-z0-9_]{3,50}/run$`, 'i');
|
|
1571
1583
|
const UNIFIED_ANALYTICS_DATA_ASSET_REQUESTS_COUNT = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/data-assets/requests/count$`, 'i');
|
|
1572
1584
|
const UNIFIED_ANALYTICS_DATA_ASSET_DEPENDENCIES_REQUEST = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/data-assets/dependencies/[A-Za-z0-9_]{3,50}$`, 'i');
|
|
1573
1585
|
const UNIFIED_ANALYTICS_ASSETS_QUERY = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/assets/query$`, 'i');
|
|
@@ -1623,12 +1635,12 @@ const GET_LIGHTNING_TYPE_PATH = new RegExp(`${PLATFORM_LIGHTNING_TYPES_BASE_URI}
|
|
|
1623
1635
|
const GET_PRICING_RECIPE_MAPPING_PARAMETERS = new RegExp(`${CONNECT_BASE_URI}/core-pricing/recipe/mapping/parameters`, 'i');
|
|
1624
1636
|
const CDP_DATA_CLEAN_ROOM_CREATE_PROVIDER = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI}/providers`, 'i');
|
|
1625
1637
|
const CDP_DATA_CLEAN_ROOM_SPECIFICATION = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI}/specifications`, 'i');
|
|
1626
|
-
const CDP_DATA_CLEAN_ROOM_COLLABORATIONS = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI}/collaborations
|
|
1638
|
+
const CDP_DATA_CLEAN_ROOM_COLLABORATIONS = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI}/collaborations$`, 'i');
|
|
1627
1639
|
const CDP_DATA_CLEAN_ROOM_TEMPLATES = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI}/templates`, 'i');
|
|
1628
1640
|
const CDP_DATA_CLEAN_ROOM_ACCEPT_INVITATION = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI}/collaborations/([^/]+)/actions/accept-invitation`, 'i');
|
|
1629
1641
|
const CDP_DATA_CLEAN_ROOM_REJECT_INVITATION = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI}/collaborations/([^/]+)/actions/reject-invitation`, 'i');
|
|
1630
|
-
const CDP_DATA_CLEAN_ROOM_RUN_QUERY = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI}/([^/]+)/actions/run`, 'i');
|
|
1631
|
-
const CDP_DATA_CLEAN_ROOM_GET_JOB_HISTORY = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI}/([^/]+)/jobs`, 'i');
|
|
1642
|
+
const CDP_DATA_CLEAN_ROOM_RUN_QUERY = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI}/collaborations/([^/]+)/actions/run`, 'i');
|
|
1643
|
+
const CDP_DATA_CLEAN_ROOM_GET_JOB_HISTORY = new RegExp(`${CDP_DATA_CLEAN_ROOM_BASE_URI}/collaborations/([^/]+)/jobs`, 'i');
|
|
1632
1644
|
const unifiedAnalytics = [
|
|
1633
1645
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
1634
1646
|
generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_ANNOTATIONS_PATH, 'AnalyticsController.createAnnotation', 'annotation'),
|
|
@@ -1674,7 +1686,11 @@ const unifiedAnalytics = [
|
|
|
1674
1686
|
generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_DATA_ASSET_DEPENDENCIES_REQUEST, 'AnalyticsController.getDataAssetDependencies'),
|
|
1675
1687
|
generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_ASSETS_QUERY, 'AnalyticsController.queryAssets', 'assetsQueryInput'),
|
|
1676
1688
|
generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_DATA_ALERT_REQUESTS, 'AnalyticsController.createDataAlert', 'dataAlert'),
|
|
1689
|
+
generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_DATA_ALERT_REQUESTS, 'AnalyticsController.getDataAlerts'),
|
|
1690
|
+
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
1691
|
+
generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_DATA_ALERT_RUN_REQUEST, 'AnalyticsController.runDataAlert'),
|
|
1677
1692
|
generateAdapter('put', BASE_URI, UNIFIED_ANALYTICS_DATA_ALERT_REQUEST, 'AnalyticsController.updateDataAlert', 'dataAlert'),
|
|
1693
|
+
generateAdapter('delete', BASE_URI, UNIFIED_ANALYTICS_DATA_ALERT_REQUEST, 'AnalyticsController.deleteDataAlert'),
|
|
1678
1694
|
generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_USERS_QUERY, 'AnalyticsController.queryUsers', 'usersQueryInput'),
|
|
1679
1695
|
generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_ORGS, 'AnalyticsController.getOrg'),
|
|
1680
1696
|
generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_FLOW_COLLECTION_PATH, 'AnalyticsController.getFlows'),
|
|
@@ -2054,7 +2070,6 @@ const connect = [
|
|
|
2054
2070
|
generateAdapter('post', PROGRAM_MGMT_BASE_URI, POST_TRIGGER_BENEFIT_SESSION_GENERATION_BASE_URI, 'ProgramManagementController.postTriggerBenefitSessionGeneration'),
|
|
2055
2071
|
generateAdapter('get', CMS_BASE_URI, CMS_SPACE_CHANNELS_PATH, 'ManagedContentSpacesController.getManagedContentSpaceChannels'),
|
|
2056
2072
|
generateAdapter('get', EXPLORER_VIEW_BASE_URI, EXPLORER_VIEW_PATH, 'ExplorerViewConnectController.getExplorerView'),
|
|
2057
|
-
generateAdapter('get', SALESFORCE_APPS_BASE_URI, METADATA_GROUP_DOMAIN_SET_PATH, 'SalesforceAppConnectController.getMetadataGroupDomainSet'),
|
|
2058
2073
|
generateAdapter('get', CONNECT_BASE_URI, SALESFORCE_APPS_PATH, 'SalesforceAppConnectController.getSalesforceApp'),
|
|
2059
2074
|
];
|
|
2060
2075
|
const commerce = [
|
|
@@ -2610,6 +2625,7 @@ const externalServices = [
|
|
|
2610
2625
|
];
|
|
2611
2626
|
const communityInfo = [
|
|
2612
2627
|
generateAdapter('get', CONNECT_BASE_URI, GET_COMMUNITY_INFO_PATH, 'CommunitiesController.getCommunity'),
|
|
2628
|
+
generateAdapter('get', CONNECT_BASE_URI, GET_COMMUNITIES_PATH, 'CommunitiesController.getCommunities'),
|
|
2613
2629
|
];
|
|
2614
2630
|
const eSignature = [
|
|
2615
2631
|
generateAdapter('get', E_SIGN_BASE_URI, GET_SIGNER_ROLES, 'DocgenController.getSignerRoles'),
|
|
@@ -2840,6 +2856,7 @@ const industriesPricing = [
|
|
|
2840
2856
|
generateAdapter('post', CONNECT_BASE_URI, INDUSTRIES_PRICING_PROCEDURE_PLAN_DEFINITION_VERSION_CREATION, 'ProcedurePlanDefinitionResourceFamilyController.createProcedurePlanVersionDetails', 'procedurePlanVersion'),
|
|
2841
2857
|
generateAdapter('post', CONNECT_BASE_URI, INDUSTRIES_PRICING_PROCEDURE_PLAN_DEFINITION_EVALUATION, 'ProcedurePlanDefinitionResourceFamilyController.procedurePlanEvaluation', 'procedurePlanEvaluationInput'),
|
|
2842
2858
|
generateAdapter('post', CONNECT_BASE_URI, INDUSTRIES_PRICING_PROCEDURE_PLAN_DEFINITION_EVALUATION_BY_NAME, 'ProcedurePlanDefinitionResourceFamilyController.evaluateProcedurePlanDefinitionByName', 'procedurePlanEvaluationInput'),
|
|
2859
|
+
generateAdapter('post', CONNECT_BASE_URI, INDUSTRIES_PRICING_PROPAGATION_VALIDATE_FORMULAS, 'PropagationResourceFamilyController.validatePropagationFormulasMethod', 'formulasRequest'),
|
|
2843
2860
|
generateAdapter('post', CONNECT_BASE_URI, INDUSTRIES_PRICING_CONTEXT_RULES_EVALUATE_PATH, 'IPricingContextRulesResourceFamilyController.fetchRunTimeContextRule', 'contextRulesRuntimeInput'),
|
|
2844
2861
|
generateAdapter('post', CONNECT_BASE_URI, INDUSTRIES_PRICING_CONTEXT_RULES_VALIDATE_PATH, 'IPricingContextRulesResourceFamilyController.validateRule', 'contextRulesInput'),
|
|
2845
2862
|
generateAdapter('get', CONNECT_BASE_URI, INDUSTRIES_PRICING_CONTEXT_RULES_ATTRIBUTES_PATH, 'IPricingContextRulesResourceFamilyController.getContextRulesAttributes'),
|
|
@@ -3514,9 +3531,9 @@ const businessUnitConnect = [
|
|
|
3514
3531
|
generateAdapter('get', BUSINESS_UNITS_BASE_URI, CONTRIBUTOR_BUSINESS_UNITS, 'BusinessUnitController.getBusinessUnitsForContributor'),
|
|
3515
3532
|
generateAdapter('get', BUSINESS_UNITS_BASE_URI, BUSINESS_UNIT_ASSOCIATED_RECORDS_PATH, 'BusinessUnitController.getBusinessUnitForRecord'),
|
|
3516
3533
|
generateAdapter('get', BUSINESS_UNITS_BASE_URI, BUSINESS_UNIT_PATH, 'BusinessUnitController.getBusinessUnitInfo'),
|
|
3517
|
-
generateAdapter('patch', BUSINESS_UNITS_BASE_URI, BUSINESS_UNIT_PATH, 'BusinessUnitController.patchBusinessUnitInfo', '
|
|
3534
|
+
generateAdapter('patch', BUSINESS_UNITS_BASE_URI, BUSINESS_UNIT_PATH, 'BusinessUnitController.patchBusinessUnitInfo', 'data'),
|
|
3518
3535
|
generateAdapter('get', BUSINESS_UNITS_BASE_URI, BUSINESS_UNIT_COLLECTION_PATH, 'BusinessUnitController.getBusinessUnits'),
|
|
3519
|
-
generateAdapter('post', BUSINESS_UNITS_BASE_URI, BUSINESS_UNIT_COLLECTION_PATH, 'BusinessUnitController.createBusinessUnit', '
|
|
3536
|
+
generateAdapter('post', BUSINESS_UNITS_BASE_URI, BUSINESS_UNIT_COLLECTION_PATH, 'BusinessUnitController.createBusinessUnit', 'data'),
|
|
3520
3537
|
];
|
|
3521
3538
|
const INDUSTRIES_FETCH_GUARDRAIL = new RegExp(`${INDUSTRIES_GUARDRAIL_FRAMEWORK_BASE_URI}/guardrail`, 'i');
|
|
3522
3539
|
const INDUSTRIES_FETCH_GUARDRAILS = new RegExp(`${INDUSTRIES_GUARDRAIL_FRAMEWORK_BASE_URI}/guardrails`, 'i');
|
|
@@ -3551,6 +3568,7 @@ const SLACK_BRIDGE_CONVERSATION_MEMBERS = new RegExp(`${SLACK_BRIDGE_TEAM_CHANNE
|
|
|
3551
3568
|
const SLACK_BRIDGE_CONVERSATION_MEMBER = new RegExp(`${SLACK_BRIDGE_TEAM_CHANNEL_BASE_URI}/members/([A-Za-z0-9_]+){3,50}$`, 'i');
|
|
3552
3569
|
const SLACK_BRIDGE_CONVERSATION_MARK = new RegExp(`${SLACK_BRIDGE_TEAM_CHANNEL_BASE_URI}/mark$`, 'i');
|
|
3553
3570
|
const SLACK_BRIDGE_SLACK_RELATED_THREADS_PATH = new RegExp(`${SLACK_BRIDGE_BASE_URI}/related_threads/entity/([a-zA-Z0-9_]+)$`, 'i');
|
|
3571
|
+
const SLACK_BRIDGE_SLACK_DISPLAY_LOGIN_PATH = new RegExp(`${SLACK_BRIDGE_BASE_URI}/slack_display_login$`, `i`);
|
|
3554
3572
|
const slackBridge = [
|
|
3555
3573
|
generateAdapter('get', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_CONVERSATION_MESSAGES, 'SlackBridgeController.getSlackConversation'),
|
|
3556
3574
|
generateAdapter('post', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_CONVERSATION_MESSAGES, 'SlackBridgeController.postSlackConversation', 'slackMessagePostRequest'),
|
|
@@ -3582,6 +3600,7 @@ const slackBridge = [
|
|
|
3582
3600
|
generateAdapter('post', COMMERCE_META_CONFIGURATION_BASE_URI, COMMERCE_SOCIAL_POST_COMMERCE_SOCIAL_START_SYNC, 'CommerceSocialController.commerceSocialStartSync'),
|
|
3583
3601
|
generateAdapter('post', COMMERCE_META_CONFIGURATION_BASE_URI, COMMERCE_SOCIAL_POST_COMMERCE_SOCIAL_SYNC_STATUS, 'CommerceSocialController.commerceSocialSyncStatus'),
|
|
3584
3602
|
generateAdapter('get', BASE_URI, SLACK_BRIDGE_SLACK_RELATED_THREADS_PATH, 'SlackBridgeController.getRelatedThreads'),
|
|
3603
|
+
generateAdapter('get', BASE_URI, SLACK_BRIDGE_SLACK_DISPLAY_LOGIN_PATH, 'SlackBridgeController.getSlackDisplayLogin'),
|
|
3585
3604
|
];
|
|
3586
3605
|
const ARTICLE_FEEDBACK_FETCH_INVITATION = new RegExp(`${ARTICLE_FEEDBACK_BASE_URI}/invitations`, 'i');
|
|
3587
3606
|
const ARTICLE_FEEDBACK_CREATE_INVITATION = new RegExp(`${ARTICLE_FEEDBACK_BASE_URI}/invitations`, 'i');
|
|
@@ -3763,6 +3782,8 @@ registerApiFamilyRoutes(businessUnitConnect);
|
|
|
3763
3782
|
registerApiFamilyRoutes(itsmRiskScoreEvaluation);
|
|
3764
3783
|
registerApiFamilyRoutes(cdpDataCleanRoom);
|
|
3765
3784
|
registerApiFamilyRoutes(cdpDocumentProcessing);
|
|
3785
|
+
registerApiFamilyRoutes(insuranceClaim);
|
|
3786
|
+
registerApiFamilyRoutes(claim);
|
|
3766
3787
|
|
|
3767
3788
|
const UI_API_BASE_URI$1 = `${BASE_URI}/ui-api`;
|
|
3768
3789
|
const ACTION_CONFIG = {
|
|
@@ -5610,4 +5631,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
|
|
|
5610
5631
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
5611
5632
|
|
|
5612
5633
|
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 };
|
|
5613
|
-
// version: 1.
|
|
5634
|
+
// version: 1.365.0-eec7b6223e
|
|
@@ -127,3 +127,5 @@ export declare const SERVICE_ITSM_RISK_QST_RESPONSE_URI: string;
|
|
|
127
127
|
export declare const CDP_DATA_CLEAN_ROOM_BASE_URI: string;
|
|
128
128
|
export declare const SALESFORCE_APPS_BASE_URI: string;
|
|
129
129
|
export declare const BUSINESS_UNITS_BASE_URI: string;
|
|
130
|
+
export declare const INSURANCE_CLAIM_BASE_URI: string;
|
|
131
|
+
export declare const CLAIM_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.365.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS Network Adapter for Aura Runtime",
|
|
6
6
|
"main": "dist/ldsNetwork.js",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-network-aura"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@luvio/engine": "0.158.
|
|
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.365.0",
|
|
41
|
+
"@salesforce/lds-aura-storage": "^1.365.0",
|
|
42
|
+
"@salesforce/lds-environment-settings": "^1.365.0",
|
|
43
|
+
"@salesforce/lds-instrumentation": "^1.365.0",
|
|
44
|
+
"@salesforce/lds-network-adapter": "^1.365.0"
|
|
45
45
|
},
|
|
46
46
|
"volta": {
|
|
47
47
|
"extends": "../../package.json"
|