@salesforce/lds-network-aura 1.228.0 → 1.229.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 +4 -4
- package/package.json +2 -2
package/dist/ldsNetwork.js
CHANGED
|
@@ -72,8 +72,8 @@ const MATERIALITY_ASSESSMENT_BASE_URI = `${CONNECT_BASE_URI}/materialityassessme
|
|
|
72
72
|
const INDUSTRIES_BASE_URI = `${BASE_URI}/industries`;
|
|
73
73
|
const MEDIA_ADSALES_BASE_URI = `${CONNECT_BASE_URI}/media`;
|
|
74
74
|
const EINSTEIN_BASE_URI = `${BASE_URI}/einstein`;
|
|
75
|
-
const ECI_CONVERSATION_BASE_URI = `${BASE_URI}/conversation
|
|
76
|
-
const COMMERCE_STORE_MANAGEMENT_BASE_URI = `${COMMERCE_BASE_URI}/management/
|
|
75
|
+
const ECI_CONVERSATION_BASE_URI = `${BASE_URI}/conversation`;
|
|
76
|
+
const COMMERCE_STORE_MANAGEMENT_BASE_URI = `${COMMERCE_BASE_URI}/management/webstores`;
|
|
77
77
|
|
|
78
78
|
function getStatusText(status) {
|
|
79
79
|
switch (status) {
|
|
@@ -862,7 +862,7 @@ const POST_AVAILS_CALENDAR_CONTENDING = new RegExp(`${MEDIA_ADSALES_BASE_URI}/av
|
|
|
862
862
|
const GET_AVAILS_CALENDAR_CONFIGS = new RegExp(`${MEDIA_ADSALES_BASE_URI}/availsCalendar/runtimeConfig`, 'i');
|
|
863
863
|
const EINSTEIN_LLM_GENERATIONS_PATH = new RegExp(`${EINSTEIN_BASE_URI}/llm/prompt/generations`, 'i');
|
|
864
864
|
const EINSTEIN_PROMPT_TEMPLATE_GENERATIONS_PATH = new RegExp(`${EINSTEIN_BASE_URI}/prompt-templates/([A-Za-z0-9_]){1,255}/generations`, 'i');
|
|
865
|
-
const DOCUMENT_MATRIX_FETCH_RESULTS = new RegExp(`${CONNECT_BASE_URI}/document-matrix/
|
|
865
|
+
const DOCUMENT_MATRIX_FETCH_RESULTS = new RegExp(`${CONNECT_BASE_URI}/document-matrix/document-decision/([A-Za-z0-9]){1,18}$`, 'i');
|
|
866
866
|
const NEXTGENSALESAGREEMENTPRICE_PATH = new RegExp(`${CONNECT_BASE_URI}/salesagreements/price`, 'i');
|
|
867
867
|
const COMMERCE_STORE_MANAGEMENT_CONFIGURE_PRODUCT_PRICING_PATH = new RegExp(`${COMMERCE_STORE_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/configureProductPricing`, 'i');
|
|
868
868
|
const COMMERCE_STORE_MANAGEMENT_GET_PRODUCT_PRICING_PATH = new RegExp(`${COMMERCE_STORE_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/getProductPricing`, 'i');
|
|
@@ -3252,4 +3252,4 @@ function auraNetworkAdapter(resourceRequest) {
|
|
|
3252
3252
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
3253
3253
|
|
|
3254
3254
|
export { main as default, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
|
|
3255
|
-
// version: 1.
|
|
3255
|
+
// version: 1.229.0-0cba97a14
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-network-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.229.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.145.
|
|
37
|
+
"@luvio/engine": "0.145.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@salesforce/lds-adapters-uiapi": "*",
|