@salesforce/lds-network-aura 1.308.0 → 1.310.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.
@@ -114,6 +114,7 @@ const MILESTONES_BASE_URI = `${CONNECT_BASE_URI}/milestones`;
114
114
  const ENGMNT_CONFIG_BASE_URI = `${BASE_URI}/engagementsignal`;
115
115
  const CONTENT_LINK_BASE_URI = `${CONNECT_BASE_URI}/content-link`;
116
116
  const LEARNING_ITEM_BASE_URI = `${CONNECT_BASE_URI}/learning-platform`;
117
+ const AI_AUTOFILL_BASE_URI = `${CONNECT_BASE_URI}`;
117
118
  const APP_FRAMEWORK_BASE_URI = `${BASE_URI}/app-framework`;
118
119
  const REVENUE_MANAGEMENT_URI = `${CONNECT_BASE_URI}/revenue-management`;
119
120
  const SALES_EINSTEIN_COACH_BASE_URI = `${BASE_URI}/sales-einstein-coach`;
@@ -547,7 +548,7 @@ const GET_PRODUCT_CATEGORY_PATH_PATH = new RegExp(`${COMMERCE_BASE_URI}/webstore
547
548
  const PRODUCT_SEARCH_PATH = new RegExp(`${COMMERCE_BASE_URI}/webstores/([A-Z0-9]){15,18}/search/product-search`, 'i');
548
549
  const GET_PRODUCT_PRICE_PATH = new RegExp(`${COMMERCE_BASE_URI}/webstores/([A-Z0-9]){15,18}/pricing/products/([A-Z0-9]){15,18}`, 'i');
549
550
  const GET_MANAGEMENT_CHANNELS_PATH = new RegExp(`${COMMERCE_BASE_URI}/management/channels(\\?.*)?$`, 'i');
550
- const GET_MANAGEMENT_SHIPPING_PROFILES_PATH = new RegExp(`${COMMERCE_BASE_URI}/webstores/([A-Z0-9]){15,18}/shippingProfiles`, 'i');
551
+ const GET_MANAGEMENT_SHIPPING_PROFILES_PATH = new RegExp(`${COMMERCE_BASE_URI}/webstores/([A-Z0-9]){15,18}/shipping-profiles`, 'i');
551
552
  const GET_MANAGEMENT_SELF_REGISTRATION_CONFIGURATION_PATH = new RegExp(`${COMMERCE_BASE_URI}/webstores/([A-Z0-9]){15,18}/self-registration/configurations`, 'i');
552
553
  const PATCH_MANAGEMENT_SELF_REGISTRATION_CONFIGURATION_PATH = new RegExp(`${COMMERCE_BASE_URI}/webstores/([A-Z0-9]){15,18}/self-registration/configurations/networks/([A-Z0-9]){15,18}`, 'i');
553
554
  const GET_COMMERCE_CONFIGURATION_ATTRIBUTE_PATH = new RegExp(`${COMMERCE_CONFIGURATION_BASE_URI}/[^/]+/[^/]+/[^/]+$`, 'i');
@@ -1212,8 +1213,9 @@ const COMMERCE_CATALOG_MANAGEMENT_COMPOSITE_PRODUCT_UPDATE_PATH = new RegExp(`${
1212
1213
  const COMMERCE_CATALOG_MANAGEMENT_COMPOSITE_VARIATION_CREATE_PATH = new RegExp(`${COMMERCE_CATALOG_MANAGEMENT_BASE_URI}/([A-Z0-9]){15,18}/composite-variations`, 'i');
1213
1214
  const COMMERCE_CATALOG_MANAGEMENT_PRODUCT_ATTRIBUTE_SEARCH_PATH = new RegExp(`${COMMERCE_CATALOG_MANAGEMENT_URI}/search/product-variation-attributes`, 'i');
1214
1215
  const COMMERCE_CHANNELS_PATH = new RegExp(`${COMMERCE_CHANNEL_MANAGEMENT_BASE_URI}/0ZE[A-Za-z0-9]{12,15}`, 'i');
1215
- const SERVICE_PLAN_PATH = new RegExp(`${SERVICE_PLAN_BASE_URI}/execute/1FH([a-zA-Z0-9]){12,15}`, 'i');
1216
- const SERVICE_PLAN_POST_PATH = new RegExp(`${SERVICE_PLAN_BASE_URI}/generateSync/500([a-zA-Z0-9]){12,15}$`, 'i');
1216
+ const SERVICE_PLAN_PATH = new RegExp(`${SERVICE_PLAN_BASE_URI}/execute/([a-zA-Z0-9]){12,15}`, 'i');
1217
+ const SERVICE_PLAN_POST_PATH = new RegExp(`${SERVICE_PLAN_BASE_URI}/generationRequests`, 'i');
1218
+ const SERVICE_PLAN_GENERATION_REQUEST_STATUS_GET_PATH = new RegExp(`${SERVICE_PLAN_BASE_URI}/generationRequests/([a-zA-Z0-9]){12,15}`, 'i');
1217
1219
  const REMINDER_PATH = new RegExp(`${REMINDER_BASE_URI}`, 'i');
1218
1220
  const PATHASSISTANT_GET_PATH = new RegExp(`${PATHASSISTANT_BASE_URI}/([A-Z0-9]){15,18}$`, 'i');
1219
1221
  const PATHASSISTANT_DAYS_IN_STAGE_PATH = new RegExp(`${PATHASSISTANT_BASE_URI}/([A-Z0-9]){15,18}/daysInStage$`, 'i');
@@ -1255,8 +1257,9 @@ const INSURANCE_COST_CALCULATION_RATE_PLAN = new RegExp(`${INSURANCE_BASE_URI}/p
1255
1257
  const PRICE_PROTECTION_CLAIM_PATH = new RegExp(`${CONNECT_BASE_URI}/price-protection-claim-execution`, 'i');
1256
1258
  const INSURANCE_PRODUCER_SPLIT_ASSG_VALIDATE = new RegExp(`${INSURANCE_BASE_URI}/split-assignment/validate`, 'i');
1257
1259
  const INSURANCE_PRODUCER_SPLIT_ASSG_SAVE = new RegExp(`${INSURANCE_BASE_URI}/split-assignment/create`, 'i');
1258
- const INDUSTRIES_CONSTRAINTS_GET_CML_PATH = new RegExp(`${INDUSTRIES_BASE_URI}/constraint/actions/([A-Za-z0-9_]){15,18}/view`, 'i');
1259
- const INDUSTRIES_CONSTRAINTS_UPDATE_CML_PATH = new RegExp(`${INDUSTRIES_BASE_URI}/constraint/actions/([A-Za-z0-9_]){15,18}/update`, 'i');
1260
+ const INDUSTRIES_CONSTRAINTS_POST_PATH = new RegExp(`${INDUSTRIES_BASE_URI}/constraints/([A-Za-z0-9_]){15,18}/versions`, 'i');
1261
+ const INDUSTRIES_CONSTRAINTS_PATH = new RegExp(`${INDUSTRIES_BASE_URI}/constraints/([A-Za-z0-9_]){15,18}/versions/([A-Za-z0-9_]){15,18}`, 'i');
1262
+ const FORM_EMBED_SCRIPT_PATH = new RegExp(`${CONNECT_BASE_URI}/uma/form/embedScript/([A-Z0-9_]){1,28}/([A-Za-z0-9_]){1,50}`, `i`);
1260
1263
  const insurance = [
1261
1264
  generateAdapter('post', INSURANCE_BASE_URI, INSURANCE_RATING, 'InsuranceFoundationFamilyController.insuranceProductRatingPost', 'ProductRatingPostInput'),
1262
1265
  generateAdapter('patch', INSURANCE_BASE_URI, INSURANCE_RATING, 'InsuranceFoundationFamilyController.insuranceProductRatingPatch', 'productRatingPatchInput'),
@@ -1328,6 +1331,7 @@ const OMNI_DESIGNER_GET_DESIGNER_CUSTOMIZATIONS_WARNING = new RegExp(`${OMNI_DES
1328
1331
  const OMNI_DESIGNER_OS_BUILD_BP_DATA_JSON_RESOURCE = new RegExp(`${OMNI_DESIGNER_BASE_URI}/os/build-business-process-data-json`, 'i');
1329
1332
  const OMNI_DESIGNER_UPLOAD_DOCUMENT = new RegExp(`${OMNI_DESIGNER_BASE_URI}/os/document`, 'i');
1330
1333
  const OMNI_DESIGNER_PATCH_EXECUTION_IP = new RegExp(`${OMNI_DESIGNER_BASE_URI}/execute-ip`, 'i');
1334
+ const UNIFIED_ANALYTICS_PUBLISH_MONITORING_EVENTS_PATH = new RegExp(`${BASE_URI}/unified-analytics/admin/monitoring/events$`, 'i');
1331
1335
  const UNIFIED_ANALYTICS_DASHBOARD_COLLECTION_PATH = new RegExp(`${BASE_URI}/unified-analytics/dashboards$`, 'i');
1332
1336
  const UNIFIED_ANALYTICS_FLOW_COLLECTION_PATH = new RegExp(`${BASE_URI}/unified-analytics/flows$`, 'i');
1333
1337
  const UNIFIED_ANALYTICS_FLOW_BY_NAME = new RegExp(`${BASE_URI}/unified-analytics/flows/([A-Za-z0-9_]+){3,50}`, 'i');
@@ -1340,10 +1344,11 @@ const UNIFIED_ANALYTICS_DELTE_WORKSPACE_ASSET = new RegExp(`${BASE_URI}/unified-
1340
1344
  const UNIFIED_ANALYTICS_VISUALIZATIONS_COLLECTION_PATH = new RegExp(`${BASE_URI}/unified-analytics/visualizations$`, 'i');
1341
1345
  const UNIFIED_ANALYTICS_VISUALIZATION = new RegExp(`${BASE_URI}/unified-analytics/visualizations/([A-Za-z0-9_]+){1,255}$`, 'i');
1342
1346
  const UNIFIED_ANALYTICS_VISUALIZATIONS_BUNDLE = new RegExp(`${BASE_URI}/unified-analytics/visualizations/([A-Za-z0-9_]+){1,255}/bundle$`, 'i');
1343
- const UNIFIED_ANALYTICS_FOLLOW = new RegExp(`${BASE_URI}/unified-analytics/follow/followers/([A-Za-z0-9_]+){3,50}/follow$`, 'i');
1347
+ const UNIFIED_ANALYTICS_FOLLOW = new RegExp(`${BASE_URI}/unified-analytics/follow/followers/([A-Za-z0-9_]+){3,50}/follows$`, 'i');
1344
1348
  const UNIFIED_ANALYTICS_UNFOLLOW = new RegExp(`${BASE_URI}/unified-analytics/follow/followers/([A-Za-z0-9_]+){3,50}/follows/([A-Za-z0-9_]+){3,50}$`, 'i');
1345
1349
  const UNIFIED_ANALYTICS_FOLLOWERS = new RegExp(`${BASE_URI}/unified-analytics/follow/assets/([A-Za-z0-9_]+){3,50}/followers$`, 'i');
1346
1350
  const UNIFIED_ANALYTICS_FOLLOWED_ASSETS = new RegExp(`${BASE_URI}/unified-analytics/follow/followers/([A-Za-z0-9_]+){3,50}/followed-assets$`, 'i');
1351
+ const UNIFIED_ANALYTICS_UNIQUE_FOLLOWER_COUNT = new RegExp(`${BASE_URI}/unified-analytics/follow/assets/([A-Za-z0-9_]+){3,50}/follower-count$`, 'i');
1347
1352
  const UNIFIED_ANALYTICS_ASSETS_QUERY = new RegExp(`${BASE_URI}/unified-analytics/assets/query$`, 'i');
1348
1353
  const UNIFIED_ANALYTICS_USERS_QUERY = new RegExp(`${BASE_URI}/unified-analytics/users/query$`, 'i');
1349
1354
  const PAYMENT_METHOD_SET_PATH = new RegExp(`${PAYMENTS_BASE_URI}/payment-method-sets$`, 'i');
@@ -1364,6 +1369,8 @@ const APP_FRAMEWORK_APPS_POST = APP_FRAMEWORK_APPS_GET;
1364
1369
  const APP_FRAMEWORK_APP_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/apps/([^/]+)$`, 'i');
1365
1370
  const APP_FRAMEWORK_APP_DELETE = APP_FRAMEWORK_APP_GET;
1366
1371
  const APP_FRAMEWORK_APP_ASSETS_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/apps/([^/]+)/assets$`, 'i');
1372
+ const APP_FRAMEWORK_APP_ACTIVITIES_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/apps/([^/]+)/activities$`, 'i');
1373
+ const APP_FRAMEWORK_APP_ACTIVITY_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/apps/([^/]+)/activities/([^/])+$`, 'i');
1367
1374
  const APP_FRAMEWORK_TEMPLATES_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/templates$`, 'i');
1368
1375
  const APP_FRAMEWORK_TEMPLATE_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/templates/([^/]+)$`, 'i');
1369
1376
  const APP_FRAMEWORK_TEMPLATE_CONFIG_GET = new RegExp(`${APP_FRAMEWORK_BASE_URI}/templates/([^/]+)/configuration$`, 'i');
@@ -1397,11 +1404,13 @@ const unifiedAnalytics = [
1397
1404
  generateAdapter('delete', BASE_URI, UNIFIED_ANALYTICS_UNFOLLOW, 'AnalyticsController.unfollow'),
1398
1405
  generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_FOLLOWERS, 'AnalyticsController.getFollowers'),
1399
1406
  generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_FOLLOWED_ASSETS, 'AnalyticsController.getFollowedAssets'),
1407
+ generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_UNIQUE_FOLLOWER_COUNT, 'AnalyticsController.getUniqueFollowerCount'),
1400
1408
  generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_ASSETS_QUERY, 'AnalyticsController.queryAssets', 'assetsQueryInput'),
1401
1409
  generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_USERS_QUERY, 'AnalyticsController.queryUsers', 'usersQueryInput'),
1402
1410
  generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_FLOW_COLLECTION_PATH, 'AnalyticsController.getFlows'),
1403
1411
  generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_FLOW_BY_NAME, 'AnalyticsController.getFlowByName'),
1404
1412
  generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_LIBRARY_ASSETS_PATH, 'AnalyticsController.fetchAssets', 'libraryAssetsQueryInput'),
1413
+ generateAdapter('post', BASE_URI, UNIFIED_ANALYTICS_PUBLISH_MONITORING_EVENTS_PATH, 'AnalyticsController.publish', 'events'),
1405
1414
  generateAdapter('get', BASE_URI, UNIFIED_ANALYTICS_SUBSCRIPTIONS_DIGEST_GET, 'AnalyticsController.getSubscriptionDigestConfig'),
1406
1415
  generateAdapter('patch', BASE_URI, UNIFIED_ANALYTICS_SUBSCRIPTIONS_DIGEST_PATCH, 'AnalyticsController.updateSubscriptionDigestConfig', 'digestConfig'),
1407
1416
  ];
@@ -1425,6 +1434,7 @@ const providerNetworkManagement = [
1425
1434
  generateAdapter('get', HEALTH_CLOUD_BASE_URI, CASE_RELATED_FILE_PROCESS_INFORMATION_PATH, 'ProviderNetworkManagementController.getCaseRelatedFileProcessInformation'),
1426
1435
  ];
1427
1436
  const connect = [
1437
+ generateAdapter('get', CONNECT_BASE_URI, FORM_EMBED_SCRIPT_PATH, 'ManagedContentFormController.getFormEmbedScript'),
1428
1438
  generateAdapter('get', CONNECT_BASE_URI, NOTIFICATION_SERVICE_CONFIG_PATH, 'NotificationServiceConnectFamilyController.getNotificationServiceConfig'),
1429
1439
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
1430
1440
  generateAdapter('post', CONNECT_BASE_URI, AI_ACCELERATOR_RECOMMENDATIONS, 'AIAcceleratorConnectFamilyController.fetchRecommendations'),
@@ -2688,8 +2698,9 @@ const commerceCatalogManagement = [
2688
2698
  generateAdapter('get', COMMERCE_CATALOG_MANAGEMENT_URI, COMMERCE_CATALOG_MANAGEMENT_PRODUCT_ATTRIBUTE_SEARCH_PATH, 'CommerceCatalogManagementController.getProductAttributesAndProductAttributeSets'),
2689
2699
  ];
2690
2700
  const servicePlan = [
2691
- generateAdapter('put', SERVICE_PLAN_BASE_URI, SERVICE_PLAN_PATH, 'ServicePlanController.executeServicePlan', 'servicePlanInputRepresentation'),
2692
- generateAdapter('post', SERVICE_PLAN_BASE_URI, SERVICE_PLAN_POST_PATH, 'ServicePlanController.generateSync', 'ServicePlanPostInput'),
2701
+ generateAdapter('put', SERVICE_PLAN_BASE_URI, SERVICE_PLAN_PATH, 'ServicePlanController.executeServicePlan', 'servicePlanExecutionInputRepresentation'),
2702
+ generateAdapter('post', SERVICE_PLAN_BASE_URI, SERVICE_PLAN_POST_PATH, 'ServicePlanController.generateServicePlan', 'servicePlanGenerationRequest'),
2703
+ generateAdapter('get', SERVICE_PLAN_BASE_URI, SERVICE_PLAN_GENERATION_REQUEST_STATUS_GET_PATH, 'ServicePlanController.getGenerationRequest'),
2693
2704
  ];
2694
2705
  const commerceChannelsManagement = [
2695
2706
  generateAdapter('get', COMMERCE_BASE_URI, GET_MANAGEMENT_CHANNELS_PATH, 'ICommerceChannelManagementController.getChannels'),
@@ -2890,6 +2901,7 @@ const SEMANTIC_AUTHORING_METRIC_BY_NAME_PATH = new RegExp(`${SEMANTIC_AUTHORING_
2890
2901
  const SEMANTIC_AUTHORING_SUB_METRICS_BY_MODEL_NAME_PATH = new RegExp(`${SEMANTIC_AUTHORING_BASE_URI}/models/([A-Za-z0-9_-]+)/sub-metrics$`, 'i');
2891
2902
  const SEMANTIC_AUTHORING_SUB_METRIC_BY_NAME_PATH = new RegExp(`${SEMANTIC_AUTHORING_BASE_URI}/models/([A-Za-z0-9_-]+)/sub-metrics/([A-Za-z0-9_-]+)$`, 'i');
2892
2903
  const SEMANTIC_AUTHORING_SUB_METRICS_BY_METRICS_NAME_PATH = new RegExp(`${SEMANTIC_AUTHORING_BASE_URI}/models/([A-Za-z0-9_-]+)/metric-api-names/(([a-zA-Z0-9_-]+,)*[a-zA-Z0-9_-]+)/sub-metrics$`, 'i');
2904
+ const SEMANTIC_AUTHORING_SUB_METRICS_BY_ID_NAME_PATH = new RegExp(`${SEMANTIC_AUTHORING_BASE_URI}/sub-metrics/(([a-zA-Z0-9_-]+,)*[a-zA-Z0-9_-]+)$`, 'i');
2893
2905
  const SEMANTIC_AUTHORING_POST_SUB_METRIC_PATH = new RegExp(`${SEMANTIC_AUTHORING_BASE_URI}/models/([A-Za-z0-9_-]+)/sub-metrics$`, 'i');
2894
2906
  const SEMANTIC_AUTHORING_DELETE_SUB_METRIC_PATH = new RegExp(`${SEMANTIC_AUTHORING_BASE_URI}/models/([A-Za-z0-9_-]+)/sub-metrics/([A-Za-z0-9_-]+)$`, 'i');
2895
2907
  const semanticAuthoring = [
@@ -2900,6 +2912,7 @@ const semanticAuthoring = [
2900
2912
  generateAdapter('get', SEMANTIC_AUTHORING_BASE_URI, SEMANTIC_AUTHORING_SUB_METRIC_BY_NAME_PATH, 'SemanticSubMetricController.getSemanticSubMetric'),
2901
2913
  generateAdapter('get', SEMANTIC_AUTHORING_BASE_URI, SEMANTIC_AUTHORING_SUB_METRICS_BY_MODEL_NAME_PATH, 'SemanticSubMetricController.getSemanticSubMetrics'),
2902
2914
  generateAdapter('get', SEMANTIC_AUTHORING_BASE_URI, SEMANTIC_AUTHORING_SUB_METRICS_BY_METRICS_NAME_PATH, 'SemanticSubMetricController.getSemanticMetricsToSubMetrics'),
2915
+ generateAdapter('get', SEMANTIC_AUTHORING_BASE_URI, SEMANTIC_AUTHORING_SUB_METRICS_BY_ID_NAME_PATH, 'SemanticSubMetricController.getSemanticSubMetricsById'),
2903
2916
  generateAdapter('post', SEMANTIC_AUTHORING_BASE_URI, SEMANTIC_AUTHORING_POST_SUB_METRIC_PATH, 'SemanticSubMetricController.createSemanticSubMetric', 'input'),
2904
2917
  generateAdapter('delete', SEMANTIC_AUTHORING_BASE_URI, SEMANTIC_AUTHORING_DELETE_SUB_METRIC_PATH, 'SemanticSubMetricController.deleteSemanticSubMetric'),
2905
2918
  ];
@@ -2910,6 +2923,10 @@ const payments = [
2910
2923
  generateAdapter('get', PAYMENTS_BASE_URI, SAVED_PAYMENT_METHOD_PATH, 'PaymentsBuyerController.getSavedPaymentMethods'),
2911
2924
  generateAdapter('get', PAYMENTS_BASE_URI, PAYMNET_INTENT_TIMELINE_PATH, 'PaymentsActivityTimelineController.getActivityTimeline'),
2912
2925
  ];
2926
+ const GENERATE_AI_AUTOFILL_FORM = new RegExp(`${AI_AUTOFILL_BASE_URI}/generateAutoFillFormContent`, `i`);
2927
+ const aiAutofill = [
2928
+ generateAdapter('post', AI_AUTOFILL_BASE_URI, GENERATE_AI_AUTOFILL_FORM, 'AutoFillFormController.generateAutoFillFormContent', 'autoFillFormResourceInput'),
2929
+ ];
2913
2930
  const milestones = [
2914
2931
  generateAdapter('get', MILESTONES_BASE_URI, MILESTONES_BUSINESS_HOURS_PATH, 'MilestonesController.getBusinessHours'),
2915
2932
  // eslint-disable-next-line @salesforce/lds/oas-body-name-required
@@ -2933,6 +2950,8 @@ const appFramework = [
2933
2950
  generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_GET, 'AppFrameworkController.getApp'),
2934
2951
  generateAdapter('delete', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_DELETE, 'AppFrameworkController.deleteApp'),
2935
2952
  generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ASSETS_GET, 'AppFrameworkController.getAppAssets'),
2953
+ generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ACTIVITIES_GET, 'AppFrameworkController.getAppActivities'),
2954
+ generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_APP_ACTIVITY_GET, 'AppFrameworkController.getAppActivity'),
2936
2955
  generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_TEMPLATES_GET, 'AppFrameworkController.getTemplates'),
2937
2956
  generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_TEMPLATE_GET, 'AppFrameworkController.getTemplate'),
