@salesforce/lds-ads-bridge 1.400.0 → 1.402.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.
@@ -481,7 +481,7 @@ const callbacks$1 = [];
481
481
  function register(r) {
482
482
  callbacks$1.forEach((callback) => callback(r));
483
483
  }
484
- // version: 1.400.0-8bade3324c
484
+ // version: 1.402.0-bf9ae185ef
485
485
 
486
486
  /**
487
487
  * Returns true if the value acts like a Promise, i.e. has a "then" function,
@@ -5029,7 +5029,7 @@ function toSortedStringArray(value) {
5029
5029
  return undefined;
5030
5030
  }
5031
5031
 
5032
- const VERSION$2Y = "d1e589a127fb1060c89070cdb6f500b2";
5032
+ const VERSION$34 = "d1e589a127fb1060c89070cdb6f500b2";
5033
5033
  function validate$21(obj, path = 'RecordTypeInfoRepresentation') {
5034
5034
  const v_error = (() => {
5035
5035
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -5063,10 +5063,10 @@ function validate$21(obj, path = 'RecordTypeInfoRepresentation') {
5063
5063
  })();
5064
5064
  return v_error === undefined ? null : v_error;
5065
5065
  }
5066
- const select$3D = function RecordTypeInfoRepresentationSelect() {
5066
+ const select$3L = function RecordTypeInfoRepresentationSelect() {
5067
5067
  return {
5068
5068
  kind: 'Fragment',
5069
- version: VERSION$2Y,
5069
+ version: VERSION$34,
5070
5070
  private: [],
5071
5071
  selections: [
5072
5072
  {
@@ -5121,7 +5121,7 @@ function equals$1c(existing, incoming) {
5121
5121
  return true;
5122
5122
  }
5123
5123
 
5124
- const VERSION$2X = "2738fe8faf98ecd076d7c4df86fd5bf0";
5124
+ const VERSION$33 = "2738fe8faf98ecd076d7c4df86fd5bf0";
5125
5125
  function validate$20(obj, path = 'FieldValueRepresentation') {
5126
5126
  const v_error = (() => {
5127
5127
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -5230,10 +5230,10 @@ function validate$20(obj, path = 'FieldValueRepresentation') {
5230
5230
  return v_error === undefined ? null : v_error;
5231
5231
  }
5232
5232
  const RepresentationType$10 = 'FieldValueRepresentation';
5233
- const select$3C = function FieldValueRepresentationSelect() {
5233
+ const select$3K = function FieldValueRepresentationSelect() {
5234
5234
  return {
5235
5235
  kind: 'Fragment',
5236
- version: VERSION$2X,
5236
+ version: VERSION$33,
5237
5237
  private: [],
5238
5238
  selections: [
5239
5239
  {
@@ -5287,7 +5287,7 @@ function equals$1b(existing, incoming) {
5287
5287
  }
5288
5288
  return true;
5289
5289
  }
5290
- function getTypeCacheKeys$2x(rootKeySet, luvio, input, fullPathFactory) {
5290
+ function getTypeCacheKeys$2F(rootKeySet, luvio, input, fullPathFactory) {
5291
5291
  // root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
5292
5292
  const rootKey = fullPathFactory();
5293
5293
  rootKeySet.set(rootKey, {
@@ -5296,12 +5296,12 @@ function getTypeCacheKeys$2x(rootKeySet, luvio, input, fullPathFactory) {
5296
5296
  mergeable: false
5297
5297
  });
5298
5298
  if (!Array.isArray(input.value) && input.value !== null && typeof input.value === 'object') {
5299
- getTypeCacheKeys$2w(rootKeySet, luvio, input.value);
5299
+ getTypeCacheKeys$2E(rootKeySet, luvio, input.value);
5300
5300
  }
5301
5301
  }
5302
5302
 
5303
5303
  // we override the generated so we can set "mergeable: true" on the root key
5304
- const getTypeCacheKeys$2w = (rootKeySet, luvio, input, _fullPathFactory) => {
5304
+ const getTypeCacheKeys$2E = (rootKeySet, luvio, input, _fullPathFactory) => {
5305
5305
  // root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
5306
5306
  const rootKey = keyBuilderFromType$D(luvio, input);
5307
5307
  rootKeySet.set(rootKey, {
@@ -5314,20 +5314,20 @@ const getTypeCacheKeys$2w = (rootKeySet, luvio, input, _fullPathFactory) => {
5314
5314
  const input_childRelationships_length = input_childRelationships_keys.length;
5315
5315
  for (let i = 0; i < input_childRelationships_length; i++) {
5316
5316
  const key = input_childRelationships_keys[i];
5317
- getTypeCacheKeys$2v(rootKeySet, luvio, input_childRelationships[key], () => rootKey + '__childRelationships' + '__' + key);
5317
+ getTypeCacheKeys$2D(rootKeySet, luvio, input_childRelationships[key], () => rootKey + '__childRelationships' + '__' + key);
5318
5318
  }
5319
5319
  const input_fields = input.fields;
5320
5320
  const input_fields_keys = keys$1(input_fields);
5321
5321
  const input_fields_length = input_fields_keys.length;
5322
5322
  for (let i = 0; i < input_fields_length; i++) {
5323
5323
  const key = input_fields_keys[i];
5324
- getTypeCacheKeys$2x(rootKeySet, luvio, input_fields[key], () => rootKey + '__fields__' + key);
5324
+ getTypeCacheKeys$2F(rootKeySet, luvio, input_fields[key], () => rootKey + '__fields__' + key);
5325
5325
  }
5326
5326
  return rootKeySet;
5327
5327
  };
5328
5328
 
5329
5329
  const TTL$G = 120000;
5330
- const VERSION$2W = "79cb5ac9f44542f683d00245fdfe500d";
5330
+ const VERSION$32 = "79cb5ac9f44542f683d00245fdfe500d";
5331
5331
  function validate$1$(obj, path = 'RecordCollectionRepresentation') {
5332
5332
  const v_error = (() => {
5333
5333
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -5495,7 +5495,7 @@ function normalize$T(input, existing, path, luvio, store, timestamp) {
5495
5495
  for (let i = 0; i < input_records.length; i++) {
5496
5496
  const input_records_item = input_records[i];
5497
5497
  let input_records_item_id = input_records_id + '__' + i;
5498
- input_records[i] = ingest$2r(input_records_item, {
5498
+ input_records[i] = ingest$2z(input_records_item, {
5499
5499
  fullPath: input_records_item_id,
5500
5500
  propertyName: i,
5501
5501
  parent: {
@@ -5508,10 +5508,10 @@ function normalize$T(input, existing, path, luvio, store, timestamp) {
5508
5508
  }
5509
5509
  return input;
5510
5510
  }
5511
- const select$3B = function RecordCollectionRepresentationSelect() {
5511
+ const select$3J = function RecordCollectionRepresentationSelect() {
5512
5512
  return {
5513
5513
  kind: 'Fragment',
5514
- version: VERSION$2W,
5514
+ version: VERSION$32,
5515
5515
  private: [],
5516
5516
  selections: [
5517
5517
  {
@@ -5546,7 +5546,7 @@ const select$3B = function RecordCollectionRepresentationSelect() {
5546
5546
  name: 'records',
5547
5547
  kind: 'Link',
5548
5548
  plural: true,
5549
- fragment: select$3A()
5549
+ fragment: select$3I()
5550
5550
  }
5551
5551
  ]
5552
5552
  };
@@ -5599,7 +5599,7 @@ function equals$1a(existing, incoming) {
5599
5599
  }
5600
5600
  return true;
5601
5601
  }
5602
- const ingest$2s = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
5602
+ const ingest$2A = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
5603
5603
  if (process.env.NODE_ENV !== 'production') {
5604
5604
  const validateError = validate$1$(input);
5605
5605
  if (validateError !== null) {
@@ -5608,10 +5608,10 @@ const ingest$2s = function RecordCollectionRepresentationIngest(input, path, luv
5608
5608
  }
5609
5609
  const key = path.fullPath;
5610
5610
  const ttlToUse = TTL$G;
5611
- ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$T, "UiApi", VERSION$2W, RepresentationType$$, equals$1a);
5611
+ ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$T, "UiApi", VERSION$32, RepresentationType$$, equals$1a);
5612
5612
  return createLink$1(key);
5613
5613
  };
5614
- function getTypeCacheKeys$2v(rootKeySet, luvio, input, fullPathFactory) {
5614
+ function getTypeCacheKeys$2D(rootKeySet, luvio, input, fullPathFactory) {
5615
5615
  // root cache key (uses fullPathFactory if keyBuilderFromType isn't defined)
5616
5616
  const rootKey = fullPathFactory();
5617
5617
  rootKeySet.set(rootKey, {
@@ -5621,7 +5621,7 @@ function getTypeCacheKeys$2v(rootKeySet, luvio, input, fullPathFactory) {
5621
5621
  });
5622
5622
  const input_records_length = input.records.length;
5623
5623
  for (let i = 0; i < input_records_length; i++) {
5624
- getTypeCacheKeys$2w(rootKeySet, luvio, input.records[i]);
5624
+ getTypeCacheKeys$2E(rootKeySet, luvio, input.records[i]);
5625
5625
  }
5626
5626
  }
5627
5627
 
@@ -5636,7 +5636,7 @@ const keyBuilderFromType$E = function RecordRepresentationKeyBuilderFromType(luv
5636
5636
  };
5637
5637
 
5638
5638
  const TTL$F = 30000;
5639
- const VERSION$2V = "98c5b18512e48ca8d28727549507e4ba";
5639
+ const VERSION$31 = "98c5b18512e48ca8d28727549507e4ba";
5640
5640
  function validate$1_(obj, path = 'RecordRepresentation') {
5641
5641
  const v_error = (() => {
5642
5642
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -5827,14 +5827,14 @@ function validate$1_(obj, path = 'RecordRepresentation') {
5827
5827
  return v_error === undefined ? null : v_error;
5828
5828
  }
5829
5829
  const RepresentationType$_ = 'RecordRepresentation';
5830
- function keyBuilder$3O(luvio, config) {
5830
+ function keyBuilder$3U(luvio, config) {
5831
5831
  return keyPrefix + '::' + RepresentationType$_ + ':' + config.recordId;
5832
5832
  }
5833
5833
  function keyBuilderFromType$D(luvio, object) {
5834
5834
  const keyParams = {
5835
5835
  recordId: object.id
5836
5836
  };
5837
- return keyBuilder$3O(luvio, keyParams);
5837
+ return keyBuilder$3U(luvio, keyParams);
5838
5838
  }
5839
5839
  function dynamicNormalize$5(ingestParams) {
5840
5840
  return function normalize_dynamic(input, existing, path, luvio, store, timestamp) {
@@ -5879,11 +5879,11 @@ function dynamicNormalize$5(ingestParams) {
5879
5879
  return input;
5880
5880
  };
5881
5881
  }
5882
- const select$3A = function RecordRepresentationSelect() {
5883
- const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$3D();
5882
+ const select$3I = function RecordRepresentationSelect() {
5883
+ const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$3L();
5884
5884
  return {
5885
5885
  kind: 'Fragment',
5886
- version: VERSION$2V,
5886
+ version: VERSION$31,
5887
5887
  private: [
5888
5888
  'eTag',
5889
5889
  'weakEtag'
@@ -5897,13 +5897,13 @@ const select$3A = function RecordRepresentationSelect() {
5897
5897
  name: 'childRelationships',
5898
5898
  kind: 'Link',
5899
5899
  map: true,
5900
- fragment: select$3B()
5900
+ fragment: select$3J()
5901
5901
  },
5902
5902
  {
5903
5903
  name: 'fields',
5904
5904
  kind: 'Link',
5905
5905
  map: true,
5906
- fragment: select$3C()
5906
+ fragment: select$3K()
5907
5907
  },
5908
5908
  {
5909
5909
  name: 'id',
@@ -5939,18 +5939,18 @@ const dynamicSelect$8 = function dynamicRecordRepresentationSelect(params) {
5939
5939
  name: 'childRelationships',
5940
5940
  kind: 'Link',
5941
5941
  map: true,
5942
- fragment: select$3B()
5942
+ fragment: select$3J()
5943
5943
  } : params.childRelationships;
5944
5944
  const fieldsPathSelection = params.fields === undefined ? {
5945
5945
  name: 'fields',
5946
5946
  kind: 'Link',
5947
5947
  map: true,
5948
- fragment: select$3C()
5948
+ fragment: select$3K()
5949
5949
  } : params.fields;
5950
- const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$3D();
5950
+ const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$3L();
5951
5951
  return {
5952
5952
  kind: 'Fragment',
5953
- version: VERSION$2V,
5953
+ version: VERSION$31,
5954
5954
  private: [
5955
5955
  'eTag',
5956
5956
  'weakEtag'
@@ -6068,12 +6068,16 @@ function equals$19(existing, incoming) {
6068
6068
  *
6069
6069
  * Generated
6070
6070
  * from: ui-services-private-object-allow-list.yaml
6071
- * API version: 63
6072
- * at: Wed, 21 Aug 2024 19:39:55 GMT
6071
+ * API version: 66
6072
+ * at: Tue, 18 Nov 2025 19:41:55 GMT
6073
6073
  */
6074
6074
  const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6075
+ 'AIFeatureExtractor',
6075
6076
  'AIPredictionScore',
6076
6077
  'AISentimentResult',
6078
+ 'AIUsecaseDefinition',
6079
+ 'AIUsecaseFieldMapping',
6080
+ 'AIUsecaseModel',
6077
6081
  'AcademicSession',
6078
6082
  'AcademicTerm',
6079
6083
  'AcademicTermEnrollment',
@@ -6234,9 +6238,12 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6234
6238
  'AsyncOperationLog',
6235
6239
  'AttachedContentNote',
6236
6240
  'AttributeCategory',
6241
+ 'AttributeCategoryDataTranslation',
6237
6242
  'AttributeDefinition',
6243
+ 'AttributeDefinitionDataTranslation',
6238
6244
  'AttributePicklist',
6239
6245
  'AttributePicklistValue',
6246
+ 'AttributePicklistValueDataTranslation',
6240
6247
  'AuthApplicationAsset',
6241
6248
  'AuthApplicationPlace',
6242
6249
  'AuthFormRequestRecord',
@@ -6528,6 +6535,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6528
6535
  'DataActionTarget',
6529
6536
  'DataConnectorS3',
6530
6537
  'DataLakeObjectInstance',
6538
+ 'DataSpace',
6531
6539
  'DataStream',
6532
6540
  'DataUseLegalBasis',
6533
6541
  'DataUsePurpose',
@@ -6563,6 +6571,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6563
6571
  'DuplicateRecordSet',
6564
6572
  'ECart',
6565
6573
  'EconomicPerformanceSum',
6574
+ 'Edgemart',
6566
6575
  'EditionDefinition',
6567
6576
  'EducationalInfoRequest',
6568
6577
  'ElectricityEmssnFctrSet',
@@ -6570,6 +6579,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6570
6579
  'EmailContent',
6571
6580
  'EmailMessage',
6572
6581
  'EmailMessageRelation',
6582
+ 'EmailTemplate',
6573
6583
  'EmissionsActivity',
6574
6584
  'EmissionsForecastFact',
6575
6585
  'EmpBenefitSummary',
@@ -6611,7 +6621,6 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6611
6621
  'EntityMilestone',
6612
6622
  'EnvironmentHubMember',
6613
6623
  'EnvironmentalRisk',
6614
- 'Event',
6615
6624
  'Examination',
