@salesforce/lds-network-aura 1.342.0 → 1.343.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.
@@ -28,6 +28,7 @@ const COMMERCE_BASE_URI = `${BASE_URI}/commerce`;
28
28
  const COMMERCE_CONFIGURATION_BASE_URI = `${COMMERCE_BASE_URI}/configuration`;
29
29
  const COMMERCE_CHANNEL_MANAGEMENT_BASE_URI = `${COMMERCE_BASE_URI}/management/channels`;
30
30
  const COMMERCE_EXTENSION_BASE_URI = `${COMMERCE_BASE_URI}/extension`;
31
+ const COMMERCE_META_CONFIGURATION_BASE_URI = `${COMMERCE_BASE_URI}/commerce/management/webstores`;
31
32
  const COMMERCE_ESF_BASE_URI = `${COMMERCE_BASE_URI}/experience`;
32
33
  const GUIDANCE_BASE_URI = `${BASE_URI}/assistant-platform`;
33
34
  const WAVE_BASE_URI = `${BASE_URI}/wave`;
@@ -868,6 +869,7 @@ const FILEBASED_DATAIMPORT_START_ADVANCE_IMPORT_PATH = new RegExp(`${FILEBASED_D
868
869
  const SERVICE_EMPLOYEE_GET_FIELD_DETAILS_PATH = new RegExp(`${CONNECT_BASE_URI}/employee-hub/employee-profile-card/employee-details`, 'i');
869
870
  const SERVICE_EMPLOYEE_GET_USER_PROFILE_DETAILS_PATH = new RegExp(`${CONNECT_BASE_URI}/employee-hub/profile/user/([A-Z0-9]){1,18}$`, 'i');
870
871
  const SERVICE_EMPLOYEE_GET_USER_SETTINGS_PATH = new RegExp(`${CONNECT_BASE_URI}/service-employee/user-settings/details`, `i`);
872
+ const SERVICE_EMPLOYEE_GET_EMP_ENABLEMENT_PROGRAMS = new RegExp(`${CONNECT_BASE_URI}/employee/enablement/programs`, `i`);
871
873
  const SERVICE_EMPLOYEE_UPDATE_USER_SETTINGS_PATH = new RegExp(`${CONNECT_BASE_URI}/service-employee/user-settings`, `i`);
872
874
  const SERVICE_EMPLOYEE_GET_AVAILABLE_OPTIONS_PATH = new RegExp(`${CONNECT_BASE_URI}/serviceEmployee/availableUserOptions`, `i`);
873
875
  const SERVICE_EMPLOYEE_POST_PROVISIONING_JOB = new RegExp(`${CONNECT_BASE_URI}/service-employee/employee-user-provisioning$`, `i`);
@@ -1079,6 +1081,7 @@ const GET_INDUSTRIES_PRICING_WATERFALL = new RegExp(`${CONNECT_BASE_URI}/core-pr
1079
1081
  const GET_PRICING_API_EXECUTIONS = new RegExp(`${CONNECT_BASE_URI}/core-pricing/pricing-api-execution(\\?.*)?$`, 'i');
1080
1082
  const GET_PRICING_PROCESS_EXECUTIONS_LINE_ITEM_DETAILS = new RegExp(`${CONNECT_BASE_URI}/core-pricing/pricing-process-execution/lineitems/([A-Za-z0-9_-]){1,50}/([A-Za-z0-9]){1,50}`, 'i');
1081
1083
  const GET_PRICING_PROCESS_EXECUTIONS = new RegExp(`${CONNECT_BASE_URI}/core-pricing/pricing-process-execution/([A-Za-z0-9_-]){1,50}(\\?.*)?$`, 'i');
1084
+ const GET_PRICING_SIMULATION_INPUT_VARIABLES_WITH_DATA_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/simulationInputVariablesWithData`, 'i');
1082
1085
  const GET_API_EXECUTION_LOGS = new RegExp(`${CONNECT_BASE_URI}/core-pricing/apiexecutionlogs/([A-Za-z0-9_-]){1,50}(\\?.*)?$`, 'i');
1083
1086
  const VALIDATE_PRICING_FORMULA = new RegExp(`${CONNECT_BASE_URI}/core-pricing/formula/validate`, 'i');
1084
1087
  const INDUSTRIES_PRICING_PRICING_ACTION_PATH = new RegExp(`${CONNECT_BASE_URI}/core-pricing/pricing-action`, 'i');
@@ -1355,8 +1358,10 @@ const FORM_EMBED_SCRIPT_PATH = new RegExp(`${CONNECT_BASE_URI}/uma/form/embedScr
1355
1358
  const CMS_SPACE_CHANNELS_PATH = new RegExp(`${CMS_BASE_URI}/spaces/([A-Za-z0-9_]){15,18}/channels`, 'i');
1356
1359
  const PROSPECT_CONVERSION_PATH = new RegExp(`${CONNECT_BASE_URI}/ProspectConversion`, 'i');
1357
1360
  const BUSINESS_UNIT_ASSOCIATED_RECORDS_PATH = new RegExp(`${MARKETING_BASE_URI}/records/([A-Za-z0-9_]){15,18}/business-unit`, 'i');
1361
+ const COMMERCE_META_CONFIGURATION_PATH = new RegExp(`${COMMERCE_META_CONFIGURATION_BASE_URI}/commerce/management/webstores/`, 'i');
1358
1362
  const BUSINESS_UNIT_PATH = new RegExp(`${MARKETING_BASE_URI}/business-units/([A-Za-z0-9_]){15,18}`, 'i');
1359
1363
  const BUSINESS_UNIT_COLLECTION_PATH = new RegExp(`${MARKETING_BASE_URI}/business-units`, 'i');
1364
+ const UMA_DATASPACES = new RegExp(`${CONNECT_BASE_URI}/uma/dataSpaces`, 'i');
1360
1365
  const insurance = [
1361
1366
  generateAdapter('post', INSURANCE_BASE_URI, INSURANCE_RATING, 'InsuranceFoundationFamilyController.insuranceProductRatingPost', 'ProductRatingPostInput'),
1362
1367
  generateAdapter('patch', INSURANCE_BASE_URI, INSURANCE_RATING, 'InsuranceFoundationFamilyController.insuranceProductRatingPatch', 'productRatingPatchInput'),
@@ -1476,7 +1481,7 @@ const UNIFIED_ANALYTICS_DATA_ASSET_REQUESTS = new RegExp(`${UNIFIED_ANALYTICS_BA
1476
1481
  const UNIFIED_ANALYTICS_DATA_ASSET_REQUESTS_COUNT = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/data-assets/requests/count$`, 'i');
1477
1482
  const UNIFIED_ANALYTICS_DATA_ASSET_DEPENDENCIES_REQUEST = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/data-assets/dependencies/[A-Za-z0-9_]{3,50}$`, 'i');
1478
1483
  const UNIFIED_ANALYTICS_ASSETS_QUERY = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/assets/query$`, 'i');
1479
- const UNIFIED_ANALYTICS_ORGS = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/orgs/[A-Za-z0-9_]{3,50}$`, 'i');
1484
+ const UNIFIED_ANALYTICS_ORGS = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/orgs$`, 'i');
1480
1485
  const UNIFIED_ANALYTICS_USERS_QUERY = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/users/query$`, 'i');
1481
1486
  const PAYMENT_METHOD_SET_PATH = new RegExp(`${PAYMENTS_BASE_URI}/payment-method-sets$`, 'i');
1482
1487
  const UNIFIED_ANALYTICS_LIBRARY_ASSETS_PATH = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/library/assets/query$`, 'i');
