@salesforce/lds-network-aura 1.197.0 → 1.199.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.
@@ -827,6 +827,7 @@ const EDU_LEARNING = new RegExp(`${EDUCATION_BASE_URI}/campus-setup/learning`, '
827
827
  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');
828
828
  const APPLY_REMINDER_PATH = new RegExp(`${CONNECT_BASE_URI}/automated-actions/reminder/apply`, 'i');
829
829
  const CPQ_PREVIEW_PATH = new RegExp(`${CPQ_BASE_URI}/preview`, 'i');
830
+ const CPQ_CONFIGURATOR_PATH = new RegExp(`${CPQ_BASE_URI}/configurator/actions/configure`, 'i');
830
831
  const CPQ_PRODUCT_LIST_PATH = new RegExp(`${CPQ_BASE_URI}/products`, 'i');
831
832
  const CPQ_PRODUCT_DETAILS_PATH = new RegExp(`${CPQ_BASE_URI}/products/([A-Za-z0-9]){15,18}$`, 'i');
832
833
  const CPQ_PRODUCT_SEARCH_PATH = new RegExp(`${CPQ_BASE_URI}/products/search`, 'i');
@@ -1530,6 +1531,7 @@ const fundraising = [
1530
1531
  ];
1531
1532
  const cpq = [
1532
1533
  generateAdapter('post', CPQ_BASE_URI, CPQ_PREVIEW_PATH, 'ICpqConnectFeatureController.preview'),
1534
+ generateAdapter('post', CPQ_BASE_URI, CPQ_CONFIGURATOR_PATH, 'ICpqConnectFeatureController.configure'),
1533
1535
  generateAdapter('post', CPQ_BASE_URI, CPQ_PRODUCT_DETAILS_PATH, 'ICpqConnectFeatureController.productDetails'),
1534
1536
  generateAdapter('post', CPQ_BASE_URI, CPQ_PRODUCT_SEARCH_PATH, 'ICpqConnectFeatureController.searchProductList'),
1535
1537
  generateAdapter('post', CPQ_BASE_URI, CPQ_PRODUCT_LIST_PATH, 'ICpqConnectFeatureController.productList'),
@@ -3234,4 +3236,4 @@ function auraNetworkAdapter(resourceRequest) {
3234
3236
  var main = platformNetworkAdapter(auraNetworkAdapter);
3235
3237
 
3236
3238
  export { main as default, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
3237
- // version: 1.197.0-7955d7ff9
3239
+ // version: 1.199.0-017661a18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.197.0",
3
+ "version": "1.199.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter for Aura Runtime",
6
6
  "main": "dist/ldsNetwork.js",