@salesforce/lds-network-aura 1.321.0 → 1.323.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.
@@ -77,6 +77,7 @@ const CDP_BASE_URI = `${BASE_URI}/ssot`;
77
77
  const CDP_SALES_EXCELLENCE_BASE_URI = `${CONNECT_BASE_URI}/sales-excellence/cust-data-pfrm`;
78
78
  const CDP_MACHINE_LEARNING_BASE_URI = `${CDP_BASE_URI}/machine-learning`;
79
79
  const CDP_DATA_TRANSFORM_EXPERIENCE_BASE_URI = `${CDP_BASE_URI}/data-transforms-experience`;
80
+ const CDP_COMMUNICATION_CAPPING_BASE_URI = `${CDP_BASE_URI}/communication-cappings`;
80
81
  const DOCGEN_BASE_URI = `${CONNECT_BASE_URI}/docgen`;
81
82
  const MATERIALITY_ASSESSMENT_BASE_URI = `${CONNECT_BASE_URI}/materialityassessment`;
82
83
  const INDUSTRIES_BASE_URI = `${BASE_URI}/industries`;
@@ -84,6 +85,7 @@ const MEDIA_ADSALES_BASE_URI = `${CONNECT_BASE_URI}/media`;
84
85
  const EINSTEIN_BASE_URI = `${BASE_URI}/einstein`;
85
86
  const ECI_CONVERSATION_BASE_URI = `${BASE_URI}/conversation`;
86
87
  const COMMERCE_STORE_MANAGEMENT_BASE_URI = `${COMMERCE_BASE_URI}/management/webstores`;
88
+ const COMMERCE_CUSTOM_DOMAIN_BASE_URI = `${CONNECT_BASE_URI}/custom-domain/domains`;
87
89
  const STAGE_MANAGEMENT_BASE_URI = `${CONNECT_BASE_URI}/stage-management`;
88
90
  const SERVICE_CATALOG_CATEGORIES_BASE_URI = `${CONNECT_BASE_URI}/service-automation/service-catalog/categories`;
89
91
  const SERVICE_SLACK_BASE_URI = `${CONNECT_BASE_URI}/swarming`;
