@salesforce/lds-worker-api 1.420.0 → 1.421.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.
|
@@ -1371,4 +1371,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1371
1371
|
}
|
|
1372
1372
|
|
|
1373
1373
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1374
|
-
// version: 1.
|
|
1374
|
+
// version: 1.421.0-2828c95aef
|
|
@@ -4274,7 +4274,7 @@ function withDefaultLuvio(callback) {
|
|
|
4274
4274
|
}
|
|
4275
4275
|
callbacks.push(callback);
|
|
4276
4276
|
}
|
|
4277
|
-
// version: 1.
|
|
4277
|
+
// version: 1.421.0-2828c95aef
|
|
4278
4278
|
|
|
4279
4279
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4280
4280
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5318,7 +5318,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
5318
5318
|
const { apiFamily, name } = metadata;
|
|
5319
5319
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5320
5320
|
}
|
|
5321
|
-
// version: 1.
|
|
5321
|
+
// version: 1.421.0-2828c95aef
|
|
5322
5322
|
|
|
5323
5323
|
/**
|
|
5324
5324
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -35491,7 +35491,7 @@ withDefaultLuvio((luvio) => {
|
|
|
35491
35491
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
35492
35492
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
35493
35493
|
});
|
|
35494
|
-
// version: 1.
|
|
35494
|
+
// version: 1.421.0-45320a2742
|
|
35495
35495
|
|
|
35496
35496
|
var allowUpdatesForNonCachedRecords = {
|
|
35497
35497
|
isOpen: function (e) {
|
|
@@ -99069,7 +99069,7 @@ function buildServiceDescriptor$b(luvio) {
|
|
|
99069
99069
|
},
|
|
99070
99070
|
};
|
|
99071
99071
|
}
|
|
99072
|
-
// version: 1.
|
|
99072
|
+
// version: 1.421.0-45320a2742
|
|
99073
99073
|
|
|
99074
99074
|
/**
|
|
99075
99075
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -99095,7 +99095,7 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
99095
99095
|
},
|
|
99096
99096
|
};
|
|
99097
99097
|
}
|
|
99098
|
-
// version: 1.
|
|
99098
|
+
// version: 1.421.0-45320a2742
|
|
99099
99099
|
|
|
99100
99100
|
/*!
|
|
99101
99101
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -101614,7 +101614,7 @@ function getRuntime({ primeUser = false } = {}) {
|
|
|
101614
101614
|
lazyObjectInfoService = new ObjectInfoService(getObjectInfo, getObjectInfos, getObjectInfoDirectory, lazyDurableStore);
|
|
101615
101615
|
const baseEnv = new Environment(store, lazyNetworkAdapter);
|
|
101616
101616
|
const shouldFilterFieldsOnRevive = (key) => {
|
|
101617
|
-
if (reviveOnlyRequestedFields.isOpen({ fallback:
|
|
101617
|
+
if (reviveOnlyRequestedFields.isOpen({ fallback: true })) {
|
|
101618
101618
|
return isStoreKeyRecordId(key);
|
|
101619
101619
|
}
|
|
101620
101620
|
return false;
|
|
@@ -101744,7 +101744,7 @@ register$1({
|
|
|
101744
101744
|
id: '@salesforce/lds-network-adapter',
|
|
101745
101745
|
instrument: instrument$2,
|
|
101746
101746
|
});
|
|
101747
|
-
// version: 1.
|
|
101747
|
+
// version: 1.421.0-2828c95aef
|
|
101748
101748
|
|
|
101749
101749
|
const { create: create$2, keys: keys$2 } = Object;
|
|
101750
101750
|
const { stringify, parse } = JSON;
|
|
@@ -104389,6 +104389,7 @@ class Analytics__AnalyticsWorkspaceAssetRepository extends UnidentifiableGraphQL
|
|
|
104389
104389
|
return {
|
|
104390
104390
|
__typename: new BaseScalarFieldDef(false),
|
|
104391
104391
|
AnalyticsWorkspace: new BaseObjectFieldDef(this.typeRegistry.Analytics__AnalyticsWorkspace, true),
|
|
104392
|
+
SourceOrgId: new BaseObjectFieldDef(this.typeRegistry.IDValue, true),
|
|
104392
104393
|
AssetUsageType: new BaseObjectFieldDef(this.typeRegistry.PicklistValue, true),
|
|
104393
104394
|
ActivePromotionRequestId: new BaseObjectFieldDef(this.typeRegistry.IDValue, true),
|
|
104394
104395
|
MetadataSourceType: new BaseObjectFieldDef(this.typeRegistry.PicklistValue, true),
|
|
@@ -104807,6 +104808,29 @@ class BooleanValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104807
104808
|
}
|
|
104808
104809
|
}
|
|
104809
104810
|
|
|
104811
|
+
class CanvasLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104812
|
+
constructor(services, typeRegistry) {
|
|
104813
|
+
super(services);
|
|
104814
|
+
this.services = services;
|
|
104815
|
+
this.typeRegistry = typeRegistry;
|
|
104816
|
+
this.namespace = "oas";
|
|
104817
|
+
this.typeName = "CanvasLayoutComponent";
|
|
104818
|
+
this.implementedInterfaces = ["LayoutComponent"];
|
|
104819
|
+
}
|
|
104820
|
+
get fields() {
|
|
104821
|
+
return {
|
|
104822
|
+
__typename: new BaseScalarFieldDef(false),
|
|
104823
|
+
apiName: new BaseScalarFieldDef(true),
|
|
104824
|
+
componentType: new BaseScalarFieldDef(false),
|
|
104825
|
+
displayLocation: new BaseScalarFieldDef(true),
|
|
104826
|
+
height: new BaseScalarFieldDef(true),
|
|
104827
|
+
referenceId: new BaseScalarFieldDef(true),
|
|
104828
|
+
showScroll: new BaseScalarFieldDef(true),
|
|
104829
|
+
width: new BaseScalarFieldDef(true),
|
|
104830
|
+
};
|
|
104831
|
+
}
|
|
104832
|
+
}
|
|
104833
|
+
|
|
104810
104834
|
class ChildRelationshipRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104811
104835
|
constructor(services, typeRegistry) {
|
|
104812
104836
|
super(services);
|
|
@@ -104932,6 +104956,27 @@ class CurrencyValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
104932
104956
|
}
|
|
104933
104957
|
}
|
|
104934
104958
|
|
|
104959
|
+
class CustomLinkLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104960
|
+
constructor(services, typeRegistry) {
|
|
104961
|
+
super(services);
|
|
104962
|
+
this.services = services;
|
|
104963
|
+
this.typeRegistry = typeRegistry;
|
|
104964
|
+
this.namespace = "oas";
|
|
104965
|
+
this.typeName = "CustomLinkLayoutComponent";
|
|
104966
|
+
this.implementedInterfaces = ["LayoutComponent"];
|
|
104967
|
+
}
|
|
104968
|
+
get fields() {
|
|
104969
|
+
return {
|
|
104970
|
+
__typename: new BaseScalarFieldDef(false),
|
|
104971
|
+
apiName: new BaseScalarFieldDef(true),
|
|
104972
|
+
componentType: new BaseScalarFieldDef(false),
|
|
104973
|
+
behavior: new BaseScalarFieldDef(true),
|
|
104974
|
+
customLinkUrl: new BaseScalarFieldDef(true),
|
|
104975
|
+
label: new BaseScalarFieldDef(true),
|
|
104976
|
+
};
|
|
104977
|
+
}
|
|
104978
|
+
}
|
|
104979
|
+
|
|
104935
104980
|
class DateAggregateRepository extends UnidentifiableGraphQLTypeRepository {
|
|
104936
104981
|
constructor(services, typeRegistry) {
|
|
104937
104982
|
super(services);
|
|
@@ -105126,6 +105171,24 @@ class EmailValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
105126
105171
|
}
|
|
105127
105172
|
}
|
|
105128
105173
|
|
|
105174
|
+
class EmptySpaceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
|
|
105175
|
+
constructor(services, typeRegistry) {
|
|
105176
|
+
super(services);
|
|
105177
|
+
this.services = services;
|
|
105178
|
+
this.typeRegistry = typeRegistry;
|
|
105179
|
+
this.namespace = "oas";
|
|
105180
|
+
this.typeName = "EmptySpaceLayoutComponent";
|
|
105181
|
+
this.implementedInterfaces = ["LayoutComponent"];
|
|
105182
|
+
}
|
|
105183
|
+
get fields() {
|
|
105184
|
+
return {
|
|
105185
|
+
__typename: new BaseScalarFieldDef(false),
|
|
105186
|
+
apiName: new BaseScalarFieldDef(true),
|
|
105187
|
+
componentType: new BaseScalarFieldDef(false),
|
|
105188
|
+
};
|
|
105189
|
+
}
|
|
105190
|
+
}
|
|
105191
|
+
|
|
105129
105192
|
class EncryptedStringValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
105130
105193
|
constructor(services, typeRegistry) {
|
|
105131
105194
|
super(services);
|
|
@@ -105144,6 +105207,25 @@ class EncryptedStringValueRepository extends UnidentifiableGraphQLTypeRepository
|
|
|
105144
105207
|
}
|
|
105145
105208
|
}
|
|
105146
105209
|
|
|
105210
|
+
class FieldLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
|
|
105211
|
+
constructor(services, typeRegistry) {
|
|
105212
|
+
super(services);
|
|
105213
|
+
this.services = services;
|
|
105214
|
+
this.typeRegistry = typeRegistry;
|
|
105215
|
+
this.namespace = "oas";
|
|
105216
|
+
this.typeName = "FieldLayoutComponent";
|
|
105217
|
+
this.implementedInterfaces = ["LayoutComponent"];
|
|
105218
|
+
}
|
|
105219
|
+
get fields() {
|
|
105220
|
+
return {
|
|
105221
|
+
__typename: new BaseScalarFieldDef(false),
|
|
105222
|
+
apiName: new BaseScalarFieldDef(true),
|
|
105223
|
+
componentType: new BaseScalarFieldDef(false),
|
|
105224
|
+
label: new BaseScalarFieldDef(true),
|
|
105225
|
+
};
|
|
105226
|
+
}
|
|
105227
|
+
}
|
|
105228
|
+
|
|
105147
105229
|
class FieldRepository extends BaseInterfaceRepository {
|
|
105148
105230
|
constructor(services, typeRegistry) {
|
|
105149
105231
|
super(services);
|
|
@@ -105360,6 +105442,189 @@ class LatitudeValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
105360
105442
|
}
|
|
105361
105443
|
}
|
|
105362
105444
|
|
|
105445
|
+
class LayoutComponentRepository extends BaseInterfaceRepository {
|
|
105446
|
+
constructor(services, typeRegistry) {
|
|
105447
|
+
super(services);
|
|
105448
|
+
this.services = services;
|
|
105449
|
+
this.typeRegistry = typeRegistry;
|
|
105450
|
+
this.namespace = "oas";
|
|
105451
|
+
this.typeName = "LayoutComponent";
|
|
105452
|
+
this.implementedInterfaces = [];
|
|
105453
|
+
}
|
|
105454
|
+
get fields() {
|
|
105455
|
+
return {
|
|
105456
|
+
__typename: new BaseScalarFieldDef(false),
|
|
105457
|
+
apiName: new BaseScalarFieldDef(true),
|
|
105458
|
+
componentType: new BaseScalarFieldDef(false),
|
|
105459
|
+
};
|
|
105460
|
+
}
|
|
105461
|
+
get possibleTypes() {
|
|
105462
|
+
return {
|
|
105463
|
+
FieldLayoutComponent: this.typeRegistry.FieldLayoutComponent,
|
|
105464
|
+
VisualforceLayoutComponent: this.typeRegistry.VisualforceLayoutComponent,
|
|
105465
|
+
CanvasLayoutComponent: this.typeRegistry.CanvasLayoutComponent,
|
|
105466
|
+
CustomLinkLayoutComponent: this.typeRegistry.CustomLinkLayoutComponent,
|
|
105467
|
+
ReportLayoutComponent: this.typeRegistry.ReportLayoutComponent,
|
|
105468
|
+
EmptySpaceLayoutComponent: this.typeRegistry.EmptySpaceLayoutComponent,
|
|
105469
|
+
};
|
|
105470
|
+
}
|
|
105471
|
+
}
|
|
105472
|
+
|
|
105473
|
+
class LayoutConnectionRepository extends UnidentifiableGraphQLTypeRepository {
|
|
105474
|
+
constructor(services, typeRegistry) {
|
|
105475
|
+
super(services);
|
|
105476
|
+
this.services = services;
|
|
105477
|
+
this.typeRegistry = typeRegistry;
|
|
105478
|
+
this.namespace = "oas";
|
|
105479
|
+
this.typeName = "LayoutConnection";
|
|
105480
|
+
this.implementedInterfaces = [];
|
|
105481
|
+
}
|
|
105482
|
+
get fields() {
|
|
105483
|
+
return {
|
|
105484
|
+
__typename: new BaseScalarFieldDef(false),
|
|
105485
|
+
edges: new BaseArrayFieldDef(new BaseObjectFieldDef(this.typeRegistry.LayoutEdge, true), true),
|
|
105486
|
+
pageInfo: new BaseObjectFieldDef(this.typeRegistry.PageInfo, false),
|
|
105487
|
+
totalCount: new BaseScalarFieldDef(true),
|
|
105488
|
+
};
|
|
105489
|
+
}
|
|
105490
|
+
}
|
|
105491
|
+
|
|
105492
|
+
class LayoutEdgeRepository extends UnidentifiableGraphQLTypeRepository {
|
|
105493
|
+
constructor(services, typeRegistry) {
|
|
105494
|
+
super(services);
|
|
105495
|
+
this.services = services;
|
|
105496
|
+
this.typeRegistry = typeRegistry;
|
|
105497
|
+
this.namespace = "oas";
|
|
105498
|
+
this.typeName = "LayoutEdge";
|
|
105499
|
+
this.implementedInterfaces = [];
|
|
105500
|
+
}
|
|
105501
|
+
get fields() {
|
|
105502
|
+
return {
|
|
105503
|
+
__typename: new BaseScalarFieldDef(false),
|
|
105504
|
+
node: new BaseObjectFieldDef(this.typeRegistry.Layout, true),
|
|
105505
|
+
cursor: new BaseScalarFieldDef(false),
|
|
105506
|
+
};
|
|
105507
|
+
}
|
|
105508
|
+
}
|
|
105509
|
+
|
|
105510
|
+
class LayoutItemRepository extends UnidentifiableGraphQLTypeRepository {
|
|
105511
|
+
constructor(services, typeRegistry) {
|
|
105512
|
+
super(services);
|
|
105513
|
+
this.services = services;
|
|
105514
|
+
this.typeRegistry = typeRegistry;
|
|
105515
|
+
this.namespace = "oas";
|
|
105516
|
+
this.typeName = "LayoutItem";
|
|
105517
|
+
this.implementedInterfaces = [];
|
|
105518
|
+
}
|
|
105519
|
+
get fields() {
|
|
105520
|
+
return {
|
|
105521
|
+
__typename: new BaseScalarFieldDef(false),
|
|
105522
|
+
editableForNew: new BaseScalarFieldDef(false),
|
|
105523
|
+
editableForUpdate: new BaseScalarFieldDef(false),
|
|
105524
|
+
label: new BaseScalarFieldDef(false),
|
|
105525
|
+
layoutComponents: new BaseArrayFieldDef(new BaseObjectFieldDef(this.typeRegistry.LayoutComponent, false), true),
|
|
105526
|
+
lookupIdApiName: new BaseScalarFieldDef(true),
|
|
105527
|
+
required: new BaseScalarFieldDef(false),
|
|
105528
|
+
sortable: new BaseScalarFieldDef(false),
|
|
105529
|
+
uiBehavior: new BaseScalarFieldDef(true),
|
|
105530
|
+
};
|
|
105531
|
+
}
|
|
105532
|
+
}
|
|
105533
|
+
|
|
105534
|
+
class LayoutRepository extends IdentifiableGraphQLTypeRepository {
|
|
105535
|
+
constructor(services, typeRegistry) {
|
|
105536
|
+
super(services);
|
|
105537
|
+
this.services = services;
|
|
105538
|
+
this.typeRegistry = typeRegistry;
|
|
105539
|
+
this.namespace = "oas";
|
|
105540
|
+
this.typeName = "Layout";
|
|
105541
|
+
this.implementedInterfaces = [];
|
|
105542
|
+
this.idField = "id";
|
|
105543
|
+
}
|
|
105544
|
+
get fields() {
|
|
105545
|
+
return {
|
|
105546
|
+
__typename: new BaseScalarFieldDef(false),
|
|
105547
|
+
id: new BaseScalarFieldDef(true),
|
|
105548
|
+
layoutType: new BaseScalarFieldDef(true),
|
|
105549
|
+
mode: new BaseScalarFieldDef(true),
|
|
105550
|
+
objectApiName: new BaseScalarFieldDef(false),
|
|
105551
|
+
recordTypeId: new BaseScalarFieldDef(true),
|
|
105552
|
+
saveOptions: new BaseArrayFieldDef(new BaseObjectFieldDef(this.typeRegistry.LayoutSaveOption, false), true),
|
|
105553
|
+
sections: new BaseArrayFieldDef(new BaseObjectFieldDef(this.typeRegistry.LayoutSection, false), true),
|
|
105554
|
+
};
|
|
105555
|
+
}
|
|
105556
|
+
get cacheControl() {
|
|
105557
|
+
return { type: "max-age", maxAge: 60 };
|
|
105558
|
+
}
|
|
105559
|
+
}
|
|
105560
|
+
|
|
105561
|
+
class LayoutRowRepository extends UnidentifiableGraphQLTypeRepository {
|
|
105562
|
+
constructor(services, typeRegistry) {
|
|
105563
|
+
super(services);
|
|
105564
|
+
this.services = services;
|
|
105565
|
+
this.typeRegistry = typeRegistry;
|
|
105566
|
+
this.namespace = "oas";
|
|
105567
|
+
this.typeName = "LayoutRow";
|
|
105568
|
+
this.implementedInterfaces = [];
|
|
105569
|
+
}
|
|
105570
|
+
get fields() {
|
|
105571
|
+
return {
|
|
105572
|
+
__typename: new BaseScalarFieldDef(false),
|
|
105573
|
+
layoutItems: new BaseArrayFieldDef(new BaseObjectFieldDef(this.typeRegistry.LayoutItem, false), true),
|
|
105574
|
+
};
|
|
105575
|
+
}
|
|
105576
|
+
}
|
|
105577
|
+
|
|
105578
|
+
class LayoutSaveOptionRepository extends UnidentifiableGraphQLTypeRepository {
|
|
105579
|
+
constructor(services, typeRegistry) {
|
|
105580
|
+
super(services);
|
|
105581
|
+
this.services = services;
|
|
105582
|
+
this.typeRegistry = typeRegistry;
|
|
105583
|
+
this.namespace = "oas";
|
|
105584
|
+
this.typeName = "LayoutSaveOption";
|
|
105585
|
+
this.implementedInterfaces = [];
|
|
105586
|
+
}
|
|
105587
|
+
get fields() {
|
|
105588
|
+
return {
|
|
105589
|
+
__typename: new BaseScalarFieldDef(false),
|
|
105590
|
+
defaultValue: new BaseScalarFieldDef(false),
|
|
105591
|
+
isDisplayed: new BaseScalarFieldDef(false),
|
|
105592
|
+
label: new BaseScalarFieldDef(false),
|
|
105593
|
+
name: new BaseScalarFieldDef(false),
|
|
105594
|
+
restHeaderName: new BaseScalarFieldDef(true),
|
|
105595
|
+
soapHeaderName: new BaseScalarFieldDef(true),
|
|
105596
|
+
};
|
|
105597
|
+
}
|
|
105598
|
+
}
|
|
105599
|
+
|
|
105600
|
+
class LayoutSectionRepository extends IdentifiableGraphQLTypeRepository {
|
|
105601
|
+
constructor(services, typeRegistry) {
|
|
105602
|
+
super(services);
|
|
105603
|
+
this.services = services;
|
|
105604
|
+
this.typeRegistry = typeRegistry;
|
|
105605
|
+
this.namespace = "oas";
|
|
105606
|
+
this.typeName = "LayoutSection";
|
|
105607
|
+
this.implementedInterfaces = [];
|
|
105608
|
+
this.idField = "id";
|
|
105609
|
+
}
|
|
105610
|
+
get fields() {
|
|
105611
|
+
return {
|
|
105612
|
+
__typename: new BaseScalarFieldDef(false),
|
|
105613
|
+
collapsible: new BaseScalarFieldDef(false),
|
|
105614
|
+
columns: new BaseScalarFieldDef(false),
|
|
105615
|
+
heading: new BaseScalarFieldDef(true),
|
|
105616
|
+
id: new BaseScalarFieldDef(true),
|
|
105617
|
+
layoutRows: new BaseArrayFieldDef(new BaseObjectFieldDef(this.typeRegistry.LayoutRow, false), true),
|
|
105618
|
+
rows: new BaseScalarFieldDef(false),
|
|
105619
|
+
tabOrder: new BaseScalarFieldDef(true),
|
|
105620
|
+
useHeading: new BaseScalarFieldDef(false),
|
|
105621
|
+
};
|
|
105622
|
+
}
|
|
105623
|
+
get cacheControl() {
|
|
105624
|
+
return { type: "max-age", maxAge: 60 };
|
|
105625
|
+
}
|
|
105626
|
+
}
|
|
105627
|
+
|
|
105363
105628
|
class ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
|
|
105364
105629
|
constructor(services, typeRegistry) {
|
|
105365
105630
|
super(services);
|
|
@@ -105721,7 +105986,6 @@ class PicklistAttributesRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
105721
105986
|
get fields() {
|
|
105722
105987
|
return {
|
|
105723
105988
|
__typename: new BaseScalarFieldDef(false),
|
|
105724
|
-
picklistAtrributesValueType: new BaseScalarFieldDef(true),
|
|
105725
105989
|
connectDisplayName: new BaseScalarFieldDef(true),
|
|
105726
105990
|
internalName: new BaseScalarFieldDef(true),
|
|
105727
105991
|
};
|
|
@@ -106236,6 +106500,32 @@ class RelatedListInfoRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
106236
106500
|
}
|
|
106237
106501
|
}
|
|
106238
106502
|
|
|
106503
|
+
class ReportLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
|
|
106504
|
+
constructor(services, typeRegistry) {
|
|
106505
|
+
super(services);
|
|
106506
|
+
this.services = services;
|
|
106507
|
+
this.typeRegistry = typeRegistry;
|
|
106508
|
+
this.namespace = "oas";
|
|
106509
|
+
this.typeName = "ReportLayoutComponent";
|
|
106510
|
+
this.implementedInterfaces = ["LayoutComponent"];
|
|
106511
|
+
}
|
|
106512
|
+
get fields() {
|
|
106513
|
+
return {
|
|
106514
|
+
__typename: new BaseScalarFieldDef(false),
|
|
106515
|
+
apiName: new BaseScalarFieldDef(true),
|
|
106516
|
+
componentType: new BaseScalarFieldDef(false),
|
|
106517
|
+
cacheData: new BaseScalarFieldDef(true),
|
|
106518
|
+
error: new BaseScalarFieldDef(true),
|
|
106519
|
+
filter: new BaseScalarFieldDef(true),
|
|
106520
|
+
hideOnError: new BaseScalarFieldDef(true),
|
|
106521
|
+
placeholder: new BaseScalarFieldDef(true),
|
|
106522
|
+
reportId: new BaseScalarFieldDef(true),
|
|
106523
|
+
showTitle: new BaseScalarFieldDef(true),
|
|
106524
|
+
size: new BaseScalarFieldDef(true),
|
|
106525
|
+
};
|
|
106526
|
+
}
|
|
106527
|
+
}
|
|
106528
|
+
|
|
106239
106529
|
class RichTextAreaValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
106240
106530
|
constructor(services, typeRegistry) {
|
|
106241
106531
|
super(services);
|
|
@@ -106346,6 +106636,7 @@ class Setup__ListColumnRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
106346
106636
|
allowedOperators: new BaseArrayFieldDef(new BaseScalarFieldDef(false), true),
|
|
106347
106637
|
sortable: new BaseScalarFieldDef(true),
|
|
106348
106638
|
lookupIdColumn: new BaseScalarFieldDef(true),
|
|
106639
|
+
inlineEditAttributes: new BaseObjectFieldDef(this.typeRegistry.Setup__ListInlineEditAttributes, true),
|
|
106349
106640
|
};
|
|
106350
106641
|
}
|
|
106351
106642
|
}
|
|
@@ -106370,6 +106661,44 @@ class Setup__ListFilterRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
106370
106661
|
}
|
|
106371
106662
|
}
|
|
106372
106663
|
|
|
106664
|
+
class Setup__ListInlineEditAttributeDetailsRepository extends UnidentifiableGraphQLTypeRepository {
|
|
106665
|
+
constructor(services, typeRegistry) {
|
|
106666
|
+
super(services);
|
|
106667
|
+
this.services = services;
|
|
106668
|
+
this.typeRegistry = typeRegistry;
|
|
106669
|
+
this.namespace = "oas";
|
|
106670
|
+
this.typeName = "Setup__ListInlineEditAttributeDetails";
|
|
106671
|
+
this.implementedInterfaces = [];
|
|
106672
|
+
}
|
|
106673
|
+
get fields() {
|
|
106674
|
+
return {
|
|
106675
|
+
__typename: new BaseScalarFieldDef(false),
|
|
106676
|
+
recordTypeId: new BaseScalarFieldDef(false),
|
|
106677
|
+
editable: new BaseScalarFieldDef(false),
|
|
106678
|
+
required: new BaseScalarFieldDef(false),
|
|
106679
|
+
};
|
|
106680
|
+
}
|
|
106681
|
+
}
|
|
106682
|
+
|
|
106683
|
+
class Setup__ListInlineEditAttributesRepository extends UnidentifiableGraphQLTypeRepository {
|
|
106684
|
+
constructor(services, typeRegistry) {
|
|
106685
|
+
super(services);
|
|
106686
|
+
this.services = services;
|
|
106687
|
+
this.typeRegistry = typeRegistry;
|
|
106688
|
+
this.namespace = "oas";
|
|
106689
|
+
this.typeName = "Setup__ListInlineEditAttributes";
|
|
106690
|
+
this.implementedInterfaces = [];
|
|
106691
|
+
}
|
|
106692
|
+
get fields() {
|
|
106693
|
+
return {
|
|
106694
|
+
__typename: new BaseScalarFieldDef(false),
|
|
106695
|
+
objectApiName: new BaseScalarFieldDef(true),
|
|
106696
|
+
fieldApiName: new BaseScalarFieldDef(true),
|
|
106697
|
+
attributes: new BaseArrayFieldDef(new BaseObjectFieldDef(this.typeRegistry.Setup__ListInlineEditAttributeDetails, true), true),
|
|
106698
|
+
};
|
|
106699
|
+
}
|
|
106700
|
+
}
|
|
106701
|
+
|
|
106373
106702
|
class Setup__ListOrderRepository extends UnidentifiableGraphQLTypeRepository {
|
|
106374
106703
|
constructor(services, typeRegistry) {
|
|
106375
106704
|
super(services);
|
|
@@ -106441,6 +106770,7 @@ class Setup__ListViewRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
106441
106770
|
return {
|
|
106442
106771
|
__typename: new BaseScalarFieldDef(false),
|
|
106443
106772
|
listViewType: new BaseScalarFieldDef(false),
|
|
106773
|
+
isInlineEditable: new BaseScalarFieldDef(true),
|
|
106444
106774
|
label: new BaseScalarFieldDef(true),
|
|
106445
106775
|
displayColumns: new BaseArrayFieldDef(new BaseObjectFieldDef(this.typeRegistry.Setup__ListColumn, false), false),
|
|
106446
106776
|
filters: new BaseArrayFieldDef(new BaseObjectFieldDef(this.typeRegistry.Setup__ListFilter, false), true),
|
|
@@ -106955,6 +107285,8 @@ class UIAPIRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
106955
107285
|
aggregate: new BaseObjectFieldDef(this.typeRegistry.RecordQueryAggregate, false),
|
|
106956
107286
|
objectInfos: new BaseArrayFieldDef(new BaseObjectFieldDef(this.typeRegistry.ObjectInfo, true), true),
|
|
106957
107287
|
relatedListByName: new BaseObjectFieldDef(this.typeRegistry.RelatedListInfo, true),
|
|
107288
|
+
currentUser: new BaseObjectFieldDef(this.typeRegistry.RecordRepresentation, true),
|
|
107289
|
+
recordLayouts: new BaseObjectFieldDef(this.typeRegistry.LayoutConnection, true),
|
|
106958
107290
|
};
|
|
106959
107291
|
}
|
|
106960
107292
|
}
|
|
@@ -107000,6 +107332,29 @@ class UrlValueRepository extends UnidentifiableGraphQLTypeRepository {
|
|
|
107000
107332
|
}
|
|
107001
107333
|
}
|
|
107002
107334
|
|
|
107335
|
+
class VisualforceLayoutComponentRepository extends UnidentifiableGraphQLTypeRepository {
|
|
107336
|
+
constructor(services, typeRegistry) {
|
|
107337
|
+
super(services);
|
|
107338
|
+
this.services = services;
|
|
107339
|
+
this.typeRegistry = typeRegistry;
|
|
107340
|
+
this.namespace = "oas";
|
|
107341
|
+
this.typeName = "VisualforceLayoutComponent";
|
|
107342
|
+
this.implementedInterfaces = ["LayoutComponent"];
|
|
107343
|
+
}
|
|
107344
|
+
get fields() {
|
|
107345
|
+
return {
|
|
107346
|
+
__typename: new BaseScalarFieldDef(false),
|
|
107347
|
+
apiName: new BaseScalarFieldDef(true),
|
|
107348
|
+
componentType: new BaseScalarFieldDef(false),
|
|
107349
|
+
height: new BaseScalarFieldDef(true),
|
|
107350
|
+
showLabel: new BaseScalarFieldDef(true),
|
|
107351
|
+
showScroll: new BaseScalarFieldDef(true),
|
|
107352
|
+
visualforceUrl: new BaseScalarFieldDef(true),
|
|
107353
|
+
width: new BaseScalarFieldDef(true),
|
|
107354
|
+
};
|
|
107355
|
+
}
|
|
107356
|
+
}
|
|
107357
|
+
|
|
107003
107358
|
class GraphQLTypeRegistry {
|
|
107004
107359
|
constructor(services) {
|
|
107005
107360
|
this.services = services;
|
|
@@ -107102,6 +107457,28 @@ class GraphQLTypeRegistry {
|
|
|
107102
107457
|
this._ListColumn = new ListColumnRepository(this.services, this);
|
|
107103
107458
|
this._ListOrder = new ListOrderRepository(this.services, this);
|
|
107104
107459
|
this._RelatedListInfo = new RelatedListInfoRepository(this.services, this);
|
|
107460
|
+
this._LayoutSaveOption =
|
|
107461
|
+
new LayoutSaveOptionRepository(this.services, this);
|
|
107462
|
+
this._FieldLayoutComponent =
|
|
107463
|
+
new FieldLayoutComponentRepository(this.services, this);
|
|
107464
|
+
this._VisualforceLayoutComponent =
|
|
107465
|
+
new VisualforceLayoutComponentRepository(this.services, this);
|
|
107466
|
+
this._CanvasLayoutComponent =
|
|
107467
|
+
new CanvasLayoutComponentRepository(this.services, this);
|
|
107468
|
+
this._CustomLinkLayoutComponent =
|
|
107469
|
+
new CustomLinkLayoutComponentRepository(this.services, this);
|
|
107470
|
+
this._ReportLayoutComponent =
|
|
107471
|
+
new ReportLayoutComponentRepository(this.services, this);
|
|
107472
|
+
this._EmptySpaceLayoutComponent =
|
|
107473
|
+
new EmptySpaceLayoutComponentRepository(this.services, this);
|
|
107474
|
+
this._LayoutComponent = new LayoutComponentRepository(this.services, this);
|
|
107475
|
+
this._LayoutItem = new LayoutItemRepository(this.services, this);
|
|
107476
|
+
this._LayoutRow = new LayoutRowRepository(this.services, this);
|
|
107477
|
+
this._LayoutSection = new LayoutSectionRepository(this.services, this);
|
|
107478
|
+
this._Layout = new LayoutRepository(this.services, this);
|
|
107479
|
+
this._LayoutEdge = new LayoutEdgeRepository(this.services, this);
|
|
107480
|
+
this._LayoutConnection =
|
|
107481
|
+
new LayoutConnectionRepository(this.services, this);
|
|
107105
107482
|
this._UIAPI = new UIAPIRepository(this.services, this);
|
|
107106
107483
|
this._SObject__Field = new SObject__FieldRepository(this.services, this);
|
|
107107
107484
|
this._Setup__SetupPolymorphicParentRelationship =
|
|
@@ -107126,6 +107503,10 @@ class GraphQLTypeRegistry {
|
|
|
107126
107503
|
new Setup__SetupAggregateConnectionRepository(this.services, this);
|
|
107127
107504
|
this._Setup__SetupQueryAggregate =
|
|
107128
107505
|
new Setup__SetupQueryAggregateRepository(this.services, this);
|
|
107506
|
+
this._Setup__ListInlineEditAttributeDetails =
|
|
107507
|
+
new Setup__ListInlineEditAttributeDetailsRepository(this.services, this);
|
|
107508
|
+
this._Setup__ListInlineEditAttributes =
|
|
107509
|
+
new Setup__ListInlineEditAttributesRepository(this.services, this);
|
|
107129
107510
|
this._Setup__ListColumn =
|
|
107130
107511
|
new Setup__ListColumnRepository(this.services, this);
|
|
107131
107512
|
this._Setup__ListFilter =
|
|
@@ -107413,6 +107794,48 @@ class GraphQLTypeRegistry {
|
|
|
107413
107794
|
get RelatedListInfo() {
|
|
107414
107795
|
return this._RelatedListInfo;
|
|
107415
107796
|
}
|
|
107797
|
+
get LayoutSaveOption() {
|
|
107798
|
+
return this._LayoutSaveOption;
|
|
107799
|
+
}
|
|
107800
|
+
get FieldLayoutComponent() {
|
|
107801
|
+
return this._FieldLayoutComponent;
|
|
107802
|
+
}
|
|
107803
|
+
get VisualforceLayoutComponent() {
|
|
107804
|
+
return this._VisualforceLayoutComponent;
|
|
107805
|
+
}
|
|
107806
|
+
get CanvasLayoutComponent() {
|
|
107807
|
+
return this._CanvasLayoutComponent;
|
|
107808
|
+
}
|
|
107809
|
+
get CustomLinkLayoutComponent() {
|
|
107810
|
+
return this._CustomLinkLayoutComponent;
|
|
107811
|
+
}
|
|
107812
|
+
get ReportLayoutComponent() {
|
|
107813
|
+
return this._ReportLayoutComponent;
|
|
107814
|
+
}
|
|
107815
|
+
get EmptySpaceLayoutComponent() {
|
|
107816
|
+
return this._EmptySpaceLayoutComponent;
|
|
107817
|
+
}
|
|
107818
|
+
get LayoutComponent() {
|
|
107819
|
+
return this._LayoutComponent;
|
|
107820
|
+
}
|
|
107821
|
+
get LayoutItem() {
|
|
107822
|
+
return this._LayoutItem;
|
|
107823
|
+
}
|
|
107824
|
+
get LayoutRow() {
|
|
107825
|
+
return this._LayoutRow;
|
|
107826
|
+
}
|
|
107827
|
+
get LayoutSection() {
|
|
107828
|
+
return this._LayoutSection;
|
|
107829
|
+
}
|
|
107830
|
+
get Layout() {
|
|
107831
|
+
return this._Layout;
|
|
107832
|
+
}
|
|
107833
|
+
get LayoutEdge() {
|
|
107834
|
+
return this._LayoutEdge;
|
|
107835
|
+
}
|
|
107836
|
+
get LayoutConnection() {
|
|
107837
|
+
return this._LayoutConnection;
|
|
107838
|
+
}
|
|
107416
107839
|
get UIAPI() {
|
|
107417
107840
|
return this._UIAPI;
|
|
107418
107841
|
}
|
|
@@ -107452,6 +107875,12 @@ class GraphQLTypeRegistry {
|
|
|
107452
107875
|
get Setup__SetupQueryAggregate() {
|
|
107453
107876
|
return this._Setup__SetupQueryAggregate;
|
|
107454
107877
|
}
|
|
107878
|
+
get Setup__ListInlineEditAttributeDetails() {
|
|
107879
|
+
return this._Setup__ListInlineEditAttributeDetails;
|
|
107880
|
+
}
|
|
107881
|
+
get Setup__ListInlineEditAttributes() {
|
|
107882
|
+
return this._Setup__ListInlineEditAttributes;
|
|
107883
|
+
}
|
|
107455
107884
|
get Setup__ListColumn() {
|
|
107456
107885
|
return this._Setup__ListColumn;
|
|
107457
107886
|
}
|
|
@@ -109240,15 +109669,16 @@ getServices(serviceRequirements).then((services) => {
|
|
|
109240
109669
|
_(config, CONFIG_SCHEMA);
|
|
109241
109670
|
return new graphql_imperative_ctor(config, documentRootType, services);
|
|
109242
109671
|
});
|
|
109243
|
-
graphql_imperative_legacy_v1_import =
|
|
109244
|
-
|
|
109245
|
-
|
|
109246
|
-
|
|
109247
|
-
|
|
109248
|
-
|
|
109249
|
-
|
|
109250
|
-
|
|
109251
|
-
|
|
109672
|
+
graphql_imperative_legacy_v1_import =
|
|
109673
|
+
services.graphQLLegacyImperativeBindings.bind(({ config, assertIsValid }) => {
|
|
109674
|
+
const validatedConfig = validateNonQueryGraphQLConfig(config);
|
|
109675
|
+
if (validatedConfig.isErr()) {
|
|
109676
|
+
throw new Error(`Invalid configuration passed to GraphQL: ${validatedConfig.error}`);
|
|
109677
|
+
}
|
|
109678
|
+
const _ = assertIsValid;
|
|
109679
|
+
_(validatedConfig.value, CONFIG_SCHEMA);
|
|
109680
|
+
return new graphql_imperative_ctor(validatedConfig.value, documentRootType, services);
|
|
109681
|
+
});
|
|
109252
109682
|
/*
|
|
109253
109683
|
* State Manager
|
|
109254
109684
|
*/
|
|
@@ -109286,7 +109716,7 @@ function registerCallback(cb) {
|
|
|
109286
109716
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
109287
109717
|
}
|
|
109288
109718
|
}
|
|
109289
|
-
// version: 1.
|
|
109719
|
+
// version: 1.421.0-45320a2742
|
|
109290
109720
|
|
|
109291
109721
|
function createFragmentMap(documentNode) {
|
|
109292
109722
|
const fragments = {};
|
|
@@ -138511,7 +138941,7 @@ register$1({
|
|
|
138511
138941
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
138512
138942
|
instrument: instrument$1,
|
|
138513
138943
|
});
|
|
138514
|
-
// version: 1.
|
|
138944
|
+
// version: 1.421.0-45320a2742
|
|
138515
138945
|
|
|
138516
138946
|
// On core the unstable adapters are re-exported with different names,
|
|
138517
138947
|
// we want to match them here.
|
|
@@ -138663,7 +139093,7 @@ withDefaultLuvio((luvio) => {
|
|
|
138663
139093
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
138664
139094
|
graphQLImperative = ldsAdapter;
|
|
138665
139095
|
});
|
|
138666
|
-
// version: 1.
|
|
139096
|
+
// version: 1.421.0-45320a2742
|
|
138667
139097
|
|
|
138668
139098
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
138669
139099
|
__proto__: null,
|
|
@@ -139462,7 +139892,7 @@ const callbacks$1 = [];
|
|
|
139462
139892
|
function register(r) {
|
|
139463
139893
|
callbacks$1.forEach((callback) => callback(r));
|
|
139464
139894
|
}
|
|
139465
|
-
// version: 1.
|
|
139895
|
+
// version: 1.421.0-2828c95aef
|
|
139466
139896
|
|
|
139467
139897
|
/**
|
|
139468
139898
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -140778,4 +141208,4 @@ const { luvio } = getRuntime();
|
|
|
140778
141208
|
setDefaultLuvio({ luvio });
|
|
140779
141209
|
|
|
140780
141210
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
140781
|
-
// version: 1.
|
|
141211
|
+
// version: 1.421.0-2828c95aef
|