@salesforce/lds-network-aura 1.247.0 → 1.248.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.
@@ -79,6 +79,7 @@ const COMMERCE_STORE_MANAGEMENT_BASE_URI = `${COMMERCE_BASE_URI}/management/webs
79
79
  const SERVICE_CATALOG_CATEGORIES_BASE_URI = `${CONNECT_BASE_URI}/service-automation/service-catalog/categories`;
80
80
  const REMINDER_BASE_URI = `${CONNECT_BASE_URI}/reminder/reminder-definition`;
81
81
  const PATHASSISTANT_BASE_URI = `${CONNECT_BASE_URI}/pathassistant`;
82
+ const DECISIONTABLE_BASE_URI = `${CONNECT_BASE_URI}/business-rules`;
82
83
 
83
84
  function getStatusText(status) {
84
85
  switch (status) {
@@ -486,6 +487,7 @@ const GET_PRODUCT_CATEGORY_PATH_PATH = new RegExp(`${COMMERCE_BASE_URI}/webstore
486
487
  const PRODUCT_SEARCH_PATH = new RegExp(`${COMMERCE_BASE_URI}/webstores/([A-Z0-9]){15,18}/search/product-search`, 'i');
487
488
  const GET_PRODUCT_PRICE_PATH = new RegExp(`${COMMERCE_BASE_URI}/webstores/([A-Z0-9]){15,18}/pricing/products/([A-Z0-9]){15,18}`, 'i');
488
489
  const GET_MANAGEMENT_CHANNELS_PATH = new RegExp(`${COMMERCE_BASE_URI}/management/channels(\\?.*)?$`, 'i');
490
+ const GET_MANAGEMENT_SHIPPING_PROFILES_PATH = new RegExp(`${COMMERCE_BASE_URI}/webstores/([A-Z0-9]){15,18}/shippingProfiles`, 'i');
489
491
  const GET_EXTENSIONS_PATH = new RegExp(`${COMMERCE_EXTENSION_BASE_URI}/extensions$`, 'i');
490
492
  const GET_MAPPINGS_PATH = new RegExp(`${COMMERCE_EXTENSION_BASE_URI}/mappings(\\?.*)?$`, 'i');
491
493
  const GET_MAPPING_PATH = new RegExp(`${COMMERCE_EXTENSION_BASE_URI}/mappings/([A-Z0-9]){15,18}$`, 'i');