@@ -432,7 +434,6 @@ function buildDataGraphAction(actionName, bodyWrapper = 'input') {
432
434
  return (resourceRequest, resourceRequestContext) => {
433
435
  const { body } = resourceRequest;
434
436
  let buildParameters = {};
435
- // eslint-disable-next-line @salesforce/lds/no-optional-chaining
436
437
  if (resourceRequest.method === 'put' && resourceRequest.queryParams) {
437
438
  buildParameters = resourceRequest.queryParams;
438
439
  }
@@ -994,6 +995,9 @@ const EPC_RUNTIME_CATALOG_PATCH_INDEX_SETTING_PATH = new RegExp(`${EPC_BASE_URI}
994
995
  const EPC_GET_RELATED_RECORDS_PATH = new RegExp(`${EPC_BASE_URI}/relatedRecords/([A-Za-z0-9]+)$`, 'i');
995
996
  const EPC_RUNTIME_CATALOG_GET_INDEX_ERROR_PATH = new RegExp(`${EPC_BASE_URI}/index/error`, 'i');
996
997
  const GET_ERI_DIGEST_PATH = new RegExp(`${ERI_BASE_URI}/digest`, 'i');
998
+ const SERVICE_AUTOMATION_PATH = new RegExp(`${CONNECT_BASE_URI}/service-automation`, 'i');
999
+ const SA_CATALOG_ITEM_PATH = new RegExp(`${CONNECT_BASE_URI}/catalog/catalog-item/`, 'i');
1000
+ const SA_CATALOG_ITEM_BY_ID_PATH = new RegExp(`${CONNECT_BASE_URI}/catalog/catalog-item/[A-Za-z0-9]`, 'i');
997
1001
  const NOTIFICATION_SERVICE_CONFIG_PATH = new RegExp(`${CONNECT_BASE_URI}/notification_service/config`, 'i');
998
1002
  const GET_PEOPLE_API_PATH = new RegExp(`${PEOPLE_API_BASE_URI}`, 'i');
999
1003
  const POST_EVALUATE_LEARNING_ITEM_PATH = new RegExp(`${LEARNING_ITEM_BASE_URI}/learning-item/([A-Z0-9]){15,18}/actions/evaluate$`, 'i');
@@ -1157,6 +1161,7 @@ const CPQ_CONFIGURATOR_VALIDATE_RULE_PATH = new RegExp(`${CPQ_BASE_URI}/configur
1157
1161
  const CPQ_PRODUCT_LIST_PATH = new RegExp(`${CPQ_BASE_URI}/products`, 'i');
1158
1162
  const CPQ_PRODUCT_BULK_PATH = new RegExp(`${CPQ_BASE_URI}/products/bulk`, 'i');
1159
1163
  const CPQ_GUIDED_SELECTION = new RegExp(`${CPQ_BASE_URI}/products/guided-selection$`, 'i');
1164
+ const CPQ_SMART_SELECTION = new RegExp(`${CPQ_BASE_URI}/products/smart-selection$`, 'i');
1160
1165
  const CPQ_PRODUCT_DETAILS_PATH = new RegExp(`${CPQ_BASE_URI}/products/([A-Za-z0-9]){15,18}$`, 'i');
1161
1166
  const CPQ_PRODUCT_SEARCH_PATH = new RegExp(`${CPQ_BASE_URI}/products/search`, 'i');
1162
1167
  const CPQ_CREATE_CART = new RegExp(`${CPQ_BASE_URI}/carts$`, 'i');
@@ -1210,6 +1215,8 @@ const CDP_PREDICTION_COLLECTION = new RegExp(`${CDP_MACHINE_LEARNING_BASE_URI}/p
1210
1215
  // can be 15-18 char Id or developerName which max length is 255
1211
1216
  const CDP_CONFIGURED_MODEL = new RegExp(`${CDP_MACHINE_LEARNING_BASE_URI}/configured-models/([A-Za-z0-9_]){1,255}`, 'i');
1212
1217
  const CDP_DATA_TRANSFORM_EXPERIENCE_CONFIGURATIONS = new RegExp(`${CDP_DATA_TRANSFORM_EXPERIENCE_BASE_URI}/configurations`, 'i');
1218
+ const CDP_COMMUNICATION_CAPPING_CONFIGURATION = new RegExp(`${CDP_COMMUNICATION_CAPPING_BASE_URI}/([A-Za-z0-9_]){1,80}$`, 'i');
1219
+ const CDP_COMMUNICATION_CAPPING_STATUS_RETRY = new RegExp(`${CDP_COMMUNICATION_CAPPING_BASE_URI}/([A-Za-z0-9_]){1,80}/actions/retry`, 'i');
1213
1220
  // CDP Query endpoint queryANSISql
1214
1221
  const CDP_QUERY_ANSI_SQL = new RegExp(`${CDP_BASE_URI}/query`, 'i');
1215
1222
  const KNOWLEDGE_ARTICLE_PATH = new RegExp(`${CONNECT_BASE_URI}/communities/([a-zA-Z0-9]){15,18}/network-data-category/9cn([a-zA-Z0-9]){12,15}/knowledge-article`, 'i');
@@ -1240,7 +1247,11 @@ const SALES_AGREEMENT_UPDATE_PATH = new RegExp(`${CONNECT_BASE_URI}/sales-agreem
1240
1247
  const MFG_PROGRAM_TEMPLATE_PATH = new RegExp(`${CONNECT_BASE_URI}/entity/mfg-program-templates/([A-Za-z0-9]){15,18}$`, 'i');
1241
1248
  const MFG_PROGRAM_TEMPLATES_LIST_PATH = new RegExp(`${CONNECT_BASE_URI}/entity/mfg-program-templates$`, 'i');
1242
1249
  const COMMERCE_STORE_MANAGEMENT_CONFIGURE_PRODUCT_PRICING_PATH = new RegExp(`${COMMERCE_STORE_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/configureProductPricing`, 'i');
1243
- const COMMERCE_STORE_CUSTOM_DOMAIN_MANAGEMENT_PATH = new RegExp(`${COMMERCE_STORE_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/custom-domain/connect`, 'i');
1250
+ const COMMERCE_STORE_CUSTOM_DOMAIN_MANAGEMENT_PROCEED_ACTION__PATH = new RegExp(`${COMMERCE_STORE_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/custom-domain/connect`, 'i');
1251
+ const COMMERCE_CUSTOM_DOMAIN_GET_ID_PATH = new RegExp(`${COMMERCE_CUSTOM_DOMAIN_BASE_URI}/((?!-)[A-Za-z0-9-]{1,63}(?<!-)\\.)+[A-Za-z]{2,6}/domainId`, 'i');
1252
+ const COMMERCE_STORE_CUSTOM_DOMAIN_MANAGEMENT_REGISTRAR_DETAILS_PATH = new RegExp(`${COMMERCE_STORE_MANAGEMENT_BASE_URI}/custom-domain/registrar-details`, 'i');
1253
+ const COMMERCE_CUSTOM_DOMAIN_GET_CUSTOM_DOMAIN_CUSTOM_URL_BY_SITE_COLLECTION_PATH = new RegExp(`${COMMERCE_CUSTOM_DOMAIN_BASE_URI}/sites/([A-Z0-9]){15,18}/custom-urls`, 'i');
1254
+ const COMMERCE_CUSTOM_DOMAIN_GET_CUSTOM_DOMAIN_DETAILS_BY_ID_PATH = new RegExp(`${COMMERCE_CUSTOM_DOMAIN_BASE_URI}/([A-Z0-9]){15,18}`, 'i');
1244
1255
  const COMMERCE_STORE_MANAGEMENT_GET_PRODUCT_PRICING_PATH = new RegExp(`${COMMERCE_STORE_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/getProductPricing`, 'i');
1245
1256
  const COMMERCE_CATALOG_MANAGEMENT_COMPOSITE_PRODUCT_CREATE_PATH = new RegExp(`${COMMERCE_CATALOG_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/composite-products`, 'i');
1246
1257
  const COMMERCE_CATALOG_MANAGEMENT_COMPOSITE_PRODUCT_UPDATE_PATH = new RegExp(`${COMMERCE_CATALOG_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/composite-products/([A-Z0-9]){15,18}`, 'i');
@@ -1428,6 +1439,8 @@ const UNIFIED_ANALYTICS_ORGS = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/orgs/[A
1428
1439
  const UNIFIED_ANALYTICS_USERS_QUERY = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/users/query$`, 'i');
1429
1440
  const PAYMENT_METHOD_SET_PATH = new RegExp(`${PAYMENTS_BASE_URI}/payment-method-sets$`, 'i');
1430
1441
  const UNIFIED_ANALYTICS_LIBRARY_ASSETS_PATH = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/library/assets/query$`, 'i');
1442
+ const UNIFIED_ANALYTICS_MARKETPLACE_PATH = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/marketplace/listings/([A-Za-z0-9_]+){3,50}/install$`, 'i');
1443
+ const UNIFIED_ANALYTICS_MARKETPLACE_INSTALLATION_PROGRESS_PATH = new RegExp(`${UNIFIED_ANALYTICS_BASE_URI}/marketplace/installations/([A-Za-z0-9_]+){3,50}$`, 'i');
1431
1444
  const PAYMNET_INTENT_PATH = new RegExp(`${PAYMENTS_BASE_URI}/payment-intents$`, 'i');
1432
1445
  const PAYMNET_INTENT_TIMELINE_PATH = new RegExp(`${PAYMENTS_BASE_URI}/payment-intents/([A-Z0-9]){15,18}/timeline$`, 'i');
1433
1446
  const SAVED_PAYMENT_METHOD_PATH = new RegExp(`${PAYMENTS_BASE_URI}/merchant-accounts/([A-Z0-9]){15,18}/saved-payment-methods$`, 'i');
@@ -1452,6 +1465,8 @@ const APP_FRAMEWORK_TEMPLATES_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/templa
1452
1465
  const APP_FRAMEWORK_TEMPLATES_POST = APP_FRAMEWORK_TEMPLATES_GET;
1453
1466
  const APP_FRAMEWORK_TEMPLATE_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/templates/([^/]+)$`, 'i');
1454
1467
  const APP_FRAMEWORK_TEMPLATE_CONFIG_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/templates/([^/]+)/configuration$`, 'i');
1468
+ const APP_FRAMEWORK_TEMPLATE_TAGS_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/templates/([^/]+)/tags$`, 'i');
1469
+ const APP_FRAMEWORK_TEMPLATE_TAGS_PUT = APP_FRAMEWORK_TEMPLATE_TAGS_GET;
1455
1470
  const MFG_INVENTORY_COUNT_SCHEDULES_PATH = new RegExp(`${CONNECT_BASE_URI}/inventory/create-inventory-count-schedules`, 'i');
1456
1471
  const GET_LIGHTNING_TYPES_COLLECTION = new RegExp(`${PLATFORM_LIGHTNING_TYPES_BASE_URI}`, 'i');
1457
1472
  const unifiedAnalytics = [
@@ -1491,6 +1506,8 @@ const unifiedAnalytics = [
1491
1506
  generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_FLOW_COLLECTION_PATH, 'AnalyticsController.getFlows'),
1492
1507
  generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_FLOW_BY_NAME, 'AnalyticsController.getFlowByName'),
1493
1508
  generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_LIBRARY_ASSETS_PATH, 'AnalyticsController.fetchAssets', 'libraryAssetsQueryInput'),
1509
+ generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_MARKETPLACE_PATH, 'AnalyticsController.initiateMarketplaceListingInstallation'),
1510
+ generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_MARKETPLACE_INSTALLATION_PROGRESS_PATH, 'AnalyticsController.getMarketplaceListingInstallationProgress'),
1494
1511
  generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_PUBLISH_MONITORING_EVENTS_PATH, 'AnalyticsController.publish', 'events'),