6616
6625
  'Expense',
6617
6626
  'ExpenseReport',
@@ -6619,12 +6628,14 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6619
6628
  'ExplainabilityMsgTemplate',
6620
6629
  'ExpressionSet',
6621
6630
  'ExpressionSetVersion',
6631
+ 'ExpressionSetView',
6622
6632
  'ExtDataShare',
6623
6633
  'ExtDataShareTarget',
6624
6634
  'ExternalAccountHierarchy',
6625
6635
  'FTestVirtualBpoLookup',
6626
6636
  'FeeScheduleDefinition',
6627
6637
  'FeedItem',
6638
+ 'FieldPermissions',
6628
6639
  'FieldServiceMobileExtension',
6629
6640
  'FieldServiceMobileSettings',
6630
6641
  'FieldServiceOrgSettings',
@@ -6643,10 +6654,14 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6643
6654
  'FinclDealInteractionSummary',
6644
6655
  'FlowInterview',
6645
6656
  'FlowOrchestrationInstance',
6657
+ 'FlowOrchestrationLog',
6646
6658
  'FlowOrchestrationStageInstance',
6647
6659
  'FlowOrchestrationStepInstance',
6648
6660
  'FlowOrchestrationWorkItem',
6661
+ 'ForecastingFact',
6649
6662
  'ForecastingOwnerAdjustment',
6663
+ 'ForecastingQuota',
6664
+ 'ForecastingType',
6650
6665
  'FrgtHaulingEmssnFctr',
6651
6666
  'FrgtHaulingEnrgyUse',
6652
6667
  'FtestBigObjectLookup',
@@ -6758,6 +6773,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6758
6773
  'InvoiceLine',
6759
6774
  'JobFamily',
6760
6775
  'JobProfile',
6776
+ 'JournalReason',
6761
6777
  'JournalSubType',
6762
6778
  'JournalType',
6763
6779
  'KnowledgeArticleVersion',
@@ -6832,6 +6848,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6832
6848
  'LoyaltyProgramMemberCase',
6833
6849
  'LoyaltyProgramMemberMerge',
6834
6850
  'LoyaltyProgramPartner',
6851
+ 'LoyaltyProgramPartnerLedger',
6835
6852
  'LoyaltyProgramProcess',
6836
6853
  'LoyaltyProgramWidget',
6837
6854
  'LoyaltyTier',
@@ -6846,7 +6863,9 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6846
6863
  'ManufacturingProgram',
6847
6864
  'MarketSegment',
6848
6865
  'MarketSegmentActivation',
6866
+ 'MarketSegmentDefinition',
6849
6867
  'MarketingAction',
6868
+ 'MarketingAppExtAction',
6850
6869
  'MarketingForm',
6851
6870
  'MarketingLink',
6852
6871
  'MarketingLinkContent',
@@ -6889,8 +6908,10 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6889
6908
  'MsgChannelLanguageKeyword',
6890
6909
  'MultipartyInfoAuthRequest',
6891
6910
  'NamespaceRegistry',
6911
+ 'Network',
6892
6912
  'NetworkReferencedObject',
6893
6913
  'Note',
6914
+ 'ObjectPermissions',
6894
6915
  'ObjectRelatedUrl',
6895
6916
  'ObjectStateActionDefinition',
6896
6917
  'ObjectStateDefinition',
@@ -6904,6 +6925,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6904
6925
  'OmniDataTransform',
6905
6926
  'OmniDataTransformItem',
6906
6927
  'OmniESignatureTemplate',
6928
+ 'OmniInteractionConfig',
6907
6929
  'OmniProcess',
6908
6930
  'OmniProcessAsmtQuestionVer',
6909
6931
  'OmniProcessCompilation',
@@ -6979,6 +7001,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6979
7001
  'PatientMedicationDosage',
6980
7002
  'Payment',
6981
7003
  'PaymentAuthAdjustment',
7004
+ 'PaymentAuthorization',
6982
7005
  'PaymentBatchRun',
6983
7006
  'PaymentBatchRunCriteria',
6984
7007
  'PaymentGateway',
@@ -6999,6 +7022,9 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
6999
7022
  'PcmtEmssnFctrSetItem',
7000
7023
  'PercentileBsdCareFeeAgreement',
7001
7024
  'Period',
7025
+ 'PermissionSet',
7026
+ 'PermissionSetGroup',
7027
+ 'PermissionSetLicense',
7002
7028
  'PersonAccount',
7003
7029
  'PersonDisability',
7004
7030
  'PersonEducation',
@@ -7059,13 +7085,17 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
7059
7085
  'ProductAttributeSetProduct',
7060
7086
  'ProductAvailabilityProjection',
7061
7087
  'ProductCatalog',
7088
+ 'ProductCatalogDataTranslation',
7062
7089
  'ProductCategory',
7063
7090
  'ProductCategoryAttribute',
7064
7091
  'ProductCategoryDataTranslation',
7065
7092
  'ProductCategoryMedia',
7066
7093
  'ProductCategoryProduct',
7067
7094
  'ProductCategoryServiceProcess',
7095
+ 'ProductClassificationAttrDataTranslation',
7096
+ 'ProductClassificationDataTranslation',
7068
7097
  'ProductComponentGroup',
7098
+ 'ProductComponentGroupDataTranslation',
7069
7099
  'ProductConsumed',
7070
7100
  'ProductConsumedState',
7071
7101
  'ProductConsumptionSchedule',
@@ -7245,6 +7275,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
7245
7275
  'ServiceAppointment',
7246
7276
  'ServiceAppointmentCapacityUsage',
7247
7277
  'ServiceAppointmentGroup',
7278
+ 'ServiceAppointmentStatus',
7248
7279
  'ServiceContract',
7249
7280
  'ServiceCrew',
7250
7281
  'ServiceCrewMember',
@@ -7288,6 +7319,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
7288
7319
  'SocialContributionSum',
7289
7320
  'SocialPersona',
7290
7321
  'SocialPost',
7322
+ 'StandardApexClass',
7291
7323
  'StandardCareFeeAgreement',
7292
7324
  'StandardPermissionSet',
7293
7325
  'StaticResource',
@@ -7330,7 +7362,6 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
7330
7362
  'SwarmMember',
7331
7363
  'TagCategory',
7332
7364
  'TagCategoryAssignment',
7333
- 'Task',
7334
7365
  'TaxDisclosureSummary',
7335
7366
  'TaxEngine',
7336
7367
  'TaxEngineInteractionLog',
@@ -7369,6 +7400,8 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
7369
7400
  'UsageImpactGroupPgmMeasure',
7370
7401
  'UsageImpactGroupVersion',
7371
7402
  'User',
7403
+ 'UserAccessPolicy',
7404
+ 'UserAppMenuItem',
7372
7405
  'UserDefinedLabel',
7373
7406
  'UserDefinedLabelAssignment',
7374
7407
  'UserEsignVendorIdentifier',
@@ -7441,25 +7474,122 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
7441
7474
  *
7442
7475
  * Generated
7443
7476
  * from: ui-services-private-object-deny-list.yaml
7444
- * API version: 63
7445
- * at: Wed, 21 Aug 2024 19:39:55 GMT
7477
+ * API version: 66
7478
+ * at: Tue, 18 Nov 2025 19:41:55 GMT
7446
7479
  */