@@ -1502,6 +1507,10 @@ const APP_FRAMEWORK_APP_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/apps/([^/]+)
1502
1507
  const APP_FRAMEWORK_APP_DELETE = APP_FRAMEWORK_APP_GET;
1503
1508
  const APP_FRAMEWORK_APP_PUT = APP_FRAMEWORK_APP_GET;
1504
1509
  const APP_FRAMEWORK_APP_ASSETS_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/apps/([^/]+)/assets$`, 'i');
1510
+ const APP_FRAMEWORK_APP_ASSETS_POST = APP_FRAMEWORK_APP_ASSETS_GET;
1511
+ const APP_FRAMEWORK_APP_ASSET_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/apps/([^/]+)/assets/([^/])+$`, 'i');
1512
+ const APP_FRAMEWORK_APP_ASSET_DELETE = APP_FRAMEWORK_APP_ASSET_GET;
1513
+ const APP_FRAMEWORK_APP_ASSET_PATCH = APP_FRAMEWORK_APP_ASSET_GET;
1505
1514
  const APP_FRAMEWORK_APP_ACTIVITIES_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/apps/([^/]+)/activities$`, 'i');
1506
1515
  const APP_FRAMEWORK_APP_ACTIVITY_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/apps/([^/]+)/activities/([^/])+$`, 'i');