2938
2957
  generateAdapter('get', APP_FRAMEWORK_BASE_URI, APP_FRAMEWORK_TEMPLATE_CONFIG_GET, 'AppFrameworkController.getTemplateConfig'),
@@ -2941,8 +2960,13 @@ const engagement = [
2941
2960
  generateAdapter('post', ENGMNT_CONFIG_BASE_URI, CREATE_ENGAGEMENT_SIGNAL, 'EngagementSignalServiceController.createEngagementSignal', 'input'),
2942
2961
  ];
2943
2962
  const constraints = [
2944
- generateAdapter('get', INDUSTRIES_BASE_URI, INDUSTRIES_CONSTRAINTS_GET_CML_PATH, 'IConstraintServiceResourceFamilyController.view'),
2945
- generateAdapter('patch', INDUSTRIES_BASE_URI, INDUSTRIES_CONSTRAINTS_UPDATE_CML_PATH, 'IConstraintServiceResourceFamilyController.update', 'input'),
2963
+ generateAdapter('get', INDUSTRIES_BASE_URI, INDUSTRIES_CONSTRAINTS_PATH, 'IConstraintServiceResourceFamilyController.getConstraintVersion'),
2964
+ generateAdapter('post', INDUSTRIES_BASE_URI, INDUSTRIES_CONSTRAINTS_POST_PATH, 'IConstraintServiceResourceFamilyController.createConstraintVersion', 'constraintInput'),
2965
+ generateAdapter('patch', INDUSTRIES_BASE_URI, INDUSTRIES_CONSTRAINTS_PATH, 'IConstraintServiceResourceFamilyController.updateConstraintVersion', 'constraintInput'),
2966
+ ];
2967
+ const SF_DRIVE_GET_CREDENTIALS_PATH = new RegExp(`${CDP_BASE_URI}/sf-drive/actions/generate-credential$`, 'i');
2968
+ const sfDrive = [
2969
+ generateAdapter('post', CDP_BASE_URI, SF_DRIVE_GET_CREDENTIALS_PATH, 'SfDriveController.generateSFDriveCredentials', 'generateSFDriveCredentialsInput'),
2946
2970
  ];