1495
1512
  generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_SUBSCRIPTIONS_DIGEST_GET, 'AnalyticsController.getSubscriptionDigestConfig'),
1496
1513
  generateAdapter('patch', BASE_URI, UNIFIED_ANALYTICS_SUBSCRIPTIONS_DIGEST_PATCH, 'AnalyticsController.updateSubscriptionDigestConfig', 'digestConfig'),
@@ -1817,6 +1834,10 @@ const connect = [
1817
1834
  generateAdapter('patch', EPC_BASE_URI, EPC_RUNTIME_CATALOG_PATCH_INDEX_SETTING_PATH, 'EpcSearchConnectFamilyController.patchIndexSetting', 'epcIndexSettingRequestPayload'),
1818
1835
  generateAdapter('get', EPC_BASE_URI, EPC_RUNTIME_CATALOG_GET_INDEX_ERROR_PATH, 'EpcSearchConnectFamilyController.getIndexError'),
1819
1836
  generateAdapter('post', EPC_BASE_URI, EPC_GET_RELATED_RECORDS_PATH, 'EpcConnectFamilyController.fetchRelatedRecords', 'epcProductRequestPayload'),
1837
+ generateAdapter('post', CONNECT_BASE_URI, SERVICE_AUTOMATION_PATH, 'ServiceAutomationFamilyController.getAllServiceAutomationDep', 'ServiceAutomationDepInput'),
1838
+ generateAdapter('post', CONNECT_BASE_URI, SA_CATALOG_ITEM_PATH, 'ServiceAutomationFamilyController.createCatalogItem', 'catalogItemCreateInput'),
1839
+ generateAdapter('get', CONNECT_BASE_URI, SA_CATALOG_ITEM_BY_ID_PATH, 'ServiceAutomationFamilyController.getCatalogItem'),
1840
+ generateAdapter('put', CONNECT_BASE_URI, SA_CATALOG_ITEM_BY_ID_PATH, 'ServiceAutomationFamilyController.updateCatalogItem', 'catalogItemUpdateInput'),
1820
1841
  generateAdapter('get', GROUP_BASE_URI, GET_ALL_RELATED_ENTITY_PATH, 'GroupFamilyController.getAllRelatedEntity'),
1821
1842
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
1822
1843
  generateAdapter('post', GROUP_BASE_URI, CREATE_GROUP_PATH, 'GroupFamilyController.createHousehold'),
@@ -2675,6 +2696,7 @@ const cpq = [
2675
2696
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2676
2697
  generateAdapter('post', CPQ_BASE_URI, CPQ_PRODUCT_DETAILS_PATH, 'ICpqConnectFeatureController.productDetails'),
2677
2698
  generateAdapter('post', CPQ_BASE_URI, CPQ_GUIDED_SELECTION, 'ICpqConnectFeatureController.guidedSelectionProductList', 'requestBody'),
2699
+ generateAdapter('post', CPQ_BASE_URI, CPQ_SMART_SELECTION, 'ICpqConnectFeatureController.smartProductSelection', 'requestBody'),
2678
2700
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2679
2701
  generateAdapter('post', CPQ_BASE_URI, CPQ_PRODUCT_SEARCH_PATH, 'ICpqConnectFeatureController.searchProductList'),
2680
2702
  generateAdapter('post', CPQ_BASE_URI, CPQ_PRODUCT_BULK_PATH, 'ICpqConnectFeatureController.bulkProductDetails', 'requestBody'),
@@ -2744,6 +2766,11 @@ const cdpMachineLearning = [
2744
2766
  const cdpDataTransformExperience = [
2745
2767
  generateAdapter('get', CDP_DATA_TRANSFORM_EXPERIENCE_BASE_URI, CDP_DATA_TRANSFORM_EXPERIENCE_CONFIGURATIONS, 'CdpDataTransformExperienceController.getDataTransformsExperienceConfiguration'),
2746
2768
  ];
2769
+ const cdpCommunicationCapping = [
2770
+ generateAdapter('get', CDP_COMMUNICATION_CAPPING_BASE_URI, CDP_COMMUNICATION_CAPPING_CONFIGURATION, 'CdpCommunicationCappingController.getCommunicationCappingRepresentation'),
2771
+ // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2772
+ generateAdapter('post', CDP_COMMUNICATION_CAPPING_BASE_URI, CDP_COMMUNICATION_CAPPING_STATUS_RETRY, 'CdpCommunicationCappingController.triggerDMOCICreation'),
2773
+ ];
2747
2774
  const automotive = [
2748
2775
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2749
2776
  generateAdapter('post', CONNECT_BASE_URI, AUTOMOTIVE_INV_MGMT_PATH, 'InventoryManagementActionsController.postInventoryManagementAction'),
@@ -2794,8 +2821,11 @@ const commerceStoreManagement = [
2794
2821
  generateAdapter('get', COMMERCE_STORE_MANAGEMENT_BASE_URI, COMMERCE_STORE_MANAGEMENT_GET_PRODUCT_PRICING_PATH, 'ICommerceStoreManagementController.getProductPricing'),
2795
2822
  ];
2796
2823
  const commerceStoreCustomDomainManagement = [
2797
- // eslint-disable-next-line @salesforce/lds/oas-body-name-required
2798
- generateAdapter('post', COMMERCE_STORE_MANAGEMENT_BASE_URI, COMMERCE_STORE_CUSTOM_DOMAIN_MANAGEMENT_PATH, 'ICommerceStoreCustomDomainManagementController.proceedToConnectDomain', 'CustomDomainProceedActionInput'),
2824
+ generateAdapter('post', COMMERCE_STORE_MANAGEMENT_BASE_URI, COMMERCE_STORE_CUSTOM_DOMAIN_MANAGEMENT_PROCEED_ACTION__PATH, 'ICommerceStoreCustomDomainManagementController.proceedToConnectDomain', 'CustomDomainProceedActionInput'),
2825
+ generateAdapter('get', COMMERCE_CUSTOM_DOMAIN_BASE_URI, COMMERCE_CUSTOM_DOMAIN_GET_ID_PATH, 'DomainController.getDomainId'),
2826
+ generateAdapter('get', COMMERCE_STORE_MANAGEMENT_BASE_URI, COMMERCE_STORE_CUSTOM_DOMAIN_MANAGEMENT_REGISTRAR_DETAILS_PATH, 'ICommerceStoreCustomDomainManagementController.getCustomDomainRegistrarDetails'),
2827
+ generateAdapter('get', COMMERCE_CUSTOM_DOMAIN_BASE_URI, COMMERCE_CUSTOM_DOMAIN_GET_CUSTOM_DOMAIN_CUSTOM_URL_BY_SITE_COLLECTION_PATH, 'DomainController.getCustomUrlsBySite'),
2828
+ generateAdapter('get', COMMERCE_CUSTOM_DOMAIN_BASE_URI, COMMERCE_CUSTOM_DOMAIN_GET_CUSTOM_DOMAIN_DETAILS_BY_ID_PATH, 'DomainController.getDomain'),
2799
2829
  ];
2800
2830
  const commerceCatalogManagement = [
2801
2831
  generateAdapter('post', COMMERCE_CATALOG_MANAGEMENT_BASE_URI, COMMERCE_CATALOG_MANAGEMENT_COMPOSITE_PRODUCT_CREATE_PATH, 'CommerceCatalogManagementController.compositeCommerceProductCreate', 'compositeCommerceProductInputRepresentation'),
@@ -3080,6 +3110,8 @@ const appFramework = [
3080
3110
  generateAdapter('post', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_TEMPLATES_POST, 'AppFrameworkController.createTemplate', 'templateParam'),
3081
3111
  generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_TEMPLATE_GET, 'AppFrameworkController.getTemplate'),
3082
3112
  generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_TEMPLATE_CONFIG_GET, 'AppFrameworkController.getTemplateConfig'),
3113
+ generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_TEMPLATE_TAGS_GET, 'AppFrameworkController.getTags'),
3114
+ generateAdapter('put', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_TEMPLATE_TAGS_PUT, 'AppFrameworkController.setTags', 'templateTagParam'),
3083
3115
  ];
3084
3116
  const appexchange = [
3085
3117
  generateAdapter('get', APPEXCHANGE_BASE_URI, GET_APPEXCHANGE_LISTING_PATH, 'AppExchangeInternalController.getListings'),
@@ -3107,7 +3139,7 @@ const yukon = [
3107
3139
  generateAdapter('get', SALES_YUKON_BASE_URI, SALES_YUKON_GET_SURFACE_NUDGES_MOCK_PATH, 'YukonConnectController.getYukonSurfaceNudgesMock'),
3108
3140
  ];
3109
3141
  const mfgInventoryCountSchedules = [
3110
- generateAdapter('post', CONNECT_BASE_URI, MFG_INVENTORY_COUNT_SCHEDULES_PATH, 'InventoryCountSchedulesController.createInventoryCountSchedules', 'inventoryCountSchedulesInput'),
3142
+ generateAdapter('post', CONNECT_BASE_URI, MFG_INVENTORY_COUNT_SCHEDULES_PATH, 'InventoryCountController.createInventoryCountSchedules', 'inventoryCountSchedulesInput'),
3111
3143
  ];
3112
3144
  const WRITEBACK_MAPPING_SUGGESTIONS_API = new RegExp(`${DPE_BASE_URI}/writeback-mapping-suggestions`, 'i');
3113
3145
  const dataProcessingEngine = [
@@ -3213,6 +3245,7 @@ registerApiFamilyRoutes(cdpQuery);
3213
3245
  registerApiFamilyRoutes(cdpCalculatedInsights);
3214
3246
  registerApiFamilyRoutes(cdpMachineLearning);
3215
3247
  registerApiFamilyRoutes(cdpDataTransformExperience);
3248
+ registerApiFamilyRoutes(cdpCommunicationCapping);
3216
3249
  registerApiFamilyRoutes(insurance);
3217
3250
  registerApiFamilyRoutes(cdpSalesExcellence);
3218
3251
  registerApiFamilyRoutes(automotive);
@@ -5122,4 +5155,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
5122
5155
  var main = platformNetworkAdapter(auraNetworkAdapter);
5123
5156
 
5124
5157
  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 };
5125
- // version: 1.321.0-1fd3fba1c4
5158
+ // version: 1.323.0-ddaba12fc0
@@ -56,6 +56,7 @@ export declare const CDP_BASE_URI: string;
56
56
  export declare const CDP_SALES_EXCELLENCE_BASE_URI: string;
57
57
  export declare const CDP_MACHINE_LEARNING_BASE_URI: string;
58
58
  export declare const CDP_DATA_TRANSFORM_EXPERIENCE_BASE_URI: string;
59
+ export declare const CDP_COMMUNICATION_CAPPING_BASE_URI: string;
59
60
  export declare const DOCGEN_BASE_URI: string;
60
61
  export declare const MATERIALITY_ASSESSMENT_BASE_URI: string;
61
62
  export declare const INDUSTRIES_BASE_URI: string;
@@ -63,6 +64,7 @@ export declare const MEDIA_ADSALES_BASE_URI: string;
63
64
  export declare const EINSTEIN_BASE_URI: string;
64
65
  export declare const ECI_CONVERSATION_BASE_URI: string;
65
66
  export declare const COMMERCE_STORE_MANAGEMENT_BASE_URI: string;
67
+ export declare const COMMERCE_CUSTOM_DOMAIN_BASE_URI: string;
66
68
  export declare const STAGE_MANAGEMENT_BASE_URI: string;
67
69
  export declare const SERVICE_CATALOG_CATEGORIES_BASE_URI: string;
68
70
  export declare const SERVICE_SLACK_BASE_URI: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.321.0",
3
+ "version": "1.323.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.321.0",
41
- "@salesforce/lds-aura-storage": "^1.321.0",
42
- "@salesforce/lds-environment-settings": "^1.321.0",
43
- "@salesforce/lds-instrumentation": "^1.321.0",
44
- "@salesforce/lds-network-adapter": "^1.321.0"
40
+ "@salesforce/lds-adapters-uiapi": "^1.323.0",
41
+ "@salesforce/lds-aura-storage": "^1.323.0",
42
+ "@salesforce/lds-environment-settings": "^1.323.0",
43
+ "@salesforce/lds-instrumentation": "^1.323.0",
44
+ "@salesforce/lds-network-adapter": "^1.323.0"
45
45
  },
46
46
  "volta": {
47
47
  "extends": "../../package.json"