@salesforce/lds-worker-api 1.266.0-dev6 → 1.266.0-dev8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sfdc/es/ldsWorkerApi.js +1 -1
- package/dist/standalone/es/lds-worker-api.js +251 -153
- package/dist/standalone/umd/lds-worker-api.js +251 -153
- package/package.json +10 -10
|
@@ -3741,10 +3741,13 @@
|
|
|
3741
3741
|
}
|
|
3742
3742
|
publishStoreMetadata(key, storeMetadataParams) {
|
|
3743
3743
|
const { ttl, namespace, representationName, version } = storeMetadataParams;
|
|
3744
|
-
|
|
3744
|
+
let { ingestionTimestamp } = storeMetadataParams;
|
|
3745
|
+
if (ingestionTimestamp === undefined) {
|
|
3746
|
+
ingestionTimestamp = Date.now();
|
|
3747
|
+
}
|
|
3745
3748
|
const storeMetadata = {
|
|
3746
|
-
ingestionTimestamp:
|
|
3747
|
-
expirationTimestamp:
|
|
3749
|
+
ingestionTimestamp: ingestionTimestamp,
|
|
3750
|
+
expirationTimestamp: ingestionTimestamp + ttl,
|
|
3748
3751
|
representationName,
|
|
3749
3752
|
namespace,
|
|
3750
3753
|
version,
|
|
@@ -3971,6 +3974,7 @@
|
|
|
3971
3974
|
namespace,
|
|
3972
3975
|
version,
|
|
3973
3976
|
representationName,
|
|
3977
|
+
ingestionTimestamp: timestamp,
|
|
3974
3978
|
};
|
|
3975
3979
|
luvio.publishStoreMetadata(key, storeMetadataParams);
|
|
3976
3980
|
}
|
|
@@ -4018,7 +4022,7 @@
|
|
|
4018
4022
|
}
|
|
4019
4023
|
return resourceParams;
|
|
4020
4024
|
}
|
|
4021
|
-
// engine version: 0.154.7-
|
|
4025
|
+
// engine version: 0.154.7-dev4-96466e64
|
|
4022
4026
|
|
|
4023
4027
|
/**
|
|
4024
4028
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -4146,7 +4150,7 @@
|
|
|
4146
4150
|
}
|
|
4147
4151
|
callbacks.push(callback);
|
|
4148
4152
|
}
|
|
4149
|
-
// version: 1.266.0-
|
|
4153
|
+
// version: 1.266.0-dev8-b56c7437f
|
|
4150
4154
|
|
|
4151
4155
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4152
4156
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15654,7 +15658,7 @@
|
|
|
15654
15658
|
}
|
|
15655
15659
|
return superResult;
|
|
15656
15660
|
}
|
|
15657
|
-
// version: 1.266.0-
|
|
15661
|
+
// version: 1.266.0-dev8-b56c7437f
|
|
15658
15662
|
|
|
15659
15663
|
function unwrap(data) {
|
|
15660
15664
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16579,7 +16583,7 @@
|
|
|
16579
16583
|
const { apiFamily, name } = metadata;
|
|
16580
16584
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16581
16585
|
}
|
|
16582
|
-
// version: 1.266.0-
|
|
16586
|
+
// version: 1.266.0-dev8-b56c7437f
|
|
16583
16587
|
|
|
16584
16588
|
/**
|
|
16585
16589
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -16678,7 +16682,7 @@
|
|
|
16678
16682
|
TypeCheckShapes[TypeCheckShapes["Integer"] = 3] = "Integer";
|
|
16679
16683
|
TypeCheckShapes[TypeCheckShapes["Unsupported"] = 4] = "Unsupported";
|
|
16680
16684
|
})(TypeCheckShapes || (TypeCheckShapes = {}));
|
|
16681
|
-
// engine version: 0.154.7-
|
|
16685
|
+
// engine version: 0.154.7-dev4-96466e64
|
|
16682
16686
|
|
|
16683
16687
|
const { keys: ObjectKeys$3, create: ObjectCreate$3 } = Object;
|
|
16684
16688
|
|
|
@@ -20806,6 +20810,7 @@
|
|
|
20806
20810
|
representationName: RepresentationType$S,
|
|
20807
20811
|
namespace: keyPrefix$2,
|
|
20808
20812
|
version: VERSION$18$1,
|
|
20813
|
+
ingestionTimestamp: timestamp,
|
|
20809
20814
|
});
|
|
20810
20815
|
return createLink$3(key);
|
|
20811
20816
|
};
|
|
@@ -21998,6 +22003,7 @@
|
|
|
21998
22003
|
namespace: "UiApi",
|
|
21999
22004
|
version: VERSION$16$1,
|
|
22000
22005
|
representationName: RepresentationType$R,
|
|
22006
|
+
ingestionTimestamp: timestamp,
|
|
22001
22007
|
};
|
|
22002
22008
|
luvio.publishStoreMetadata(key, storeMetadataParams);
|
|
22003
22009
|
}
|
|
@@ -22967,6 +22973,7 @@
|
|
|
22967
22973
|
namespace: "UiApi",
|
|
22968
22974
|
version: VERSION$13$1,
|
|
22969
22975
|
representationName: RepresentationType$O,
|
|
22976
|
+
ingestionTimestamp: timestamp,
|
|
22970
22977
|
};
|
|
22971
22978
|
luvio.publishStoreMetadata(key, storeMetadataParams);
|
|
22972
22979
|
}
|
|
@@ -27585,7 +27592,10 @@
|
|
|
27585
27592
|
if (existingRecord === undefined || equals$N(existingRecord, incomingRecord) === false) {
|
|
27586
27593
|
luvio.storePublish(key, incomingRecord);
|
|
27587
27594
|
}
|
|
27588
|
-
luvio.publishStoreMetadata(key,
|
|
27595
|
+
luvio.publishStoreMetadata(key, {
|
|
27596
|
+
...QUICK_ACTION_DEFAULTS_STORE_METADATA_PARAMS,
|
|
27597
|
+
ingestionTimestamp: timestamp,
|
|
27598
|
+
});
|
|
27589
27599
|
return createLink$3(key);
|
|
27590
27600
|
};
|
|
27591
27601
|
};
|
|
@@ -37391,6 +37401,7 @@
|
|
|
37391
37401
|
namespace: "UiApi",
|
|
37392
37402
|
version: VERSION$c$1,
|
|
37393
37403
|
representationName: RepresentationType$d,
|
|
37404
|
+
ingestionTimestamp: timestamp,
|
|
37394
37405
|
};
|
|
37395
37406
|
luvio.publishStoreMetadata(key, storeMetadataParams);
|
|
37396
37407
|
}
|
|
@@ -43149,7 +43160,7 @@
|
|
|
43149
43160
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
43150
43161
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
43151
43162
|
});
|
|
43152
|
-
// version: 1.266.0-
|
|
43163
|
+
// version: 1.266.0-dev8-d39b76876
|
|
43153
43164
|
|
|
43154
43165
|
var ldsIdempotencyWriteDisabled = {
|
|
43155
43166
|
isOpen: function (e) {
|
|
@@ -54902,7 +54913,7 @@
|
|
|
54902
54913
|
function createjsonOutput(selections, jsonInput, jsonOutput) {
|
|
54903
54914
|
const keys$1 = keys$4(jsonInput);
|
|
54904
54915
|
selections.filter(isFieldNode).forEach((subSelection) => {
|
|
54905
|
-
const fieldName = subSelection.name.value;
|
|
54916
|
+
const fieldName = subSelection.alias ? subSelection.alias.value : subSelection.name.value;
|
|
54906
54917
|
if (keys$1.includes(fieldName)) {
|
|
54907
54918
|
if (isArray$2$1(jsonInput[fieldName])) {
|
|
54908
54919
|
jsonOutput[fieldName] = [];
|
|
@@ -56218,7 +56229,7 @@
|
|
|
56218
56229
|
* @param normalizedRecord Record containing normalized field links
|
|
56219
56230
|
* @param recordStore a store containing referenced record fields
|
|
56220
56231
|
*/
|
|
56221
|
-
function buildDurableRecordRepresentation(normalizedRecord, records, pendingEntries) {
|
|
56232
|
+
function buildDurableRecordRepresentation(normalizedRecord, records, pendingEntries, store) {
|
|
56222
56233
|
const fields = normalizedRecord.fields;
|
|
56223
56234
|
const filteredFields = {};
|
|
56224
56235
|
const links = {};
|
|
@@ -56245,6 +56256,19 @@
|
|
|
56245
56256
|
if (ref !== undefined) {
|
|
56246
56257
|
filteredFields[fieldName] = ref;
|
|
56247
56258
|
}
|
|
56259
|
+
else {
|
|
56260
|
+
// if we have a store to read, try to find the field there too
|
|
56261
|
+
// The durable ingest staging store may pass through to L1, and
|
|
56262
|
+
// not all fields are necessarily published every time, so it is
|
|
56263
|
+
// important to check L1 and not just the fields being published,
|
|
56264
|
+
// otherwise we risk truncating the fields on the record.
|
|
56265
|
+
if (store) {
|
|
56266
|
+
ref = store.readEntry(__ref);
|
|
56267
|
+
if (ref !== undefined) {
|
|
56268
|
+
filteredFields[fieldName] = ref;
|
|
56269
|
+
}
|
|
56270
|
+
}
|
|
56271
|
+
}
|
|
56248
56272
|
}
|
|
56249
56273
|
// we want to preserve fields that are missing nodes
|
|
56250
56274
|
if (filteredFields[fieldName] !== undefined || field.isMissing === true) {
|
|
@@ -56266,7 +56290,7 @@
|
|
|
56266
56290
|
}
|
|
56267
56291
|
return keyBuilder$20(luvio, { recordId });
|
|
56268
56292
|
}
|
|
56269
|
-
function makeRecordDenormalizingDurableStore(luvio, durableStore, getStoreRecords, getStoreMetadata) {
|
|
56293
|
+
function makeRecordDenormalizingDurableStore(luvio, durableStore, getStoreRecords, getStoreMetadata, getStore) {
|
|
56270
56294
|
const getEntries = function (entries, segment) {
|
|
56271
56295
|
// this HOF only inspects records in the default segment
|
|
56272
56296
|
if (segment !== DefaultDurableSegment) {
|
|
@@ -56334,6 +56358,7 @@
|
|
|
56334
56358
|
const putRecordViews = {};
|
|
56335
56359
|
const storeRecords = getStoreRecords !== undefined ? getStoreRecords() : {};
|
|
56336
56360
|
const storeMetadata = getStoreMetadata !== undefined ? getStoreMetadata() : {};
|
|
56361
|
+
const store = getStore();
|
|
56337
56362
|
for (let i = 0, len = keys$1.length; i < len; i++) {
|
|
56338
56363
|
const key = keys$1[i];
|
|
56339
56364
|
let value = entries[key];
|
|
@@ -56380,7 +56405,7 @@
|
|
|
56380
56405
|
metadataVersion: DURABLE_METADATA_VERSION,
|
|
56381
56406
|
};
|
|
56382
56407
|
}
|
|
56383
|
-
const denormalizedRecord = buildDurableRecordRepresentation(record, storeRecords, recordEntries);
|
|
56408
|
+
const denormalizedRecord = buildDurableRecordRepresentation(record, storeRecords, recordEntries, store);
|
|
56384
56409
|
putEntries[recordKey] = {
|
|
56385
56410
|
data: denormalizedRecord,
|
|
56386
56411
|
metadata,
|
|
@@ -60912,22 +60937,25 @@
|
|
|
60912
60937
|
const internalAdapterStore = new InMemoryStore();
|
|
60913
60938
|
let getIngestRecordsForInternalAdapters;
|
|
60914
60939
|
let getIngestMetadataForInternalAdapters;
|
|
60940
|
+
let getIngestStoreInternal;
|
|
60915
60941
|
const internalAdapterDurableStore = makeRecordDenormalizingDurableStore(lazyLuvio, lazyBaseDurableStore, () => getIngestRecordsForInternalAdapters !== undefined
|
|
60916
60942
|
? getIngestRecordsForInternalAdapters()
|
|
60917
60943
|
: {}, () => getIngestMetadataForInternalAdapters !== undefined
|
|
60918
60944
|
? getIngestMetadataForInternalAdapters()
|
|
60919
|
-
: {});
|
|
60945
|
+
: {}, () => (getIngestStoreInternal !== undefined ? getIngestStoreInternal() : undefined));
|
|
60920
60946
|
const { adapters: { getObjectInfo, getObjectInfos, getRecord, getObjectInfoDirectory }, durableEnvironment: internalAdapterDurableEnvironment, luvio: internalLuvio, } = buildInternalAdapters(internalAdapterStore, lazyNetworkAdapter, internalAdapterDurableStore, (apiName, objectInfo) => lazyObjectInfoService.ensureObjectInfoCached(apiName, objectInfo));
|
|
60921
60947
|
lazyInternalLuvio = internalLuvio;
|
|
60922
60948
|
getIngestRecordsForInternalAdapters =
|
|
60923
60949
|
internalAdapterDurableEnvironment.getIngestStagingStoreRecords;
|
|
60924
60950
|
getIngestMetadataForInternalAdapters =
|
|
60925
60951
|
internalAdapterDurableEnvironment.getIngestStagingStoreRecords;
|
|
60952
|
+
getIngestStoreInternal = internalAdapterDurableEnvironment.getIngestStagingStore;
|
|
60926
60953
|
lazyObjectInfoService = new ObjectInfoService(getObjectInfo, getObjectInfos, getObjectInfoDirectory, lazyBaseDurableStore);
|
|
60927
60954
|
// creates a durable store that denormalizes scalar fields for records
|
|
60928
60955
|
let getIngestRecords;
|
|
60929
60956
|
let getIngestMetadata;
|
|
60930
|
-
|
|
60957
|
+
let getIngestStore;
|
|
60958
|
+
const recordDenormingStore = makeRecordDenormalizingDurableStore(lazyLuvio, lazyBaseDurableStore, () => (getIngestRecords !== undefined ? getIngestRecords() : {}), () => (getIngestMetadata !== undefined ? getIngestMetadata() : {}), () => (getIngestStore !== undefined ? getIngestStore() : undefined));
|
|
60931
60959
|
const baseEnv = new Environment(store, lazyNetworkAdapter);
|
|
60932
60960
|
const gqlEnv = makeEnvironmentGraphqlAware(baseEnv);
|
|
60933
60961
|
const durableEnv = makeDurable(gqlEnv, {
|
|
@@ -60936,6 +60964,7 @@
|
|
|
60936
60964
|
});
|
|
60937
60965
|
getIngestRecords = durableEnv.getIngestStagingStoreRecords;
|
|
60938
60966
|
getIngestMetadata = durableEnv.getIngestStagingStoreMetadata;
|
|
60967
|
+
getIngestStore = durableEnv.getIngestStagingStore;
|
|
60939
60968
|
// draft queue
|
|
60940
60969
|
lazyDraftQueue = buildLdsDraftQueue(recordDenormingStore);
|
|
60941
60970
|
const draftService = new UiApiDraftRecordService(lazyDraftQueue, () => lazyLuvio, recordDenormingStore, getObjectInfo, newRecordId, userId, formatDisplayValue);
|
|
@@ -61032,7 +61061,7 @@
|
|
|
61032
61061
|
id: '@salesforce/lds-network-adapter',
|
|
61033
61062
|
instrument: instrument$2,
|
|
61034
61063
|
});
|
|
61035
|
-
// version: 1.266.0-
|
|
61064
|
+
// version: 1.266.0-dev8-b56c7437f
|
|
61036
61065
|
|
|
61037
61066
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61038
61067
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -61809,7 +61838,7 @@
|
|
|
61809
61838
|
};
|
|
61810
61839
|
}
|
|
61811
61840
|
function ingest$13(astNode, state) {
|
|
61812
|
-
const { path, data, luvio } = state;
|
|
61841
|
+
const { path, data, timestamp, luvio } = state;
|
|
61813
61842
|
const key = keyBuilder$16(luvio, path);
|
|
61814
61843
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
61815
61844
|
key,
|
|
@@ -61823,7 +61852,8 @@
|
|
|
61823
61852
|
ttl: TTL$1,
|
|
61824
61853
|
namespace: keyPrefix$1,
|
|
61825
61854
|
representationName: "DoubleValue",
|
|
61826
|
-
version: VERSION$1c
|
|
61855
|
+
version: VERSION$1c,
|
|
61856
|
+
ingestionTimestamp: timestamp,
|
|
61827
61857
|
},
|
|
61828
61858
|
});
|
|
61829
61859
|
}
|
|
@@ -61951,7 +61981,7 @@
|
|
|
61951
61981
|
};
|
|
61952
61982
|
}
|
|
61953
61983
|
function ingest$12(astNode, state) {
|
|
61954
|
-
const { path, data, luvio } = state;
|
|
61984
|
+
const { path, data, timestamp, luvio } = state;
|
|
61955
61985
|
const key = keyBuilder$15(luvio, path);
|
|
61956
61986
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
61957
61987
|
key,
|
|
@@ -61965,7 +61995,8 @@
|
|
|
61965
61995
|
ttl: TTL$1,
|
|
61966
61996
|
namespace: keyPrefix$1,
|
|
61967
61997
|
representationName: "LongValue",
|
|
61968
|
-
version: VERSION$1b
|
|
61998
|
+
version: VERSION$1b,
|
|
61999
|
+
ingestionTimestamp: timestamp,
|
|
61969
62000
|
},
|
|
61970
62001
|
});
|
|
61971
62002
|
}
|
|
@@ -62093,7 +62124,7 @@
|
|
|
62093
62124
|
};
|
|
62094
62125
|
}
|
|
62095
62126
|
function ingest$11(astNode, state) {
|
|
62096
|
-
const { path, data, luvio } = state;
|
|
62127
|
+
const { path, data, timestamp, luvio } = state;
|
|
62097
62128
|
const key = keyBuilder$14(luvio, path);
|
|
62098
62129
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
62099
62130
|
key,
|
|
@@ -62107,7 +62138,8 @@
|
|
|
62107
62138
|
ttl: TTL$1,
|
|
62108
62139
|
namespace: keyPrefix$1,
|
|
62109
62140
|
representationName: "PercentValue",
|
|
62110
|
-
version: VERSION$1a
|
|
62141
|
+
version: VERSION$1a,
|
|
62142
|
+
ingestionTimestamp: timestamp,
|
|
62111
62143
|
},
|
|
62112
62144
|
});
|
|
62113
62145
|
}
|
|
@@ -62235,7 +62267,7 @@
|
|
|
62235
62267
|
};
|
|
62236
62268
|
}
|
|
62237
62269
|
function ingest$10(astNode, state) {
|
|
62238
|
-
const { path, data, luvio } = state;
|
|
62270
|
+
const { path, data, timestamp, luvio } = state;
|
|
62239
62271
|
const key = keyBuilder$13(luvio, path);
|
|
62240
62272
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
62241
62273
|
key,
|
|
@@ -62249,7 +62281,8 @@
|
|
|
62249
62281
|
ttl: TTL$1,
|
|
62250
62282
|
namespace: keyPrefix$1,
|
|
62251
62283
|
representationName: "PercentAggregate",
|
|
62252
|
-
version: VERSION$19
|
|
62284
|
+
version: VERSION$19,
|
|
62285
|
+
ingestionTimestamp: timestamp,
|
|
62253
62286
|
},
|
|
62254
62287
|
});
|
|
62255
62288
|
}
|
|
@@ -62497,7 +62530,7 @@
|
|
|
62497
62530
|
};
|
|
62498
62531
|
}
|
|
62499
62532
|
function ingest$$(astNode, state) {
|
|
62500
|
-
const { path, data, luvio } = state;
|
|
62533
|
+
const { path, data, timestamp, luvio } = state;
|
|
62501
62534
|
const key = keyBuilder$12(luvio, path);
|
|
62502
62535
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
62503
62536
|
key,
|
|
@@ -62511,7 +62544,8 @@
|
|
|
62511
62544
|
ttl: TTL$1,
|
|
62512
62545
|
namespace: keyPrefix$1,
|
|
62513
62546
|
representationName: "IntValue",
|
|
62514
|
-
version: VERSION$18
|
|
62547
|
+
version: VERSION$18,
|
|
62548
|
+
ingestionTimestamp: timestamp,
|
|
62515
62549
|
},
|
|
62516
62550
|
});
|
|
62517
62551
|
}
|
|
@@ -62639,7 +62673,7 @@
|
|
|
62639
62673
|
};
|
|
62640
62674
|
}
|
|
62641
62675
|
function ingest$_(astNode, state) {
|
|
62642
|
-
const { path, data, luvio } = state;
|
|
62676
|
+
const { path, data, timestamp, luvio } = state;
|
|
62643
62677
|
const key = keyBuilder$11(luvio, path);
|
|
62644
62678
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
62645
62679
|
key,
|
|
@@ -62653,7 +62687,8 @@
|
|
|
62653
62687
|
ttl: TTL$1,
|
|
62654
62688
|
namespace: keyPrefix$1,
|
|
62655
62689
|
representationName: "StringValue",
|
|
62656
|
-
version: VERSION$17
|
|
62690
|
+
version: VERSION$17,
|
|
62691
|
+
ingestionTimestamp: timestamp,
|
|
62657
62692
|
},
|
|
62658
62693
|
});
|
|
62659
62694
|
}
|
|
@@ -62772,7 +62807,7 @@
|
|
|
62772
62807
|
};
|
|
62773
62808
|
}
|
|
62774
62809
|
function ingest$Z(astNode, state) {
|
|
62775
|
-
const { path, data, luvio } = state;
|
|
62810
|
+
const { path, data, timestamp, luvio } = state;
|
|
62776
62811
|
const key = keyBuilder$10(luvio, path);
|
|
62777
62812
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
62778
62813
|
key,
|
|
@@ -62786,7 +62821,8 @@
|
|
|
62786
62821
|
ttl: TTL$1,
|
|
62787
62822
|
namespace: keyPrefix$1,
|
|
62788
62823
|
representationName: "StringAggregate",
|
|
62789
|
-
version: VERSION$16
|
|
62824
|
+
version: VERSION$16,
|
|
62825
|
+
ingestionTimestamp: timestamp,
|
|
62790
62826
|
},
|
|
62791
62827
|
});
|
|
62792
62828
|
}
|
|
@@ -63014,7 +63050,7 @@
|
|
|
63014
63050
|
};
|
|
63015
63051
|
}
|
|
63016
63052
|
function ingest$Y(astNode, state) {
|
|
63017
|
-
const { path, data, luvio } = state;
|
|
63053
|
+
const { path, data, timestamp, luvio } = state;
|
|
63018
63054
|
const key = keyBuilder$$(luvio, path);
|
|
63019
63055
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63020
63056
|
key,
|
|
@@ -63028,7 +63064,8 @@
|
|
|
63028
63064
|
ttl: TTL$1,
|
|
63029
63065
|
namespace: keyPrefix$1,
|
|
63030
63066
|
representationName: "IDValue",
|
|
63031
|
-
version: VERSION$15
|
|
63067
|
+
version: VERSION$15,
|
|
63068
|
+
ingestionTimestamp: timestamp,
|
|
63032
63069
|
},
|
|
63033
63070
|
});
|
|
63034
63071
|
}
|
|
@@ -63150,7 +63187,7 @@
|
|
|
63150
63187
|
};
|
|
63151
63188
|
}
|
|
63152
63189
|
function ingest$X(astNode, state) {
|
|
63153
|
-
const { path, data, luvio } = state;
|
|
63190
|
+
const { path, data, timestamp, luvio } = state;
|
|
63154
63191
|
const key = keyBuilder$_(luvio, path);
|
|
63155
63192
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63156
63193
|
key,
|
|
@@ -63164,7 +63201,8 @@
|
|
|
63164
63201
|
ttl: TTL$1,
|
|
63165
63202
|
namespace: keyPrefix$1,
|
|
63166
63203
|
representationName: "DateTimeValue",
|
|
63167
|
-
version: VERSION$14
|
|
63204
|
+
version: VERSION$14,
|
|
63205
|
+
ingestionTimestamp: timestamp,
|
|
63168
63206
|
},
|
|
63169
63207
|
});
|
|
63170
63208
|
}
|
|
@@ -63292,7 +63330,7 @@
|
|
|
63292
63330
|
};
|
|
63293
63331
|
}
|
|
63294
63332
|
function ingest$W(astNode, state) {
|
|
63295
|
-
const { path, data, luvio } = state;
|
|
63333
|
+
const { path, data, timestamp, luvio } = state;
|
|
63296
63334
|
const key = keyBuilder$Z(luvio, path);
|
|
63297
63335
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63298
63336
|
key,
|
|
@@ -63306,7 +63344,8 @@
|
|
|
63306
63344
|
ttl: TTL$1,
|
|
63307
63345
|
namespace: keyPrefix$1,
|
|
63308
63346
|
representationName: "BooleanValue",
|
|
63309
|
-
version: VERSION$13
|
|
63347
|
+
version: VERSION$13,
|
|
63348
|
+
ingestionTimestamp: timestamp,
|
|
63310
63349
|
},
|
|
63311
63350
|
});
|
|
63312
63351
|
}
|
|
@@ -63428,7 +63467,7 @@
|
|
|
63428
63467
|
};
|
|
63429
63468
|
}
|
|
63430
63469
|
function ingest$V(astNode, state) {
|
|
63431
|
-
const { path, data, luvio } = state;
|
|
63470
|
+
const { path, data, timestamp, luvio } = state;
|
|
63432
63471
|
const key = keyBuilder$Y(luvio, path);
|
|
63433
63472
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63434
63473
|
key,
|
|
@@ -63442,7 +63481,8 @@
|
|
|
63442
63481
|
ttl: TTL$1,
|
|
63443
63482
|
namespace: keyPrefix$1,
|
|
63444
63483
|
representationName: "TimeValue",
|
|
63445
|
-
version: VERSION$12
|
|
63484
|
+
version: VERSION$12,
|
|
63485
|
+
ingestionTimestamp: timestamp,
|
|
63446
63486
|
},
|
|
63447
63487
|
});
|
|
63448
63488
|
}
|
|
@@ -63570,7 +63610,7 @@
|
|
|
63570
63610
|
};
|
|
63571
63611
|
}
|
|
63572
63612
|
function ingest$U(astNode, state) {
|
|
63573
|
-
const { path, data, luvio } = state;
|
|
63613
|
+
const { path, data, timestamp, luvio } = state;
|
|
63574
63614
|
const key = keyBuilder$X(luvio, path);
|
|
63575
63615
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63576
63616
|
key,
|
|
@@ -63584,7 +63624,8 @@
|
|
|
63584
63624
|
ttl: TTL$1,
|
|
63585
63625
|
namespace: keyPrefix$1,
|
|
63586
63626
|
representationName: "DateValue",
|
|
63587
|
-
version: VERSION$11
|
|
63627
|
+
version: VERSION$11,
|
|
63628
|
+
ingestionTimestamp: timestamp,
|
|
63588
63629
|
},
|
|
63589
63630
|
});
|
|
63590
63631
|
}
|
|
@@ -63712,7 +63753,7 @@
|
|
|
63712
63753
|
};
|
|
63713
63754
|
}
|
|
63714
63755
|
function ingest$T(astNode, state) {
|
|
63715
|
-
const { path, data, luvio } = state;
|
|
63756
|
+
const { path, data, timestamp, luvio } = state;
|
|
63716
63757
|
const key = keyBuilder$W(luvio, path);
|
|
63717
63758
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63718
63759
|
key,
|
|
@@ -63726,7 +63767,8 @@
|
|
|
63726
63767
|
ttl: TTL$1,
|
|
63727
63768
|
namespace: keyPrefix$1,
|
|
63728
63769
|
representationName: "TextAreaValue",
|
|
63729
|
-
version: VERSION$10
|
|
63770
|
+
version: VERSION$10,
|
|
63771
|
+
ingestionTimestamp: timestamp,
|
|
63730
63772
|
},
|
|
63731
63773
|
});
|
|
63732
63774
|
}
|
|
@@ -63848,7 +63890,7 @@
|
|
|
63848
63890
|
};
|
|
63849
63891
|
}
|
|
63850
63892
|
function ingest$S(astNode, state) {
|
|
63851
|
-
const { path, data, luvio } = state;
|
|
63893
|
+
const { path, data, timestamp, luvio } = state;
|
|
63852
63894
|
const key = keyBuilder$V(luvio, path);
|
|
63853
63895
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63854
63896
|
key,
|
|
@@ -63862,7 +63904,8 @@
|
|
|
63862
63904
|
ttl: TTL$1,
|
|
63863
63905
|
namespace: keyPrefix$1,
|
|
63864
63906
|
representationName: "LongTextAreaValue",
|
|
63865
|
-
version: VERSION
|
|
63907
|
+
version: VERSION$$,
|
|
63908
|
+
ingestionTimestamp: timestamp,
|
|
63866
63909
|
},
|
|
63867
63910
|
});
|
|
63868
63911
|
}
|
|
@@ -63984,7 +64027,7 @@
|
|
|
63984
64027
|
};
|
|
63985
64028
|
}
|
|
63986
64029
|
function ingest$R(astNode, state) {
|
|
63987
|
-
const { path, data, luvio } = state;
|
|
64030
|
+
const { path, data, timestamp, luvio } = state;
|
|
63988
64031
|
const key = keyBuilder$U(luvio, path);
|
|
63989
64032
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63990
64033
|
key,
|
|
@@ -63998,7 +64041,8 @@
|
|
|
63998
64041
|
ttl: TTL$1,
|
|
63999
64042
|
namespace: keyPrefix$1,
|
|
64000
64043
|
representationName: "RichTextAreaValue",
|
|
64001
|
-
version: VERSION$_
|
|
64044
|
+
version: VERSION$_,
|
|
64045
|
+
ingestionTimestamp: timestamp,
|
|
64002
64046
|
},
|
|
64003
64047
|
});
|
|
64004
64048
|
}
|
|
@@ -64120,7 +64164,7 @@
|
|
|
64120
64164
|
};
|
|
64121
64165
|
}
|
|
64122
64166
|
function ingest$Q(astNode, state) {
|
|
64123
|
-
const { path, data, luvio } = state;
|
|
64167
|
+
const { path, data, timestamp, luvio } = state;
|
|
64124
64168
|
const key = keyBuilder$T(luvio, path);
|
|
64125
64169
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
64126
64170
|
key,
|
|
@@ -64134,7 +64178,8 @@
|
|
|
64134
64178
|
ttl: TTL$1,
|
|
64135
64179
|
namespace: keyPrefix$1,
|
|
64136
64180
|
representationName: "PhoneNumberValue",
|
|
64137
|
-
version: VERSION$Z
|
|
64181
|
+
version: VERSION$Z,
|
|
64182
|
+
ingestionTimestamp: timestamp,
|
|
64138
64183
|
},
|
|
64139
64184
|
});
|
|
64140
64185
|
}
|
|
@@ -64256,7 +64301,7 @@
|
|
|
64256
64301
|
};
|
|
64257
64302
|
}
|
|
64258
64303
|
function ingest$P(astNode, state) {
|
|
64259
|
-
const { path, data, luvio } = state;
|
|
64304
|
+
const { path, data, timestamp, luvio } = state;
|
|
64260
64305
|
const key = keyBuilder$S(luvio, path);
|
|
64261
64306
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
64262
64307
|
key,
|
|
@@ -64270,7 +64315,8 @@
|
|
|
64270
64315
|
ttl: TTL$1,
|
|
64271
64316
|
namespace: keyPrefix$1,
|
|
64272
64317
|
representationName: "EmailValue",
|
|
64273
|
-
version: VERSION$Y
|
|
64318
|
+
version: VERSION$Y,
|
|
64319
|
+
ingestionTimestamp: timestamp,
|
|
64274
64320
|
},
|
|
64275
64321
|
});
|
|
64276
64322
|
}
|
|
@@ -64392,7 +64438,7 @@
|
|
|
64392
64438
|
};
|
|
64393
64439
|
}
|
|
64394
64440
|
function ingest$O(astNode, state) {
|
|
64395
|
-
const { path, data, luvio } = state;
|
|
64441
|
+
const { path, data, timestamp, luvio } = state;
|
|
64396
64442
|
const key = keyBuilder$R(luvio, path);
|
|
64397
64443
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
64398
64444
|
key,
|
|
@@ -64406,7 +64452,8 @@
|
|
|
64406
64452
|
ttl: TTL$1,
|
|
64407
64453
|
namespace: keyPrefix$1,
|
|
64408
64454
|
representationName: "UrlValue",
|
|
64409
|
-
version: VERSION$X
|
|
64455
|
+
version: VERSION$X,
|
|
64456
|
+
ingestionTimestamp: timestamp,
|
|
64410
64457
|
},
|
|
64411
64458
|
});
|
|
64412
64459
|
}
|
|
@@ -64528,7 +64575,7 @@
|
|
|
64528
64575
|
};
|
|
64529
64576
|
}
|
|
64530
64577
|
function ingest$N(astNode, state) {
|
|
64531
|
-
const { path, data, luvio } = state;
|
|
64578
|
+
const { path, data, timestamp, luvio } = state;
|
|
64532
64579
|
const key = keyBuilder$Q(luvio, path);
|
|
64533
64580
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
64534
64581
|
key,
|
|
@@ -64542,7 +64589,8 @@
|
|
|
64542
64589
|
ttl: TTL$1,
|
|
64543
64590
|
namespace: keyPrefix$1,
|
|
64544
64591
|
representationName: "EncryptedStringValue",
|
|
64545
|
-
version: VERSION$W
|
|
64592
|
+
version: VERSION$W,
|
|
64593
|
+
ingestionTimestamp: timestamp,
|
|
64546
64594
|
},
|
|
64547
64595
|
});
|
|
64548
64596
|
}
|
|
@@ -64664,7 +64712,7 @@
|
|
|
64664
64712
|
};
|
|
64665
64713
|
}
|
|
64666
64714
|
function ingest$M(astNode, state) {
|
|
64667
|
-
const { path, data, luvio } = state;
|
|
64715
|
+
const { path, data, timestamp, luvio } = state;
|
|
64668
64716
|
const key = keyBuilder$P(luvio, path);
|
|
64669
64717
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
64670
64718
|
key,
|
|
@@ -64678,7 +64726,8 @@
|
|
|
64678
64726
|
ttl: TTL$1,
|
|
64679
64727
|
namespace: keyPrefix$1,
|
|
64680
64728
|
representationName: "CurrencyValue",
|
|
64681
|
-
version: VERSION$V
|
|
64729
|
+
version: VERSION$V,
|
|
64730
|
+
ingestionTimestamp: timestamp,
|
|
64682
64731
|
},
|
|
64683
64732
|
});
|
|
64684
64733
|
}
|
|
@@ -64806,7 +64855,7 @@
|
|
|
64806
64855
|
};
|
|
64807
64856
|
}
|
|
64808
64857
|
function ingest$L(astNode, state) {
|
|
64809
|
-
const { path, data, luvio } = state;
|
|
64858
|
+
const { path, data, timestamp, luvio } = state;
|
|
64810
64859
|
const key = keyBuilder$O(luvio, path);
|
|
64811
64860
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
64812
64861
|
key,
|
|
@@ -64820,7 +64869,8 @@
|
|
|
64820
64869
|
ttl: TTL$1,
|
|
64821
64870
|
namespace: keyPrefix$1,
|
|
64822
64871
|
representationName: "LongitudeValue",
|
|
64823
|
-
version: VERSION$U
|
|
64872
|
+
version: VERSION$U,
|
|
64873
|
+
ingestionTimestamp: timestamp,
|
|
64824
64874
|
},
|
|
64825
64875
|
});
|
|
64826
64876
|
}
|
|
@@ -64942,7 +64992,7 @@
|
|
|
64942
64992
|
};
|
|
64943
64993
|
}
|
|
64944
64994
|
function ingest$K(astNode, state) {
|
|
64945
|
-
const { path, data, luvio } = state;
|
|
64995
|
+
const { path, data, timestamp, luvio } = state;
|
|
64946
64996
|
const key = keyBuilder$N(luvio, path);
|
|
64947
64997
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
64948
64998
|
key,
|
|
@@ -64956,7 +65006,8 @@
|
|
|
64956
65006
|
ttl: TTL$1,
|
|
64957
65007
|
namespace: keyPrefix$1,
|
|
64958
65008
|
representationName: "LatitudeValue",
|
|
64959
|
-
version: VERSION$T
|
|
65009
|
+
version: VERSION$T,
|
|
65010
|
+
ingestionTimestamp: timestamp,
|
|
64960
65011
|
},
|
|
64961
65012
|
});
|
|
64962
65013
|
}
|
|
@@ -65078,7 +65129,7 @@
|
|
|
65078
65129
|
};
|
|
65079
65130
|
}
|
|
65080
65131
|
function ingest$J(astNode, state) {
|
|
65081
|
-
const { path, data, luvio } = state;
|
|
65132
|
+
const { path, data, timestamp, luvio } = state;
|
|
65082
65133
|
const key = keyBuilder$M(luvio, path);
|
|
65083
65134
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
65084
65135
|
key,
|
|
@@ -65092,7 +65143,8 @@
|
|
|
65092
65143
|
ttl: TTL$1,
|
|
65093
65144
|
namespace: keyPrefix$1,
|
|
65094
65145
|
representationName: "PicklistValue",
|
|
65095
|
-
version: VERSION$S
|
|
65146
|
+
version: VERSION$S,
|
|
65147
|
+
ingestionTimestamp: timestamp,
|
|
65096
65148
|
},
|
|
65097
65149
|
});
|
|
65098
65150
|
}
|
|
@@ -65220,7 +65272,7 @@
|
|
|
65220
65272
|
};
|
|
65221
65273
|
}
|
|
65222
65274
|
function ingest$I(astNode, state) {
|
|
65223
|
-
const { path, data, luvio } = state;
|
|
65275
|
+
const { path, data, timestamp, luvio } = state;
|
|
65224
65276
|
const key = keyBuilder$L(luvio, path);
|
|
65225
65277
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
65226
65278
|
key,
|
|
@@ -65234,7 +65286,8 @@
|
|
|
65234
65286
|
ttl: TTL$1,
|
|
65235
65287
|
namespace: keyPrefix$1,
|
|
65236
65288
|
representationName: "MultiPicklistValue",
|
|
65237
|
-
version: VERSION$R
|
|
65289
|
+
version: VERSION$R,
|
|
65290
|
+
ingestionTimestamp: timestamp,
|
|
65238
65291
|
},
|
|
65239
65292
|
});
|
|
65240
65293
|
}
|
|
@@ -65362,7 +65415,7 @@
|
|
|
65362
65415
|
};
|
|
65363
65416
|
}
|
|
65364
65417
|
function ingest$H(astNode, state) {
|
|
65365
|
-
const { path, data, luvio } = state;
|
|
65418
|
+
const { path, data, timestamp, luvio } = state;
|
|
65366
65419
|
const key = keyBuilder$K(luvio, path);
|
|
65367
65420
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
65368
65421
|
key,
|
|
@@ -65376,7 +65429,8 @@
|
|
|
65376
65429
|
ttl: TTL$1,
|
|
65377
65430
|
namespace: keyPrefix$1,
|
|
65378
65431
|
representationName: "Base64Value",
|
|
65379
|
-
version: VERSION$Q
|
|
65432
|
+
version: VERSION$Q,
|
|
65433
|
+
ingestionTimestamp: timestamp,
|
|
65380
65434
|
},
|
|
65381
65435
|
});
|
|
65382
65436
|
}
|
|
@@ -65498,7 +65552,7 @@
|
|
|
65498
65552
|
};
|
|
65499
65553
|
}
|
|
65500
65554
|
function ingest$G(astNode, state) {
|
|
65501
|
-
const { path, data, luvio } = state;
|
|
65555
|
+
const { path, data, timestamp, luvio } = state;
|
|
65502
65556
|
const key = keyBuilder$J(luvio, path);
|
|
65503
65557
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
65504
65558
|
key,
|
|
@@ -65512,7 +65566,8 @@
|
|
|
65512
65566
|
ttl: TTL$1,
|
|
65513
65567
|
namespace: keyPrefix$1,
|
|
65514
65568
|
representationName: "JSONValue",
|
|
65515
|
-
version: VERSION$P
|
|
65569
|
+
version: VERSION$P,
|
|
65570
|
+
ingestionTimestamp: timestamp,
|
|
65516
65571
|
},
|
|
65517
65572
|
});
|
|
65518
65573
|
}
|
|
@@ -66110,7 +66165,7 @@
|
|
|
66110
66165
|
};
|
|
66111
66166
|
}
|
|
66112
66167
|
function ingest$E(astNode, state) {
|
|
66113
|
-
const { path, data, luvio } = state;
|
|
66168
|
+
const { path, data, timestamp, luvio } = state;
|
|
66114
66169
|
const key = keyBuilder$H(luvio, path);
|
|
66115
66170
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
66116
66171
|
key,
|
|
@@ -66124,7 +66179,8 @@
|
|
|
66124
66179
|
ttl: TTL$1,
|
|
66125
66180
|
namespace: keyPrefix$1,
|
|
66126
66181
|
representationName: "CompoundField",
|
|
66127
|
-
version: VERSION$L
|
|
66182
|
+
version: VERSION$L,
|
|
66183
|
+
ingestionTimestamp: timestamp,
|
|
66128
66184
|
},
|
|
66129
66185
|
});
|
|
66130
66186
|
}
|
|
@@ -67110,7 +67166,7 @@
|
|
|
67110
67166
|
};
|
|
67111
67167
|
}
|
|
67112
67168
|
function ingest$D(astNode, state) {
|
|
67113
|
-
const { path, data, luvio } = state;
|
|
67169
|
+
const { path, data, timestamp, luvio } = state;
|
|
67114
67170
|
const key = keyBuilder$G(luvio, path);
|
|
67115
67171
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
67116
67172
|
key,
|
|
@@ -67124,7 +67180,8 @@
|
|
|
67124
67180
|
ttl: TTL$1,
|
|
67125
67181
|
namespace: keyPrefix$1,
|
|
67126
67182
|
representationName: "PageInfo",
|
|
67127
|
-
version: VERSION$K
|
|
67183
|
+
version: VERSION$K,
|
|
67184
|
+
ingestionTimestamp: timestamp,
|
|
67128
67185
|
},
|
|
67129
67186
|
});
|
|
67130
67187
|
}
|
|
@@ -67326,7 +67383,7 @@
|
|
|
67326
67383
|
};
|
|
67327
67384
|
}
|
|
67328
67385
|
function ingest$C(astNode, state) {
|
|
67329
|
-
const { path, data, luvio } = state;
|
|
67386
|
+
const { path, data, timestamp, luvio } = state;
|
|
67330
67387
|
const key = keyBuilder$F(luvio, path, data);
|
|
67331
67388
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
67332
67389
|
key,
|
|
@@ -67343,7 +67400,8 @@
|
|
|
67343
67400
|
ttl: TTL$1,
|
|
67344
67401
|
namespace: keyPrefix$1,
|
|
67345
67402
|
representationName: "RecordRepresentation",
|
|
67346
|
-
version: VERSION$J
|
|
67403
|
+
version: VERSION$J,
|
|
67404
|
+
ingestionTimestamp: timestamp,
|
|
67347
67405
|
},
|
|
67348
67406
|
});
|
|
67349
67407
|
}
|
|
@@ -67865,7 +67923,7 @@
|
|
|
67865
67923
|
};
|
|
67866
67924
|
}
|
|
67867
67925
|
function ingest$B(astNode, state) {
|
|
67868
|
-
const { path, data, luvio } = state;
|
|
67926
|
+
const { path, data, timestamp, luvio } = state;
|
|
67869
67927
|
const key = keyBuilder$E(luvio, path);
|
|
67870
67928
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
67871
67929
|
key,
|
|
@@ -67879,7 +67937,8 @@
|
|
|
67879
67937
|
ttl: TTL$1,
|
|
67880
67938
|
namespace: keyPrefix$1,
|
|
67881
67939
|
representationName: "RecordEdge",
|
|
67882
|
-
version: VERSION$I
|
|
67940
|
+
version: VERSION$I,
|
|
67941
|
+
ingestionTimestamp: timestamp,
|
|
67883
67942
|
},
|
|
67884
67943
|
});
|
|
67885
67944
|
}
|
|
@@ -68084,7 +68143,7 @@
|
|
|
68084
68143
|
}
|
|
68085
68144
|
}
|
|
68086
68145
|
function ingest$A(astNode, state) {
|
|
68087
|
-
const { path, data, luvio } = state;
|
|
68146
|
+
const { path, data, timestamp, luvio } = state;
|
|
68088
68147
|
const key = keyBuilder$D(luvio, path);
|
|
68089
68148
|
return ingestCursorConnectionType(astNode, state, {
|
|
68090
68149
|
key,
|
|
@@ -68100,7 +68159,8 @@
|
|
|
68100
68159
|
ttl: TTL$4,
|
|
68101
68160
|
namespace: keyPrefix$1,
|
|
68102
68161
|
representationName: "RecordConnection",
|
|
68103
|
-
version: VERSION$H
|
|
68162
|
+
version: VERSION$H,
|
|
68163
|
+
ingestionTimestamp: timestamp,
|
|
68104
68164
|
},
|
|
68105
68165
|
});
|
|
68106
68166
|
}
|
|
@@ -68269,7 +68329,7 @@
|
|
|
68269
68329
|
};
|
|
68270
68330
|
}
|
|
68271
68331
|
function ingest$z(astNode, state) {
|
|
68272
|
-
const { path, data, luvio } = state;
|
|
68332
|
+
const { path, data, timestamp, luvio } = state;
|
|
68273
68333
|
const key = keyBuilder$C(luvio, path);
|
|
68274
68334
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
68275
68335
|
key,
|
|
@@ -68283,7 +68343,8 @@
|
|
|
68283
68343
|
ttl: TTL$1,
|
|
68284
68344
|
namespace: keyPrefix$1,
|
|
68285
68345
|
representationName: "RecordQuery",
|
|
68286
|
-
version: VERSION$G
|
|
68346
|
+
version: VERSION$G,
|
|
68347
|
+
ingestionTimestamp: timestamp,
|
|
68287
68348
|
},
|
|
68288
68349
|
});
|
|
68289
68350
|
}
|
|
@@ -68413,7 +68474,7 @@
|
|
|
68413
68474
|
};
|
|
68414
68475
|
}
|
|
68415
68476
|
function ingest$y(astNode, state) {
|
|
68416
|
-
const { path, data, luvio } = state;
|
|
68477
|
+
const { path, data, timestamp, luvio } = state;
|
|
68417
68478
|
const key = keyBuilder$B(luvio, path);
|
|
68418
68479
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
68419
68480
|
key,
|
|
@@ -68427,7 +68488,8 @@
|
|
|
68427
68488
|
ttl: TTL$1,
|
|
68428
68489
|
namespace: keyPrefix$1,
|
|
68429
68490
|
representationName: "BooleanAggregate",
|
|
68430
|
-
version: VERSION$F
|
|
68491
|
+
version: VERSION$F,
|
|
68492
|
+
ingestionTimestamp: timestamp,
|
|
68431
68493
|
},
|
|
68432
68494
|
});
|
|
68433
68495
|
}
|
|
@@ -68596,7 +68658,7 @@
|
|
|
68596
68658
|
};
|
|
68597
68659
|
}
|
|
68598
68660
|
function ingest$x(astNode, state) {
|
|
68599
|
-
const { path, data, luvio } = state;
|
|
68661
|
+
const { path, data, timestamp, luvio } = state;
|
|
68600
68662
|
const key = keyBuilder$A(luvio, path);
|
|
68601
68663
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
68602
68664
|
key,
|
|
@@ -68610,7 +68672,8 @@
|
|
|
68610
68672
|
ttl: TTL$1,
|
|
68611
68673
|
namespace: keyPrefix$1,
|
|
68612
68674
|
representationName: "CurrencyAggregate",
|
|
68613
|
-
version: VERSION$E
|
|
68675
|
+
version: VERSION$E,
|
|
68676
|
+
ingestionTimestamp: timestamp,
|
|
68614
68677
|
},
|
|
68615
68678
|
});
|
|
68616
68679
|
}
|
|
@@ -68858,7 +68921,7 @@
|
|
|
68858
68921
|
};
|
|
68859
68922
|
}
|
|
68860
68923
|
function ingest$w(astNode, state) {
|
|
68861
|
-
const { path, data, luvio } = state;
|
|
68924
|
+
const { path, data, timestamp, luvio } = state;
|
|
68862
68925
|
const key = keyBuilder$z(luvio, path);
|
|
68863
68926
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
68864
68927
|
key,
|
|
@@ -68872,7 +68935,8 @@
|
|
|
68872
68935
|
ttl: TTL$1,
|
|
68873
68936
|
namespace: keyPrefix$1,
|
|
68874
68937
|
representationName: "DateFunctionAggregation",
|
|
68875
|
-
version: VERSION$D
|
|
68938
|
+
version: VERSION$D,
|
|
68939
|
+
ingestionTimestamp: timestamp,
|
|
68876
68940
|
},
|
|
68877
68941
|
});
|
|
68878
68942
|
}
|
|
@@ -69006,7 +69070,7 @@
|
|
|
69006
69070
|
};
|
|
69007
69071
|
}
|
|
69008
69072
|
function ingest$v(astNode, state) {
|
|
69009
|
-
const { path, data, luvio } = state;
|
|
69073
|
+
const { path, data, timestamp, luvio } = state;
|
|
69010
69074
|
const key = keyBuilder$y(luvio, path);
|
|
69011
69075
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
69012
69076
|
key,
|
|
@@ -69020,7 +69084,8 @@
|
|
|
69020
69084
|
ttl: TTL$1,
|
|
69021
69085
|
namespace: keyPrefix$1,
|
|
69022
69086
|
representationName: "DateAggregate",
|
|
69023
|
-
version: VERSION$C
|
|
69087
|
+
version: VERSION$C,
|
|
69088
|
+
ingestionTimestamp: timestamp,
|
|
69024
69089
|
},
|
|
69025
69090
|
});
|
|
69026
69091
|
}
|
|
@@ -69387,7 +69452,7 @@
|
|
|
69387
69452
|
};
|
|
69388
69453
|
}
|
|
69389
69454
|
function ingest$u(astNode, state) {
|
|
69390
|
-
const { path, data, luvio } = state;
|
|
69455
|
+
const { path, data, timestamp, luvio } = state;
|
|
69391
69456
|
const key = keyBuilder$x(luvio, path);
|
|
69392
69457
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
69393
69458
|
key,
|
|
@@ -69401,7 +69466,8 @@
|
|
|
69401
69466
|
ttl: TTL$1,
|
|
69402
69467
|
namespace: keyPrefix$1,
|
|
69403
69468
|
representationName: "DoubleAggregate",
|
|
69404
|
-
version: VERSION$B
|
|
69469
|
+
version: VERSION$B,
|
|
69470
|
+
ingestionTimestamp: timestamp,
|
|
69405
69471
|
},
|
|
69406
69472
|
});
|
|
69407
69473
|
}
|
|
@@ -69640,7 +69706,7 @@
|
|
|
69640
69706
|
};
|
|
69641
69707
|
}
|
|
69642
69708
|
function ingest$t(astNode, state) {
|
|
69643
|
-
const { path, data, luvio } = state;
|
|
69709
|
+
const { path, data, timestamp, luvio } = state;
|
|
69644
69710
|
const key = keyBuilder$w(luvio, path);
|
|
69645
69711
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
69646
69712
|
key,
|
|
@@ -69654,7 +69720,8 @@
|
|
|
69654
69720
|
ttl: TTL$1,
|
|
69655
69721
|
namespace: keyPrefix$1,
|
|
69656
69722
|
representationName: "EmailAggregate",
|
|
69657
|
-
version: VERSION$A
|
|
69723
|
+
version: VERSION$A,
|
|
69724
|
+
ingestionTimestamp: timestamp,
|
|
69658
69725
|
},
|
|
69659
69726
|
});
|
|
69660
69727
|
}
|
|
@@ -69885,7 +69952,7 @@
|
|
|
69885
69952
|
};
|
|
69886
69953
|
}
|
|
69887
69954
|
function ingest$s(astNode, state) {
|
|
69888
|
-
const { path, data, luvio } = state;
|
|
69955
|
+
const { path, data, timestamp, luvio } = state;
|
|
69889
69956
|
const key = keyBuilder$v(luvio, path);
|
|
69890
69957
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
69891
69958
|
key,
|
|
@@ -69899,7 +69966,8 @@
|
|
|
69899
69966
|
ttl: TTL$1,
|
|
69900
69967
|
namespace: keyPrefix$1,
|
|
69901
69968
|
representationName: "IDAggregate",
|
|
69902
|
-
version: VERSION$z
|
|
69969
|
+
version: VERSION$z,
|
|
69970
|
+
ingestionTimestamp: timestamp,
|
|
69903
69971
|
},
|
|
69904
69972
|
});
|
|
69905
69973
|
}
|
|
@@ -70130,7 +70198,7 @@
|
|
|
70130
70198
|
};
|
|
70131
70199
|
}
|
|
70132
70200
|
function ingest$r(astNode, state) {
|
|
70133
|
-
const { path, data, luvio } = state;
|
|
70201
|
+
const { path, data, timestamp, luvio } = state;
|
|
70134
70202
|
const key = keyBuilder$u(luvio, path);
|
|
70135
70203
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
70136
70204
|
key,
|
|
@@ -70144,7 +70212,8 @@
|
|
|
70144
70212
|
ttl: TTL$1,
|
|
70145
70213
|
namespace: keyPrefix$1,
|
|
70146
70214
|
representationName: "IntAggregate",
|
|
70147
|
-
version: VERSION$y
|
|
70215
|
+
version: VERSION$y,
|
|
70216
|
+
ingestionTimestamp: timestamp,
|
|
70148
70217
|
},
|
|
70149
70218
|
});
|
|
70150
70219
|
}
|
|
@@ -70403,7 +70472,7 @@
|
|
|
70403
70472
|
};
|
|
70404
70473
|
}
|
|
70405
70474
|
function ingest$q(astNode, state) {
|
|
70406
|
-
const { path, data, luvio } = state;
|
|
70475
|
+
const { path, data, timestamp, luvio } = state;
|
|
70407
70476
|
const key = keyBuilder$t(luvio, path);
|
|
70408
70477
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
70409
70478
|
key,
|
|
@@ -70417,7 +70486,8 @@
|
|
|
70417
70486
|
ttl: TTL$1,
|
|
70418
70487
|
namespace: keyPrefix$1,
|
|
70419
70488
|
representationName: "LatitudeAggregate",
|
|
70420
|
-
version: VERSION$x
|
|
70489
|
+
version: VERSION$x,
|
|
70490
|
+
ingestionTimestamp: timestamp,
|
|
70421
70491
|
},
|
|
70422
70492
|
});
|
|
70423
70493
|
}
|
|
@@ -70659,7 +70729,7 @@
|
|
|
70659
70729
|
};
|
|
70660
70730
|
}
|
|
70661
70731
|
function ingest$p(astNode, state) {
|
|
70662
|
-
const { path, data, luvio } = state;
|
|
70732
|
+
const { path, data, timestamp, luvio } = state;
|
|
70663
70733
|
const key = keyBuilder$s(luvio, path);
|
|
70664
70734
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
70665
70735
|
key,
|
|
@@ -70673,7 +70743,8 @@
|
|
|
70673
70743
|
ttl: TTL$1,
|
|
70674
70744
|
namespace: keyPrefix$1,
|
|
70675
70745
|
representationName: "LongitudeAggregate",
|
|
70676
|
-
version: VERSION$w
|
|
70746
|
+
version: VERSION$w,
|
|
70747
|
+
ingestionTimestamp: timestamp,
|
|
70677
70748
|
},
|
|
70678
70749
|
});
|
|
70679
70750
|
}
|
|
@@ -70915,7 +70986,7 @@
|
|
|
70915
70986
|
};
|
|
70916
70987
|
}
|
|
70917
70988
|
function ingest$o(astNode, state) {
|
|
70918
|
-
const { path, data, luvio } = state;
|
|
70989
|
+
const { path, data, timestamp, luvio } = state;
|
|
70919
70990
|
const key = keyBuilder$r(luvio, path);
|
|
70920
70991
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
70921
70992
|
key,
|
|
@@ -70929,7 +71000,8 @@
|
|
|
70929
71000
|
ttl: TTL$1,
|
|
70930
71001
|
namespace: keyPrefix$1,
|
|
70931
71002
|
representationName: "LongAggregate",
|
|
70932
|
-
version: VERSION$v
|
|
71003
|
+
version: VERSION$v,
|
|
71004
|
+
ingestionTimestamp: timestamp,
|
|
70933
71005
|
},
|
|
70934
71006
|
});
|
|
70935
71007
|
}
|
|
@@ -71188,7 +71260,7 @@
|
|
|
71188
71260
|
};
|
|
71189
71261
|
}
|
|
71190
71262
|
function ingest$n(astNode, state) {
|
|
71191
|
-
const { path, data, luvio } = state;
|
|
71263
|
+
const { path, data, timestamp, luvio } = state;
|
|
71192
71264
|
const key = keyBuilder$q(luvio, path);
|
|
71193
71265
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
71194
71266
|
key,
|
|
@@ -71202,7 +71274,8 @@
|
|
|
71202
71274
|
ttl: TTL$1,
|
|
71203
71275
|
namespace: keyPrefix$1,
|
|
71204
71276
|
representationName: "PhoneNumberAggregate",
|
|
71205
|
-
version: VERSION$u
|
|
71277
|
+
version: VERSION$u,
|
|
71278
|
+
ingestionTimestamp: timestamp,
|
|
71206
71279
|
},
|
|
71207
71280
|
});
|
|
71208
71281
|
}
|
|
@@ -71433,7 +71506,7 @@
|
|
|
71433
71506
|
};
|
|
71434
71507
|
}
|
|
71435
71508
|
function ingest$m(astNode, state) {
|
|
71436
|
-
const { path, data, luvio } = state;
|
|
71509
|
+
const { path, data, timestamp, luvio } = state;
|
|
71437
71510
|
const key = keyBuilder$p(luvio, path);
|
|
71438
71511
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
71439
71512
|
key,
|
|
@@ -71447,7 +71520,8 @@
|
|
|
71447
71520
|
ttl: TTL$1,
|
|
71448
71521
|
namespace: keyPrefix$1,
|
|
71449
71522
|
representationName: "PicklistAggregate",
|
|
71450
|
-
version: VERSION$t
|
|
71523
|
+
version: VERSION$t,
|
|
71524
|
+
ingestionTimestamp: timestamp,
|
|
71451
71525
|
},
|
|
71452
71526
|
});
|
|
71453
71527
|
}
|
|
@@ -71684,7 +71758,7 @@
|
|
|
71684
71758
|
};
|
|
71685
71759
|
}
|
|
71686
71760
|
function ingest$l(astNode, state) {
|
|
71687
|
-
const { path, data, luvio } = state;
|
|
71761
|
+
const { path, data, timestamp, luvio } = state;
|
|
71688
71762
|
const key = keyBuilder$o(luvio, path);
|
|
71689
71763
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
71690
71764
|
key,
|
|
@@ -71698,7 +71772,8 @@
|
|
|
71698
71772
|
ttl: TTL$1,
|
|
71699
71773
|
namespace: keyPrefix$1,
|
|
71700
71774
|
representationName: "TextAreaAggregate",
|
|
71701
|
-
version: VERSION$s
|
|
71775
|
+
version: VERSION$s,
|
|
71776
|
+
ingestionTimestamp: timestamp,
|
|
71702
71777
|
},
|
|
71703
71778
|
});
|
|
71704
71779
|
}
|
|
@@ -71929,7 +72004,7 @@
|
|
|
71929
72004
|
};
|
|
71930
72005
|
}
|
|
71931
72006
|
function ingest$k(astNode, state) {
|
|
71932
|
-
const { path, data, luvio } = state;
|
|
72007
|
+
const { path, data, timestamp, luvio } = state;
|
|
71933
72008
|
const key = keyBuilder$n(luvio, path);
|
|
71934
72009
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
71935
72010
|
key,
|
|
@@ -71943,7 +72018,8 @@
|
|
|
71943
72018
|
ttl: TTL$1,
|
|
71944
72019
|
namespace: keyPrefix$1,
|
|
71945
72020
|
representationName: "TimeAggregate",
|
|
71946
|
-
version: VERSION$r
|
|
72021
|
+
version: VERSION$r,
|
|
72022
|
+
ingestionTimestamp: timestamp,
|
|
71947
72023
|
},
|
|
71948
72024
|
});
|
|
71949
72025
|
}
|
|
@@ -72118,7 +72194,7 @@
|
|
|
72118
72194
|
};
|
|
72119
72195
|
}
|
|
72120
72196
|
function ingest$j(astNode, state) {
|
|
72121
|
-
const { path, data, luvio } = state;
|
|
72197
|
+
const { path, data, timestamp, luvio } = state;
|
|
72122
72198
|
const key = keyBuilder$m(luvio, path);
|
|
72123
72199
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
72124
72200
|
key,
|
|
@@ -72132,7 +72208,8 @@
|
|
|
72132
72208
|
ttl: TTL$1,
|
|
72133
72209
|
namespace: keyPrefix$1,
|
|
72134
72210
|
representationName: "UrlAggregate",
|
|
72135
|
-
version: VERSION$q
|
|
72211
|
+
version: VERSION$q,
|
|
72212
|
+
ingestionTimestamp: timestamp,
|
|
72136
72213
|
},
|
|
72137
72214
|
});
|
|
72138
72215
|
}
|
|
@@ -72486,7 +72563,7 @@
|
|
|
72486
72563
|
};
|
|
72487
72564
|
}
|
|
72488
72565
|
function ingest$i(astNode, state) {
|
|
72489
|
-
const { path, data, luvio } = state;
|
|
72566
|
+
const { path, data, timestamp, luvio } = state;
|
|
72490
72567
|
const key = keyBuilder$l(luvio, path);
|
|
72491
72568
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
72492
72569
|
key,
|
|
@@ -72500,7 +72577,8 @@
|
|
|
72500
72577
|
ttl: TTL$1,
|
|
72501
72578
|
namespace: keyPrefix$1,
|
|
72502
72579
|
representationName: "RecordAggregate",
|
|
72503
|
-
version: VERSION$p
|
|
72580
|
+
version: VERSION$p,
|
|
72581
|
+
ingestionTimestamp: timestamp,
|
|
72504
72582
|
},
|
|
72505
72583
|
});
|
|
72506
72584
|
}
|
|
@@ -72854,7 +72932,7 @@
|
|
|
72854
72932
|
};
|
|
72855
72933
|
}
|
|
72856
72934
|
function ingest$h(astNode, state) {
|
|
72857
|
-
const { path, data, luvio } = state;
|
|
72935
|
+
const { path, data, timestamp, luvio } = state;
|
|
72858
72936
|
const key = keyBuilder$k(luvio, path);
|
|
72859
72937
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
72860
72938
|
key,
|
|
@@ -72868,7 +72946,8 @@
|
|
|
72868
72946
|
ttl: TTL$1,
|
|
72869
72947
|
namespace: keyPrefix$1,
|
|
72870
72948
|
representationName: "RecordResult",
|
|
72871
|
-
version: VERSION$o
|
|
72949
|
+
version: VERSION$o,
|
|
72950
|
+
ingestionTimestamp: timestamp,
|
|
72872
72951
|
},
|
|
72873
72952
|
});
|
|
72874
72953
|
}
|
|
@@ -73016,7 +73095,7 @@
|
|
|
73016
73095
|
};
|
|
73017
73096
|
}
|
|
73018
73097
|
function ingest$g(astNode, state) {
|
|
73019
|
-
const { path, data, luvio } = state;
|
|
73098
|
+
const { path, data, timestamp, luvio } = state;
|
|
73020
73099
|
const key = keyBuilder$j(luvio, path);
|
|
73021
73100
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
73022
73101
|
key,
|
|
@@ -73030,7 +73109,8 @@
|
|
|
73030
73109
|
ttl: TTL$1,
|
|
73031
73110
|
namespace: keyPrefix$1,
|
|
73032
73111
|
representationName: "RecordAggregateEdge",
|
|
73033
|
-
version: VERSION$n
|
|
73112
|
+
version: VERSION$n,
|
|
73113
|
+
ingestionTimestamp: timestamp,
|
|
73034
73114
|
},
|
|
73035
73115
|
});
|
|
73036
73116
|
}
|
|
@@ -73234,7 +73314,7 @@
|
|
|
73234
73314
|
}
|
|
73235
73315
|
}
|
|
73236
73316
|
function ingest$f(astNode, state) {
|
|
73237
|
-
const { path, data, luvio } = state;
|
|
73317
|
+
const { path, data, timestamp, luvio } = state;
|
|
73238
73318
|
const key = keyBuilder$i(luvio, path);
|
|
73239
73319
|
return ingestCursorConnectionType(astNode, state, {
|
|
73240
73320
|
key,
|
|
@@ -73250,7 +73330,8 @@
|
|
|
73250
73330
|
ttl: TTL$1,
|
|
73251
73331
|
namespace: keyPrefix$1,
|
|
73252
73332
|
representationName: "RecordAggregateConnection",
|
|
73253
|
-
version: VERSION$m
|
|
73333
|
+
version: VERSION$m,
|
|
73334
|
+
ingestionTimestamp: timestamp,
|
|
73254
73335
|
},
|
|
73255
73336
|
});
|
|
73256
73337
|
}
|
|
@@ -73467,7 +73548,7 @@
|
|
|
73467
73548
|
};
|
|
73468
73549
|
}
|
|
73469
73550
|
function ingest$e(astNode, state) {
|
|
73470
|
-
const { path, data, luvio } = state;
|
|
73551
|
+
const { path, data, timestamp, luvio } = state;
|
|
73471
73552
|
const key = keyBuilder$h(luvio, path);
|
|
73472
73553
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
73473
73554
|
key,
|
|
@@ -73481,7 +73562,8 @@
|
|
|
73481
73562
|
ttl: TTL$1,
|
|
73482
73563
|
namespace: keyPrefix$1,
|
|
73483
73564
|
representationName: "RecordQueryAggregate",
|
|
73484
|
-
version: VERSION$l
|
|
73565
|
+
version: VERSION$l,
|
|
73566
|
+
ingestionTimestamp: timestamp,
|
|
73485
73567
|
},
|
|
73486
73568
|
});
|
|
73487
73569
|
}
|
|
@@ -73611,7 +73693,7 @@
|
|
|
73611
73693
|
};
|
|
73612
73694
|
}
|
|
73613
73695
|
function ingest$d(astNode, state) {
|
|
73614
|
-
const { path, data, luvio } = state;
|
|
73696
|
+
const { path, data, timestamp, luvio } = state;
|
|
73615
73697
|
const key = keyBuilder$g(luvio, path);
|
|
73616
73698
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
73617
73699
|
key,
|
|
@@ -73625,7 +73707,8 @@
|
|
|
73625
73707
|
ttl: TTL$1,
|
|
73626
73708
|
namespace: keyPrefix$1,
|
|
73627
73709
|
representationName: "ChildRelationship",
|
|
73628
|
-
version: VERSION$k
|
|
73710
|
+
version: VERSION$k,
|
|
73711
|
+
ingestionTimestamp: timestamp,
|
|
73629
73712
|
},
|
|
73630
73713
|
});
|
|
73631
73714
|
}
|
|
@@ -73803,7 +73886,7 @@
|
|
|
73803
73886
|
};
|
|
73804
73887
|
}
|
|
73805
73888
|
function ingest$c(astNode, state) {
|
|
73806
|
-
const { path, data, luvio } = state;
|
|
73889
|
+
const { path, data, timestamp, luvio } = state;
|
|
73807
73890
|
const key = keyBuilder$f(luvio, path);
|
|
73808
73891
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
73809
73892
|
key,
|
|
@@ -73817,7 +73900,8 @@
|
|
|
73817
73900
|
ttl: TTL$1,
|
|
73818
73901
|
namespace: keyPrefix$1,
|
|
73819
73902
|
representationName: "DependentField",
|
|
73820
|
-
version: VERSION$j
|
|
73903
|
+
version: VERSION$j,
|
|
73904
|
+
ingestionTimestamp: timestamp,
|
|
73821
73905
|
},
|
|
73822
73906
|
});
|
|
73823
73907
|
}
|
|
@@ -73942,7 +74026,7 @@
|
|
|
73942
74026
|
};
|
|
73943
74027
|
}
|
|
73944
74028
|
function ingest$b(astNode, state) {
|
|
73945
|
-
const { path, data, luvio } = state;
|
|
74029
|
+
const { path, data, timestamp, luvio } = state;
|
|
73946
74030
|
const key = keyBuilder$e(luvio, path);
|
|
73947
74031
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
73948
74032
|
key,
|
|
@@ -73956,7 +74040,8 @@
|
|
|
73956
74040
|
ttl: TTL$1,
|
|
73957
74041
|
namespace: keyPrefix$1,
|
|
73958
74042
|
representationName: "FilteredLookupInfo",
|
|
73959
|
-
version: VERSION$i
|
|
74043
|
+
version: VERSION$i,
|
|
74044
|
+
ingestionTimestamp: timestamp,
|
|
73960
74045
|
},
|
|
73961
74046
|
});
|
|
73962
74047
|
}
|
|
@@ -74096,7 +74181,7 @@
|
|
|
74096
74181
|
};
|
|
74097
74182
|
}
|
|
74098
74183
|
function ingest$a(astNode, state) {
|
|
74099
|
-
const { path, data, luvio } = state;
|
|
74184
|
+
const { path, data, timestamp, luvio } = state;
|
|
74100
74185
|
const key = keyBuilder$d(luvio, path);
|
|
74101
74186
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
74102
74187
|
key,
|
|
@@ -74110,7 +74195,8 @@
|
|
|
74110
74195
|
ttl: TTL$1,
|
|
74111
74196
|
namespace: keyPrefix$1,
|
|
74112
74197
|
representationName: "ReferenceToInfo",
|
|
74113
|
-
version: VERSION$h
|
|
74198
|
+
version: VERSION$h,
|
|
74199
|
+
ingestionTimestamp: timestamp,
|
|
74114
74200
|
},
|
|
74115
74201
|
});
|
|
74116
74202
|
}
|
|
@@ -74270,7 +74356,7 @@
|
|
|
74270
74356
|
};
|
|
74271
74357
|
}
|
|
74272
74358
|
function ingest$9(astNode, state) {
|
|
74273
|
-
const { path, data, luvio } = state;
|
|
74359
|
+
const { path, data, timestamp, luvio } = state;
|
|
74274
74360
|
const key = keyBuilder$c(luvio, path);
|
|
74275
74361
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
74276
74362
|
key,
|
|
@@ -74284,7 +74370,8 @@
|
|
|
74284
74370
|
ttl: TTL$1,
|
|
74285
74371
|
namespace: keyPrefix$1,
|
|
74286
74372
|
representationName: "Field",
|
|
74287
|
-
version: VERSION$g
|
|
74373
|
+
version: VERSION$g,
|
|
74374
|
+
ingestionTimestamp: timestamp,
|
|
74288
74375
|
},
|
|
74289
74376
|
});
|
|
74290
74377
|
}
|
|
@@ -74662,7 +74749,7 @@
|
|
|
74662
74749
|
};
|
|
74663
74750
|
}
|
|
74664
74751
|
function ingest$8(astNode, state) {
|
|
74665
|
-
const { path, data, luvio } = state;
|
|
74752
|
+
const { path, data, timestamp, luvio } = state;
|
|
74666
74753
|
const key = keyBuilder$b(luvio, path);
|
|
74667
74754
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
74668
74755
|
key,
|
|
@@ -74676,7 +74763,8 @@
|
|
|
74676
74763
|
ttl: TTL$1,
|
|
74677
74764
|
namespace: keyPrefix$1,
|
|
74678
74765
|
representationName: "RecordTypeInfo",
|
|
74679
|
-
version: VERSION$f
|
|
74766
|
+
version: VERSION$f,
|
|
74767
|
+
ingestionTimestamp: timestamp,
|
|
74680
74768
|
},
|
|
74681
74769
|
});
|
|
74682
74770
|
}
|
|
@@ -74837,7 +74925,7 @@
|
|
|
74837
74925
|
};
|
|
74838
74926
|
}
|
|
74839
74927
|
function ingest$7(astNode, state) {
|
|
74840
|
-
const { path, data, luvio } = state;
|
|
74928
|
+
const { path, data, timestamp, luvio } = state;
|
|
74841
74929
|
const key = keyBuilder$a(luvio, path);
|
|
74842
74930
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
74843
74931
|
key,
|
|
@@ -74851,7 +74939,8 @@
|
|
|
74851
74939
|
ttl: TTL$1,
|
|
74852
74940
|
namespace: keyPrefix$1,
|
|
74853
74941
|
representationName: "ThemeInfo",
|
|
74854
|
-
version: VERSION$e
|
|
74942
|
+
version: VERSION$e,
|
|
74943
|
+
ingestionTimestamp: timestamp,
|
|
74855
74944
|
},
|
|
74856
74945
|
});
|
|
74857
74946
|
}
|
|
@@ -74977,7 +75066,7 @@
|
|
|
74977
75066
|
};
|
|
74978
75067
|
}
|
|
74979
75068
|
function ingest$6(astNode, state) {
|
|
74980
|
-
const { path, data, luvio } = state;
|
|
75069
|
+
const { path, data, timestamp, luvio } = state;
|
|
74981
75070
|
const key = keyBuilder$9(luvio, path);
|
|
74982
75071
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
74983
75072
|
key,
|
|
@@ -74991,7 +75080,8 @@
|
|
|
74991
75080
|
ttl: TTL$3,
|
|
74992
75081
|
namespace: keyPrefix$1,
|
|
74993
75082
|
representationName: "ObjectInfo",
|
|
74994
|
-
version: VERSION$d
|
|
75083
|
+
version: VERSION$d,
|
|
75084
|
+
ingestionTimestamp: timestamp,
|
|
74995
75085
|
},
|
|
74996
75086
|
});
|
|
74997
75087
|
}
|
|
@@ -75381,7 +75471,7 @@
|
|
|
75381
75471
|
};
|
|
75382
75472
|
}
|
|
75383
75473
|
function ingest$5(astNode, state) {
|
|
75384
|
-
const { path, data, luvio } = state;
|
|
75474
|
+
const { path, data, timestamp, luvio } = state;
|
|
75385
75475
|
const key = keyBuilder$8(luvio, path);
|
|
75386
75476
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
75387
75477
|
key,
|
|
@@ -75395,7 +75485,8 @@
|
|
|
75395
75485
|
ttl: TTL$1,
|
|
75396
75486
|
namespace: keyPrefix$1,
|
|
75397
75487
|
representationName: "ListColumn",
|
|
75398
|
-
version: VERSION$c
|
|
75488
|
+
version: VERSION$c,
|
|
75489
|
+
ingestionTimestamp: timestamp,
|
|
75399
75490
|
},
|
|
75400
75491
|
});
|
|
75401
75492
|
}
|
|
@@ -75541,7 +75632,7 @@
|
|
|
75541
75632
|
};
|
|
75542
75633
|
}
|
|
75543
75634
|
function ingest$4(astNode, state) {
|
|
75544
|
-
const { path, data, luvio } = state;
|
|
75635
|
+
const { path, data, timestamp, luvio } = state;
|
|
75545
75636
|
const key = keyBuilder$7(luvio, path);
|
|
75546
75637
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
75547
75638
|
key,
|
|
@@ -75555,7 +75646,8 @@
|
|
|
75555
75646
|
ttl: TTL$1,
|
|
75556
75647
|
namespace: keyPrefix$1,
|
|
75557
75648
|
representationName: "ListOrder",
|
|
75558
|
-
version: VERSION$b
|
|
75649
|
+
version: VERSION$b,
|
|
75650
|
+
ingestionTimestamp: timestamp,
|
|
75559
75651
|
},
|
|
75560
75652
|
});
|
|
75561
75653
|
}
|
|
@@ -75690,7 +75782,7 @@
|
|
|
75690
75782
|
};
|
|
75691
75783
|
}
|
|
75692
75784
|
function ingest$3(astNode, state) {
|
|
75693
|
-
const { path, data, luvio } = state;
|
|
75785
|
+
const { path, data, timestamp, luvio } = state;
|
|
75694
75786
|
const key = keyBuilder$6(luvio, path);
|
|
75695
75787
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
75696
75788
|
key,
|
|
@@ -75704,7 +75796,8 @@
|
|
|
75704
75796
|
ttl: TTL$2,
|
|
75705
75797
|
namespace: keyPrefix$1,
|
|
75706
75798
|
representationName: "RelatedListInfo",
|
|
75707
|
-
version: VERSION$a
|
|
75799
|
+
version: VERSION$a,
|
|
75800
|
+
ingestionTimestamp: timestamp,
|
|
75708
75801
|
},
|
|
75709
75802
|
});
|
|
75710
75803
|
}
|
|
@@ -75926,7 +76019,7 @@
|
|
|
75926
76019
|
};
|
|
75927
76020
|
}
|
|
75928
76021
|
function ingest$2(astNode, state) {
|
|
75929
|
-
const { path, data, luvio } = state;
|
|
76022
|
+
const { path, data, timestamp, luvio } = state;
|
|
75930
76023
|
const key = keyBuilder$5(luvio, path);
|
|
75931
76024
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
75932
76025
|
key,
|
|
@@ -75940,7 +76033,8 @@
|
|
|
75940
76033
|
ttl: TTL$1,
|
|
75941
76034
|
namespace: keyPrefix$1,
|
|
75942
76035
|
representationName: "UIAPI",
|
|
75943
|
-
version: VERSION$9
|
|
76036
|
+
version: VERSION$9,
|
|
76037
|
+
ingestionTimestamp: timestamp,
|
|
75944
76038
|
},
|
|
75945
76039
|
});
|
|
75946
76040
|
}
|
|
@@ -76164,7 +76258,7 @@
|
|
|
76164
76258
|
};
|
|
76165
76259
|
}
|
|
76166
76260
|
function ingest$1(astNode, state) {
|
|
76167
|
-
const { path, data, luvio } = state;
|
|
76261
|
+
const { path, data, timestamp, luvio } = state;
|
|
76168
76262
|
const key = keyBuilder$4(luvio, astNode, state.variables, state.fragments);
|
|
76169
76263
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
76170
76264
|
key,
|
|
@@ -76178,7 +76272,8 @@
|
|
|
76178
76272
|
ttl: TTL$1,
|
|
76179
76273
|
namespace: keyPrefix$1,
|
|
76180
76274
|
representationName: "Query",
|
|
76181
|
-
version: VERSION$8
|
|
76275
|
+
version: VERSION$8,
|
|
76276
|
+
ingestionTimestamp: timestamp,
|
|
76182
76277
|
},
|
|
76183
76278
|
});
|
|
76184
76279
|
}
|
|
@@ -79361,7 +79456,7 @@
|
|
|
79361
79456
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79362
79457
|
instrument: instrument$1,
|
|
79363
79458
|
});
|
|
79364
|
-
// version: 1.266.0-
|
|
79459
|
+
// version: 1.266.0-dev8-d39b76876
|
|
79365
79460
|
|
|
79366
79461
|
// On core the unstable adapters are re-exported with different names,
|
|
79367
79462
|
// we want to match them here.
|
|
@@ -80012,6 +80107,7 @@
|
|
|
80012
80107
|
namespace: namespace,
|
|
80013
80108
|
ttl: DEFAULT_GRAPHQL_TTL,
|
|
80014
80109
|
version: GRAPHQL_INGEST_VERSION,
|
|
80110
|
+
ingestionTimestamp: timestamp,
|
|
80015
80111
|
});
|
|
80016
80112
|
}
|
|
80017
80113
|
return {
|
|
@@ -80107,6 +80203,7 @@
|
|
|
80107
80203
|
namespace: namespace,
|
|
80108
80204
|
ttl: DEFAULT_GRAPHQL_TTL,
|
|
80109
80205
|
version: GRAPHQL_INGEST_VERSION,
|
|
80206
|
+
ingestionTimestamp: timestamp,
|
|
80110
80207
|
});
|
|
80111
80208
|
return {
|
|
80112
80209
|
__ref: key,
|
|
@@ -80147,6 +80244,7 @@
|
|
|
80147
80244
|
namespace: namespace,
|
|
80148
80245
|
ttl: DEFAULT_GRAPHQL_TTL,
|
|
80149
80246
|
version: GRAPHQL_INGEST_VERSION,
|
|
80247
|
+
ingestionTimestamp: timestamp,
|
|
80150
80248
|
});
|
|
80151
80249
|
return {
|
|
80152
80250
|
__ref: key,
|
|
@@ -81612,7 +81710,7 @@
|
|
|
81612
81710
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81613
81711
|
graphQLImperative = ldsAdapter;
|
|
81614
81712
|
});
|
|
81615
|
-
// version: 1.266.0-
|
|
81713
|
+
// version: 1.266.0-dev8-d39b76876
|
|
81616
81714
|
|
|
81617
81715
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81618
81716
|
__proto__: null,
|
|
@@ -82310,7 +82408,7 @@
|
|
|
82310
82408
|
function register(r) {
|
|
82311
82409
|
callbacks$1.forEach((callback) => callback(r));
|
|
82312
82410
|
}
|
|
82313
|
-
// version: 1.266.0-
|
|
82411
|
+
// version: 1.266.0-dev8-b56c7437f
|
|
82314
82412
|
|
|
82315
82413
|
/**
|
|
82316
82414
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87233,4 +87331,4 @@
|
|
|
87233
87331
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
87234
87332
|
|
|
87235
87333
|
}));
|
|
87236
|
-
// version: 1.266.0-
|
|
87334
|
+
// version: 1.266.0-dev8-b56c7437f
|