2947
2971
  registerApiFamilyRoutes(homeHealth);
2948
2972
  registerApiFamilyRoutes(providerNetworkManagement);
@@ -3069,9 +3093,11 @@ registerApiFamilyRoutes(learning);
3069
3093
  registerApiFamilyRoutes(appFramework);
3070
3094
  registerApiFamilyRoutes(salesTransactionContexts);
3071
3095
  registerApiFamilyRoutes(salesEinsteinCoach);
3096
+ registerApiFamilyRoutes(aiAutofill);
3072
3097
  registerApiFamilyRoutes(amendRenewCancelAssets);
3073
3098
  registerApiFamilyRoutes(baseSetup);
3074
3099
  registerApiFamilyRoutes(constraints);
3100
+ registerApiFamilyRoutes(sfDrive);
3075
3101
 
3076
3102
  const UI_API_BASE_URI$1 = `${BASE_URI}/ui-api`;
3077
3103
  const ACTION_CONFIG = {
@@ -4917,4 +4943,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
4917
4943
  var main = platformNetworkAdapter(auraNetworkAdapter);
4918
4944
 
4919
4945
  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 };
4920
- // version: 1.308.0-0a7e378822
4946
+ // version: 1.310.0-6f61f12f95
@@ -95,6 +95,7 @@ export declare const MILESTONES_BASE_URI: string;
95
95
  export declare const ENGMNT_CONFIG_BASE_URI: string;
