@salesforce/lds-worker-api 1.236.0 → 1.237.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.
|
@@ -3988,7 +3988,7 @@
|
|
|
3988
3988
|
}
|
|
3989
3989
|
callbacks.push(callback);
|
|
3990
3990
|
}
|
|
3991
|
-
// version: 1.
|
|
3991
|
+
// version: 1.237.0-5cc894ce9
|
|
3992
3992
|
|
|
3993
3993
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3994
3994
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15449,7 +15449,7 @@
|
|
|
15449
15449
|
}
|
|
15450
15450
|
return superResult;
|
|
15451
15451
|
}
|
|
15452
|
-
// version: 1.
|
|
15452
|
+
// version: 1.237.0-5cc894ce9
|
|
15453
15453
|
|
|
15454
15454
|
function unwrap(data) {
|
|
15455
15455
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16374,7 +16374,7 @@
|
|
|
16374
16374
|
const { apiFamily, name } = metadata;
|
|
16375
16375
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16376
16376
|
}
|
|
16377
|
-
// version: 1.
|
|
16377
|
+
// version: 1.237.0-5cc894ce9
|
|
16378
16378
|
|
|
16379
16379
|
/**
|
|
16380
16380
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -17061,11 +17061,60 @@
|
|
|
17061
17061
|
entry['__metadata'] = createLink$3(metadataKey);
|
|
17062
17062
|
}
|
|
17063
17063
|
|
|
17064
|
-
const VERSION$
|
|
17065
|
-
|
|
17064
|
+
const VERSION$1m = "275ae22194003d1e53f548b81219c5cb";
|
|
17065
|
+
function validate$1K(obj, path = 'ListColumnRepresentation') {
|
|
17066
|
+
const v_error = (() => {
|
|
17067
|
+
if (typeof obj !== 'object' || ArrayIsArray$2(obj) || obj === null) {
|
|
17068
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
17069
|
+
}
|
|
17070
|
+
const obj_fieldApiName = obj.fieldApiName;
|
|
17071
|
+
const path_fieldApiName = path + '.fieldApiName';
|
|
17072
|
+
if (typeof obj_fieldApiName !== 'string') {
|
|
17073
|
+
return new TypeError('Expected "string" but received "' + typeof obj_fieldApiName + '" (at "' + path_fieldApiName + '")');
|
|
17074
|
+
}
|
|
17075
|
+
const obj_label = obj.label;
|
|
17076
|
+
const path_label = path + '.label';
|
|
17077
|
+
if (typeof obj_label !== 'string') {
|
|
17078
|
+
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
17079
|
+
}
|
|
17080
|
+
const obj_lookupId = obj.lookupId;
|
|
17081
|
+
const path_lookupId = path + '.lookupId';
|
|
17082
|
+
let obj_lookupId_union0 = null;
|
|
17083
|
+
const obj_lookupId_union0_error = (() => {
|
|
17084
|
+
if (typeof obj_lookupId !== 'string') {
|
|
17085
|
+
return new TypeError('Expected "string" but received "' + typeof obj_lookupId + '" (at "' + path_lookupId + '")');
|
|
17086
|
+
}
|
|
17087
|
+
})();
|
|
17088
|
+
if (obj_lookupId_union0_error != null) {
|
|
17089
|
+
obj_lookupId_union0 = obj_lookupId_union0_error.message;
|
|
17090
|
+
}
|
|
17091
|
+
let obj_lookupId_union1 = null;
|
|
17092
|
+
const obj_lookupId_union1_error = (() => {
|
|
17093
|
+
if (obj_lookupId !== null) {
|
|
17094
|
+
return new TypeError('Expected "null" but received "' + typeof obj_lookupId + '" (at "' + path_lookupId + '")');
|
|
17095
|
+
}
|
|
17096
|
+
})();
|
|
17097
|
+
if (obj_lookupId_union1_error != null) {
|
|
17098
|
+
obj_lookupId_union1 = obj_lookupId_union1_error.message;
|
|
17099
|
+
}
|
|
17100
|
+
if (obj_lookupId_union0 && obj_lookupId_union1) {
|
|
17101
|
+
let message = 'Object doesn\'t match union (at "' + path_lookupId + '")';
|
|
17102
|
+
message += '\n' + obj_lookupId_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
17103
|
+
message += '\n' + obj_lookupId_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
17104
|
+
return new TypeError(message);
|
|
17105
|
+
}
|
|
17106
|
+
const obj_sortable = obj.sortable;
|
|
17107
|
+
const path_sortable = path + '.sortable';
|
|
17108
|
+
if (typeof obj_sortable !== 'boolean') {
|
|
17109
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_sortable + '" (at "' + path_sortable + '")');
|
|
17110
|
+
}
|
|
17111
|
+
})();
|
|
17112
|
+
return v_error === undefined ? null : v_error;
|
|
17113
|
+
}
|
|
17114
|
+
const select$1T = function ListColumnRepresentationSelect() {
|
|
17066
17115
|
return {
|
|
17067
17116
|
kind: 'Fragment',
|
|
17068
|
-
version: VERSION$
|
|
17117
|
+
version: VERSION$1m,
|
|
17069
17118
|
private: [],
|
|
17070
17119
|
selections: [
|
|
17071
17120
|
{
|
|
@@ -17088,8 +17137,8 @@
|
|
|
17088
17137
|
};
|
|
17089
17138
|
};
|
|
17090
17139
|
|
|
17091
|
-
const VERSION$
|
|
17092
|
-
function validate$
|
|
17140
|
+
const VERSION$1l = "623aa9ce3a11031e35faf5671a41746e";
|
|
17141
|
+
function validate$1J(obj, path = 'ListFilterByInfoRepresentation') {
|
|
17093
17142
|
const v_error = (() => {
|
|
17094
17143
|
if (typeof obj !== 'object' || ArrayIsArray$2(obj) || obj === null) {
|
|
17095
17144
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17124,10 +17173,10 @@
|
|
|
17124
17173
|
})();
|
|
17125
17174
|
return v_error === undefined ? null : v_error;
|
|
17126
17175
|
}
|
|
17127
|
-
const select$
|
|
17176
|
+
const select$1S = function ListFilterByInfoRepresentationSelect() {
|
|
17128
17177
|
return {
|
|
17129
17178
|
kind: 'Fragment',
|
|
17130
|
-
version: VERSION$
|
|
17179
|
+
version: VERSION$1l,
|
|
17131
17180
|
private: [],
|
|
17132
17181
|
selections: [
|
|
17133
17182
|
{
|
|
@@ -17151,11 +17200,11 @@
|
|
|
17151
17200
|
};
|
|
17152
17201
|
};
|
|
17153
17202
|
|
|
17154
|
-
const VERSION$
|
|
17155
|
-
const select$
|
|
17203
|
+
const VERSION$1k = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
17204
|
+
const select$1R = function ListReferenceRepresentationSelect() {
|
|
17156
17205
|
return {
|
|
17157
17206
|
kind: 'Fragment',
|
|
17158
|
-
version: VERSION$
|
|
17207
|
+
version: VERSION$1k,
|
|
17159
17208
|
private: [],
|
|
17160
17209
|
selections: [
|
|
17161
17210
|
{
|
|
@@ -17177,7 +17226,7 @@
|
|
|
17177
17226
|
]
|
|
17178
17227
|
};
|
|
17179
17228
|
};
|
|
17180
|
-
function equals
|
|
17229
|
+
function equals$11(existing, incoming) {
|
|
17181
17230
|
const existing_objectApiName = existing.objectApiName;
|
|
17182
17231
|
const incoming_objectApiName = incoming.objectApiName;
|
|
17183
17232
|
if (!(existing_objectApiName === incoming_objectApiName)) {
|
|
@@ -17201,11 +17250,11 @@
|
|
|
17201
17250
|
return true;
|
|
17202
17251
|
}
|
|
17203
17252
|
|
|
17204
|
-
const VERSION$
|
|
17205
|
-
const select$
|
|
17253
|
+
const VERSION$1j = "32def9b631252c12b91a8209c1f49f5a";
|
|
17254
|
+
const select$1Q = function ListOrderByInfoRepresentationSelect() {
|
|
17206
17255
|
return {
|
|
17207
17256
|
kind: 'Fragment',
|
|
17208
|
-
version: VERSION$
|
|
17257
|
+
version: VERSION$1j,
|
|
17209
17258
|
private: [],
|
|
17210
17259
|
selections: [
|
|
17211
17260
|
{
|
|
@@ -17224,8 +17273,8 @@
|
|
|
17224
17273
|
};
|
|
17225
17274
|
};
|
|
17226
17275
|
|
|
17227
|
-
const VERSION$
|
|
17228
|
-
function validate$
|
|
17276
|
+
const VERSION$1i = "2634258f216db34315c06d759a35676d";
|
|
17277
|
+
function validate$1G(obj, path = 'ListScopeEntityRepresentation') {
|
|
17229
17278
|
const v_error = (() => {
|
|
17230
17279
|
if (typeof obj !== 'object' || ArrayIsArray$2(obj) || obj === null) {
|
|
17231
17280
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17243,10 +17292,10 @@
|
|
|
17243
17292
|
})();
|
|
17244
17293
|
return v_error === undefined ? null : v_error;
|
|
17245
17294
|
}
|
|
17246
|
-
const select$
|
|
17295
|
+
const select$1P = function ListScopeEntityRepresentationSelect() {
|
|
17247
17296
|
return {
|
|
17248
17297
|
kind: 'Fragment',
|
|
17249
|
-
version: VERSION$
|
|
17298
|
+
version: VERSION$1i,
|
|
17250
17299
|
private: [],
|
|
17251
17300
|
selections: [
|
|
17252
17301
|
{
|
|
@@ -17261,8 +17310,8 @@
|
|
|
17261
17310
|
};
|
|
17262
17311
|
};
|
|
17263
17312
|
|
|
17264
|
-
const VERSION$
|
|
17265
|
-
function validate$
|
|
17313
|
+
const VERSION$1h = "3b85c5a08d50ce328481b9f8ab56127b";
|
|
17314
|
+
function validate$1F(obj, path = 'ListScopeRelatedEntityRepresentation') {
|
|
17266
17315
|
const v_error = (() => {
|
|
17267
17316
|
if (typeof obj !== 'object' || ArrayIsArray$2(obj) || obj === null) {
|
|
17268
17317
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17285,10 +17334,10 @@
|
|
|
17285
17334
|
})();
|
|
17286
17335
|
return v_error === undefined ? null : v_error;
|
|
17287
17336
|
}
|
|
17288
|
-
const select$
|
|
17337
|
+
const select$1O = function ListScopeRelatedEntityRepresentationSelect() {
|
|
17289
17338
|
return {
|
|
17290
17339
|
kind: 'Fragment',
|
|
17291
|
-
version: VERSION$
|
|
17340
|
+
version: VERSION$1h,
|
|
17292
17341
|
private: [],
|
|
17293
17342
|
selections: [
|
|
17294
17343
|
{
|
|
@@ -17307,8 +17356,8 @@
|
|
|
17307
17356
|
};
|
|
17308
17357
|
};
|
|
17309
17358
|
|
|
17310
|
-
const VERSION$
|
|
17311
|
-
function validate$
|
|
17359
|
+
const VERSION$1g = "a51de242c746e5500a833e84dfaa2170";
|
|
17360
|
+
function validate$1E(obj, path = 'ListScopeRepresentation') {
|
|
17312
17361
|
const v_error = (() => {
|
|
17313
17362
|
if (typeof obj !== 'object' || ArrayIsArray$2(obj) || obj === null) {
|
|
17314
17363
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17322,7 +17371,7 @@
|
|
|
17322
17371
|
const path_entity = path + '.entity';
|
|
17323
17372
|
let obj_entity_union0 = null;
|
|
17324
17373
|
const obj_entity_union0_error = (() => {
|
|
17325
|
-
const referencepath_entityValidationError = validate$
|
|
17374
|
+
const referencepath_entityValidationError = validate$1G(obj_entity, path_entity);
|
|
17326
17375
|
if (referencepath_entityValidationError !== null) {
|
|
17327
17376
|
let message = 'Object doesn\'t match ListScopeEntityRepresentation (at "' + path_entity + '")\n';
|
|
17328
17377
|
message += referencepath_entityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17356,7 +17405,7 @@
|
|
|
17356
17405
|
const path_relatedEntity = path + '.relatedEntity';
|
|
17357
17406
|
let obj_relatedEntity_union0 = null;
|
|
17358
17407
|
const obj_relatedEntity_union0_error = (() => {
|
|
17359
|
-
const referencepath_relatedEntityValidationError = validate$
|
|
17408
|
+
const referencepath_relatedEntityValidationError = validate$1F(obj_relatedEntity, path_relatedEntity);
|
|
17360
17409
|
if (referencepath_relatedEntityValidationError !== null) {
|
|
17361
17410
|
let message = 'Object doesn\'t match ListScopeRelatedEntityRepresentation (at "' + path_relatedEntity + '")\n';
|
|
17362
17411
|
message += referencepath_relatedEntityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17384,12 +17433,12 @@
|
|
|
17384
17433
|
})();
|
|
17385
17434
|
return v_error === undefined ? null : v_error;
|
|
17386
17435
|
}
|
|
17387
|
-
const select$
|
|
17388
|
-
const { selections: ListScopeEntityRepresentation__selections, opaque: ListScopeEntityRepresentation__opaque, } = select$
|
|
17389
|
-
const { selections: ListScopeRelatedEntityRepresentation__selections, opaque: ListScopeRelatedEntityRepresentation__opaque, } = select$
|
|
17436
|
+
const select$1N = function ListScopeRepresentationSelect() {
|
|
17437
|
+
const { selections: ListScopeEntityRepresentation__selections, opaque: ListScopeEntityRepresentation__opaque, } = select$1P();
|
|
17438
|
+
const { selections: ListScopeRelatedEntityRepresentation__selections, opaque: ListScopeRelatedEntityRepresentation__opaque, } = select$1O();
|
|
17390
17439
|
return {
|
|
17391
17440
|
kind: 'Fragment',
|
|
17392
|
-
version: VERSION$
|
|
17441
|
+
version: VERSION$1g,
|
|
17393
17442
|
private: [],
|
|
17394
17443
|
selections: [
|
|
17395
17444
|
{
|
|
@@ -17416,11 +17465,11 @@
|
|
|
17416
17465
|
};
|
|
17417
17466
|
};
|
|
17418
17467
|
|
|
17419
|
-
const VERSION$
|
|
17420
|
-
const select$
|
|
17468
|
+
const VERSION$1f = "6506134f4d72fdfa349fe60ef1af2413";
|
|
17469
|
+
const select$1M = function ListUserPreferenceRepresentationSelect() {
|
|
17421
17470
|
return {
|
|
17422
17471
|
kind: 'Fragment',
|
|
17423
|
-
version: VERSION$
|
|
17472
|
+
version: VERSION$1f,
|
|
17424
17473
|
private: [],
|
|
17425
17474
|
selections: [
|
|
17426
17475
|
{
|
|
@@ -17438,7 +17487,7 @@
|
|
|
17438
17487
|
};
|
|
17439
17488
|
|
|
17440
17489
|
const TTL$y = 900000;
|
|
17441
|
-
const VERSION$
|
|
17490
|
+
const VERSION$1e = "8b55d621d80c84ec2e331abc4e12fc56";
|
|
17442
17491
|
const RepresentationType$R = 'ListInfoRepresentation';
|
|
17443
17492
|
function keyBuilder$1V(luvio, config) {
|
|
17444
17493
|
return keyPrefix$1 + '::' + RepresentationType$R + ':' + (config.listViewApiName === null ? '' : config.listViewApiName) + ':' + config.objectApiName + ':' + config.type;
|
|
@@ -17454,16 +17503,16 @@
|
|
|
17454
17503
|
function normalize$L(input, existing, path, luvio, store, timestamp) {
|
|
17455
17504
|
return input;
|
|
17456
17505
|
}
|
|
17457
|
-
const select$
|
|
17458
|
-
const { selections: ListColumnRepresentation__selections, opaque: ListColumnRepresentation__opaque, } = select$
|
|
17459
|
-
const { selections: ListFilterByInfoRepresentation__selections, opaque: ListFilterByInfoRepresentation__opaque, } = select$
|
|
17460
|
-
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$
|
|
17461
|
-
const { selections: ListOrderByInfoRepresentation__selections, opaque: ListOrderByInfoRepresentation__opaque, } = select$
|
|
17462
|
-
const { selections: ListScopeRepresentation__selections, opaque: ListScopeRepresentation__opaque, } = select$
|
|
17463
|
-
const { selections: ListUserPreferenceRepresentation__selections, opaque: ListUserPreferenceRepresentation__opaque, } = select$
|
|
17506
|
+
const select$1L = function ListInfoRepresentationSelect() {
|
|
17507
|
+
const { selections: ListColumnRepresentation__selections, opaque: ListColumnRepresentation__opaque, } = select$1T();
|
|
17508
|
+
const { selections: ListFilterByInfoRepresentation__selections, opaque: ListFilterByInfoRepresentation__opaque, } = select$1S();
|
|
17509
|
+
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$1R();
|
|
17510
|
+
const { selections: ListOrderByInfoRepresentation__selections, opaque: ListOrderByInfoRepresentation__opaque, } = select$1Q();
|
|
17511
|
+
const { selections: ListScopeRepresentation__selections, opaque: ListScopeRepresentation__opaque, } = select$1N();
|
|
17512
|
+
const { selections: ListUserPreferenceRepresentation__selections, opaque: ListUserPreferenceRepresentation__opaque, } = select$1M();
|
|
17464
17513
|
return {
|
|
17465
17514
|
kind: 'Fragment',
|
|
17466
|
-
version: VERSION$
|
|
17515
|
+
version: VERSION$1e,
|
|
17467
17516
|
private: [
|
|
17468
17517
|
'eTag'
|
|
17469
17518
|
],
|
|
@@ -17544,7 +17593,7 @@
|
|
|
17544
17593
|
]
|
|
17545
17594
|
};
|
|
17546
17595
|
};
|
|
17547
|
-
function equals$
|
|
17596
|
+
function equals$10(existing, incoming) {
|
|
17548
17597
|
if (existing.eTag !== incoming.eTag) {
|
|
17549
17598
|
return false;
|
|
17550
17599
|
}
|
|
@@ -17553,7 +17602,7 @@
|
|
|
17553
17602
|
const ingest$L$1 = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17554
17603
|
const key = keyBuilderFromType$A(luvio, input);
|
|
17555
17604
|
const ttlToUse = TTL$y;
|
|
17556
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$L, "UiApi", VERSION$
|
|
17605
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$L, "UiApi", VERSION$1e, RepresentationType$R, equals$10);
|
|
17557
17606
|
return createLink$3(key);
|
|
17558
17607
|
};
|
|
17559
17608
|
function getTypeCacheKeys$S$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -17614,11 +17663,11 @@
|
|
|
17614
17663
|
return undefined;
|
|
17615
17664
|
}
|
|
17616
17665
|
|
|
17617
|
-
const VERSION$
|
|
17618
|
-
const select$
|
|
17666
|
+
const VERSION$1d$1 = "d1e589a127fb1060c89070cdb6f500b2";
|
|
17667
|
+
const select$1K = function RecordTypeInfoRepresentationSelect() {
|
|
17619
17668
|
return {
|
|
17620
17669
|
kind: 'Fragment',
|
|
17621
|
-
version: VERSION$
|
|
17670
|
+
version: VERSION$1d$1,
|
|
17622
17671
|
private: [],
|
|
17623
17672
|
selections: [
|
|
17624
17673
|
{
|
|
@@ -17644,7 +17693,7 @@
|
|
|
17644
17693
|
]
|
|
17645
17694
|
};
|
|
17646
17695
|
};
|
|
17647
|
-
function equals
|
|
17696
|
+
function equals$$(existing, incoming) {
|
|
17648
17697
|
const existing_available = existing.available;
|
|
17649
17698
|
const incoming_available = incoming.available;
|
|
17650
17699
|
if (!(existing_available === incoming_available)) {
|
|
@@ -17673,7 +17722,7 @@
|
|
|
17673
17722
|
return true;
|
|
17674
17723
|
}
|
|
17675
17724
|
|
|
17676
|
-
const VERSION$
|
|
17725
|
+
const VERSION$1c$1 = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
17677
17726
|
const RepresentationType$Q = 'FieldValueRepresentation';
|
|
17678
17727
|
function normalize$K(input, existing, path, luvio, store, timestamp) {
|
|
17679
17728
|
const input_value = input.value;
|
|
@@ -17692,10 +17741,10 @@
|
|
|
17692
17741
|
}
|
|
17693
17742
|
return input;
|
|
17694
17743
|
}
|
|
17695
|
-
const select$
|
|
17744
|
+
const select$1J = function FieldValueRepresentationSelect() {
|
|
17696
17745
|
return {
|
|
17697
17746
|
kind: 'Fragment',
|
|
17698
|
-
version: VERSION$
|
|
17747
|
+
version: VERSION$1c$1,
|
|
17699
17748
|
private: [],
|
|
17700
17749
|
selections: [
|
|
17701
17750
|
{
|
|
@@ -17706,12 +17755,12 @@
|
|
|
17706
17755
|
name: 'value',
|
|
17707
17756
|
kind: 'Link',
|
|
17708
17757
|
nullable: true,
|
|
17709
|
-
fragment: select$
|
|
17758
|
+
fragment: select$1H()
|
|
17710
17759
|
}
|
|
17711
17760
|
]
|
|
17712
17761
|
};
|
|
17713
17762
|
};
|
|
17714
|
-
function equals$
|
|
17763
|
+
function equals$_(existing, incoming) {
|
|
17715
17764
|
const existing_displayValue = existing.displayValue;
|
|
17716
17765
|
const incoming_displayValue = incoming.displayValue;
|
|
17717
17766
|
if (!(existing_displayValue === incoming_displayValue)) {
|
|
@@ -17732,7 +17781,7 @@
|
|
|
17732
17781
|
const ingest$K$1 = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17733
17782
|
const key = path.fullPath;
|
|
17734
17783
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
17735
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$K, "UiApi", VERSION$
|
|
17784
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$K, "UiApi", VERSION$1c$1, RepresentationType$Q, equals$_);
|
|
17736
17785
|
return createLink$3(key);
|
|
17737
17786
|
};
|
|
17738
17787
|
function getTypeCacheKeys$R$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -17775,7 +17824,7 @@
|
|
|
17775
17824
|
};
|
|
17776
17825
|
|
|
17777
17826
|
const TTL$x = 120000;
|
|
17778
|
-
const VERSION$
|
|
17827
|
+
const VERSION$1b$1 = "79cb5ac9f44542f683d00245fdfe500d";
|
|
17779
17828
|
const RepresentationType$P = 'RecordCollectionRepresentation';
|
|
17780
17829
|
function normalize$J(input, existing, path, luvio, store, timestamp) {
|
|
17781
17830
|
const input_records = input.records;
|
|
@@ -17796,10 +17845,10 @@
|
|
|
17796
17845
|
}
|
|
17797
17846
|
return input;
|
|
17798
17847
|
}
|
|
17799
|
-
const select$
|
|
17848
|
+
const select$1I = function RecordCollectionRepresentationSelect() {
|
|
17800
17849
|
return {
|
|
17801
17850
|
kind: 'Fragment',
|
|
17802
|
-
version: VERSION$
|
|
17851
|
+
version: VERSION$1b$1,
|
|
17803
17852
|
private: [],
|
|
17804
17853
|
selections: [
|
|
17805
17854
|
{
|
|
@@ -17834,12 +17883,12 @@
|
|
|
17834
17883
|
name: 'records',
|
|
17835
17884
|
kind: 'Link',
|
|
17836
17885
|
plural: true,
|
|
17837
|
-
fragment: select$
|
|
17886
|
+
fragment: select$1H()
|
|
17838
17887
|
}
|
|
17839
17888
|
]
|
|
17840
17889
|
};
|
|
17841
17890
|
};
|
|
17842
|
-
function equals$
|
|
17891
|
+
function equals$Z(existing, incoming) {
|
|
17843
17892
|
const existing_count = existing.count;
|
|
17844
17893
|
const incoming_count = incoming.count;
|
|
17845
17894
|
if (!(existing_count === incoming_count)) {
|
|
@@ -17890,7 +17939,7 @@
|
|
|
17890
17939
|
const ingest$J$1 = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17891
17940
|
const key = path.fullPath;
|
|
17892
17941
|
const ttlToUse = TTL$x;
|
|
17893
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$J, "UiApi", VERSION$
|
|
17942
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$J, "UiApi", VERSION$1b$1, RepresentationType$P, equals$Z);
|
|
17894
17943
|
return createLink$3(key);
|
|
17895
17944
|
};
|
|
17896
17945
|
function getTypeCacheKeys$P$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -17918,7 +17967,7 @@
|
|
|
17918
17967
|
};
|
|
17919
17968
|
|
|
17920
17969
|
const TTL$w = 30000;
|
|
17921
|
-
const VERSION$
|
|
17970
|
+
const VERSION$1a$1 = "98c5b18512e48ca8d28727549507e4ba";
|
|
17922
17971
|
const RepresentationType$O = 'RecordRepresentation';
|
|
17923
17972
|
function keyBuilder$1U(luvio, config) {
|
|
17924
17973
|
return keyPrefix$1 + '::' + RepresentationType$O + ':' + config.recordId;
|
|
@@ -17972,11 +18021,11 @@
|
|
|
17972
18021
|
return input;
|
|
17973
18022
|
};
|
|
17974
18023
|
}
|
|
17975
|
-
const select$
|
|
17976
|
-
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$
|
|
18024
|
+
const select$1H = function RecordRepresentationSelect() {
|
|
18025
|
+
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$1K();
|
|
17977
18026
|
return {
|
|
17978
18027
|
kind: 'Fragment',
|
|
17979
|
-
version: VERSION$
|
|
18028
|
+
version: VERSION$1a$1,
|
|
17980
18029
|
private: [
|
|
17981
18030
|
'eTag',
|
|
17982
18031
|
'weakEtag'
|
|
@@ -17990,13 +18039,13 @@
|
|
|
17990
18039
|
name: 'childRelationships',
|
|
17991
18040
|
kind: 'Link',
|
|
17992
18041
|
map: true,
|
|
17993
|
-
fragment: select$
|
|
18042
|
+
fragment: select$1I()
|
|
17994
18043
|
},
|
|
17995
18044
|
{
|
|
17996
18045
|
name: 'fields',
|
|
17997
18046
|
kind: 'Link',
|
|
17998
18047
|
map: true,
|
|
17999
|
-
fragment: select$
|
|
18048
|
+
fragment: select$1J()
|
|
18000
18049
|
},
|
|
18001
18050
|
{
|
|
18002
18051
|
name: 'id',
|
|
@@ -18032,18 +18081,18 @@
|
|
|
18032
18081
|
name: 'childRelationships',
|
|
18033
18082
|
kind: 'Link',
|
|
18034
18083
|
map: true,
|
|
18035
|
-
fragment: select$
|
|
18084
|
+
fragment: select$1I()
|
|
18036
18085
|
} : params.childRelationships;
|
|
18037
18086
|
const fieldsPathSelection = params.fields === undefined ? {
|
|
18038
18087
|
name: 'fields',
|
|
18039
18088
|
kind: 'Link',
|
|
18040
18089
|
map: true,
|
|
18041
|
-
fragment: select$
|
|
18090
|
+
fragment: select$1J()
|
|
18042
18091
|
} : params.fields;
|
|
18043
|
-
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$
|
|
18092
|
+
const { selections: RecordTypeInfoRepresentation__selections, opaque: RecordTypeInfoRepresentation__opaque, } = select$1K();
|
|
18044
18093
|
return {
|
|
18045
18094
|
kind: 'Fragment',
|
|
18046
|
-
version: VERSION$
|
|
18095
|
+
version: VERSION$1a$1,
|
|
18047
18096
|
private: [
|
|
18048
18097
|
'eTag',
|
|
18049
18098
|
'weakEtag'
|
|
@@ -18084,7 +18133,7 @@
|
|
|
18084
18133
|
]
|
|
18085
18134
|
};
|
|
18086
18135
|
};
|
|
18087
|
-
function equals$
|
|
18136
|
+
function equals$Y(existing, incoming) {
|
|
18088
18137
|
const existing_weakEtag = existing.weakEtag;
|
|
18089
18138
|
const incoming_weakEtag = incoming.weakEtag;
|
|
18090
18139
|
if (!(existing_weakEtag === incoming_weakEtag)) {
|
|
@@ -18145,7 +18194,7 @@
|
|
|
18145
18194
|
if (!(existing_recordTypeInfo === incoming_recordTypeInfo
|
|
18146
18195
|
|| (existing_recordTypeInfo != null &&
|
|
18147
18196
|
incoming_recordTypeInfo != null &&
|
|
18148
|
-
equals
|
|
18197
|
+
equals$$(existing_recordTypeInfo, incoming_recordTypeInfo)))) {
|
|
18149
18198
|
return false;
|
|
18150
18199
|
}
|
|
18151
18200
|
const existing_systemModstamp = existing.systemModstamp;
|
|
@@ -19560,7 +19609,7 @@
|
|
|
19560
19609
|
kind: 'Fragment',
|
|
19561
19610
|
private: ['eTag', 'weakEtag'],
|
|
19562
19611
|
selections: createRecordSelection(childFieldDefinition),
|
|
19563
|
-
version: VERSION$
|
|
19612
|
+
version: VERSION$1a$1,
|
|
19564
19613
|
},
|
|
19565
19614
|
};
|
|
19566
19615
|
}
|
|
@@ -19570,7 +19619,7 @@
|
|
|
19570
19619
|
required: childFieldDefinition.optional === true ? false : undefined,
|
|
19571
19620
|
fragment: {
|
|
19572
19621
|
kind: 'Fragment',
|
|
19573
|
-
version: VERSION$
|
|
19622
|
+
version: VERSION$1c$1,
|
|
19574
19623
|
private: [],
|
|
19575
19624
|
selections: [DISPLAY_VALUE_SELECTION, fieldValueSelection],
|
|
19576
19625
|
},
|
|
@@ -19602,7 +19651,7 @@
|
|
|
19602
19651
|
kind: 'Fragment',
|
|
19603
19652
|
private: [],
|
|
19604
19653
|
selections: buildSelectionFromRecord(fieldValue),
|
|
19605
|
-
version: VERSION$
|
|
19654
|
+
version: VERSION$1a$1,
|
|
19606
19655
|
},
|
|
19607
19656
|
};
|
|
19608
19657
|
}
|
|
@@ -19612,7 +19661,7 @@
|
|
|
19612
19661
|
required: undefined,
|
|
19613
19662
|
fragment: {
|
|
19614
19663
|
kind: 'Fragment',
|
|
19615
|
-
version: VERSION$
|
|
19664
|
+
version: VERSION$1c$1,
|
|
19616
19665
|
private: [],
|
|
19617
19666
|
selections: [DISPLAY_VALUE_SELECTION, fieldValueSelection],
|
|
19618
19667
|
},
|
|
@@ -20345,7 +20394,7 @@
|
|
|
20345
20394
|
// read again after children ingested in case of a circular ref
|
|
20346
20395
|
existingRecord = store.readEntry(key);
|
|
20347
20396
|
incomingRecord = merge$2(existingRecord, incomingRecord, luvio, path);
|
|
20348
|
-
if (existingRecord === undefined || equals$
|
|
20397
|
+
if (existingRecord === undefined || equals$_(existingRecord, incomingRecord) === false) {
|
|
20349
20398
|
luvio.storePublish(key, incomingRecord);
|
|
20350
20399
|
}
|
|
20351
20400
|
return createLink$3(key);
|
|
@@ -20429,7 +20478,7 @@
|
|
|
20429
20478
|
existingRecord = store.readEntry(key);
|
|
20430
20479
|
incomingRecord = merge$3(existingRecord, incomingRecord, luvio, path, recordConflictMap);
|
|
20431
20480
|
if (existingRecord === undefined ||
|
|
20432
|
-
equals$
|
|
20481
|
+
equals$Y(existingRecord, incomingRecord) === false ||
|
|
20433
20482
|
// always publish if existing record has drafts
|
|
20434
20483
|
existingRecord.drafts !==
|
|
20435
20484
|
undefined) {
|
|
@@ -20439,7 +20488,7 @@
|
|
|
20439
20488
|
ttl: TTL$w,
|
|
20440
20489
|
representationName: RepresentationType$O,
|
|
20441
20490
|
namespace: keyPrefix$1,
|
|
20442
|
-
version: VERSION$
|
|
20491
|
+
version: VERSION$1a$1,
|
|
20443
20492
|
});
|
|
20444
20493
|
return createLink$3(key);
|
|
20445
20494
|
};
|
|
@@ -20600,7 +20649,7 @@
|
|
|
20600
20649
|
kind: 'Fragment',
|
|
20601
20650
|
private: ['eTag', 'weakEtag'],
|
|
20602
20651
|
selections: buildSelectionFromFields(fields, optionalFields),
|
|
20603
|
-
version: VERSION$
|
|
20652
|
+
version: VERSION$1a$1,
|
|
20604
20653
|
},
|
|
20605
20654
|
variables: {},
|
|
20606
20655
|
};
|
|
@@ -20718,7 +20767,7 @@
|
|
|
20718
20767
|
response.results.length === 1);
|
|
20719
20768
|
}
|
|
20720
20769
|
|
|
20721
|
-
const VERSION$
|
|
20770
|
+
const VERSION$19$1 = "98cce53b8d13b1883d001bbdaab24383";
|
|
20722
20771
|
|
|
20723
20772
|
const nonCachedErrors$7 = ObjectCreate$1$1(null);
|
|
20724
20773
|
function ingestSuccessChildResourceParams$7(luvio, childResourceParamsArray, childEnvelopes, serverRequestCount = 0) {
|
|
@@ -20819,7 +20868,7 @@
|
|
|
20819
20868
|
node: {
|
|
20820
20869
|
kind: 'Fragment',
|
|
20821
20870
|
private: [],
|
|
20822
|
-
version: VERSION$
|
|
20871
|
+
version: VERSION$19$1,
|
|
20823
20872
|
},
|
|
20824
20873
|
variables: {},
|
|
20825
20874
|
});
|
|
@@ -21233,7 +21282,7 @@
|
|
|
21233
21282
|
}
|
|
21234
21283
|
|
|
21235
21284
|
const TTL$v = 30000;
|
|
21236
|
-
const VERSION$
|
|
21285
|
+
const VERSION$18$1 = "614ef19823027c07fa6deb9a149619d2";
|
|
21237
21286
|
const RepresentationType$N = 'ListRecordCollectionRepresentation';
|
|
21238
21287
|
function keyBuilder$1R(luvio, config) {
|
|
21239
21288
|
return keyPrefix$1 + '::' + RepresentationType$N + ':' + (config.listViewId === null ? '' : config.listViewId) + ':' + (config.sortBy === null ? '' : '[' + config.sortBy.join(',') + ']') + ':' + config.objectApiName + ':' + (config.listViewApiName === null ? '' : config.listViewApiName);
|
|
@@ -21269,13 +21318,13 @@
|
|
|
21269
21318
|
}
|
|
21270
21319
|
return input;
|
|
21271
21320
|
}
|
|
21272
|
-
const select$
|
|
21273
|
-
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$
|
|
21321
|
+
const select$1G = function ListRecordCollectionRepresentationSelect(paginationParams) {
|
|
21322
|
+
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$1R();
|
|
21274
21323
|
return {
|
|
21275
21324
|
kind: 'Fragment',
|
|
21276
21325
|
reader: true,
|
|
21277
21326
|
synthetic: false,
|
|
21278
|
-
version: VERSION$
|
|
21327
|
+
version: VERSION$18$1,
|
|
21279
21328
|
read: (source, reader) => {
|
|
21280
21329
|
const sink = {};
|
|
21281
21330
|
if (paginationParams === undefined) {
|
|
@@ -21295,7 +21344,7 @@
|
|
|
21295
21344
|
reader.readSingleLink(i, {
|
|
21296
21345
|
name: 'records',
|
|
21297
21346
|
kind: 'Link',
|
|
21298
|
-
fragment: select$
|
|
21347
|
+
fragment: select$1H()
|
|
21299
21348
|
}, itemsSource, allSink, i - startOffset);
|
|
21300
21349
|
if (reader.getIsDataMissing() === false) {
|
|
21301
21350
|
itemsSink[i - startOffset] = allSink[i - startOffset];
|
|
@@ -21382,14 +21431,14 @@
|
|
|
21382
21431
|
const recordsPathSelection = params.records === undefined ? {
|
|
21383
21432
|
name: 'records',
|
|
21384
21433
|
kind: 'Link',
|
|
21385
|
-
fragment: select$
|
|
21434
|
+
fragment: select$1H()
|
|
21386
21435
|
} : params.records;
|
|
21387
|
-
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$
|
|
21436
|
+
const { selections: ListReferenceRepresentation__selections, opaque: ListReferenceRepresentation__opaque, } = select$1R();
|
|
21388
21437
|
return {
|
|
21389
21438
|
kind: 'Fragment',
|
|
21390
21439
|
reader: true,
|
|
21391
21440
|
synthetic: false,
|
|
21392
|
-
version: VERSION$
|
|
21441
|
+
version: VERSION$18$1,
|
|
21393
21442
|
read: (source, reader) => {
|
|
21394
21443
|
const sink = {};
|
|
21395
21444
|
if (paginationParams === undefined) {
|
|
@@ -21458,7 +21507,7 @@
|
|
|
21458
21507
|
},
|
|
21459
21508
|
};
|
|
21460
21509
|
};
|
|
21461
|
-
function equals$
|
|
21510
|
+
function equals$X(existing, incoming) {
|
|
21462
21511
|
const existing_count = existing.count;
|
|
21463
21512
|
const incoming_count = incoming.count;
|
|
21464
21513
|
if (!(existing_count === incoming_count)) {
|
|
@@ -21496,7 +21545,7 @@
|
|
|
21496
21545
|
}
|
|
21497
21546
|
const existing_listReference = existing.listReference;
|
|
21498
21547
|
const incoming_listReference = incoming.listReference;
|
|
21499
|
-
if (!(equals
|
|
21548
|
+
if (!(equals$11(existing_listReference, incoming_listReference))) {
|
|
21500
21549
|
return false;
|
|
21501
21550
|
}
|
|
21502
21551
|
const existing_nextPageToken = existing.nextPageToken;
|
|
@@ -21607,14 +21656,14 @@
|
|
|
21607
21656
|
...existingRecord.records.slice(nextOffset),
|
|
21608
21657
|
];
|
|
21609
21658
|
}
|
|
21610
|
-
if (existingRecord === undefined || equals$
|
|
21659
|
+
if (existingRecord === undefined || equals$X(existingRecord, incomingRecord) === false) {
|
|
21611
21660
|
luvio.storePublish(key, incomingRecord);
|
|
21612
21661
|
}
|
|
21613
21662
|
{
|
|
21614
21663
|
const storeMetadataParams = {
|
|
21615
21664
|
ttl: ttlToUse,
|
|
21616
21665
|
namespace: "UiApi",
|
|
21617
|
-
version: VERSION$
|
|
21666
|
+
version: VERSION$18$1,
|
|
21618
21667
|
representationName: RepresentationType$N,
|
|
21619
21668
|
};
|
|
21620
21669
|
luvio.publishStoreMetadata(key, storeMetadataParams);
|
|
@@ -21640,7 +21689,7 @@
|
|
|
21640
21689
|
}
|
|
21641
21690
|
}
|
|
21642
21691
|
|
|
21643
|
-
const VERSION$
|
|
21692
|
+
const VERSION$17$1 = "cf8d2eb042188974da26ffe6618cfd07";
|
|
21644
21693
|
const RepresentationType$M = 'ListUiRepresentation';
|
|
21645
21694
|
function keyBuilder$1Q(luvio, config) {
|
|
21646
21695
|
return keyPrefix$1 + '::' + RepresentationType$M + ':' + (config.listViewApiName === null ? '' : config.listViewApiName) + ':' + config.objectApiName + ':' + config.type + ':' + (config.sortBy === null ? '' : '[' + config.sortBy.join(',') + ']');
|
|
@@ -21685,16 +21734,16 @@
|
|
|
21685
21734
|
const infoPathSelection = params.info === undefined ? {
|
|
21686
21735
|
name: 'info',
|
|
21687
21736
|
kind: 'Link',
|
|
21688
|
-
fragment: select$
|
|
21737
|
+
fragment: select$1L()
|
|
21689
21738
|
} : params.info;
|
|
21690
21739
|
const recordsPathSelection = params.records === undefined ? {
|
|
21691
21740
|
name: 'records',
|
|
21692
21741
|
kind: 'Link',
|
|
21693
|
-
fragment: select$
|
|
21742
|
+
fragment: select$1G(paginationParams)
|
|
21694
21743
|
} : params.records;
|
|
21695
21744
|
return {
|
|
21696
21745
|
kind: 'Fragment',
|
|
21697
|
-
version: VERSION$
|
|
21746
|
+
version: VERSION$17$1,
|
|
21698
21747
|
private: [
|
|
21699
21748
|
'eTag'
|
|
21700
21749
|
],
|
|
@@ -21704,7 +21753,7 @@
|
|
|
21704
21753
|
]
|
|
21705
21754
|
};
|
|
21706
21755
|
};
|
|
21707
|
-
function equals$
|
|
21756
|
+
function equals$W(existing, incoming) {
|
|
21708
21757
|
const existing_eTag = existing.eTag;
|
|
21709
21758
|
const incoming_eTag = incoming.eTag;
|
|
21710
21759
|
if (!(existing_eTag === incoming_eTag)) {
|
|
@@ -21725,7 +21774,7 @@
|
|
|
21725
21774
|
const ingest$G$1 = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21726
21775
|
const key = keyBuilderFromType$w(luvio, input);
|
|
21727
21776
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
21728
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$G, "UiApi", VERSION$
|
|
21777
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$G, "UiApi", VERSION$17$1, RepresentationType$M, equals$W);
|
|
21729
21778
|
return createLink$3(key);
|
|
21730
21779
|
};
|
|
21731
21780
|
function getTypeCacheKeys$M$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -21896,11 +21945,11 @@
|
|
|
21896
21945
|
/**
|
|
21897
21946
|
* Reader selections to copy a list info
|
|
21898
21947
|
*/
|
|
21899
|
-
const LIST_INFO_SELECTIONS = select$
|
|
21948
|
+
const LIST_INFO_SELECTIONS = select$1L().selections;
|
|
21900
21949
|
/**
|
|
21901
21950
|
* List info private memebers
|
|
21902
21951
|
*/
|
|
21903
|
-
select$
|
|
21952
|
+
select$1L().private;
|
|
21904
21953
|
const LIST_INFO_SELECTIONS_ETAG = [
|
|
21905
21954
|
...LIST_INFO_SELECTIONS,
|
|
21906
21955
|
{ kind: 'Scalar', name: 'eTag' },
|
|
@@ -21920,7 +21969,7 @@
|
|
|
21920
21969
|
kind: 'Fragment',
|
|
21921
21970
|
selections: LIST_INFO_SELECTIONS_ETAG,
|
|
21922
21971
|
private: [],
|
|
21923
|
-
version: VERSION$
|
|
21972
|
+
version: VERSION$1e,
|
|
21924
21973
|
},
|
|
21925
21974
|
variables: {},
|
|
21926
21975
|
});
|
|
@@ -22113,7 +22162,7 @@
|
|
|
22113
22162
|
});
|
|
22114
22163
|
}
|
|
22115
22164
|
|
|
22116
|
-
function select$
|
|
22165
|
+
function select$1F(luvio, params) {
|
|
22117
22166
|
const { fields = [], optionalFields = [] } = params.queryParams;
|
|
22118
22167
|
return dynamicSelect$7({
|
|
22119
22168
|
records: {
|
|
@@ -22123,7 +22172,7 @@
|
|
|
22123
22172
|
kind: 'Fragment',
|
|
22124
22173
|
private: ['eTag', 'weakEtag'],
|
|
22125
22174
|
selections: buildSelectionFromFields(fields, optionalFields),
|
|
22126
|
-
version: VERSION$
|
|
22175
|
+
version: VERSION$1a$1
|
|
22127
22176
|
},
|
|
22128
22177
|
},
|
|
22129
22178
|
}, createPaginationParams$3(params));
|
|
@@ -22139,7 +22188,7 @@
|
|
|
22139
22188
|
}
|
|
22140
22189
|
const snapshot = luvio.storeLookup({
|
|
22141
22190
|
recordId: key,
|
|
22142
|
-
node: select$
|
|
22191
|
+
node: select$1F(luvio, resourceParams),
|
|
22143
22192
|
variables: {},
|
|
22144
22193
|
}, snapshotRefresh);
|
|
22145
22194
|
return snapshot;
|
|
@@ -22172,7 +22221,7 @@
|
|
|
22172
22221
|
const storeMetadataParams = {
|
|
22173
22222
|
ttl: TTL$v,
|
|
22174
22223
|
namespace: keyPrefix$1,
|
|
22175
|
-
version: VERSION$
|
|
22224
|
+
version: VERSION$18$1,
|
|
22176
22225
|
representationName: RepresentationType$N
|
|
22177
22226
|
};
|
|
22178
22227
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -22245,7 +22294,7 @@
|
|
|
22245
22294
|
return snapshot.state === 'Error';
|
|
22246
22295
|
}
|
|
22247
22296
|
|
|
22248
|
-
const VERSION$
|
|
22297
|
+
const VERSION$16$1 = "3529c5f7d0eb2206c90a52c6d9f721d4";
|
|
22249
22298
|
const RepresentationType$L = 'ListViewSummaryRepresentation';
|
|
22250
22299
|
function keyBuilder$1O(luvio, config) {
|
|
22251
22300
|
return keyPrefix$1 + '::' + RepresentationType$L + ':' + (config.id === null ? '' : config.id);
|
|
@@ -22259,10 +22308,10 @@
|
|
|
22259
22308
|
function normalize$F(input, existing, path, luvio, store, timestamp) {
|
|
22260
22309
|
return input;
|
|
22261
22310
|
}
|
|
22262
|
-
const select$
|
|
22311
|
+
const select$1E = function ListViewSummaryRepresentationSelect() {
|
|
22263
22312
|
return {
|
|
22264
22313
|
kind: 'Fragment',
|
|
22265
|
-
version: VERSION$
|
|
22314
|
+
version: VERSION$16$1,
|
|
22266
22315
|
private: [],
|
|
22267
22316
|
selections: [
|
|
22268
22317
|
{
|
|
@@ -22284,7 +22333,7 @@
|
|
|
22284
22333
|
]
|
|
22285
22334
|
};
|
|
22286
22335
|
};
|
|
22287
|
-
function equals$
|
|
22336
|
+
function equals$V(existing, incoming) {
|
|
22288
22337
|
const existing_apiName = existing.apiName;
|
|
22289
22338
|
const incoming_apiName = incoming.apiName;
|
|
22290
22339
|
if (!(existing_apiName === incoming_apiName)) {
|
|
@@ -22310,7 +22359,7 @@
|
|
|
22310
22359
|
const ingest$F$1 = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22311
22360
|
const key = keyBuilderFromType$v(luvio, input);
|
|
22312
22361
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
22313
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$F, "UiApi", VERSION$
|
|
22362
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$F, "UiApi", VERSION$16$1, RepresentationType$L, equals$V);
|
|
22314
22363
|
return createLink$3(key);
|
|
22315
22364
|
};
|
|
22316
22365
|
function getTypeCacheKeys$L$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -22323,7 +22372,7 @@
|
|
|
22323
22372
|
});
|
|
22324
22373
|
}
|
|
22325
22374
|
|
|
22326
|
-
const VERSION$
|
|
22375
|
+
const VERSION$15$1 = "f4c79fe066da3558499d5ee88c72abcd";
|
|
22327
22376
|
const RepresentationType$K = 'ListViewSummaryCollectionRepresentation';
|
|
22328
22377
|
function keyBuilder$1N(luvio, config) {
|
|
22329
22378
|
return keyPrefix$1 + '::' + RepresentationType$K + ':' + config.objectApiName + ':' + (config.queryString === null ? '' : config.queryString) + ':' + config.recentListsOnly;
|
|
@@ -22355,12 +22404,12 @@
|
|
|
22355
22404
|
}
|
|
22356
22405
|
return input;
|
|
22357
22406
|
}
|
|
22358
|
-
const select$
|
|
22407
|
+
const select$1D = function ListViewSummaryCollectionRepresentationSelect(paginationParams) {
|
|
22359
22408
|
return {
|
|
22360
22409
|
kind: 'Fragment',
|
|
22361
22410
|
reader: true,
|
|
22362
22411
|
synthetic: false,
|
|
22363
|
-
version: VERSION$
|
|
22412
|
+
version: VERSION$15$1,
|
|
22364
22413
|
read: (source, reader) => {
|
|
22365
22414
|
const sink = {};
|
|
22366
22415
|
if (paginationParams === undefined) {
|
|
@@ -22380,7 +22429,7 @@
|
|
|
22380
22429
|
reader.readSingleLink(i, {
|
|
22381
22430
|
name: 'lists',
|
|
22382
22431
|
kind: 'Link',
|
|
22383
|
-
fragment: select$
|
|
22432
|
+
fragment: select$1E()
|
|
22384
22433
|
}, itemsSource, allSink, i - startOffset);
|
|
22385
22434
|
if (reader.getIsDataMissing() === false) {
|
|
22386
22435
|
itemsSink[i - startOffset] = allSink[i - startOffset];
|
|
@@ -22448,7 +22497,7 @@
|
|
|
22448
22497
|
metadataProperties.count = endOffset - startOffset;
|
|
22449
22498
|
return sink;
|
|
22450
22499
|
}
|
|
22451
|
-
function equals$
|
|
22500
|
+
function equals$U(existing, incoming) {
|
|
22452
22501
|
const existing_recentListsOnly = existing.recentListsOnly;
|
|
22453
22502
|
const incoming_recentListsOnly = incoming.recentListsOnly;
|
|
22454
22503
|
if (!(existing_recentListsOnly === incoming_recentListsOnly)) {
|
|
@@ -22570,14 +22619,14 @@
|
|
|
22570
22619
|
...existingRecord.lists.slice(nextOffset),
|
|
22571
22620
|
];
|
|
22572
22621
|
}
|
|
22573
|
-
if (existingRecord === undefined || equals$
|
|
22622
|
+
if (existingRecord === undefined || equals$U(existingRecord, incomingRecord) === false) {
|
|
22574
22623
|
luvio.storePublish(key, incomingRecord);
|
|
22575
22624
|
}
|
|
22576
22625
|
if (ttlToUse !== undefined) {
|
|
22577
22626
|
const storeMetadataParams = {
|
|
22578
22627
|
ttl: ttlToUse,
|
|
22579
22628
|
namespace: "UiApi",
|
|
22580
|
-
version: VERSION$
|
|
22629
|
+
version: VERSION$15$1,
|
|
22581
22630
|
representationName: RepresentationType$K,
|
|
22582
22631
|
};
|
|
22583
22632
|
luvio.publishStoreMetadata(key, storeMetadataParams);
|
|
@@ -22616,9 +22665,9 @@
|
|
|
22616
22665
|
pageSize: queryParams.pageSize === undefined ? 20 : queryParams.pageSize
|
|
22617
22666
|
};
|
|
22618
22667
|
}
|
|
22619
|
-
function select$
|
|
22668
|
+
function select$1C(luvio, params) {
|
|
22620
22669
|
const paginationParams = createPaginationParams$2(params);
|
|
22621
|
-
return select$
|
|
22670
|
+
return select$1D(paginationParams);
|
|
22622
22671
|
}
|
|
22623
22672
|
function keyBuilder$1M(luvio, params) {
|
|
22624
22673
|
return keyBuilder$1N(luvio, {
|
|
@@ -22636,7 +22685,7 @@
|
|
|
22636
22685
|
luvio.storeIngest(key, ingest$E$1, body);
|
|
22637
22686
|
const snapshot = luvio.storeLookup({
|
|
22638
22687
|
recordId: key,
|
|
22639
|
-
node: select$
|
|
22688
|
+
node: select$1C(luvio, resourceParams),
|
|
22640
22689
|
variables: {},
|
|
22641
22690
|
}, snapshotRefresh);
|
|
22642
22691
|
deepFreeze(snapshot.data);
|
|
@@ -22694,7 +22743,7 @@
|
|
|
22694
22743
|
}
|
|
22695
22744
|
function adapterFragment$D(luvio, config) {
|
|
22696
22745
|
const resourceParams = createResourceParams$S(config);
|
|
22697
|
-
return select$
|
|
22746
|
+
return select$1C(luvio, resourceParams);
|
|
22698
22747
|
}
|
|
22699
22748
|
function onFetchResponseSuccess$H(luvio, config, resourceParams, response) {
|
|
22700
22749
|
const snapshot = ingestSuccess$I(luvio, resourceParams, response, {
|
|
@@ -22762,7 +22811,7 @@
|
|
|
22762
22811
|
recordId: key,
|
|
22763
22812
|
node: {
|
|
22764
22813
|
kind: 'Fragment',
|
|
22765
|
-
version: VERSION$
|
|
22814
|
+
version: VERSION$15$1,
|
|
22766
22815
|
private: [],
|
|
22767
22816
|
selections: [
|
|
22768
22817
|
{
|
|
@@ -22949,7 +22998,7 @@
|
|
|
22949
22998
|
kind: 'Fragment',
|
|
22950
22999
|
private: ['eTag', 'weakEtag'],
|
|
22951
23000
|
selections: buildSelectionFromFields(...fields.getRecordSelectionFieldSets()),
|
|
22952
|
-
version: VERSION$
|
|
23001
|
+
version: VERSION$1a$1,
|
|
22953
23002
|
},
|
|
22954
23003
|
},
|
|
22955
23004
|
};
|
|
@@ -23259,7 +23308,7 @@
|
|
|
23259
23308
|
kind: 'Fragment',
|
|
23260
23309
|
private: ['eTag', 'weakEtag'],
|
|
23261
23310
|
selections: buildSelectionFromFields(...fields.getRecordSelectionFieldSets()),
|
|
23262
|
-
version: VERSION$
|
|
23311
|
+
version: VERSION$1a$1,
|
|
23263
23312
|
},
|
|
23264
23313
|
},
|
|
23265
23314
|
};
|
|
@@ -23638,7 +23687,7 @@
|
|
|
23638
23687
|
};
|
|
23639
23688
|
|
|
23640
23689
|
const TTL$u = 900000;
|
|
23641
|
-
const VERSION$
|
|
23690
|
+
const VERSION$14$1 = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
23642
23691
|
const RepresentationType$J = 'ObjectInfoRepresentation';
|
|
23643
23692
|
function keyBuilder$1J(luvio, config) {
|
|
23644
23693
|
return keyPrefix$1 + '::' + RepresentationType$J + ':' + config.apiName;
|
|
@@ -23652,10 +23701,10 @@
|
|
|
23652
23701
|
function normalize$D(input, existing, path, luvio, store, timestamp) {
|
|
23653
23702
|
return input;
|
|
23654
23703
|
}
|
|
23655
|
-
const select$
|
|
23704
|
+
const select$1B = function ObjectInfoRepresentationSelect() {
|
|
23656
23705
|
return {
|
|
23657
23706
|
kind: 'Fragment',
|
|
23658
|
-
version: VERSION$
|
|
23707
|
+
version: VERSION$14$1,
|
|
23659
23708
|
private: [
|
|
23660
23709
|
'eTag'
|
|
23661
23710
|
],
|
|
@@ -23757,7 +23806,7 @@
|
|
|
23757
23806
|
]
|
|
23758
23807
|
};
|
|
23759
23808
|
};
|
|
23760
|
-
function equals$
|
|
23809
|
+
function equals$T(existing, incoming) {
|
|
23761
23810
|
if (existing.eTag !== incoming.eTag) {
|
|
23762
23811
|
return false;
|
|
23763
23812
|
}
|
|
@@ -23766,7 +23815,7 @@
|
|
|
23766
23815
|
const ingest$D$1 = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23767
23816
|
const key = keyBuilderFromType$t(luvio, input);
|
|
23768
23817
|
const ttlToUse = TTL$u;
|
|
23769
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$D, "UiApi", VERSION$
|
|
23818
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$D, "UiApi", VERSION$14$1, RepresentationType$J, equals$T);
|
|
23770
23819
|
return createLink$3(key);
|
|
23771
23820
|
};
|
|
23772
23821
|
function getTypeCacheKeys$J$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -23779,8 +23828,8 @@
|
|
|
23779
23828
|
});
|
|
23780
23829
|
}
|
|
23781
23830
|
|
|
23782
|
-
function select$
|
|
23783
|
-
return select$
|
|
23831
|
+
function select$1A(luvio, params) {
|
|
23832
|
+
return select$1B();
|
|
23784
23833
|
}
|
|
23785
23834
|
function keyBuilder$1I(luvio, params) {
|
|
23786
23835
|
return keyBuilder$1J(luvio, {
|
|
@@ -23796,7 +23845,7 @@
|
|
|
23796
23845
|
luvio.storeIngest(key, ingest$D$1, body);
|
|
23797
23846
|
const snapshot = luvio.storeLookup({
|
|
23798
23847
|
recordId: key,
|
|
23799
|
-
node: select$
|
|
23848
|
+
node: select$1A(),
|
|
23800
23849
|
variables: {},
|
|
23801
23850
|
}, snapshotRefresh);
|
|
23802
23851
|
deepFreeze(snapshot.data);
|
|
@@ -23808,7 +23857,7 @@
|
|
|
23808
23857
|
const storeMetadataParams = {
|
|
23809
23858
|
ttl: TTL$u,
|
|
23810
23859
|
namespace: keyPrefix$1,
|
|
23811
|
-
version: VERSION$
|
|
23860
|
+
version: VERSION$14$1,
|
|
23812
23861
|
representationName: RepresentationType$J
|
|
23813
23862
|
};
|
|
23814
23863
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -23856,7 +23905,7 @@
|
|
|
23856
23905
|
}
|
|
23857
23906
|
function adapterFragment$C(luvio, config) {
|
|
23858
23907
|
createResourceParams$Q(config);
|
|
23859
|
-
return select$
|
|
23908
|
+
return select$1A();
|
|
23860
23909
|
}
|
|
23861
23910
|
function onFetchResponseSuccess$G(luvio, config, resourceParams, response) {
|
|
23862
23911
|
const snapshot = ingestSuccess$H(luvio, resourceParams, response, {
|
|
@@ -23923,7 +23972,7 @@
|
|
|
23923
23972
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
23924
23973
|
|
|
23925
23974
|
const TTL$t = 900000;
|
|
23926
|
-
const VERSION$
|
|
23975
|
+
const VERSION$13$1 = "fb515e25a89ca1ec154dc865e72b913a";
|
|
23927
23976
|
const RepresentationType$I = 'RecordLayoutRepresentation';
|
|
23928
23977
|
function keyBuilder$1G(luvio, config) {
|
|
23929
23978
|
return keyPrefix$1 + '::' + RepresentationType$I + ':' + (config.recordTypeId === null ? '' : config.recordTypeId) + ':' + (config.objectApiName === null ? '' : config.objectApiName) + ':' + config.layoutType + ':' + config.mode;
|
|
@@ -23940,10 +23989,10 @@
|
|
|
23940
23989
|
function normalize$C(input, existing, path, luvio, store, timestamp) {
|
|
23941
23990
|
return input;
|
|
23942
23991
|
}
|
|
23943
|
-
const select$
|
|
23992
|
+
const select$1z = function RecordLayoutRepresentationSelect() {
|
|
23944
23993
|
return {
|
|
23945
23994
|
kind: 'Fragment',
|
|
23946
|
-
version: VERSION$
|
|
23995
|
+
version: VERSION$13$1,
|
|
23947
23996
|
private: [
|
|
23948
23997
|
'eTag'
|
|
23949
23998
|
],
|
|
@@ -23981,7 +24030,7 @@
|
|
|
23981
24030
|
]
|
|
23982
24031
|
};
|
|
23983
24032
|
};
|
|
23984
|
-
function equals$
|
|
24033
|
+
function equals$S(existing, incoming) {
|
|
23985
24034
|
if (existing.eTag !== incoming.eTag) {
|
|
23986
24035
|
return false;
|
|
23987
24036
|
}
|
|
@@ -23990,7 +24039,7 @@
|
|
|
23990
24039
|
const ingest$C$1 = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23991
24040
|
const key = keyBuilderFromType$s(luvio, input);
|
|
23992
24041
|
const ttlToUse = TTL$t;
|
|
23993
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$C, "UiApi", VERSION$
|
|
24042
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$C, "UiApi", VERSION$13$1, RepresentationType$I, equals$S);
|
|
23994
24043
|
return createLink$3(key);
|
|
23995
24044
|
};
|
|
23996
24045
|
function getTypeCacheKeys$I$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -24026,7 +24075,7 @@
|
|
|
24026
24075
|
}
|
|
24027
24076
|
|
|
24028
24077
|
const TTL$s = 900000;
|
|
24029
|
-
const VERSION$
|
|
24078
|
+
const VERSION$12$1 = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
24030
24079
|
const RepresentationType$H = 'RecordLayoutUserStateRepresentation';
|
|
24031
24080
|
function keyBuilder$1F(luvio, config) {
|
|
24032
24081
|
return keyPrefix$1 + '::' + RepresentationType$H + ':' + config.recordTypeId + ':' + config.apiName + ':' + config.layoutType + ':' + config.mode;
|
|
@@ -24043,10 +24092,10 @@
|
|
|
24043
24092
|
function normalize$B(input, existing, path, luvio, store, timestamp) {
|
|
24044
24093
|
return input;
|
|
24045
24094
|
}
|
|
24046
|
-
const select$
|
|
24095
|
+
const select$1y = function RecordLayoutUserStateRepresentationSelect() {
|
|
24047
24096
|
return {
|
|
24048
24097
|
kind: 'Fragment',
|
|
24049
|
-
version: VERSION$
|
|
24098
|
+
version: VERSION$12$1,
|
|
24050
24099
|
private: [
|
|
24051
24100
|
'apiName',
|
|
24052
24101
|
'recordTypeId',
|
|
@@ -24066,7 +24115,7 @@
|
|
|
24066
24115
|
]
|
|
24067
24116
|
};
|
|
24068
24117
|
};
|
|
24069
|
-
function equals$
|
|
24118
|
+
function equals$R(existing, incoming) {
|
|
24070
24119
|
if (JSONStringify$2(incoming) !== JSONStringify$2(existing)) {
|
|
24071
24120
|
return false;
|
|
24072
24121
|
}
|
|
@@ -24075,7 +24124,7 @@
|
|
|
24075
24124
|
const ingest$B$1 = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24076
24125
|
const key = keyBuilderFromType$r(luvio, input);
|
|
24077
24126
|
const ttlToUse = TTL$s;
|
|
24078
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$B, "UiApi", VERSION$
|
|
24127
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$B, "UiApi", VERSION$12$1, RepresentationType$H, equals$R);
|
|
24079
24128
|
return createLink$3(key);
|
|
24080
24129
|
};
|
|
24081
24130
|
function getTypeCacheKeys$H$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -24089,7 +24138,7 @@
|
|
|
24089
24138
|
}
|
|
24090
24139
|
|
|
24091
24140
|
const TTL$r = 900000;
|
|
24092
|
-
const VERSION
|
|
24141
|
+
const VERSION$11$1 = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
24093
24142
|
const RepresentationType$G = 'RecordUiRepresentation';
|
|
24094
24143
|
function normalize$A(input, existing, path, luvio, store, timestamp) {
|
|
24095
24144
|
const input_layoutUserStates = input.layoutUserStates;
|
|
@@ -24191,7 +24240,7 @@
|
|
|
24191
24240
|
}
|
|
24192
24241
|
return input;
|
|
24193
24242
|
}
|
|
24194
|
-
function equals$
|
|
24243
|
+
function equals$Q(existing, incoming) {
|
|
24195
24244
|
const existing_eTag = existing.eTag;
|
|
24196
24245
|
const incoming_eTag = incoming.eTag;
|
|
24197
24246
|
if (!(existing_eTag === incoming_eTag)) {
|
|
@@ -24257,7 +24306,7 @@
|
|
|
24257
24306
|
const ingest$A$1 = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24258
24307
|
const key = path.fullPath;
|
|
24259
24308
|
const ttlToUse = TTL$r;
|
|
24260
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$A, "UiApi", VERSION
|
|
24309
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$A, "UiApi", VERSION$11$1, RepresentationType$G, equals$Q);
|
|
24261
24310
|
return createLink$3(key);
|
|
24262
24311
|
};
|
|
24263
24312
|
|
|
@@ -24302,9 +24351,9 @@
|
|
|
24302
24351
|
return config;
|
|
24303
24352
|
}
|
|
24304
24353
|
|
|
24305
|
-
const layoutSelections$2 = select$
|
|
24306
|
-
const objectInfoPathSelection = select$
|
|
24307
|
-
const layoutUserStatePathSelector = select$
|
|
24354
|
+
const layoutSelections$2 = select$1z();
|
|
24355
|
+
const objectInfoPathSelection = select$1B();
|
|
24356
|
+
const layoutUserStatePathSelector = select$1y();
|
|
24308
24357
|
function buildRecordUiSelector(recordDefs, layoutTypes, modes, recordOptionalFields) {
|
|
24309
24358
|
const layoutTypeSelections = [];
|
|
24310
24359
|
for (let i = 0, len = layoutTypes.length; i < len; i += 1) {
|
|
@@ -24352,7 +24401,7 @@
|
|
|
24352
24401
|
return {
|
|
24353
24402
|
kind: 'Fragment',
|
|
24354
24403
|
private: ['eTag'],
|
|
24355
|
-
version: VERSION
|
|
24404
|
+
version: VERSION$11$1,
|
|
24356
24405
|
selections: [
|
|
24357
24406
|
{
|
|
24358
24407
|
kind: 'Link',
|
|
@@ -24830,7 +24879,7 @@
|
|
|
24830
24879
|
})(LayoutMode$1 || (LayoutMode$1 = {}));
|
|
24831
24880
|
|
|
24832
24881
|
const DEFAULT_MODE = LayoutMode$1.View;
|
|
24833
|
-
const layoutSelections$1 = select$
|
|
24882
|
+
const layoutSelections$1 = select$1z();
|
|
24834
24883
|
function buildSnapshotRefresh$3(luvio, config) {
|
|
24835
24884
|
return {
|
|
24836
24885
|
config,
|
|
@@ -25024,7 +25073,7 @@
|
|
|
25024
25073
|
kind: 'Fragment',
|
|
25025
25074
|
private: [],
|
|
25026
25075
|
selections: recordLayoutFragmentSelector,
|
|
25027
|
-
version: VERSION$
|
|
25076
|
+
version: VERSION$1a$1,
|
|
25028
25077
|
},
|
|
25029
25078
|
variables: {},
|
|
25030
25079
|
});
|
|
@@ -25061,18 +25110,28 @@
|
|
|
25061
25110
|
* These are intermediate lookups to check if the record is in the L2 cache
|
|
25062
25111
|
* @param {Luvio} luvio
|
|
25063
25112
|
* @param {GetRecordLayoutTypeConfig} config
|
|
25064
|
-
* @param {BuildCachedSnapshot<BuildSnapshotContext} cachedSnapshot
|
|
25113
|
+
* @param {BuildCachedSnapshot<BuildSnapshotContext>} cachedSnapshot
|
|
25065
25114
|
*/
|
|
25066
25115
|
function makeCacheOnlySnapshot(luvio, config, adapterContext, cachedSnapshot) {
|
|
25067
|
-
return luvio.applyCachePolicy(
|
|
25068
|
-
|
|
25069
|
-
|
|
25070
|
-
|
|
25071
|
-
},
|
|
25072
|
-
}, { config, luvio, adapterContext }, cachedSnapshot,
|
|
25073
|
-
// this won't be invoked since we're requesting only-if-cached
|
|
25116
|
+
return luvio.applyCachePolicy(
|
|
25117
|
+
// Pass empty context so environment will use its default cache-policy
|
|
25118
|
+
{}, { config, luvio, adapterContext }, cachedSnapshot,
|
|
25119
|
+
// disallow hitting the network by returning a gateway timeout
|
|
25074
25120
|
() => {
|
|
25075
|
-
|
|
25121
|
+
return new Promise((resolve) => {
|
|
25122
|
+
resolve({
|
|
25123
|
+
state: 'Error',
|
|
25124
|
+
data: undefined,
|
|
25125
|
+
error: {
|
|
25126
|
+
body: undefined,
|
|
25127
|
+
headers: {},
|
|
25128
|
+
ok: false,
|
|
25129
|
+
status: 504,
|
|
25130
|
+
statusText: 'Gateway Timeout',
|
|
25131
|
+
errorType: 'fetchResponse',
|
|
25132
|
+
},
|
|
25133
|
+
});
|
|
25134
|
+
});
|
|
25076
25135
|
});
|
|
25077
25136
|
}
|
|
25078
25137
|
/**
|
|
@@ -25358,7 +25417,7 @@
|
|
|
25358
25417
|
};
|
|
25359
25418
|
};
|
|
25360
25419
|
|
|
25361
|
-
const VERSION$
|
|
25420
|
+
const VERSION$10$1 = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
25362
25421
|
const RepresentationType$F = 'QuickActionExecutionRepresentation';
|
|
25363
25422
|
function keyBuilder$1D(luvio, config) {
|
|
25364
25423
|
return keyPrefix$1 + '::' + RepresentationType$F + ':' + config.id;
|
|
@@ -25372,10 +25431,10 @@
|
|
|
25372
25431
|
function normalize$z(input, existing, path, luvio, store, timestamp) {
|
|
25373
25432
|
return input;
|
|
25374
25433
|
}
|
|
25375
|
-
const select$
|
|
25434
|
+
const select$1x = function QuickActionExecutionRepresentationSelect() {
|
|
25376
25435
|
return {
|
|
25377
25436
|
kind: 'Fragment',
|
|
25378
|
-
version: VERSION$
|
|
25437
|
+
version: VERSION$10$1,
|
|
25379
25438
|
private: [
|
|
25380
25439
|
'eTag'
|
|
25381
25440
|
],
|
|
@@ -25407,7 +25466,7 @@
|
|
|
25407
25466
|
]
|
|
25408
25467
|
};
|
|
25409
25468
|
};
|
|
25410
|
-
function equals$
|
|
25469
|
+
function equals$P(existing, incoming) {
|
|
25411
25470
|
const existing_isCreated = existing.isCreated;
|
|
25412
25471
|
const incoming_isCreated = incoming.isCreated;
|
|
25413
25472
|
if (!(existing_isCreated === incoming_isCreated)) {
|
|
@@ -25448,7 +25507,7 @@
|
|
|
25448
25507
|
const ingest$z$1 = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25449
25508
|
const key = keyBuilderFromType$q(luvio, input);
|
|
25450
25509
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
25451
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$z, "UiApi", VERSION$
|
|
25510
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$z, "UiApi", VERSION$10$1, RepresentationType$F, equals$P);
|
|
25452
25511
|
return createLink$3(key);
|
|
25453
25512
|
};
|
|
25454
25513
|
function getTypeCacheKeys$G$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -25462,7 +25521,7 @@
|
|
|
25462
25521
|
}
|
|
25463
25522
|
|
|
25464
25523
|
const TTL$q = 900000;
|
|
25465
|
-
const VERSION
|
|
25524
|
+
const VERSION$$$1 = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
25466
25525
|
const RepresentationType$E = 'QuickActionDefaultsRepresentation';
|
|
25467
25526
|
function keyBuilder$1C(luvio, config) {
|
|
25468
25527
|
return keyPrefix$1 + '::' + RepresentationType$E + ':' + config.actionApiName;
|
|
@@ -25502,11 +25561,11 @@
|
|
|
25502
25561
|
name: 'fields',
|
|
25503
25562
|
kind: 'Link',
|
|
25504
25563
|
map: true,
|
|
25505
|
-
fragment: select$
|
|
25564
|
+
fragment: select$1J()
|
|
25506
25565
|
} : params.fields;
|
|
25507
25566
|
return {
|
|
25508
25567
|
kind: 'Fragment',
|
|
25509
|
-
version: VERSION
|
|
25568
|
+
version: VERSION$$$1,
|
|
25510
25569
|
private: [
|
|
25511
25570
|
'eTag'
|
|
25512
25571
|
],
|
|
@@ -25523,7 +25582,7 @@
|
|
|
25523
25582
|
]
|
|
25524
25583
|
};
|
|
25525
25584
|
};
|
|
25526
|
-
function equals$
|
|
25585
|
+
function equals$O(existing, incoming) {
|
|
25527
25586
|
const existing_actionApiName = existing.actionApiName;
|
|
25528
25587
|
const incoming_actionApiName = incoming.actionApiName;
|
|
25529
25588
|
if (!(existing_actionApiName === incoming_actionApiName)) {
|
|
@@ -25596,7 +25655,7 @@
|
|
|
25596
25655
|
return undefined;
|
|
25597
25656
|
}
|
|
25598
25657
|
|
|
25599
|
-
const VERSION$
|
|
25658
|
+
const VERSION$_$1 = "3f49d751896cf66e6e29788d8880e2cc";
|
|
25600
25659
|
const RepresentationType$D = 'PlatformActionRepresentation';
|
|
25601
25660
|
function keyBuilder$1B(luvio, config) {
|
|
25602
25661
|
return keyPrefix$1 + '::' + RepresentationType$D + ':' + config.externalId + ':' + (config.relatedSourceObject === null ? '' : config.relatedSourceObject) + ':' + (config.relatedListRecordId === null ? '' : config.relatedListRecordId);
|
|
@@ -25612,10 +25671,10 @@
|
|
|
25612
25671
|
function normalize$y(input, existing, path, luvio, store, timestamp) {
|
|
25613
25672
|
return input;
|
|
25614
25673
|
}
|
|
25615
|
-
const select$
|
|
25674
|
+
const select$1w = function PlatformActionRepresentationSelect() {
|
|
25616
25675
|
return {
|
|
25617
25676
|
kind: 'Fragment',
|
|
25618
|
-
version: VERSION$
|
|
25677
|
+
version: VERSION$_$1,
|
|
25619
25678
|
private: [
|
|
25620
25679
|
'id'
|
|
25621
25680
|
],
|
|
@@ -25695,7 +25754,7 @@
|
|
|
25695
25754
|
]
|
|
25696
25755
|
};
|
|
25697
25756
|
};
|
|
25698
|
-
function equals$
|
|
25757
|
+
function equals$N(existing, incoming) {
|
|
25699
25758
|
const existing_actionListContext = existing.actionListContext;
|
|
25700
25759
|
const incoming_actionListContext = incoming.actionListContext;
|
|
25701
25760
|
if (!(existing_actionListContext === incoming_actionListContext)) {
|
|
@@ -25796,7 +25855,7 @@
|
|
|
25796
25855
|
const ingest$y$1 = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25797
25856
|
const key = keyBuilderFromType$o(luvio, input);
|
|
25798
25857
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
25799
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$y, "UiApi", VERSION$
|
|
25858
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$y, "UiApi", VERSION$_$1, RepresentationType$D, equals$N);
|
|
25800
25859
|
return createLink$3(key);
|
|
25801
25860
|
};
|
|
25802
25861
|
function getTypeCacheKeys$E$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -25809,7 +25868,7 @@
|
|
|
25809
25868
|
});
|
|
25810
25869
|
}
|
|
25811
25870
|
|
|
25812
|
-
const VERSION$
|
|
25871
|
+
const VERSION$Z$1 = "378d506f563a4bd724b322d440df33d1";
|
|
25813
25872
|
const RepresentationType$C = 'EntityActionRepresentation';
|
|
25814
25873
|
function keyBuilder$1A(luvio, config) {
|
|
25815
25874
|
return keyPrefix$1 + '::' + RepresentationType$C + ':' + config.url;
|
|
@@ -25839,10 +25898,10 @@
|
|
|
25839
25898
|
}
|
|
25840
25899
|
return input;
|
|
25841
25900
|
}
|
|
25842
|
-
const select$
|
|
25901
|
+
const select$1v = function EntityActionRepresentationSelect() {
|
|
25843
25902
|
return {
|
|
25844
25903
|
kind: 'Fragment',
|
|
25845
|
-
version: VERSION$
|
|
25904
|
+
version: VERSION$Z$1,
|
|
25846
25905
|
private: [
|
|
25847
25906
|
'links',
|
|
25848
25907
|
'url'
|
|
@@ -25852,12 +25911,12 @@
|
|
|
25852
25911
|
name: 'actions',
|
|
25853
25912
|
kind: 'Link',
|
|
25854
25913
|
plural: true,
|
|
25855
|
-
fragment: select$
|
|
25914
|
+
fragment: select$1w()
|
|
25856
25915
|
}
|
|
25857
25916
|
]
|
|
25858
25917
|
};
|
|
25859
25918
|
};
|
|
25860
|
-
function equals$
|
|
25919
|
+
function equals$M(existing, incoming) {
|
|
25861
25920
|
const existing_url = existing.url;
|
|
25862
25921
|
const incoming_url = incoming.url;
|
|
25863
25922
|
if (!(existing_url === incoming_url)) {
|
|
@@ -25888,7 +25947,7 @@
|
|
|
25888
25947
|
const ingest$x$1 = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25889
25948
|
const key = keyBuilderFromType$n(luvio, input);
|
|
25890
25949
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
25891
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$x, "UiApi", VERSION$
|
|
25950
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$x, "UiApi", VERSION$Z$1, RepresentationType$C, equals$M);
|
|
25892
25951
|
return createLink$3(key);
|
|
25893
25952
|
};
|
|
25894
25953
|
function getTypeCacheKeys$D$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -25906,7 +25965,7 @@
|
|
|
25906
25965
|
}
|
|
25907
25966
|
|
|
25908
25967
|
const TTL$p = 300000;
|
|
25909
|
-
const VERSION$
|
|
25968
|
+
const VERSION$Y$1 = "e485d96c1402a9ca2f56e56485af0216";
|
|
25910
25969
|
const RepresentationType$B = 'ActionRepresentation';
|
|
25911
25970
|
function normalize$w(input, existing, path, luvio, store, timestamp) {
|
|
25912
25971
|
const input_actions = input.actions;
|
|
@@ -25930,10 +25989,10 @@
|
|
|
25930
25989
|
}
|
|
25931
25990
|
return input;
|
|
25932
25991
|
}
|
|
25933
|
-
const select$
|
|
25992
|
+
const select$1u = function ActionRepresentationSelect() {
|
|
25934
25993
|
return {
|
|
25935
25994
|
kind: 'Fragment',
|
|
25936
|
-
version: VERSION$
|
|
25995
|
+
version: VERSION$Y$1,
|
|
25937
25996
|
private: [
|
|
25938
25997
|
'eTag',
|
|
25939
25998
|
'url'
|
|
@@ -25943,12 +26002,12 @@
|
|
|
25943
26002
|
name: 'actions',
|
|
25944
26003
|
kind: 'Link',
|
|
25945
26004
|
map: true,
|
|
25946
|
-
fragment: select$
|
|
26005
|
+
fragment: select$1v()
|
|
25947
26006
|
}
|
|
25948
26007
|
]
|
|
25949
26008
|
};
|
|
25950
26009
|
};
|
|
25951
|
-
function equals$
|
|
26010
|
+
function equals$L(existing, incoming) {
|
|
25952
26011
|
const existing_eTag = existing.eTag;
|
|
25953
26012
|
const incoming_eTag = incoming.eTag;
|
|
25954
26013
|
if (!(existing_eTag === incoming_eTag)) {
|
|
@@ -25974,7 +26033,7 @@
|
|
|
25974
26033
|
const ingest$w$1 = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25975
26034
|
const key = path.fullPath;
|
|
25976
26035
|
const ttlToUse = TTL$p;
|
|
25977
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$w, "UiApi", VERSION$
|
|
26036
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$w, "UiApi", VERSION$Y$1, RepresentationType$B, equals$L);
|
|
25978
26037
|
return createLink$3(key);
|
|
25979
26038
|
};
|
|
25980
26039
|
function getTypeCacheKeys$C$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -25994,8 +26053,8 @@
|
|
|
25994
26053
|
}
|
|
25995
26054
|
}
|
|
25996
26055
|
|
|
25997
|
-
function select$
|
|
25998
|
-
return select$
|
|
26056
|
+
function select$1t(luvio, params) {
|
|
26057
|
+
return select$1u();
|
|
25999
26058
|
}
|
|
26000
26059
|
function keyBuilder$1z(luvio, params) {
|
|
26001
26060
|
return keyPrefix$1 + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'apiNames:' + params.queryParams.apiNames + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'retrievalMode:' + params.queryParams.retrievalMode + ',' + 'sections:' + params.queryParams.sections + ')';
|
|
@@ -26009,7 +26068,7 @@
|
|
|
26009
26068
|
luvio.storeIngest(key, ingest$w$1, body);
|
|
26010
26069
|
const snapshot = luvio.storeLookup({
|
|
26011
26070
|
recordId: key,
|
|
26012
|
-
node: select$
|
|
26071
|
+
node: select$1t(),
|
|
26013
26072
|
variables: {},
|
|
26014
26073
|
}, snapshotRefresh);
|
|
26015
26074
|
deepFreeze(snapshot.data);
|
|
@@ -26021,7 +26080,7 @@
|
|
|
26021
26080
|
const storeMetadataParams = {
|
|
26022
26081
|
ttl: TTL$p,
|
|
26023
26082
|
namespace: keyPrefix$1,
|
|
26024
|
-
version: VERSION$
|
|
26083
|
+
version: VERSION$Y$1,
|
|
26025
26084
|
representationName: RepresentationType$B
|
|
26026
26085
|
};
|
|
26027
26086
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -26073,7 +26132,7 @@
|
|
|
26073
26132
|
}
|
|
26074
26133
|
function adapterFragment$B(luvio, config) {
|
|
26075
26134
|
createResourceParams$P(config);
|
|
26076
|
-
return select$
|
|
26135
|
+
return select$1t();
|
|
26077
26136
|
}
|
|
26078
26137
|
function onFetchResponseSuccess$E(luvio, config, resourceParams, response) {
|
|
26079
26138
|
const snapshot = ingestSuccess$G(luvio, resourceParams, response, {
|
|
@@ -26130,7 +26189,7 @@
|
|
|
26130
26189
|
};
|
|
26131
26190
|
|
|
26132
26191
|
const TTL$o = 900000;
|
|
26133
|
-
const VERSION$
|
|
26192
|
+
const VERSION$X$1 = "35f3eec8ce7f6001c6d5d17821b75bb9";
|
|
26134
26193
|
const RepresentationType$A = 'QuickActionLayoutRepresentation';
|
|
26135
26194
|
function keyBuilder$1x(luvio, config) {
|
|
26136
26195
|
return keyPrefix$1 + '::' + RepresentationType$A + ':' + config.actionApiName;
|
|
@@ -26144,10 +26203,10 @@
|
|
|
26144
26203
|
function normalize$v(input, existing, path, luvio, store, timestamp) {
|
|
26145
26204
|
return input;
|
|
26146
26205
|
}
|
|
26147
|
-
const select$
|
|
26206
|
+
const select$1s = function QuickActionLayoutRepresentationSelect() {
|
|
26148
26207
|
return {
|
|
26149
26208
|
kind: 'Fragment',
|
|
26150
|
-
version: VERSION$
|
|
26209
|
+
version: VERSION$X$1,
|
|
26151
26210
|
private: [
|
|
26152
26211
|
'eTag'
|
|
26153
26212
|
],
|
|
@@ -26164,7 +26223,7 @@
|
|
|
26164
26223
|
]
|
|
26165
26224
|
};
|
|
26166
26225
|
};
|
|
26167
|
-
function equals$
|
|
26226
|
+
function equals$K(existing, incoming) {
|
|
26168
26227
|
if (existing.eTag !== incoming.eTag) {
|
|
26169
26228
|
return false;
|
|
26170
26229
|
}
|
|
@@ -26173,7 +26232,7 @@
|
|
|
26173
26232
|
const ingest$v$1 = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26174
26233
|
const key = keyBuilderFromType$m(luvio, input);
|
|
26175
26234
|
const ttlToUse = TTL$o;
|
|
26176
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$v, "UiApi", VERSION$
|
|
26235
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$v, "UiApi", VERSION$X$1, RepresentationType$A, equals$K);
|
|
26177
26236
|
return createLink$3(key);
|
|
26178
26237
|
};
|
|
26179
26238
|
function getTypeCacheKeys$B$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -26186,8 +26245,8 @@
|
|
|
26186
26245
|
});
|
|
26187
26246
|
}
|
|
26188
26247
|
|
|
26189
|
-
function select$
|
|
26190
|
-
return select$
|
|
26248
|
+
function select$1r(luvio, params) {
|
|
26249
|
+
return select$1s();
|
|
26191
26250
|
}
|
|
26192
26251
|
function keyBuilder$1w(luvio, params) {
|
|
26193
26252
|
return keyBuilder$1x(luvio, {
|
|
@@ -26203,7 +26262,7 @@
|
|
|
26203
26262
|
luvio.storeIngest(key, ingest$v$1, body);
|
|
26204
26263
|
const snapshot = luvio.storeLookup({
|
|
26205
26264
|
recordId: key,
|
|
26206
|
-
node: select$
|
|
26265
|
+
node: select$1r(),
|
|
26207
26266
|
variables: {},
|
|
26208
26267
|
}, snapshotRefresh);
|
|
26209
26268
|
deepFreeze(snapshot.data);
|
|
@@ -26215,7 +26274,7 @@
|
|
|
26215
26274
|
const storeMetadataParams = {
|
|
26216
26275
|
ttl: TTL$o,
|
|
26217
26276
|
namespace: keyPrefix$1,
|
|
26218
|
-
version: VERSION$
|
|
26277
|
+
version: VERSION$X$1,
|
|
26219
26278
|
representationName: RepresentationType$A
|
|
26220
26279
|
};
|
|
26221
26280
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -26262,7 +26321,7 @@
|
|
|
26262
26321
|
}
|
|
26263
26322
|
function adapterFragment$A(luvio, config) {
|
|
26264
26323
|
createResourceParams$O(config);
|
|
26265
|
-
return select$
|
|
26324
|
+
return select$1r();
|
|
26266
26325
|
}
|
|
26267
26326
|
function onFetchResponseSuccess$D(luvio, config, resourceParams, response) {
|
|
26268
26327
|
const snapshot = ingestSuccess$F(luvio, resourceParams, response, {
|
|
@@ -26350,8 +26409,8 @@
|
|
|
26350
26409
|
return unsortedArray === undefined ? undefined : unsortedArray.sort();
|
|
26351
26410
|
}
|
|
26352
26411
|
|
|
26353
|
-
function select$
|
|
26354
|
-
return select$
|
|
26412
|
+
function select$1q(luvio, params) {
|
|
26413
|
+
return select$1u();
|
|
26355
26414
|
}
|
|
26356
26415
|
function keyBuilder$1u(luvio, params) {
|
|
26357
26416
|
return keyPrefix$1 + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'sections:' + params.queryParams.sections + ',' + 'objectApiNames:' + params.urlParams.objectApiNames + ')';
|
|
@@ -26365,7 +26424,7 @@
|
|
|
26365
26424
|
luvio.storeIngest(key, ingest$w$1, body);
|
|
26366
26425
|
const snapshot = luvio.storeLookup({
|
|
26367
26426
|
recordId: key,
|
|
26368
|
-
node: select$
|
|
26427
|
+
node: select$1q(),
|
|
26369
26428
|
variables: {},
|
|
26370
26429
|
}, snapshotRefresh);
|
|
26371
26430
|
deepFreeze(snapshot.data);
|
|
@@ -26377,7 +26436,7 @@
|
|
|
26377
26436
|
const storeMetadataParams = {
|
|
26378
26437
|
ttl: TTL$p,
|
|
26379
26438
|
namespace: keyPrefix$1,
|
|
26380
|
-
version: VERSION$
|
|
26439
|
+
version: VERSION$Y$1,
|
|
26381
26440
|
representationName: RepresentationType$B
|
|
26382
26441
|
};
|
|
26383
26442
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -26428,7 +26487,7 @@
|
|
|
26428
26487
|
}
|
|
26429
26488
|
function adapterFragment$z(luvio, config) {
|
|
26430
26489
|
createResourceParams$N(config);
|
|
26431
|
-
return select$
|
|
26490
|
+
return select$1q();
|
|
26432
26491
|
}
|
|
26433
26492
|
function onFetchResponseSuccess$C(luvio, config, resourceParams, response) {
|
|
26434
26493
|
const snapshot = ingestSuccess$E(luvio, resourceParams, response, {
|
|
@@ -26484,8 +26543,8 @@
|
|
|
26484
26543
|
buildCachedSnapshotCachePolicy$G, buildNetworkSnapshotCachePolicy$G);
|
|
26485
26544
|
};
|
|
26486
26545
|
|
|
26487
|
-
function select$
|
|
26488
|
-
return select$
|
|
26546
|
+
function select$1p(luvio, params) {
|
|
26547
|
+
return select$1u();
|
|
26489
26548
|
}
|
|
26490
26549
|
function keyBuilder$1s(luvio, params) {
|
|
26491
26550
|
return keyPrefix$1 + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'sections:' + params.queryParams.sections + ',' + 'objectApiName:' + params.urlParams.objectApiName + ')';
|
|
@@ -26499,7 +26558,7 @@
|
|
|
26499
26558
|
luvio.storeIngest(key, ingest$w$1, body);
|
|
26500
26559
|
const snapshot = luvio.storeLookup({
|
|
26501
26560
|
recordId: key,
|
|
26502
|
-
node: select$
|
|
26561
|
+
node: select$1p(),
|
|
26503
26562
|
variables: {},
|
|
26504
26563
|
}, snapshotRefresh);
|
|
26505
26564
|
deepFreeze(snapshot.data);
|
|
@@ -26511,7 +26570,7 @@
|
|
|
26511
26570
|
const storeMetadataParams = {
|
|
26512
26571
|
ttl: TTL$p,
|
|
26513
26572
|
namespace: keyPrefix$1,
|
|
26514
|
-
version: VERSION$
|
|
26573
|
+
version: VERSION$Y$1,
|
|
26515
26574
|
representationName: RepresentationType$B
|
|
26516
26575
|
};
|
|
26517
26576
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -26562,7 +26621,7 @@
|
|
|
26562
26621
|
}
|
|
26563
26622
|
function adapterFragment$y(luvio, config) {
|
|
26564
26623
|
createResourceParams$M(config);
|
|
26565
|
-
return select$
|
|
26624
|
+
return select$1p();
|
|
26566
26625
|
}
|
|
26567
26626
|
function onFetchResponseSuccess$B(luvio, config, resourceParams, response) {
|
|
26568
26627
|
const snapshot = ingestSuccess$D(luvio, resourceParams, response, {
|
|
@@ -26618,20 +26677,20 @@
|
|
|
26618
26677
|
buildCachedSnapshotCachePolicy$F, buildNetworkSnapshotCachePolicy$F);
|
|
26619
26678
|
};
|
|
26620
26679
|
|
|
26621
|
-
const VERSION$
|
|
26680
|
+
const VERSION$W$1 = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
26622
26681
|
const RepresentationType$z = 'ActionOverrideRepresentation';
|
|
26623
26682
|
function normalize$u(input, existing, path, luvio, store, timestamp) {
|
|
26624
26683
|
return input;
|
|
26625
26684
|
}
|
|
26626
|
-
const select$
|
|
26685
|
+
const select$1o = function ActionOverrideRepresentationSelect() {
|
|
26627
26686
|
return {
|
|
26628
26687
|
kind: 'Fragment',
|
|
26629
|
-
version: VERSION$
|
|
26688
|
+
version: VERSION$W$1,
|
|
26630
26689
|
private: [],
|
|
26631
26690
|
opaque: true
|
|
26632
26691
|
};
|
|
26633
26692
|
};
|
|
26634
|
-
function equals$
|
|
26693
|
+
function equals$J(existing, incoming) {
|
|
26635
26694
|
if (JSONStringify$2(incoming) !== JSONStringify$2(existing)) {
|
|
26636
26695
|
return false;
|
|
26637
26696
|
}
|
|
@@ -26640,7 +26699,7 @@
|
|
|
26640
26699
|
const ingest$u$1 = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26641
26700
|
const key = path.fullPath;
|
|
26642
26701
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
26643
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$u, "UiApi", VERSION$
|
|
26702
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$u, "UiApi", VERSION$W$1, RepresentationType$z, equals$J);
|
|
26644
26703
|
return createLink$3(key);
|
|
26645
26704
|
};
|
|
26646
26705
|
function getTypeCacheKeys$A$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -26653,8 +26712,8 @@
|
|
|
26653
26712
|
});
|
|
26654
26713
|
}
|
|
26655
26714
|
|
|
26656
|
-
function select$
|
|
26657
|
-
return select$
|
|
26715
|
+
function select$1n(luvio, params) {
|
|
26716
|
+
return select$1o();
|
|
26658
26717
|
}
|
|
26659
26718
|
function keyBuilder$1q(luvio, params) {
|
|
26660
26719
|
return keyPrefix$1 + '::ActionOverrideRepresentation:(' + 'type:' + params.queryParams.type + ',' + 'objectApiName:' + params.urlParams.objectApiName + ')';
|
|
@@ -26668,7 +26727,7 @@
|
|
|
26668
26727
|
luvio.storeIngest(key, ingest$u$1, body);
|
|
26669
26728
|
const snapshot = luvio.storeLookup({
|
|
26670
26729
|
recordId: key,
|
|
26671
|
-
node: select$
|
|
26730
|
+
node: select$1n(),
|
|
26672
26731
|
variables: {},
|
|
26673
26732
|
}, snapshotRefresh);
|
|
26674
26733
|
deepFreeze(snapshot.data);
|
|
@@ -26723,7 +26782,7 @@
|
|
|
26723
26782
|
}
|
|
26724
26783
|
function adapterFragment$x(luvio, config) {
|
|
26725
26784
|
createResourceParams$L(config);
|
|
26726
|
-
return select$
|
|
26785
|
+
return select$1n();
|
|
26727
26786
|
}
|
|
26728
26787
|
function onFetchResponseSuccess$A(luvio, config, resourceParams, response) {
|
|
26729
26788
|
const snapshot = ingestSuccess$C(luvio, resourceParams, response, {
|
|
@@ -26783,7 +26842,7 @@
|
|
|
26783
26842
|
ttl: TTL$q,
|
|
26784
26843
|
namespace: keyPrefix$1,
|
|
26785
26844
|
representationName: RepresentationType$E,
|
|
26786
|
-
version: VERSION
|
|
26845
|
+
version: VERSION$$$1,
|
|
26787
26846
|
};
|
|
26788
26847
|
function merge$1(existing, incoming) {
|
|
26789
26848
|
if (existing === undefined) {
|
|
@@ -26808,7 +26867,7 @@
|
|
|
26808
26867
|
propertyName: path.propertyName,
|
|
26809
26868
|
}, luvio, store, timestamp);
|
|
26810
26869
|
incomingRecord = merge$1(existingRecord, incomingRecord);
|
|
26811
|
-
if (existingRecord === undefined || equals$
|
|
26870
|
+
if (existingRecord === undefined || equals$O(existingRecord, incomingRecord) === false) {
|
|
26812
26871
|
luvio.storePublish(key, incomingRecord);
|
|
26813
26872
|
}
|
|
26814
26873
|
luvio.publishStoreMetadata(key, QUICK_ACTION_DEFAULTS_STORE_METADATA_PARAMS);
|
|
@@ -26873,7 +26932,7 @@
|
|
|
26873
26932
|
const storeMetadataParams = {
|
|
26874
26933
|
ttl: TTL$q,
|
|
26875
26934
|
namespace: keyPrefix$1,
|
|
26876
|
-
version: VERSION
|
|
26935
|
+
version: VERSION$$$1,
|
|
26877
26936
|
representationName: RepresentationType$E
|
|
26878
26937
|
};
|
|
26879
26938
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -27002,8 +27061,8 @@
|
|
|
27002
27061
|
buildCachedSnapshotCachePolicy$D, buildNetworkSnapshotCachePolicy$D);
|
|
27003
27062
|
};
|
|
27004
27063
|
|
|
27005
|
-
function select$
|
|
27006
|
-
return select$
|
|
27064
|
+
function select$1m(luvio, params) {
|
|
27065
|
+
return select$1u();
|
|
27007
27066
|
}
|
|
27008
27067
|
function keyBuilder$1m(luvio, params) {
|
|
27009
27068
|
return keyPrefix$1 + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'apiNames:' + params.queryParams.apiNames + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'retrievalMode:' + params.queryParams.retrievalMode + ',' + 'sections:' + params.queryParams.sections + ',' + 'recordIds:' + params.urlParams.recordIds + ')';
|
|
@@ -27017,7 +27076,7 @@
|
|
|
27017
27076
|
luvio.storeIngest(key, ingest$w$1, body);
|
|
27018
27077
|
const snapshot = luvio.storeLookup({
|
|
27019
27078
|
recordId: key,
|
|
27020
|
-
node: select$
|
|
27079
|
+
node: select$1m(),
|
|
27021
27080
|
variables: {},
|
|
27022
27081
|
}, snapshotRefresh);
|
|
27023
27082
|
deepFreeze(snapshot.data);
|
|
@@ -27029,7 +27088,7 @@
|
|
|
27029
27088
|
const storeMetadataParams = {
|
|
27030
27089
|
ttl: TTL$p,
|
|
27031
27090
|
namespace: keyPrefix$1,
|
|
27032
|
-
version: VERSION$
|
|
27091
|
+
version: VERSION$Y$1,
|
|
27033
27092
|
representationName: RepresentationType$B
|
|
27034
27093
|
};
|
|
27035
27094
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -27086,7 +27145,7 @@
|
|
|
27086
27145
|
}
|
|
27087
27146
|
function adapterFragment$v(luvio, config) {
|
|
27088
27147
|
createResourceParams$J(config);
|
|
27089
|
-
return select$
|
|
27148
|
+
return select$1m();
|
|
27090
27149
|
}
|
|
27091
27150
|
function onFetchResponseSuccess$z(luvio, config, resourceParams, response) {
|
|
27092
27151
|
const snapshot = ingestSuccess$B(luvio, resourceParams, response, {
|
|
@@ -27142,8 +27201,8 @@
|
|
|
27142
27201
|
buildCachedSnapshotCachePolicy$C, buildNetworkSnapshotCachePolicy$C);
|
|
27143
27202
|
};
|
|
27144
27203
|
|
|
27145
|
-
function select$
|
|
27146
|
-
return select$
|
|
27204
|
+
function select$1l(luvio, params) {
|
|
27205
|
+
return select$1u();
|
|
27147
27206
|
}
|
|
27148
27207
|
function keyBuilder$1k(luvio, params) {
|
|
27149
27208
|
return keyPrefix$1 + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'sections:' + params.queryParams.sections + ',' + 'recordIds:' + params.urlParams.recordIds + ')';
|
|
@@ -27157,7 +27216,7 @@
|
|
|
27157
27216
|
luvio.storeIngest(key, ingest$w$1, body);
|
|
27158
27217
|
const snapshot = luvio.storeLookup({
|
|
27159
27218
|
recordId: key,
|
|
27160
|
-
node: select$
|
|
27219
|
+
node: select$1l(),
|
|
27161
27220
|
variables: {},
|
|
27162
27221
|
}, snapshotRefresh);
|
|
27163
27222
|
deepFreeze(snapshot.data);
|
|
@@ -27169,7 +27228,7 @@
|
|
|
27169
27228
|
const storeMetadataParams = {
|
|
27170
27229
|
ttl: TTL$p,
|
|
27171
27230
|
namespace: keyPrefix$1,
|
|
27172
|
-
version: VERSION$
|
|
27231
|
+
version: VERSION$Y$1,
|
|
27173
27232
|
representationName: RepresentationType$B
|
|
27174
27233
|
};
|
|
27175
27234
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -27220,7 +27279,7 @@
|
|
|
27220
27279
|
}
|
|
27221
27280
|
function adapterFragment$u(luvio, config) {
|
|
27222
27281
|
createResourceParams$I(config);
|
|
27223
|
-
return select$
|
|
27282
|
+
return select$1l();
|
|
27224
27283
|
}
|
|
27225
27284
|
function onFetchResponseSuccess$y(luvio, config, resourceParams, response) {
|
|
27226
27285
|
const snapshot = ingestSuccess$A(luvio, resourceParams, response, {
|
|
@@ -27276,7 +27335,7 @@
|
|
|
27276
27335
|
buildCachedSnapshotCachePolicy$B, buildNetworkSnapshotCachePolicy$B);
|
|
27277
27336
|
};
|
|
27278
27337
|
|
|
27279
|
-
function validate$
|
|
27338
|
+
function validate$17(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
27280
27339
|
const v_error = (() => {
|
|
27281
27340
|
if (typeof obj !== 'object' || ArrayIsArray$2(obj) || obj === null) {
|
|
27282
27341
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27346,8 +27405,8 @@
|
|
|
27346
27405
|
return v_error === undefined ? null : v_error;
|
|
27347
27406
|
}
|
|
27348
27407
|
|
|
27349
|
-
function select$
|
|
27350
|
-
return select$
|
|
27408
|
+
function select$1k(luvio, params) {
|
|
27409
|
+
return select$1u();
|
|
27351
27410
|
}
|
|
27352
27411
|
function keyBuilder$1i(luvio, params) {
|
|
27353
27412
|
return keyPrefix$1 + '::ActionRepresentation:(' + 'recordIds:' + params.urlParams.recordIds + ',' + 'relatedListId:' + params.urlParams.relatedListId + ',' + (params.body.actionTypes === undefined ? 'actionTypes' : 'actionTypes:' + params.body.actionTypes) + '::' + (params.body.apiNames === undefined ? 'apiNames' : 'apiNames:' + params.body.apiNames) + '::' + (params.body.formFactor === undefined ? 'formFactor' : 'formFactor:' + params.body.formFactor) + '::' + (params.body.retrievalMode === undefined ? 'retrievalMode' : 'retrievalMode:' + params.body.retrievalMode) + '::' + (params.body.sections === undefined ? 'sections' : 'sections:' + params.body.sections) + ')';
|
|
@@ -27361,7 +27420,7 @@
|
|
|
27361
27420
|
luvio.storeIngest(key, ingest$w$1, body);
|
|
27362
27421
|
const snapshot = luvio.storeLookup({
|
|
27363
27422
|
recordId: key,
|
|
27364
|
-
node: select$
|
|
27423
|
+
node: select$1k(),
|
|
27365
27424
|
variables: {},
|
|
27366
27425
|
}, snapshotRefresh);
|
|
27367
27426
|
deepFreeze(snapshot.data);
|
|
@@ -27373,7 +27432,7 @@
|
|
|
27373
27432
|
const storeMetadataParams = {
|
|
27374
27433
|
ttl: TTL$p,
|
|
27375
27434
|
namespace: keyPrefix$1,
|
|
27376
|
-
version: VERSION$
|
|
27435
|
+
version: VERSION$Y$1,
|
|
27377
27436
|
representationName: RepresentationType$B
|
|
27378
27437
|
};
|
|
27379
27438
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -27454,7 +27513,7 @@
|
|
|
27454
27513
|
reader.enterPath(envelopeBodyPath);
|
|
27455
27514
|
const childResource = childResources[i];
|
|
27456
27515
|
const childKey = keyBuilder$1i(luvio, childResource);
|
|
27457
|
-
const childFragment = select$
|
|
27516
|
+
const childFragment = select$1k();
|
|
27458
27517
|
const isMissingDataBeforeChildRead = reader.getIsDataMissing();
|
|
27459
27518
|
const childSnapshot = reader.read({
|
|
27460
27519
|
recordId: childKey,
|
|
@@ -27534,7 +27593,7 @@
|
|
|
27534
27593
|
}
|
|
27535
27594
|
};
|
|
27536
27595
|
}
|
|
27537
|
-
function select$
|
|
27596
|
+
function select$1j(luvio, resourceParams) {
|
|
27538
27597
|
const childResources = createChildResourceParams$8(resourceParams);
|
|
27539
27598
|
return selectChildResourceParams$6(luvio, childResources, resourceParams);
|
|
27540
27599
|
}
|
|
@@ -27638,7 +27697,7 @@
|
|
|
27638
27697
|
seenRecords: seenRecords,
|
|
27639
27698
|
select: {
|
|
27640
27699
|
recordId: key,
|
|
27641
|
-
node: select$
|
|
27700
|
+
node: select$1j(luvio, resourceParams),
|
|
27642
27701
|
variables: {},
|
|
27643
27702
|
},
|
|
27644
27703
|
refresh: snapshotRefresh,
|
|
@@ -27687,7 +27746,7 @@
|
|
|
27687
27746
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
27688
27747
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
27689
27748
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
27690
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
27749
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$17(untrustedConfig_relatedListsActionParameters_item);
|
|
27691
27750
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
27692
27751
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
27693
27752
|
}
|
|
@@ -27709,7 +27768,7 @@
|
|
|
27709
27768
|
}
|
|
27710
27769
|
function adapterFragment$t(luvio, config) {
|
|
27711
27770
|
const resourceParams = createResourceParams$H(config);
|
|
27712
|
-
return select$
|
|
27771
|
+
return select$1j(luvio, resourceParams);
|
|
27713
27772
|
}
|
|
27714
27773
|
function onFetchResponseSuccess$x(luvio, config, resourceParams, response) {
|
|
27715
27774
|
const snapshot = ingestSuccess$y(luvio, resourceParams, response, {
|
|
@@ -27799,7 +27858,7 @@
|
|
|
27799
27858
|
}
|
|
27800
27859
|
function adapterFragment$s(luvio, config) {
|
|
27801
27860
|
createResourceParams$G(config);
|
|
27802
|
-
return select$
|
|
27861
|
+
return select$1k();
|
|
27803
27862
|
}
|
|
27804
27863
|
function onFetchResponseSuccess$w(luvio, config, resourceParams, response) {
|
|
27805
27864
|
const snapshot = ingestSuccess$z(luvio, resourceParams, response, {
|
|
@@ -27855,8 +27914,8 @@
|
|
|
27855
27914
|
buildCachedSnapshotCachePolicy$z, buildNetworkSnapshotCachePolicy$z);
|
|
27856
27915
|
};
|
|
27857
27916
|
|
|
27858
|
-
function select$
|
|
27859
|
-
return select$
|
|
27917
|
+
function select$1i(luvio, params) {
|
|
27918
|
+
return select$1u();
|
|
27860
27919
|
}
|
|
27861
27920
|
function keyBuilder$1e(luvio, params) {
|
|
27862
27921
|
return keyPrefix$1 + '::ActionRepresentation:(' + 'actionTypes:' + params.queryParams.actionTypes + ',' + 'formFactor:' + params.queryParams.formFactor + ',' + 'sections:' + params.queryParams.sections + ',' + 'recordIds:' + params.urlParams.recordIds + ',' + 'relatedListRecordIds:' + params.urlParams.relatedListRecordIds + ')';
|
|
@@ -27870,7 +27929,7 @@
|
|
|
27870
27929
|
luvio.storeIngest(key, ingest$w$1, body);
|
|
27871
27930
|
const snapshot = luvio.storeLookup({
|
|
27872
27931
|
recordId: key,
|
|
27873
|
-
node: select$
|
|
27932
|
+
node: select$1i(),
|
|
27874
27933
|
variables: {},
|
|
27875
27934
|
}, snapshotRefresh);
|
|
27876
27935
|
deepFreeze(snapshot.data);
|
|
@@ -27882,7 +27941,7 @@
|
|
|
27882
27941
|
const storeMetadataParams = {
|
|
27883
27942
|
ttl: TTL$p,
|
|
27884
27943
|
namespace: keyPrefix$1,
|
|
27885
|
-
version: VERSION$
|
|
27944
|
+
version: VERSION$Y$1,
|
|
27886
27945
|
representationName: RepresentationType$B
|
|
27887
27946
|
};
|
|
27888
27947
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -27934,7 +27993,7 @@
|
|
|
27934
27993
|
}
|
|
27935
27994
|
function adapterFragment$r(luvio, config) {
|
|
27936
27995
|
createResourceParams$F(config);
|
|
27937
|
-
return select$
|
|
27996
|
+
return select$1i();
|
|
27938
27997
|
}
|
|
27939
27998
|
function onFetchResponseSuccess$v(luvio, config, resourceParams, response) {
|
|
27940
27999
|
const snapshot = ingestSuccess$x(luvio, resourceParams, response, {
|
|
@@ -27990,20 +28049,20 @@
|
|
|
27990
28049
|
buildCachedSnapshotCachePolicy$y, buildNetworkSnapshotCachePolicy$y);
|
|
27991
28050
|
};
|
|
27992
28051
|
|
|
27993
|
-
const VERSION$
|
|
28052
|
+
const VERSION$V$1 = "a316b3bba367f54adc67d7552ed7d36d";
|
|
27994
28053
|
const RepresentationType$y = 'PageReferenceRepresentation';
|
|
27995
28054
|
function normalize$t(input, existing, path, luvio, store, timestamp) {
|
|
27996
28055
|
return input;
|
|
27997
28056
|
}
|
|
27998
|
-
const select$
|
|
28057
|
+
const select$1h = function PageReferenceRepresentationSelect() {
|
|
27999
28058
|
return {
|
|
28000
28059
|
kind: 'Fragment',
|
|
28001
|
-
version: VERSION$
|
|
28060
|
+
version: VERSION$V$1,
|
|
28002
28061
|
private: [],
|
|
28003
28062
|
opaque: true
|
|
28004
28063
|
};
|
|
28005
28064
|
};
|
|
28006
|
-
function equals$
|
|
28065
|
+
function equals$I(existing, incoming) {
|
|
28007
28066
|
if (JSONStringify$2(incoming) !== JSONStringify$2(existing)) {
|
|
28008
28067
|
return false;
|
|
28009
28068
|
}
|
|
@@ -28012,7 +28071,7 @@
|
|
|
28012
28071
|
const ingest$t$1 = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28013
28072
|
const key = path.fullPath;
|
|
28014
28073
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
28015
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$t, "UiApi", VERSION$
|
|
28074
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$t, "UiApi", VERSION$V$1, RepresentationType$y, equals$I);
|
|
28016
28075
|
return createLink$3(key);
|
|
28017
28076
|
};
|
|
28018
28077
|
function getTypeCacheKeys$z$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -28026,7 +28085,7 @@
|
|
|
28026
28085
|
}
|
|
28027
28086
|
|
|
28028
28087
|
const TTL$n = 120000;
|
|
28029
|
-
const VERSION$
|
|
28088
|
+
const VERSION$U$1 = "09884ca5bf90ea4662092a4e48817081";
|
|
28030
28089
|
const RepresentationType$x = 'NavItemRepresentation';
|
|
28031
28090
|
function keyBuilder$1c(luvio, config) {
|
|
28032
28091
|
return keyPrefix$1 + '::' + RepresentationType$x + ':' + config.developerName;
|
|
@@ -28054,10 +28113,10 @@
|
|
|
28054
28113
|
}
|
|
28055
28114
|
return input;
|
|
28056
28115
|
}
|
|
28057
|
-
const select$
|
|
28116
|
+
const select$1g = function NavItemRepresentationSelect() {
|
|
28058
28117
|
return {
|
|
28059
28118
|
kind: 'Fragment',
|
|
28060
|
-
version: VERSION$
|
|
28119
|
+
version: VERSION$U$1,
|
|
28061
28120
|
private: [],
|
|
28062
28121
|
selections: [
|
|
28063
28122
|
{
|
|
@@ -28116,7 +28175,7 @@
|
|
|
28116
28175
|
name: 'pageReference',
|
|
28117
28176
|
kind: 'Link',
|
|
28118
28177
|
nullable: true,
|
|
28119
|
-
fragment: select$
|
|
28178
|
+
fragment: select$1h()
|
|
28120
28179
|
},
|
|
28121
28180
|
{
|
|
28122
28181
|
name: 'standardType',
|
|
@@ -28125,7 +28184,7 @@
|
|
|
28125
28184
|
]
|
|
28126
28185
|
};
|
|
28127
28186
|
};
|
|
28128
|
-
function equals$
|
|
28187
|
+
function equals$H(existing, incoming) {
|
|
28129
28188
|
const existing_availableInClassic = existing.availableInClassic;
|
|
28130
28189
|
const incoming_availableInClassic = incoming.availableInClassic;
|
|
28131
28190
|
if (!(existing_availableInClassic === incoming_availableInClassic)) {
|
|
@@ -28211,7 +28270,7 @@
|
|
|
28211
28270
|
const ingest$s$1 = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28212
28271
|
const key = keyBuilderFromType$l(luvio, input);
|
|
28213
28272
|
const ttlToUse = TTL$n;
|
|
28214
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$s, "UiApi", VERSION$
|
|
28273
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$s, "UiApi", VERSION$U$1, RepresentationType$x, equals$H);
|
|
28215
28274
|
return createLink$3(key);
|
|
28216
28275
|
};
|
|
28217
28276
|
function getTypeCacheKeys$y$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -28228,7 +28287,7 @@
|
|
|
28228
28287
|
}
|
|
28229
28288
|
|
|
28230
28289
|
const TTL$m = 300000;
|
|
28231
|
-
const VERSION$
|
|
28290
|
+
const VERSION$T$1 = "1781f2d3d4e413cf0c681774d82d02cd";
|
|
28232
28291
|
const RepresentationType$w = 'AppRepresentation';
|
|
28233
28292
|
function keyBuilder$1b(luvio, config) {
|
|
28234
28293
|
return keyPrefix$1 + '::' + RepresentationType$w + ':' + (config.appId === null ? '' : config.appId);
|
|
@@ -28274,10 +28333,10 @@
|
|
|
28274
28333
|
}
|
|
28275
28334
|
return input;
|
|
28276
28335
|
}
|
|
28277
|
-
const select$
|
|
28336
|
+
const select$1f = function AppRepresentationSelect() {
|
|
28278
28337
|
return {
|
|
28279
28338
|
kind: 'Fragment',
|
|
28280
|
-
version: VERSION$
|
|
28339
|
+
version: VERSION$T$1,
|
|
28281
28340
|
private: [
|
|
28282
28341
|
'eTag'
|
|
28283
28342
|
],
|
|
@@ -28335,7 +28394,7 @@
|
|
|
28335
28394
|
name: 'navItems',
|
|
28336
28395
|
kind: 'Link',
|
|
28337
28396
|
plural: true,
|
|
28338
|
-
fragment: select$
|
|
28397
|
+
fragment: select$1g()
|
|
28339
28398
|
},
|
|
28340
28399
|
{
|
|
28341
28400
|
name: 'selected',
|
|
@@ -28353,12 +28412,12 @@
|
|
|
28353
28412
|
name: 'userNavItems',
|
|
28354
28413
|
kind: 'Link',
|
|
28355
28414
|
plural: true,
|
|
28356
|
-
fragment: select$
|
|
28415
|
+
fragment: select$1g()
|
|
28357
28416
|
}
|
|
28358
28417
|
]
|
|
28359
28418
|
};
|
|
28360
28419
|
};
|
|
28361
|
-
function equals$
|
|
28420
|
+
function equals$G(existing, incoming) {
|
|
28362
28421
|
const existing_isNavAutoTempTabsDisabled = existing.isNavAutoTempTabsDisabled;
|
|
28363
28422
|
const incoming_isNavAutoTempTabsDisabled = incoming.isNavAutoTempTabsDisabled;
|
|
28364
28423
|
if (!(existing_isNavAutoTempTabsDisabled === incoming_isNavAutoTempTabsDisabled)) {
|
|
@@ -28469,7 +28528,7 @@
|
|
|
28469
28528
|
const ingest$r$1 = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28470
28529
|
const key = keyBuilderFromType$k(luvio, input);
|
|
28471
28530
|
const ttlToUse = TTL$m;
|
|
28472
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$r, "UiApi", VERSION$
|
|
28531
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$r, "UiApi", VERSION$T$1, RepresentationType$w, equals$G);
|
|
28473
28532
|
return createLink$3(key);
|
|
28474
28533
|
};
|
|
28475
28534
|
function getTypeCacheKeys$x$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -28491,7 +28550,7 @@
|
|
|
28491
28550
|
}
|
|
28492
28551
|
|
|
28493
28552
|
const TTL$l = 300000;
|
|
28494
|
-
const VERSION$
|
|
28553
|
+
const VERSION$S$1 = "a254babf0b6414315db7808a157fd9fc";
|
|
28495
28554
|
const RepresentationType$v = 'AppsRepresentation';
|
|
28496
28555
|
function normalize$q(input, existing, path, luvio, store, timestamp) {
|
|
28497
28556
|
const input_apps = input.apps;
|
|
@@ -28512,10 +28571,10 @@
|
|
|
28512
28571
|
}
|
|
28513
28572
|
return input;
|
|
28514
28573
|
}
|
|
28515
|
-
const select$
|
|
28574
|
+
const select$1e = function AppsRepresentationSelect() {
|
|
28516
28575
|
return {
|
|
28517
28576
|
kind: 'Fragment',
|
|
28518
|
-
version: VERSION$
|
|
28577
|
+
version: VERSION$S$1,
|
|
28519
28578
|
private: [
|
|
28520
28579
|
'eTag'
|
|
28521
28580
|
],
|
|
@@ -28524,12 +28583,12 @@
|
|
|
28524
28583
|
name: 'apps',
|
|
28525
28584
|
kind: 'Link',
|
|
28526
28585
|
plural: true,
|
|
28527
|
-
fragment: select$
|
|
28586
|
+
fragment: select$1f()
|
|
28528
28587
|
}
|
|
28529
28588
|
]
|
|
28530
28589
|
};
|
|
28531
28590
|
};
|
|
28532
|
-
function equals$
|
|
28591
|
+
function equals$F(existing, incoming) {
|
|
28533
28592
|
const existing_eTag = existing.eTag;
|
|
28534
28593
|
const incoming_eTag = incoming.eTag;
|
|
28535
28594
|
if (!(existing_eTag === incoming_eTag)) {
|
|
@@ -28550,7 +28609,7 @@
|
|
|
28550
28609
|
const ingest$q$1 = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28551
28610
|
const key = path.fullPath;
|
|
28552
28611
|
const ttlToUse = TTL$l;
|
|
28553
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$q, "UiApi", VERSION$
|
|
28612
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$q, "UiApi", VERSION$S$1, RepresentationType$v, equals$F);
|
|
28554
28613
|
return createLink$3(key);
|
|
28555
28614
|
};
|
|
28556
28615
|
function getTypeCacheKeys$w$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -28567,8 +28626,8 @@
|
|
|
28567
28626
|
}
|
|
28568
28627
|
}
|
|
28569
28628
|
|
|
28570
|
-
function select$
|
|
28571
|
-
return select$
|
|
28629
|
+
function select$1d$1(luvio, params) {
|
|
28630
|
+
return select$1e();
|
|
28572
28631
|
}
|
|
28573
28632
|
function keyBuilder$1a(luvio, params) {
|
|
28574
28633
|
return keyPrefix$1 + '::AppsRepresentation:(' + 'formFactor:' + params.queryParams.formFactor + ',' + 'userCustomizations:' + params.queryParams.userCustomizations + ')';
|
|
@@ -28582,7 +28641,7 @@
|
|
|
28582
28641
|
luvio.storeIngest(key, ingest$q$1, body);
|
|
28583
28642
|
const snapshot = luvio.storeLookup({
|
|
28584
28643
|
recordId: key,
|
|
28585
|
-
node: select$
|
|
28644
|
+
node: select$1d$1(),
|
|
28586
28645
|
variables: {},
|
|
28587
28646
|
}, snapshotRefresh);
|
|
28588
28647
|
deepFreeze(snapshot.data);
|
|
@@ -28594,7 +28653,7 @@
|
|
|
28594
28653
|
const storeMetadataParams = {
|
|
28595
28654
|
ttl: TTL$l,
|
|
28596
28655
|
namespace: keyPrefix$1,
|
|
28597
|
-
version: VERSION$
|
|
28656
|
+
version: VERSION$S$1,
|
|
28598
28657
|
representationName: RepresentationType$v
|
|
28599
28658
|
};
|
|
28600
28659
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -28643,7 +28702,7 @@
|
|
|
28643
28702
|
}
|
|
28644
28703
|
function adapterFragment$q(luvio, config) {
|
|
28645
28704
|
createResourceParams$E(config);
|
|
28646
|
-
return select$
|
|
28705
|
+
return select$1d$1();
|
|
28647
28706
|
}
|
|
28648
28707
|
function onFetchResponseSuccess$u(luvio, config, resourceParams, response) {
|
|
28649
28708
|
const snapshot = ingestSuccess$w(luvio, resourceParams, response, {
|
|
@@ -28699,8 +28758,8 @@
|
|
|
28699
28758
|
buildCachedSnapshotCachePolicy$x, buildNetworkSnapshotCachePolicy$x);
|
|
28700
28759
|
};
|
|
28701
28760
|
|
|
28702
|
-
function select$
|
|
28703
|
-
return select$
|
|
28761
|
+
function select$1c$1(luvio, params) {
|
|
28762
|
+
return select$1f();
|
|
28704
28763
|
}
|
|
28705
28764
|
function keyBuilder$18$1(luvio, params) {
|
|
28706
28765
|
return keyBuilder$1b(luvio, {
|
|
@@ -28716,7 +28775,7 @@
|
|
|
28716
28775
|
luvio.storeIngest(key, ingest$r$1, body);
|
|
28717
28776
|
const snapshot = luvio.storeLookup({
|
|
28718
28777
|
recordId: key,
|
|
28719
|
-
node: select$
|
|
28778
|
+
node: select$1c$1(),
|
|
28720
28779
|
variables: {},
|
|
28721
28780
|
}, snapshotRefresh);
|
|
28722
28781
|
deepFreeze(snapshot.data);
|
|
@@ -28728,7 +28787,7 @@
|
|
|
28728
28787
|
const storeMetadataParams = {
|
|
28729
28788
|
ttl: TTL$m,
|
|
28730
28789
|
namespace: keyPrefix$1,
|
|
28731
|
-
version: VERSION$
|
|
28790
|
+
version: VERSION$T$1,
|
|
28732
28791
|
representationName: RepresentationType$w
|
|
28733
28792
|
};
|
|
28734
28793
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -28778,7 +28837,7 @@
|
|
|
28778
28837
|
}
|
|
28779
28838
|
function adapterFragment$p(luvio, config) {
|
|
28780
28839
|
createResourceParams$D(config);
|
|
28781
|
-
return select$
|
|
28840
|
+
return select$1c$1();
|
|
28782
28841
|
}
|
|
28783
28842
|
function onFetchResponseSuccess$t(luvio, config, resourceParams, response) {
|
|
28784
28843
|
const snapshot = ingestSuccess$v(luvio, resourceParams, response, {
|
|
@@ -28834,11 +28893,11 @@
|
|
|
28834
28893
|
buildCachedSnapshotCachePolicy$w, buildNetworkSnapshotCachePolicy$w);
|
|
28835
28894
|
};
|
|
28836
28895
|
|
|
28837
|
-
const VERSION$
|
|
28838
|
-
const select$
|
|
28896
|
+
const VERSION$R$1 = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
28897
|
+
const select$1b$1 = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
28839
28898
|
return {
|
|
28840
28899
|
kind: 'Fragment',
|
|
28841
|
-
version: VERSION$
|
|
28900
|
+
version: VERSION$R$1,
|
|
28842
28901
|
private: [
|
|
28843
28902
|
'eTag'
|
|
28844
28903
|
],
|
|
@@ -28863,12 +28922,12 @@
|
|
|
28863
28922
|
};
|
|
28864
28923
|
};
|
|
28865
28924
|
|
|
28866
|
-
const VERSION$
|
|
28867
|
-
const select$
|
|
28868
|
-
const { selections: DuplicateRuleFilterItemRepresentation__selections, opaque: DuplicateRuleFilterItemRepresentation__opaque, } = select$
|
|
28925
|
+
const VERSION$Q$1 = "320d7f254687278f2763d4b490dab3fb";
|
|
28926
|
+
const select$1a$1 = function DuplicateRuleFilterRepresentationSelect() {
|
|
28927
|
+
const { selections: DuplicateRuleFilterItemRepresentation__selections, opaque: DuplicateRuleFilterItemRepresentation__opaque, } = select$1b$1();
|
|
28869
28928
|
return {
|
|
28870
28929
|
kind: 'Fragment',
|
|
28871
|
-
version: VERSION$
|
|
28930
|
+
version: VERSION$Q$1,
|
|
28872
28931
|
private: [
|
|
28873
28932
|
'eTag'
|
|
28874
28933
|
],
|
|
@@ -28891,11 +28950,11 @@
|
|
|
28891
28950
|
};
|
|
28892
28951
|
};
|
|
28893
28952
|
|
|
28894
|
-
const VERSION$
|
|
28895
|
-
const select$
|
|
28953
|
+
const VERSION$P$1 = "b47b44e260e5ce777beaf3da9088997c";
|
|
28954
|
+
const select$19$1 = function MatchRuleRepresentationSelect() {
|
|
28896
28955
|
return {
|
|
28897
28956
|
kind: 'Fragment',
|
|
28898
|
-
version: VERSION$
|
|
28957
|
+
version: VERSION$P$1,
|
|
28899
28958
|
private: [
|
|
28900
28959
|
'eTag'
|
|
28901
28960
|
],
|
|
@@ -28921,13 +28980,13 @@
|
|
|
28921
28980
|
};
|
|
28922
28981
|
};
|
|
28923
28982
|
|
|
28924
|
-
const VERSION$
|
|
28925
|
-
const select$
|
|
28926
|
-
const { selections: DuplicateRuleFilterRepresentation__selections, opaque: DuplicateRuleFilterRepresentation__opaque, } = select$
|
|
28927
|
-
const { selections: MatchRuleRepresentation__selections, opaque: MatchRuleRepresentation__opaque, } = select$
|
|
28983
|
+
const VERSION$O$1 = "bb83d7210bb1d7861b6188bc5f552617";
|
|
28984
|
+
const select$18$1 = function DuplicateRuleRepresentationSelect() {
|
|
28985
|
+
const { selections: DuplicateRuleFilterRepresentation__selections, opaque: DuplicateRuleFilterRepresentation__opaque, } = select$1a$1();
|
|
28986
|
+
const { selections: MatchRuleRepresentation__selections, opaque: MatchRuleRepresentation__opaque, } = select$19$1();
|
|
28928
28987
|
return {
|
|
28929
28988
|
kind: 'Fragment',
|
|
28930
|
-
version: VERSION$
|
|
28989
|
+
version: VERSION$O$1,
|
|
28931
28990
|
private: [
|
|
28932
28991
|
'eTag'
|
|
28933
28992
|
],
|
|
@@ -28975,16 +29034,16 @@
|
|
|
28975
29034
|
};
|
|
28976
29035
|
|
|
28977
29036
|
const TTL$k = 900000;
|
|
28978
|
-
const VERSION$
|
|
29037
|
+
const VERSION$N$1 = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
28979
29038
|
const RepresentationType$u = 'DuplicatesConfigurationRepresentation';
|
|
28980
29039
|
function normalize$p(input, existing, path, luvio, store, timestamp) {
|
|
28981
29040
|
return input;
|
|
28982
29041
|
}
|
|
28983
|
-
const select$
|
|
28984
|
-
const { selections: DuplicateRuleRepresentation__selections, opaque: DuplicateRuleRepresentation__opaque, } = select$
|
|
29042
|
+
const select$17$1 = function DuplicatesConfigurationRepresentationSelect() {
|
|
29043
|
+
const { selections: DuplicateRuleRepresentation__selections, opaque: DuplicateRuleRepresentation__opaque, } = select$18$1();
|
|
28985
29044
|
return {
|
|
28986
29045
|
kind: 'Fragment',
|
|
28987
|
-
version: VERSION$
|
|
29046
|
+
version: VERSION$N$1,
|
|
28988
29047
|
private: [
|
|
28989
29048
|
'eTag'
|
|
28990
29049
|
],
|
|
@@ -29015,7 +29074,7 @@
|
|
|
29015
29074
|
]
|
|
29016
29075
|
};
|
|
29017
29076
|
};
|
|
29018
|
-
function equals$
|
|
29077
|
+
function equals$E(existing, incoming) {
|
|
29019
29078
|
if (existing.eTag !== incoming.eTag) {
|
|
29020
29079
|
return false;
|
|
29021
29080
|
}
|
|
@@ -29024,7 +29083,7 @@
|
|
|
29024
29083
|
const ingest$p$1 = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29025
29084
|
const key = path.fullPath;
|
|
29026
29085
|
const ttlToUse = TTL$k;
|
|
29027
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$p, "UiApi", VERSION$
|
|
29086
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$p, "UiApi", VERSION$N$1, RepresentationType$u, equals$E);
|
|
29028
29087
|
return createLink$3(key);
|
|
29029
29088
|
};
|
|
29030
29089
|
function getTypeCacheKeys$v$1(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -29037,8 +29096,8 @@
|
|
|
29037
29096
|
});
|
|
29038
29097
|
}
|
|
29039
29098
|
|
|
29040
|
-
function select$
|
|
29041
|
-
return select$
|
|
29099
|
+
function select$16$1(luvio, params) {
|
|
29100
|
+
return select$17$1();
|
|
29042
29101
|
}
|
|
29043
29102
|
function keyBuilder$16$1(luvio, params) {
|
|
29044
29103
|
return keyPrefix$1 + '::DuplicatesConfigurationRepresentation:(' + 'recordTypeId:' + params.queryParams.recordTypeId + ',' + 'objectApiName:' + params.urlParams.objectApiName + ')';
|
|
@@ -29052,7 +29111,7 @@
|
|
|
29052
29111
|
luvio.storeIngest(key, ingest$p$1, body);
|
|
29053
29112
|
const snapshot = luvio.storeLookup({
|
|
29054
29113
|
recordId: key,
|
|
29055
|
-
node: select$
|
|
29114
|
+
node: select$16$1(),
|
|
29056
29115
|
variables: {},
|
|
29057
29116
|
}, snapshotRefresh);
|
|
29058
29117
|
deepFreeze(snapshot.data);
|
|
@@ -29064,7 +29123,7 @@
|
|
|
29064
29123
|
const storeMetadataParams = {
|
|
29065
29124
|
ttl: TTL$k,
|
|
29066
29125
|
namespace: keyPrefix$1,
|
|
29067
|
-
version: VERSION$
|
|
29126
|
+
version: VERSION$N$1,
|
|
29068
29127
|
representationName: RepresentationType$u
|
|
29069
29128
|
};
|
|
29070
29129
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -29112,7 +29171,7 @@
|
|
|
29112
29171
|
}
|
|
29113
29172
|
function adapterFragment$o(luvio, config) {
|
|
29114
29173
|
createResourceParams$C(config);
|
|
29115
|
-
return select$
|
|
29174
|
+
return select$16$1();
|
|
29116
29175
|
}
|
|
29117
29176
|
function onFetchResponseSuccess$s(luvio, config, resourceParams, response) {
|
|
29118
29177
|
const snapshot = ingestSuccess$u(luvio, resourceParams, response, {
|
|
@@ -29200,7 +29259,7 @@
|
|
|
29200
29259
|
const storeMetadataParams = {
|
|
29201
29260
|
ttl: TTL$t,
|
|
29202
29261
|
namespace: keyPrefix$1,
|
|
29203
|
-
version: VERSION$
|
|
29262
|
+
version: VERSION$13$1,
|
|
29204
29263
|
representationName: RepresentationType$I
|
|
29205
29264
|
};
|
|
29206
29265
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -29226,7 +29285,7 @@
|
|
|
29226
29285
|
luvio.storeIngest(key, ingest$C$1, body);
|
|
29227
29286
|
const snapshot = luvio.storeLookup({
|
|
29228
29287
|
recordId: key,
|
|
29229
|
-
node: select$
|
|
29288
|
+
node: select$1z(),
|
|
29230
29289
|
variables: {},
|
|
29231
29290
|
}, {
|
|
29232
29291
|
config,
|
|
@@ -29272,7 +29331,7 @@
|
|
|
29272
29331
|
const { luvio, config } = context;
|
|
29273
29332
|
const selector = {
|
|
29274
29333
|
recordId: keyBuilder$1G(luvio, config),
|
|
29275
|
-
node: select$
|
|
29334
|
+
node: select$1z(),
|
|
29276
29335
|
variables: {},
|
|
29277
29336
|
};
|
|
29278
29337
|
return storeLookup(selector, {
|
|
@@ -29367,7 +29426,7 @@
|
|
|
29367
29426
|
});
|
|
29368
29427
|
const selector = {
|
|
29369
29428
|
recordId: key,
|
|
29370
|
-
node: select$
|
|
29429
|
+
node: select$1y(),
|
|
29371
29430
|
variables: {},
|
|
29372
29431
|
};
|
|
29373
29432
|
return luvio.storeLookup(selector, {
|
|
@@ -29485,7 +29544,7 @@
|
|
|
29485
29544
|
layoutType,
|
|
29486
29545
|
mode,
|
|
29487
29546
|
}),
|
|
29488
|
-
node: select$
|
|
29547
|
+
node: select$1y(),
|
|
29489
29548
|
variables: {},
|
|
29490
29549
|
};
|
|
29491
29550
|
return storeLookup(selector, {
|
|
@@ -29539,8 +29598,8 @@
|
|
|
29539
29598
|
});
|
|
29540
29599
|
}
|
|
29541
29600
|
|
|
29542
|
-
function select$
|
|
29543
|
-
return select$
|
|
29601
|
+
function select$15$1(luvio, params) {
|
|
29602
|
+
return select$1L();
|
|
29544
29603
|
}
|
|
29545
29604
|
function getResponseCacheKeys$z(storeKeyMap, luvio, resourceParams, response) {
|
|
29546
29605
|
getTypeCacheKeys$S$1(storeKeyMap, luvio, response);
|
|
@@ -29551,7 +29610,7 @@
|
|
|
29551
29610
|
luvio.storeIngest(key, ingest$L$1, body);
|
|
29552
29611
|
const snapshot = luvio.storeLookup({
|
|
29553
29612
|
recordId: key,
|
|
29554
|
-
node: select$
|
|
29613
|
+
node: select$15$1(),
|
|
29555
29614
|
variables: {},
|
|
29556
29615
|
}, snapshotRefresh);
|
|
29557
29616
|
deepFreeze(snapshot.data);
|
|
@@ -29563,7 +29622,7 @@
|
|
|
29563
29622
|
const storeMetadataParams = {
|
|
29564
29623
|
ttl: TTL$y,
|
|
29565
29624
|
namespace: keyPrefix$1,
|
|
29566
|
-
version: VERSION$
|
|
29625
|
+
version: VERSION$1e,
|
|
29567
29626
|
representationName: RepresentationType$R
|
|
29568
29627
|
};
|
|
29569
29628
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -29628,7 +29687,7 @@
|
|
|
29628
29687
|
reader.enterPath(envelopeBodyPath);
|
|
29629
29688
|
const childResource = childResources[i];
|
|
29630
29689
|
const childKey = keyBuilder$13$1(luvio, childResource);
|
|
29631
|
-
const childFragment = select$
|
|
29690
|
+
const childFragment = select$15$1();
|
|
29632
29691
|
const isMissingDataBeforeChildRead = reader.getIsDataMissing();
|
|
29633
29692
|
const childSnapshot = reader.read({
|
|
29634
29693
|
recordId: childKey,
|
|
@@ -29708,7 +29767,7 @@
|
|
|
29708
29767
|
}
|
|
29709
29768
|
};
|
|
29710
29769
|
}
|
|
29711
|
-
function select$
|
|
29770
|
+
function select$14$1(luvio, resourceParams) {
|
|
29712
29771
|
const childResources = createChildResourceParams$6(resourceParams);
|
|
29713
29772
|
return selectChildResourceParams$5(luvio, childResources, resourceParams);
|
|
29714
29773
|
}
|
|
@@ -29812,7 +29871,7 @@
|
|
|
29812
29871
|
seenRecords: seenRecords,
|
|
29813
29872
|
select: {
|
|
29814
29873
|
recordId: key,
|
|
29815
|
-
node: select$
|
|
29874
|
+
node: select$14$1(luvio, resourceParams),
|
|
29816
29875
|
variables: {},
|
|
29817
29876
|
},
|
|
29818
29877
|
refresh: snapshotRefresh,
|
|
@@ -29870,7 +29929,7 @@
|
|
|
29870
29929
|
}
|
|
29871
29930
|
function adapterFragment$n(luvio, config) {
|
|
29872
29931
|
const resourceParams = createResourceParams$A(config);
|
|
29873
|
-
return select$
|
|
29932
|
+
return select$14$1(luvio, resourceParams);
|
|
29874
29933
|
}
|
|
29875
29934
|
function onFetchResponseSuccess$p(luvio, config, resourceParams, response) {
|
|
29876
29935
|
const snapshot = ingestSuccess$s(luvio, resourceParams, response, {
|
|
@@ -29954,7 +30013,7 @@
|
|
|
29954
30013
|
}
|
|
29955
30014
|
function adapterFragment$m(luvio, config) {
|
|
29956
30015
|
createResourceParams$z(config);
|
|
29957
|
-
return select$
|
|
30016
|
+
return select$15$1();
|
|
29958
30017
|
}
|
|
29959
30018
|
function onFetchResponseSuccess$o(luvio, config, resourceParams, response) {
|
|
29960
30019
|
const snapshot = ingestSuccess$t(luvio, resourceParams, response, {
|
|
@@ -30010,8 +30069,8 @@
|
|
|
30010
30069
|
buildCachedSnapshotCachePolicy$r, buildNetworkSnapshotCachePolicy$r);
|
|
30011
30070
|
};
|
|
30012
30071
|
|
|
30013
|
-
function select$
|
|
30014
|
-
return select$
|
|
30072
|
+
function select$13$1(luvio, params) {
|
|
30073
|
+
return select$1L();
|
|
30015
30074
|
}
|
|
30016
30075
|
function getResponseCacheKeys$x(storeKeyMap, luvio, resourceParams, response) {
|
|
30017
30076
|
getTypeCacheKeys$S$1(storeKeyMap, luvio, response);
|
|
@@ -30022,7 +30081,7 @@
|
|
|
30022
30081
|
luvio.storeIngest(key, ingest$L$1, body);
|
|
30023
30082
|
const snapshot = luvio.storeLookup({
|
|
30024
30083
|
recordId: key,
|
|
30025
|
-
node: select$
|
|
30084
|
+
node: select$13$1(),
|
|
30026
30085
|
variables: {},
|
|
30027
30086
|
});
|
|
30028
30087
|
deepFreeze(snapshot.data);
|
|
@@ -30046,6 +30105,7 @@
|
|
|
30046
30105
|
const updateListInfoByName_ConfigPropertyMetadata = [
|
|
30047
30106
|
generateParamConfigMetadata$1('listViewApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
30048
30107
|
generateParamConfigMetadata$1('objectApiName', true, 0 /* UrlParameter */, 0 /* String */, false, getObjectApiName$1),
|
|
30108
|
+
generateParamConfigMetadata$1('displayColumns', false, 2 /* Body */, 4 /* Unsupported */, true),
|
|
30049
30109
|
generateParamConfigMetadata$1('filterLogicString', false, 2 /* Body */, 4 /* Unsupported */),
|
|
30050
30110
|
generateParamConfigMetadata$1('filteredByInfo', false, 2 /* Body */, 4 /* Unsupported */, true),
|
|
30051
30111
|
generateParamConfigMetadata$1('label', false, 2 /* Body */, 0 /* String */),
|
|
@@ -30057,6 +30117,21 @@
|
|
|
30057
30117
|
function typeCheckConfig$C(untrustedConfig) {
|
|
30058
30118
|
const config = {};
|
|
30059
30119
|
typeCheckConfig$11(untrustedConfig, config, updateListInfoByName_ConfigPropertyMetadata);
|
|
30120
|
+
const untrustedConfig_displayColumns = untrustedConfig.displayColumns;
|
|
30121
|
+
if (ArrayIsArray$1(untrustedConfig_displayColumns)) {
|
|
30122
|
+
const untrustedConfig_displayColumns_array = [];
|
|
30123
|
+
for (let i = 0, arrayLength = untrustedConfig_displayColumns.length; i < arrayLength; i++) {
|
|
30124
|
+
const untrustedConfig_displayColumns_item = untrustedConfig_displayColumns[i];
|
|
30125
|
+
const referenceListColumnRepresentationValidationError = validate$1K(untrustedConfig_displayColumns_item);
|
|
30126
|
+
if (referenceListColumnRepresentationValidationError === null) {
|
|
30127
|
+
untrustedConfig_displayColumns_array.push(untrustedConfig_displayColumns_item);
|
|
30128
|
+
}
|
|
30129
|
+
if (untrustedConfig_displayColumns_item === null) {
|
|
30130
|
+
untrustedConfig_displayColumns_array.push(untrustedConfig_displayColumns_item);
|
|
30131
|
+
}
|
|
30132
|
+
}
|
|
30133
|
+
config.displayColumns = untrustedConfig_displayColumns_array;
|
|
30134
|
+
}
|
|
30060
30135
|
const untrustedConfig_filterLogicString = untrustedConfig.filterLogicString;
|
|
30061
30136
|
if (typeof untrustedConfig_filterLogicString === 'string') {
|
|
30062
30137
|
config.filterLogicString = untrustedConfig_filterLogicString;
|
|
@@ -30069,7 +30144,7 @@
|
|
|
30069
30144
|
const untrustedConfig_filteredByInfo_array = [];
|
|
30070
30145
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
30071
30146
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
30072
|
-
const referenceListFilterByInfoRepresentationValidationError = validate$
|
|
30147
|
+
const referenceListFilterByInfoRepresentationValidationError = validate$1J(untrustedConfig_filteredByInfo_item);
|
|
30073
30148
|
if (referenceListFilterByInfoRepresentationValidationError === null) {
|
|
30074
30149
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
30075
30150
|
}
|
|
@@ -30077,7 +30152,7 @@
|
|
|
30077
30152
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
30078
30153
|
}
|
|
30079
30154
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
30080
|
-
const referenceListScopeRepresentationValidationError = validate$
|
|
30155
|
+
const referenceListScopeRepresentationValidationError = validate$1E(untrustedConfig_scope);
|
|
30081
30156
|
if (referenceListScopeRepresentationValidationError === null) {
|
|
30082
30157
|
config.scope = untrustedConfig_scope;
|
|
30083
30158
|
}
|
|
@@ -30126,6 +30201,87 @@
|
|
|
30126
30201
|
};
|
|
30127
30202
|
};
|
|
30128
30203
|
|
|
30204
|
+
const VERSION$M$1 = "d77026c4d63ef00cdd7e3d600687a40d";
|
|
30205
|
+
const select$12$1 = function ListObjectScopeAvailableEntityRepresentationSelect() {
|
|
30206
|
+
return {
|
|
30207
|
+
kind: 'Fragment',
|
|
30208
|
+
version: VERSION$M$1,
|
|
30209
|
+
private: [],
|
|
30210
|
+
selections: [
|
|
30211
|
+
{
|
|
30212
|
+
name: 'id',
|
|
30213
|
+
kind: 'Scalar'
|
|
30214
|
+
},
|
|
30215
|
+
{
|
|
30216
|
+
name: 'label',
|
|
30217
|
+
kind: 'Scalar'
|
|
30218
|
+
}
|
|
30219
|
+
]
|
|
30220
|
+
};
|
|
30221
|
+
};
|
|
30222
|
+
function equals$D(existing, incoming) {
|
|
30223
|
+
const existing_id = existing.id;
|
|
30224
|
+
const incoming_id = incoming.id;
|
|
30225
|
+
if (!(existing_id === incoming_id)) {
|
|
30226
|
+
return false;
|
|
30227
|
+
}
|
|
30228
|
+
const existing_label = existing.label;
|
|
30229
|
+
const incoming_label = incoming.label;
|
|
30230
|
+
if (!(existing_label === incoming_label)) {
|
|
30231
|
+
return false;
|
|
30232
|
+
}
|
|
30233
|
+
return true;
|
|
30234
|
+
}
|
|
30235
|
+
|
|
30236
|
+
const VERSION$L$1 = "355933ff2970aa91a2848a94565e956a";
|
|
30237
|
+
const select$11$1 = function ListObjectScopeRepresentationSelect() {
|
|
30238
|
+
const { selections: ListObjectScopeAvailableEntityRepresentation__selections, opaque: ListObjectScopeAvailableEntityRepresentation__opaque, } = select$12$1();
|
|
30239
|
+
return {
|
|
30240
|
+
kind: 'Fragment',
|
|
30241
|
+
version: VERSION$L$1,
|
|
30242
|
+
private: [],
|
|
30243
|
+
selections: [
|
|
30244
|
+
{
|
|
30245
|
+
name: 'apiName',
|
|
30246
|
+
kind: 'Scalar'
|
|
30247
|
+
},
|
|
30248
|
+
{
|
|
30249
|
+
name: 'availableEntities',
|
|
30250
|
+
kind: 'Object',
|
|
30251
|
+
plural: true,
|
|
30252
|
+
selections: ListObjectScopeAvailableEntityRepresentation__selections
|
|
30253
|
+
},
|
|
30254
|
+
{
|
|
30255
|
+
name: 'label',
|
|
30256
|
+
kind: 'Scalar'
|
|
30257
|
+
}
|
|
30258
|
+
]
|
|
30259
|
+
};
|
|
30260
|
+
};
|
|
30261
|
+
function equals$C(existing, incoming) {
|
|
30262
|
+
const existing_apiName = existing.apiName;
|
|
30263
|
+
const incoming_apiName = incoming.apiName;
|
|
30264
|
+
if (!(existing_apiName === incoming_apiName)) {
|
|
30265
|
+
return false;
|
|
30266
|
+
}
|
|
30267
|
+
const existing_label = existing.label;
|
|
30268
|
+
const incoming_label = incoming.label;
|
|
30269
|
+
if (!(existing_label === incoming_label)) {
|
|
30270
|
+
return false;
|
|
30271
|
+
}
|
|
30272
|
+
const existing_availableEntities = existing.availableEntities;
|
|
30273
|
+
const incoming_availableEntities = incoming.availableEntities;
|
|
30274
|
+
const equals_availableEntities_items = equalsArray(existing_availableEntities, incoming_availableEntities, (existing_availableEntities_item, incoming_availableEntities_item) => {
|
|
30275
|
+
if (!(equals$D(existing_availableEntities_item, incoming_availableEntities_item))) {
|
|
30276
|
+
return false;
|
|
30277
|
+
}
|
|
30278
|
+
});
|
|
30279
|
+
if (equals_availableEntities_items === false) {
|
|
30280
|
+
return false;
|
|
30281
|
+
}
|
|
30282
|
+
return true;
|
|
30283
|
+
}
|
|
30284
|
+
|
|
30129
30285
|
const VERSION$K$1 = "c5c08ea834378670c9d6f235ff71c9f0";
|
|
30130
30286
|
const select$10$1 = function ListObjectPicklistValueRepresentationSelect() {
|
|
30131
30287
|
return {
|
|
@@ -30158,7 +30314,7 @@
|
|
|
30158
30314
|
return true;
|
|
30159
30315
|
}
|
|
30160
30316
|
|
|
30161
|
-
const VERSION$J$1 = "
|
|
30317
|
+
const VERSION$J$1 = "2c35f797fead79b5c45b521e77dd6ace";
|
|
30162
30318
|
const select$$$1 = function ListObjectColumnRepresentationSelect() {
|
|
30163
30319
|
const { selections: ListObjectPicklistValueRepresentation__selections, opaque: ListObjectPicklistValueRepresentation__opaque, } = select$10$1();
|
|
30164
30320
|
return {
|
|
@@ -30233,11 +30389,6 @@
|
|
|
30233
30389
|
if (!(existing_alias === incoming_alias)) {
|
|
30234
30390
|
return false;
|
|
30235
30391
|
}
|
|
30236
|
-
const existing_dataType = existing.dataType;
|
|
30237
|
-
const incoming_dataType = incoming.dataType;
|
|
30238
|
-
if (!(existing_dataType === incoming_dataType)) {
|
|
30239
|
-
return false;
|
|
30240
|
-
}
|
|
30241
30392
|
const existing_defaultFilterOperator = existing.defaultFilterOperator;
|
|
30242
30393
|
const incoming_defaultFilterOperator = incoming.defaultFilterOperator;
|
|
30243
30394
|
if (!(existing_defaultFilterOperator === incoming_defaultFilterOperator)) {
|
|
@@ -30253,6 +30404,11 @@
|
|
|
30253
30404
|
if (!(existing_label === incoming_label)) {
|
|
30254
30405
|
return false;
|
|
30255
30406
|
}
|
|
30407
|
+
const existing_dataType = existing.dataType;
|
|
30408
|
+
const incoming_dataType = incoming.dataType;
|
|
30409
|
+
if (!(existing_dataType === incoming_dataType)) {
|
|
30410
|
+
return false;
|
|
30411
|
+
}
|
|
30256
30412
|
const existing_picklistValues = existing.picklistValues;
|
|
30257
30413
|
const incoming_picklistValues = incoming.picklistValues;
|
|
30258
30414
|
const equals_picklistValues_items = equalsArray(existing_picklistValues, incoming_picklistValues, (existing_picklistValues_item, incoming_picklistValues_item) => {
|
|
@@ -30277,7 +30433,7 @@
|
|
|
30277
30433
|
}
|
|
30278
30434
|
|
|
30279
30435
|
const TTL$j = 900000;
|
|
30280
|
-
const VERSION$I$1 = "
|
|
30436
|
+
const VERSION$I$1 = "84e1e3ffdfcb59f65d7b8906e33027ac";
|
|
30281
30437
|
const RepresentationType$t = 'ListObjectInfoRepresentation';
|
|
30282
30438
|
function keyBuilder$$$1(luvio, config) {
|
|
30283
30439
|
return keyPrefix$1 + '::' + RepresentationType$t + ':' + config.objectApiName;
|
|
@@ -30292,12 +30448,19 @@
|
|
|
30292
30448
|
return input;
|
|
30293
30449
|
}
|
|
30294
30450
|
const select$_$1 = function ListObjectInfoRepresentationSelect() {
|
|
30451
|
+
const { selections: ListObjectScopeRepresentation__selections, opaque: ListObjectScopeRepresentation__opaque, } = select$11$1();
|
|
30295
30452
|
const { selections: ListObjectColumnRepresentation__selections, opaque: ListObjectColumnRepresentation__opaque, } = select$$$1();
|
|
30296
30453
|
return {
|
|
30297
30454
|
kind: 'Fragment',
|
|
30298
30455
|
version: VERSION$I$1,
|
|
30299
30456
|
private: [],
|
|
30300
30457
|
selections: [
|
|
30458
|
+
{
|
|
30459
|
+
name: 'availableScopes',
|
|
30460
|
+
kind: 'Object',
|
|
30461
|
+
plural: true,
|
|
30462
|
+
selections: ListObjectScopeRepresentation__selections
|
|
30463
|
+
},
|
|
30301
30464
|
{
|
|
30302
30465
|
name: 'columns',
|
|
30303
30466
|
kind: 'Object',
|
|
@@ -30330,6 +30493,16 @@
|
|
|
30330
30493
|
if (!(existing_objectApiName === incoming_objectApiName)) {
|
|
30331
30494
|
return false;
|
|
30332
30495
|
}
|
|
30496
|
+
const existing_availableScopes = existing.availableScopes;
|
|
30497
|
+
const incoming_availableScopes = incoming.availableScopes;
|
|
30498
|
+
const equals_availableScopes_items = equalsArray(existing_availableScopes, incoming_availableScopes, (existing_availableScopes_item, incoming_availableScopes_item) => {
|
|
30499
|
+
if (!(equals$C(existing_availableScopes_item, incoming_availableScopes_item))) {
|
|
30500
|
+
return false;
|
|
30501
|
+
}
|
|
30502
|
+
});
|
|
30503
|
+
if (equals_availableScopes_items === false) {
|
|
30504
|
+
return false;
|
|
30505
|
+
}
|
|
30333
30506
|
const existing_columns = existing.columns;
|
|
30334
30507
|
const incoming_columns = incoming.columns;
|
|
30335
30508
|
const equals_columns_items = equalsArray(existing_columns, incoming_columns, (existing_columns_item, incoming_columns_item) => {
|
|
@@ -30531,7 +30704,7 @@
|
|
|
30531
30704
|
name: 'navItems',
|
|
30532
30705
|
kind: 'Link',
|
|
30533
30706
|
plural: true,
|
|
30534
|
-
fragment: select$
|
|
30707
|
+
fragment: select$1g()
|
|
30535
30708
|
},
|
|
30536
30709
|
{
|
|
30537
30710
|
name: 'nextPageUrl',
|
|
@@ -30760,7 +30933,7 @@
|
|
|
30760
30933
|
reader.enterPath(envelopeBodyPath);
|
|
30761
30934
|
const childResource = childResources[i];
|
|
30762
30935
|
const childKey = keyBuilder$1I(luvio, childResource);
|
|
30763
|
-
const childFragment = select$
|
|
30936
|
+
const childFragment = select$1A();
|
|
30764
30937
|
const isMissingDataBeforeChildRead = reader.getIsDataMissing();
|
|
30765
30938
|
const childSnapshot = reader.read({
|
|
30766
30939
|
recordId: childKey,
|
|
@@ -35498,7 +35671,7 @@
|
|
|
35498
35671
|
const recordsPathSelection = params.records === undefined ? {
|
|
35499
35672
|
name: 'records',
|
|
35500
35673
|
kind: 'Link',
|
|
35501
|
-
fragment: select$
|
|
35674
|
+
fragment: select$1H()
|
|
35502
35675
|
} : params.records;
|
|
35503
35676
|
const { selections: RelatedListReferenceRepresentation__selections, opaque: RelatedListReferenceRepresentation__opaque, } = select$B$1();
|
|
35504
35677
|
return {
|
|
@@ -35770,7 +35943,7 @@
|
|
|
35770
35943
|
kind: 'Fragment',
|
|
35771
35944
|
private: ['eTag', 'weakEtag'],
|
|
35772
35945
|
selections: buildSelectionFromFields(fields, optionalFields),
|
|
35773
|
-
version: VERSION$
|
|
35946
|
+
version: VERSION$1a$1
|
|
35774
35947
|
},
|
|
35775
35948
|
},
|
|
35776
35949
|
}, createPaginationParams(params));
|
|
@@ -37568,7 +37741,7 @@
|
|
|
37568
37741
|
ObjectCreate$1$1(null);
|
|
37569
37742
|
|
|
37570
37743
|
function select$6$1(luvio, params) {
|
|
37571
|
-
return select$
|
|
37744
|
+
return select$1x();
|
|
37572
37745
|
}
|
|
37573
37746
|
function getResponseCacheKeys$9(storeKeyMap, luvio, resourceParams, response) {
|
|
37574
37747
|
getTypeCacheKeys$G$1(storeKeyMap, luvio, response);
|
|
@@ -37688,7 +37861,7 @@
|
|
|
37688
37861
|
const factory$d = performUpdateRecordQuickActionAdapterFactory;
|
|
37689
37862
|
|
|
37690
37863
|
function select$5$1(luvio, params) {
|
|
37691
|
-
return select$
|
|
37864
|
+
return select$1x();
|
|
37692
37865
|
}
|
|
37693
37866
|
function getResponseCacheKeys$8(storeKeyMap, luvio, resourceParams, response) {
|
|
37694
37867
|
getTypeCacheKeys$G$1(storeKeyMap, luvio, response);
|
|
@@ -38011,7 +38184,7 @@
|
|
|
38011
38184
|
}
|
|
38012
38185
|
function adapterFragment$2(luvio, config) {
|
|
38013
38186
|
const resourceParams = createResourceParams$9(config);
|
|
38014
|
-
return select$
|
|
38187
|
+
return select$1F(luvio, resourceParams);
|
|
38015
38188
|
}
|
|
38016
38189
|
function onFetchResponseSuccess$3(luvio, config, resourceParams, response) {
|
|
38017
38190
|
const snapshot = ingestSuccess$J(luvio, resourceParams, response, {
|
|
@@ -38079,7 +38252,7 @@
|
|
|
38079
38252
|
recordId: key,
|
|
38080
38253
|
node: {
|
|
38081
38254
|
kind: 'Fragment',
|
|
38082
|
-
version: VERSION$
|
|
38255
|
+
version: VERSION$18$1,
|
|
38083
38256
|
private: [],
|
|
38084
38257
|
selections: [
|
|
38085
38258
|
{
|
|
@@ -38711,7 +38884,7 @@
|
|
|
38711
38884
|
if (!(existing_recordTypeInfo === incoming_recordTypeInfo
|
|
38712
38885
|
|| (existing_recordTypeInfo != null &&
|
|
38713
38886
|
incoming_recordTypeInfo != null &&
|
|
38714
|
-
equals
|
|
38887
|
+
equals$$(existing_recordTypeInfo, incoming_recordTypeInfo)))) {
|
|
38715
38888
|
return false;
|
|
38716
38889
|
}
|
|
38717
38890
|
const existing_systemModstamp = existing.systemModstamp;
|
|
@@ -38904,8 +39077,8 @@
|
|
|
38904
39077
|
}
|
|
38905
39078
|
|
|
38906
39079
|
const contextId$2 = `${keyPrefix$1}__${adapterName$4$1}`;
|
|
38907
|
-
const layoutSelections = select$
|
|
38908
|
-
const objectInfoSelections = select$
|
|
39080
|
+
const layoutSelections = select$1z();
|
|
39081
|
+
const objectInfoSelections = select$1B();
|
|
38909
39082
|
function buildSelector(resp) {
|
|
38910
39083
|
const recordSelections = buildSelectionFromRecord(resp.record);
|
|
38911
39084
|
return [
|
|
@@ -39106,7 +39279,7 @@
|
|
|
39106
39279
|
name: 'fields',
|
|
39107
39280
|
kind: 'Link',
|
|
39108
39281
|
map: true,
|
|
39109
|
-
fragment: select$
|
|
39282
|
+
fragment: select$1J()
|
|
39110
39283
|
},
|
|
39111
39284
|
{
|
|
39112
39285
|
name: 'recordTypeId',
|
|
@@ -39120,7 +39293,7 @@
|
|
|
39120
39293
|
name: 'fields',
|
|
39121
39294
|
kind: 'Link',
|
|
39122
39295
|
map: true,
|
|
39123
|
-
fragment: select$
|
|
39296
|
+
fragment: select$1J()
|
|
39124
39297
|
} : params.fields;
|
|
39125
39298
|
return {
|
|
39126
39299
|
kind: 'Fragment',
|
|
@@ -39250,7 +39423,7 @@
|
|
|
39250
39423
|
name: 'objectInfos',
|
|
39251
39424
|
kind: 'Link',
|
|
39252
39425
|
map: true,
|
|
39253
|
-
fragment: select$
|
|
39426
|
+
fragment: select$1B()
|
|
39254
39427
|
} : params.objectInfos;
|
|
39255
39428
|
const recordPathSelection = params.record === undefined ? {
|
|
39256
39429
|
name: 'record',
|
|
@@ -39640,7 +39813,7 @@
|
|
|
39640
39813
|
name: 'fields',
|
|
39641
39814
|
kind: 'Link',
|
|
39642
39815
|
map: true,
|
|
39643
|
-
fragment: select$
|
|
39816
|
+
fragment: select$1J()
|
|
39644
39817
|
},
|
|
39645
39818
|
{
|
|
39646
39819
|
name: 'recordTypeId',
|
|
@@ -39654,7 +39827,7 @@
|
|
|
39654
39827
|
name: 'fields',
|
|
39655
39828
|
kind: 'Link',
|
|
39656
39829
|
map: true,
|
|
39657
|
-
fragment: select$
|
|
39830
|
+
fragment: select$1J()
|
|
39658
39831
|
} : params.fields;
|
|
39659
39832
|
return {
|
|
39660
39833
|
kind: 'Fragment',
|
|
@@ -39775,7 +39948,7 @@
|
|
|
39775
39948
|
name: 'objectInfos',
|
|
39776
39949
|
kind: 'Link',
|
|
39777
39950
|
map: true,
|
|
39778
|
-
fragment: select$
|
|
39951
|
+
fragment: select$1B()
|
|
39779
39952
|
} : params.objectInfos;
|
|
39780
39953
|
const recordPathSelection = params.record === undefined ? {
|
|
39781
39954
|
name: 'record',
|
|
@@ -40166,7 +40339,7 @@
|
|
|
40166
40339
|
kind: 'Fragment',
|
|
40167
40340
|
private: [],
|
|
40168
40341
|
selections,
|
|
40169
|
-
version: VERSION$
|
|
40342
|
+
version: VERSION$1a$1,
|
|
40170
40343
|
},
|
|
40171
40344
|
variables: {},
|
|
40172
40345
|
});
|
|
@@ -40404,7 +40577,7 @@
|
|
|
40404
40577
|
kind: 'Fragment',
|
|
40405
40578
|
private: [],
|
|
40406
40579
|
selections: sel,
|
|
40407
|
-
version: VERSION$
|
|
40580
|
+
version: VERSION$1a$1,
|
|
40408
40581
|
},
|
|
40409
40582
|
variables: {},
|
|
40410
40583
|
});
|
|
@@ -40453,7 +40626,7 @@
|
|
|
40453
40626
|
};
|
|
40454
40627
|
};
|
|
40455
40628
|
|
|
40456
|
-
const VERSION$
|
|
40629
|
+
const VERSION$1n = "5f97eb4f2c3f805ef9d98ba7f0530b3e";
|
|
40457
40630
|
const RepresentationType$S = 'ContentDocumentCompositeRepresentation';
|
|
40458
40631
|
function keyBuilder$1W(luvio, config) {
|
|
40459
40632
|
return keyPrefix$1 + '::' + RepresentationType$S + ':' + config.contentDocumentId;
|
|
@@ -40507,7 +40680,7 @@
|
|
|
40507
40680
|
}, luvio, store, timestamp);
|
|
40508
40681
|
return input;
|
|
40509
40682
|
}
|
|
40510
|
-
function equals$
|
|
40683
|
+
function equals$12(existing, incoming) {
|
|
40511
40684
|
const existing_contentDocument = existing.contentDocument;
|
|
40512
40685
|
const incoming_contentDocument = incoming.contentDocument;
|
|
40513
40686
|
if (!(existing_contentDocument.__ref === incoming_contentDocument.__ref)) {
|
|
@@ -40533,7 +40706,7 @@
|
|
|
40533
40706
|
const ingest$15 = function ContentDocumentCompositeRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
40534
40707
|
const key = keyBuilderFromType$B(luvio, input);
|
|
40535
40708
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
40536
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize, "UiApi", VERSION$
|
|
40709
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize, "UiApi", VERSION$1n, RepresentationType$S, equals$12);
|
|
40537
40710
|
return createLink$3(key);
|
|
40538
40711
|
};
|
|
40539
40712
|
function getTypeCacheKeys$18(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -40600,11 +40773,11 @@
|
|
|
40600
40773
|
priority: 'normal',
|
|
40601
40774
|
};
|
|
40602
40775
|
}
|
|
40603
|
-
const select$
|
|
40776
|
+
const select$1U = function ContentDocumentCompositeRepresentationSelect(body) {
|
|
40604
40777
|
return {
|
|
40605
40778
|
kind: 'Fragment',
|
|
40606
40779
|
private: [],
|
|
40607
|
-
version: VERSION$
|
|
40780
|
+
version: VERSION$1n,
|
|
40608
40781
|
selections: [
|
|
40609
40782
|
{
|
|
40610
40783
|
name: 'contentDocument',
|
|
@@ -40612,7 +40785,7 @@
|
|
|
40612
40785
|
fragment: {
|
|
40613
40786
|
kind: 'Fragment',
|
|
40614
40787
|
private: [],
|
|
40615
|
-
version: VERSION$
|
|
40788
|
+
version: VERSION$1a$1,
|
|
40616
40789
|
selections: buildSelectionFromRecord(body.contentDocument),
|
|
40617
40790
|
},
|
|
40618
40791
|
},
|
|
@@ -40623,7 +40796,7 @@
|
|
|
40623
40796
|
fragment: {
|
|
40624
40797
|
kind: 'Fragment',
|
|
40625
40798
|
private: [],
|
|
40626
|
-
version: VERSION$
|
|
40799
|
+
version: VERSION$1a$1,
|
|
40627
40800
|
selections: buildSelectionFromRecord(body.contentDocumentLinks[0] || { fields: {} }),
|
|
40628
40801
|
},
|
|
40629
40802
|
},
|
|
@@ -40633,7 +40806,7 @@
|
|
|
40633
40806
|
fragment: {
|
|
40634
40807
|
kind: 'Fragment',
|
|
40635
40808
|
private: [],
|
|
40636
|
-
version: VERSION$
|
|
40809
|
+
version: VERSION$1a$1,
|
|
40637
40810
|
selections: buildSelectionFromRecord(body.contentVersion),
|
|
40638
40811
|
},
|
|
40639
40812
|
},
|
|
@@ -40643,7 +40816,7 @@
|
|
|
40643
40816
|
function ingestSuccess$1$1(luvio, resourceParams, response) {
|
|
40644
40817
|
const { body } = response;
|
|
40645
40818
|
const key = keyBuilderFromType$B(luvio, body);
|
|
40646
|
-
const node = select$
|
|
40819
|
+
const node = select$1U(body);
|
|
40647
40820
|
luvio.storeIngest(key, ingest$15, body);
|
|
40648
40821
|
const snapshot = luvio.storeLookup({
|
|
40649
40822
|
recordId: key,
|
|
@@ -40714,7 +40887,7 @@
|
|
|
40714
40887
|
function ingestSuccess$L(luvio, resourceParams, response) {
|
|
40715
40888
|
const { body } = response;
|
|
40716
40889
|
const key = keyBuilderFromType$B(luvio, body);
|
|
40717
|
-
const node = select$
|
|
40890
|
+
const node = select$1U(body);
|
|
40718
40891
|
luvio.storeIngest(key, ingest$15, body);
|
|
40719
40892
|
const snapshot = luvio.storeLookup({
|
|
40720
40893
|
recordId: key,
|
|
@@ -41371,7 +41544,7 @@
|
|
|
41371
41544
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
41372
41545
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
41373
41546
|
});
|
|
41374
|
-
// version: 1.
|
|
41547
|
+
// version: 1.237.0-7b19a35c5
|
|
41375
41548
|
|
|
41376
41549
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
41377
41550
|
|
|
@@ -57926,7 +58099,7 @@
|
|
|
57926
58099
|
namespace: keyPrefix$1,
|
|
57927
58100
|
representationName: RepresentationType$O,
|
|
57928
58101
|
metadataVersion: DURABLE_METADATA_VERSION,
|
|
57929
|
-
version: VERSION$
|
|
58102
|
+
version: VERSION$1a$1,
|
|
57930
58103
|
};
|
|
57931
58104
|
return this.store.writeRecords(syntheticRecords.map((record) => ({ record, metadata })), overwrite);
|
|
57932
58105
|
}
|
|
@@ -58346,7 +58519,7 @@
|
|
|
58346
58519
|
id: '@salesforce/lds-network-adapter',
|
|
58347
58520
|
instrument: instrument$1,
|
|
58348
58521
|
});
|
|
58349
|
-
// version: 1.
|
|
58522
|
+
// version: 1.237.0-5cc894ce9
|
|
58350
58523
|
|
|
58351
58524
|
const { create: create$2, keys: keys$2 } = Object;
|
|
58352
58525
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -76817,7 +76990,7 @@
|
|
|
76817
76990
|
configuration: { ...configurationForGraphQLAdapters },
|
|
76818
76991
|
instrument,
|
|
76819
76992
|
});
|
|
76820
|
-
// version: 1.
|
|
76993
|
+
// version: 1.237.0-7b19a35c5
|
|
76821
76994
|
|
|
76822
76995
|
// On core the unstable adapters are re-exported with different names,
|
|
76823
76996
|
// we want to match them here.
|
|
@@ -79066,7 +79239,7 @@
|
|
|
79066
79239
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
79067
79240
|
graphQLImperative = ldsAdapter;
|
|
79068
79241
|
});
|
|
79069
|
-
// version: 1.
|
|
79242
|
+
// version: 1.237.0-7b19a35c5
|
|
79070
79243
|
|
|
79071
79244
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
79072
79245
|
__proto__: null,
|
|
@@ -79798,4 +79971,4 @@
|
|
|
79798
79971
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
79799
79972
|
|
|
79800
79973
|
}));
|
|
79801
|
-
// version: 1.
|
|
79974
|
+
// version: 1.237.0-5cc894ce9
|