@salesforce/lds-network-aura 1.282.0 → 1.284.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.
@@ -95,6 +95,9 @@ const PROGRAM_MGMT_BASE_URI = `${CONNECT_BASE_URI}/program-mgmt`;
95
95
  const SHARING_BASE_URI = `${BASE_URI}/sharing`;
96
96
  const OMNI_DESIGNER_BASE_URI = `${CONNECT_BASE_URI}/omni-designer`;
97
97
  const SALESFORCE_JOURNEY_BASE_URI = `${CONNECT_BASE_URI}/salesforce-journey`;
98
+ const PERSONALIZATION_SERVICE_BASE_URI = `${BASE_URI}/personalization`;
99
+ const INDUSTRIES_DFO_BASE_URI = `${CONNECT_BASE_URI}/revenue/dro`;
100
+ const RECORD_AGGREGATION_BASE_URI = `${CONNECT_BASE_URI}/record-aggregation`;
98
101
 
99
102
  function getStatusText(status) {
100
103
  switch (status) {
@@ -399,6 +402,7 @@ function buildDataGraphAction(actionName, bodyWrapper = 'input') {
399
402
  router.post((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs/draft`), buildDataGraphAction('CdpDataGraphController.saveDataGraphDraft'));
400
403
  router.post((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs`), buildDataGraphAction('CdpDataGraphController.createDataGraph'));
401
404
  router.put((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs/retry`), buildDataGraphAction('CdpDataGraphController.retryDataGraph'));
405
+ router.put((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs`), buildDataGraphAction('CdpDataGraphController.editDataGraph'));
402
406
 
403
407
  const LWR_APEX_BASE_URI = '/lwr/apex/v61.0';
404
408
  const ApexController = 'ApexActionController.execute';
@@ -573,6 +577,7 @@ const SECURITY_COVERAGE_DATASET_VERSION_PATH = new RegExp(`${WAVE_BASE_URI}/secu
573
577
  const XMD_PATH = new RegExp(`${WAVE_BASE_URI}/datasets/([A-Z0-9_]){1,80}/versions/([A-Z0-9_]){15,18}/xmds/[A-Z]+$`, 'i');
574
578
  const DEPENDENCIES_PATH = new RegExp(`${WAVE_BASE_URI}/dependencies/([A-Z0-9]){15,18}$`, 'i');
575
579
  const WAVE_FOLDERS_PATH = new RegExp(`${WAVE_BASE_URI}/folders$`, 'i');
580
+ const WAVE_FOLDERS_POST_PATH = new RegExp(`${WAVE_BASE_URI}/folders`, 'i');
576
581
  const WAVE_FOLDER_PATH = new RegExp(`${WAVE_BASE_URI}/folders/([A-Z0-9_]){1,80}$`, 'i');
577
582
  const WAVE_TEMPLATES_PATH = new RegExp(`${WAVE_BASE_URI}/templates$`, 'i');
578
583
  const WAVE_TEMPLATE_PATH = new RegExp(`${WAVE_BASE_URI}/templates/([A-Z0-9_]){1,80}$`, 'i');
@@ -621,6 +626,7 @@ const CMS_SCHEDULES_PATH = new RegExp(`${CMS_BASE_URI}/schedules`, 'i');
621
626
  const UNPUBLISH_MANAGED_CONTENT_PATH = new RegExp(`${CMS_BASE_URI}/contents/unpublish`, 'i');
622
627
  const PUBLISH_MANAGED_CONTENT_PATH = new RegExp(`${CMS_BASE_URI}/contents/publish`, 'i');
623
628
  const CLONE_MANAGED_CONTENT_PATH = new RegExp(`${CMS_BASE_URI}/contents/clone$`, 'i');
629
+ const CLONE_SINGLE_CONTENT_PATH = new RegExp(`${CMS_BASE_URI}/contents/([-A-Z0-9_]){1,28}/clone$`, 'i');
624
630
  const MCS_FOLDER_SHARES_PATH = new RegExp(`${CMS_BASE_URI}/folders/([A-Z0-9]){15,18}/shares$`, 'i');
625
631
  const CREATE_MANAGED_CONTENT_VARIANT_PATH = new RegExp(`${CMS_BASE_URI}/contents/variants`, 'i');
626
632
  const CREATE_MANAGED_CONTENT_PATH = new RegExp(`${CMS_BASE_URI}/contents$`, 'i');
@@ -768,7 +774,7 @@ const FILEBASED_DATAIMPORT_TEST_PATH = new RegExp(`${FILEBASED_DATAIMPORT_BASE_U
768
774
  const FILEBASED_DATAIMPORT_POST_PATH = new RegExp(`${FILEBASED_DATAIMPORT_BASE_URI}$`, 'i');
769
775
  const FILEBASED_DATAIMPORT_GET_CSV_PREVIEW_PATH = new RegExp(`${FILEBASED_DATAIMPORT_BASE_URI}/([A-Za-z0-9]){15,18}/preview$`, 'i');
770
776
  const FILEBASED_DATAIMPORT_GET_PATCH_DELETE_ENTITIES_BY_ID = new RegExp(`${FILEBASED_DATAIMPORT_BASE_URI}/([A-Za-z0-9]){15,18}$`, 'i');
771
- const FILEBASED_DATAIMPORT_GET_FIELDS = new RegExp(`${FILEBASED_DATAIMPORT_BASE_URI}/entities/([A-Za-z0-9])+/fields$`, 'i');
777
+ const FILEBASED_DATAIMPORT_GET_FIELDS = new RegExp(`${FILEBASED_DATAIMPORT_BASE_URI}/entities/([A-Za-z0-9_])+/fields$`, 'i');
772
778
  const FILEBASED_DATAIMPORT_GET_AUTO_MAPPING = new RegExp(`${FILEBASED_DATAIMPORT_BASE_URI}/automap$`, 'i');
773
779
  const FILEBASED_DATAIMPORT_GET_DPE_DEFINITIONS = new RegExp(`${FILEBASED_DATAIMPORT_BASE_URI}/dpeDefinitions$`, 'i');
774
780
  const FILEBASED_DATAIMPORT_GET_ENTITIES = new RegExp(`${FILEBASED_DATAIMPORT_BASE_URI}/entities$`, 'i');
@@ -830,6 +836,8 @@ const EXTERNAL_CREDENTIAL_PATH = new RegExp(`${NAMED_CREDENTIAL_BASE_URI}/extern
830
836
  const EXTERNAL_CONNECTIVITY_CONNECTION_LIST_PATH = new RegExp(`${EXTERNAL_CONNECTIVITY_BASE_URI}/connections$`, 'i');
831
837
  // can be 15-18 char Id or developerName which max length is 255
832
838
  const EXTERNAL_CONNECTIVITY_CONNECTION_DETAIL_PATH = new RegExp(`${EXTERNAL_CONNECTIVITY_BASE_URI}/connections/([A-Za-z0-9_]){1,255}`, 'i');
839
+ // can be 15-18 char developerName which max length is 255
840
+ const EXTERNAL_CONNECTIVITY_CONNECTION_TEST_PATH = new RegExp(`${EXTERNAL_CONNECTIVITY_BASE_URI}/connections/([A-Za-z0-9_]){1,255}/test$`, 'i');
833
841
  const EXTERNAL_CONNECTIVITY_CONNECTOR_LIST_PATH = new RegExp(`${EXTERNAL_CONNECTIVITY_BASE_URI}/connectors$`, 'i');
834
842
  // can be 15-18 char Id or developerName which max length is 255
835
843
  const EXTERNAL_CONNECTIVITY_CONNECTOR_DETAIL_PATH = new RegExp(`${EXTERNAL_CONNECTIVITY_BASE_URI}/connectors/([A-Za-z0-9_]){1,255}`, 'i');
@@ -854,6 +862,7 @@ const UPDATE_ENVELOPE_STATUS = new RegExp(`${E_SIGN_BASE_URI}/signature-requests
854
862
  const GET_CLAUSE_CATEGORY_CONFIGS = new RegExp(`${CLAUSE_LIBRARY_BASE_URI}/clause-category-configurations`, 'i');
855
863
  const GET_DOCUMENT_CLAUSE_SETS = new RegExp(`${CLAUSE_LIBRARY_BASE_URI}/document-clause-sets`, 'i');
856
864
  const GET_DOCUMENT_CLAUSE_FIELDS = new RegExp(`${CLAUSE_LIBRARY_BASE_URI}/document-clauses/fields`, 'i');
865
+ const POST_PROMOTE_DOCUMENT_CLAUSE_PATH = new RegExp(`${CLAUSE_LIBRARY_BASE_URI}/promote-clause`, 'i');
857
866
  const SERVICE_EXCELLENCE_RECENT_ACTIONS_PATH = new RegExp(`${SERVICE_EXCELLENCE_BASE_URI}/service-catalog-items/recent-actions`, 'i');
858
867
  const SERVICE_EXCELLENCE_ACTION_LAUNCH_PATH = new RegExp(`${SERVICE_EXCELLENCE_BASE_URI}/service-catalog-items/action-launch`, 'i');
859
868
  const SERVICE_EXCELLENCE_ACTION_LAUNCHER_RECOMMENDATIONS_PATH = new RegExp(`${SERVICE_EXCELLENCE_BASE_URI}/action-launcher-recommendations`, 'i');
@@ -923,7 +932,7 @@ const GET_INDUSTRIES_PRICING_RECIPES_MAPPING_PATH = new RegExp(`${CONNECT_BASE_U
923
932
  const CREATE_INDUSTRIES_PRICING_RECIPES_MAPPING_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/recipe/mapping`, 'i');
924
933
  const GET_INDUSTRIES_PRICING_SYNC_PARAM_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/sync/([A-Za-z0-9_]){5,255}`, 'i');
925
934
  const CREATE_INDUSTRIES_PRICING_VERSIONED_REVISE_DETAILS_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/versioned-revise-details`, 'i');
926
- const GET_INDUSTRIES_PRICING_WATERFALL = new RegExp(`${CONNECT_BASE_URI}/core-pricing/waterfall/([A-Za-z0-9_-]){1,50}/([A-Za-z0-9]){1,50}$`, 'i');
935
+ const GET_INDUSTRIES_PRICING_WATERFALL = new RegExp(`${CONNECT_BASE_URI}/core-pricing/waterfall/([A-Za-z0-9_-]){1,50}/([A-Za-z0-9]){1,50}(\\?.*)?$`, 'i');
927
936
  const VALIDATE_PRICING_FORMULA = new RegExp(`${CONNECT_BASE_URI}/core-pricing/formula/validate`, 'i');
928
937
  const INDUSTRIES_PRICING_PRICING_ACTION_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/pricing-action`, 'i');
929
938
  const INDUSTRIES_PRICING_CONSOLE_WDIGET_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/operation-console`, 'i');
@@ -934,6 +943,7 @@ const SALESFORCE_JOURNEY_CAPABILITIES_PATH = new RegExp(`${SALESFORCE_JOURNEY_BA
934
943
  const SALESFORCE_JOURNEY_CAPABILITY_CONTENT_PATH = new RegExp(`${SALESFORCE_JOURNEY_BASE_URI}/capability-content/([A-Z0-9]){1,18}$`, 'i');
935
944
  const SALESFORCE_JOURNEY_CAPABILITY_SEARCH_PATH = new RegExp(`${SALESFORCE_JOURNEY_BASE_URI}/([A-Z0-9]){1,18}/capability-search`, 'i');
936
945
  const SALESFORCE_JOURNEY_CATEGORIES_PATH = new RegExp(`${SALESFORCE_JOURNEY_BASE_URI}/([A-Z0-9]){1,18}/categories`, 'i');
946
+ const SALESFORCE_JOURNEY_CAPABILITY_USER_PREFERENCE_PATH = new RegExp(`${SALESFORCE_JOURNEY_BASE_URI}/capability-user-preference`, 'i');
937
947
  function generateAdapter(method, baseUri, pathRegex, controller, bodyParamName) {
938
948
  return {
939
949
  method,
@@ -991,15 +1001,20 @@ const CPQ_CONFIGURATOR_PATH = new RegExp(`${CPQ_BASE_URI}/configurator/actions/c
991
1001
  const CPQ_CONFIGURATOR_CREATE_RULE_PATH = new RegExp(`${CPQ_BASE_URI}/configurator/actions/create-rule`, 'i');
992
1002
  const CPQ_CONFIGURATOR_UPDATE_RULE_PATH = new RegExp(`${CPQ_BASE_URI}/configurator/actions/update-rule`, 'i');
993
1003
  const CPQ_PRODUCT_LIST_PATH = new RegExp(`${CPQ_BASE_URI}/products`, 'i');
1004
+ const CPQ_PRODUCT_BULK_PATH = new RegExp(`${CPQ_BASE_URI}/products/bulk`, 'i');
994
1005
  const CPQ_PRODUCT_DETAILS_PATH = new RegExp(`${CPQ_BASE_URI}/products/([A-Za-z0-9]){15,18}$`, 'i');
995
1006
  const CPQ_PRODUCT_SEARCH_PATH = new RegExp(`${CPQ_BASE_URI}/products/search`, 'i');
996
1007
  const CPQ_CREATE_CART = new RegExp(`${CPQ_BASE_URI}/carts$`, 'i');
997
1008
  const CPQ_GET_CART = new RegExp(`${CPQ_BASE_URI}/carts/([A-Za-z0-9]+(-[A-Za-z0-9]+)+)`, 'i');
998
1009
  const CPQ_UPDATE_CART = new RegExp(`${CPQ_BASE_URI}/carts/([A-Za-z0-9]+(-[A-Za-z0-9]+)+)$`, 'i');
1010
+ const CPQ_CATEGORY_LIST_PATH = new RegExp(`${CPQ_BASE_URI}/categories`, 'i');
1011
+ const CPQ_CATEGORY_DETAILS_PATH = new RegExp(`${CPQ_BASE_URI}/categories/([A-Za-z0-9]){15,18}$`, 'i');
999
1012
  const CPQ_POST_CART_ITEM = new RegExp(`${CPQ_BASE_URI}/carts/([A-Za-z0-9]+(-[A-Za-z0-9]+)+)/items$`, 'i');
1000
1013
  const CPQ_PATCH_CART_ITEM = new RegExp(`${CPQ_BASE_URI}/carts/([A-Za-z0-9]+(-[A-Za-z0-9]+)+)/items$`, 'i');
1001
1014
  const CPQ_DELETE_CART_ITEM = new RegExp(`${CPQ_BASE_URI}/carts/([A-Za-z0-9]+(-[A-Za-z0-9]+)+)/items/([A-Za-z0-9]+(-[A-Za-z0-9]+)+)`, 'i');
1002
1015
  const CPQ_PRICE_CART = new RegExp(`${CPQ_BASE_URI}/carts/([A-Za-z0-9]+(-[A-Za-z0-9]+)+)/price`, 'i');
1016
+ //DFO PATHS
1017
+ const INDUSTRIES_DFO_CONFIG_PATH = new RegExp(`${INDUSTRIES_DFO_BASE_URI}/configurations`, 'i');
1003
1018
  const FUNDRAISING_GIFT_COMMITMENT_PATH = new RegExp(`${FUNDRAISING_BASE_URI}/donor/[a-zA-Z0-9]{15,18}/commitments$`, 'i');
1004
1019
  const FUNDRAISING_CAMPAIGN_DEFAULT_DESIGNATION_PATH = new RegExp(`${FUNDRAISING_BASE_URI}/campaign/[a-zA-Z0-9]{15,18}/default-designations$`, 'i');
1005
1020
  const FUNDRAISING_COMMITMENT_DEFAULT_DESIGNATION_PATH = new RegExp(`${FUNDRAISING_BASE_URI}/commitment/[a-zA-Z0-9]{15,18}/default-designations$`, 'i');
@@ -1021,6 +1036,9 @@ const CDP_WORKSPACE = new RegExp(`${CDP_MACHINE_LEARNING_BASE_URI}/workspaces/([
1021
1036
  const CDP_ML_CONFIGURED_MODEL_COLLECTION = new RegExp(`${CDP_MACHINE_LEARNING_BASE_URI}/workspaces/([A-Za-z0-9_]){1,255}/models$`, 'i');
1022
1037
  // can be 15-18 char Id or developerName which max length is 255
1023
1038
  const CDP_ML_CONFIGURED_MODEL = new RegExp(`${CDP_MACHINE_LEARNING_BASE_URI}/workspaces/([A-Za-z0-9_]){1,255}/models/([A-Za-z0-9_]){1,255}`, 'i');
1039
+ const CDP_CONFIGURED_MODEL_COLLECTION = new RegExp(`${CDP_MACHINE_LEARNING_BASE_URI}/configured-models`, 'i');
1040
+ // can be 15-18 char Id or developerName which max length is 255
1041
+ const CDP_CONFIGURED_MODEL = new RegExp(`${CDP_MACHINE_LEARNING_BASE_URI}/configured-models/([A-Za-z0-9_]){1,255}`, 'i');
1024
1042
  const KNOWLEDGE_ARTICLE_PATH = new RegExp(`${CONNECT_BASE_URI}/communities/([a-zA-Z0-9]){15,18}/network-data-category/9cn([a-zA-Z0-9]){12,15}/knowledge-article`, 'i');
1025
1043
  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');
1026
1044
  const 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}`, 'i');
@@ -1050,7 +1068,7 @@ const COMMERCE_STORE_MANAGEMENT_CONFIGURE_PRODUCT_PRICING_PATH = new RegExp(`${C
1050
1068
  const COMMERCE_STORE_MANAGEMENT_GET_PRODUCT_PRICING_PATH = new RegExp(`${COMMERCE_STORE_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/getProductPricing`, 'i');
1051
1069
  const COMMERCE_CATALOG_MANAGEMENT_COMPOSITE_PRODUCT_CREATE_PATH = new RegExp(`${COMMERCE_CATALOG_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/composite-products`, 'i');
1052
1070
  const COMMERCE_CATALOG_MANAGEMENT_COMPOSITE_PRODUCT_UPDATE_PATH = new RegExp(`${COMMERCE_CATALOG_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/composite-products/([A-Z0-9]){15,18}`, 'i');
1053
- const COMMERCE_CHANNEL_PATCH = new RegExp(`${COMMERCE_CHANNEL_MANAGEMENT_BASE_URI}/0ZE[A-Za-z0-9]{15}`, 'i');
1071
+ const COMMERCE_CHANNELS_PATH = new RegExp(`${COMMERCE_CHANNEL_MANAGEMENT_BASE_URI}/0ZE[A-Za-z0-9]{12,15}`, 'i');
1054
1072
  const REMINDER_PATH = new RegExp(`${REMINDER_BASE_URI}`, 'i');
1055
1073
  const PATHASSISTANT_GET_PATH = new RegExp(`${PATHASSISTANT_BASE_URI}/([A-Z0-9]){15,18}$`, 'i');
1056
1074
  const PATHASSISTANT_DAYS_IN_STAGE_PATH = new RegExp(`${PATHASSISTANT_BASE_URI}/([A-Z0-9]){15,18}/daysInStage$`, 'i');
@@ -1080,9 +1098,41 @@ const tua_library_library = [
1080
1098
  ];
1081
1099
  const MFG_CREATE_SUPPLIER_CLAIMS_PATH = new RegExp(`${CONNECT_BASE_URI}/supplier-claim`, 'i');
1082
1100
  const GET_SOBJECTS_PATH = new RegExp(`${SHARING_BASE_URI}/sobjects`, 'i');
1101
+ const GET_USER_PERMISSIONS_PATH = new RegExp(`${SHARING_BASE_URI}/userPermissions`, 'i');
1083
1102
  const MFG_PRODUCT_SERVICE_CAMPAIGN_ITEMS_PATH = new RegExp(`${CONNECT_BASE_URI}/industries-field-service/product-service-campaign/items-from-list`, 'i');
1084
1103
  const WORK_ORDER_ESTIMATION_PRICE_ITEM_PATH = new RegExp(`${CONNECT_BASE_URI}/industries-field-service/work-order-estimation/price-item`, 'i');
1085
1104
  const OMNI_DESIGNER_FETCH_ENTITY_INFO = new RegExp(`${OMNI_DESIGNER_BASE_URI}/entity-info`, 'i');
1105
+ const OMNI_DESIGNER_GET_FILE_CARDS_URI = new RegExp(`${OMNI_DESIGNER_BASE_URI}/card/get-file-cards`, 'i');
1106
+ const OMNI_DESIGNER_ADD_ATTACHMENT_URI = new RegExp(`${OMNI_DESIGNER_BASE_URI}/card/add-attachment`, 'i');
1107
+ const OMNI_DESIGNER_GET_CARD_BY_ID_URI = new RegExp(`${OMNI_DESIGNER_BASE_URI}/card/([A-Za-z0-9_]){1,255}`, 'i');
1108
+ const OMNI_DESIGNER_FETCH_DATARAPTOR_LIST = new RegExp(`${OMNI_DESIGNER_BASE_URI}/dataraptor-list`, 'i');
1109
+ const OMNI_DESIGNER_FETCH_DECISION_MATRIX = new RegExp(`${OMNI_DESIGNER_BASE_URI}/decision-matrix`, 'i');
1110
+ const OMNI_DESIGNER_FETCH_DOCUSIGN_TEMPLATES = new RegExp(`${OMNI_DESIGNER_BASE_URI}/docusign-templates`, 'i');
1111
+ const OMNI_DESIGNER_FETCH_EMAIL_DOCUMENTS = new RegExp(`${OMNI_DESIGNER_BASE_URI}/email-documents`, 'i');
1112
+ const OMNI_DESIGNER_FETCH_OMNIPROCESS_LIST = new RegExp(`${OMNI_DESIGNER_BASE_URI}/omni-process-list`, 'i');
1113
+ const OMNI_DESIGNER_FETCH_OMNIPROCESS_DATA = new RegExp(`${OMNI_DESIGNER_BASE_URI}/omniprocess/([A-Z0-9]){15,18}`, 'i');
1114
+ const CREATE_PERSONALIZATION_POINT = new RegExp(`${PERSONALIZATION_SERVICE_BASE_URI}/personalization-points`, 'i');
1115
+ const GET_PERSONALIZATION_POINT = new RegExp(`${PERSONALIZATION_SERVICE_BASE_URI}/personalization-points/([A-Za-z0-9_]){5,50}`, 'i');
1116
+ const DELETE_PERSONALIZATION_POINT = new RegExp(`${PERSONALIZATION_SERVICE_BASE_URI}/personalization-points/([A-Za-z0-9_]){5,50}`, 'i');
1117
+ const UPDATE_PERSONALIZATION_POINT = new RegExp(`${PERSONALIZATION_SERVICE_BASE_URI}/personalization-points/([A-Za-z0-9_]){5,50}`, 'i');
1118
+ const OMNI_DESIGNER_UPSERT_OMNIPROCESS = new RegExp(`${OMNI_DESIGNER_BASE_URI}/upsert-omni-process`, 'i');
1119
+ const OMNI_DESIGNER_UPSERT_DATARAPTOR = new RegExp(`${OMNI_DESIGNER_BASE_URI}/upsert-dataraptor`, 'i');
1120
+ const RECORD_AGGREGATION_DEFINITION_CREATE_DATA = new RegExp(`${RECORD_AGGREGATION_BASE_URI}$`, 'i');
1121
+ const RECORD_AGGREGATION_DEFINITION_FETCH_RECORD_ROLLUP_RESULT_DATA = new RegExp(`${RECORD_AGGREGATION_BASE_URI}/([A-Za-z0-9]){15,18}/record-rollup-results$`, 'i');
1122
+ const RECORD_AGGREGATION_DEFINITION_FETCH_APPLICABLE_OBJECTS_DATA = new RegExp(`${RECORD_AGGREGATION_BASE_URI}/utilities/applicable-objects$`, 'i');
1123
+ const FULFILLMENT_STEPS_PATH = new RegExp(`${CONNECT_BASE_URI}/fulfillmentSteps/([A-Z0-9]){1,18}$`, 'i');
1124
+ const FULFILLMENT_CONTEXTS_PATH = new RegExp(`${CONNECT_BASE_URI}/fulfillmentContexts/([A-Z0-9]){1,18}$`, 'i');
1125
+ const RECORD_AGGREGATION_DEFINITION_READ_UPDATE_DATA = new RegExp(`${RECORD_AGGREGATION_BASE_URI}/([A-Za-z0-9]){15,18}$`, 'i');
1126
+ const RECORD_AGGREGATION_DEFINITION_GET_ENTITY_APPLICABLE_FIELDS_DATA = new RegExp(`${RECORD_AGGREGATION_BASE_URI}/utilities/applicable-objects/([A-Za-z0-9_]){1,50}/applicable-fields$`, 'i');
1127
+ const OMNI_DESIGNER_OS_BUILD_JSONRESOURCE = new RegExp(`${OMNI_DESIGNER_BASE_URI}/os/build-json`, 'i');
1128
+ const OMNI_DESIGNER_OS_CLONE_OMNI_PROCESS_ELEMENT = new RegExp(`${OMNI_DESIGNER_BASE_URI}/os/clone-omni-process-element`, 'i');
1129
+ const OMNI_DESIGNER_OS_DELETE_OMNI_PROCESS_ELEMENT = new RegExp(`${OMNI_DESIGNER_BASE_URI}/os/delete-omni-process-element`, 'i');
1130
+ const OMNI_DESIGNER_OS_INSERT_OMNI_PROCESS_ELEMENT = new RegExp(`${OMNI_DESIGNER_BASE_URI}/os/insert-omni-process-element`, 'i');
1131
+ const OMNI_DESIGNER_OS_MOVE_OMNI_PROCESS_ELEMENT = new RegExp(`${OMNI_DESIGNER_BASE_URI}/os/move-omni-process-element`, 'i');
1132
+ const OMNI_DESIGNER_FETCH_DESIGNER_CUSTOMIZATIONS = new RegExp(`${OMNI_DESIGNER_BASE_URI}/os/fetch-designer-customization/([A-Za-z0-9_]){1,255}$`, 'i');
1133
+ const OMNI_DESIGNER_FETCH_DYNAMIC_ELEMENTS_RESOURCE = new RegExp(`${OMNI_DESIGNER_BASE_URI}/os/fetch-dynamic-elements`, 'i');
1134
+ const OMNI_DESIGNER_FETCH_NON_OMNISCRIPT_LWC_RESOURCE = new RegExp(`${OMNI_DESIGNER_BASE_URI}/os/non-omniscript-lwc`, 'i');
1135
+ const OMNI_DESIGNER_UPLOAD_DOCUMENT = new RegExp(`${OMNI_DESIGNER_BASE_URI}/os/document`, 'i');
1086
1136
  const homeHealth = [
1087
1137
  generateAdapter('post', HEALTH_CLOUD_BASE_URI, VISIT_BROADCAST_ASSIGNMENT_API_PATH, 'HomeHealthController.broadcastVisitAssignment', 'VisitBroadcastAssignmentInput'),
1088
1138
  generateAdapter('post', HEALTH_CLOUD_BASE_URI, VISIT_BROADCAST_API_PATH, 'HomeHealthController.createVisitBroadcast', 'VisitBroadcastInput'),
@@ -1127,6 +1177,7 @@ const connect = [
1127
1177
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
1128
1178
  generateAdapter('post', CMS_BASE_URI, PUBLISH_MANAGED_CONTENT_PATH, 'ManagedContentController.publish'),
1129
1179
  generateAdapter('post', CMS_BASE_URI, CLONE_MANAGED_CONTENT_PATH, 'ManagedContentController.cloneManagedContents', 'ManagedContentCloneInputParam'),
1180
+ generateAdapter('post', CMS_BASE_URI, CLONE_SINGLE_CONTENT_PATH, 'ManagedContentController.cloneManagedContentDocument', 'ManagedContentCloneInputParam'),
1130
1181
  generateAdapter('get', CONNECT_BASE_URI, MCS_FOLDER_SHARES_PATH, 'ManagedContentController.getMCSFolderShares'),
1131
1182
  generateAdapter('patch', CONNECT_BASE_URI, MCS_FOLDER_SHARES_PATH, 'ManagedContentController.patchMCSFolderShares', 'mCSFolderShareCollectionUpdateInput'),
1132
1183
  generateAdapter('get', CONNECT_BASE_URI, LIST_CONTENT_INTERNAL_PATH, 'ManagedContentController.getPublishedManagedContentListByContentKey'),
@@ -1611,6 +1662,8 @@ const analytics = [
1611
1662
  generateAdapter('patch', WAVE_BASE_URI, WAVE_FOLDER_PATH, 'WaveController.patchWaveFolder'),
1612
1663
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
1613
1664
  generateAdapter('put', WAVE_BASE_URI, WAVE_FOLDER_PATH, 'WaveController.updateWaveFolder'),
1665
+ // eslint-disable-next-line @salesforce/lds/oas-body-name-required
1666
+ generateAdapter('post', WAVE_BASE_URI, WAVE_FOLDERS_POST_PATH, 'WaveController.postWaveFolders'),
1614
1667
  generateAdapter('get', WAVE_BASE_URI, WAVE_FOLDERS_PATH, 'WaveController.getWaveFolders'),
1615
1668
  generateAdapter('get', WAVE_BASE_URI, WAVE_TEMPLATES_PATH, 'WaveController.getWaveTemplates'),
1616
1669
  generateAdapter('get', WAVE_BASE_URI, WAVE_TEMPLATE_PATH, 'WaveController.getWaveTemplate'),
@@ -1873,6 +1926,8 @@ const externalConnectivity = [
1873
1926
  generateAdapter('get', EXTERNAL_CONNECTIVITY_BASE_URI, EXTERNAL_CONNECTIVITY_CONNECTION_LIST_PATH, 'ExternalConnectivityController.getConnections'),
1874
1927
  generateAdapter('post', EXTERNAL_CONNECTIVITY_BASE_URI, EXTERNAL_CONNECTIVITY_CONNECTION_LIST_PATH, 'ExternalConnectivityController.createConnection', 'requestBody'),
1875
1928
  generateAdapter('get', EXTERNAL_CONNECTIVITY_BASE_URI, EXTERNAL_CONNECTIVITY_CONNECTION_DETAIL_PATH, 'ExternalConnectivityController.getConnectionDetails'),
1929
+ // eslint-disable-next-line @salesforce/lds/oas-body-name-required
1930
+ generateAdapter('post', EXTERNAL_CONNECTIVITY_BASE_URI, EXTERNAL_CONNECTIVITY_CONNECTION_TEST_PATH, 'ExternalConnectivityController.testConnection'),
1876
1931
  generateAdapter('get', EXTERNAL_CONNECTIVITY_BASE_URI, EXTERNAL_CONNECTIVITY_CONNECTOR_LIST_PATH, 'ExternalConnectivityController.getConnectors'),
1877
1932
  generateAdapter('get', EXTERNAL_CONNECTIVITY_BASE_URI, EXTERNAL_CONNECTIVITY_CONNECTOR_DETAIL_PATH, 'ExternalConnectivityController.getConnectorDetails'),
1878
1933
  ];
@@ -1908,6 +1963,8 @@ const clauseLibrary = [
1908
1963
  generateAdapter('get', CLAUSE_LIBRARY_BASE_URI, GET_CLAUSE_CATEGORY_CONFIGS, 'ClauseLibraryController.getClauseCategoryConfigurations'),
1909
1964
  generateAdapter('get', CLAUSE_LIBRARY_BASE_URI, GET_DOCUMENT_CLAUSE_SETS, 'ClauseLibraryController.getDocumentClauseSets'),
1910
1965
  generateAdapter('get', CLAUSE_LIBRARY_BASE_URI, GET_DOCUMENT_CLAUSE_FIELDS, 'ClauseLibraryController.getDocumentClauseFields'),
1966
+ // eslint-disable-next-line @salesforce/lds/oas-body-name-required
1967
+ generateAdapter('post', CLAUSE_LIBRARY_BASE_URI, POST_PROMOTE_DOCUMENT_CLAUSE_PATH, 'ClauseLibraryController.promoteDocumentClause', 'promotionRequest'),
1911
1968
  ];
1912
1969
  const eriDigest = [
1913
1970
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
@@ -2115,10 +2172,13 @@ const cpq = [
2115
2172
  generateAdapter('post', CPQ_BASE_URI, CPQ_PRODUCT_DETAILS_PATH, 'ICpqConnectFeatureController.productDetails'),
2116
2173
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2117
2174
  generateAdapter('post', CPQ_BASE_URI, CPQ_PRODUCT_SEARCH_PATH, 'ICpqConnectFeatureController.searchProductList'),
2175
+ generateAdapter('post', CPQ_BASE_URI, CPQ_PRODUCT_BULK_PATH, 'ICpqConnectFeatureController.bulkProductDetails', 'requestBody'),
2118
2176
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2119
2177
  generateAdapter('post', CPQ_BASE_URI, CPQ_PRODUCT_LIST_PATH, 'ICpqConnectFeatureController.productList'),
2120
2178
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2121
2179
  generateAdapter('post', CPQ_BASE_URI, CPQ_CREATE_CART, 'ICpqConnectFeatureController.createCart'),
2180
+ generateAdapter('post', CPQ_BASE_URI, CPQ_CATEGORY_LIST_PATH, 'ICpqConnectFeatureController.categoryList', 'requestBody'),
2181
+ generateAdapter('post', CPQ_BASE_URI, CPQ_CATEGORY_DETAILS_PATH, 'ICpqConnectFeatureController.categoryDetails', 'requestBody'),
2122
2182
  generateAdapter('get', CPQ_BASE_URI, CPQ_GET_CART, 'ICpqConnectFeatureController.getCart'),
2123
2183
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2124
2184
  generateAdapter('patch', CPQ_BASE_URI, CPQ_UPDATE_CART, 'ICpqConnectFeatureController.updateCart'),
@@ -2136,6 +2196,8 @@ const cdp = [
2136
2196
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2137
2197
  generateAdapter('post', CDP_BASE_URI, CDP_DATA_GRAPH_PATH, 'CdpDataGraphController.createDataGraph'),
2138
2198
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2199
+ generateAdapter('put', CDP_BASE_URI, CDP_DATA_GRAPH_PATH, 'CdpDataGraphController.editDataGraph'),
2200
+ // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2139
2201
  generateAdapter('put', CDP_BASE_URI, PUT_CDP_DATA_GRAPH_PATH, 'CdpDataGraphController.retryDataGraph'),
2140
2202
  generateAdapter('get', CDP_BASE_URI, DEPENDENCY_CDP_DATA_GRAPH_PATH, 'CdpDataGraphController.getDataGraphDependency'),
2141
2203
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
@@ -2151,6 +2213,10 @@ const cdpMachineLearning = [
2151
2213
  generateAdapter('get', CDP_MACHINE_LEARNING_BASE_URI, CDP_WORKSPACES_COLLECTION, 'CdpMachineLearningController.getWorkspaces'),
2152
2214
  generateAdapter('get', CDP_MACHINE_LEARNING_BASE_URI, CDP_WORKSPACE, 'CdpMachineLearningController.getWorkspace'),
2153
2215
  generateAdapter('post', CDP_MACHINE_LEARNING_BASE_URI, CDP_ML_CONFIGURED_MODEL_COLLECTION, 'CdpMachineLearningController.createModel', 'model'),
2216
+ generateAdapter('patch', CDP_MACHINE_LEARNING_BASE_URI, CDP_CONFIGURED_MODEL, 'CdpMachineLearningController.updateConfiguredModel', 'configuredModel'),
2217
+ generateAdapter('get', CDP_MACHINE_LEARNING_BASE_URI, CDP_CONFIGURED_MODEL, 'CdpMachineLearningController.getConfiguredModel'),
2218
+ generateAdapter('post', CDP_MACHINE_LEARNING_BASE_URI, CDP_CONFIGURED_MODEL_COLLECTION, 'CdpMachineLearningController.createConfiguredModel', 'configuredModel'),
2219
+ generateAdapter('get', CDP_MACHINE_LEARNING_BASE_URI, CDP_CONFIGURED_MODEL_COLLECTION, 'CdpMachineLearningController.getConfiguredModels'),
2154
2220
  ];
2155
2221
  const automotive = [
2156
2222
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
@@ -2163,6 +2229,10 @@ const docgen = [
2163
2229
  generateAdapter('patch', DOCGEN_BASE_URI, DOCGEN_DOCUMENT_TEMPLATE_PATH, 'DocgenController.updateDocumentTemplate', 'documentTemplateUpdateInput'),
2164
2230
  generateAdapter('get', DOCGEN_BASE_URI, DOCGEN_DOCUMENT_TEMPLATE_PATH, 'DocgenController.getDocumentTemplates'),
2165
2231
  ];
2232
+ const IndustriesDfo = [
2233
+ generateAdapter('get', INDUSTRIES_DFO_BASE_URI, INDUSTRIES_DFO_CONFIG_PATH, 'IDfoConfigInfoApiConnectFamilyController.getDfoConfigInfo'),
2234
+ generateAdapter('put', INDUSTRIES_DFO_BASE_URI, INDUSTRIES_DFO_CONFIG_PATH, 'IDfoConfigInfoApiConnectFamilyController.putDfoConfigInfo', 'dfoConfigInfo'),
2235
+ ];
2166
2236
  const instantPricing = [
2167
2237
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2168
2238
  generateAdapter('post', INDUSTRIES_BASE_URI, CPQ_INSTANT_PRICING_PATH, 'InstantPricingConnectFeatureController.getInstantPricing'),
@@ -2200,7 +2270,9 @@ const commerceCatalogManagement = [
2200
2270
  const commerceChannelsManagement = [
2201
2271
  generateAdapter('get', COMMERCE_BASE_URI, GET_MANAGEMENT_CHANNELS_PATH, 'ICommerceChannelManagementController.getChannels'),
2202
2272
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2203
- generateAdapter('patch', COMMERCE_CHANNEL_MANAGEMENT_BASE_URI, COMMERCE_CHANNEL_PATCH, 'ICommerceChannelManagementController.updateChannel'),
2273
+ generateAdapter('get', COMMERCE_CHANNEL_MANAGEMENT_BASE_URI, COMMERCE_CHANNELS_PATH, 'ICommerceChannelManagementController.getChannel'),
2274
+ // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2275
+ generateAdapter('patch', COMMERCE_CHANNEL_MANAGEMENT_BASE_URI, COMMERCE_CHANNELS_PATH, 'ICommerceChannelManagementController.updateChannel'),
2204
2276
  ];
2205
2277
  const serviceCatalogCategory = [
2206
2278
  generateAdapter('get', SERVICE_CATALOG_CATEGORIES_BASE_URI, SERVICE_CATALOG_CATEGORIES_PATH, 'ServiceCatalogCategoryController.getCategories'),
@@ -2238,7 +2310,7 @@ const contentTaxonomy = [
2238
2310
  ];
2239
2311
  const mfgProductServiceCampaign = [
2240
2312
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2241
- generateAdapter('post', CONNECT_BASE_URI, MFG_PRODUCT_SERVICE_CAMPAIGN_ITEMS_PATH, 'ProductServiceCampaignController.createProductServiceCampaign'),
2313
+ generateAdapter('post', CONNECT_BASE_URI, MFG_PRODUCT_SERVICE_CAMPAIGN_ITEMS_PATH, 'ProductServiceCampaignController.createProductServiceCampaign', 'createPSCIInput'),
2242
2314
  ];
2243
2315
  const workOrderEtimationPriceItem = [
2244
2316
  generateAdapter('put', CONNECT_BASE_URI, WORK_ORDER_ESTIMATION_PRICE_ITEM_PATH, 'WorkOrderEstimationController.priceItemWithCoverage', 'priceItemWithCoverageInput'),
@@ -2258,9 +2330,30 @@ const sharingFamily = [
2258
2330
  generateAdapter('post', SHARING_BASE_URI, SHARING_PUBLIC_GROUP_SUMMARY_PATH, 'SharingController.getPublicGroupShareData', 'publicGroup'),
2259
2331
  generateAdapter('get', SHARING_BASE_URI, USER_SUMMARY_SHARING_PATH, 'SharingController.getGroupsForUser'),
2260
2332
  generateAdapter('get', SHARING_BASE_URI, GET_SOBJECTS_PATH, 'SharingController.getAllSobjects'),
2333
+ generateAdapter('get', SHARING_BASE_URI, GET_USER_PERMISSIONS_PATH, 'SharingController.getUserPermissions'),
2261
2334
  ];
2262
2335
  const omnidesigner = [
2263
2336
  generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_ENTITY_INFO, 'OmniDesignerController.fetchEntityInfo'),
2337
+ generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_GET_FILE_CARDS_URI, 'OmniDesignerController.getFileBasedCards'),
2338
+ generateAdapter('post', CONNECT_BASE_URI, OMNI_DESIGNER_ADD_ATTACHMENT_URI, 'OmniDesignerController.cardUpsertAttachment', 'cardUpsertAttachmentInput'),
2339
+ generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_GET_CARD_BY_ID_URI, 'OmniDesignerController.getCardById'),
2340
+ generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_DATARAPTOR_LIST, 'OmniDesignerController.fetchDataraptorList'),
2341
+ generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_DECISION_MATRIX, 'OmniDesignerController.fetchDecisionMatrix'),
2342
+ generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_DOCUSIGN_TEMPLATES, 'OmniDesignerController.fetchDocusignTemplates'),
2343
+ generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_EMAIL_DOCUMENTS, 'OmniDesignerController.fetchEmailDocuments'),
2344
+ generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_OMNIPROCESS_LIST, 'OmniDesignerController.fetchOmniProcessList'),
2345
+ generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_OMNIPROCESS_DATA, 'OmniDesignerController.fetchOmniProcessData'),
2346
+ generateAdapter('post', CONNECT_BASE_URI, OMNI_DESIGNER_UPSERT_OMNIPROCESS, 'OmniDesignerOmniscriptResourceController.upsertOmniProcess', 'omniProcessUpsertData'),
2347
+ generateAdapter('post', CONNECT_BASE_URI, OMNI_DESIGNER_UPSERT_DATARAPTOR, 'OmniDesignerOmniscriptResourceController.upsertDataraptor', 'dataraptorUpsertData'),
2348
+ generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_DESIGNER_CUSTOMIZATIONS, 'OmniDesignerOmniscriptResourceController.fetchDesignerCustomizations'),
2349
+ generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_DYNAMIC_ELEMENTS_RESOURCE, 'OmniDesignerOmniscriptResourceController.fetchDynamicElements'),
2350
+ generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_NON_OMNISCRIPT_LWC_RESOURCE, 'OmniDesignerOmniscriptResourceController.fetchNonOmniscriptLwcResource'),
2351
+ generateAdapter('post', CONNECT_BASE_URI, OMNI_DESIGNER_OS_BUILD_JSONRESOURCE, 'OmniDesignerOmniscriptResourceController.buildJson', 'buildJson'),
2352
+ generateAdapter('post', CONNECT_BASE_URI, OMNI_DESIGNER_OS_CLONE_OMNI_PROCESS_ELEMENT, 'OmniDesignerOmniscriptResourceController.cloneOmniscriptElement', 'cloneOmniscriptElementData'),
2353
+ generateAdapter('post', CONNECT_BASE_URI, OMNI_DESIGNER_OS_DELETE_OMNI_PROCESS_ELEMENT, 'OmniDesignerOmniscriptResourceController.deleteOmniscriptElement', 'deleteOmniscriptElementData'),
2354
+ generateAdapter('post', CONNECT_BASE_URI, OMNI_DESIGNER_OS_INSERT_OMNI_PROCESS_ELEMENT, 'OmniDesignerOmniscriptResourceController.insertOmniscriptElement', 'insertOmniscriptElementData'),
2355
+ generateAdapter('post', CONNECT_BASE_URI, OMNI_DESIGNER_OS_MOVE_OMNI_PROCESS_ELEMENT, 'OmniDesignerOmniscriptResourceController.moveOmniscriptElement', 'moveOmniscriptElementData'),
2356
+ generateAdapter('post', CONNECT_BASE_URI, OMNI_DESIGNER_UPLOAD_DOCUMENT, 'OmniDesignerOmniscriptResourceController.uploadDocument', 'uploadDocumentData'),
2264
2357
  ];
2265
2358
  const manufacturing = [
2266
2359
  generateAdapter('post', CONNECT_BASE_URI, MFG_CREATE_SUPPLIER_CLAIMS_PATH, 'ManufacturingController.createSupplierClaims', 'supplierClaimInput'),
@@ -2270,6 +2363,26 @@ const salesforceJourney = [
2270
2363
  generateAdapter('get', SALESFORCE_JOURNEY_BASE_URI, SALESFORCE_JOURNEY_CAPABILITY_CONTENT_PATH, 'SalesforceJourneyController.getCapabilityContentDocument'),
2271
2364
  generateAdapter('get', SALESFORCE_JOURNEY_BASE_URI, SALESFORCE_JOURNEY_CAPABILITY_SEARCH_PATH, 'SalesforceJourneyController.getCapabilitySearchResult'),
2272
2365
  generateAdapter('get', SALESFORCE_JOURNEY_BASE_URI, SALESFORCE_JOURNEY_CATEGORIES_PATH, 'SalesforceJourneyController.getCategoriesMetadata'),
2366
+ generateAdapter('post', SALESFORCE_JOURNEY_BASE_URI, SALESFORCE_JOURNEY_CAPABILITY_USER_PREFERENCE_PATH, 'SalesforceJourneyController.upsertCapabilityUserPreference', 'capabilityUserPreferenceInput'),
2367
+ ];
2368
+ const personalizationService = [
2369
+ generateAdapter('get', PERSONALIZATION_SERVICE_BASE_URI, GET_PERSONALIZATION_POINT, 'PersonalizationServiceController.getPersonalizationPoint'),
2370
+ generateAdapter('post', PERSONALIZATION_SERVICE_BASE_URI, CREATE_PERSONALIZATION_POINT, 'PersonalizationServiceController.createPersonalizationPoint', 'input'),
2371
+ generateAdapter('put', PERSONALIZATION_SERVICE_BASE_URI, UPDATE_PERSONALIZATION_POINT, 'PersonalizationServiceController.updatePersonalizationPoint', 'input'),
2372
+ generateAdapter('delete', PERSONALIZATION_SERVICE_BASE_URI, DELETE_PERSONALIZATION_POINT, 'PersonalizationServiceController.deletePersonalizationPoint'),
2373
+ ];
2374
+ const industriesRecordAggregation = [
2375
+ generateAdapter('post', RECORD_AGGREGATION_BASE_URI, RECORD_AGGREGATION_DEFINITION_CREATE_DATA, 'RecordAggregationFamilyController.createRecordAggregationResource', 'recordAggregationPostInput'),
2376
+ generateAdapter('put', RECORD_AGGREGATION_BASE_URI, RECORD_AGGREGATION_DEFINITION_READ_UPDATE_DATA, 'RecordAggregationFamilyController.updateRecordAggregationResource', 'recordAggregationPutInput'),
2377
+ generateAdapter('post', RECORD_AGGREGATION_BASE_URI, RECORD_AGGREGATION_DEFINITION_FETCH_RECORD_ROLLUP_RESULT_DATA, 'RecordAggregationFamilyController.generateRecordRollupResult', 'recordAggregationResultInput'),
2378
+ generateAdapter('get', RECORD_AGGREGATION_BASE_URI, RECORD_AGGREGATION_DEFINITION_FETCH_APPLICABLE_OBJECTS_DATA, 'RecordAggregationFamilyController.recordAggregationDefinitionApplicableObjects'),
2379
+ generateAdapter('get', RECORD_AGGREGATION_BASE_URI, RECORD_AGGREGATION_DEFINITION_READ_UPDATE_DATA, 'RecordAggregationFamilyController.getRecordAggregationDefinition'),
2380
+ generateAdapter('patch', RECORD_AGGREGATION_BASE_URI, RECORD_AGGREGATION_DEFINITION_READ_UPDATE_DATA, 'RecordAggregationFamilyController.recordAggregationDefinitionPartialUpdate', 'recordAggregationPatchInput'),
2381
+ generateAdapter('get', RECORD_AGGREGATION_BASE_URI, RECORD_AGGREGATION_DEFINITION_GET_ENTITY_APPLICABLE_FIELDS_DATA, 'RecordAggregationFamilyController.getRecordAggregationObjectApplicableFieldList'),
2382
+ ];
2383
+ const integrationFulfillment = [
2384
+ generateAdapter('get', CONNECT_BASE_URI, FULFILLMENT_STEPS_PATH, 'IntegrationOrchestratorFamilyController.fulfillmentSteps'),
2385
+ generateAdapter('get', CONNECT_BASE_URI, FULFILLMENT_CONTEXTS_PATH, 'IntegrationOrchestratorFamilyController.fulfillmentContexts'),
2273
2386
  ];
2274
2387
  registerApiFamilyRoutes(homeHealth);
2275
2388
  registerApiFamilyRoutes(decisiontable);
@@ -2335,6 +2448,7 @@ registerApiFamilyRoutes(fundraising);
2335
2448
  registerApiFamilyRoutes(fileBasedDataimport);
2336
2449
  registerApiFamilyRoutes(auditTrailExport);
2337
2450
  registerApiFamilyRoutes(cpq);
2451
+ registerApiFamilyRoutes(IndustriesDfo);
2338
2452
  registerApiFamilyRoutes(cdp);
2339
2453
  registerApiFamilyRoutes(cdpMachineLearning);
2340
2454
  registerApiFamilyRoutes(cdpSalesExcellence);
@@ -2365,6 +2479,9 @@ registerApiFamilyRoutes(mfgProductServiceCampaign);
2365
2479
  registerApiFamilyRoutes(workOrderEtimationPriceItem);
2366
2480
  registerApiFamilyRoutes(omnidesigner);
2367
2481
  registerApiFamilyRoutes(salesforceJourney);
2482
+ registerApiFamilyRoutes(personalizationService);
2483
+ registerApiFamilyRoutes(industriesRecordAggregation);
2484
+ registerApiFamilyRoutes(integrationFulfillment);
2368
2485
 
2369
2486
  const UI_API_BASE_URI$1 = `${BASE_URI}/ui-api`;
2370
2487
  const ACTION_CONFIG = {
@@ -4184,4 +4301,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
4184
4301
  var main = platformNetworkAdapter(auraNetworkAdapter);
4185
4302
 
4186
4303
  export { main as default, defaultActionConfig, dispatchAction as dispatchAuraAction, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
4187
- // version: 1.282.0-f3e0ca0c7
4304
+ // version: 1.284.0-a7e8dc51c
@@ -75,3 +75,6 @@ export declare const SHARING_BASE_URI: string;
75
75
  export declare const MFG_PRODUCT_SERVICE_CAMPAIGN_BASE_URI: string;
76
76
  export declare const OMNI_DESIGNER_BASE_URI: string;
77
77
  export declare const SALESFORCE_JOURNEY_BASE_URI: string;
78
+ export declare const PERSONALIZATION_SERVICE_BASE_URI: string;
79
+ export declare const INDUSTRIES_DFO_BASE_URI: string;
80
+ export declare const RECORD_AGGREGATION_BASE_URI: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.282.0",
3
+ "version": "1.284.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.154.15"
38
38
  },
39
39
  "devDependencies": {
40
- "@salesforce/lds-adapters-uiapi": "^1.282.0",
41
- "@salesforce/lds-aura-storage": "^1.282.0",
42
- "@salesforce/lds-environment-settings": "^1.282.0",
43
- "@salesforce/lds-instrumentation": "^1.282.0",
44
- "@salesforce/lds-network-adapter": "^1.282.0"
40
+ "@salesforce/lds-adapters-uiapi": "^1.284.0",
41
+ "@salesforce/lds-aura-storage": "^1.284.0",
42
+ "@salesforce/lds-environment-settings": "^1.284.0",
43
+ "@salesforce/lds-instrumentation": "^1.284.0",
44
+ "@salesforce/lds-network-adapter": "^1.284.0"
45
45
  },
46
46
  "volta": {
47
47
  "extends": "../../package.json"