96
96
  export declare const CONTENT_LINK_BASE_URI: string;
97
97
  export declare const LEARNING_ITEM_BASE_URI: string;
98
+ export declare const AI_AUTOFILL_BASE_URI: string;
98
99
  export declare const APP_FRAMEWORK_BASE_URI: string;
99
100
  export declare const REVENUE_MANAGEMENT_URI: string;
100
101
  export declare const SALES_EINSTEIN_COACH_BASE_URI: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.308.0",
3
+ "version": "1.310.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.3"
38
38
  },
39
39
  "devDependencies": {
40
- "@salesforce/lds-adapters-uiapi": "^1.308.0",
41
- "@salesforce/lds-aura-storage": "^1.308.0",
42
- "@salesforce/lds-environment-settings": "^1.308.0",
43
- "@salesforce/lds-instrumentation": "^1.308.0",
44
- "@salesforce/lds-network-adapter": "^1.308.0"
40
+ "@salesforce/lds-adapters-uiapi": "^1.310.0",
41
+ "@salesforce/lds-aura-storage": "^1.310.0",
42
+ "@salesforce/lds-environment-settings": "^1.310.0",
43
+ "@salesforce/lds-instrumentation": "^1.310.0",
44
+ "@salesforce/lds-network-adapter": "^1.310.0"
45
45
  },
46
46
  "volta": {
47
47
  "extends": "../../package.json"