@@ -606,7 +608,7 @@ const INTERACTION_RUNTIME_NAVIGATE_FLOW_PATH = new RegExp(`^${INTERACTION_BASE_U
606
608
  const INTERACTION_RUNTIME_RESUME_FLOW_PATH = new RegExp(`^${INTERACTION_BASE_URI}/runtime/resumeFlow$`, 'i');
607
609
  const INTERACTION_FLOW_BUILDER_RULES_PATH = new RegExp(`^${INTERACTION_BASE_URI}/builder/rules`, 'i');
608
610
  const REVENUE_UPDATE_PLACE_QUOTE_PATH = new RegExp(`${COMMERCE_BASE_URI}/quotes/actions/place`, 'i');
609
- const REVENUE_PLACE_ORDER_PATH = new RegExp(`${COMMERCE_BASE_URI}/sales-orders/orders/actions/place`, 'i');
611
+ const REVENUE_PLACE_ORDER_PATH = new RegExp(`${COMMERCE_BASE_URI}/sales-orders/actions/place`, 'i');
610
612
  const POST_BATCH_PAYMENTS_SCHEDULERS_PATH = new RegExp(`${COMMERCE_BASE_URI}/payments/payment-schedulers`, 'i');
611
613
  const POST_BATCH_INVOICES_SCHEDULERS_PATH = new RegExp(`${COMMERCE_BASE_URI}/invoicing/invoice-schedulers`, 'i');
612
614
  const EXPLAINABILITY_ACTION_LOG_PATH = new RegExp(`${EXPLAINABILITY_BASE_URI}/action-logs$`, 'i');
@@ -752,13 +754,16 @@ const MANAGED_CONTENT_CHANNEL_MANAGEMENT_RECORD_PATH = new RegExp(`${CMS_BASE_UR
752
754
  const MANAGED_CONTENT_RUNNING_ORCHESTRATION_HISTORY_PATH = new RegExp(`${CMS_BASE_URI}/contents/orchestration-history-events`, 'i');
753
755
  const MANAGED_CONTENT_TYPE_FOR_MIXIN_PATH = new RegExp(`${CMS_BASE_URI}/spaces/([A-Z0-9]){15,18}/content-types$`, 'i');
754
756
  const GET_SLOTS_PATH = new RegExp(`${HEALTH_CLOUD_BASE_URI}/advanced-therapy-management/get-slots`, 'i');
757
+ const GET_SLOT_CHAINS_PATH = new RegExp(`${HEALTH_CLOUD_BASE_URI}/advanced-therapy-management/get-slot-chains`, 'i');
755
758
  const CANCEL_SLOT_CHAIN_PATH = new RegExp(`${HEALTH_CLOUD_BASE_URI}/advanced-therapy-management/cancel-slot-chain`, 'i');
756
759
  const BOOK_SLOTS_PATH = new RegExp(`${HEALTH_CLOUD_BASE_URI}/advanced-therapy-management/book-slot-chain`, 'i');
757
760
  const RESCHEDULE_SLOT_CHAIN_PATH = new RegExp(`${HEALTH_CLOUD_BASE_URI}/advanced-therapy-management/reschedule-slot-chain`, 'i');
758
761
  const FETCH_SERVICE_TERRITORY_PATH = new RegExp(`${HEALTH_CLOUD_BASE_URI}/advanced-therapy-management/fetch-service-territories`, 'i');
759
762
  const MOVE_TO_NEXT_STEP_PATH = new RegExp(`${HEALTH_CLOUD_BASE_URI}/advanced-therapy-management/move-to-next-step`, 'i');
760
763
  const TRIGGER_ON_DEMAND_COMPUTATION_PATH = new RegExp(`${SALES_ENABLEMENT_BASE_URI}/on-demand-computation/programs/([A-Za-z0-9_]){1,20}`, 'i');
764
+ const GET_CONTRIBUTING_RECORDS_INFO_PATH = new RegExp(`${SALES_ENABLEMENT_BASE_URI}/contributing-records/taskProgress/([A-Za-z0-9_]){1,20}`, 'i');
761
765
  const GET_SALES_ENABLEMENT_PROGRAM_TEMPLATE_PATH = new RegExp(`${SALES_ENABLEMENT_BASE_URI}/programTemplate/([A-Za-z0-9_]){1,100}$`, 'i');
766
+ const WORKTYPE_LEADTIME_PATH = new RegExp(`${HEALTH_CLOUD_BASE_URI}/advanced-therapy-management/worktype-leadtime`, 'i');
762
767
  const GET_SALES_ENABLEMENT_PROGRAM_TEMPLATES_PATH = new RegExp(`${SALES_ENABLEMENT_BASE_URI}/programTemplate`, 'i');
763
768
  const DELETE_SALES_USER_WORKING_HOURS_PATH = new RegExp(`${BASE_URI}/sales/working-hours/time-slots/([A-Za-z0-9_]){1,100}$`, 'i');
764
769
  const GET_SALES_USER_WORKING_HOURS_PATH = new RegExp(`${BASE_URI}/sales/working-hours/time-slots`, 'i');
@@ -795,6 +800,7 @@ const SERVICE_EXCELLENCE_ACTION_LAUNCH_PATH = new RegExp(`${SERVICE_EXCELLENCE_B
795
800
  const SERVICE_EXCELLENCE_GET_SERVICE_CATALOG_ITEMS_PATH = new RegExp(`${SERVICE_EXCELLENCE_BASE_URI}/service-catalog-items/([A-Z0-9]){15,18}$`, 'i');
796
801
  const FETCH_ENTITY_DETAILS_PATH = new RegExp(`${HEALTH_CLOUD_BASE_URI}/fetch-entity-details`, 'i');
797
802
  const EPC_PRODUCT_ATTRIBUTE_DEFINITION_PATH = new RegExp(`${EPC_BASE_URI}/product-attribute-definition`, 'i');
803
+ const DECISION_TABLE_BY_ID_PATH = new RegExp(`${DECISIONTABLE_BASE_URI}/decision-table/definitions/([A-Z0-9]){15,18}`, 'i');
798
804
  const EPC_DEACTIVATE_PATH = new RegExp(`${EPC_BASE_URI}/actions/deactivate`, 'i');
799
805
  const EPC_PRODUCT_FLOW_PATH = new RegExp(`${EPC_BASE_URI}/products/([A-Z0-9]){15,18}/flow$`, 'i');
800
806
  const EPC_PRODUCT_ATTRIBUTES_PATH = new RegExp(`${EPC_BASE_URI}/product/([A-Z0-9]){15,18}/attributes$`, 'i');
@@ -887,6 +893,8 @@ const GET_AVAILABLE_TIME_SLOTS = new RegExp(`${EDUCATION_BASE_URI}/appointment-b
887
893
  const CREATE_CARE_PLANS = new RegExp(`${EDUCATION_BASE_URI}/careplan/bulk`, 'i');
888
894
  const EDU_PUBLISH_LEARNING_PROGRAM_PLAN = new RegExp(`${EDUCATION_BASE_URI}/campus-setup/learning-program-plan/publish`, 'i');
889
895
  const EDU_LEARNING = new RegExp(`${EDUCATION_BASE_URI}/campus-setup/learning`, 'i');
896
+ const EDU_GET_APT_TASK = new RegExp(`${EDUCATION_BASE_URI}/student-action-centre/([A-Z0-9]{15,18})/apts-tasks-plans`, 'i');
897
+ const EDU_PATCH_TASK = new RegExp(`${EDUCATION_BASE_URI}/student-action-centre/task/([A-Z0-9]{15,18})`, 'i');
890
898
  const GET_PERSON_PUBLIC_PROFILE = new RegExp(`${EDUCATION_BASE_URI}/person-public-profile/([A-Za-z0-9]+( ?-?[A-Za-z0-9]+)+)/([A-Z0-9]{15,18})`, 'i');
891
899
  const APPLY_REMINDER_PATH = new RegExp(`${CONNECT_BASE_URI}/automated-actions/reminder/apply`, 'i');
892
900
  const CPQ_PREVIEW_PATH = new RegExp(`${CPQ_BASE_URI}/preview`, 'i');
@@ -914,6 +922,7 @@ const KNOWLEDGE_ARTICLE_PATH = new RegExp(`${CONNECT_BASE_URI}/communities/([a-z
914
922
  const CATALOG_ITEM_FOR_COMMUNITY_PATH = new RegExp(`${CONNECT_BASE_URI}/communities/([a-zA-Z0-9]){15,18}/network-data-category/9cn([a-zA-Z0-9]){12,15}/catalog-item`, 'i');
915
923
  const CATALOG_ITEM_PATH = new RegExp(`${CONNECT_BASE_URI}/network-data-category/9cn([a-zA-Z0-9]){12,15}/catalog-item`, 'i');
916
924
  const NETWORK_DATA_CATEGORIES_PATH = new RegExp(`${CONNECT_BASE_URI}/communities/([a-zA-Z0-9]){15,18}/data-category/network-data-category`, 'i');
925
+ const PARENT_NETWORK_DATA_CATEGORY_PATH = new RegExp(`${CONNECT_BASE_URI}/communities/([a-zA-Z0-9]){15,18}/network-data-category/9cn([a-zA-Z0-9]){12,15}/parent-network-data-category-path`, 'i');
917
926
  const CATEGORY_GROUP_PATH = new RegExp(`${CONNECT_BASE_URI}/data-category/category-group`);
918
927
  const PUT_CDP_DATA_GRAPH_PATH = new RegExp(`${CDP_BASE_URI}/data-graphs/retry`, 'i');
919
928
  const AUTOMOTIVE_INV_MGMT_PATH = new RegExp(`${CONNECT_BASE_URI}/inventory-visibility/actions`, 'i');
@@ -928,7 +937,7 @@ const EINSTEIN_LLM_GENERATIONS_PATH = new RegExp(`${EINSTEIN_BASE_URI}/llm/promp
928
937
  const EINSTEIN_PROMPT_TEMPLATE_GENERATIONS_PATH = new RegExp(`${EINSTEIN_BASE_URI}/prompt-templates/([A-Za-z0-9_]){1,255}/generations`, 'i');
929
938
  const EINSTEIN_LLM_FEEDBACK_PATH = new RegExp(`${EINSTEIN_BASE_URI}/llm/feedback`, 'i');
930
939
  const DOCUMENT_MATRIX_FETCH_RESULTS = new RegExp(`${CONNECT_BASE_URI}/document-matrix/document-decision/([A-Za-z0-9]){1,18}$`, 'i');
931
- const NEXTGENSALESAGREEMENTPRICE_PATH = new RegExp(`${CONNECT_BASE_URI}/salesagreements/price`, 'i');
940
+ const NEXTGENSALESAGREEMENTPRICE_PATH = new RegExp(`${CONNECT_BASE_URI}/sales-agreements/([A-Za-z0-9]){1,255}/price`, 'i');
932
941
  const COMMERCE_STORE_MANAGEMENT_CONFIGURE_PRODUCT_PRICING_PATH = new RegExp(`${COMMERCE_STORE_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/configureProductPricing`, 'i');
933
942
  const COMMERCE_STORE_MANAGEMENT_GET_PRODUCT_PRICING_PATH = new RegExp(`${COMMERCE_STORE_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/getProductPricing`, 'i');
934
943
  const REMINDER_PATH = new RegExp(`${REMINDER_BASE_URI}`, 'i');
@@ -957,7 +966,7 @@ const connect = [
957
966
  generateAdapter('get', CMS_BASE_URI, GET_MANAGED_CONTENT_SPACE_FOLDER_PATH, 'ManagedContentController.getManagedContentSpaceFolder'),
958
967
  generateAdapter('get', CMS_BASE_URI, GET_MANAGED_CONTENT_FOLDER_ITEMS_PATH, 'ManagedContentController.getManagedContentSpaceFolderItems'),
959
968
  generateAdapter('get', CMS_BASE_URI, GET_WEB_URLS_PATH, 'ManagedContentController.getWebUrls'),
960
- generateAdapter('patch', CMS_BASE_URI, UPDATE_MANAGED_CONTENT_WEB_URL_PATH, 'ManagedContentController.updateManagedContentWebUrl'),
969
+ generateAdapter('patch', CMS_BASE_URI, UPDATE_MANAGED_CONTENT_WEB_URL_PATH, 'ManagedContentController.updateManagedContentWebUrl', 'managedContentWebUrlInput'),
961
970
  generateAdapter('post', CMS_BASE_URI, UNPUBLISH_MANAGED_CONTENT_PATH, 'ManagedContentController.unpublish'),
962
971
  generateAdapter('post', CMS_BASE_URI, PUBLISH_MANAGED_CONTENT_PATH, 'ManagedContentController.publish'),
963
972
  generateAdapter('get', CONNECT_BASE_URI, LIST_CONTENT_INTERNAL_PATH, 'ManagedContentController.getPublishedManagedContentListByContentKey'),
@@ -1130,6 +1139,7 @@ const commerce = [
1130
1139
  ];
1131
1140
  const commerce_management = [
1132
1141
  generateAdapter('get', COMMERCE_BASE_URI, GET_MANAGEMENT_CHANNELS_PATH, 'ICommerceManagementController.getChannels'),
1142
+ generateAdapter('get', COMMERCE_BASE_URI, GET_MANAGEMENT_SHIPPING_PROFILES_PATH, 'CommerceShippingController.getShippingProfilesForWebStore'),
1133
1143
  ];
1134
1144
  const commerce_extension = [
1135
1145
  generateAdapter('get', COMMERCE_EXTENSION_BASE_URI, GET_EXTENSIONS_PATH, 'CommerceExtensionFamilyController.getExtensions'),
@@ -1190,6 +1200,15 @@ const networkDataCategory = [
1190
1200
  },
1191
1201
  },
1192
1202
  ];
1203
+ const parentNetworkDataCategoryPath = [
1204
+ {
1205
+ method: 'get',
1206
+ predicate: (path) => PARENT_NETWORK_DATA_CATEGORY_PATH.test(path),
1207
+ transport: {
1208
+ controller: 'NetworkDataCategoryController.getParentNetworkDataCategoryPath',
1209
+ },
1210
+ },
1211
+ ];
1193
1212
  const dataCategory = [
1194
1213
  {
1195
1214
  method: 'get',
@@ -1433,11 +1452,13 @@ const assetCreation = [
1433
1452
  ];
1434
1453
  const advancedTherapyManagement = [
1435
1454
  generateAdapter('post', HEALTH_CLOUD_BASE_URI, GET_SLOTS_PATH, 'AdvancedTherapyManagementController.getSlots'),
1455
+ generateAdapter('post', HEALTH_CLOUD_BASE_URI, GET_SLOT_CHAINS_PATH, 'AdvancedTherapyManagementController.getSlotChains', 'getSlotChainsInput'),
1436
1456
  generateAdapter('post', HEALTH_CLOUD_BASE_URI, BOOK_SLOTS_PATH, 'AdvancedTherapyManagementController.bookSlotChain'),
1437
1457
  generateAdapter('post', HEALTH_CLOUD_BASE_URI, CANCEL_SLOT_CHAIN_PATH, 'AdvancedTherapyManagementController.cancelSlotChain'),
1438
1458
  generateAdapter('post', HEALTH_CLOUD_BASE_URI, FETCH_SERVICE_TERRITORY_PATH, 'AdvancedTherapyManagementController.getWorkTypeServiceTerritories'),
1439
1459
  generateAdapter('post', HEALTH_CLOUD_BASE_URI, RESCHEDULE_SLOT_CHAIN_PATH, 'AdvancedTherapyManagementController.rescheduleSlotChain'),
1440
1460
  generateAdapter('post', HEALTH_CLOUD_BASE_URI, FETCH_ENTITY_DETAILS_PATH, 'AdvancedTherapyManagementController.getEntityDetailsInfo'),
1461
+ generateAdapter('post', HEALTH_CLOUD_BASE_URI, WORKTYPE_LEADTIME_PATH, 'AdvancedTherapyManagementController.workTypeLeadTime', 'workTypeLeadTimeValidationRequest'),
1441
1462
  generateAdapter('post', HEALTH_CLOUD_BASE_URI, GENERIC_CONNECT_API_PATH, 'GenericConnectApiController.genericConnectApiPOST'),
1442
1463
  generateAdapter('get', HEALTH_CLOUD_BASE_URI, GENERIC_CONNECT_API_PATH, 'GenericConnectApiController.genericConnectApiGET'),
1443
1464
  generateAdapter('post', HEALTH_CLOUD_BASE_URI, MOVE_TO_NEXT_STEP_PATH, 'AdvancedTherapyManagementController.moveToNextStep'),
@@ -1448,6 +1469,7 @@ const enablementProgram = [
1448
1469
  ];
1449
1470
  const enablementMeasure = [
1450
1471
  generateAdapter('patch', SALES_ENABLEMENT_BASE_URI, TRIGGER_ON_DEMAND_COMPUTATION_PATH, 'EnablementMeasureConnectController.triggerOnDemandComputation'),
1472
+ generateAdapter('get', SALES_ENABLEMENT_BASE_URI, GET_CONTRIBUTING_RECORDS_INFO_PATH, 'EnablementMeasureConnectController.getContributingRecordsInfoForMilestone'),
1451
1473
  ];
1452
1474
  const salesUserWorkingHours = [
1453
1475
  generateAdapter('delete', BASE_URI, DELETE_SALES_USER_WORKING_HOURS_PATH, 'ISalesUserWorkingHoursFamilyController.deleteSalesUserWorkingHours'),
@@ -1463,6 +1485,9 @@ const salesEngagementWorkspace = [
1463
1485
  ];
1464
1486
  const namedCredential = [
1465
1487
  generateAdapter('delete', NAMED_CREDENTIAL_BASE_URI, CREDENTIAL_PATH, 'NamedCredentialsController.deleteCredential'),
1488
+ generateAdapter('get', NAMED_CREDENTIAL_BASE_URI, CREDENTIAL_PATH, 'NamedCredentialsController.getCredential'),
1489
+ generateAdapter('put', NAMED_CREDENTIAL_BASE_URI, CREDENTIAL_PATH, 'NamedCredentialsController.updateCredential'),
1490
+ generateAdapter('post', NAMED_CREDENTIAL_BASE_URI, CREDENTIAL_PATH, 'NamedCredentialsController.createCredential'),
1466
1491
  generateAdapter('post', NAMED_CREDENTIAL_BASE_URI, OAUTH_CREDENTIAL_AUTH_URL_PATH, 'NamedCredentialsController.getOAuthCredentialAuthUrl'),
1467
1492
  generateAdapter('get', NAMED_CREDENTIAL_BASE_URI, EXTERNAL_CREDENTIAL_PATH, 'NamedCredentialsController.getExternalCredentials'),
1468
1493
  ];
@@ -1541,6 +1566,8 @@ const education = [
1541
1566
  generateAdapter('post', EDUCATION_BASE_URI, EDU_PUBLISH_LEARNING_PROGRAM_PLAN, 'CampusSetupController.postPublishLearningProgramPlan'),
1542
1567
  generateAdapter('post', EDUCATION_BASE_URI, EDU_LEARNING, 'CampusSetupController.postCreateLearning'),
1543
1568
  generateAdapter('get', EDUCATION_BASE_URI, GET_PERSON_PUBLIC_PROFILE, 'PersonPublicProfileInfoController.getPersonPublicProfile'),
1569
+ generateAdapter('get', EDUCATION_BASE_URI, EDU_GET_APT_TASK, 'StudentActionCentreController.getAptsTasksPlans'),
1570
+ generateAdapter('patch', EDUCATION_BASE_URI, EDU_PATCH_TASK, 'StudentActionCentreController.updateTaskStatus', 'task'),
1544
1571
  ];
1545
1572
  const industriesContext = [
1546
1573
  generateAdapter('get', CONNECT_BASE_URI, GET_INDUSTRIES_CONTEXT_RUNTIME_PATH, 'ContextResourceFamilyController.getContext'),
@@ -1671,6 +1698,10 @@ const pathassistant = [
1671
1698
  generateAdapter('get', PATHASSISTANT_BASE_URI, PATHASSISTANT_GET_PATH, 'PathAssistantController.getPathAssistant'),
1672
1699
  generateAdapter('get', PATHASSISTANT_BASE_URI, PATHASSISTANT_DAYS_IN_STAGE_PATH, 'PathAssistantController.getPathAssistantDaysInStage'),
1673
1700
  ];
1701
+ const decisiontable = [
1702
+ generateAdapter('get', DECISIONTABLE_BASE_URI, DECISION_TABLE_BY_ID_PATH, 'DecisionTableFamilyController.getDecisionTable'),
1703
+ ];
1704
+ registerApiFamilyRoutes(decisiontable);
1674
1705
  registerApiFamilyRoutes(updateQuote);
1675
1706
  registerApiFamilyRoutes(placeOrder);
1676
1707
  registerApiFamilyRoutes(connect);
@@ -1685,6 +1716,7 @@ registerApiFamilyRoutes(analyticsPrivate);
1685
1716
  registerApiFamilyRoutes(tableauEmbedding);
1686
1717
  registerApiFamilyRoutes(scalecenter);
1687
1718
  registerApiFamilyRoutes(networkDataCategory);
1719
+ registerApiFamilyRoutes(parentNetworkDataCategoryPath);
1688
1720
  registerApiFamilyRoutes(dataCategory);
1689
1721
  registerApiFamilyRoutes(flow);
1690
1722
  registerApiFamilyRoutes(flowBuilder);
@@ -1828,11 +1860,12 @@ var UiApiRecordController$1;
1828
1860
  UiApiRecordController["UpdateLayoutUserState"] = "RecordUiController.updateLayoutUserState";
1829
1861
  UiApiRecordController["GetDuplicateConfiguration"] = "RecordUiController.getDuplicateConfig";
1830
1862
  UiApiRecordController["GetDuplicates"] = "RecordUiController.findDuplicates";
1863
+ UiApiRecordController["ExecuteBatchRecordOperations"] = "RecordUiController.executeBatchRecordOperations";
1831
1864
  })(UiApiRecordController$1 || (UiApiRecordController$1 = {}));
1832
1865
  const UIAPI_GET_LAYOUT = `${UI_API_BASE_URI$1}/layout/`;
1833
1866
  const UIAPI_AGGREGATE_UI_PATH = `${UI_API_BASE_URI$1}/aggregate-ui`;
1834
1867
  const UIAPI_RECORDS_PATH$1 = `${UI_API_BASE_URI$1}/records`;
1835
- const UIAPI_RECORDS_BATCH_PATH$1 = `${UI_API_BASE_URI$1}/records/batch/`;
1868
+ const UIAPI_RECORDS_BATCH_PATH$1 = `${UI_API_BASE_URI$1}/records/batch`;
1836
1869
  const UIAPI_RECORD_AVATARS_BASE = `${UI_API_BASE_URI$1}/record-avatars/`;
1837
1870
  const UIAPI_RECORD_AVATARS_BATCH_PATH = `${UI_API_BASE_URI$1}/record-avatars/batch/`;
1838
1871
  const UIAPI_RECORD_AVATAR_UPDATE = `/association`;
@@ -2234,6 +2267,14 @@ function executeGraphQLBatch(resourceRequest, resourceRequestContext) {
2234
2267
  const enrichedConfig = enrichWithSourceContext(resourceRequestContext, actionConfig);
2235
2268
  return dispatchAction(controller, params, enrichedConfig);
2236
2269
  }
2270
+ function executeBatchRecordOperations(resourceRequest, resourceRequestContext) {
2271
+ const controller = UiApiRecordController$1.ExecuteBatchRecordOperations;
2272
+ const params = buildUiApiParams({
2273
+ recordInput: resourceRequest.body,
2274
+ }, resourceRequest);
2275
+ const enrichedConfig = enrichWithSourceContext(resourceRequestContext, actionConfig);
2276
+ return dispatchAction(controller, params, enrichedConfig);
2277
+ }
2237
2278
  router.delete((path) => path.startsWith(UIAPI_RECORDS_PATH$1), deleteRecord);
2238
2279
  router.patch((path) => path.startsWith(UIAPI_RECORDS_PATH$1), updateRecord);
2239
2280
  router.patch((path) => path.startsWith(UIAPI_GET_LAYOUT) && path.endsWith(UIAPI_GET_LAYOUT_USER_STATE), updateLayoutUserState);
@@ -2253,6 +2294,7 @@ router.get((path) => path.startsWith(UIAPI_OBJECT_INFO_PATH) &&
2253
2294
  /picklist-values\/[a-zA-Z\d]+\/[a-zA-Z\d]+/.test(path) === false &&
2254
2295
  /picklist-values\/[a-zA-Z\d]+/.test(path) === false, getObjectInfo);
2255
2296
  router.post((path) => path.startsWith(UIAPI_AGGREGATE_UI_PATH), executeAggregateUi);
2297
+ router.post((path) => path === UIAPI_RECORDS_BATCH_PATH$1, executeBatchRecordOperations);
2256
2298
  router.get((path) => path.startsWith(UIAPI_RECORDS_BATCH_PATH$1), getRecords); // Must be registered before getRecord since they both begin with /records.
2257
2299
  router.get((path) => path.startsWith(UIAPI_RECORDS_PATH$1), getRecord);
2258
2300
  router.get((path) => path.startsWith(UIAPI_RECORD_TEMPLATE_CLONE_PATH), getRecordTemplateClone);
@@ -2416,6 +2458,7 @@ var UiApiListsController;
2416
2458
  UiApiListsController["GetListObjectInfo"] = "ListUiController.getListObjectInfo";
2417
2459
  UiApiListsController["DeleteListInfo"] = "ListUiController.deleteListInfo";
2418
2460
  UiApiListsController["GetListPreferences"] = "ListUiController.getListPreferences";
2461
+ UiApiListsController["UpdateListPreferences"] = "ListUiController.updateListPreferences";
2419
2462
  })(UiApiListsController || (UiApiListsController = {}));
2420
2463
  const UIAPI_LIST_RECORDS_PATH = `${UI_API_BASE_URI$1}/list-records/`;
2421
2464
  const UIAPI_LIST_UI_PATH = `${UI_API_BASE_URI$1}/list-ui/`;
@@ -2542,6 +2585,20 @@ function getListPreferences(resourceRequest, resourceRequestContext) {
2542
2585
  const enrichedConfig = enrichWithSourceContext(resourceRequestContext);
2543
2586
  return dispatchAction(UiApiListsController.GetListPreferences, params, enrichedConfig);
2544
2587
  }
2588
+ function updateListPreferences(resourceRequest, resourceRequestContext) {
2589
+ const { urlParams: { objectApiName, listViewApiName }, body, } = resourceRequest;
2590
+ const params = buildUiApiParams({
2591
+ objectApiName: objectApiName,
2592
+ listViewApiName: listViewApiName,
2593
+ listPreferencesInput: {
2594
+ columnWidths: body.columnWidths,
2595
+ columnWrap: body.columnWrap,
2596
+ orderedBy: body.orderedBy,
2597
+ },
2598
+ }, resourceRequest);
2599
+ const enrichedConfig = enrichWithSourceContext(resourceRequestContext);
2600
+ return dispatchAction(UiApiListsController.UpdateListPreferences, params, enrichedConfig);
2601
+ }
2545
2602
  function createListInfo(resourceRequest, resourceRequestContext) {
2546
2603
  const { urlParams: { objectApiName }, body, } = resourceRequest;
2547
2604
  const params = buildUiApiParams({
@@ -2594,6 +2651,7 @@ router.get((path) => path.startsWith(UIAPI_LIST_OBJ_INFO_PATH) &&
2594
2651
  /00B[a-zA-Z\d]{15}$/.test(path) === false, getListObjectInfo);
2595
2652
  // .../list-preferences/${objectApiName}/${listViewApiName}
2596
2653
  router.get((path) => path.startsWith(UIAPI_LIST_PREF_PATH) && /list-preferences\/.*\//.test(path), getListPreferences);
2654
+ router.patch((path) => path.startsWith(UIAPI_LIST_PREF_PATH), updateListPreferences);
2597
2655
 
2598
2656
  const UIAPI_LOOKUP_RECORDS = `${UI_API_BASE_URI$1}/lookups`;
2599
2657
  const LookupRecords = 'LookupController.lookup';
@@ -3492,4 +3550,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
3492
3550
  var main = platformNetworkAdapter(auraNetworkAdapter);
3493
3551
 
3494
3552
  export { main as default, defaultActionConfig, dispatchAction as dispatchAuraAction, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
3495
- // version: 1.247.0-4fe38c091
3553
+ // version: 1.248.0-1f7f01112
@@ -58,3 +58,4 @@ export declare const COMMERCE_STORE_MANAGEMENT_BASE_URI: string;
58
58
  export declare const SERVICE_CATALOG_CATEGORIES_BASE_URI: string;
59
59
  export declare const REMINDER_BASE_URI: string;
60
60
  export declare const PATHASSISTANT_BASE_URI: string;
61
+ export declare const DECISIONTABLE_BASE_URI: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.247.0",
3
+ "version": "1.248.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,7 +34,7 @@
34
34
  "release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-network-aura"
35
35
  },
36
36
  "dependencies": {
37
- "@luvio/engine": "0.151.0"
37
+ "@luvio/engine": "0.151.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@salesforce/lds-adapters-uiapi": "*",