7447
7480
  const UIAPI_DENIED_ENTITY_API_NAMES = new Set([
7481
+ 'AIConsentMgmtStatusEvent',
7482
+ 'AIKnowledgeCreationEvent',
7448
7483
  'AIProductOptimizedField',
7449
7484
  'AITenantProvisionedFeature',
7450
7485
  'ASEOrgSyncHealthStats',
7451
7486
  'ASEOrgSyncHealthTxns',
7452
7487
  'AbnExperimentCohortAttrVal',
7488
+ 'AbnExperimentCohortDmo',
7489
+ 'AbnExperimentDmo',
7490
+ 'AbnExperimentLogDmo',
7491
+ 'AbnExperimentationDailySummaryDmo',
7492
+ 'AbnExperimentationSummaryDmo',
7493
+ 'AcadRgstrApplnEvent',
7494
+ 'AcadRgstrEligCritRunEvent',
7495
+ 'AcademicCredentialDmo',
7496
+ 'AcademicSessionAttendanceDmo',
7497
+ 'AcademicSessionDmo',
7498
+ 'AcademicTermDmo',
7499
+ 'AcademicTermEnrollmentDmo',
7500
+ 'AcademicTermGpaCalcEvent',
7501
+ 'AcademicTermRegstrnTimelineDmo',
7502
+ 'AcademicYearDmo',
7503
+ 'AccountContactDmo',
7504
+ 'AccountDmo',
7505
+ 'AccountLocationDmo',
7506
+ 'AccountProspectSignal',
7507
+ 'AccountRelationshipDmo',
7508
+ 'AccountRoleDmo',
7509
+ 'AccountingPeriodDmo',
7510
+ 'ActionPlanDmo',
7511
+ 'ActionPlanItemDmo',
7512
+ 'ActionPlanTemplateAssignmentDmo',
7513
+ 'ActionPlanTemplateDmo',
7514
+ 'ActionPlanTemplateItemDmo',
7515
+ 'ActionPlanTemplateVersionDmo',
7516
+ 'ActionableListDmo',
7517
+ 'ActionableListMemberDmo',
7453
7518
  'ActionableOrchResponseEvent',
7454
7519
  'ActionableOrchSourceEvent',
7520
+ 'ActivationFlowVersionMap',
7521
+ 'ActivityDmo',
7522
+ 'ActivityParticipantDmo',
7523
+ 'ActivityTimingDmo',
7524
+ 'ActivityTopicDmo',
7455
7525
  'ActnblListKeyPrfmIndAsgnt',
7526
+ 'Actor',
7527
+ 'ActorLock',
7528
+ 'ActorMessage',
7529
+ 'ActorReactiveAskRespEvent',
7530
+ 'ActorSubscription',
7531
+ 'AdConversionTagDmo',
7532
+ 'AdDmo',
7533
+ 'AdExchangeDmo',
7534
+ 'AdKeywordDmo',
7535
+ 'AdSalesMgmtEventView',
7536
+ 'AdSiteDmo',
7537
+ 'AdStrategyDmo',
7538
+ 'AddressDmo',
7539
+ 'AdverseEventActionDmo',
7540
+ 'AdverseEventCauseDmo',
7541
+ 'AdverseEventContributingFactorDmo',
7542
+ 'AdverseEventDmo',
7543
+ 'AdverseEventIdentifierDmo',
7544
+ 'AdverseEventOutcomeDmo',
7545
+ 'AdverseEventPartyDmo',
7546
+ 'AdverseEventResultingEffectDmo',
7547
+ 'AdverseEventSupportInfoDmo',
7548
+ 'AffiliationDmo',
7549
+ 'AgentServicePresenceDmo',
7550
+ 'AgentWorkDmo',
7551
+ 'AgentWorkSkillDmo',
7552
+ 'AgentforceSdrConfig',
7553
+ 'AiAgentActionDmo',
7554
+ 'AiAgentInteractionDmo',
7555
+ 'AiAgentInteractionMessageDmo',
7556
+ 'AiAgentInteractionStepDmo',
7557
+ 'AiAgentMomentDmo',
7558
+ 'AiAgentMomentInteractionDmo',
7559
+ 'AiAgentSessionDmo',
7560
+ 'AiAgentSessionParticipantDmo',
7561
+ 'AiAgentTagAssociationDmo',
7562
+ 'AiAgentTagDefinitionAssociationDmo',
7563
+ 'AiAgentTagDefinitionDmo',
7564
+ 'AiAgentTagDmo',
7565
+ 'AiAgentTopicDmo',
7566
+ 'AiEvalCopilotTestCaseRslt',
7567
+ 'AiEvalPrmptRagTestCsRslt',
7568
+ 'AiEvalPromptTestCaseRslt',
7569
+ 'AiEvalTestCaseCritRslt',
7570
+ 'AiEvalTestCaseResult',
7571
+ 'AiEvaluation',
7572
+ 'AiGatewayReqModelDiagDmo',
7573
+ 'AiGatewayReqObjRecCtnDmo',
7574
+ 'AiGatewayReqObjRecDmo',
7575
+ 'AiJobRun',
7576
+ 'AiJobRunItem',
7456
7577
  'AiMetadataSyncStatus',
7578
+ 'AiPromptTemplateGenEvent',
7579
+ 'AirTravelEmissionsFactorDmo',
7580
+ 'AirTravelEnergyUseDmo',
7581
+ 'AllergyIntoleranceDmo',
7582
+ 'AlternatePaymentDmo',
7457
7583
  'AnalyticsChangeEventLog',
7458
7584
  'AnalyticsDownloadEventLog',
7459
7585
  'AnalyticsGenerativeMetadata',
7586
+ 'AnalyticsGenerativeMetadataDmo',
7460
7587
  'AnalyticsInteractEventLog',
7461
7588
  'AnalyticsPerfEventLog',
7462
7589
  'AnalyticsTaskStatusEvent',
7590
+ 'AnnualEmissionsInventoryDmo',
7591
+ 'AnnualEmssnInventoryDmo',
7592
+ 'AntiCorruptionInitiativeSummaryDmo',
7463
7593
  'ApexCalloutEventLog',
7464
7594
  'ApexExecutionEventLog',
7465
7595
  'ApexExtlCalloutEventLog',
@@ -7468,62 +7598,486 @@ const UIAPI_DENIED_ENTITY_API_NAMES = new Set([
7468
7598
  'ApexTriggerEventLog',
7469
7599
  'ApexUnexpectedExcpEventLog',
7470
7600
  'ApiTotalUsageEventLog',
7601
+ 'AppExchangeAnomalyEvent',
7602
+ 'ApplicantDmo',
7603
+ 'ApplicationDecisionDmo',
7604
+ 'ApplicationDmo',
7605
+ 'ApplicationItemDmo',
7606
+ 'ApplicationParticipantDmo',
7607
+ 'ApplicationRecommendationDmo',
7608
+ 'ApplicationRecommenderDmo',
7609
+ 'ApplicationRelatedCodeDmo',
7610
+ 'ApplicationReviewDmo',
7611
+ 'ApplicationReviewParticipantDmo',
7612
+ 'ApplicationTaskDmo',
7613
+ 'ApplicationTimelineDmo',
7614
+ 'ApplnFormAppealStsChgEvnt',
7471
7615
  'ApplnFormUsageTracking',
7616
+ 'AppvlWorkItemNtfcnEvent',
7617
+ 'ArticleGenAIFeedback',
7618
+ 'AssessmentActionItemDmo',
7619
+ 'AssessmentDefinitionDmo',
7620
+ 'AssessmentDmo',
7621
+ 'AssessmentEnvelopeDmo',
7622
+ 'AssessmentEnvelopeItemDmo',
7623
+ 'AssessmentIndicatorDefinedValueDmo',
7624
+ 'AssessmentIndicatorDefinitionDmo',
7625
+ 'AssessmentIndicatorValueDmo',
7626
+ 'AssessmentQuestionAssignmentDmo',
7627
+ 'AssessmentQuestionDmo',
7628
+ 'AssessmentQuestionResponseDmo',
7629
+ 'AssessmentQuestionSetDmo',
7630
+ 'AssessmentQuestionVersionDmo',
7631
+ 'AssessmentSignatureDmo',
7632
+ 'AssessmentTaskContentDocumentDmo',
7633
+ 'AssessmentTaskDefinitionDmo',
7634
+ 'AssessmentTaskDmo',
7635
+ 'AssessmentTaskIndicatorDefinitionDmo',
7636
+ 'AssessmentTaskOrderDmo',
7637
+ 'AssetActionSourceDmo',
7638
+ 'AssetDmo',
7639
+ 'AssetMilestoneDmo',
7640
+ 'AssetOperationDmo',
7641
+ 'AssetOperationOperatorBehaviorDmo',
7642
+ 'AssetParticipantDmo',
7643
+ 'AssetPerformanceSummaryDmo',
7644
+ 'AssetSalesActionDmo',
7645
+ 'AssetServiceActionDmo',
7646
+ 'AssetServiceLevelObjectiveConsequenceDmo',
7647
+ 'AssetServiceLevelObjectiveDmo',
7648
+ 'AssetStatePeriodDmo',
7649
+ 'AssetTelematicsEventDmo',
7650
+ 'AssetTelematicsEventFaultCdMappingDmo',
7472
7651
  'AssetThresholdUpdateEvent',
7652
+ 'AssetWarrantyTermDmo',
7653
+ 'AssortmentAssignmentDmo',
7654
+ 'AssortmentDmo',
7655
+ 'AssortmentProductDmo',
7473
7656
  'AsyncReportRunEventLog',
7657
+ 'AttachmentEventLog',
7658
+ 'AttribModelJobStatusEvent',
7659
+ 'AttribModelOutput',
7660
+ 'AttribModelOutputKeyField',
7661
+ 'AttribModelRelatedType',
7662
+ 'AttribModelRelatedTypeParm',
7474
7663
  'AuraRequestEventLog',
7664
+ 'AuthDomainStatusEvent',
7665
+ 'AuthLocationPermitScheduleDmo',
7666
+ 'AuthorizationApplicationAssetDmo',
7667
+ 'AuthorizationApplicationDmo',
7668
+ 'AuthorizationApplicationPlaceDmo',
7669
+ 'AuthorizationFormConsentDmo',
7670
+ 'AuthorizationFormDataUseDmo',
7671
+ 'AuthorizationFormDmo',
7672
+ 'AuthorizationFormTextDmo',
7673
+ 'AutomationStepProgress',
7674
+ 'BankTransferTenderDmo',
7675
+ 'BankerDmo',
7676
+ 'BatchJobCalcExecEvent',
7677
+ 'BatchJobProcessExecEvent',
7678
+ 'BenefitActionDmo',
7679
+ 'BenefitApplicationDmo',
7680
+ 'BenefitAssignmentAdjustmentDmo',
7681
+ 'BenefitAssignmentDmo',
7682
+ 'BenefitDisbursementAdjustmentDmo',
7683
+ 'BenefitDisbursementDmo',
7684
+ 'BenefitDmo',
7685
+ 'BenefitItemCodeDmo',
7686
+ 'BenefitPrvdSearchableFldDmo',
7687
+ 'BenefitScheduleAssignmentDmo',
7688
+ 'BenefitScheduleDmo',
7689
+ 'BenefitSessionDmo',
7690
+ 'BenefitSpecialtyDmo',
7691
+ 'BenefitTypeDmo',
7692
+ 'BillingPolicyDmo',
7693
+ 'BillingScheduleDmo',
7694
+ 'BillingScheduleGroupDmo',
7695
+ 'BillingScheduleGroupRelationshipDmo',
7696
+ 'BillingTreatmentDmo',
7697
+ 'BillingTreatmentItemDmo',
7698
+ 'BillingTrxnJournalEvent',
7699
+ 'BlockedRedirectEventLog',
7700
+ 'BnftAsgntBnftItemCodeDmo',
7701
+ 'BotDmo',
7702
+ 'BranchUnitDmo',
7703
+ 'BranchUnitRelatedRecordDmo',
7704
+ 'BrandDmo',
7705
+ 'BrandingKit',
7706
+ 'BrandingKitContentDocument',
7707
+ 'BrandingKitDataspaceLink',
7708
+ 'BrandingKitGuideline',
7709
+ 'BudgetAllocationDmo',
7710
+ 'BudgetCategoryDmo',
7711
+ 'BudgetCategoryValueDmo',
7712
+ 'BudgetDmo',
7713
+ 'BudgetPeriodDmo',
7714
+ 'BuildingEnergyIntensityDmo',
7475
7715
  'BulkApi2EventLog',
7476
7716
  'BulkApi2JobResultsEvent',
7477
7717
  'BulkApi2JobStatusEvent',
7478
7718
  'BulkApiEventLog',
7719
+ 'BulkApiRequestEventLog',
7720
+ 'BulkEmailMessageDmo',
7479
7721
  'BulkMessage',
7722
+ 'BulkMessageDmo',
7723
+ 'BundleProductDmo',
7724
+ 'BusRegAuthTypeDependencyDmo',
7725
+ 'BusinessLicenseCodeSetDmo',
7726
+ 'BusinessMilestoneDmo',
7727
+ 'BusinessPeriodDmo',
7728
+ 'BusinessProfileDmo',
7729
+ 'BusinessRegulatoryAuthTypeDmo',
7730
+ 'BusinessTypeDmo',
7731
+ 'BuyerIntentDmo',
7732
+ 'CalendarEventDmo',
7733
+ 'CampaignDmo',
7734
+ 'CampaignMemberDmo',
7480
7735
  'CapabilityUserPreference',
7736
+ 'CapturePaymentDmo',
7737
+ 'CarbonEmissionScopeAllocationDmo',
7738
+ 'CardAccountDmo',
7739
+ 'CareBarrier2Dmo',
7740
+ 'CareBarrierDeterminantDmo',
7741
+ 'CareBarrierTypeDmo',
7742
+ 'CareBnftVrfyRqstStsChgEvent',
7743
+ 'CareDeterminantDmo',
7744
+ 'CareMetricTargetDmo',
7745
+ 'CareObservationDmo',
7746
+ 'CareObservationIdentifierDmo',
7747
+ 'CareObservationItemDmo',
7748
+ 'CarePgmProvHealthcareProviderDmo',
7749
+ 'CarePlanActivityDetailDmo',
7750
+ 'CarePlanActivityDmo',
7751
+ 'CarePlanDetailDmo',
7752
+ 'CarePlanDmo',
7753
+ 'CarePlanIdentifierDmo',
7754
+ 'CarePlanTemplateBenefitDmo',
7755
+ 'CarePlanTemplateDmo',
7756
+ 'CarePlanTemplateGoalDmo',
7757
+ 'CarePreauthorizationDmo',
7758
+ 'CarePreauthorizationItemDmo',
7759
+ 'CareProgramAssistanceDmo',
7760
+ 'CareProgramCampaignDmo',
7761
+ 'CareProgramDetailDmo',
7762
+ 'CareProgramDmo',
7763
+ 'CareProgramEligibilityRuleDmo',
7764
+ 'CareProgramEnrolleeDmo',
7765
+ 'CareProgramEnrolleeProductDmo',
7766
+ 'CareProgramEnrolleeStatusPeriodDmo',
7767
+ 'CareProgramEnrollmentCardDmo',
7768
+ 'CareProgramGoalDmo',
7769
+ 'CareProgramIdentifierDmo',
7770
+ 'CareProgramProductDmo',
7771
+ 'CareProgramProviderProductDmo',
7772
+ 'CareProgramSiteContractDmo',
7773
+ 'CareProgramSiteDmo',
7774
+ 'CareProgramStatusPeriodDmo',
7775
+ 'CareProgramTeamMemberDmo',
7776
+ 'CareProgramTeamMemberRolePeriodDmo',
7777
+ 'CareRequestDiagnosisDmo',
7778
+ 'CareRequestDiagnosisIdentifierDmo',
7779
+ 'CareRequestDmo',
7780
+ 'CareRequestDrugDmo',
7781
+ 'CareRequestIdentifierDmo',
7782
+ 'CareRequestItemDmo',
7783
+ 'CareRequestReviewerDmo',
7784
+ 'CareSpecialtyDmo',
7785
+ 'CaseDmo',
7786
+ 'CaseEpisodeDmo',
7481
7787
  'CaseFileProcessDependency',
7482
7788
  'CaseFileProcessExecution',
7483
- 'CatalogListing',
7789
+ 'CaseMilestoneDmo',
7790
+ 'CaseMilestoneTypeDmo',
7791
+ 'CaseParticipantDmo',
7792
+ 'CaseProceedingComplaintDmo',
7793
+ 'CaseProceedingDmo',
7794
+ 'CaseProceedingInfractionDmo',
7795
+ 'CaseProceedingParticipantDmo',
7796
+ 'CaseProceedingResultDmo',
7797
+ 'CaseProgramDmo',
7798
+ 'CaseRelatedIssueDmo',
7799
+ 'CaseTeamMemberProgramDmo',
7800
+ 'CaseUpdateDmo',
7801
+ 'CashTenderDmo',
7802
+ 'CategoryDmo',
7803
+ 'CdnTaskConfiguration',
7804
+ 'ChangeRequestDmo',
7805
+ 'ChangeRequestRelatedIssueDmo',
7806
+ 'ChangeRequestRelatedItemDmo',
7807
+ 'ChangeSetOperationEventLog',
7808
+ 'ChannelEngagementDmo',
7809
+ 'CheckTenderDmo',
7484
7810
  'CheckoutResetConfig',
7811
+ 'ClaimCaseDmo',
7812
+ 'ClaimCoverageDmo',
7813
+ 'ClaimDiagnosisDmo',
7814
+ 'ClaimDmo',
7815
+ 'ClaimItemDmo',
7816
+ 'ClaimItemParticipantDmo',
7817
+ 'ClaimParticipantDmo',
7818
+ 'ClaimPaymentDetailDmo',
7819
+ 'ClaimPaymentDmo',
7820
+ 'ClaimSupportingInformationDmo',
7821
+ 'ClinicalAlertDmo',
7822
+ 'ClinicalEncounterDiagnosisDmo',
7823
+ 'ClinicalEncounterDmo',
7824
+ 'ClinicalEncounterFacilityDmo',
7825
+ 'ClinicalEncounterIdentifierDmo',
7826
+ 'ClinicalEncounterProviderDmo',
7827
+ 'ClinicalEncounterReasonDmo',
7828
+ 'ClinicalEncounterServiceRequestDmo',
7829
+ 'ClinicalServiceRequestDetailDmo',
7830
+ 'ClinicalServiceRequestDmo',
7831
+ 'ClinicalServiceRequestIdentifierDmo',
7832
+ 'CmplAsyncJobStatusChangedEvent',
7833
+ 'CmsnProcUsageTracking',
7834
+ 'CnfgItemAttributeDmo',
7835
+ 'CnfgItemAttributeValueDmo',
7836
+ 'CnfgItemChangeEvent',
7837
+ 'CnfgItemRelationshipDmo',
7838
+ 'CnfgItemTypeDefinitionDmo',
7839
+ 'CnfgMgmtDiscoveryOrgDetail',
7840
+ 'CnfgMgmtDiscoveryTrgtScan',
7841
+ 'CnfgMgmtDscvryTrgtScanDoc',
7842
+ 'CodeSetBundleDmo',
7843
+ 'CodeSetDmo',
7844
+ 'CollabMsgLinkedRecord',
7845
+ 'CollabRoomSvcRoutgSpec',
7846
+ 'CollectionPlanDmo',
7847
+ 'CollectionPlanItemDmo',
7848
+ 'CollectionPlanReasonDmo',
7485
7849
  'CommerceJobStatus',
7486
7850
  'CommerceSearchIndexError',
7851
+ 'CommerceSearchPricebookInfo',
7487
7852
  'CommerceSearchResultsRule',
7853
+ 'CommitStatusChangeEvent',
7854
+ 'CommodityUsageDmo',
7855
+ 'CommunicationSubscriptionChannelTypeDmo',
7856
+ 'CommunicationSubscriptionConsentDmo',
7857
+ 'CommunicationSubscriptionDmo',
7858
+ 'CommunicationSubscriptionTimingDmo',
7488
7859
  'CompiledProduct',
7860
+ 'ComplaintCaseDmo',
7861
+ 'ComplaintDmo',
7862
+ 'ComplaintParticipantDmo',
7863
+ 'CompleteProgressCalcEvent',
7864
+ 'ComplexTable4',
7865
+ 'ComplexTable5',
7866
+ 'ComplianceAsyncJob',
7867
+ 'ComplianceAsyncJobPart',
7489
7868
  'ConcurApexLimitEventLog',
7869
+ 'ConfigurationItemDmo',
7870
+ 'ConsentActionDmo',
7871
+ 'ConsentStatusDmo',
7490
7872
  'ConsentUnsubscribeAllEvent',
7491
7873
  'ConsentUnsubscribeEvent',
7874
+ 'ConstituentRoleDmo',
7875
+ 'ConsumedLocationProductDmo',
7876
+ 'ContCalloutSummaryEventLog',
7877
+ 'ContactAlternateKey',
7878
+ 'ContactPointAddressDmo',
7879
+ 'ContactPointAppDmo',
7880
+ 'ContactPointConsentDmo',
7881
+ 'ContactPointDigitalIdDmo',
7882
+ 'ContactPointDmo',
7883
+ 'ContactPointEmailDmo',
7884
+ 'ContactPointOTTServiceDmo',
7885
+ 'ContactPointPhoneDmo',
7886
+ 'ContactPointSocialDmo',
7887
+ 'ContactProfileDmo',
7888
+ 'ContentDistributionEventLog',
7889
+ 'ContentDocLinkEventLog',
7890
+ 'ContentDocumentDmo',
7891
+ 'ContentDocumentLinkEvent',
7892
+ 'ContentDocumentRelationshipDmo',
7893
+ 'ContentDocumentVersionDmo',
7894
+ 'ContentTaxonomyDmo',
7492
7895
  'ContentTaxonomyModel',
7896
+ 'ContentTaxonomyModelDmo',
7897
+ 'ContentTaxonomyRelatedTermDmo',
7898
+ 'ContentTaxonomyTermDmo',
7899
+ 'ContentTaxonomyTermRelObjectDmo',
7900
+ 'ContentTaxonomyTermRelationshipDmo',
7493
7901
  'ContentTransferEventLog',
7494
7902
  'ContextPersistenceEvent',
7495
7903
  'ContractCreationEvent',
7904
+ 'ContractDmo',
7905
+ 'ContractDocVerContentDocDmo',
7906
+ 'ContractDocumentVersionDmo',
7907
+ 'ContractLineDmo',
7908
+ 'ConvChannelEngagementSummaryDmo',
7909
+ 'ConvChannelEngmtSummarySubjectDmo',
7910
+ 'ConvChnlEngmtSummaryPtcpDmo',
7911
+ 'ConvEngmtProcState',
7496
7912
  'ConvIntelligenceVoiceCall',
7497
- 'ConvMessageSendRequest',
7913
+ 'ConvReasonReportDefinitionDmo',
7914
+ 'ConvReasonReportSegmentDefDmo',
7915
+ 'ConversationDmo',
7916
+ 'ConversationEntryDmo',
7917
+ 'ConversationEntryTranscriptExcerptDmo',
7498
7918
  'ConversationInsightEvent',
7919
+ 'ConversationReasonCategoryDmo',
7920
+ 'ConversationReasonDmo',
7499
7921
  'ConversationTranscriptSendRequest',
7922
+ 'ConversionEngagementSummaryDmo',
7923
+ 'CostBookDmo',
7924
+ 'CostBookEntryDmo',
7925
+ 'CouponDefinitionDmo',
7926
+ 'CouponDmo',
7927
+ 'CourseOfferingAttendanceDmo',
7928
+ 'CourseOfferingDmo',
7929
+ 'CourseOfferingParticipantDmo',
7930
+ 'CourseOfferingParticipationDmo',
7931
+ 'CourseOfferingPtcpResultDmo',
7932
+ 'CourseOfferingRubricDmo',
7933
+ 'CourseOfferingScheduleDmo',
7934
+ 'CourseOfferingScheduleTmplDmo',
7935
+ 'CourseOfrPtcpActivityGradeDmo',
7936
+ 'CoverageBenefitDmo',
7937
+ 'CoverageBenefitItemDmo',
7938
+ 'CoverageBenefitItemLimitDmo',
7939
+ 'CoverageBenefitVerificationRequestDmo',
7940
+ 'CreditMemoDmo',
7941
+ 'CreditMemoLineDmo',
7942
+ 'CreditMemoLineTaxDmo',
7943
+ 'CreditTenderDmo',
7944
+ 'CrossOrgDocProcUsageMetrics',
7945
+ 'CspViolationEventLog',
7500
7946
  'CuratedExpJobEvent',
7501
7947
  'CuratedExpPlanEvent',
7948
+ 'CurrencyDatedConversionRateDmo',
7949
+ 'CurrencyStaticConversionRateDmo',
7950
+ 'CustodyChainEntryDmo',
7951
+ 'CustodyItemDmo',
7952
+ 'CustodyItemRegulatoryCodeViolationDmo',
7953
+ 'CustodyItemRelationDmo',
7954
+ 'DCResourceProvStatusEvent',
7502
7955
  'DTRecordsetReplica',
7503
7956
  'DataActionJobStatusEvent',
7957
+ 'DataAnlytConfigDeleteEvent',
7958
+ 'DataAnlytConfigExportEvent',
7959
+ 'DataAnlytConfigSync',
7504
7960
  'DataCloudCurrencyConfig',
7505
7961
  'DataCloudFiscalCalendar',
7962
+ 'DataCustomCodeStatEvent',
7963
+ 'DataEncryptionKey',
7506
7964
  'DataKitDeployEvent',
7965
+ 'DataMceUmaMigStrmStatus',
7966
+ 'DataMceUmaMigrationStatus',
7967
+ 'DataMltOrgMdatChgsetEvent',
7507
7968
  'DataMultiOrgServiceEvent',
7508
7969
  'DataShellTntUpgradeEvent',
7970
+ 'DataTntDeprovisionStsEvent',
7971
+ 'DataUseLegalBasisDmo',
7972
+ 'DataUsePurposeConsentActionDmo',
7973
+ 'DataUsePurposeDmo',
7974
+ 'DatabaseSaveEventLog',
7509
7975
  'DcsnTblSourceObjectRecord',
7976
+ 'DcvrDataModelJobEvent',
7977
+ 'DcvrFeatureProgress',
7978
+ 'DcvrPreEnblStepProgress',
7979
+ 'DcvrRecipeProgress',
7980
+ 'DcvrRecipeStepProgress',
7510
7981
  'DecisionTableDataset',
7511
7982
  'DecisionTableRecordset',
7512
7983
  'DecisionTblSrcChangedEvent',
7984
+ 'DedupEngmtAnlssTextInsightAssocDmo',
7985
+ 'DedupEngmtAnlssTextInsightDmo',
7986
+ 'DeliveryEngagementSummaryDmo',
7987
+ 'DeliveryVerificationEngmtSummaryDmo',
7988
+ 'DepositAccountDmo',
7989
+ 'DeviceApplicationEngagementDmo',
7990
+ 'DeviceApplicationTemplateDmo',
7991
+ 'DeviceDmo',
7992
+ 'DeviceTypeConfigurationDmo',
7993
+ 'DevopsRequestInfoEvent',
7994
+ 'DgtAssetMgmtPrvdLghtCpntInstance',
7995
+ 'DiagnosticSummaryDmo',
7996
+ 'DiagnosticSummaryIdentifierDmo',
7997
+ 'DigitalContentChannelDmo',
7998
+ 'DigitalContentDmo',
7999
+ 'DigitalContentPublishChannelDmo',
8000
+ 'DigitalContentRelationshipDmo',
8001
+ 'DigitalContentSpaceChannelDmo',
8002
+ 'DigitalContentSpaceDmo',
8003
+ 'DigitalSignatureDmo',
8004
+ 'DigitalWalletDmo',
8005
+ 'DisclosureDmo',
8006
+ 'DisclosureReportingPeriodDmo',
7513
8007
  'DiscoveryFrwrkSampleTemplate',
7514
8008
  'DiscoveryFrwrkTemplateMember',
8009
+ 'DistMktgMessageEvent',
8010
+ 'DiversityEquityInclusionSummaryDmo',
8011
+ 'DocAtchDownloadEventLog',
7515
8012
  'DocGenBtchStsChgEvent',
7516
8013
  'DocGenProcStsChgEvent',
8014
+ 'DocProcessingUsageMetrics',
8015
+ 'DocumentChecklistItemDmo',
8016
+ 'DocumentClauseDmo',
8017
+ 'DocumentClauseSetDmo',
7517
8018
  'DocumentExtReviewerConsent',
8019
+ 'DocumentExtractionCpltEvent',
8020
+ 'DonorGiftSummaryDmo',
8021
+ 'DriverPerformanceSummaryDmo',
8022
+ 'EconomicPerformanceSummaryDmo',
8023
+ 'EducationApplicationDmo',
8024
+ 'EducationalInfoRequestDmo',
8025
+ 'ElectricityEmissionsFactorSetDmo',
8026
+ 'ElectronicMediaDmo',
7518
8027
  'EmailBounceEvent',
8028
+ 'EmailContentDmo',
8029
+ 'EmailEngagementDmo',
8030
+ 'EmailEngagementFrequencyDmo',
8031
+ 'EmailEngagementQualityScoreDmo',
8032
+ 'EmailEngagementScoreDmo',
8033
+ 'EmailMessageDmo',
8034
+ 'EmailMessageMigration',
8035
+ 'EmailPublicationDmo',
8036
+ 'EmailSendTimeOptimizationDmo',
8037
+ 'EmailServerEventLog',
8038
+ 'EmailTemplateDmo',
8039
+ 'EmployeeDemographicSummaryDmo',
8040
+ 'EmployeeDevelopmentSummaryDmo',
8041
+ 'EmployeeDmo',
8042
+ 'EmploymentBenefitSummaryDmo',
8043
+ 'EmploymentDmo',
8044
+ 'EmploymentOfferDmo',
8045
+ 'EmploymentOfferVettingEvaluationDmo',
7519
8046
  'EnblMlstnProgQryTmotEvent',
7520
- 'EngagementSignalCmpndMetric',
8047
+ 'EncryptionKeyErrorEvent',
8048
+ 'EngagementActionDmo',
8049
+ 'EngagementAnalysisTargetedInsightDmo',
8050
+ 'EngagementAnalysisTextAssociationDmo',
8051
+ 'EngagementAnalysisTextDirectFeedbackDmo',
8052
+ 'EngagementAnalysisTextDmo',
8053
+ 'EngagementAnalysisTextInsightDmo',
8054
+ 'EngagementAnalysisTextParticipantDmo',
8055
+ 'EngagementAnalysisTextSessionDmo',
8056
+ 'EngagementAnalysisTgtInsightActionDmo',
8057
+ 'EngagementChannelActionDmo',
8058
+ 'EngagementChannelDmo',
8059
+ 'EngagementChannelParticipantDmo',
8060
+ 'EngagementChannelTypeConsentDmo',
8061
+ 'EngagementChannelTypeDmo',
8062
+ 'EngagementChannelUsageDmo',
8063
+ 'EngagementParticipantAppRoleDmo',
7521
8064
  'EngagementSignalDistinct',
7522
8065
  'EngagementSignalFilter',
7523
8066
  'EngagementSignalFltrGrp',
7524
8067
  'EngagementSignalFltrVal',
7525
8068
  'EngagementSignalJoinDim',
7526
- 'EngagementSignalMetric',
8069
+ 'EngagementTopicDmo',
8070
+ 'EngmtInsightKnwlgArticleVersionDmo',
8071
+ 'EnqueueProgressCalcEvent',
8072
+ 'EnrollmentEligibilityCriteriaDmo',
8073
+ 'EntpUserDmo',
8074
+ 'EntpUserEmailDmo',
8075
+ 'EntpUserIdentificationDmo',
8076
+ 'EnvironmentalRiskDmo',
8077
+ 'ErrorEngagementDmo',
8078
+ 'EvaluationJobResultEvent',
8079
+ 'ExpSetBusinessVertical',
8080
+ 'ExperimentJobStatusEvent',
7527
8081
  'ExtKAImportError',
7528
8082
  'ExtKAImportResult',
7529
8083
  'ExtKnowledgeIngestionRun',
@@ -7532,6 +8086,8 @@ const UIAPI_DENIED_ENTITY_API_NAMES = new Set([
7532
8086
  'ExtKnowledgeOrgStatus',
7533
8087
  'ExtKnowledgePartnerOrg',
7534
8088
  'ExtKnowledgeXDSConnector',
8089
+ 'ExtMsgResourceStatusEvent',
8090
+ 'ExternalAssessmentDefinitionDmo',
7535
8091
  'ExternalDataChgEvent',
7536
8092
  'ExternalDocRefMapping',
7537
8093
  'ExternalEncryptionRootKey',
@@ -7543,66 +8099,613 @@ const UIAPI_DENIED_ENTITY_API_NAMES = new Set([
7543
8099
  'ExtlRecShrProcessEvent',
7544
8100
  'ExtlRecShrRecordMap',
7545
8101
  'ExtlRecShrResultEvent',
8102
+ 'FavoriteConfiguration',
8103
+ 'FeatureConfigProgress',
8104
+ 'FeatureGroupSetupProgress',
8105
+ 'FeatureSetupProgress',
8106
+ 'FeatureUsageDmo',
8107
+ 'FinancialAccountAddressDmo',
8108
+ 'FinancialAccountBalanceDmo',
8109
+ 'FinancialAccountDmo',
8110
+ 'FinancialAccountFeeDmo',
8111
+ 'FinancialAccountInterestRateDmo',
8112
+ 'FinancialAccountLimitDmo',
8113
+ 'FinancialAccountPartyDmo',
8114
+ 'FinancialAccountTransactionDmo',
8115
+ 'FinancialApplicationDmo',
8116
+ 'FinancialApplicationItemDmo',
8117
+ 'FinancialApplicationItemProposalDmo',
8118
+ 'FinancialCustomerDmo',
8119
+ 'FinancialGoalDmo',
8120
+ 'FinancialGoalFundingDmo',
8121
+ 'FinancialGoalPartyDmo',
8122
+ 'FinancialHoldingDmo',
8123
+ 'FinancialPlanDmo',
8124
+ 'FinancialSecurityDmo',
8125
+ 'FinclAssetPortfolioTargetAllocationDmo',
7546
8126
  'FirstBillPaymentSetupEvent',
8127
+ 'FiscalCalendarDmo',
8128
+ 'FldSvcObjChgDmo',
8129
+ 'FldSvcObjChgDtlDmo',
8130
+ 'FlowAppvlProcCmplEvent',
7547
8131
  'FlowAutoSaveStsChngEvent',
7548
8132
  'FlowAutosaveInterviewStatus',
8133
+ 'FlowDebugRefreshEvent',
7549
8134
  'FlowDefDataActionMapping',
8135
+ 'FlowDmo',
8136
+ 'FlowElementDmo',
8137
+ 'FlowElementRunDmo',
7550
8138
  'FlowNavMetricEventLog',
8139
+ 'FlowOccurrenceEvent',
8140
+ 'FlowRecElementWinningPath',
8141
+ 'FlowRunDmo',
8142
+ 'FlowRunEvent',
8143
+ 'FlowVersionDmo',
8144
+ 'FlowVersionOccurrenceDmo',
8145
+ 'ForecastItemManagerVersionAmountDmo',
8146
+ 'ForecastItemOwnerVersionAmountDmo',
8147
+ 'FreightHaulingEmissionFactorDmo',
8148
+ 'FreightHaulingEnergyUseDmo',
8149
+ 'FtestHighScaleData',
8150
+ 'FtestNonTransactionalDataDlo_std__dll',
8151
+ 'FtestSchemaInterface',
8152
+ 'FulfillmentOrderDmo',
8153
+ 'FulfillmentOrderPriceAdjDmo',
8154
+ 'FulfillmentOrderPriceAdjTaxDmo',
8155
+ 'FulfillmentOrderProductDmo',
8156
+ 'FulfillmentOrderProductPriceAdjDmo',
8157
+ 'FulfillmentOrderProductTaxDmo',
8158
+ 'FulfillmentOrderTaxDmo',
8159
+ 'FulfillmentPlanDmo',
8160
+ 'FulfillmentStepDependencyDmo',
8161
+ 'FulfillmentStepDmo',
8162
+ 'FulfillmentStepSourceDmo',
8163
+ 'FulfmtRoutgSpec',
8164
+ 'FulfmtStepDepResolveEvent',
8165
+ 'FundingAwardAmendmentDmo',
8166
+ 'FundingAwardDisbursementDmo',
8167
+ 'FundingAwardDmo',
8168
+ 'FundingAwardRequirementDmo',
8169
+ 'FundingOpportunityDmo',
8170
+ 'GameDefinitionDmo',
8171
+ 'GameParticipantDmo',
8172
+ 'GameParticipantRewardDmo',
8173
+ 'GameRewardDmo',
8174
+ 'GenOpPlanCacheEntry',
8175
+ 'GenOpPlanContextAttr',
8176
+ 'GenOpPlanError',
8177
+ 'GenOpPlanSourceContent',
8178
+ 'GenOpPlanSourceRef',
8179
+ 'GeneratedOperationPlanDmo',
8180
+ 'GeneratedOperationPlanExecutionDmo',
8181
+ 'GeneratedOperationPlanStepDmo',
8182
+ 'GeneratedOperationPlanStepExecutionDmo',
8183
+ 'GeneratedWasteDmo',
7551
8184
  'GenericHammerResult',
8185
+ 'GeoDemographicDistributionDmo',
8186
+ 'GiftBatchDmo',
8187
+ 'GiftCmtChangeAttrLogDmo',
8188
+ 'GiftCommitmentDmo',
8189
+ 'GiftCommitmentScheduleDmo',
8190
+ 'GiftDefaultDesignationDmo',
8191
+ 'GiftDesignationDmo',
8192
+ 'GiftEntryDmo',
8193
+ 'GiftRefundDmo',
8194
+ 'GiftSoftCreditDmo',
8195
+ 'GiftTransactionDesignationDmo',
8196
+ 'GiftTransactionDmo',
8197
+ 'GoalAssignmentDetailDmo',
8198
+ 'GoalAssignmentDmo',
8199
+ 'GoalDefinitionDmo',
8200
+ 'GoodsProductDmo',
8201
+ 'GovFinancialAssistanceSummaryDmo',
8202
+ 'GroundTravelEmissionFactorDmo',
8203
+ 'GroundTravelEnergyUseDmo',
8204
+ 'GroundingInsightScore',
8205
+ 'GroupMembershipEventLog',
7552
8206
  'GuestUserAnomalyEvent',
8207
+ 'HealthConditionDefinitionDmo',
8208
+ 'HealthScoreCategoryDmo',
8209
+ 'HealthScoreDmo',
8210
+ 'HealthScoreRangeClassificationDmo',
8211
+ 'HealthcareDiagnosisDmo',
8212
+ 'HealthcareFacilityDmo',
8213
+ 'HealthcareFacilityIdentifierDmo',
8214
+ 'HealthcareFacilityServiceDmo',
8215
+ 'HealthcarePerformerDmo',
8216
+ 'HealthcarePractitionerFacilityDmo',
8217
+ 'HealthcareProcedureDmo',
8218
+ 'HealthcareProviderDmo',
8219
+ 'HealthcareProviderFacilitySpecialtyDmo',
8220
+ 'HealthcareProviderNPIDmo',
8221
+ 'HealthcareProviderServiceDmo',
8222
+ 'HealthcareProviderSpecialtyDmo',
8223
+ 'HealthcareProviderTaxonomyDmo',
8224
+ 'HealthcareServiceDmo',
8225
+ 'HealthcareTaxonomyDmo',
8226
+ 'HlthcrPractitionerFacilityIdentifierDmo',
8227
+ 'HotelStayEmissionFactorDmo',
8228
+ 'HotelStayEnergyUseDmo',
8229
+ 'HouseholdDmo',
8230
+ 'IdentityMatchDmo',
8231
+ 'ImpactStrategyAssignmentDmo',
8232
+ 'ImpactStrategyDmo',
8233
+ 'InPersonEngagementDmo',
8234
+ 'InPersonMeetingDmo',
8235
+ 'InStoreLocationDmo',
8236
+ 'IncidentDmo',
8237
+ 'IncidentRelatedItemDmo',
8238
+ 'IndicatorAssignmentDmo',
8239
+ 'IndicatorDefinitionDmo',
8240
+ 'IndicatorPerformancePeriodDmo',
8241
+ 'IndicatorResultDmo',
8242
+ 'IndividualDmo',
8243
+ 'InsPlcyEndrStatusEvent',
8244
+ 'InsPlcyIssuanceStatusEvent',
8245
+ 'InsPolicyRnwlQuoteStatusEvent',
8246
+ 'InsPolicyRnwlStatusEvent',
8247
+ 'InspectionAssessmentIndicatorDmo',
8248
+ 'InspectionTypeDmo',
7553
8249
  'InsufficientAccessEventLog',
7554
8250
  'InsuranceAsyncBulkRecordDetail',
8251
+ 'InsuranceCoverageTypeDmo',
8252
+ 'InsurancePolicyAssetDmo',
8253
+ 'InsurancePolicyCoverageDmo',
8254
+ 'InsurancePolicyCoverageParticipantDmo',
8255
+ 'InsurancePolicyDmo',
8256
+ 'InsurancePolicyMemberAssetDmo',
8257
+ 'InsurancePolicyParticipantDmo',
8258
+ 'InsurancePolicyTransactionDmo',
7555
8259
  'InsuranceRatingInput',
7556
8260
  'InsuranceRatingOutput',
7557
8261
  'InsuranceRatingRequestEvent',
7558
8262
  'InsuranceRatingRequestItem',
8263
+ 'IntegProvDefStsChgEvent',
8264
+ 'InteractionAnalysis',
8265
+ 'InterestTagDefinitionDmo',
8266
+ 'InteropTopicSubcrEvent',
7559
8267
  'InterviewItemWaitCondition',
8268
+ 'InventoryRequestDmo',
8269
+ 'InventoryRequestItemDmo',
8270
+ 'InventorySerializedProductDmo',
8271
+ 'InventoryTransferDmo',
8272
+ 'InvestmentAccountDmo',
8273
+ 'InvocableActionEventLog',
8274
+ 'InvoiceAddressGroupDmo',
8275
+ 'InvoiceBatchRunDmo',
8276
+ 'InvoiceDmo',
8277
+ 'InvoiceLineDmo',
8278
+ 'InvoiceLineTaxDmo',
8279
+ 'InvoiceProcPymtExclEvent',
8280
+ 'IssueRelationshipDmo',
8281
+ 'JobApplnSearchableFieldDmo',
8282
+ 'JobPositionDmo',
8283
+ 'JobPositionPayGradeDmo',
8284
+ 'JobPositionRecruitmentRequisitionDmo',
8285
+ 'JobPostingSearchableFieldDmo',
8286
+ 'KnowledgeArticleCategoryDmo',
8287
+ 'KnowledgeArticleDmo',
8288
+ 'KnowledgeArticleEngagementDmo',
7560
8289
  'KnowledgeArticleEventLog',
8290
+ 'KnowledgeArticleQuestion',
8291
+ 'KnowledgeArticleQuestionSet',
8292
+ 'KnowledgeArticleSummary',
8293
+ 'KnowledgeArticleVersionDmo',
8294
+ 'KnowledgeBlockReference',
8295
+ 'LeadDmo',
8296
+ 'LeadEngagementDmo',
8297
+ 'LeadLineItemDmo',
8298
+ 'LeadPreferredSellerDmo',
8299
+ 'LearnerCampusSpacesActivityDmo',
8300
+ 'LearnerLearningSystemActivityDmo',
8301
+ 'LearnerPathwayDmo',
8302
+ 'LearnerPathwayItemDmo',
8303
+ 'LearnerProfileDmo',
8304
+ 'LearnerProgramDmo',
8305
+ 'LearnerProgramRequirementDmo',
8306
+ 'LearnerProgramRqmtProgressDmo',
8307
+ 'LearningAchievementDmo',
8308
+ 'LearningCourseDmo',
8309
+ 'LearningDmo',
8310
+ 'LearningFoundationItemDmo',
8311
+ 'LearningOutcomeItemDmo',
8312
+ 'LearningPathwayTemplateDmo',
8313
+ 'LearningPathwayTemplateItemDmo',
8314
+ 'LearningPathwayTmplPgmPlanDmo',
8315
+ 'LearningProgramDmo',
8316
+ 'LearningProgramPlanDmo',
8317
+ 'LearningProgramPlanRqmtDmo',
8318
+ 'LegalEntyAccountingPeriodDmo',
8319
+ 'LegalEntyDmo',
8320
+ 'LifeScienceErrorLog',
8321
+ 'LightningErrorEventLog',
7561
8322
  'LightningLoggerEventLog',
7562
8323
  'LightningPageViewEventLog',
8324
+ 'LightningPrfmEventLog',
8325
+ 'LinkedKnowledgeArticleDmo',
8326
+ 'LoanAccountDmo',
8327
+ 'LocaleDmo',
8328
+ 'LocationDmo',
8329
+ 'LocationGroupAssignmentDmo',
8330
+ 'LocationGroupDmo',
8331
+ 'LocationGroupProdExclChgDmo',
8332
+ 'LocationGroupProdInvChgDmo',
8333
+ 'LocationProductInventoryChangeDmo',
8334
+ 'LocationProductInventoryDmo',
8335
+ 'LocationShippingCarrierMethodDmo',
8336
+ 'LoginAnomalyEvent',
7563
8337
  'LoginAsEventLog',
7564
8338
  'LoginEventLog',
8339
+ 'LogoutEventLog',
8340
+ 'LoyaltyAggregatedPtExpirationLedgerDmo',
8341
+ 'LoyaltyBenefitDmo',
8342
+ 'LoyaltyBenefitTypeDmo',
8343
+ 'LoyaltyJournalSubtypeDmo',
8344
+ 'LoyaltyJournalTypeDmo',
8345
+ 'LoyaltyLedgerDmo',
8346
+ 'LoyaltyLedgerTraceabilityDmo',
8347
+ 'LoyaltyMemberCurrencyDmo',
8348
+ 'LoyaltyMemberTierDmo',
8349
+ 'LoyaltyMembershipLifecycleDmo',
8350
+ 'LoyaltyPartnerProductDmo',
8351
+ 'LoyaltyProgramBadgeDmo',
8352
+ 'LoyaltyProgramCurrencyDmo',
8353
+ 'LoyaltyProgramCurrencySubtypeDmo',
8354
+ 'LoyaltyProgramCurrencyTierDmo',
8355
+ 'LoyaltyProgramDmo',
8356
+ 'LoyaltyProgramEngagementAttributeDmo',
8357
+ 'LoyaltyProgramEngmtAttributePromotionDmo',
8358
+ 'LoyaltyProgramGroupMemberRelationshipDmo',
8359
+ 'LoyaltyProgramMemberAttributeValueDmo',
8360
+ 'LoyaltyProgramMemberBadgeDmo',
8361
+ 'LoyaltyProgramMemberCaseDmo',
8362
+ 'LoyaltyProgramMemberDmo',
8363
+ 'LoyaltyProgramMemberLinkedPartnerDmo',
8364
+ 'LoyaltyProgramMemberMergeDmo',
8365
+ 'LoyaltyProgramMemberPromotionDmo',
8366
+ 'LoyaltyProgramPartnerCurrencyDmo',
8367
+ 'LoyaltyProgramPartnerDmo',
8368
+ 'LoyaltyProgramPartnerLedgerDmo',
8369
+ 'LoyaltyProgramPartnerLedgerSummaryDmo',
8370
+ 'LoyaltyProgramPartnerPrepaidPackDmo',
8371
+ 'LoyaltyProgramPartnerPromotionDmo',
8372
+ 'LoyaltyTierBenefitDmo',
8373
+ 'LoyaltyTierDmo',
8374
+ 'LoyaltyTierEligibilitySrcDmo',
8375
+ 'LoyaltyTierGroupDmo',
8376
+ 'LoyaltyTierModelDmo',
8377
+ 'LoyaltyTierMshpFeeOptionDmo',
8378
+ 'LoyaltyTierPromotionDmo',
8379
+ 'LoyaltyTransactionJournalDmo',
8380
+ 'MLJobOrchStatusChgEvent',
7565
8381
  'MLModelDataAlert',
8382
+ 'MailLetterDmo',
8383
+ 'MailLetterEngagementDmo',
8384
+ 'ManagedContentDeploymentPipeline',
8385
+ 'ManagedContentDeploymentPipelineStep',
7566
8386
  'ManagedContentJobBody',
7567
8387
  'ManagedContentOffCoreLocation',
7568
8388
  'ManagedContentSpaceFolderShare',
8389
+ 'ManagedContentSpacePrvdInstance',
8390
+ 'ManagedEventDmo',
8391
+ 'ManagedEventSessionDmo',
8392
+ 'ManagedEventTypeDmo',
8393
+ 'MarketAudienceDmo',
8394
+ 'MarketJourneyActivityDmo',
8395
+ 'MarketSegmentDmo',
8396
+ 'MarketingChannelDmo',
8397
+ 'MarketingChannelEngagedAudienceDmo',
8398
+ 'MarketingChannelTargetedSegmentDmo',
8399
+ 'MarketingEmailListDmo',
8400
+ 'MarketingJourneyActivityDmo',
8401
+ 'MarketingJourneyActivityRunDmo',
8402
+ 'MarketingJourneyDmo',
8403
+ 'MarketingStreamingAppConfig',
8404
+ 'MasterProductDmo',
8405
+ 'MaterialityTopicDmo',
8406
+ 'MaterialityTopicDocClauseSetDmo',
8407
+ 'MaterialityTopicReferenceDmo',
8408
+ 'MealCardActivityDmo',
8409
+ 'MediaBuyDmo',
8410
+ 'MediaBuyPackageDmo',
8411
+ 'MediaEngagementDmo',
8412
+ 'MedicalInsightEvent',
8413
+ 'MedicationDmo',
8414
+ 'MedicationIdentifierDmo',
8415
+ 'MediumTable2',
8416
+ 'MediumTable3',
8417
+ 'MemberBenefitDmo',
8418
+ 'MemberPlanDmo',
8419
+ 'MentoringProfileDmo',
7569
8420
  'MerchantAccountEvent',
8421
+ 'MessageEngagementDmo',
8422
+ 'MessageTemplateDmo',
7570
8423
  'MessagingChannelUpdateEvent',
8424
+ 'MessagingSessionDmo',
7571
8425
  'MetadataApiOpEventLog',
7572
8426
  'MetricsDeletionJobStatus',
8427
+ 'MgdEventSessSubjectAssignmentDmo',
8428
+ 'MigratedEmail',
8429
+ 'MktJourneyDcsnChildFlow',
8430
+ 'MktJourneyDcsnDataExtMap',
8431
+ 'MktJourneyDcsnOption',
7573
8432
  'MktMLModelPartitionRun',
7574
8433
  'MktMLModelSetupRun',
7575
8434
  'MktMLSetupRunChgEvent',
7576
8435
  'MngContentFormActionEvent',
8436
+ 'MobileDeviceAppRegistration',
8437
+ 'MultiOrgConnectionEvent',
8438
+ 'NamedCredentialEventLog',
8439
+ 'NetworkDmo',
8440
+ 'NetworkReferencedObjectDmo',
8441
+ 'NetworkUsageDmo',
8442
+ 'OSAsyncChgCompletedEvent',
7577
8443
  'ObjectDataImportResult',
7578
8444
  'ObjectUserTerritory2View',
8445
+ 'OccupationDmo',
8446
+ 'OccupationGroupDmo',
8447
+ 'OfferDmo',
8448
+ 'OfferMarketSegmentDmo',
8449
+ 'OfferMarketingEmailListDmo',
8450
+ 'OfferProductCategoryDmo',
8451
+ 'OfferProductDmo',
8452
+ 'OfferProductOrderEngagementDmo',
8453
+ 'OfferSalesOrderProductEngagementDmo',
8454
+ 'OfferTreatmentDmo',
7579
8455
  'OmniTrackingEvent',
8456
+ 'OperatingHoursDmo',
8457
+ 'OperatingHoursTimeSlotDmo',
8458
+ 'OperatorPerformanceSummaryDmo',
8459
+ 'OpportunityContactDmo',
8460
+ 'OpportunityDmo',
8461
+ 'OpportunityHistoricalTrendDmo',
8462
+ 'OpportunityHistoryDmo',
8463
+ 'OpportunityInfluenceDmo',
8464
+ 'OpportunityPreferredSellerDmo',
8465
+ 'OpportunityProductDmo',
8466
+ 'OpportunityStageDmo',
8467
+ 'OrderDeliveryMethodDmo',
7580
8468
  'OrderItemAssetizationState',
8469
+ 'OrderUseRsrcChosenPolicy',
7581
8470
  'OrgDayZeroStatus',
7582
8471
  'OrgSharingEvent',
8472
+ 'OrganizationIncidentSummaryDmo',
8473
+ 'OtherEmissionFactorSetItemDmo',
8474
+ 'OtherEmissionsFactorSetDmo',
8475
+ 'OutboundProspect',
8476
+ 'OutboundProspectSignal',
8477
+ 'OutcomeActivityDmo',
8478
+ 'OutcomeIntentDmo',
8479
+ 'OutreachSourceCodeDmo',
8480
+ 'OutreachSummaryDmo',
7583
8481
  'OvenSdbExperimentRequest',
7584
8482
  'PackageInstallEventLog',
7585
8483
  'PackagePropUpdateJob',
7586
8484
  'PackagePropUpdateRequest',
7587
8485
  'PackageSubscriberOrgInfo',
8486
+ 'PartyAccreditationDmo',
8487
+ 'PartyAwardDmo',
8488
+ 'PartyBoardCertificationDmo',
8489
+ 'PartyBoardCertificationIdentifierDmo',
8490
+ 'PartyBusinessLicenseDmo',
8491
+ 'PartyConsentDmo',
8492
+ 'PartyDmo',
8493
+ 'PartyExpenseDmo',
8494
+ 'PartyFinancialAssetDmo',
8495
+ 'PartyFinancialLiabilityDmo',
8496
+ 'PartyIdentificationDmo',
8497
+ 'PartyIncomeDmo',
8498
+ 'PartyInterestTagDmo',
8499
+ 'PartyPhilanthropicAssessmentDmo',
8500
+ 'PartyPhilanthropicIndicatorDmo',
8501
+ 'PartyPhilanthropicMilestoneDmo',
8502
+ 'PartyPhilanthropicOccurrenceDmo',
8503
+ 'PartyProfileAddressDmo',
8504
+ 'PartyProfileDmo',
8505
+ 'PartyPromotionUsageDmo',
8506
+ 'PartyPublicationDmo',
8507
+ 'PartyRelatedPartyDmo',
8508
+ 'PartyRelationshipTypeDmo',
8509
+ 'PartyRoleDmo',
8510
+ 'PartyRoleTypeDmo',
8511
+ 'PatientDmo',
8512
+ 'PatientHealthConditionDetailDmo',
8513
+ 'PatientHealthConditionDmo',
8514
+ 'PatientHealthReactionDmo',
8515
+ 'PatientImmunizationDmo',
8516
+ 'PatientImmunizationIdentifierDmo',
8517
+ 'PatientMedRecileStmtRecommendationDmo',
8518
+ 'PatientMedReconRecommendationDmo',
8519
+ 'PatientMedicalProcedureDetailDmo',
8520
+ 'PatientMedicalProcedureDmo',
8521
+ 'PatientMedicalProcedureIdentifierDmo',
8522
+ 'PatientMedicationDispenseDmo',
8523
+ 'PatientMedicationDosageDmo',
8524
+ 'PatientMedicationReconciliationDmo',
8525
+ 'PatientMedicationRequestDmo',
8526
+ 'PatientMedicationStatementDetailDmo',
8527
+ 'PatientMedicationStatementDmo',
8528
+ 'PatientMedicationStatementIdentifierDmo',
8529
+ 'PatientRegisteredDeviceDmo',
8530
+ 'PatientRegisteredDeviceIdentifierDmo',
8531
+ 'PayGradeDmo',
8532
+ 'PayGradeStepDmo',
8533
+ 'PayGradeStepLocationDmo',
8534
+ 'PaymentCardDmo',
8535
+ 'PaymentInstrumentDmo',
7588
8536
  'PaymentIntentEvent',
7589
8537
  'PaymentLinkEvent',
8538
+ 'PaymentMetadata',
8539
+ 'PaymentMethodDmo',
8540
+ 'PaymentPageChangeEvent',
8541
+ 'PaymentRequestDmo',
8542
+ 'PaymentRequestLineDmo',
8543
+ 'PaymentTermDmo',
8544
+ 'PaymentTermItemDmo',
8545
+ 'PermissionUpdateEventLog',
8546
+ 'PersnlBatchDcsnJobStatusEvent',
8547
+ 'PersnlBatchDcsnKeyField',
8548
+ 'PersnlBatchDcsnPersnlPoint',
7590
8549
  'PersnlDecisionAttrValue',
8550
+ 'PersonAcademicCredentialDmo',
8551
+ 'PersonDisabilityDmo',
8552
+ 'PersonEducationDmo',
8553
+ 'PersonEmploymentDmo',
8554
+ 'PersonExaminationDmo',
8555
+ 'PersonInteractionAnalysis',
8556
+ 'PersonLanguageDmo',
8557
+ 'PersonLifeEventDmo',
8558
+ 'PersonNameDmo',
8559
+ 'PersonPublicProfileDmo',
8560
+ 'PersonPublicProfilePrefSetDmo',
8561
+ 'PersonSkillDmo',
7591
8562
  'PersonalizationAttribute',
8563
+ 'PersonalizationDecisionDmo',
8564
+ 'PersonalizationLogDmo',
8565
+ 'PersonalizationPointDmo',
8566
+ 'PersonalizationSchemaDmo',
8567
+ 'PersonalizerDmo',
8568
+ 'PlanBenefitDmo',
8569
+ 'PlanBenefitItemDmo',
7592
8570
  'PlatformEventUsage',
8571
+ 'PlatformMetabolismSyncStatus',
8572
+ 'PositionDmo',
8573
+ 'PositionPayGradeDmo',
8574
+ 'PrepaidCardDmo',
8575
+ 'PriceAdjustmentGroupDmo',
8576
+ 'PriceBookDmo',
8577
+ 'PriceBookEntryDmo',
7593
8578
  'PriceBookPriceGuidance',
7594
8579
  'PriceSheetData',
7595
8580
  'PricingDecisionHashMap',
8581
+ 'PricingDependencyGraph',
7596
8582
  'PricingLookupSyncStatus',
7597
8583
  'PricingWaterfallLog',
8584
+ 'PrivacyConsentLogDmo',
8585
+ 'ProblemDmo',
8586
+ 'ProblemRelatedItemDmo',
8587
+ 'ProcessExceptionDmo',
8588
+ 'ProcurementEmissionFactorSetDmo',
8589
+ 'ProcurementEmissionFactorSetItemDmo',
8590
+ 'ProducerDmo',
8591
+ 'ProducerPolicyAssignmentDmo',
8592
+ 'ProductAttributeDmo',
8593
+ 'ProductBrowseEngagementDmo',
8594
+ 'ProductCatalogCategoryDmo',
8595
+ 'ProductCatalogDmo',
8596
+ 'ProductCategoryDmo',
8597
+ 'ProductCategoryProductDmo',
8598
+ 'ProductDmo',
8599
+ 'ProductEmissionsFactorDmo',
8600
+ 'ProductOrderEngagementDmo',
8601
+ 'ProductPackagingUnitDmo',
8602
+ 'ProductRelatedComponentDmo',
8603
+ 'ProductRelatedProductDmo',
8604
+ 'ProductServiceCampaignDmo',
8605
+ 'ProductServiceCampaignItemDmo',
8606
+ 'ProgramBenefitDmo',
8607
+ 'ProgramCohortDmo',
8608
+ 'ProgramCohortMemberDmo',
8609
+ 'ProgramDmo',
8610
+ 'ProgramEnrollmentDmo',
8611
+ 'ProgramEnrollmentEligibilityCriteriaDmo',
8612
+ 'ProgramTermApplicationTimelineDmo',
8613
+ 'PromotionAccountDmo',
8614
+ 'PromotionActionableListDmo',
8615
+ 'PromotionChannelDmo',
8616
+ 'PromotionDmo',
8617
+ 'PromotionEngagementDmo',
8618
+ 'PromotionItemEngagementDmo',
8619
+ 'PromotionLimitDmo',
8620
+ 'PromotionLoyaltyPartnerProductDmo',
8621
+ 'PromotionMarketSegmentDmo',
8622
+ 'PromotionOfferDmo',
8623
+ 'PromotionOfferProductDmo',
8624
+ 'PromotionPartyTransactionDmo',
8625
+ 'PromotionProductCategoryDmo',
8626
+ 'PromotionProductDmo',
8627
+ 'PromotionStageDmo',
8628
+ 'PromotionStageEvent',
8629
+ 'PromotionStageTemplateDmo',
8630
+ 'PromotionTemplateDmo',
8631
+ 'ProspectDmo',
8632
+ 'ProviderOfferingDmo',
8633
+ 'ProviderVisitChangedEvent',
8634
+ 'PrvdManagedEventVldEvent',
8635
+ 'PurchaserPlanAssociationDmo',
8636
+ 'PurchaserPlanDmo',
7598
8637
  'PushUpgradeCustomization',
8638
+ 'QueuedExecutionEventLog',
8639
+ 'QuotUseRsrcChosenPolicy',
8640
+ 'QuoteDmo',
8641
+ 'QuoteDocumentCreationEvent',
8642
+ 'QuoteProductDmo',
7599
8643
  'QuoteSaveEvent',
8644
+ 'RealEstatePropertyDmo',
8645
+ 'RealTimeClassificationModel',
8646
+ 'RebateClaimDmo',
7600
8647
  'RebatePayoutSnapshot',
8648
+ 'RecActorFeedGenEvent',
8649
+ 'ReceivedDocumentDmo',
7601
8650
  'RecommenderStatusChgEvent',
8651
+ 'RecordActionSelectableItemExtractDmo',
8652
+ 'RecordAggregationLog',
8653
+ 'RecordAggregationResultDmo',
8654
+ 'RecordAlertDmo',
8655
+ 'RecruitmentContentSectionDmo',
8656
+ 'RecruitmentPostingContentSectionDmo',
8657
+ 'RecruitmentPostingDmo',
8658
+ 'RecruitmentRequisitionDmo',
8659
+ 'RecruitmentRequisitionLocationDmo',
8660
+ 'RecruitmentRequisitionParticipantDmo',
8661
+ 'RecurrenceScheduleDmo',
8662
+ 'ReferenceDataLoadLogDmo',
8663
+ 'ReferralDmo',
8664
+ 'RefrigerantEmissionFactorDmo',
8665
+ 'RegulationClauseDmo',
8666
+ 'RegulationClauseVersionDmo',
8667
+ 'RegulationDmo',
8668
+ 'RegulatoryAuthTypeProductDmo',
8669
+ 'RegulatoryAuthorityDmo',
8670
+ 'RegulatoryAuthorizationTypeDmo',
8671
+ 'RegulatoryCodeAssessmentIndDmo',
8672
+ 'RegulatoryCodeDmo',
8673
+ 'RegulatoryCodeRelationDmo',
8674
+ 'RegulatoryCodeViolationDmo',
8675
+ 'RegulatoryTransactionFeeDmo',
8676
+ 'RegulatoryTransactionFeeItemDmo',
7602
8677
  'RelationshipGraphView',
7603
8678
  'ReminderRecord',
8679
+ 'RemoteMetadataReplayEvent',
8680
+ 'RentalCarEmissionsFactorDmo',
8681
+ 'RentalCarEnergyUseDmo',
7604
8682
  'ReportEventLog',
8683
+ 'ReportExportEventLog',
8684
+ 'ReportedConsumptionDmo',
8685
+ 'RequiredProductDmo',
8686
+ 'RequiredSkillDmo',
8687
+ 'ResearchStudyCandidateDmo',
8688
+ 'ResearchStudyCandidateIdentifierDmo',
8689
+ 'ResearchStudyCandidateStatusPeriodDmo',
8690
+ 'ResearchStudyDmo',
8691
+ 'ResearchStudyIdentifierDmo',
8692
+ 'ResearchStudyProtocolDefinitionDmo',
8693
+ 'ResearchStudyRelationshipDmo',
8694
+ 'ResourceWorkShiftDmo',
7605
8695
  'RestApiEventLog',
8696
+ 'RetailStoreDmo',
8697
+ 'RetailStoreGroupAssignmentDmo',
8698
+ 'RetailStoreGroupDmo',
8699
+ 'RetailStoreProductDmo',
8700
+ 'RetailVisitKPIDmo',
8701
+ 'ReturnOrderDmo',
8702
+ 'ReturnOrderProdPriceAdjDmo',
8703
+ 'ReturnOrderProductDmo',
8704
+ 'ReturnOrderProductTaxDmo',
8705
+ 'RevenueTransactionErrorLogDmo',
8706
+ 'RgltyCodeRegClauseVerDmo',
8707
+ 'RgltyCodeViolRegClVerDmo',
8708
+ 'RpaFlowResultEvent',
7606
8709
  'Rule',
7607
8710
  'RuleAction',
7608
8711
  'RuleActionParameter',
@@ -7620,14 +8723,46 @@ const UIAPI_DENIED_ENTITY_API_NAMES = new Set([
7620
8723
  'Ruleset',
7621
8724
  'RulesetVersion',
7622
8725
  'RulesetVersionSnapshot',
8726
+ 'RuntimeCatalogIndexSetting',
7623
8727
  'RuntimeCatalogSnapshot',
7624
8728
  'RuntimeCatalogSnapshotIndex',
8729
+ 'SMSPublicationDmo',
8730
+ 'SMSTemplateDmo',
8731
+ 'SalesAgentAsyncHandoff',
8732
+ 'SalesAgreementDmo',
8733
+ 'SalesAgreementProdScheduleDmo',
8734
+ 'SalesAgreementProductDmo',
8735
+ 'SalesChannelDmo',
8736
+ 'SalesModelDmo',
8737
+ 'SalesOrderChangeLogDmo',
8738
+ 'SalesOrderDeliveryGroupDmo',
8739
+ 'SalesOrderDmo',
8740
+ 'SalesOrderPaymentSummaryDmo',
8741
+ 'SalesOrderPriceAdjustmentDmo',
8742
+ 'SalesOrderProductDmo',
8743
+ 'SalesOrderProductEngagementDmo',
8744
+ 'SalesOrderProductPriceAdjustmentDmo',
8745
+ 'SalesOrderProductPriceAdjustmentTaxDmo',
8746
+ 'SalesOrderProductTaxDmo',
8747
+ 'SalesStoreDmo',
8748
+ 'SalesTerritoryDmo',
8749
+ 'SalesTransactionFulfillmentRequestDmo',
8750
+ 'SalesTrxnDecompositionEvent',
8751
+ 'SalesTrxnDeleteEvent',
7625
8752
  'SalesTrxnItemPrcSht',
7626
8753
  'SalesTrxnItemPrcShtShape',
8754
+ 'SalesforceLoginAsEventLog',
7627
8755
  'SalesforcePayment',
7628
8756
  'SandboxStatusEventLog',
8757
+ 'SavedApplicationReferenceDmo',
7629
8758
  'SavedPaymentMethodEvent',
7630
8759
  'ScheduledReminder',
8760
+ 'SchedulingPolicyDmo',
8761
+ 'Scope3CarbonFootprintDmo',
8762
+ 'Scope3EmissionsSourceDmo',
8763
+ 'Scope3ProcurementItemDmo',
8764
+ 'Scope3ProcurementSummaryDmo',
8765
+ 'SdbOvenPlanOverrideRequest',
7631
8766
  'SearchBBRule',
7632
8767
  'SearchBBRuleCondition',
7633
8768
  'SearchClickEventLog',
@@ -7635,21 +8770,168 @@ const UIAPI_DENIED_ENTITY_API_NAMES = new Set([
7635
8770
  'SearchIndexFieldConfig',
7636
8771
  'SearchIndexObjectConfig',
7637
8772
  'SearchRecencyIndexingJob',
8773
+ 'SearchableReferenceDocumentDmo',
8774
+ 'SelfLearningCoverageInsight',
8775
+ 'SelfLearningCoverageRun',
8776
+ 'SelfLearningCoverageTask',
8777
+ 'SequenceAssignedEvent',
8778
+ 'SequenceReconciliationState',
8779
+ 'ServiceAppointmentAssignedResourceDmo',
8780
+ 'ServiceAppointmentDmo',
7638
8781
  'ServiceAppointmentEvent',
7639
8782
  'ServiceAppointmentShift',
8783
+ 'ServicePresenceStatusDmo',
8784
+ 'ServiceProcProdtCatgProdtExtractDmo',
8785
+ 'ServiceProcessDefinitionDmo',
8786
+ 'ServiceRequestDmo',
8787
+ 'ServiceScheduleRequestDmo',
8788
+ 'ServiceTerritoryDmo',
8789
+ 'ServiceTerritoryResourceDmo',
8790
+ 'SetupRecordShare',
8791
+ 'ShipmentDmo',
8792
+ 'ShipmentProductDmo',
8793
+ 'ShippingCarrierDmo',
8794
+ 'ShippingCarrierMethodDmo',
8795
+ 'ShoppingCartDmo',
8796
+ 'ShoppingCartEngagementDmo',
8797
+ 'ShoppingCartEventTypeDmo',
8798
+ 'ShoppingCartProductEngagementDmo',
8799
+ 'ShoppingWishlistEngagementDmo',
8800
+ 'ShoppingWishlistItemEngagementDmo',
8801
+ 'SimpleTable1',
7640
8802
  'SiqOrgMigrationStatus',
7641
8803
  'SiteEventLog',
8804
+ 'SkillDmo',
8805
+ 'SlackChannelRelatedRecord',
7642
8806
  'SoapApiEventLog',
8807
+ 'SocialContributionSummaryDmo',
8808
+ 'SocialMessageDmo',
8809
+ 'SocialMessageEngagementDmo',
8810
+ 'SocialPageDmo',
8811
+ 'SoftwareApplicationDmo',
8812
+ 'SolutionDeploymentStatus',
8813
+ 'SolutionDplymtStepStatus',
8814
+ 'SpecimenDmo',
8815
+ 'SrvcMgmntRiskQstResponse',
8816
+ 'StagedEmail',
8817
+ 'StagedEmailMatchEvent',
8818
+ 'StateProvinceDmo',
8819
+ 'StationaryAssetCarbonFootprintDmo',
8820
+ 'StationaryAssetEnergyUseDmo',
8821
+ 'StationaryAssetEnvSourceDmo',
8822
+ 'StationaryAssetWaterActivityDmo',
7643
8823
  'StatsInvalidationEvent',
8824
+ 'StnryAssetWaterFootprintDmo',
8825
+ 'SubjectAssignmentDmo',
8826
+ 'SubjectCategoryDmo',
8827
+ 'SubjectDmo',
8828
+ 'Subscriber',
8829
+ 'SuccessTeamDmo',
8830
+ 'SuggestedAssessmentDefinitionDmo',
8831
+ 'SuggestedAssessmentReasonDmo',
8832
+ 'SurveyDmo',
8833
+ 'SurveyInvitationDmo',
8834
+ 'SurveyPageDmo',
8835
+ 'SurveyQuestionDmo',
8836
+ 'SurveyQuestionResponseDmo',
8837
+ 'SurveyQuestionSectionDmo',
8838
+ 'SurveyResponseDmo',
8839
+ 'SurveyResponseStsChgEvent',
8840
+ 'SurveySubjectDmo',
8841
+ 'SurveyVersionDmo',
8842
+ 'SustainabilityScorecardDmo',
8843
+ 'SvcMgmtProacAgntUpdtEvnt',
8844
+ 'SvcSchdRequestTerrSummaryDmo',
8845
+ 'TaskDmo',
8846
+ 'TaxDisclosureSummaryDmo',
8847
+ 'TaxDmo',
8848
+ 'TaxPolicyDmo',
8849
+ 'TaxTreatmentDmo',
8850
+ 'TeamDmo',
8851
+ 'TeamMemberDmo',
8852
+ 'TelematicsProviderDmo',
8853
+ 'TelemetryTraceSpanDmo',
7644
8854
  'TenantBillingUsageEvent',
8855
+ 'TenantConsumptionAlert',
8856
+ 'TenantPvsnLicConsumption',
8857
+ 'TenantPvsnProdtLicMap',
8858
+ 'TenantPvsnProduct',
8859
+ 'TimePeriodDmo',
8860
+ 'TraceSpanEvent',
8861
+ 'TradeInTenderDmo',
7645
8862
  'TransactionSecurityEventLog',
8863
+ 'UiAgentInteractionEventLog',
8864
+ 'UiTelemetryNavTmEventLog',
8865
+ 'UiTelemetryRsrcTmEventLog',
8866
+ 'UmaHighScaleData',
7646
8867
  'UnifiedAnalyticsMonEvent',
8868
+ 'UniqueQueryEventLog',
8869
+ 'UnitOfMeasureDmo',
7647
8870
  'UnitOfMeasureUnit',
8871
+ 'UnitofMeasureConversionDmo',
8872
+ 'UniversalAnomalyEvent',
7648
8873
  'UriEventLog',
8874
+ 'UserDmo',
8875
+ 'UserGroupDmo',
8876
+ 'UserGroupRelationshipDmo',
8877
+ 'UserRoleDmo',
8878
+ 'UserSalesTerritoryDmo',
8879
+ 'VehicleAssetCarbonFootprintDmo',
8880
+ 'VehicleAssetEmissionsSourceDmo',
8881
+ 'VehicleAssetEnergyUseDmo',
8882
+ 'VehicleDefinitionDmo',
8883
+ 'VehicleDmo',
8884
+ 'VehiclePerformanceSummaryDmo',
8885
+ 'VehicleTelematicsEventDmo',
8886
+ 'VehicleTelematicsEventFaultCdMapDmo',
8887
+ 'VehicleTripDmo',
8888
+ 'VehicleTripDriverBehaviorDmo',
8889
+ 'VettingEvaluationDmo',
8890
+ 'VideoCallDmo',
8891
+ 'ViolationEnforcementActionDmo',
8892
+ 'ViolationTypeAssessmentIndDmo',
8893
+ 'ViolationTypeDmo',
8894
+ 'ViolationTypeRelationDmo',
8895
+ 'VisitDmo',
8896
+ 'VisitorDmo',
7649
8897
  'VisualforceRequestEventLog',
8898
+ 'VoiceCallDmo',
8899
+ 'VoiceCallEngagementDmo',
8900
+ 'VoiceCallRecCmplEvent',
8901
+ 'VoiceCallTranscript',
8902
+ 'VoucherDefinitionDmo',
8903
+ 'VoucherDmo',
8904
+ 'VoucherStatusChangedEvent',
8905
+ 'WarrantyTermDmo',
8906
+ 'WasteFootprintDmo',
8907
+ 'WebCartActivity',
8908
+ 'WebEventEngagementSummaryDmo',
8909
+ 'WebPageEngagementSummaryDmo',
7650
8910
  'WebPushMessageSubscription',
8911
+ 'WebSearchEngagementDmo',
7651
8912
  'WebStoreCMS',
8913
+ 'WebStoreDmo',
8914
+ 'WebStoreLegalBody',
8915
+ 'WebStoreMetaConfiguration',
8916
+ 'WebStoreProductCatalogDmo',
7652
8917
  'WebStoreUserCreatedEvent',
8918
+ 'WebpageDmo',
8919
+ 'WebsiteDmo',
8920
+ 'WebsiteEngagementDmo',
8921
+ 'WebsiteEventDmo',
8922
+ 'WebsiteItemEngagementDmo',
8923
+ 'WebsitePublicationDmo',
8924
+ 'WebsiteSourceDmo',
8925
+ 'WebsiteWebStoreDmo',
8926
+ 'WorkOrderDmo',
8927
+ 'WorkOrderItemDmo',
8928
+ 'WorkResourceAbsenceDmo',
8929
+ 'WorkResourceDmo',
8930
+ 'WorkResourceSkillDmo',
8931
+ 'WorkTypeDmo',
8932
+ 'WorkTypeGroupRoleDmo',
8933
+ 'WorkerCompensationCoverageClassDmo',
8934
+ 'WorkflowSLAAction',
7653
8935
  'YourAccountDataEvent',
7654
8936
  ]);
7655
8937
 
@@ -7694,7 +8976,7 @@ function createPathSelection(propertyName, fieldDefinition) {
7694
8976
  kind: 'Fragment',
7695
8977
  private: ['eTag', 'weakEtag'],
7696
8978
  selections: createRecordSelection(childFieldDefinition),
7697
- version: VERSION$2V,
8979
+ version: VERSION$31,
7698
8980
  },
7699
8981
  };
7700
8982
  }
@@ -7704,7 +8986,7 @@ function createPathSelection(propertyName, fieldDefinition) {
7704
8986
  required: childFieldDefinition.optional === true ? false : undefined,
7705
8987
  fragment: {
7706
8988
  kind: 'Fragment',
7707
- version: VERSION$2X,
8989
+ version: VERSION$33,
7708
8990
  private: [],
7709
8991
  selections: [DISPLAY_VALUE_SELECTION, fieldValueSelection],
7710
8992
  },
@@ -7779,8 +9061,6 @@ function buildSelectionFromFields(fields, optionalFields = []) {
7779
9061
  return createRecordSelection(convertRecordFieldsArrayToTrie(fields, optionalFields));
7780
9062
  }
7781
9063
 
7782
- const CUSTOM_API_NAME_SUFFIX = '__c';
7783
- const DMO_API_NAME_SUFFIX$1 = '__dlm';
7784
9064
  const CUSTOM_EXTERNAL_OBJECT_FIELD_SUFFIX = '__x';
7785
9065
  const RECORD_REPRESENTATION_ERROR_VERSION = 'RECORD_REPRESENTATION_ERROR_VERSION_1';
7786
9066
  const RECORD_REPRESENTATION_ERROR_STORE_METADATA_PARAMS = {
@@ -8053,14 +9333,12 @@ function writeMissingFieldToStore(field, fieldName) {
8053
9333
  }
8054
9334
  /**
8055
9335
  * Tells you if an objectApiName is supported by UI API or not.
8056
- * Note: Luvio does not currently support all the entities, the list is limited to UI API supported entities
9336
+ * Note: Since 244, all newly created entities are UIAPI enabled by default. See rules in ui-services-private-object-allow-list.yaml. Entities before 244 must be explicitly denied in ui-services-private-object-deny-list.yaml.
8057
9337
  * @param objectApiName the object API name from a record.
8058
9338
  * @return True if the provided objectApiName is supported in UI API.
8059
9339
  */
8060
9340
  function isSupportedEntity(objectApiName) {
8061
- return ((UIAPI_SUPPORTED_ENTITY_API_NAMES.has(objectApiName) ||
8062
- endsWith.call(objectApiName, CUSTOM_API_NAME_SUFFIX) ||
8063
- endsWith.call(objectApiName, DMO_API_NAME_SUFFIX$1)) &&
9341
+ return (UIAPI_SUPPORTED_ENTITY_API_NAMES.has(objectApiName) ||
8064
9342
  !UIAPI_DENIED_ENTITY_API_NAMES.has(objectApiName));
8065
9343
  }
8066
9344
  /** Return true if a >= b */
@@ -8217,7 +9495,7 @@ function mergeAndRefreshLowerVersionRecord(luvio, incoming, existing, incomingTr
8217
9495
  return existing;
8218
9496
  }
8219
9497
  function mergeRecordConflict(luvio, incoming, existing, recordConflictMap) {
8220
- const recordKey = keyBuilder$3O(luvio, {
9498
+ const recordKey = keyBuilder$3U(luvio, {
8221
9499
  recordId: incoming.id,
8222
9500
  });
8223
9501
  const incomingNode = luvio.wrapNormalizedGraphNode(incoming, recordKey);
@@ -8478,7 +9756,7 @@ function createFieldsIngestion(fieldsTrie, optionalFieldsTrie, recordConflictMap
8478
9756
  }
8479
9757
  function createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
8480
9758
  return dynamicNormalize$5({
8481
- childRelationships: ingest$2s,
9759
+ childRelationships: ingest$2A,
8482
9760
  fields: createFieldsIngestion(fieldsTrie, optionalFieldsTrie, recordConflictMap),
8483
9761
  });
8484
9762
  }
@@ -8514,7 +9792,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
8514
9792
  ttl: TTL$F,
8515
9793
  representationName: RepresentationType$_,
8516
9794
  namespace: keyPrefix,
8517
- version: VERSION$2V,
9795
+ version: VERSION$31,
8518
9796
  ingestionTimestamp: timestamp,
8519
9797
  });
8520
9798
  return createLink$1(key);
@@ -8611,13 +9889,13 @@ const createResourceRequest$1h = function getUiApiRecordsByRecordIdCreateResourc
8611
9889
  };
8612
9890
  };
8613
9891
 
8614
- function keyBuilder$3N(luvio, params) {
8615
- return keyBuilder$3O(luvio, {
9892
+ function keyBuilder$3T(luvio, params) {
9893
+ return keyBuilder$3U(luvio, {
8616
9894
  recordId: params.urlParams.recordId
8617
9895
  });
8618
9896
  }
8619
9897
  function getResponseCacheKeys$17(storeKeyMap, luvio, resourceParams, response) {
8620
- getTypeCacheKeys$2w(storeKeyMap, luvio, response);
9898
+ getTypeCacheKeys$2E(storeKeyMap, luvio, response);
8621
9899
  }
8622
9900
  function createResourceRequest$1g(config) {
8623
9901
  const headers = {};
@@ -8648,12 +9926,12 @@ const createResourceParams$15 = /*#__PURE__*/ createResourceParams(getRecord_Con
8648
9926
  // used by getUiApiRecordsBatchByRecordIds#selectChildResourceParams
8649
9927
  function buildRecordSelector(luvio, recordId, fields, optionalFields) {
8650
9928
  return {
8651
- recordId: keyBuilder$3O(luvio, { recordId }),
9929
+ recordId: keyBuilder$3U(luvio, { recordId }),
8652
9930
  node: {
8653
9931
  kind: 'Fragment',
8654
9932
  private: ['eTag', 'weakEtag'],
8655
9933
  selections: buildSelectionFromFields(fields, optionalFields),
8656
- version: VERSION$2V,
9934
+ version: VERSION$31,
8657
9935
  },
8658
9936
  variables: {},
8659
9937
  };
@@ -8667,7 +9945,7 @@ function buildSnapshotRefresh$5(luvio, config) {
8667
9945
  function prepareRequest$7(luvio, config) {
8668
9946
  const { recordId, fields } = config;
8669
9947
  // Should this go into the coersion logic?
8670
- const key = keyBuilder$3N(luvio, createResourceParams$15(config));
9948
+ const key = keyBuilder$3T(luvio, createResourceParams$15(config));
8671
9949
  const allTrackedFields = getTrackedFields(key, luvio.getNode(key), {
8672
9950
  maxDepth: configurationForRestAdapters.getTrackedFieldDepthOnCacheMiss(),
8673
9951
  onlyFetchLeafNodeIdAndName: configurationForRestAdapters.getTrackedFieldLeafNodeIdAndNameOnly(),
@@ -8740,7 +10018,7 @@ function isSingleBatchRecordResponse(response) {
8740
10018
  response.results.length === 1);
8741
10019
  }
8742
10020
 
8743
- const VERSION$2U = "98cce53b8d13b1883d001bbdaab24383";
10021
+ const VERSION$30 = "98cce53b8d13b1883d001bbdaab24383";
8744
10022
 
8745
10023
  const nonCachedErrors$8 = ObjectCreate$1(null);
8746
10024
  function ingestSuccessChildResourceParams$9(luvio, childResourceParamsArray, childEnvelopes, serverRequestCount = 0) {
@@ -8750,7 +10028,7 @@ function ingestSuccessChildResourceParams$9(luvio, childResourceParamsArray, chi
8750
10028
  const now = Date.now();
8751
10029
  for (let index = 0, len = childResourceParamsArray.length; index < len; index += 1) {
8752
10030
  const childResourceParams = childResourceParamsArray[index];
8753
- const childKey = keyBuilder$3N(luvio, childResourceParams);
10031
+ const childKey = keyBuilder$3T(luvio, childResourceParams);
8754
10032
  const result = childEnvelopes[index];
8755
10033
  const { statusCode: childStatusCode, result: childBody } = result;
8756
10034
  if (childStatusCode === 200) {
@@ -8837,11 +10115,11 @@ function selectChildResourceParams$8(luvio, childResources, resourceParams) {
8837
10115
  read: (reader) => {
8838
10116
  // Top-level 404 lookup
8839
10117
  const compositeSnapshot = luvio.storeLookup({
8840
- recordId: keyBuilder$3M(luvio, resourceParams),
10118
+ recordId: keyBuilder$3S(luvio, resourceParams),
8841
10119
  node: {
8842
10120
  kind: 'Fragment',
8843
10121
  private: [],
8844
- version: VERSION$2U,
10122
+ version: VERSION$30,
8845
10123
  },
8846
10124
  variables: {},
8847
10125
  });
@@ -8861,7 +10139,7 @@ function selectChildResourceParams$8(luvio, childResources, resourceParams) {
8861
10139
  reader.enterPath(i);
8862
10140
  reader.enterPath(envelopeBodyPath);
8863
10141
  const childResource = childResources[i];
8864
- const childKey = keyBuilder$3N(luvio, childResource);
10142
+ const childKey = keyBuilder$3T(luvio, childResource);
8865
10143
  const isMissingDataBeforeChildRead = reader.getIsDataMissing();
8866
10144
  const childSnapshot = reader.read(buildRecordSelector(luvio, childResource.urlParams.recordId, childResource.queryParams.fields || [], childResource.queryParams.optionalFields || []));
8867
10145
  reader.exitPath();
@@ -8961,7 +10239,7 @@ function createChildResourceParams$c(resourceParams) {
8961
10239
  }
8962
10240
  return childConfigs;
8963
10241
  }
8964
- function keyBuilder$3M(luvio, params) {
10242
+ function keyBuilder$3S(luvio, params) {
8965
10243
  return keyPrefix + '::BatchRepresentation:(' + 'childRelationships:' + params.queryParams.childRelationships + ',' + 'fields:' + params.queryParams.fields + ',' + 'layoutTypes:' + params.queryParams.layoutTypes + ',' + 'modes:' + params.queryParams.modes + ',' + 'optionalFields:' + params.queryParams.optionalFields + ',' + 'pageSize:' + params.queryParams.pageSize + ',' + 'updateMru:' + params.queryParams.updateMru + ',' + 'recordIds:' + params.urlParams.recordIds + ')';
8966
10244
  }
8967
10245
  function getResponseCacheKeys$16(keys, luvio, resourceParams, response) {
@@ -8981,7 +10259,7 @@ function getResponseCacheKeys$16(keys, luvio, resourceParams, response) {
8981
10259
  getResponseCacheKeys$17(keys, luvio, childResourceParams, childBody);
8982
10260
  }
8983
10261
  else if (childStatusCode === 404) {
8984
- const childKey = keyBuilder$3N(luvio, childResourceParams);
10262
+ const childKey = keyBuilder$3T(luvio, childResourceParams);
8985
10263
  keys.set(childKey, {
8986
10264
  namespace: keyPrefix,
8987
10265
  representationName: RepresentationType$_,
@@ -8991,7 +10269,7 @@ function getResponseCacheKeys$16(keys, luvio, resourceParams, response) {
8991
10269
  }
8992
10270
  }
8993
10271
  function ingestError$Q(luvio, params, error, snapshotRefresh) {
8994
- const key = keyBuilder$3M(luvio, params);
10272
+ const key = keyBuilder$3S(luvio, params);
8995
10273
  const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
8996
10274
  luvio.storeIngestError(key, errorSnapshot);
8997
10275
  return errorSnapshot;
@@ -9080,7 +10358,7 @@ function onFetchResponseSuccess$S(luvio, config, resourceParams, response, serve
9080
10358
  }
9081
10359
  }
9082
10360
  const snapshotStateFulfilled = 'Fulfilled';
9083
- const key = keyBuilder$3M(luvio, resourceParams);
10361
+ const key = keyBuilder$3S(luvio, resourceParams);
9084
10362
  const { childSnapshotData, seenRecords } = ingestSuccessChildResourceParams$9(luvio, childResourceParamsArray, childEnvelopes, serverRequestCount);
9085
10363
  const snapshot = {
9086
10364
  recordId: key,
@@ -9150,7 +10428,7 @@ function resolveConflict(luvio, map) {
9150
10428
  buildNetworkSnapshot$1a(luvio, config, map.serverRequestCount);
9151
10429
  }
9152
10430
  }
9153
- const ingest$2r = (input, path, luvio, store, timestamp) => {
10431
+ const ingest$2z = (input, path, luvio, store, timestamp) => {
9154
10432
  const conflictMap = {
9155
10433
  conflicts: {},
9156
10434
  serverRequestCount: 0,
@@ -9228,7 +10506,7 @@ const getMruListUi_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationCon
9228
10506
  },
9229
10507
  });
9230
10508
  const RepresentationType$T = 'ObjectInfoRepresentation';
9231
- function keyBuilder$3x(luvio, config) {
10509
+ function keyBuilder$3D(luvio, config) {
9232
10510
  return keyPrefix + '::' + RepresentationType$T + ':' + config.apiName;
9233
10511
  }
9234
10512
 
@@ -9270,12 +10548,12 @@ ObjectCreate$1(null);
9270
10548
 
9271
10549
  ObjectCreate$1(null);
9272
10550
 
9273
- const VERSION$2d = "8d2032474fb4fabdf5cf4042be9042d9";
9274
- const select$2r = function WorkStepPicklistValueAttributeRepresentationSelect() {
9275
- const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$2n();
10551
+ const VERSION$2l = "8d2032474fb4fabdf5cf4042be9042d9";
10552
+ const select$2z = function WorkStepPicklistValueAttributeRepresentationSelect() {
10553
+ const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$2v();
9276
10554
  return {
9277
10555
  kind: 'Fragment',
9278
- version: VERSION$2d,
10556
+ version: VERSION$2l,
9279
10557
  private: [],
9280
10558
  selections: [
9281
10559
  ...AbstractPicklistValueAttributesRepresentationSelections,
@@ -9291,12 +10569,12 @@ const select$2r = function WorkStepPicklistValueAttributeRepresentationSelect()
9291
10569
  };
9292
10570
  };
9293
10571
 
9294
- const VERSION$2c = "53893a219bc0888951863f2c44317cac";
9295
- const select$2q = function LeadStatusPicklistValueAttributesRepresentationSelect() {
9296
- const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$2n();
10572
+ const VERSION$2k = "53893a219bc0888951863f2c44317cac";
10573
+ const select$2y = function LeadStatusPicklistValueAttributesRepresentationSelect() {
10574
+ const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$2v();
9297
10575
  return {
9298
10576
  kind: 'Fragment',
9299
- version: VERSION$2c,
10577
+ version: VERSION$2k,
9300
10578
  private: [],
9301
10579
  selections: [
9302
10580
  ...AbstractPicklistValueAttributesRepresentationSelections,
@@ -9308,12 +10586,12 @@ const select$2q = function LeadStatusPicklistValueAttributesRepresentationSelect
9308
10586
  };
9309
10587
  };
9310
10588
 
9311
- const VERSION$2b = "4818ec07c499784571c1012ead048c88";
9312
- const select$2p = function CaseStatusPicklistValueAttributesRepresentationSelect() {
9313
- const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$2n();
10589
+ const VERSION$2j = "4818ec07c499784571c1012ead048c88";
10590
+ const select$2x = function CaseStatusPicklistValueAttributesRepresentationSelect() {
10591
+ const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$2v();
9314
10592
  return {
9315
10593
  kind: 'Fragment',
9316
- version: VERSION$2b,
10594
+ version: VERSION$2j,
9317
10595
  private: [],
9318
10596
  selections: [
9319
10597
  ...AbstractPicklistValueAttributesRepresentationSelections,
@@ -9325,12 +10603,12 @@ const select$2p = function CaseStatusPicklistValueAttributesRepresentationSelect
9325
10603
  };
9326
10604
  };
9327
10605
 
9328
- const VERSION$2a = "950a3a962acbd2b128f937d4c055a9d6";
9329
- const select$2o = function OpportunityStagePicklistValueAttributesRepresentationSelect() {
9330
- const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$2n();
10606
+ const VERSION$2i = "950a3a962acbd2b128f937d4c055a9d6";
10607
+ const select$2w = function OpportunityStagePicklistValueAttributesRepresentationSelect() {
10608
+ const { selections: AbstractPicklistValueAttributesRepresentationSelections } = select$2v();
9331
10609
  return {
9332
10610
  kind: 'Fragment',
9333
- version: VERSION$2a,
10611
+ version: VERSION$2i,
9334
10612
  private: [],
9335
10613
  selections: [
9336
10614
  ...AbstractPicklistValueAttributesRepresentationSelections,
@@ -9361,12 +10639,12 @@ var DiscriminatorValues$4;
9361
10639
  DiscriminatorValues["CaseStatus"] = "CaseStatus";
9362
10640
  DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
9363
10641
  })(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
9364
- const VERSION$29 = "bd523b2343366edfc25a2dbee2c4e986";
10642
+ const VERSION$2h = "bd523b2343366edfc25a2dbee2c4e986";
9365
10643
  const selectChildren$2 = function AbstractPicklistValueAttributesRepresentationSelectChildren() {
9366
- const workStepPicklistValueAttributeRepresentationSelections = select$2r();
9367
- const leadStatusPicklistValueAttributesRepresentationSelections = select$2q();
9368
- const caseStatusPicklistValueAttributesRepresentationSelections = select$2p();
9369
- const opportunityStagePicklistValueAttributesRepresentationSelections = select$2o();
10644
+ const workStepPicklistValueAttributeRepresentationSelections = select$2z();
10645
+ const leadStatusPicklistValueAttributesRepresentationSelections = select$2y();
10646
+ const caseStatusPicklistValueAttributesRepresentationSelections = select$2x();
10647
+ const opportunityStagePicklistValueAttributesRepresentationSelections = select$2w();
9370
10648
  return {
9371
10649
  kind: 'Fragment',
9372
10650
  union: true,
@@ -9379,10 +10657,10 @@ const selectChildren$2 = function AbstractPicklistValueAttributesRepresentationS
9379
10657
  }
9380
10658
  };
9381
10659
  };
9382
- const select$2n = function AbstractPicklistValueAttributesRepresentationSelect() {
10660
+ const select$2v = function AbstractPicklistValueAttributesRepresentationSelect() {
9383
10661
  return {
9384
10662
  kind: 'Fragment',
9385
- version: VERSION$29,
10663
+ version: VERSION$2h,
9386
10664
  private: [],
9387
10665
  selections: [
9388
10666
  {
@@ -9393,12 +10671,12 @@ const select$2n = function AbstractPicklistValueAttributesRepresentationSelect()
9393
10671
  };
9394
10672
  };
9395
10673
 
9396
- const VERSION$28 = "9e2a16a80378487f557124c771201cf9";
9397
- const select$2m = function PicklistValueRepresentationSelect() {
10674
+ const VERSION$2g = "9e2a16a80378487f557124c771201cf9";
10675
+ const select$2u = function PicklistValueRepresentationSelect() {
9398
10676
  const AbstractPicklistValueAttributesRepresentation__unionSelections = selectChildren$2();
9399
10677
  return {
9400
10678
  kind: 'Fragment',
9401
- version: VERSION$28,
10679
+ version: VERSION$2g,
9402
10680
  private: [],
9403
10681
  selections: [
9404
10682
  {
@@ -9425,12 +10703,12 @@ const select$2m = function PicklistValueRepresentationSelect() {
9425
10703
  ]
9426
10704
  };
9427
10705
  };
9428
- const VERSION$27 = "0a361a49370acb4c6a31721a2057649a";
9429
- const select$2l = function PicklistValuesRepresentationSelect() {
9430
- const { selections: PicklistValueRepresentation__selections, opaque: PicklistValueRepresentation__opaque, } = select$2m();
10706
+ const VERSION$2f = "0a361a49370acb4c6a31721a2057649a";
10707
+ const select$2t = function PicklistValuesRepresentationSelect() {
10708
+ const { selections: PicklistValueRepresentation__selections, opaque: PicklistValueRepresentation__opaque, } = select$2u();
9431
10709
  return {
9432
10710
  kind: 'Fragment',
9433
- version: VERSION$27,
10711
+ version: VERSION$2f,
9434
10712
  private: [
9435
10713
  'eTag'
9436
10714
  ],
@@ -9460,7 +10738,7 @@ const select$2l = function PicklistValuesRepresentationSelect() {
9460
10738
  };
9461
10739
  };
9462
10740
 
9463
- select$2l().selections;
10741
+ select$2t().selections;
9464
10742
 
9465
10743
  var DiscriminatorValues$3;
9466
10744
  (function (DiscriminatorValues) {
@@ -9642,7 +10920,7 @@ function getShallowRecord(luvio, storeRecordId) {
9642
10920
  */
9643
10921
  function getObjectMetadata(luvio, record) {
9644
10922
  const { data: objectInfo } = luvio.storeLookup({
9645
- recordId: keyBuilder$3x(luvio, { apiName: record.apiName }),
10923
+ recordId: keyBuilder$3D(luvio, { apiName: record.apiName }),
9646
10924
  node: {
9647
10925
  kind: 'Fragment',
9648
10926
  private: ['eTag'],
@@ -9683,7 +10961,7 @@ function getObjectMetadata(luvio, record) {
9683
10961
  function fixRecordTypes(luvio, record) {
9684
10962
  // non-master record types should always be correct
9685
10963
  if (record.recordTypeId === MAIN_RECORD_TYPE_ID) {
9686
- const key = keyBuilder$3O(luvio, { recordId: record.id });
10964
+ const key = keyBuilder$3U(luvio, { recordId: record.id });
9687
10965
  const recordNode = luvio.getNode(key);
9688
10966
  if (isGraphNode(recordNode) && recordNode.scalar('recordTypeId') !== MAIN_RECORD_TYPE_ID) {
9689
10967
  // ignore bogus incoming record type information & keep what we have
@@ -9759,7 +11037,7 @@ class AdsBridge {
9759
11037
  fixRecordTypes(luvio, recordCopy);
9760
11038
  const recordIngest = this.recordRepresentationIngestOverride !== undefined
9761
11039
  ? this.recordRepresentationIngestOverride
9762
- : ingest$2r;
11040
+ : ingest$2z;
9763
11041
  luvio.storeIngest(INGEST_KEY, recordIngest, recordCopy);
9764
11042
  }
9765
11043
  }
@@ -9773,7 +11051,7 @@ class AdsBridge {
9773
11051
  */
9774
11052
  evict(recordId) {
9775
11053
  const { luvio } = this;
9776
- const key = keyBuilder$3O(luvio, { recordId });
11054
+ const key = keyBuilder$3U(luvio, { recordId });
9777
11055
  return this.lockLdsRecordEmit(() => {
9778
11056
  luvio.storeEvict(key);
9779
11057
  luvio.storeBroadcast();
@@ -9788,7 +11066,7 @@ class AdsBridge {
9788
11066
  */
9789
11067
  getTrackedFieldsForRecord(recordId) {
9790
11068
  const { luvio } = this;
9791
- const storeRecordId = keyBuilder$3O(luvio, { recordId });
11069
+ const storeRecordId = keyBuilder$3U(luvio, { recordId });
9792
11070
  const recordNode = luvio.getNode(storeRecordId);
9793
11071
  if (!isGraphNode(recordNode)) {
9794
11072
  return Promise.resolve([]);