@salesforce/lds-network-aura 1.167.0 → 1.168.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 +2 -2
- package/package.json +1 -1
package/dist/ldsNetwork.js
CHANGED
|
@@ -778,7 +778,7 @@ const GET_AVAILABLE_TIME_SLOTS = new RegExp(`${EDUCATION_BASE_URI}/appointment-b
|
|
|
778
778
|
const CREATE_CARE_PLANS = new RegExp(`${EDUCATION_BASE_URI}/careplan/bulk`, 'i');
|
|
779
779
|
const EDU_PUBLISH_LEARNING_PROGRAM_PLAN = new RegExp(`${EDUCATION_BASE_URI}/campus-setup/learning-program-plan/publish`, 'i');
|
|
780
780
|
const EDU_LEARNING = new RegExp(`${EDUCATION_BASE_URI}/campus-setup/learning`, 'i');
|
|
781
|
-
const GET_PERSON_PUBLIC_PROFILE = new RegExp(`${EDUCATION_BASE_URI}/person-public-profile/([A-Za-z0-9]+(
|
|
781
|
+
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');
|
|
782
782
|
const APPLY_REMINDER_PATH = new RegExp(`${CONNECT_BASE_URI}/automated-actions/reminder/apply`, 'i');
|
|
783
783
|
const CPQ_PREVIEW_PATH = new RegExp(`${CPQ_BASE_URI}/preview`, 'i');
|
|
784
784
|
const CPQ_PRODUCT_LIST_PATH = new RegExp(`${CPQ_BASE_URI}/products`, 'i');
|
|
@@ -3062,4 +3062,4 @@ function auraNetworkAdapter(resourceRequest) {
|
|
|
3062
3062
|
var main = platformNetworkAdapter(auraNetworkAdapter);
|
|
3063
3063
|
|
|
3064
3064
|
export { main as default, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
|
|
3065
|
-
// version: 1.
|
|
3065
|
+
// version: 1.168.0-18f65160d
|