@salesforce/lds-worker-api 1.262.4 → 1.263.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.
- package/dist/sfdc/es/ldsWorkerApi.js +1 -1
- package/dist/standalone/es/lds-worker-api.js +168 -28
- package/dist/standalone/umd/lds-worker-api.js +168 -28
- package/package.json +10 -10
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/adapter-forward-assignedtome.adapter-snapshot.result.json +7 -7
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/assignedtome.adapter-snapshot.result.json +7 -7
|
@@ -1034,4 +1034,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1034
1034
|
}
|
|
1035
1035
|
|
|
1036
1036
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1037
|
-
// version: 1.
|
|
1037
|
+
// version: 1.263.0-fa3f79648
|
|
@@ -4129,7 +4129,7 @@ function withDefaultLuvio(callback) {
|
|
|
4129
4129
|
}
|
|
4130
4130
|
callbacks.push(callback);
|
|
4131
4131
|
}
|
|
4132
|
-
// version: 1.
|
|
4132
|
+
// version: 1.263.0-fa3f79648
|
|
4133
4133
|
|
|
4134
4134
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4135
4135
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15637,7 +15637,7 @@ function gql(literals, ...subs) {
|
|
|
15637
15637
|
}
|
|
15638
15638
|
return superResult;
|
|
15639
15639
|
}
|
|
15640
|
-
// version: 1.
|
|
15640
|
+
// version: 1.263.0-fa3f79648
|
|
15641
15641
|
|
|
15642
15642
|
function unwrap(data) {
|
|
15643
15643
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16562,7 +16562,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16562
16562
|
const { apiFamily, name } = metadata;
|
|
16563
16563
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16564
16564
|
}
|
|
16565
|
-
// version: 1.
|
|
16565
|
+
// version: 1.263.0-fa3f79648
|
|
16566
16566
|
|
|
16567
16567
|
/**
|
|
16568
16568
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -18373,12 +18373,12 @@ const notifyUpdateAvailableFactory$3 = (luvio) => {
|
|
|
18373
18373
|
const MASTER_RECORD_TYPE_ID = '012000000000000AAA';
|
|
18374
18374
|
|
|
18375
18375
|
/**
|
|
18376
|
-
* A set of the string names of known
|
|
18376
|
+
* A set of the string names of known entities.
|
|
18377
18377
|
*
|
|
18378
18378
|
* Generated
|
|
18379
|
-
* from:
|
|
18380
|
-
* API version:
|
|
18381
|
-
* at:
|
|
18379
|
+
* from: ui-services-private-object-allow-list.yaml
|
|
18380
|
+
* API version: 60
|
|
18381
|
+
* at: Fri, 10 Nov 2023 19:35:20 GMT
|
|
18382
18382
|
*/
|
|
18383
18383
|
const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
18384
18384
|
'AIPredictionScore',
|
|
@@ -18405,6 +18405,9 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
18405
18405
|
'AcctMgrTarget',
|
|
18406
18406
|
'AcctMgrTargetDstr',
|
|
18407
18407
|
'ActionCadence',
|
|
18408
|
+
'ActionCadenceStep',
|
|
18409
|
+
'ActionCadenceStepTracker',
|
|
18410
|
+
'ActionCadenceTracker',
|
|
18408
18411
|
'ActionPlan',
|
|
18409
18412
|
'ActionPlanBaseTemplateAsgn',
|
|
18410
18413
|
'ActionPlanItem',
|
|
@@ -18423,6 +18426,8 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
18423
18426
|
'ActionableListMemberStatus',
|
|
18424
18427
|
'ActivationTarget',
|
|
18425
18428
|
'ActiveScratchOrg',
|
|
18429
|
+
'ActivityMetric',
|
|
18430
|
+
'ActivityMetricRollup',
|
|
18426
18431
|
'ActivityTiming',
|
|
18427
18432
|
'AdBuyServerAccount',
|
|
18428
18433
|
'AdCreativeSizeType',
|
|
@@ -18457,7 +18462,6 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
18457
18462
|
'AdvAccountForecastFact',
|
|
18458
18463
|
'AdvAcctForecastSetPartner',
|
|
18459
18464
|
'AdvAcctForecastSetUse',
|
|
18460
|
-
'AffinityScore',
|
|
18461
18465
|
'AiDataset',
|
|
18462
18466
|
'AiImageDetectedObject',
|
|
18463
18467
|
'AiImageTrainingObject',
|
|
@@ -18552,6 +18556,9 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
18552
18556
|
'AuthorizationFormDataUse',
|
|
18553
18557
|
'AuthorizationFormText',
|
|
18554
18558
|
'AuthorizedInsuranceLine',
|
|
18559
|
+
'AutomatedAction',
|
|
18560
|
+
'AutomatedActionCondition',
|
|
18561
|
+
'AutomatedActionParameter',
|
|
18555
18562
|
'Award',
|
|
18556
18563
|
'BCEntityPermission',
|
|
18557
18564
|
'BCEntityPermissionSet',
|
|
@@ -18633,7 +18640,6 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
18633
18640
|
'CampaignInsight',
|
|
18634
18641
|
'CampaignMember',
|
|
18635
18642
|
'CampaignMemberStatus',
|
|
18636
|
-
'CampaignTemplate',
|
|
18637
18643
|
'CapitationCareFeeAgreement',
|
|
18638
18644
|
'CardPaymentMethod',
|
|
18639
18645
|
'CareBarrier',
|
|
@@ -18699,7 +18705,6 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
18699
18705
|
'CaseParticipant',
|
|
18700
18706
|
'CaseProgram',
|
|
18701
18707
|
'CaseRelatedIssue',
|
|
18702
|
-
'CaseServiceProcess',
|
|
18703
18708
|
'CategorizedCareFeeAgreement',
|
|
18704
18709
|
'ChangeRequest',
|
|
18705
18710
|
'ChangeRequestRelatedIssue',
|
|
@@ -18769,6 +18774,8 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
18769
18774
|
'ContentDocument',
|
|
18770
18775
|
'ContentDocumentLink',
|
|
18771
18776
|
'ContentDocumentListViewMapping',
|
|
18777
|
+
'ContentFolderItem',
|
|
18778
|
+
'ContentFolderLink',
|
|
18772
18779
|
'ContentNote',
|
|
18773
18780
|
'ContentVersion',
|
|
18774
18781
|
'ContentWorkspace',
|
|
@@ -18778,6 +18785,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
18778
18785
|
'ContractDocVersionSection',
|
|
18779
18786
|
'ContractDocumentVersion',
|
|
18780
18787
|
'ContractGroupPlan',
|
|
18788
|
+
'ContractGroupPlanGroupClass',
|
|
18781
18789
|
'ContractLineItem',
|
|
18782
18790
|
'ContractLineOutcome',
|
|
18783
18791
|
'ContractLineOutcomeData',
|
|
@@ -18787,14 +18795,11 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
18787
18795
|
'ConversationBroadcast',
|
|
18788
18796
|
'ConversationBroadcastEntry',
|
|
18789
18797
|
'Coupon',
|
|
18790
|
-
'CouponCode',
|
|
18791
18798
|
'CourseOffering',
|
|
18792
18799
|
'CourseOfferingParticipant',
|
|
18793
18800
|
'CourseOfferingPtcpResult',
|
|
18794
18801
|
'CourseOfferingSchedule',
|
|
18795
18802
|
'CourseOfferingScheduleTmpl',
|
|
18796
|
-
'CourtAction',
|
|
18797
|
-
'CourtActionOutcome',
|
|
18798
18803
|
'CoverageBenefit',
|
|
18799
18804
|
'CoverageBenefitItem',
|
|
18800
18805
|
'CoverageBenefitItemLimit',
|
|
@@ -18863,6 +18868,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
18863
18868
|
'DsarPolicyLog',
|
|
18864
18869
|
'DuplicateRecordItem',
|
|
18865
18870
|
'DuplicateRecordSet',
|
|
18871
|
+
'ECart',
|
|
18866
18872
|
'EconomicPerformanceSum',
|
|
18867
18873
|
'EditionDefinition',
|
|
18868
18874
|
'EducationalInfoRequest',
|
|
@@ -18886,7 +18892,10 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
18886
18892
|
'EmployeeOrganization',
|
|
18887
18893
|
'EmssnRdctnCommitment',
|
|
18888
18894
|
'EmssnReductionTarget',
|
|
18889
|
-
'
|
|
18895
|
+
'EnablementProgram',
|
|
18896
|
+
'EnblProgramSection',
|
|
18897
|
+
'EnblProgramTaskDefinition',
|
|
18898
|
+
'EnblProgramTaskProgress',
|
|
18890
18899
|
'EngagementAttendee',
|
|
18891
18900
|
'EngagementChannelType',
|
|
18892
18901
|
'EngagementChannelWorkType',
|
|
@@ -18917,6 +18926,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
18917
18926
|
'ExternalAccountHierarchy',
|
|
18918
18927
|
'FTestVirtualBpoLookup',
|
|
18919
18928
|
'FeeScheduleDefinition',
|
|
18929
|
+
'FeedItem',
|
|
18920
18930
|
'FieldServiceMobileExtension',
|
|
18921
18931
|
'FieldServiceMobileSettings',
|
|
18922
18932
|
'FieldServiceOrgSettings',
|
|
@@ -19051,7 +19061,6 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
19051
19061
|
'JobProfile',
|
|
19052
19062
|
'JournalSubType',
|
|
19053
19063
|
'JournalType',
|
|
19054
|
-
'Journey',
|
|
19055
19064
|
'KnowledgeArticleVersion',
|
|
19056
19065
|
'Lead',
|
|
19057
19066
|
'LeadLineItem',
|
|
@@ -19063,6 +19072,9 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
19063
19072
|
'LearningAchievement',
|
|
19064
19073
|
'LearningCourse',
|
|
19065
19074
|
'LearningFoundationItem',
|
|
19075
|
+
'LearningItem',
|
|
19076
|
+
'LearningItemAssignment',
|
|
19077
|
+
'LearningItemProgress',
|
|
19066
19078
|
'LearningOutcomeItem',
|
|
19067
19079
|
'LearningProgram',
|
|
19068
19080
|
'LearningProgramPlan',
|
|
@@ -19140,8 +19152,6 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
19140
19152
|
'MarketingLink',
|
|
19141
19153
|
'MarketingLinkContent',
|
|
19142
19154
|
'MarketingResource',
|
|
19143
|
-
'Marketplace',
|
|
19144
|
-
'MarketplaceSeller',
|
|
19145
19155
|
'MedReconRecommendation',
|
|
19146
19156
|
'MedReconStmtRecommendation',
|
|
19147
19157
|
'MedTherapyStmtReviewIssue',
|
|
@@ -19208,9 +19218,11 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
19208
19218
|
'OpportunityHistory',
|
|
19209
19219
|
'OpportunityLineItem',
|
|
19210
19220
|
'OpportunityLineItemSchedule',
|
|
19221
|
+
'OpportunityLineItemSplit',
|
|
19211
19222
|
'OpportunityParticipant',
|
|
19212
19223
|
'OpportunityPartner',
|
|
19213
19224
|
'OpportunityPreferredSeller',
|
|
19225
|
+
'OpportunitySplit',
|
|
19214
19226
|
'OpportunityTeamMember',
|
|
19215
19227
|
'Order',
|
|
19216
19228
|
'OrderAction',
|
|
@@ -19304,17 +19316,26 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
19304
19316
|
'Polygon',
|
|
19305
19317
|
'PreliminaryApplicationRef',
|
|
19306
19318
|
'PreventiveCareAgreement',
|
|
19319
|
+
'PriceAdjustmentGroupShape',
|
|
19320
|
+
'PriceAdjustmentItemShape',
|
|
19307
19321
|
'PriceAdjustmentSchedule',
|
|
19322
|
+
'PriceAdjustmentTier',
|
|
19308
19323
|
'PriceList',
|
|
19309
|
-
'
|
|
19324
|
+
'PriceRule',
|
|
19325
|
+
'PriceRuleAction',
|
|
19326
|
+
'PriceRuleActionItem',
|
|
19327
|
+
'PriceRuleCondition',
|
|
19328
|
+
'PriceRuleConditionFilter',
|
|
19329
|
+
'PriceRuleExecutionStage',
|
|
19310
19330
|
'Pricebook2',
|
|
19311
19331
|
'PricebookEntry',
|
|
19312
|
-
'PricingFieldMapping',
|
|
19313
19332
|
'PricingHeader',
|
|
19314
19333
|
'PricingLineItem',
|
|
19315
19334
|
'PricingProduct',
|
|
19316
19335
|
'PrivacyHold',
|
|
19317
19336
|
'PrivacyHoldReason',
|
|
19337
|
+
'PrivacyJobSession',
|
|
19338
|
+
'PrivacyPolicy',
|
|
19318
19339
|
'PrivacyRequest',
|
|
19319
19340
|
'Problem',
|
|
19320
19341
|
'ProblemDefinition',
|
|
@@ -19343,6 +19364,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
19343
19364
|
'ProductCategoryProduct',
|
|
19344
19365
|
'ProductCategoryServiceProcess',
|
|
19345
19366
|
'ProductComponentGroup',
|
|
19367
|
+
'ProductConfigurationalRule',
|
|
19346
19368
|
'ProductConsumed',
|
|
19347
19369
|
'ProductConsumedState',
|
|
19348
19370
|
'ProductConsumptionSchedule',
|
|
@@ -19370,6 +19392,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
19370
19392
|
'ProductSellingModelOption',
|
|
19371
19393
|
'ProductServiceCampaign',
|
|
19372
19394
|
'ProductServiceCampaignItem',
|
|
19395
|
+
'ProductSpecificationType',
|
|
19373
19396
|
'ProductTransfer',
|
|
19374
19397
|
'ProductTransferState',
|
|
19375
19398
|
'ProductWarrantyTerm',
|
|
@@ -19389,6 +19412,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
19389
19412
|
'ProgramTermApplnTimeline',
|
|
19390
19413
|
'Promotion',
|
|
19391
19414
|
'PromotionChannel',
|
|
19415
|
+
'PromotionDataTranslation',
|
|
19392
19416
|
'PromotionLoyaltyPtnrProdt',
|
|
19393
19417
|
'PromotionMarketSegment',
|
|
19394
19418
|
'PromotionProduct',
|
|
@@ -19497,6 +19521,9 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
19497
19521
|
'SalesAgreementProductSchedule',
|
|
19498
19522
|
'SalesChannel',
|
|
19499
19523
|
'SalesContractLine',
|
|
19524
|
+
'SalesTransactionItemShape',
|
|
19525
|
+
'SalesTransactionShape',
|
|
19526
|
+
'SalesTrxnItemRelationShape',
|
|
19500
19527
|
'SalesforceContract',
|
|
19501
19528
|
'SalesforceInvoice',
|
|
19502
19529
|
'SalesforceQuote',
|
|
@@ -19520,7 +19547,6 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
19520
19547
|
'ServiceContract',
|
|
19521
19548
|
'ServiceCrew',
|
|
19522
19549
|
'ServiceCrewMember',
|
|
19523
|
-
'ServicePoint',
|
|
19524
19550
|
'ServiceReport',
|
|
19525
19551
|
'ServiceReportLayout',
|
|
19526
19552
|
'ServiceResource',
|
|
@@ -19582,6 +19608,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
19582
19608
|
'Survey',
|
|
19583
19609
|
'SurveyEmailBranding',
|
|
19584
19610
|
'SurveyInvitation',
|
|
19611
|
+
'SurveyQuestion',
|
|
19585
19612
|
'SurveyQuestionChoice',
|
|
19586
19613
|
'SurveyQuestionResponse',
|
|
19587
19614
|
'SurveyResponse',
|
|
@@ -19590,6 +19617,9 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
19590
19617
|
'SustainabilityCredit',
|
|
19591
19618
|
'SustainabilityPurchase',
|
|
19592
19619
|
'SustainabilityScorecard',
|
|
19620
|
+
'SvcCatalogCategory',
|
|
19621
|
+
'SvcCatalogCategoryItem',
|
|
19622
|
+
'SvcCatalogItemDef',
|
|
19593
19623
|
'SvcCatalogReqExtdAttrVal',
|
|
19594
19624
|
'SvcCatalogReqRelatedItem',
|
|
19595
19625
|
'SvcCatalogRequest',
|
|
@@ -19617,6 +19647,7 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
19617
19647
|
'TrackedCommunicationDetail',
|
|
19618
19648
|
'TrainingCourseParticipant',
|
|
19619
19649
|
'TransactionJournal',
|
|
19650
|
+
'Translation',
|
|
19620
19651
|
'TravelMode',
|
|
19621
19652
|
'TrialEnvironmentSignup',
|
|
19622
19653
|
'TrnCourse',
|
|
@@ -19696,6 +19727,114 @@ const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
|
19696
19727
|
'WstDispoEmssnFctrSet',
|
|
19697
19728
|
'WstDispoEmssnFctrSetItm',
|
|
19698
19729
|
]);
|
|
19730
|
+
/**
|
|
19731
|
+
* A set of the string names of known entities.
|
|
19732
|
+
*
|
|
19733
|
+
* Generated
|
|
19734
|
+
* from: ui-services-private-object-deny-list.yaml
|
|
19735
|
+
* API version: 60
|
|
19736
|
+
* at: Fri, 10 Nov 2023 19:35:20 GMT
|
|
19737
|
+
*/
|
|
19738
|
+
const UIAPI_DENIED_ENTITY_API_NAMES = new Set([
|
|
19739
|
+
'AIProductOptimizedField',
|
|
19740
|
+
'ASEOrgSyncHealthStats',
|
|
19741
|
+
'ASEOrgSyncHealthTxns',
|
|
19742
|
+
'ActionableOrchResponseEvent',
|
|
19743
|
+
'ActionableOrchSourceEvent',
|
|
19744
|
+
'ActnblListKeyPrfmIndAsgnt',
|
|
19745
|
+
'ApplicationSectionDefinition',
|
|
19746
|
+
'ApplnStageSectionDefinition',
|
|
19747
|
+
'AssetThresholdUpdateEvent',
|
|
19748
|
+
'BulkApi2JobResultsEvent',
|
|
19749
|
+
'BulkApi2JobStatusEvent',
|
|
19750
|
+
'BulkMessage',
|
|
19751
|
+
'CommerceJobStatus',
|
|
19752
|
+
'CommerceSearchResultsRule',
|
|
19753
|
+
'CompiledProduct',
|
|
19754
|
+
'ConsentUnsubscribeEvent',
|
|
19755
|
+
'ContentTaxonomyModel',
|
|
19756
|
+
'ContextPersistenceEvent',
|
|
19757
|
+
'ContractCreationEvent',
|
|
19758
|
+
'ConvIntelligenceVoiceCall',
|
|
19759
|
+
'ConvMessageSendRequest',
|
|
19760
|
+
'ConversationInsightEvent',
|
|
19761
|
+
'ConversationTranscriptSendRequest',
|
|
19762
|
+
'DataActionJobStatusEvent',
|
|
19763
|
+
'DataCloudCurrencyConfig',
|
|
19764
|
+
'DataCloudFiscalCalendar',
|
|
19765
|
+
'DataMultiOrgServiceEvent',
|
|
19766
|
+
'DataObjectDependency',
|
|
19767
|
+
'DecisionTableRecordset',
|
|
19768
|
+
'DiscoveryFrwrkSampleTemplate',
|
|
19769
|
+
'DiscoveryFrwrkTemplateMember',
|
|
19770
|
+
'DocumentExtReviewerConsent',
|
|
19771
|
+
'EmailBounceEvent',
|
|
19772
|
+
'ExtKnowledgeIngestionStatus',
|
|
19773
|
+
'ExtKnowledgeIngestionTask',
|
|
19774
|
+
'ExtKnowledgeOrgStatus',
|
|
19775
|
+
'ExtKnowledgeXDSConnector',
|
|
19776
|
+
'ExternalDocRefMapping',
|
|
19777
|
+
'ExternalEncryptionRootKey',
|
|
19778
|
+
'FirstBillPaymentSetupEvent',
|
|
19779
|
+
'FlowDefDataActionMapping',
|
|
19780
|
+
'GenericHammerResult',
|
|
19781
|
+
'GeolocationBasedAction',
|
|
19782
|
+
'InsuranceRatingInput',
|
|
19783
|
+
'InsuranceRatingOutput',
|
|
19784
|
+
'InsuranceRatingRequestEvent',
|
|
19785
|
+
'InsuranceRatingRequestItem',
|
|
19786
|
+
'InterviewItemWaitCondition',
|
|
19787
|
+
'MLFeature',
|
|
19788
|
+
'ManagedContentJobBody',
|
|
19789
|
+
'ManagedContentOffCoreLocation',
|
|
19790
|
+
'ManagedContentSpaceFolderShare',
|
|
19791
|
+
'MerchantAccountEvent',
|
|
19792
|
+
'MessagingChannelUpdateEvent',
|
|
19793
|
+
'MetricsDeletionJobStatus',
|
|
19794
|
+
'MktMLModelPartitionRun',
|
|
19795
|
+
'MktMLModelSetupRun',
|
|
19796
|
+
'MktMLSetupRunChgEvent',
|
|
19797
|
+
'MngContentFormActionEvent',
|
|
19798
|
+
'ObjectUserTerritory2View',
|
|
19799
|
+
'OrgSharingEvent',
|
|
19800
|
+
'PaymentIntentEvent',
|
|
19801
|
+
'PaymentLinkEvent',
|
|
19802
|
+
'PlatformEventUsage',
|
|
19803
|
+
'PriceSheetData',
|
|
19804
|
+
'PricingDecisionHashMap',
|
|
19805
|
+
'PricingLookupSyncStatus',
|
|
19806
|
+
'PushUpgradeCustomization',
|
|
19807
|
+
'QuoteSaveEvent',
|
|
19808
|
+
'RelationshipGraphView',
|
|
19809
|
+
'Rule',
|
|
19810
|
+
'RuleAction',
|
|
19811
|
+
'RuleActionParameter',
|
|
19812
|
+
'RuleCondition',
|
|
19813
|
+
'RuleDeploymentRequestEvent',
|
|
19814
|
+
'RuleExpression',
|
|
19815
|
+
'RuleExpressionTerm',
|
|
19816
|
+
'RuleFilterCriteria',
|
|
19817
|
+
'RuleLibrary',
|
|
19818
|
+
'RuleReferenceVariable',
|
|
19819
|
+
'RuleValue',
|
|
19820
|
+
'RuleVersion',
|
|
19821
|
+
'Ruleset',
|
|
19822
|
+
'RulesetDependency',
|
|
19823
|
+
'RulesetVersion',
|
|
19824
|
+
'SalesTrxnItemPrcSht',
|
|
19825
|
+
'SalesTrxnItemPrcShtShape',
|
|
19826
|
+
'SavedPaymentMethodEvent',
|
|
19827
|
+
'ScheduledReminder',
|
|
19828
|
+
'SearchBBRule',
|
|
19829
|
+
'SearchBBRuleCondition',
|
|
19830
|
+
'ServiceAppointmentEvent',
|
|
19831
|
+
'SiqOrgMigrationStatus',
|
|
19832
|
+
'StatsInvalidationEvent',
|
|
19833
|
+
'TenantBillingUsageEvent',
|
|
19834
|
+
'WebPushMessageSubscription',
|
|
19835
|
+
'WebStoreCMS',
|
|
19836
|
+
'WebStoreUserCreatedEvent',
|
|
19837
|
+
]);
|
|
19699
19838
|
|
|
19700
19839
|
const MAX_RECORD_DEPTH = 5;
|
|
19701
19840
|
const FIELD_SEPARATOR = '.';
|
|
@@ -20225,9 +20364,10 @@ function writeMissingFieldToStore(field, fieldName) {
|
|
|
20225
20364
|
* @return True if the provided objectApiName is supported in UI API.
|
|
20226
20365
|
*/
|
|
20227
20366
|
function isSupportedEntity(objectApiName) {
|
|
20228
|
-
return (UIAPI_SUPPORTED_ENTITY_API_NAMES.has(objectApiName) ||
|
|
20367
|
+
return ((UIAPI_SUPPORTED_ENTITY_API_NAMES.has(objectApiName) ||
|
|
20229
20368
|
endsWith.call(objectApiName, CUSTOM_API_NAME_SUFFIX) ||
|
|
20230
|
-
endsWith.call(objectApiName, DMO_API_NAME_SUFFIX))
|
|
20369
|
+
endsWith.call(objectApiName, DMO_API_NAME_SUFFIX)) &&
|
|
20370
|
+
!UIAPI_DENIED_ENTITY_API_NAMES.has(objectApiName));
|
|
20231
20371
|
}
|
|
20232
20372
|
/** Return true if a >= b */
|
|
20233
20373
|
function isSuperset(a, b) {
|
|
@@ -42978,7 +43118,7 @@ withDefaultLuvio((luvio) => {
|
|
|
42978
43118
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
42979
43119
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
42980
43120
|
});
|
|
42981
|
-
// version: 1.
|
|
43121
|
+
// version: 1.263.0-378177d88
|
|
42982
43122
|
|
|
42983
43123
|
var ldsIdempotencyWriteDisabled = {
|
|
42984
43124
|
isOpen: function (e) {
|
|
@@ -60856,7 +60996,7 @@ register$1({
|
|
|
60856
60996
|
id: '@salesforce/lds-network-adapter',
|
|
60857
60997
|
instrument: instrument$2,
|
|
60858
60998
|
});
|
|
60859
|
-
// version: 1.
|
|
60999
|
+
// version: 1.263.0-fa3f79648
|
|
60860
61000
|
|
|
60861
61001
|
const { create: create$3, keys: keys$3 } = Object;
|
|
60862
61002
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79185,7 +79325,7 @@ register$1({
|
|
|
79185
79325
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79186
79326
|
instrument: instrument$1,
|
|
79187
79327
|
});
|
|
79188
|
-
// version: 1.
|
|
79328
|
+
// version: 1.263.0-378177d88
|
|
79189
79329
|
|
|
79190
79330
|
// On core the unstable adapters are re-exported with different names,
|
|
79191
79331
|
// we want to match them here.
|
|
@@ -81436,7 +81576,7 @@ withDefaultLuvio((luvio) => {
|
|
|
81436
81576
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81437
81577
|
graphQLImperative = ldsAdapter;
|
|
81438
81578
|
});
|
|
81439
|
-
// version: 1.
|
|
81579
|
+
// version: 1.263.0-378177d88
|
|
81440
81580
|
|
|
81441
81581
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81442
81582
|
__proto__: null,
|
|
@@ -82134,7 +82274,7 @@ const callbacks$1 = [];
|
|
|
82134
82274
|
function register(r) {
|
|
82135
82275
|
callbacks$1.forEach((callback) => callback(r));
|
|
82136
82276
|
}
|
|
82137
|
-
// version: 1.
|
|
82277
|
+
// version: 1.263.0-fa3f79648
|
|
82138
82278
|
|
|
82139
82279
|
/**
|
|
82140
82280
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87039,4 +87179,4 @@ const { luvio } = getRuntime();
|
|
|
87039
87179
|
setDefaultLuvio({ luvio });
|
|
87040
87180
|
|
|
87041
87181
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
87042
|
-
// version: 1.
|
|
87182
|
+
// version: 1.263.0-fa3f79648
|
|
@@ -4135,7 +4135,7 @@
|
|
|
4135
4135
|
}
|
|
4136
4136
|
callbacks.push(callback);
|
|
4137
4137
|
}
|
|
4138
|
-
// version: 1.
|
|
4138
|
+
// version: 1.263.0-fa3f79648
|
|
4139
4139
|
|
|
4140
4140
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4141
4141
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15643,7 +15643,7 @@
|
|
|
15643
15643
|
}
|
|
15644
15644
|
return superResult;
|
|
15645
15645
|
}
|
|
15646
|
-
// version: 1.
|
|
15646
|
+
// version: 1.263.0-fa3f79648
|
|
15647
15647
|
|
|
15648
15648
|
function unwrap(data) {
|
|
15649
15649
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16568,7 +16568,7 @@
|
|
|
16568
16568
|
const { apiFamily, name } = metadata;
|
|
16569
16569
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16570
16570
|
}
|
|
16571
|
-
// version: 1.
|
|
16571
|
+
// version: 1.263.0-fa3f79648
|
|
16572
16572
|
|
|
16573
16573
|
/**
|
|
16574
16574
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -18379,12 +18379,12 @@
|
|
|
18379
18379
|
const MASTER_RECORD_TYPE_ID = '012000000000000AAA';
|
|
18380
18380
|
|
|
18381
18381
|
/**
|
|
18382
|
-
* A set of the string names of known
|
|
18382
|
+
* A set of the string names of known entities.
|
|
18383
18383
|
*
|
|
18384
18384
|
* Generated
|
|
18385
|
-
* from:
|
|
18386
|
-
* API version:
|
|
18387
|
-
* at:
|
|
18385
|
+
* from: ui-services-private-object-allow-list.yaml
|
|
18386
|
+
* API version: 60
|
|
18387
|
+
* at: Fri, 10 Nov 2023 19:35:20 GMT
|
|
18388
18388
|
*/
|
|
18389
18389
|
const UIAPI_SUPPORTED_ENTITY_API_NAMES = new Set([
|
|
18390
18390
|
'AIPredictionScore',
|
|
@@ -18411,6 +18411,9 @@
|
|
|
18411
18411
|
'AcctMgrTarget',
|
|
18412
18412
|
'AcctMgrTargetDstr',
|
|
18413
18413
|
'ActionCadence',
|
|
18414
|
+
'ActionCadenceStep',
|
|
18415
|
+
'ActionCadenceStepTracker',
|
|
18416
|
+
'ActionCadenceTracker',
|
|
18414
18417
|
'ActionPlan',
|
|
18415
18418
|
'ActionPlanBaseTemplateAsgn',
|
|
18416
18419
|
'ActionPlanItem',
|
|
@@ -18429,6 +18432,8 @@
|
|
|
18429
18432
|
'ActionableListMemberStatus',
|
|
18430
18433
|
'ActivationTarget',
|
|
18431
18434
|
'ActiveScratchOrg',
|
|
18435
|
+
'ActivityMetric',
|
|
18436
|
+
'ActivityMetricRollup',
|
|
18432
18437
|
'ActivityTiming',
|
|
18433
18438
|
'AdBuyServerAccount',
|
|
18434
18439
|
'AdCreativeSizeType',
|
|
@@ -18463,7 +18468,6 @@
|
|
|
18463
18468
|
'AdvAccountForecastFact',
|
|
18464
18469
|
'AdvAcctForecastSetPartner',
|
|
18465
18470
|
'AdvAcctForecastSetUse',
|
|
18466
|
-
'AffinityScore',
|
|
18467
18471
|
'AiDataset',
|
|
18468
18472
|
'AiImageDetectedObject',
|
|
18469
18473
|
'AiImageTrainingObject',
|
|
@@ -18558,6 +18562,9 @@
|
|
|
18558
18562
|
'AuthorizationFormDataUse',
|
|
18559
18563
|
'AuthorizationFormText',
|
|
18560
18564
|
'AuthorizedInsuranceLine',
|
|
18565
|
+
'AutomatedAction',
|
|
18566
|
+
'AutomatedActionCondition',
|
|
18567
|
+
'AutomatedActionParameter',
|
|
18561
18568
|
'Award',
|
|
18562
18569
|
'BCEntityPermission',
|
|
18563
18570
|
'BCEntityPermissionSet',
|
|
@@ -18639,7 +18646,6 @@
|
|
|
18639
18646
|
'CampaignInsight',
|
|
18640
18647
|
'CampaignMember',
|
|
18641
18648
|
'CampaignMemberStatus',
|
|
18642
|
-
'CampaignTemplate',
|
|
18643
18649
|
'CapitationCareFeeAgreement',
|
|
18644
18650
|
'CardPaymentMethod',
|
|
18645
18651
|
'CareBarrier',
|
|
@@ -18705,7 +18711,6 @@
|
|
|
18705
18711
|
'CaseParticipant',
|
|
18706
18712
|
'CaseProgram',
|
|
18707
18713
|
'CaseRelatedIssue',
|
|
18708
|
-
'CaseServiceProcess',
|
|
18709
18714
|
'CategorizedCareFeeAgreement',
|
|
18710
18715
|
'ChangeRequest',
|
|
18711
18716
|
'ChangeRequestRelatedIssue',
|
|
@@ -18775,6 +18780,8 @@
|
|
|
18775
18780
|
'ContentDocument',
|
|
18776
18781
|
'ContentDocumentLink',
|
|
18777
18782
|
'ContentDocumentListViewMapping',
|
|
18783
|
+
'ContentFolderItem',
|
|
18784
|
+
'ContentFolderLink',
|
|
18778
18785
|
'ContentNote',
|
|
18779
18786
|
'ContentVersion',
|
|
18780
18787
|
'ContentWorkspace',
|
|
@@ -18784,6 +18791,7 @@
|
|
|
18784
18791
|
'ContractDocVersionSection',
|
|
18785
18792
|
'ContractDocumentVersion',
|
|
18786
18793
|
'ContractGroupPlan',
|
|
18794
|
+
'ContractGroupPlanGroupClass',
|
|
18787
18795
|
'ContractLineItem',
|
|
18788
18796
|
'ContractLineOutcome',
|
|
18789
18797
|
'ContractLineOutcomeData',
|
|
@@ -18793,14 +18801,11 @@
|
|
|
18793
18801
|
'ConversationBroadcast',
|
|
18794
18802
|
'ConversationBroadcastEntry',
|
|
18795
18803
|
'Coupon',
|
|
18796
|
-
'CouponCode',
|
|
18797
18804
|
'CourseOffering',
|
|
18798
18805
|
'CourseOfferingParticipant',
|
|
18799
18806
|
'CourseOfferingPtcpResult',
|
|
18800
18807
|
'CourseOfferingSchedule',
|
|
18801
18808
|
'CourseOfferingScheduleTmpl',
|
|
18802
|
-
'CourtAction',
|
|
18803
|
-
'CourtActionOutcome',
|
|
18804
18809
|
'CoverageBenefit',
|
|
18805
18810
|
'CoverageBenefitItem',
|
|
18806
18811
|
'CoverageBenefitItemLimit',
|
|
@@ -18869,6 +18874,7 @@
|
|
|
18869
18874
|
'DsarPolicyLog',
|
|
18870
18875
|
'DuplicateRecordItem',
|
|
18871
18876
|
'DuplicateRecordSet',
|
|
18877
|
+
'ECart',
|
|
18872
18878
|
'EconomicPerformanceSum',
|
|
18873
18879
|
'EditionDefinition',
|
|
18874
18880
|
'EducationalInfoRequest',
|
|
@@ -18892,7 +18898,10 @@
|
|
|
18892
18898
|
'EmployeeOrganization',
|
|
18893
18899
|
'EmssnRdctnCommitment',
|
|
18894
18900
|
'EmssnReductionTarget',
|
|
18895
|
-
'
|
|
18901
|
+
'EnablementProgram',
|
|
18902
|
+
'EnblProgramSection',
|
|
18903
|
+
'EnblProgramTaskDefinition',
|
|
18904
|
+
'EnblProgramTaskProgress',
|
|
18896
18905
|
'EngagementAttendee',
|
|
18897
18906
|
'EngagementChannelType',
|
|
18898
18907
|
'EngagementChannelWorkType',
|
|
@@ -18923,6 +18932,7 @@
|
|
|
18923
18932
|
'ExternalAccountHierarchy',
|
|
18924
18933
|
'FTestVirtualBpoLookup',
|
|
18925
18934
|
'FeeScheduleDefinition',
|
|
18935
|
+
'FeedItem',
|
|
18926
18936
|
'FieldServiceMobileExtension',
|
|
18927
18937
|
'FieldServiceMobileSettings',
|
|
18928
18938
|
'FieldServiceOrgSettings',
|
|
@@ -19057,7 +19067,6 @@
|
|
|
19057
19067
|
'JobProfile',
|
|
19058
19068
|
'JournalSubType',
|
|
19059
19069
|
'JournalType',
|
|
19060
|
-
'Journey',
|
|
19061
19070
|
'KnowledgeArticleVersion',
|
|
19062
19071
|
'Lead',
|
|
19063
19072
|
'LeadLineItem',
|
|
@@ -19069,6 +19078,9 @@
|
|
|
19069
19078
|
'LearningAchievement',
|
|
19070
19079
|
'LearningCourse',
|
|
19071
19080
|
'LearningFoundationItem',
|
|
19081
|
+
'LearningItem',
|
|
19082
|
+
'LearningItemAssignment',
|
|
19083
|
+
'LearningItemProgress',
|
|
19072
19084
|
'LearningOutcomeItem',
|
|
19073
19085
|
'LearningProgram',
|
|
19074
19086
|
'LearningProgramPlan',
|
|
@@ -19146,8 +19158,6 @@
|
|
|
19146
19158
|
'MarketingLink',
|
|
19147
19159
|
'MarketingLinkContent',
|
|
19148
19160
|
'MarketingResource',
|
|
19149
|
-
'Marketplace',
|
|
19150
|
-
'MarketplaceSeller',
|
|
19151
19161
|
'MedReconRecommendation',
|
|
19152
19162
|
'MedReconStmtRecommendation',
|
|
19153
19163
|
'MedTherapyStmtReviewIssue',
|
|
@@ -19214,9 +19224,11 @@
|
|
|
19214
19224
|
'OpportunityHistory',
|
|
19215
19225
|
'OpportunityLineItem',
|
|
19216
19226
|
'OpportunityLineItemSchedule',
|
|
19227
|
+
'OpportunityLineItemSplit',
|
|
19217
19228
|
'OpportunityParticipant',
|
|
19218
19229
|
'OpportunityPartner',
|
|
19219
19230
|
'OpportunityPreferredSeller',
|
|
19231
|
+
'OpportunitySplit',
|
|
19220
19232
|
'OpportunityTeamMember',
|
|
19221
19233
|
'Order',
|
|
19222
19234
|
'OrderAction',
|
|
@@ -19310,17 +19322,26 @@
|
|
|
19310
19322
|
'Polygon',
|
|
19311
19323
|
'PreliminaryApplicationRef',
|
|
19312
19324
|
'PreventiveCareAgreement',
|
|
19325
|
+
'PriceAdjustmentGroupShape',
|
|
19326
|
+
'PriceAdjustmentItemShape',
|
|
19313
19327
|
'PriceAdjustmentSchedule',
|
|
19328
|
+
'PriceAdjustmentTier',
|
|
19314
19329
|
'PriceList',
|
|
19315
|
-
'
|
|
19330
|
+
'PriceRule',
|
|
19331
|
+
'PriceRuleAction',
|
|
19332
|
+
'PriceRuleActionItem',
|
|
19333
|
+
'PriceRuleCondition',
|
|
19334
|
+
'PriceRuleConditionFilter',
|
|
19335
|
+
'PriceRuleExecutionStage',
|
|
19316
19336
|
'Pricebook2',
|
|
19317
19337
|
'PricebookEntry',
|
|
19318
|
-
'PricingFieldMapping',
|
|
19319
19338
|
'PricingHeader',
|
|
19320
19339
|
'PricingLineItem',
|
|
19321
19340
|
'PricingProduct',
|
|
19322
19341
|
'PrivacyHold',
|
|
19323
19342
|
'PrivacyHoldReason',
|
|
19343
|
+
'PrivacyJobSession',
|
|
19344
|
+
'PrivacyPolicy',
|
|
19324
19345
|
'PrivacyRequest',
|
|
19325
19346
|
'Problem',
|
|
19326
19347
|
'ProblemDefinition',
|
|
@@ -19349,6 +19370,7 @@
|
|
|
19349
19370
|
'ProductCategoryProduct',
|
|
19350
19371
|
'ProductCategoryServiceProcess',
|
|
19351
19372
|
'ProductComponentGroup',
|
|
19373
|
+
'ProductConfigurationalRule',
|
|
19352
19374
|
'ProductConsumed',
|
|
19353
19375
|
'ProductConsumedState',
|
|
19354
19376
|
'ProductConsumptionSchedule',
|
|
@@ -19376,6 +19398,7 @@
|
|
|
19376
19398
|
'ProductSellingModelOption',
|
|
19377
19399
|
'ProductServiceCampaign',
|
|
19378
19400
|
'ProductServiceCampaignItem',
|
|
19401
|
+
'ProductSpecificationType',
|
|
19379
19402
|
'ProductTransfer',
|
|
19380
19403
|
'ProductTransferState',
|
|
19381
19404
|
'ProductWarrantyTerm',
|
|
@@ -19395,6 +19418,7 @@
|
|
|
19395
19418
|
'ProgramTermApplnTimeline',
|
|
19396
19419
|
'Promotion',
|
|
19397
19420
|
'PromotionChannel',
|
|
19421
|
+
'PromotionDataTranslation',
|
|
19398
19422
|
'PromotionLoyaltyPtnrProdt',
|
|
19399
19423
|
'PromotionMarketSegment',
|
|
19400
19424
|
'PromotionProduct',
|
|
@@ -19503,6 +19527,9 @@
|
|
|
19503
19527
|
'SalesAgreementProductSchedule',
|
|
19504
19528
|
'SalesChannel',
|
|
19505
19529
|
'SalesContractLine',
|
|
19530
|
+
'SalesTransactionItemShape',
|
|
19531
|
+
'SalesTransactionShape',
|
|
19532
|
+
'SalesTrxnItemRelationShape',
|
|
19506
19533
|
'SalesforceContract',
|
|
19507
19534
|
'SalesforceInvoice',
|
|
19508
19535
|
'SalesforceQuote',
|
|
@@ -19526,7 +19553,6 @@
|
|
|
19526
19553
|
'ServiceContract',
|
|
19527
19554
|
'ServiceCrew',
|
|
19528
19555
|
'ServiceCrewMember',
|
|
19529
|
-
'ServicePoint',
|
|
19530
19556
|
'ServiceReport',
|
|
19531
19557
|
'ServiceReportLayout',
|
|
19532
19558
|
'ServiceResource',
|
|
@@ -19588,6 +19614,7 @@
|
|
|
19588
19614
|
'Survey',
|
|
19589
19615
|
'SurveyEmailBranding',
|
|
19590
19616
|
'SurveyInvitation',
|
|
19617
|
+
'SurveyQuestion',
|
|
19591
19618
|
'SurveyQuestionChoice',
|
|
19592
19619
|
'SurveyQuestionResponse',
|
|
19593
19620
|
'SurveyResponse',
|
|
@@ -19596,6 +19623,9 @@
|
|
|
19596
19623
|
'SustainabilityCredit',
|
|
19597
19624
|
'SustainabilityPurchase',
|
|
19598
19625
|
'SustainabilityScorecard',
|
|
19626
|
+
'SvcCatalogCategory',
|
|
19627
|
+
'SvcCatalogCategoryItem',
|
|
19628
|
+
'SvcCatalogItemDef',
|
|
19599
19629
|
'SvcCatalogReqExtdAttrVal',
|
|
19600
19630
|
'SvcCatalogReqRelatedItem',
|
|
19601
19631
|
'SvcCatalogRequest',
|
|
@@ -19623,6 +19653,7 @@
|
|
|
19623
19653
|
'TrackedCommunicationDetail',
|
|
19624
19654
|
'TrainingCourseParticipant',
|
|
19625
19655
|
'TransactionJournal',
|
|
19656
|
+
'Translation',
|
|
19626
19657
|
'TravelMode',
|
|
19627
19658
|
'TrialEnvironmentSignup',
|
|
19628
19659
|
'TrnCourse',
|
|
@@ -19702,6 +19733,114 @@
|
|
|
19702
19733
|
'WstDispoEmssnFctrSet',
|
|
19703
19734
|
'WstDispoEmssnFctrSetItm',
|
|
19704
19735
|
]);
|
|
19736
|
+
/**
|
|
19737
|
+
* A set of the string names of known entities.
|
|
19738
|
+
*
|
|
19739
|
+
* Generated
|
|
19740
|
+
* from: ui-services-private-object-deny-list.yaml
|
|
19741
|
+
* API version: 60
|
|
19742
|
+
* at: Fri, 10 Nov 2023 19:35:20 GMT
|
|
19743
|
+
*/
|
|
19744
|
+
const UIAPI_DENIED_ENTITY_API_NAMES = new Set([
|
|
19745
|
+
'AIProductOptimizedField',
|
|
19746
|
+
'ASEOrgSyncHealthStats',
|
|
19747
|
+
'ASEOrgSyncHealthTxns',
|
|
19748
|
+
'ActionableOrchResponseEvent',
|
|
19749
|
+
'ActionableOrchSourceEvent',
|
|
19750
|
+
'ActnblListKeyPrfmIndAsgnt',
|
|
19751
|
+
'ApplicationSectionDefinition',
|
|
19752
|
+
'ApplnStageSectionDefinition',
|
|
19753
|
+
'AssetThresholdUpdateEvent',
|
|
19754
|
+
'BulkApi2JobResultsEvent',
|
|
19755
|
+
'BulkApi2JobStatusEvent',
|
|
19756
|
+
'BulkMessage',
|
|
19757
|
+
'CommerceJobStatus',
|
|
19758
|
+
'CommerceSearchResultsRule',
|
|
19759
|
+
'CompiledProduct',
|
|
19760
|
+
'ConsentUnsubscribeEvent',
|
|
19761
|
+
'ContentTaxonomyModel',
|
|
19762
|
+
'ContextPersistenceEvent',
|
|
19763
|
+
'ContractCreationEvent',
|
|
19764
|
+
'ConvIntelligenceVoiceCall',
|
|
19765
|
+
'ConvMessageSendRequest',
|
|
19766
|
+
'ConversationInsightEvent',
|
|
19767
|
+
'ConversationTranscriptSendRequest',
|
|
19768
|
+
'DataActionJobStatusEvent',
|
|
19769
|
+
'DataCloudCurrencyConfig',
|
|
19770
|
+
'DataCloudFiscalCalendar',
|
|
19771
|
+
'DataMultiOrgServiceEvent',
|
|
19772
|
+
'DataObjectDependency',
|
|
19773
|
+
'DecisionTableRecordset',
|
|
19774
|
+
'DiscoveryFrwrkSampleTemplate',
|
|
19775
|
+
'DiscoveryFrwrkTemplateMember',
|
|
19776
|
+
'DocumentExtReviewerConsent',
|
|
19777
|
+
'EmailBounceEvent',
|
|
19778
|
+
'ExtKnowledgeIngestionStatus',
|
|
19779
|
+
'ExtKnowledgeIngestionTask',
|
|
19780
|
+
'ExtKnowledgeOrgStatus',
|
|
19781
|
+
'ExtKnowledgeXDSConnector',
|
|
19782
|
+
'ExternalDocRefMapping',
|
|
19783
|
+
'ExternalEncryptionRootKey',
|
|
19784
|
+
'FirstBillPaymentSetupEvent',
|
|
19785
|
+
'FlowDefDataActionMapping',
|
|
19786
|
+
'GenericHammerResult',
|
|
19787
|
+
'GeolocationBasedAction',
|
|
19788
|
+
'InsuranceRatingInput',
|
|
19789
|
+
'InsuranceRatingOutput',
|
|
19790
|
+
'InsuranceRatingRequestEvent',
|
|
19791
|
+
'InsuranceRatingRequestItem',
|
|
19792
|
+
'InterviewItemWaitCondition',
|
|
19793
|
+
'MLFeature',
|
|
19794
|
+
'ManagedContentJobBody',
|
|
19795
|
+
'ManagedContentOffCoreLocation',
|
|
19796
|
+
'ManagedContentSpaceFolderShare',
|
|
19797
|
+
'MerchantAccountEvent',
|
|
19798
|
+
'MessagingChannelUpdateEvent',
|
|
19799
|
+
'MetricsDeletionJobStatus',
|
|
19800
|
+
'MktMLModelPartitionRun',
|
|
19801
|
+
'MktMLModelSetupRun',
|
|
19802
|
+
'MktMLSetupRunChgEvent',
|
|
19803
|
+
'MngContentFormActionEvent',
|
|
19804
|
+
'ObjectUserTerritory2View',
|
|
19805
|
+
'OrgSharingEvent',
|
|
19806
|
+
'PaymentIntentEvent',
|
|
19807
|
+
'PaymentLinkEvent',
|
|
19808
|
+
'PlatformEventUsage',
|
|
19809
|
+
'PriceSheetData',
|
|
19810
|
+
'PricingDecisionHashMap',
|
|
19811
|
+
'PricingLookupSyncStatus',
|
|
19812
|
+
'PushUpgradeCustomization',
|
|
19813
|
+
'QuoteSaveEvent',
|
|
19814
|
+
'RelationshipGraphView',
|
|
19815
|
+
'Rule',
|
|
19816
|
+
'RuleAction',
|
|
19817
|
+
'RuleActionParameter',
|
|
19818
|
+
'RuleCondition',
|
|
19819
|
+
'RuleDeploymentRequestEvent',
|
|
19820
|
+
'RuleExpression',
|
|
19821
|
+
'RuleExpressionTerm',
|
|
19822
|
+
'RuleFilterCriteria',
|
|
19823
|
+
'RuleLibrary',
|
|
19824
|
+
'RuleReferenceVariable',
|
|
19825
|
+
'RuleValue',
|
|
19826
|
+
'RuleVersion',
|
|
19827
|
+
'Ruleset',
|
|
19828
|
+
'RulesetDependency',
|
|
19829
|
+
'RulesetVersion',
|
|
19830
|
+
'SalesTrxnItemPrcSht',
|
|
19831
|
+
'SalesTrxnItemPrcShtShape',
|
|
19832
|
+
'SavedPaymentMethodEvent',
|
|
19833
|
+
'ScheduledReminder',
|
|
19834
|
+
'SearchBBRule',
|
|
19835
|
+
'SearchBBRuleCondition',
|
|
19836
|
+
'ServiceAppointmentEvent',
|
|
19837
|
+
'SiqOrgMigrationStatus',
|
|
19838
|
+
'StatsInvalidationEvent',
|
|
19839
|
+
'TenantBillingUsageEvent',
|
|
19840
|
+
'WebPushMessageSubscription',
|
|
19841
|
+
'WebStoreCMS',
|
|
19842
|
+
'WebStoreUserCreatedEvent',
|
|
19843
|
+
]);
|
|
19705
19844
|
|
|
19706
19845
|
const MAX_RECORD_DEPTH = 5;
|
|
19707
19846
|
const FIELD_SEPARATOR = '.';
|
|
@@ -20231,9 +20370,10 @@
|
|
|
20231
20370
|
* @return True if the provided objectApiName is supported in UI API.
|
|
20232
20371
|
*/
|
|
20233
20372
|
function isSupportedEntity(objectApiName) {
|
|
20234
|
-
return (UIAPI_SUPPORTED_ENTITY_API_NAMES.has(objectApiName) ||
|
|
20373
|
+
return ((UIAPI_SUPPORTED_ENTITY_API_NAMES.has(objectApiName) ||
|
|
20235
20374
|
endsWith.call(objectApiName, CUSTOM_API_NAME_SUFFIX) ||
|
|
20236
|
-
endsWith.call(objectApiName, DMO_API_NAME_SUFFIX))
|
|
20375
|
+
endsWith.call(objectApiName, DMO_API_NAME_SUFFIX)) &&
|
|
20376
|
+
!UIAPI_DENIED_ENTITY_API_NAMES.has(objectApiName));
|
|
20237
20377
|
}
|
|
20238
20378
|
/** Return true if a >= b */
|
|
20239
20379
|
function isSuperset(a, b) {
|
|
@@ -42984,7 +43124,7 @@
|
|
|
42984
43124
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
42985
43125
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
42986
43126
|
});
|
|
42987
|
-
// version: 1.
|
|
43127
|
+
// version: 1.263.0-378177d88
|
|
42988
43128
|
|
|
42989
43129
|
var ldsIdempotencyWriteDisabled = {
|
|
42990
43130
|
isOpen: function (e) {
|
|
@@ -60862,7 +61002,7 @@
|
|
|
60862
61002
|
id: '@salesforce/lds-network-adapter',
|
|
60863
61003
|
instrument: instrument$2,
|
|
60864
61004
|
});
|
|
60865
|
-
// version: 1.
|
|
61005
|
+
// version: 1.263.0-fa3f79648
|
|
60866
61006
|
|
|
60867
61007
|
const { create: create$3, keys: keys$3 } = Object;
|
|
60868
61008
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79191,7 +79331,7 @@
|
|
|
79191
79331
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79192
79332
|
instrument: instrument$1,
|
|
79193
79333
|
});
|
|
79194
|
-
// version: 1.
|
|
79334
|
+
// version: 1.263.0-378177d88
|
|
79195
79335
|
|
|
79196
79336
|
// On core the unstable adapters are re-exported with different names,
|
|
79197
79337
|
// we want to match them here.
|
|
@@ -81442,7 +81582,7 @@
|
|
|
81442
81582
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81443
81583
|
graphQLImperative = ldsAdapter;
|
|
81444
81584
|
});
|
|
81445
|
-
// version: 1.
|
|
81585
|
+
// version: 1.263.0-378177d88
|
|
81446
81586
|
|
|
81447
81587
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81448
81588
|
__proto__: null,
|
|
@@ -82140,7 +82280,7 @@
|
|
|
82140
82280
|
function register(r) {
|
|
82141
82281
|
callbacks$1.forEach((callback) => callback(r));
|
|
82142
82282
|
}
|
|
82143
|
-
// version: 1.
|
|
82283
|
+
// version: 1.263.0-fa3f79648
|
|
82144
82284
|
|
|
82145
82285
|
/**
|
|
82146
82286
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87063,4 +87203,4 @@
|
|
|
87063
87203
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
87064
87204
|
|
|
87065
87205
|
}));
|
|
87066
|
-
// version: 1.
|
|
87206
|
+
// version: 1.263.0-fa3f79648
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.263.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/standalone/es/lds-worker-api.js",
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@oat-sa/rollup-plugin-wildcard-external": "^1.0.0",
|
|
38
|
-
"@salesforce/lds-adapters-graphql": "^1.
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
41
|
-
"@salesforce/lds-drafts": "^1.
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.
|
|
44
|
-
"@salesforce/lds-priming": "^1.
|
|
45
|
-
"@salesforce/lds-runtime-mobile": "^1.
|
|
46
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.263.0",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.263.0",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.263.0",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.263.0",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.263.0",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.263.0",
|
|
44
|
+
"@salesforce/lds-priming": "^1.263.0",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.263.0",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.263.0",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
"edges": [
|
|
13
13
|
{
|
|
14
14
|
"node": {
|
|
15
|
-
"Id": "
|
|
15
|
+
"Id": "03rx0000002rGYxAAM",
|
|
16
16
|
"_drafts": null
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"node": {
|
|
21
|
-
"Id": "
|
|
21
|
+
"Id": "03rx0000002rGW3AAM",
|
|
22
22
|
"_drafts": null
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"node": {
|
|
27
|
-
"Id": "
|
|
27
|
+
"Id": "03rx0000002rGT9AAM",
|
|
28
28
|
"_drafts": null
|
|
29
29
|
}
|
|
30
30
|
},
|
|
@@ -36,25 +36,25 @@
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"node": {
|
|
39
|
-
"Id": "
|
|
39
|
+
"Id": "03rx0000002rCLuAAM",
|
|
40
40
|
"_drafts": null
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"node": {
|
|
45
|
-
"Id": "
|
|
45
|
+
"Id": "03rx0000002rCDCAA2",
|
|
46
46
|
"_drafts": null
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"node": {
|
|
51
|
-
"Id": "
|
|
51
|
+
"Id": "03rx0000002rCJ0AAM",
|
|
52
52
|
"_drafts": null
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"node": {
|
|
57
|
-
"Id": "
|
|
57
|
+
"Id": "03rx0000002rCG6AAM",
|
|
58
58
|
"_drafts": null
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
"edges": [
|
|
12
12
|
{
|
|
13
13
|
"node": {
|
|
14
|
-
"Id": "
|
|
14
|
+
"Id": "03rx0000002rGYxAAM",
|
|
15
15
|
"_drafts": null
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"node": {
|
|
20
|
-
"Id": "
|
|
20
|
+
"Id": "03rx0000002rGW3AAM",
|
|
21
21
|
"_drafts": null
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"node": {
|
|
26
|
-
"Id": "
|
|
26
|
+
"Id": "03rx0000002rGT9AAM",
|
|
27
27
|
"_drafts": null
|
|
28
28
|
}
|
|
29
29
|
},
|
|
@@ -35,25 +35,25 @@
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"node": {
|
|
38
|
-
"Id": "
|
|
38
|
+
"Id": "03rx0000002rCLuAAM",
|
|
39
39
|
"_drafts": null
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"node": {
|
|
44
|
-
"Id": "
|
|
44
|
+
"Id": "03rx0000002rCDCAA2",
|
|
45
45
|
"_drafts": null
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"node": {
|
|
50
|
-
"Id": "
|
|
50
|
+
"Id": "03rx0000002rCJ0AAM",
|
|
51
51
|
"_drafts": null
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
"node": {
|
|
56
|
-
"Id": "
|
|
56
|
+
"Id": "03rx0000002rCG6AAM",
|
|
57
57
|
"_drafts": null
|
|
58
58
|
}
|
|
59
59
|
}
|