@salesforce/lds-network-aura 1.313.0 → 1.314.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.
@@ -1007,7 +1007,8 @@ const CREATE_INDUSTRIES_CONTEXT_SERVICE_DEFINITION_PATH = new RegExp(`${CONNECT_
1007
1007
  const GET_INDUSTRIES_CONTEXT_DEFINITIONS_PATH = new RegExp(`${CONNECT_BASE_URI}/context-definitions`, 'i');
1008
1008
  const GET_INDUSTRIES_CONTEXT_SERVICE_DEFINITION_INFO_PATH = new RegExp(`${CONNECT_BASE_URI}/context-definitions/info/([A-Za-z_0-9]){5,50}$`, 'i');
1009
1009
  const INDUSTRIES_CONTEXT_SERVICE_DEFINITION_PATH = new RegExp(`${CONNECT_BASE_URI}/context-definitions/([A-Za-z_0-9]){5,50}$`, 'i');
1010
- const INDUSTRIES_CONTEXT_SERVICE_TYPEAHEAD_API_PATH = new RegExp(`${CONNECT_BASE_URI}/context-definitions/([A-Za-z0-9]){15,18}/dynamic-attributes$`, 'i');
1010
+ const INDUSTRIES_CONTEXT_SERVICE_TYPEAHEAD_API_PATH = new RegExp(`${CONNECT_BASE_URI}/context-definitions/([A-Za-z_0-9]){5,50}/dynamic-attributes$`, 'i');
1011
+ const CLONE_INDUSTRIES_CONTEXT_MAPPINGS_PATH = new RegExp(`${CONNECT_BASE_URI}/context-mappings/clone$`, 'i');
1011
1012
  const CREATE_INDUSTRIES_CONTEXT_MAPPINGS_PATH = new RegExp(`${CONNECT_BASE_URI}/context-definitions/([A-Za-z0-9]){15,18}/context-mappings$`, 'i');
1012
1013
  const INDUSTRIES_CONTEXT_MAPPINGS_PATH = new RegExp(`${CONNECT_BASE_URI}/context-definitions/([A-Za-z0-9]){15,18}/context-mappings/([A-Za-z0-9]){15,18}$`, 'i');
1013
1014
  const CREATE_INDUSTRIES_CONTEXT_TAGS_PATH = new RegExp(`${CONNECT_BASE_URI}/context-definitions/([A-Za-z0-9]){15,18}/context-tags$`, 'i');
@@ -1383,6 +1384,7 @@ const APP_FRAMEWORK_APP_ACTIVITY_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/app
1383
1384
  const APP_FRAMEWORK_TEMPLATES_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/templates$`, 'i');
1384
1385
  const APP_FRAMEWORK_TEMPLATE_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/templates/([^/]+)$`, 'i');
1385
1386
  const APP_FRAMEWORK_TEMPLATE_CONFIG_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/templates/([^/]+)/configuration$`, 'i');
1387
+ const MFG_INVENTORY_COUNT_SCHEDULES_PATH = new RegExp(`${CONNECT_BASE_URI}/inventory/create-inventory-count-schedules`, 'i');
1386
1388
  const unifiedAnalytics = [
1387
1389
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
1388
1390
  generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_ANNOTATIONS_PATH, 'AnalyticsController.createAnnotation', 'annotation'),
@@ -2457,6 +2459,7 @@ const industriesContext = [
2457
2459
  generateAdapter('post', CONNECT_BASE_URI, INDUSTRIES_CONTEXT_ATTRIBUTELIST_MAPPING_PATH, 'ContextResourceFamilyController.createContextAttributeMappings'),
2458
2460
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2459
2461
  generateAdapter('post', CONNECT_BASE_URI, CREATE_INDUSTRIES_CONTEXT_MAPPINGS_PATH, 'ContextResourceFamilyController.createContextMappings'),
2462
+ generateAdapter('post', CONNECT_BASE_URI, CLONE_INDUSTRIES_CONTEXT_MAPPINGS_PATH, 'ContextResourceFamilyController.cloneContextMappings', 'contextMappingCloneInput'),
2460
2463
  generateAdapter('delete', CONNECT_BASE_URI, INDUSTRIES_CONTEXT_MAPPINGS_PATH, 'ContextResourceFamilyController.deleteContextServiceMapping'),
2461
2464
  generateAdapter('get', CONNECT_BASE_URI, INDUSTRIES_CONTEXT_MAPPINGS_PATH, 'ContextResourceFamilyController.getContextServiceMapping'),
2462
2465
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
@@ -2994,6 +2997,9 @@ const SALES_YUKON_POST_TELEMETRY_PATH = new RegExp(`${SALES_YUKON_BASE_URI}/tele
2994
2997
  const yukon = [
2995
2998
  generateAdapter('post', SALES_YUKON_BASE_URI, SALES_YUKON_POST_TELEMETRY_PATH, 'YukonConnectController.postTelemetry', 'YukonTelemetryActions'),
2996
2999
  ];
3000
+ const mfgInventoryCountSchedules = [
3001
+ generateAdapter('post', CONNECT_BASE_URI, MFG_INVENTORY_COUNT_SCHEDULES_PATH, 'InventoryCountSchedulesController.createInventoryCountSchedules', 'inventoryCountSchedulesInput'),
3002
+ ];
2997
3003
  registerApiFamilyRoutes(homeHealth);
2998
3004
  registerApiFamilyRoutes(providerNetworkManagement);
2999
3005
  registerApiFamilyRoutes(decisiontable);
@@ -3127,6 +3133,7 @@ registerApiFamilyRoutes(baseSetup);
3127
3133
  registerApiFamilyRoutes(constraints);
3128
3134
  registerApiFamilyRoutes(sfDrive);
3129
3135
  registerApiFamilyRoutes(yukon);
3136
+ registerApiFamilyRoutes(mfgInventoryCountSchedules);
3130
3137
 
3131
3138
  const UI_API_BASE_URI$1 = `${BASE_URI}/ui-api`;
3132
3139
  const ACTION_CONFIG = {
@@ -4972,4 +4979,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
4972
4979
  var main = platformNetworkAdapter(auraNetworkAdapter);
4973
4980
 
4974
4981
  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 };
4975
- // version: 1.313.0-bf88d762e3
4982
+ // version: 1.314.0-5a451c78cd
@@ -102,3 +102,4 @@ export declare const APPEXCHANGE_BASE_URI: string;
102
102
  export declare const SALES_EINSTEIN_COACH_BASE_URI: string;
103
103
  export declare const BASE_SETUP_BASE_URI: string;
104
104
  export declare const SALES_YUKON_BASE_URI: string;
105
+ export declare const MFG_INVENTORY_COUNT_SCHEDULES_BASE_URI: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.313.0",
3
+ "version": "1.314.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.4"
38
38
  },
39
39
  "devDependencies": {
40
- "@salesforce/lds-adapters-uiapi": "^1.313.0",
41
- "@salesforce/lds-aura-storage": "^1.313.0",
42
- "@salesforce/lds-environment-settings": "^1.313.0",
43
- "@salesforce/lds-instrumentation": "^1.313.0",
44
- "@salesforce/lds-network-adapter": "^1.313.0"
40
+ "@salesforce/lds-adapters-uiapi": "^1.314.0",
41
+ "@salesforce/lds-aura-storage": "^1.314.0",
42
+ "@salesforce/lds-environment-settings": "^1.314.0",
43
+ "@salesforce/lds-instrumentation": "^1.314.0",
44
+ "@salesforce/lds-network-adapter": "^1.314.0"
45
45
  },
46
46
  "volta": {
47
47
  "extends": "../../package.json"