@salesforce/lds-network-aura 1.282.0 → 1.283.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
|
@@ -95,6 +95,8 @@ 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 INDUSTRIES_DFO_BASE_URI = `${CONNECT_BASE_URI}/revenue/dro`;
|
|
99
|
+
const RECORD_AGGREGATION_BASE_URI = `${CONNECT_BASE_URI}/record-aggregation`;
|
|
98
100
|
|
|
99
101
|
function getStatusText(status) {
|
|
100
102
|
switch (status) {
|
|
@@ -399,6 +401,7 @@ function buildDataGraphAction(actionName, bodyWrapper = 'input') {
|
|
|
399
401
|
router.post((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs/draft`), buildDataGraphAction('CdpDataGraphController.saveDataGraphDraft'));
|
|
400
402
|
router.post((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs`), buildDataGraphAction('CdpDataGraphController.createDataGraph'));
|
|
401
403
|
router.put((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs/retry`), buildDataGraphAction('CdpDataGraphController.retryDataGraph'));
|
|
404
|
+
router.put((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs`), buildDataGraphAction('CdpDataGraphController.editDataGraph'));
|
|
402
405
|
|
|
403
406
|
const LWR_APEX_BASE_URI = '/lwr/apex/v61.0';
|
|
404
407
|
const ApexController = 'ApexActionController.execute';
|
|
@@ -768,7 +771,7 @@ const FILEBASED_DATAIMPORT_TEST_PATH = new RegExp(`${FILEBASED_DATAIMPORT_BASE_U
|
|
|
768
771
|
const FILEBASED_DATAIMPORT_POST_PATH = new RegExp(`${FILEBASED_DATAIMPORT_BASE_URI}$`, 'i');
|
|
769
772
|
const FILEBASED_DATAIMPORT_GET_CSV_PREVIEW_PATH = new RegExp(`${FILEBASED_DATAIMPORT_BASE_URI}/([A-Za-z0-9]){15,18}/preview$`, 'i');
|
|
770
773
|
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-
|
|
774
|
+
const FILEBASED_DATAIMPORT_GET_FIELDS = new RegExp(`${FILEBASED_DATAIMPORT_BASE_URI}/entities/([A-Za-z0-9_])+/fields$`, 'i');
|
|
772
775
|
const FILEBASED_DATAIMPORT_GET_AUTO_MAPPING = new RegExp(`${FILEBASED_DATAIMPORT_BASE_URI}/automap$`, 'i');
|
|
773
776
|
const FILEBASED_DATAIMPORT_GET_DPE_DEFINITIONS = new RegExp(`${FILEBASED_DATAIMPORT_BASE_URI}/dpeDefinitions$`, 'i');
|
|
774
777
|
const FILEBASED_DATAIMPORT_GET_ENTITIES = new RegExp(`${FILEBASED_DATAIMPORT_BASE_URI}/entities$`, 'i');
|
|
@@ -830,6 +833,8 @@ const EXTERNAL_CREDENTIAL_PATH = new RegExp(`${NAMED_CREDENTIAL_BASE_URI}/extern
|
|
|
830
833
|
const EXTERNAL_CONNECTIVITY_CONNECTION_LIST_PATH = new RegExp(`${EXTERNAL_CONNECTIVITY_BASE_URI}/connections$`, 'i');
|
|
831
834
|
// can be 15-18 char Id or developerName which max length is 255
|
|
832
835
|
const EXTERNAL_CONNECTIVITY_CONNECTION_DETAIL_PATH = new RegExp(`${EXTERNAL_CONNECTIVITY_BASE_URI}/connections/([A-Za-z0-9_]){1,255}`, 'i');
|
|
836
|
+
// can be 15-18 char developerName which max length is 255
|
|
837
|
+
const EXTERNAL_CONNECTIVITY_CONNECTION_TEST_PATH = new RegExp(`${EXTERNAL_CONNECTIVITY_BASE_URI}/connections/([A-Za-z0-9_]){1,255}/test$`, 'i');
|
|
833
838
|
const EXTERNAL_CONNECTIVITY_CONNECTOR_LIST_PATH = new RegExp(`${EXTERNAL_CONNECTIVITY_BASE_URI}/connectors$`, 'i');
|
|
834
839
|
// can be 15-18 char Id or developerName which max length is 255
|
|
835
840
|
const EXTERNAL_CONNECTIVITY_CONNECTOR_DETAIL_PATH = new RegExp(`${EXTERNAL_CONNECTIVITY_BASE_URI}/connectors/([A-Za-z0-9_]){1,255}`, 'i');
|
|
@@ -854,6 +859,7 @@ const UPDATE_ENVELOPE_STATUS = new RegExp(`${E_SIGN_BASE_URI}/signature-requests
|
|
|
854
859
|
const GET_CLAUSE_CATEGORY_CONFIGS = new RegExp(`${CLAUSE_LIBRARY_BASE_URI}/clause-category-configurations`, 'i');
|
|
855
860
|
const GET_DOCUMENT_CLAUSE_SETS = new RegExp(`${CLAUSE_LIBRARY_BASE_URI}/document-clause-sets`, 'i');
|
|
856
861
|
const GET_DOCUMENT_CLAUSE_FIELDS = new RegExp(`${CLAUSE_LIBRARY_BASE_URI}/document-clauses/fields`, 'i');
|
|
862
|
+
const POST_PROMOTE_DOCUMENT_CLAUSE_PATH = new RegExp(`${CLAUSE_LIBRARY_BASE_URI}/promote-clause`, 'i');
|
|
857
863
|
const SERVICE_EXCELLENCE_RECENT_ACTIONS_PATH = new RegExp(`${SERVICE_EXCELLENCE_BASE_URI}/service-catalog-items/recent-actions`, 'i');
|
|
858
864
|
const SERVICE_EXCELLENCE_ACTION_LAUNCH_PATH = new RegExp(`${SERVICE_EXCELLENCE_BASE_URI}/service-catalog-items/action-launch`, 'i');
|
|
859
865
|
const SERVICE_EXCELLENCE_ACTION_LAUNCHER_RECOMMENDATIONS_PATH = new RegExp(`${SERVICE_EXCELLENCE_BASE_URI}/action-launcher-recommendations`, 'i');
|
|
@@ -923,7 +929,7 @@ const GET_INDUSTRIES_PRICING_RECIPES_MAPPING_PATH = new RegExp(`${CONNECT_BASE_U
|
|
|
923
929
|
const CREATE_INDUSTRIES_PRICING_RECIPES_MAPPING_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/recipe/mapping`, 'i');
|
|
924
930
|
const GET_INDUSTRIES_PRICING_SYNC_PARAM_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/sync/([A-Za-z0-9_]){5,255}`, 'i');
|
|
925
931
|
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}
|
|
932
|
+
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
933
|
const VALIDATE_PRICING_FORMULA = new RegExp(`${CONNECT_BASE_URI}/core-pricing/formula/validate`, 'i');
|
|
928
934
|
const INDUSTRIES_PRICING_PRICING_ACTION_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/pricing-action`, 'i');
|
|
929
935
|
const INDUSTRIES_PRICING_CONSOLE_WDIGET_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/operation-console`, 'i');
|
|
@@ -934,6 +940,7 @@ const SALESFORCE_JOURNEY_CAPABILITIES_PATH = new RegExp(`${SALESFORCE_JOURNEY_BA
|
|
|
934
940
|
const SALESFORCE_JOURNEY_CAPABILITY_CONTENT_PATH = new RegExp(`${SALESFORCE_JOURNEY_BASE_URI}/capability-content/([A-Z0-9]){1,18}$`, 'i');
|
|
935
941
|
const SALESFORCE_JOURNEY_CAPABILITY_SEARCH_PATH = new RegExp(`${SALESFORCE_JOURNEY_BASE_URI}/([A-Z0-9]){1,18}/capability-search`, 'i');
|
|
936
942
|
const SALESFORCE_JOURNEY_CATEGORIES_PATH = new RegExp(`${SALESFORCE_JOURNEY_BASE_URI}/([A-Z0-9]){1,18}/categories`, 'i');
|
|
943
|
+
const SALESFORCE_JOURNEY_CAPABILITY_USER_PREFERENCE_PATH = new RegExp(`${SALESFORCE_JOURNEY_BASE_URI}/capability-user-preference`, 'i');
|
|
937
944
|
function generateAdapter(method, baseUri, pathRegex, controller, bodyParamName) {
|
|
938
945
|
return {
|
|
939
946
|
method,
|
|
@@ -991,6 +998,7 @@ const CPQ_CONFIGURATOR_PATH = new RegExp(`${CPQ_BASE_URI}/configurator/actions/c
|
|
|
991
998
|
const CPQ_CONFIGURATOR_CREATE_RULE_PATH = new RegExp(`${CPQ_BASE_URI}/configurator/actions/create-rule`, 'i');
|
|
992
999
|
const CPQ_CONFIGURATOR_UPDATE_RULE_PATH = new RegExp(`${CPQ_BASE_URI}/configurator/actions/update-rule`, 'i');
|
|
993
1000
|
const CPQ_PRODUCT_LIST_PATH = new RegExp(`${CPQ_BASE_URI}/products`, 'i');
|
|
1001
|
+
const CPQ_PRODUCT_BULK_PATH = new RegExp(`${CPQ_BASE_URI}/products/bulk`, 'i');
|
|
994
1002
|
const CPQ_PRODUCT_DETAILS_PATH = new RegExp(`${CPQ_BASE_URI}/products/([A-Za-z0-9]){15,18}$`, 'i');
|
|
995
1003
|
const CPQ_PRODUCT_SEARCH_PATH = new RegExp(`${CPQ_BASE_URI}/products/search`, 'i');
|
|
996
1004
|
const CPQ_CREATE_CART = new RegExp(`${CPQ_BASE_URI}/carts$`, 'i');
|
|
@@ -1000,6 +1008,8 @@ const CPQ_POST_CART_ITEM = new RegExp(`${CPQ_BASE_URI}/carts/([A-Za-z0-9]+(-[A-Z
|
|
|
1000
1008
|
const CPQ_PATCH_CART_ITEM = new RegExp(`${CPQ_BASE_URI}/carts/([A-Za-z0-9]+(-[A-Za-z0-9]+)+)/items$`, 'i');
|
|
1001
1009
|
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
1010
|
const CPQ_PRICE_CART = new RegExp(`${CPQ_BASE_URI}/carts/([A-Za-z0-9]+(-[A-Za-z0-9]+)+)/price`, 'i');
|
|
1011
|
+
//DFO PATHS
|
|
1012
|
+
const INDUSTRIES_DFO_CONFIG_PATH = new RegExp(`${INDUSTRIES_DFO_BASE_URI}/configurations`, 'i');
|
|
1003
1013
|
const FUNDRAISING_GIFT_COMMITMENT_PATH = new RegExp(`${FUNDRAISING_BASE_URI}/donor/[a-zA-Z0-9]{15,18}/commitments$`, 'i');
|
|
1004
1014
|
const FUNDRAISING_CAMPAIGN_DEFAULT_DESIGNATION_PATH = new RegExp(`${FUNDRAISING_BASE_URI}/campaign/[a-zA-Z0-9]{15,18}/default-designations$`, 'i');
|
|
1005
1015
|
const FUNDRAISING_COMMITMENT_DEFAULT_DESIGNATION_PATH = new RegExp(`${FUNDRAISING_BASE_URI}/commitment/[a-zA-Z0-9]{15,18}/default-designations$`, 'i');
|
|
@@ -1050,7 +1060,7 @@ const COMMERCE_STORE_MANAGEMENT_CONFIGURE_PRODUCT_PRICING_PATH = new RegExp(`${C
|
|
|
1050
1060
|
const COMMERCE_STORE_MANAGEMENT_GET_PRODUCT_PRICING_PATH = new RegExp(`${COMMERCE_STORE_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/getProductPricing`, 'i');
|
|
1051
1061
|
const COMMERCE_CATALOG_MANAGEMENT_COMPOSITE_PRODUCT_CREATE_PATH = new RegExp(`${COMMERCE_CATALOG_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/composite-products`, 'i');
|
|
1052
1062
|
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
|
|
1063
|
+
const COMMERCE_CHANNELS_PATH = new RegExp(`${COMMERCE_CHANNEL_MANAGEMENT_BASE_URI}/0ZE[A-Za-z0-9]{12,15}`, 'i');
|
|
1054
1064
|
const REMINDER_PATH = new RegExp(`${REMINDER_BASE_URI}`, 'i');
|
|
1055
1065
|
const PATHASSISTANT_GET_PATH = new RegExp(`${PATHASSISTANT_BASE_URI}/([A-Z0-9]){15,18}$`, 'i');
|
|
1056
1066
|
const PATHASSISTANT_DAYS_IN_STAGE_PATH = new RegExp(`${PATHASSISTANT_BASE_URI}/([A-Z0-9]){15,18}/daysInStage$`, 'i');
|
|
@@ -1083,6 +1093,19 @@ const GET_SOBJECTS_PATH = new RegExp(`${SHARING_BASE_URI}/sobjects`, 'i');
|
|
|
1083
1093
|
const MFG_PRODUCT_SERVICE_CAMPAIGN_ITEMS_PATH = new RegExp(`${CONNECT_BASE_URI}/industries-field-service/product-service-campaign/items-from-list`, 'i');
|
|
1084
1094
|
const WORK_ORDER_ESTIMATION_PRICE_ITEM_PATH = new RegExp(`${CONNECT_BASE_URI}/industries-field-service/work-order-estimation/price-item`, 'i');
|
|
1085
1095
|
const OMNI_DESIGNER_FETCH_ENTITY_INFO = new RegExp(`${OMNI_DESIGNER_BASE_URI}/entity-info`, 'i');
|
|
1096
|
+
const OMNI_DESIGNER_GET_FILE_CARDS_URI = new RegExp(`${OMNI_DESIGNER_BASE_URI}/card/get-file-cards`, 'i');
|
|
1097
|
+
const OMNI_DESIGNER_ADD_ATTACHMENT_URI = new RegExp(`${OMNI_DESIGNER_BASE_URI}/card/add-attachment`, 'i');
|
|
1098
|
+
const OMNI_DESIGNER_GET_CARD_BY_ID_URI = new RegExp(`${OMNI_DESIGNER_BASE_URI}/card/([A-Za-z0-9_]){1,255}`, 'i');
|
|
1099
|
+
const OMNI_DESIGNER_FETCH_DATARAPTOR_LIST = new RegExp(`${OMNI_DESIGNER_BASE_URI}/dataraptor-list`, 'i');
|
|
1100
|
+
const OMNI_DESIGNER_FETCH_DECISION_MATRIX = new RegExp(`${OMNI_DESIGNER_BASE_URI}/decision-matrix`, 'i');
|
|
1101
|
+
const OMNI_DESIGNER_FETCH_DOCUSIGN_TEMPLATES = new RegExp(`${OMNI_DESIGNER_BASE_URI}/docusign-templates`, 'i');
|
|
1102
|
+
const OMNI_DESIGNER_FETCH_EMAIL_DOCUMENTS = new RegExp(`${OMNI_DESIGNER_BASE_URI}/email-documents`, 'i');
|
|
1103
|
+
const OMNI_DESIGNER_FETCH_OMNIPROCESS_LIST = new RegExp(`${OMNI_DESIGNER_BASE_URI}/omni-process-list`, 'i');
|
|
1104
|
+
const OMNI_DESIGNER_FETCH_OMNIPROCESS_DATA = new RegExp(`${OMNI_DESIGNER_BASE_URI}/omniprocess/([A-Z0-9]){15,18}`, 'i');
|
|
1105
|
+
const RECORD_AGGREGATION_DEFINITION_CREATE_DATA = new RegExp(`${RECORD_AGGREGATION_BASE_URI}$`, 'i');
|
|
1106
|
+
const RECORD_AGGREGATION_DEFINITION_PUT_UPDATE_DATA = new RegExp(`${RECORD_AGGREGATION_BASE_URI}/([A-Za-z0-9]){15,18}$`, 'i');
|
|
1107
|
+
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');
|
|
1108
|
+
const RECORD_AGGREGATION_DEFINITION_FETCH_APPLICABLE_OBJECTS_DATA = new RegExp(`${RECORD_AGGREGATION_BASE_URI}/utilities/applicable-objects$`, 'i');
|
|
1086
1109
|
const homeHealth = [
|
|
1087
1110
|
generateAdapter('post', HEALTH_CLOUD_BASE_URI, VISIT_BROADCAST_ASSIGNMENT_API_PATH, 'HomeHealthController.broadcastVisitAssignment', 'VisitBroadcastAssignmentInput'),
|
|
1088
1111
|
generateAdapter('post', HEALTH_CLOUD_BASE_URI, VISIT_BROADCAST_API_PATH, 'HomeHealthController.createVisitBroadcast', 'VisitBroadcastInput'),
|
|
@@ -1873,6 +1896,8 @@ const externalConnectivity = [
|
|
|
1873
1896
|
generateAdapter('get', EXTERNAL_CONNECTIVITY_BASE_URI, EXTERNAL_CONNECTIVITY_CONNECTION_LIST_PATH, 'ExternalConnectivityController.getConnections'),
|
|
1874
1897
|
generateAdapter('post', EXTERNAL_CONNECTIVITY_BASE_URI, EXTERNAL_CONNECTIVITY_CONNECTION_LIST_PATH, 'ExternalConnectivityController.createConnection', 'requestBody'),
|
|
1875
1898
|
generateAdapter('get', EXTERNAL_CONNECTIVITY_BASE_URI, EXTERNAL_CONNECTIVITY_CONNECTION_DETAIL_PATH, 'ExternalConnectivityController.getConnectionDetails'),
|
|
1899
|
+
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
1900
|
+
generateAdapter('post', EXTERNAL_CONNECTIVITY_BASE_URI, EXTERNAL_CONNECTIVITY_CONNECTION_TEST_PATH, 'ExternalConnectivityController.testConnection'),
|
|
1876
1901
|
generateAdapter('get', EXTERNAL_CONNECTIVITY_BASE_URI, EXTERNAL_CONNECTIVITY_CONNECTOR_LIST_PATH, 'ExternalConnectivityController.getConnectors'),
|
|
1877
1902
|
generateAdapter('get', EXTERNAL_CONNECTIVITY_BASE_URI, EXTERNAL_CONNECTIVITY_CONNECTOR_DETAIL_PATH, 'ExternalConnectivityController.getConnectorDetails'),
|
|
1878
1903
|
];
|
|
@@ -1908,6 +1933,8 @@ const clauseLibrary = [
|
|
|
1908
1933
|
generateAdapter('get', CLAUSE_LIBRARY_BASE_URI, GET_CLAUSE_CATEGORY_CONFIGS, 'ClauseLibraryController.getClauseCategoryConfigurations'),
|
|
1909
1934
|
generateAdapter('get', CLAUSE_LIBRARY_BASE_URI, GET_DOCUMENT_CLAUSE_SETS, 'ClauseLibraryController.getDocumentClauseSets'),
|
|
1910
1935
|
generateAdapter('get', CLAUSE_LIBRARY_BASE_URI, GET_DOCUMENT_CLAUSE_FIELDS, 'ClauseLibraryController.getDocumentClauseFields'),
|
|
1936
|
+
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
1937
|
+
generateAdapter('post', CLAUSE_LIBRARY_BASE_URI, POST_PROMOTE_DOCUMENT_CLAUSE_PATH, 'ClauseLibraryController.promoteDocumentClause', 'promotionRequest'),
|
|
1911
1938
|
];
|
|
1912
1939
|
const eriDigest = [
|
|
1913
1940
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
@@ -2115,6 +2142,7 @@ const cpq = [
|
|
|
2115
2142
|
generateAdapter('post', CPQ_BASE_URI, CPQ_PRODUCT_DETAILS_PATH, 'ICpqConnectFeatureController.productDetails'),
|
|
2116
2143
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2117
2144
|
generateAdapter('post', CPQ_BASE_URI, CPQ_PRODUCT_SEARCH_PATH, 'ICpqConnectFeatureController.searchProductList'),
|
|
2145
|
+
generateAdapter('post', CPQ_BASE_URI, CPQ_PRODUCT_BULK_PATH, 'ICpqConnectFeatureController.bulkProductDetails', 'requestBody'),
|
|
2118
2146
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2119
2147
|
generateAdapter('post', CPQ_BASE_URI, CPQ_PRODUCT_LIST_PATH, 'ICpqConnectFeatureController.productList'),
|
|
2120
2148
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
@@ -2136,6 +2164,8 @@ const cdp = [
|
|
|
2136
2164
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2137
2165
|
generateAdapter('post', CDP_BASE_URI, CDP_DATA_GRAPH_PATH, 'CdpDataGraphController.createDataGraph'),
|
|
2138
2166
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2167
|
+
generateAdapter('put', CDP_BASE_URI, CDP_DATA_GRAPH_PATH, 'CdpDataGraphController.editDataGraph'),
|
|
2168
|
+
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2139
2169
|
generateAdapter('put', CDP_BASE_URI, PUT_CDP_DATA_GRAPH_PATH, 'CdpDataGraphController.retryDataGraph'),
|
|
2140
2170
|
generateAdapter('get', CDP_BASE_URI, DEPENDENCY_CDP_DATA_GRAPH_PATH, 'CdpDataGraphController.getDataGraphDependency'),
|
|
2141
2171
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
@@ -2163,6 +2193,10 @@ const docgen = [
|
|
|
2163
2193
|
generateAdapter('patch', DOCGEN_BASE_URI, DOCGEN_DOCUMENT_TEMPLATE_PATH, 'DocgenController.updateDocumentTemplate', 'documentTemplateUpdateInput'),
|
|
2164
2194
|
generateAdapter('get', DOCGEN_BASE_URI, DOCGEN_DOCUMENT_TEMPLATE_PATH, 'DocgenController.getDocumentTemplates'),
|
|
2165
2195
|
];
|
|
2196
|
+
const IndustriesDfo = [
|
|
2197
|
+
generateAdapter('get', INDUSTRIES_DFO_BASE_URI, INDUSTRIES_DFO_CONFIG_PATH, 'IDfoConfigInfoApiConnectFamilyController.getDfoConfigInfo'),
|
|
2198
|
+
generateAdapter('put', INDUSTRIES_DFO_BASE_URI, INDUSTRIES_DFO_CONFIG_PATH, 'IDfoConfigInfoApiConnectFamilyController.putDfoConfigInfo', 'dfoConfigInfo'),
|
|
2199
|
+
];
|
|
2166
2200
|
const instantPricing = [
|
|
2167
2201
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2168
2202
|
generateAdapter('post', INDUSTRIES_BASE_URI, CPQ_INSTANT_PRICING_PATH, 'InstantPricingConnectFeatureController.getInstantPricing'),
|
|
@@ -2200,7 +2234,9 @@ const commerceCatalogManagement = [
|
|
|
2200
2234
|
const commerceChannelsManagement = [
|
|
2201
2235
|
generateAdapter('get', COMMERCE_BASE_URI, GET_MANAGEMENT_CHANNELS_PATH, 'ICommerceChannelManagementController.getChannels'),
|
|
2202
2236
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2203
|
-
generateAdapter('
|
|
2237
|
+
generateAdapter('get', COMMERCE_CHANNEL_MANAGEMENT_BASE_URI, COMMERCE_CHANNELS_PATH, 'ICommerceChannelManagementController.getChannel'),
|
|
2238
|
+
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2239
|
+
generateAdapter('patch', COMMERCE_CHANNEL_MANAGEMENT_BASE_URI, COMMERCE_CHANNELS_PATH, 'ICommerceChannelManagementController.updateChannel'),
|
|
2204
2240
|
];
|
|
2205
2241
|
const serviceCatalogCategory = [
|
|
2206
2242
|
generateAdapter('get', SERVICE_CATALOG_CATEGORIES_BASE_URI, SERVICE_CATALOG_CATEGORIES_PATH, 'ServiceCatalogCategoryController.getCategories'),
|
|
@@ -2238,7 +2274,7 @@ const contentTaxonomy = [
|
|
|
2238
2274
|
];
|
|
2239
2275
|
const mfgProductServiceCampaign = [
|
|
2240
2276
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2241
|
-
generateAdapter('post', CONNECT_BASE_URI, MFG_PRODUCT_SERVICE_CAMPAIGN_ITEMS_PATH, 'ProductServiceCampaignController.createProductServiceCampaign'),
|
|
2277
|
+
generateAdapter('post', CONNECT_BASE_URI, MFG_PRODUCT_SERVICE_CAMPAIGN_ITEMS_PATH, 'ProductServiceCampaignController.createProductServiceCampaign', 'createPSCIInput'),
|
|
2242
2278
|
];
|
|
2243
2279
|
const workOrderEtimationPriceItem = [
|
|
2244
2280
|
generateAdapter('put', CONNECT_BASE_URI, WORK_ORDER_ESTIMATION_PRICE_ITEM_PATH, 'WorkOrderEstimationController.priceItemWithCoverage', 'priceItemWithCoverageInput'),
|
|
@@ -2261,6 +2297,15 @@ const sharingFamily = [
|
|
|
2261
2297
|
];
|
|
2262
2298
|
const omnidesigner = [
|
|
2263
2299
|
generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_ENTITY_INFO, 'OmniDesignerController.fetchEntityInfo'),
|
|
2300
|
+
generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_GET_FILE_CARDS_URI, 'OmniDesignerController.getFileBasedCards'),
|
|
2301
|
+
generateAdapter('post', CONNECT_BASE_URI, OMNI_DESIGNER_ADD_ATTACHMENT_URI, 'OmniDesignerController.cardUpsertAttachment', 'cardUpsertAttachmentInput'),
|
|
2302
|
+
generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_GET_CARD_BY_ID_URI, 'OmniDesignerController.getCardById'),
|
|
2303
|
+
generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_DATARAPTOR_LIST, 'OmniDesignerController.fetchDataraptorList'),
|
|
2304
|
+
generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_DECISION_MATRIX, 'OmniDesignerController.fetchDecisionMatrix'),
|
|
2305
|
+
generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_DOCUSIGN_TEMPLATES, 'OmniDesignerController.fetchDocusignTemplates'),
|
|
2306
|
+
generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_EMAIL_DOCUMENTS, 'OmniDesignerController.fetchEmailDocuments'),
|
|
2307
|
+
generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_OMNIPROCESS_LIST, 'OmniDesignerController.fetchOmniProcessList'),
|
|
2308
|
+
generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_OMNIPROCESS_DATA, 'OmniDesignerController.fetchOmniProcessData'),
|
|
2264
2309
|
];
|
|
2265
2310
|
const manufacturing = [
|
|
2266
2311
|
generateAdapter('post', CONNECT_BASE_URI, MFG_CREATE_SUPPLIER_CLAIMS_PATH, 'ManufacturingController.createSupplierClaims', 'supplierClaimInput'),
|
|
@@ -2270,6 +2315,13 @@ const salesforceJourney = [
|
|
|
2270
2315
|
generateAdapter('get', SALESFORCE_JOURNEY_BASE_URI, SALESFORCE_JOURNEY_CAPABILITY_CONTENT_PATH, 'SalesforceJourneyController.getCapabilityContentDocument'),
|
|
2271
2316
|
generateAdapter('get', SALESFORCE_JOURNEY_BASE_URI, SALESFORCE_JOURNEY_CAPABILITY_SEARCH_PATH, 'SalesforceJourneyController.getCapabilitySearchResult'),
|
|
2272
2317
|
generateAdapter('get', SALESFORCE_JOURNEY_BASE_URI, SALESFORCE_JOURNEY_CATEGORIES_PATH, 'SalesforceJourneyController.getCategoriesMetadata'),
|
|
2318
|
+
generateAdapter('post', SALESFORCE_JOURNEY_BASE_URI, SALESFORCE_JOURNEY_CAPABILITY_USER_PREFERENCE_PATH, 'SalesforceJourneyController.upsertCapabilityUserPreference', 'capabilityUserPreferenceInput'),
|
|
2319
|
+
];
|
|
2320
|
+
const industriesRecordAggregation = [
|
|
2321
|
+
generateAdapter('post', RECORD_AGGREGATION_BASE_URI, RECORD_AGGREGATION_DEFINITION_CREATE_DATA, 'RecordAggregationFamilyController.createRecordAggregationResource', 'recordAggregationPostInput'),
|
|
2322
|
+
generateAdapter('put', RECORD_AGGREGATION_BASE_URI, RECORD_AGGREGATION_DEFINITION_PUT_UPDATE_DATA, 'RecordAggregationFamilyController.updateRecordAggregationResource', 'recordAggregationPutInput'),
|
|
2323
|
+
generateAdapter('post', RECORD_AGGREGATION_BASE_URI, RECORD_AGGREGATION_DEFINITION_FETCH_RECORD_ROLLUP_RESULT_DATA, 'RecordAggregationFamilyController.generateRecordRollupResult', 'recordAggregationResultInput'),
|
|
2324
|
+
generateAdapter('get', RECORD_AGGREGATION_BASE_URI, RECORD_AGGREGATION_DEFINITION_FETCH_APPLICABLE_OBJECTS_DATA, 'RecordAggregationFamilyController.recordAggregationDefinitionApplicableObjects'),
|
|
2273
2325
|
];
|
|
2274
2326
|
registerApiFamilyRoutes(homeHealth);
|
|
2275
2327
|
registerApiFamilyRoutes(decisiontable);
|
|
@@ -2335,6 +2387,7 @@ registerApiFamilyRoutes(fundraising);
|
|
|
2335
2387
|
registerApiFamilyRoutes(fileBasedDataimport);
|
|
2336
2388
|
registerApiFamilyRoutes(auditTrailExport);
|
|
2337
2389
|
registerApiFamilyRoutes(cpq);
|
|
2390
|
+
registerApiFamilyRoutes(IndustriesDfo);
|
|
2338
2391
|
registerApiFamilyRoutes(cdp);
|
|
2339
2392
|
registerApiFamilyRoutes(cdpMachineLearning);
|
|
2340
2393
|
registerApiFamilyRoutes(cdpSalesExcellence);
|
|
@@ -2365,6 +2418,7 @@ registerApiFamilyRoutes(mfgProductServiceCampaign);
|
|
|
2365
2418
|
registerApiFamilyRoutes(workOrderEtimationPriceItem);
|
|
2366
2419
|
registerApiFamilyRoutes(omnidesigner);
|
|
2367
2420
|
registerApiFamilyRoutes(salesforceJourney);
|
|
2421
|
+
registerApiFamilyRoutes(industriesRecordAggregation);
|
|
2368
2422
|
|
|
2369
2423
|
const UI_API_BASE_URI$1 = `${BASE_URI}/ui-api`;
|
|
2370
2424
|
const ACTION_CONFIG = {
|
|
@@ -4184,4 +4238,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
|
|
|
4184
4238
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
4185
4239
|
|
|
4186
4240
|
export { main as default, defaultActionConfig, dispatchAction as dispatchAuraAction, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
|
|
4187
|
-
// version: 1.
|
|
4241
|
+
// version: 1.283.0-a330da944
|
|
@@ -75,3 +75,5 @@ 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 INDUSTRIES_DFO_BASE_URI: string;
|
|
79
|
+
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.
|
|
3
|
+
"version": "1.283.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.
|
|
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.283.0",
|
|
41
|
+
"@salesforce/lds-aura-storage": "^1.283.0",
|
|
42
|
+
"@salesforce/lds-environment-settings": "^1.283.0",
|
|
43
|
+
"@salesforce/lds-instrumentation": "^1.283.0",
|
|
44
|
+
"@salesforce/lds-network-adapter": "^1.283.0"
|
|
45
45
|
},
|
|
46
46
|
"volta": {
|
|
47
47
|
"extends": "../../package.json"
|