@salesforce/lds-network-aura 1.341.0 → 1.343.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
|
@@ -28,6 +28,7 @@ const COMMERCE_BASE_URI = `${BASE_URI}/commerce`;
|
|
|
28
28
|
const COMMERCE_CONFIGURATION_BASE_URI = `${COMMERCE_BASE_URI}/configuration`;
|
|
29
29
|
const COMMERCE_CHANNEL_MANAGEMENT_BASE_URI = `${COMMERCE_BASE_URI}/management/channels`;
|
|
30
30
|
const COMMERCE_EXTENSION_BASE_URI = `${COMMERCE_BASE_URI}/extension`;
|
|
31
|
+
const COMMERCE_META_CONFIGURATION_BASE_URI = `${COMMERCE_BASE_URI}/commerce/management/webstores`;
|
|
31
32
|
const COMMERCE_ESF_BASE_URI = `${COMMERCE_BASE_URI}/experience`;
|
|
32
33
|
const GUIDANCE_BASE_URI = `${BASE_URI}/assistant-platform`;
|
|
33
34
|
const WAVE_BASE_URI = `${BASE_URI}/wave`;
|
|
@@ -134,6 +135,7 @@ const INVOICING_BASE_URI = `${COMMERCE_BASE_URI}/invoicing`;
|
|
|
134
135
|
const SLACK_BRIDGE_BASE_URI = `${CONNECT_BASE_URI}/slackbridge`;
|
|
135
136
|
const MARKETING_BASE_URI = `${CONNECT_BASE_URI}/marketing`;
|
|
136
137
|
const EXPLORER_VIEW_BASE_URI = `${CONNECT_BASE_URI}/explorer-view`;
|
|
138
|
+
const INDUSTRIES_DFO_BASE_DECOMP_VIEWER_URI = `${CONNECT_BASE_URI}/dro`;
|
|
137
139
|
|
|
138
140
|
function getStatusText(status) {
|
|
139
141
|
switch (status) {
|
|
@@ -867,6 +869,7 @@ const FILEBASED_DATAIMPORT_START_ADVANCE_IMPORT_PATH = new RegExp(`${FILEBASED_D
|
|
|
867
869
|
const SERVICE_EMPLOYEE_GET_FIELD_DETAILS_PATH = new RegExp(`${CONNECT_BASE_URI}/employee-hub/employee-profile-card/employee-details`, 'i');
|
|
868
870
|
const SERVICE_EMPLOYEE_GET_USER_PROFILE_DETAILS_PATH = new RegExp(`${CONNECT_BASE_URI}/employee-hub/profile/user/([A-Z0-9]){1,18}$`, 'i');
|
|
869
871
|
const SERVICE_EMPLOYEE_GET_USER_SETTINGS_PATH = new RegExp(`${CONNECT_BASE_URI}/service-employee/user-settings/details`, `i`);
|
|
872
|
+
const SERVICE_EMPLOYEE_GET_EMP_ENABLEMENT_PROGRAMS = new RegExp(`${CONNECT_BASE_URI}/employee/enablement/programs`, `i`);
|
|
870
873
|
const SERVICE_EMPLOYEE_UPDATE_USER_SETTINGS_PATH = new RegExp(`${CONNECT_BASE_URI}/service-employee/user-settings`, `i`);
|
|
871
874
|
const SERVICE_EMPLOYEE_GET_AVAILABLE_OPTIONS_PATH = new RegExp(`${CONNECT_BASE_URI}/serviceEmployee/availableUserOptions`, `i`);
|
|
872
875
|
const SERVICE_EMPLOYEE_POST_PROVISIONING_JOB = new RegExp(`${CONNECT_BASE_URI}/service-employee/employee-user-provisioning$`, `i`);
|
|
@@ -1078,6 +1081,7 @@ const GET_INDUSTRIES_PRICING_WATERFALL = new RegExp(`${CONNECT_BASE_URI}/core-pr
|
|
|
1078
1081
|
const GET_PRICING_API_EXECUTIONS = new RegExp(`${CONNECT_BASE_URI}/core-pricing/pricing-api-execution(\\?.*)?$`, 'i');
|
|
1079
1082
|
const GET_PRICING_PROCESS_EXECUTIONS_LINE_ITEM_DETAILS = new RegExp(`${CONNECT_BASE_URI}/core-pricing/pricing-process-execution/lineitems/([A-Za-z0-9_-]){1,50}/([A-Za-z0-9]){1,50}`, 'i');
|
|
1080
1083
|
const GET_PRICING_PROCESS_EXECUTIONS = new RegExp(`${CONNECT_BASE_URI}/core-pricing/pricing-process-execution/([A-Za-z0-9_-]){1,50}(\\?.*)?$`, 'i');
|
|
1084
|
+
const GET_PRICING_SIMULATION_INPUT_VARIABLES_WITH_DATA_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/simulationInputVariablesWithData`, 'i');
|
|
1081
1085
|
const GET_API_EXECUTION_LOGS = new RegExp(`${CONNECT_BASE_URI}/core-pricing/apiexecutionlogs/([A-Za-z0-9_-]){1,50}(\\?.*)?$`, 'i');
|
|
1082
1086
|
const VALIDATE_PRICING_FORMULA = new RegExp(`${CONNECT_BASE_URI}/core-pricing/formula/validate`, 'i');
|
|
1083
1087
|
const INDUSTRIES_PRICING_PRICING_ACTION_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/pricing-action`, 'i');
|
|
@@ -1198,6 +1202,7 @@ const CPQ_DELETE_CART_ITEM = new RegExp(`${CPQ_BASE_URI}/carts/([A-Za-z0-9]+(-[A
|
|
|
1198
1202
|
const CPQ_PRICE_CART = new RegExp(`${CPQ_BASE_URI}/carts/([A-Za-z0-9]+(-[A-Za-z0-9]+)+)/price`, 'i');
|
|
1199
1203
|
//DFO PATHS
|
|
1200
1204
|
const INDUSTRIES_DFO_CONFIG_PATH = new RegExp(`${INDUSTRIES_DFO_BASE_URI}/configurations`, 'i');
|
|
1205
|
+
const INDUSTRIES_DFO_DECOMP_VIEWER_PATH = new RegExp(`${INDUSTRIES_DFO_BASE_DECOMP_VIEWER_URI}/[a-zA-Z0-9]{15,18}/decomposition-data`, 'i');
|
|
1201
1206
|
const FUNDRAISING_GIFT_COMMITMENT_PATH = new RegExp(`${FUNDRAISING_BASE_URI}/donor/[a-zA-Z0-9]{15,18}/commitments$`, 'i');
|
|
1202
1207
|
const FUNDRAISING_CAMPAIGN_DEFAULT_DESIGNATION_PATH = new RegExp(`${FUNDRAISING_BASE_URI}/campaign/[a-zA-Z0-9]{15,18}/default-designations$`, 'i');
|
|
1203
1208
|
const FUNDRAISING_COMMITMENT_DEFAULT_DESIGNATION_PATH = new RegExp(`${FUNDRAISING_BASE_URI}/commitment/[a-zA-Z0-9]{15,18}/default-designations$`, 'i');
|
|
@@ -1315,6 +1320,7 @@ const HARMONIZE_BATCH_INVOICE_DRAFT_TO_POSTED_PATH = new RegExp(`${COMMERCE_BASE
|
|
|
1315
1320
|
const HARMONIZE_BILLING_SCHEDULE_RECOVERY_PATH = new RegExp(`${COMMERCE_BASE_URI}/invoicing/billing-schedules/collection/actions/recover`, 'i');
|
|
1316
1321
|
const HARMONIZE_BILLING_BATCH_INVOICE_DOC_GENERATION_PATH = new RegExp(`${COMMERCE_BASE_URI}/billing/invoices/invoice-batch-docgen/([A-Za-z0-9]){15,18}/actions/run`, 'i');
|
|
1317
1322
|
const HARMONIZE_BILLING_BATCH_CRON_NEXT_EXECUTION_DATES_PATH = new RegExp(`${CONNECT_BASE_URI}/billing/batch/cron/execution-dates`, 'i');
|
|
1323
|
+
const AGENTFORCE_EMPLOYEE_AGENTS = new RegExp(`${CONNECT_BASE_URI}/agentforce-agent-info`, 'i');
|
|
1318
1324
|
const BUSINESS_OBJECTIVES_PATH = new RegExp(`${COMMERCE_GOALS_RECS_BUSINESS_OBJECTIVES_URI}(\\?.*)?$`, 'i');
|
|
1319
1325
|
const BUSINESS_OBJECTIVES_RECOMMENDATIONS_PATH = new RegExp(`${COMMERCE_GOALS_RECS_BUSINESS_OBJECTIVES_URI}/recommendations(\\?.*)?$`, 'i');
|
|
1320
1326
|
const CMS_CONTENT_TAXONOMY_TERMS_PATH = new RegExp(`${CMS_BASE_URI}/contents/([A-Z0-9_]){15,28}/taxonomy-terms`, 'i');
|
|
@@ -1352,8 +1358,10 @@ const FORM_EMBED_SCRIPT_PATH = new RegExp(`${CONNECT_BASE_URI}/uma/form/embedScr
|
|
|
1352
1358
|
const CMS_SPACE_CHANNELS_PATH = new RegExp(`${CMS_BASE_URI}/spaces/([A-Za-z0-9_]){15,18}/channels`, 'i');
|
|
1353
1359
|
const PROSPECT_CONVERSION_PATH = new RegExp(`${CONNECT_BASE_URI}/ProspectConversion`, 'i');
|
|
1354
1360
|
const BUSINESS_UNIT_ASSOCIATED_RECORDS_PATH = new RegExp(`${MARKETING_BASE_URI}/records/([A-Za-z0-9_]){15,18}/business-unit`, 'i');
|
|
1361
|
+
const COMMERCE_META_CONFIGURATION_PATH = new RegExp(`${COMMERCE_META_CONFIGURATION_BASE_URI}/commerce/management/webstores/`, 'i');
|
|
1355
1362
|
const BUSINESS_UNIT_PATH = new RegExp(`${MARKETING_BASE_URI}/business-units/([A-Za-z0-9_]){15,18}`, 'i');
|
|
1356
1363
|
const BUSINESS_UNIT_COLLECTION_PATH = new RegExp(`${MARKETING_BASE_URI}/business-units`, 'i');
|
|
1364
|
+
const UMA_DATASPACES = new RegExp(`${CONNECT_BASE_URI}/uma/dataSpaces`, 'i');
|
|
1357
1365
|
const insurance = [
|
|
1358
1366
|
generateAdapter('post', INSURANCE_BASE_URI, INSURANCE_RATING, 'InsuranceFoundationFamilyController.insuranceProductRatingPost', 'ProductRatingPostInput'),
|
|
1359
1367
|
generateAdapter('patch', INSURANCE_BASE_URI, INSURANCE_RATING, 'InsuranceFoundationFamilyController.insuranceProductRatingPatch', 'productRatingPatchInput'),
|
|
@@ -1473,7 +1481,7 @@ const UNIFIED_ANALYTICS_DATA_ASSET_REQUESTS = new RegExp(`${UNIFIED_ANALYTICS_BA
|
|
|
1473
1481
|
const UNIFIED_ANALYTICS_DATA_ASSET_REQUESTS_COUNT = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/data-assets/requests/count$`, 'i');
|
|
1474
1482
|
const UNIFIED_ANALYTICS_DATA_ASSET_DEPENDENCIES_REQUEST = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/data-assets/dependencies/[A-Za-z0-9_]{3,50}$`, 'i');
|
|
1475
1483
|
const UNIFIED_ANALYTICS_ASSETS_QUERY = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/assets/query$`, 'i');
|
|
1476
|
-
const UNIFIED_ANALYTICS_ORGS = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/orgs
|
|
1484
|
+
const UNIFIED_ANALYTICS_ORGS = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/orgs$`, 'i');
|
|
1477
1485
|
const UNIFIED_ANALYTICS_USERS_QUERY = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/users/query$`, 'i');
|
|
1478
1486
|
const PAYMENT_METHOD_SET_PATH = new RegExp(`${PAYMENTS_BASE_URI}/payment-method-sets$`, 'i');
|
|
1479
1487
|
const UNIFIED_ANALYTICS_LIBRARY_ASSETS_PATH = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/library/assets/query$`, 'i');
|
|
@@ -1499,6 +1507,10 @@ const APP_FRAMEWORK_APP_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/apps/([^/]+)
|
|
|
1499
1507
|
const APP_FRAMEWORK_APP_DELETE = APP_FRAMEWORK_APP_GET;
|
|
1500
1508
|
const APP_FRAMEWORK_APP_PUT = APP_FRAMEWORK_APP_GET;
|
|
1501
1509
|
const APP_FRAMEWORK_APP_ASSETS_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/apps/([^/]+)/assets$`, 'i');
|
|
1510
|
+
const APP_FRAMEWORK_APP_ASSETS_POST = APP_FRAMEWORK_APP_ASSETS_GET;
|
|
1511
|
+
const APP_FRAMEWORK_APP_ASSET_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/apps/([^/]+)/assets/([^/])+$`, 'i');
|
|
1512
|
+
const APP_FRAMEWORK_APP_ASSET_DELETE = APP_FRAMEWORK_APP_ASSET_GET;
|
|
1513
|
+
const APP_FRAMEWORK_APP_ASSET_PATCH = APP_FRAMEWORK_APP_ASSET_GET;
|
|
1502
1514
|
const APP_FRAMEWORK_APP_ACTIVITIES_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/apps/([^/]+)/activities$`, 'i');
|
|
1503
1515
|
const APP_FRAMEWORK_APP_ACTIVITY_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/apps/([^/]+)/activities/([^/])+$`, 'i');
|
|
1504
1516
|
const APP_FRAMEWORK_INSTALLED_ASSETS_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/installed-assets$`, 'i');
|
|
@@ -1665,9 +1677,9 @@ const connect = [
|
|
|
1665
1677
|
generateAdapter('post', CMS_BASE_URI, CREATE_MANAGED_CONTENT_VARIANT_PATH, 'ManagedContentController.createManagedContentVariant'),
|
|
1666
1678
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
1667
1679
|
generateAdapter('post', CMS_BASE_URI, CREATE_MANAGED_CONTENT_PATH, 'ManagedContentController.createManagedContent'),
|
|
1668
|
-
generateAdapter('get', CMS_BASE_URI, GET_CMS_SPACES, '
|
|
1669
|
-
generateAdapter('post', CMS_BASE_URI, POST_CMS_SPACE, '
|
|
1670
|
-
generateAdapter('get', CMS_BASE_URI, CMS_SPACE_PATH, '
|
|
1680
|
+
generateAdapter('get', CMS_BASE_URI, GET_CMS_SPACES, 'ManagedContentSpacesController.getManagedContentSpaces'),
|
|
1681
|
+
generateAdapter('post', CMS_BASE_URI, POST_CMS_SPACE, 'ManagedContentSpacesController.postManagedContentSpace', 'ManagedContentSpaceInput'),
|
|
1682
|
+
generateAdapter('get', CMS_BASE_URI, CMS_SPACE_PATH, 'ManagedContentSpacesController.getManagedContentSpace'),
|
|
1671
1683
|
generateAdapter('get', CMS_BASE_URI, CMS_SPACE_BY_FQN_PATH, 'ManagedContentController.getManagedContentSpaceByFullyQualifiedName'),
|
|
1672
1684
|
generateAdapter('get', CMS_BASE_URI, CMS_SINGLE_ITEM_PATH, 'ManagedContentController.getManagedContentSingleItem'),
|
|
1673
1685
|
generateAdapter('get', CMS_BASE_URI, CMS_MANAGED_CONTENT_ORCH_CONFIG_PATH, 'ManagedContentController.getManagedContentSpaceOrchestratorConfig'),
|
|
@@ -1677,7 +1689,7 @@ const connect = [
|
|
|
1677
1689
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
1678
1690
|
generateAdapter('get', CONNECT_BASE_URI, GET_MANAGED_CONTENT_FOR_SITE_PATH, 'ManagedContentController.getManagedContentForSite'),
|
|
1679
1691
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
1680
|
-
generateAdapter('patch', CMS_BASE_URI, CMS_SPACE_PATH, '
|
|
1692
|
+
generateAdapter('patch', CMS_BASE_URI, CMS_SPACE_PATH, 'ManagedContentSpacesController.patchManagedContentSpace'),
|
|
1681
1693
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
1682
1694
|
generateAdapter('post', CONNECT_BASE_URI, CREATE_MANAGED_CONTENT_IMPORT_V2_JOB_PATH, 'ManagedContentController.createManagedContentImportV2Job'),
|
|
1683
1695
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
@@ -2708,6 +2720,7 @@ const industriesPricing = [
|
|
|
2708
2720
|
generateAdapter('post', CONNECT_BASE_URI, CREATE_INDUSTRIES_PRICING_VERSIONED_REVISE_DETAILS_PATH, 'PricingResourceFamilyController.updateAndPersistAdjustmentEntity'),
|
|
2709
2721
|
generateAdapter('get', CONNECT_BASE_URI, GET_INDUSTRIES_PRICING_WATERFALL, 'IPricingWaterfallLogResourceFamilyController.requestPricingWaterFallOutputResponse'),
|
|
2710
2722
|
generateAdapter('get', CONNECT_BASE_URI, GET_PRICING_API_EXECUTIONS, 'IPricingWaterfallLogResourceFamilyController.getPricingApiExecutions'),
|
|
2723
|
+
generateAdapter('get', CONNECT_BASE_URI, GET_PRICING_SIMULATION_INPUT_VARIABLES_WITH_DATA_PATH, 'PricingResourceFamilyController.getSimulationInputVariablesWithData'),
|
|
2711
2724
|
generateAdapter('get', CONNECT_BASE_URI, GET_PRICING_PROCESS_EXECUTIONS_LINE_ITEM_DETAILS, 'IPricingWaterfallLogResourceFamilyController.getPricingExecutionLineItemDetails'),
|
|
2712
2725
|
generateAdapter('get', CONNECT_BASE_URI, GET_PRICING_PROCESS_EXECUTIONS, 'IPricingWaterfallLogResourceFamilyController.getPricingProcessExecution'),
|
|
2713
2726
|
generateAdapter('post', CONNECT_BASE_URI, VALIDATE_PRICING_FORMULA, 'PricingResourceFamilyController.validatePricingFormula', 'pricingFormulaValidationRequest'),
|
|
@@ -2865,6 +2878,7 @@ const docgen = [
|
|
|
2865
2878
|
const IndustriesDfo = [
|
|
2866
2879
|
generateAdapter('get', INDUSTRIES_DFO_BASE_URI, INDUSTRIES_DFO_CONFIG_PATH, 'IDfoConfigInfoApiConnectFamilyController.getDfoConfigInfo'),
|
|
2867
2880
|
generateAdapter('put', INDUSTRIES_DFO_BASE_URI, INDUSTRIES_DFO_CONFIG_PATH, 'IDfoConfigInfoApiConnectFamilyController.putDfoConfigInfo', 'dfoConfigInfo'),
|
|
2881
|
+
generateAdapter('post', INDUSTRIES_DFO_BASE_DECOMP_VIEWER_URI, INDUSTRIES_DFO_DECOMP_VIEWER_PATH, 'IDroDecompositionViewerApiConnectController.getDroDecompViewer', 'droDecompViewer'),
|
|
2868
2882
|
];
|
|
2869
2883
|
const instantPricing = [
|
|
2870
2884
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
@@ -3033,6 +3047,7 @@ const conversationRuntimeProxy = [
|
|
|
3033
3047
|
generateAdapter('get', CONNECT_BASE_URI, COPILOT_WELCOME_UTTERANCES_PATH, 'ConversationRuntimeProxyController.getWelcomeUtterances'),
|
|
3034
3048
|
generateAdapter('post', CONNECT_BASE_URI, COPILOT_LLM_FEEDBACK_PATH, 'ConversationRuntimeProxyController.submitFeedback', 'submitFeedback'),
|
|
3035
3049
|
generateAdapter('get', CONNECT_BASE_URI, COPILOT_OBJECTS_PATH, 'ConversationRuntimeProxyController.getCopilotObjects'),
|
|
3050
|
+
generateAdapter('get', CONNECT_BASE_URI, AGENTFORCE_EMPLOYEE_AGENTS, 'ConversationRuntimeProxyController.getAgents'),
|
|
3036
3051
|
];
|
|
3037
3052
|
const sharingFamily = [
|
|
3038
3053
|
generateAdapter('post', SHARING_BASE_URI, SHARING_PUBLIC_GROUP_SUMMARY_PATH, 'SharingController.getPublicGroupShareData', 'publicGroup'),
|
|
@@ -3192,6 +3207,7 @@ const serviceEmployee = [
|
|
|
3192
3207
|
generateAdapter('post', CONNECT_BASE_URI, SERVICE_EMPLOYEE_GET_USER_PROFILE_DETAILS_PATH, 'ServiceEmployeeController.getUserProfileDetails', 'userProfile'),
|
|
3193
3208
|
generateAdapter('patch', CONNECT_BASE_URI, SERVICE_EMPLOYEE_UPDATE_USER_SETTINGS_PATH, 'ServiceEmployeeController.userSettings', 'userSettingsInputReq'),
|
|
3194
3209
|
generateAdapter('get', CONNECT_BASE_URI, SERVICE_EMPLOYEE_GET_USER_SETTINGS_PATH, 'ServiceEmployeeController.getUserSettings'),
|
|
3210
|
+
generateAdapter('get', CONNECT_BASE_URI, SERVICE_EMPLOYEE_GET_EMP_ENABLEMENT_PROGRAMS, 'ServiceEmployeeController.getEmpEnablementPrograms'),
|
|
3195
3211
|
generateAdapter('post', CONNECT_BASE_URI, SERVICE_EMPLOYEE_GET_AVAILABLE_OPTIONS_PATH, 'ServiceEmployeeController.availableUserOptions', 'availableUserOptions'),
|
|
3196
3212
|
generateAdapter('post', CONNECT_BASE_URI, SERVICE_EMPLOYEE_POST_PROVISIONING_JOB, 'ServiceEmployeeController.initiateEmpUserProvisioningJob', 'initiateEmpUserProvisioningInputRepresentation'),
|
|
3197
3213
|
];
|
|
@@ -3205,6 +3221,10 @@ const appFramework = [
|
|
|
3205
3221
|
generateAdapter('delete', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_DELETE, 'AppFrameworkController.deleteApp'),
|
|
3206
3222
|
generateAdapter('put', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_PUT, 'AppFrameworkController.updateApp', 'updateBody'),
|
|
3207
3223
|
generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ASSETS_GET, 'AppFrameworkController.getAppAssets'),
|
|
3224
|
+
generateAdapter('post', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ASSETS_POST, 'AppFrameworkController.createAppAsset', 'appAssetParam'),
|
|
3225
|
+
generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ASSET_GET, 'AppFrameworkController.getAppAsset'),
|
|
3226
|
+
generateAdapter('delete', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ASSET_DELETE, 'AppFrameworkController.deleteAppAsset'),
|
|
3227
|
+
generateAdapter('patch', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ASSET_PATCH, 'AppFrameworkController.updateAppAsset', 'appAssetParam'),
|
|
3208
3228
|
generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ACTIVITIES_GET, 'AppFrameworkController.getAppActivities'),
|
|
3209
3229
|
generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ACTIVITY_GET, 'AppFrameworkController.getAppActivity'),
|
|
3210
3230
|
generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_INSTALLED_ASSETS_GET, 'AppFrameworkController.getInstalledAssets'),
|
|
@@ -3269,6 +3289,7 @@ const marketingConnect = [
|
|
|
3269
3289
|
generateAdapter('get', MARKETING_BASE_URI, BUSINESS_UNIT_PATH, 'MarketingConnectController.getBusinessUnitInfo'),
|
|
3270
3290
|
generateAdapter('get', MARKETING_BASE_URI, BUSINESS_UNIT_COLLECTION_PATH, 'MarketingConnectController.getBusinessUnits'),
|
|
3271
3291
|
generateAdapter('patch', MARKETING_BASE_URI, BUSINESS_UNIT_PATH, 'MarketingConnectController.patchBusinessUnitInfo', 'businessUnitDefinitionUpdateRequest'),
|
|
3292
|
+
generateAdapter('get', CONNECT_BASE_URI, UMA_DATASPACES, 'MarketingConnectController.getUmaDataSpaces'),
|
|
3272
3293
|
];
|
|
3273
3294
|
const INDUSTRIES_FETCH_GUARDRAIL = new RegExp(`${INDUSTRIES_GUARDRAIL_FRAMEWORK_BASE_URI}/guardrail`, 'i');
|
|
3274
3295
|
const INDUSTRIES_FETCH_GUARDRAILS = new RegExp(`${INDUSTRIES_GUARDRAIL_FRAMEWORK_BASE_URI}/guardrails`, 'i');
|
|
@@ -3297,6 +3318,7 @@ const SLACK_BRIDGE_CONVERSATION_MESSAGE_REACTIONS = new RegExp(`${SLACK_BRIDGE_T
|
|
|
3297
3318
|
const SLACK_BRIDGE_CONVERSATION_USER = new RegExp(`${SLACK_BRIDGE_TEAM_BASE_URI}/user/([A-Za-z0-9_]+){3,50}$`, 'i');
|
|
3298
3319
|
const SLACK_BRIDGE_CONVERSATION_MEMBERS = new RegExp(`${SLACK_BRIDGE_TEAM_CHANNEL_BASE_URI}/members$`, 'i');
|
|
3299
3320
|
const SLACK_BRIDGE_CONVERSATION_MEMBER = new RegExp(`${SLACK_BRIDGE_TEAM_CHANNEL_BASE_URI}/members/([A-Za-z0-9_]+){3,50}$`, 'i');
|
|
3321
|
+
const SLACK_BRIDGE_CONVERSATION_MARK = new RegExp(`${SLACK_BRIDGE_TEAM_CHANNEL_BASE_URI}/mark$`, 'i');
|
|
3300
3322
|
const slackBridge = [
|
|
3301
3323
|
generateAdapter('get', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_CONVERSATION_MESSAGES, 'SlackBridgeController.getSlackConversation'),
|
|
3302
3324
|
generateAdapter('post', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_CONVERSATION_MESSAGES, 'SlackBridgeController.postSlackConversation', 'slackMessagePostRequest'),
|
|
@@ -3316,6 +3338,9 @@ const slackBridge = [
|
|
|
3316
3338
|
generateAdapter('post', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_CONVERSATION_MEMBERS, 'SlackBridgeController.postSlackConversationMembers'),
|
|
3317
3339
|
generateAdapter('post', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_RECORD_CHANNELS, 'SlackBridgeController.postSlackRecordChannelInfos'),
|
|
3318
3340
|
generateAdapter('get', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_RECORD_CHANNELS_MEMBER, 'SlackBridgeController.getSlackRecordChannelInfo'),
|
|
3341
|
+
generateAdapter('post', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_CONVERSATION_MARK, 'SlackBridgeController.postSlackConversationMark'),
|
|
3342
|
+
generateAdapter('get', COMMERCE_META_CONFIGURATION_BASE_URI, COMMERCE_META_CONFIGURATION_PATH, 'MetaConfigcontroller.getMetaConfig'),
|
|
3343
|
+
generateAdapter('post', COMMERCE_META_CONFIGURATION_BASE_URI, COMMERCE_META_CONFIGURATION_PATH, 'MetaConfigcontroller.postMetaConfig'),
|
|
3319
3344
|
];
|
|
3320
3345
|
registerApiFamilyRoutes(homeHealth);
|
|
3321
3346
|
registerApiFamilyRoutes(dataProcessingEngine);
|
|
@@ -5308,4 +5333,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
|
|
|
5308
5333
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
5309
5334
|
|
|
5310
5335
|
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 };
|
|
5311
|
-
// version: 1.
|
|
5336
|
+
// version: 1.343.0-f39f04aaf6
|
|
@@ -5,6 +5,7 @@ export declare const COMMERCE_BASE_URI: string;
|
|
|
5
5
|
export declare const COMMERCE_CONFIGURATION_BASE_URI: string;
|
|
6
6
|
export declare const COMMERCE_CHANNEL_MANAGEMENT_BASE_URI: string;
|
|
7
7
|
export declare const COMMERCE_EXTENSION_BASE_URI: string;
|
|
8
|
+
export declare const COMMERCE_META_CONFIGURATION_BASE_URI: string;
|
|
8
9
|
export declare const COMMERCE_ESF_BASE_URI: string;
|
|
9
10
|
export declare const GUIDANCE_BASE_URI: string;
|
|
10
11
|
export declare const WAVE_BASE_URI: string;
|
|
@@ -115,3 +116,4 @@ export declare const INVOICING_BASE_URI: string;
|
|
|
115
116
|
export declare const SLACK_BRIDGE_BASE_URI: string;
|
|
116
117
|
export declare const MARKETING_BASE_URI: string;
|
|
117
118
|
export declare const EXPLORER_VIEW_BASE_URI: string;
|
|
119
|
+
export declare const INDUSTRIES_DFO_BASE_DECOMP_VIEWER_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.343.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.5"
|
|
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.343.0",
|
|
41
|
+
"@salesforce/lds-aura-storage": "^1.343.0",
|
|
42
|
+
"@salesforce/lds-environment-settings": "^1.343.0",
|
|
43
|
+
"@salesforce/lds-instrumentation": "^1.343.0",
|
|
44
|
+
"@salesforce/lds-network-adapter": "^1.343.0"
|
|
45
45
|
},
|
|
46
46
|
"volta": {
|
|
47
47
|
"extends": "../../package.json"
|