1507
1516
  const APP_FRAMEWORK_INSTALLED_ASSETS_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/installed-assets$`, 'i');
@@ -1668,9 +1677,9 @@ const connect = [
1668
1677
  generateAdapter('post', CMS_BASE_URI, CREATE_MANAGED_CONTENT_VARIANT_PATH, 'ManagedContentController.createManagedContentVariant'),
1669
1678
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
1670
1679
  generateAdapter('post', CMS_BASE_URI, CREATE_MANAGED_CONTENT_PATH, 'ManagedContentController.createManagedContent'),
1671
- generateAdapter('get', CMS_BASE_URI, GET_CMS_SPACES, 'ManagedContentController.getManagedContentSpaces'),
1672
- generateAdapter('post', CMS_BASE_URI, POST_CMS_SPACE, 'ManagedContentController.postManagedContentSpace', 'ManagedContentSpaceInput'),
1673
- generateAdapter('get', CMS_BASE_URI, CMS_SPACE_PATH, 'ManagedContentController.getManagedContentSpace'),
1680
+ generateAdapter('get', CMS_BASE_URI, GET_CMS_SPACES, 'ManagedContentSpacesController.getManagedContentSpaces'),
1681
+ generateAdapter('post', CMS_BASE_URI, POST_CMS_SPACE, 'ManagedContentSpacesController.postManagedContentSpace', 'ManagedContentSpaceInput'),
1682
+ generateAdapter('get', CMS_BASE_URI, CMS_SPACE_PATH, 'ManagedContentSpacesController.getManagedContentSpace'),
1674
1683
  generateAdapter('get', CMS_BASE_URI, CMS_SPACE_BY_FQN_PATH, 'ManagedContentController.getManagedContentSpaceByFullyQualifiedName'),
1675
1684
  generateAdapter('get', CMS_BASE_URI, CMS_SINGLE_ITEM_PATH, 'ManagedContentController.getManagedContentSingleItem'),
1676
1685
  generateAdapter('get', CMS_BASE_URI, CMS_MANAGED_CONTENT_ORCH_CONFIG_PATH, 'ManagedContentController.getManagedContentSpaceOrchestratorConfig'),
@@ -1680,7 +1689,7 @@ const connect = [
1680
1689
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
1681
1690
  generateAdapter('get', CONNECT_BASE_URI, GET_MANAGED_CONTENT_FOR_SITE_PATH, 'ManagedContentController.getManagedContentForSite'),
1682
1691
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
1683
- generateAdapter('patch', CMS_BASE_URI, CMS_SPACE_PATH, 'ManagedContentController.patchManagedContentSpace'),
1692
+ generateAdapter('patch', CMS_BASE_URI, CMS_SPACE_PATH, 'ManagedContentSpacesController.patchManagedContentSpace'),
1684
1693
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
1685
1694
  generateAdapter('post', CONNECT_BASE_URI, CREATE_MANAGED_CONTENT_IMPORT_V2_JOB_PATH, 'ManagedContentController.createManagedContentImportV2Job'),
1686
1695
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
@@ -2711,6 +2720,7 @@ const industriesPricing = [
2711
2720
  generateAdapter('post', CONNECT_BASE_URI, CREATE_INDUSTRIES_PRICING_VERSIONED_REVISE_DETAILS_PATH, 'PricingResourceFamilyController.updateAndPersistAdjustmentEntity'),
2712
2721
  generateAdapter('get', CONNECT_BASE_URI, GET_INDUSTRIES_PRICING_WATERFALL, 'IPricingWaterfallLogResourceFamilyController.requestPricingWaterFallOutputResponse'),
2713
2722
  generateAdapter('get', CONNECT_BASE_URI, GET_PRICING_API_EXECUTIONS, 'IPricingWaterfallLogResourceFamilyController.getPricingApiExecutions'),
2723
+ generateAdapter('get', CONNECT_BASE_URI, GET_PRICING_SIMULATION_INPUT_VARIABLES_WITH_DATA_PATH, 'PricingResourceFamilyController.getSimulationInputVariablesWithData'),
2714
2724
  generateAdapter('get', CONNECT_BASE_URI, GET_PRICING_PROCESS_EXECUTIONS_LINE_ITEM_DETAILS, 'IPricingWaterfallLogResourceFamilyController.getPricingExecutionLineItemDetails'),
2715
2725
  generateAdapter('get', CONNECT_BASE_URI, GET_PRICING_PROCESS_EXECUTIONS, 'IPricingWaterfallLogResourceFamilyController.getPricingProcessExecution'),
2716
2726
  generateAdapter('post', CONNECT_BASE_URI, VALIDATE_PRICING_FORMULA, 'PricingResourceFamilyController.validatePricingFormula', 'pricingFormulaValidationRequest'),
@@ -3197,6 +3207,7 @@ const serviceEmployee = [
3197
3207
  generateAdapter('post', CONNECT_BASE_URI, SERVICE_EMPLOYEE_GET_USER_PROFILE_DETAILS_PATH, 'ServiceEmployeeController.getUserProfileDetails', 'userProfile'),
3198
3208
  generateAdapter('patch', CONNECT_BASE_URI, SERVICE_EMPLOYEE_UPDATE_USER_SETTINGS_PATH, 'ServiceEmployeeController.userSettings', 'userSettingsInputReq'),
3199
3209
  generateAdapter('get', CONNECT_BASE_URI, SERVICE_EMPLOYEE_GET_USER_SETTINGS_PATH, 'ServiceEmployeeController.getUserSettings'),
3210
+ generateAdapter('get', CONNECT_BASE_URI, SERVICE_EMPLOYEE_GET_EMP_ENABLEMENT_PROGRAMS, 'ServiceEmployeeController.getEmpEnablementPrograms'),
3200
3211
  generateAdapter('post', CONNECT_BASE_URI, SERVICE_EMPLOYEE_GET_AVAILABLE_OPTIONS_PATH, 'ServiceEmployeeController.availableUserOptions', 'availableUserOptions'),
3201
3212
  generateAdapter('post', CONNECT_BASE_URI, SERVICE_EMPLOYEE_POST_PROVISIONING_JOB, 'ServiceEmployeeController.initiateEmpUserProvisioningJob', 'initiateEmpUserProvisioningInputRepresentation'),
3202
3213
  ];
@@ -3210,6 +3221,10 @@ const appFramework = [
3210
3221
  generateAdapter('delete', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_DELETE, 'AppFrameworkController.deleteApp'),
3211
3222
  generateAdapter('put', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_PUT, 'AppFrameworkController.updateApp', 'updateBody'),
3212
3223
  generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ASSETS_GET, 'AppFrameworkController.getAppAssets'),
3224
+ generateAdapter('post', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ASSETS_POST, 'AppFrameworkController.createAppAsset', 'appAssetParam'),
3225
+ generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ASSET_GET, 'AppFrameworkController.getAppAsset'),
3226
+ generateAdapter('delete', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ASSET_DELETE, 'AppFrameworkController.deleteAppAsset'),
3227
+ generateAdapter('patch', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ASSET_PATCH, 'AppFrameworkController.updateAppAsset', 'appAssetParam'),
3213
3228
  generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ACTIVITIES_GET, 'AppFrameworkController.getAppActivities'),
3214
3229
  generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ACTIVITY_GET, 'AppFrameworkController.getAppActivity'),
3215
3230
  generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_INSTALLED_ASSETS_GET, 'AppFrameworkController.getInstalledAssets'),
@@ -3274,6 +3289,7 @@ const marketingConnect = [
3274
3289
  generateAdapter('get', MARKETING_BASE_URI, BUSINESS_UNIT_PATH, 'MarketingConnectController.getBusinessUnitInfo'),
3275
3290
  generateAdapter('get', MARKETING_BASE_URI, BUSINESS_UNIT_COLLECTION_PATH, 'MarketingConnectController.getBusinessUnits'),
3276
3291
  generateAdapter('patch', MARKETING_BASE_URI, BUSINESS_UNIT_PATH, 'MarketingConnectController.patchBusinessUnitInfo', 'businessUnitDefinitionUpdateRequest'),
3292
+ generateAdapter('get', CONNECT_BASE_URI, UMA_DATASPACES, 'MarketingConnectController.getUmaDataSpaces'),
3277
3293
  ];
3278
3294
  const INDUSTRIES_FETCH_GUARDRAIL = new RegExp(`${INDUSTRIES_GUARDRAIL_FRAMEWORK_BASE_URI}/guardrail`, 'i');
3279
3295
  const INDUSTRIES_FETCH_GUARDRAILS = new RegExp(`${INDUSTRIES_GUARDRAIL_FRAMEWORK_BASE_URI}/guardrails`, 'i');
@@ -3302,6 +3318,7 @@ const SLACK_BRIDGE_CONVERSATION_MESSAGE_REACTIONS = new RegExp(`${SLACK_BRIDGE_T
3302
3318
  const SLACK_BRIDGE_CONVERSATION_USER = new RegExp(`${SLACK_BRIDGE_TEAM_BASE_URI}/user/([A-Za-z0-9_]+){3,50}$`, 'i');
3303
3319
  const SLACK_BRIDGE_CONVERSATION_MEMBERS = new RegExp(`${SLACK_BRIDGE_TEAM_CHANNEL_BASE_URI}/members$`, 'i');
3304
3320
  const SLACK_BRIDGE_CONVERSATION_MEMBER = new RegExp(`${SLACK_BRIDGE_TEAM_CHANNEL_BASE_URI}/members/([A-Za-z0-9_]+){3,50}$`, 'i');
3321
+ const SLACK_BRIDGE_CONVERSATION_MARK = new RegExp(`${SLACK_BRIDGE_TEAM_CHANNEL_BASE_URI}/mark$`, 'i');
3305
3322
  const slackBridge = [
3306
3323
  generateAdapter('get', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_CONVERSATION_MESSAGES, 'SlackBridgeController.getSlackConversation'),
3307
3324
  generateAdapter('post', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_CONVERSATION_MESSAGES, 'SlackBridgeController.postSlackConversation', 'slackMessagePostRequest'),
@@ -3321,6 +3338,9 @@ const slackBridge = [
3321
3338
  generateAdapter('post', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_CONVERSATION_MEMBERS, 'SlackBridgeController.postSlackConversationMembers'),
3322
3339
  generateAdapter('post', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_RECORD_CHANNELS, 'SlackBridgeController.postSlackRecordChannelInfos'),
3323
3340
  generateAdapter('get', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_RECORD_CHANNELS_MEMBER, 'SlackBridgeController.getSlackRecordChannelInfo'),
3341
+ generateAdapter('post', SLACK_BRIDGE_BASE_URI, SLACK_BRIDGE_CONVERSATION_MARK, 'SlackBridgeController.postSlackConversationMark'),
3342
+ generateAdapter('get', COMMERCE_META_CONFIGURATION_BASE_URI, COMMERCE_META_CONFIGURATION_PATH, 'MetaConfigcontroller.getMetaConfig'),
3343
+ generateAdapter('post', COMMERCE_META_CONFIGURATION_BASE_URI, COMMERCE_META_CONFIGURATION_PATH, 'MetaConfigcontroller.postMetaConfig'),
3324
3344
  ];
3325
3345
  registerApiFamilyRoutes(homeHealth);
3326
3346
  registerApiFamilyRoutes(dataProcessingEngine);
@@ -5313,4 +5333,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
5313
5333
  var main = platformNetworkAdapter(auraNetworkAdapter);
5314
5334
 
5315
5335
  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 };
5316
- // version: 1.342.0-651bed9637
5336
+ // version: 1.343.0-f39f04aaf6
@@ -5,6 +5,7 @@ export declare const COMMERCE_BASE_URI: string;
5
5
  export declare const COMMERCE_CONFIGURATION_BASE_URI: string;
6
6
  export declare const COMMERCE_CHANNEL_MANAGEMENT_BASE_URI: string;
7
7
  export declare const COMMERCE_EXTENSION_BASE_URI: string;
8
+ export declare const COMMERCE_META_CONFIGURATION_BASE_URI: string;
8
9
  export declare const COMMERCE_ESF_BASE_URI: string;
9
10
  export declare const GUIDANCE_BASE_URI: string;
10
11
  export declare const WAVE_BASE_URI: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.342.0",
3
+ "version": "1.343.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.156.5"
38
38
  },
39
39
  "devDependencies": {
40
- "@salesforce/lds-adapters-uiapi": "^1.342.0",
41
- "@salesforce/lds-aura-storage": "^1.342.0",
42
- "@salesforce/lds-environment-settings": "^1.342.0",
43
- "@salesforce/lds-instrumentation": "^1.342.0",
44
- "@salesforce/lds-network-adapter": "^1.342.0"
40
+ "@salesforce/lds-adapters-uiapi": "^1.343.0",
41
+ "@salesforce/lds-aura-storage": "^1.343.0",
42
+ "@salesforce/lds-environment-settings": "^1.343.0",
43
+ "@salesforce/lds-instrumentation": "^1.343.0",
44
+ "@salesforce/lds-network-adapter": "^1.343.0"
45
45
  },
46
46
  "volta": {
47
47
  "extends": "../../package.json"