@salesforce/lds-network-aura 1.288.0 → 1.290.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.
@@ -21,7 +21,7 @@ import { getEnvironmentSetting, EnvironmentSettings } from 'force/ldsEnvironment
21
21
  const { create, entries: entries$1, keys: keys$1 } = Object;
22
22
  const { parse: parse$1, stringify: stringify$1 } = JSON;
23
23
 
24
- const BASE_URI = '/services/data/v61.0';
24
+ const BASE_URI = '/services/data/v62.0';
25
25
  const CONNECT_BASE_URI = `${BASE_URI}/connect`;
26
26
  const COMMERCE_BASE_URI = `${BASE_URI}/commerce`;
27
27
  const COMMERCE_CONFIGURATION_BASE_URI = `${COMMERCE_BASE_URI}/configuration`;
@@ -407,7 +407,7 @@ router.post((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs`), buildDataG
407
407
  router.put((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs/retry`), buildDataGraphAction('CdpDataGraphController.retryDataGraph'));
408
408
  router.put((path) => path.startsWith(`${CDP_BASE_URI}/data-graphs`), buildDataGraphAction('CdpDataGraphController.editDataGraph'));
409
409
 
410
- const LWR_APEX_BASE_URI = '/lwr/apex/v61.0';
410
+ const LWR_APEX_BASE_URI = '/lwr/apex/v62.0';
411
411
  const ApexController = 'ApexActionController.execute';
412
412
  const CACHE_CONTROL = 'Cache-Control';
413
413
  const X_SFDC_ALLOW_CONTINUATION = 'X-SFDC-Allow-Continuation';
@@ -1112,17 +1112,16 @@ const insurance = [
1112
1112
  generateAdapter('post', INSURANCE_BASE_URI, INSURANCE_ISSUE, 'IInsuranceConnectFeatureController.insuranceIssuePolicyPost', 'IssuePolicyInput'),
1113
1113
  ];
1114
1114
  const SHARING_PUBLIC_GROUP_SUMMARY_PATH = new RegExp(`${SHARING_BASE_URI}/publicGroupsSummary`, 'i');
1115
+ const SHARING_PUBLIC_GROUP_DETAILS_PATH = new RegExp(`${SHARING_BASE_URI}/publicGroupsDetails`, 'i');
1115
1116
  const USER_SUMMARY_SHARING_PATH = new RegExp(`${SHARING_BASE_URI}/groups-for-user/([A-Z0-9_]){15,18}/([A-Za-z]){5,50}`, 'i');
1116
- const TUA_ANALYTICS_LIBRARY_PATH = new RegExp(`${CONNECT_BASE_URI}/tua-analytics/assets/query`, 'i');
1117
- const tua_library_library = [
1118
- generateAdapter('post', CONNECT_BASE_URI, TUA_ANALYTICS_LIBRARY_PATH, 'TuaAnalyticsController.getListViewTuaLibrary', 'input_collection'),
1119
- ];
1120
1117
  const MFG_CREATE_SUPPLIER_CLAIMS_PATH = new RegExp(`${CONNECT_BASE_URI}/warranty/supplier-claim`, 'i');
1121
1118
  const GET_SOBJECTS_PATH = new RegExp(`${SHARING_BASE_URI}/sobjects`, 'i');
1122
1119
  const GET_USER_PERMISSIONS_PATH = new RegExp(`${SHARING_BASE_URI}/userPermissions`, 'i');
1123
1120
  const MFG_PRODUCT_SERVICE_CAMPAIGN_ITEMS_PATH = new RegExp(`${CONNECT_BASE_URI}/industries-field-service/product-service-campaign/items-from-list`, 'i');
1124
1121
  const WORK_ORDER_ESTIMATION_PRICE_ITEM_PATH = new RegExp(`${CONNECT_BASE_URI}/industries-field-service/work-order-estimation/price-item`, 'i');
1125
1122
  const OMNI_DESIGNER_FETCH_ENTITY_INFO = new RegExp(`${OMNI_DESIGNER_BASE_URI}/entity-info`, 'i');
