@salesforce/lds-network-aura 1.309.0-dev14 → 1.309.0-dev16
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
|
@@ -76,6 +76,7 @@ const FUNDRAISING_BASE_URI = `${CONNECT_BASE_URI}/fundraising`;
|
|
|
76
76
|
const CDP_BASE_URI = `${BASE_URI}/ssot`;
|
|
77
77
|
const CDP_SALES_EXCELLENCE_BASE_URI = `${CONNECT_BASE_URI}/sales-excellence/cust-data-pfrm`;
|
|
78
78
|
const CDP_MACHINE_LEARNING_BASE_URI = `${CDP_BASE_URI}/machine-learning`;
|
|
79
|
+
const CDP_COMMUNICATION_CAPPING_BASE_URI = `${CDP_BASE_URI}/communication-cappings`;
|
|
79
80
|
const DOCGEN_BASE_URI = `${CONNECT_BASE_URI}/docgen`;
|
|
80
81
|
const MATERIALITY_ASSESSMENT_BASE_URI = `${CONNECT_BASE_URI}/materialityassessment`;
|
|
81
82
|
const INDUSTRIES_BASE_URI = `${BASE_URI}/industries`;
|
|
@@ -1179,6 +1180,8 @@ const CDP_ML_CONFIGURED_MODEL = new RegExp(`${CDP_MACHINE_LEARNING_BASE_URI}/wor
|
|
|
1179
1180
|
const CDP_CONFIGURED_MODEL_COLLECTION = new RegExp(`${CDP_MACHINE_LEARNING_BASE_URI}/configured-models`, 'i');
|
|
1180
1181
|
// can be 15-18 char Id or developerName which max length is 255
|
|
1181
1182
|
const CDP_CONFIGURED_MODEL = new RegExp(`${CDP_MACHINE_LEARNING_BASE_URI}/configured-models/([A-Za-z0-9_]){1,255}`, 'i');
|
|
1183
|
+
const CDP_COMMUNICATION_CAPPING_CONFIGURATION = new RegExp(`${CDP_COMMUNICATION_CAPPING_BASE_URI}/([A-Za-z0-9_]){1,80}$`, 'i');
|
|
1184
|
+
const CDP_COMMUNICATION_CAPPING_STATUS_RETRY = new RegExp(`${CDP_COMMUNICATION_CAPPING_BASE_URI}/([A-Za-z0-9_]){1,80}/actions/retry`, 'i');
|
|
1182
1185
|
// CDP Query endpoint queryANSISql
|
|
1183
1186
|
const CDP_QUERY_ANSI_SQL = new RegExp(`${CDP_BASE_URI}/query`, 'i');
|
|
1184
1187
|
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');
|
|
@@ -1237,6 +1240,8 @@ const COPILOT_OBJECTS_PATH = new RegExp(`${CONNECT_BASE_URI}/copilot/objects`);
|
|
|
1237
1240
|
const COPILOT_FOLLOWUP_ACTIONS_PATH = new RegExp(`${CONNECT_BASE_URI}/follow-up-actions(\\?.*)?$`, 'i');
|
|
1238
1241
|
const COPILOT_RECOMMENDATION_PATH = new RegExp(`${CONNECT_BASE_URI}/recommended-plan-templates/([A-Z0-9_]){1,80}/([A-Z0-9_]){1,80}$`, 'i');
|
|
1239
1242
|
const COPILOT_RECOMMENDED_ACTIONS_PATH = new RegExp(`${CONNECT_BASE_URI}/recommended-actions(\\?.*)?$`, 'i');
|
|
1243
|
+
const COPILOT_RECOMMENDED_UTTERANCES_PATH = new RegExp(`${CONNECT_BASE_URI}/recommended-utterances(\\?.*)?$`, 'i');
|
|
1244
|
+
const COPILOT_WELCOME_UTTERANCES_PATH = new RegExp(`${CONNECT_BASE_URI}/welcome-utterances(\\?.*)?$`, 'i');
|
|
1240
1245
|
const HARMONIZE_INVOICE_DRAFT_TO_POSTED_PATH = new RegExp(`${COMMERCE_BASE_URI}/invoicing/invoices/collection/actions/post`, 'i');
|
|
1241
1246
|
const HARMONIZE_BATCH_INVOICE_DRAFT_TO_POSTED_PATH = new RegExp(`${COMMERCE_BASE_URI}/invoicing/invoice-batch-runs/([A-Za-z0-9]){15,18}/actions/draft-to-posted`, 'i');
|
|
1242
1247
|
const HARMONIZE_BILLING_SCHEDULE_RECOVERY_PATH = new RegExp(`${COMMERCE_BASE_URI}/invoicing/billing-schedules/collection/actions/recover`, 'i');
|
|
@@ -2640,6 +2645,11 @@ const cdpMachineLearning = [
|
|
|
2640
2645
|
generateAdapter('post', CDP_MACHINE_LEARNING_BASE_URI, CDP_CONFIGURED_MODEL_COLLECTION, 'CdpMachineLearningController.createConfiguredModel', 'configuredModel'),
|
|
2641
2646
|
generateAdapter('get', CDP_MACHINE_LEARNING_BASE_URI, CDP_CONFIGURED_MODEL_COLLECTION, 'CdpMachineLearningController.getConfiguredModels'),
|
|
2642
2647
|
];
|
|
2648
|
+
const cdpCommunicationCapping = [
|
|
2649
|
+
generateAdapter('get', CDP_COMMUNICATION_CAPPING_BASE_URI, CDP_COMMUNICATION_CAPPING_CONFIGURATION, 'CdpCommunicationCappingController.getCommunicationCappingRepresentation'),
|
|
2650
|
+
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2651
|
+
generateAdapter('post', CDP_COMMUNICATION_CAPPING_BASE_URI, CDP_COMMUNICATION_CAPPING_STATUS_RETRY, 'CdpCommunicationCappingController.triggerDMOCICreation'),
|
|
2652
|
+
];
|
|
2643
2653
|
const automotive = [
|
|
2644
2654
|
// eslint-disable-next-line @salesforce/lds/oas-body-name-required
|
|
2645
2655
|
generateAdapter('post', CONNECT_BASE_URI, AUTOMOTIVE_INV_MGMT_PATH, 'InventoryManagementActionsController.postInventoryManagementAction'),
|
|
@@ -2803,6 +2813,8 @@ const conversationRuntimeProxy = [
|
|
|
2803
2813
|
generateAdapter('get', CONNECT_BASE_URI, COPILOT_RECOMMENDATION_PATH, 'ConversationRuntimeProxyController.getRecommendedPlanTemplates'),
|
|
2804
2814
|
generateAdapter('post', CONNECT_BASE_URI, COPILOT_FOLLOWUP_ACTIONS_PATH, 'ConversationRuntimeProxyController.getFollowUpActions', 'postBody'),
|
|
2805
2815
|
generateAdapter('get', CONNECT_BASE_URI, COPILOT_RECOMMENDED_ACTIONS_PATH, 'ConversationRuntimeProxyController.getRecommendedActions'),
|
|
2816
|
+
generateAdapter('get', CONNECT_BASE_URI, COPILOT_RECOMMENDED_UTTERANCES_PATH, 'ConversationRuntimeProxyController.getRecommendedUtterances'),
|
|
2817
|
+
generateAdapter('get', CONNECT_BASE_URI, COPILOT_WELCOME_UTTERANCES_PATH, 'ConversationRuntimeProxyController.getWelcomeUtterances'),
|
|
2806
2818
|
generateAdapter('post', CONNECT_BASE_URI, COPILOT_LLM_FEEDBACK_PATH, 'ConversationRuntimeProxyController.submitFeedback', 'submitFeedback'),
|
|
2807
2819
|
generateAdapter('get', CONNECT_BASE_URI, COPILOT_OBJECTS_PATH, 'ConversationRuntimeProxyController.getCopilotObjects'),
|
|
2808
2820
|
];
|
|
@@ -3046,6 +3058,7 @@ registerApiFamilyRoutes(cdpMetadata);
|
|
|
3046
3058
|
registerApiFamilyRoutes(cdpQuery);
|
|
3047
3059
|
registerApiFamilyRoutes(cdpCalculatedInsights);
|
|
3048
3060
|
registerApiFamilyRoutes(cdpMachineLearning);
|
|
3061
|
+
registerApiFamilyRoutes(cdpCommunicationCapping);
|
|
3049
3062
|
registerApiFamilyRoutes(insurance);
|
|
3050
3063
|
registerApiFamilyRoutes(cdpSalesExcellence);
|
|
3051
3064
|
registerApiFamilyRoutes(automotive);
|
|
@@ -4944,4 +4957,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
|
|
|
4944
4957
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
4945
4958
|
|
|
4946
4959
|
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 };
|
|
4947
|
-
// version: 1.309.0-
|
|
4960
|
+
// version: 1.309.0-dev16-7409c81567
|
|
@@ -55,6 +55,7 @@ export declare const FUNDRAISING_BASE_URI: string;
|
|
|
55
55
|
export declare const CDP_BASE_URI: string;
|
|
56
56
|
export declare const CDP_SALES_EXCELLENCE_BASE_URI: string;
|
|
57
57
|
export declare const CDP_MACHINE_LEARNING_BASE_URI: string;
|
|
58
|
+
export declare const CDP_COMMUNICATION_CAPPING_BASE_URI: string;
|
|
58
59
|
export declare const DOCGEN_BASE_URI: string;
|
|
59
60
|
export declare const MATERIALITY_ASSESSMENT_BASE_URI: string;
|
|
60
61
|
export declare const INDUSTRIES_BASE_URI: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-network-aura",
|
|
3
|
-
"version": "1.309.0-
|
|
3
|
+
"version": "1.309.0-dev16",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS Network Adapter for Aura Runtime",
|
|
6
6
|
"main": "dist/ldsNetwork.js",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-network-aura"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@luvio/engine": "0.156.4-
|
|
37
|
+
"@luvio/engine": "0.156.4-dev2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@salesforce/lds-adapters-uiapi": "^1.309.0-
|
|
41
|
-
"@salesforce/lds-aura-storage": "^1.309.0-
|
|
42
|
-
"@salesforce/lds-environment-settings": "^1.309.0-
|
|
43
|
-
"@salesforce/lds-instrumentation": "^1.309.0-
|
|
44
|
-
"@salesforce/lds-network-adapter": "^1.309.0-
|
|
40
|
+
"@salesforce/lds-adapters-uiapi": "^1.309.0-dev16",
|
|
41
|
+
"@salesforce/lds-aura-storage": "^1.309.0-dev16",
|
|
42
|
+
"@salesforce/lds-environment-settings": "^1.309.0-dev16",
|
|
43
|
+
"@salesforce/lds-instrumentation": "^1.309.0-dev16",
|
|
44
|
+
"@salesforce/lds-network-adapter": "^1.309.0-dev16"
|
|
45
45
|
},
|
|
46
46
|
"volta": {
|
|
47
47
|
"extends": "../../package.json"
|