1123
+ const OMNI_DESIGNER_GET_EXPRESSION_GRAMMAR = new RegExp(`${OMNI_DESIGNER_BASE_URI}/expression-grammar`, 'i');
1124
+ const OMNI_DESIGNER_PATCH_SIMULATE_DATARAPTOR = new RegExp(`${OMNI_DESIGNER_BASE_URI}/dataraptor-simulate`, 'i');
1126
1125
  const OMNI_DESIGNER_GET_FILE_CARDS_URI = new RegExp(`${OMNI_DESIGNER_BASE_URI}/card/get-file-cards`, 'i');
1127
1126
  const OMNI_DESIGNER_ADD_ATTACHMENT_URI = new RegExp(`${OMNI_DESIGNER_BASE_URI}/card/add-attachment`, 'i');
1128
1127
  const OMNI_DESIGNER_GET_CARD_BY_ID_URI = new RegExp(`${OMNI_DESIGNER_BASE_URI}/card/([A-Za-z0-9_]){1,255}`, 'i');
@@ -1156,10 +1155,13 @@ const OMNI_DESIGNER_FETCH_NON_OMNISCRIPT_LWC_RESOURCE = new RegExp(`${OMNI_DESIG
1156
1155
  const OMNI_DESIGNER_UPLOAD_DOCUMENT = new RegExp(`${OMNI_DESIGNER_BASE_URI}/os/document`, 'i');
1157
1156
  const UNIFIED_ANALYTICS_DASHBOARD_COLLECTION_PATH = new RegExp(`${BASE_URI}/unified-analytics/dashboards$`, 'i');
1158
1157
  const UNIFIED_ANALYTICS_DASHBOARD_BY_NAME = new RegExp(`${BASE_URI}/unified-analytics/dashboards/([A-Za-z0-9_]+){3,50}$`, 'i');
1158
+ const UNIFIED_ANALYTICS_LIBRARY_PATH = new RegExp(`${BASE_URI}/tua-analytics/assets/query$`, 'i');
1159
1159
  const unifiedAnalytics = [
1160
1160
  generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_DASHBOARD_COLLECTION_PATH, 'AnalyticsController.getDashboards'),
1161
1161
  generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_DASHBOARD_BY_NAME, 'AnalyticsController.getDashboard'),
1162
1162
  generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_DASHBOARD_COLLECTION_PATH, 'AnalyticsController.createDashboard', 'dashboard'),
1163
+ // eslint-disable-next-line @salesforce/lds/oas-body-name-required
1164
+ generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_LIBRARY_PATH, 'TuaAnalyticsController.getListViewAnalyticsLibrary'),
1163
1165
  ];
1164
1166
  const EVF_SDK_GET_EVENT_TYPES_PATH = new RegExp(`${EVF_SDK_BASE_URI}/event-types`, 'i');
1165
1167
  const EVF_SDK_POST_EVENT_PATH = new RegExp(`${EVF_SDK_BASE_URI}/event$`, 'i');
@@ -2378,9 +2380,12 @@ const sharingFamily = [
2378
2380
  generateAdapter('get', SHARING_BASE_URI, USER_SUMMARY_SHARING_PATH, 'SharingController.getGroupsForUser'),
2379
2381
  generateAdapter('get', SHARING_BASE_URI, GET_SOBJECTS_PATH, 'SharingController.getAllSobjects'),
2380
2382
  generateAdapter('get', SHARING_BASE_URI, GET_USER_PERMISSIONS_PATH, 'SharingController.getUserPermissions'),
2383
+ generateAdapter('post', SHARING_BASE_URI, SHARING_PUBLIC_GROUP_DETAILS_PATH, 'SharingController.getPublicGroupMembershipDetails', 'publicGroupsDetailsParams'),
2381
2384
  ];
2382
2385
  const omnidesigner = [
2383
2386
  generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_FETCH_ENTITY_INFO, 'OmniDesignerController.fetchEntityInfo'),
2387
+ generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_GET_EXPRESSION_GRAMMAR, 'OmniDesignerController.getExpressionGrammar'),
2388
+ generateAdapter('patch', CONNECT_BASE_URI, OMNI_DESIGNER_PATCH_SIMULATE_DATARAPTOR, 'OmniDesignerController.simulateDataraptor', 'dataraptorSimualateInputParams'),
2384
2389
  generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_GET_FILE_CARDS_URI, 'OmniDesignerController.getFileBasedCards'),
2385
2390
  generateAdapter('post', CONNECT_BASE_URI, OMNI_DESIGNER_ADD_ATTACHMENT_URI, 'OmniDesignerController.cardUpsertAttachment', 'cardUpsertAttachmentInput'),
2386
2391
  generateAdapter('get', CONNECT_BASE_URI, OMNI_DESIGNER_GET_CARD_BY_ID_URI, 'OmniDesignerController.getCardById'),
@@ -2527,7 +2532,6 @@ registerApiFamilyRoutes(commerceGoalsRecs);
2527
2532
  registerApiFamilyRoutes(sharingFamily);
2528
2533
  registerApiFamilyRoutes(mfgProgramTemplatesList);
2529
2534
  registerApiFamilyRoutes(mfgProgramTemplate);
2530
- registerApiFamilyRoutes(tua_library_library);
2531
2535
  registerApiFamilyRoutes(manufacturing);
2532
2536
  registerApiFamilyRoutes(mfgProductServiceCampaign);
2533
2537
  registerApiFamilyRoutes(workOrderEtimationPriceItem);
@@ -3853,7 +3857,7 @@ const { join, push, unshift } = Array.prototype;
3853
3857
  const { isArray } = Array;
3854
3858
  const { entries, keys } = Object;
3855
3859
 
3856
- const UI_API_BASE_URI = '/services/data/v61.0/ui-api';
3860
+ const UI_API_BASE_URI = '/services/data/v62.0/ui-api';
3857
3861
 
3858
3862
  let instrumentation = {
3859
3863
  aggregateUiChunkCount: (_cb) => { },
@@ -4358,4 +4362,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
4358
4362
  var main = platformNetworkAdapter(auraNetworkAdapter);
4359
4363
 
4360
4364
  export { main as default, defaultActionConfig, dispatchAction as dispatchAuraAction, forceRecordTransactionsDisabled, instrument$1 as instrument, instrument as ldsNetworkAdapterInstrument };
4361
- // version: 1.288.0-24c1b3768
4365
+ // version: 1.290.0-18c27a6e9
@@ -1 +1 @@
1
- export declare const LWR_APEX_BASE_URI = "/lwr/apex/v61.0";
1
+ export declare const LWR_APEX_BASE_URI = "/lwr/apex/v62.0";
@@ -1,4 +1,4 @@
1
- export declare const BASE_URI = "/services/data/v61.0";
1
+ export declare const BASE_URI = "/services/data/v62.0";
2
2
  export declare const CONNECT_BASE_URI: string;
3
3
  export declare const COMMERCE_BASE_URI: string;
4
4
  export declare const COMMERCE_CONFIGURATION_BASE_URI: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.288.0",
3
+ "version": "1.290.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.154.18"
38
38
  },
39
39
  "devDependencies": {
40
- "@salesforce/lds-adapters-uiapi": "^1.288.0",
41
- "@salesforce/lds-aura-storage": "^1.288.0",
42
- "@salesforce/lds-environment-settings": "^1.288.0",
43
- "@salesforce/lds-instrumentation": "^1.288.0",
44
- "@salesforce/lds-network-adapter": "^1.288.0"
40
+ "@salesforce/lds-adapters-uiapi": "^1.290.0",
41
+ "@salesforce/lds-aura-storage": "^1.290.0",
42
+ "@salesforce/lds-environment-settings": "^1.290.0",
43
+ "@salesforce/lds-instrumentation": "^1.290.0",
44
+ "@salesforce/lds-network-adapter": "^1.290.0"
45
45
  },
46
46
  "volta": {
47
47
  "extends": "../../package.json"