@salesforce/lds-worker-api 1.271.0 → 1.272.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sfdc/es/ldsWorkerApi.js +1 -1
- package/dist/standalone/es/lds-worker-api.js +278 -156
- package/dist/standalone/umd/lds-worker-api.js +278 -156
- 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.
|
|
4025
|
+
// engine version: 0.154.9-68ce3623
|
|
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.
|
|
4153
|
+
// version: 1.272.0-61ac36df4
|
|
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.
|
|
15661
|
+
// version: 1.272.0-61ac36df4
|
|
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.
|
|
16586
|
+
// version: 1.272.0-61ac36df4
|
|
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.
|
|
16685
|
+
// engine version: 0.154.9-68ce3623
|
|
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
|
}
|
|
@@ -42862,7 +42873,7 @@
|
|
|
42862
42873
|
const getRelatedListRecordActions_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListRecordActions', getRelatedListRecordActionsAdapterFactory), getRelatedListRecordActionsMetadata);
|
|
42863
42874
|
const getRelatedListRecords_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListRecords', getRelatedListRecordsAdapterFactory), getRelatedListRecordsMetadata);
|
|
42864
42875
|
const getRelatedListRecordsBatch_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListRecordsBatch', getRelatedListRecordsBatchAdapterFactory), getRelatedListRecordsBatchMetadata);
|
|
42865
|
-
const getRelatedListsActions_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListsActions', getRelatedListsActionsAdapterFactory), getRelatedListsActionsMetadata);
|
|
42876
|
+
const getRelatedListsActions_ldsAdapter = createInstrumentedAdapter(createLDSAdapterWithPrediction(createLDSAdapter(luvio, 'getRelatedListsActions', getRelatedListsActionsAdapterFactory), luvio, 'getRelatedListsActions'), getRelatedListsActionsMetadata);
|
|
42866
42877
|
const getRelatedListsCount_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListsCount', getRelatedListsCountAdapterFactory), getRelatedListsCountMetadata);
|
|
42867
42878
|
const getRelatedListsInfo_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getRelatedListsInfo', getRelatedListsInfoAdapterFactory), getRelatedListsInfoMetadata);
|
|
42868
42879
|
const getSearchFilterMetadata_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getSearchFilterMetadata', getSearchFilterMetadataAdapterFactory), getSearchFilterMetadataMetadata);
|
|
@@ -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.
|
|
43163
|
+
// version: 1.272.0-579ff1ba0
|
|
43153
43164
|
|
|
43154
43165
|
var ldsIdempotencyWriteDisabled = {
|
|
43155
43166
|
isOpen: function (e) {
|
|
@@ -44059,7 +44070,7 @@
|
|
|
44059
44070
|
}
|
|
44060
44071
|
}
|
|
44061
44072
|
|
|
44062
|
-
function flushInMemoryStoreValuesToDurableStore(store, durableStore, durableStoreErrorHandler, redirects, additionalDurableStoreOperations = [], enableDurableMetadataRefresh = false) {
|
|
44073
|
+
function flushInMemoryStoreValuesToDurableStore(store, durableStore, crossEnvironmentNotifier, durableStoreErrorHandler, redirects, additionalDurableStoreOperations = [], enableDurableMetadataRefresh = false) {
|
|
44063
44074
|
const durableRecords = create$6(null);
|
|
44064
44075
|
const refreshedDurableRecords = create$6(null);
|
|
44065
44076
|
const evictedRecords = create$6(null);
|
|
@@ -44106,6 +44117,14 @@
|
|
|
44106
44117
|
entries: refreshedDurableRecords,
|
|
44107
44118
|
segment: DefaultDurableSegment,
|
|
44108
44119
|
});
|
|
44120
|
+
if (crossEnvironmentNotifier !== undefined) {
|
|
44121
|
+
crossEnvironmentNotifier.notifyCrossEnvironments({
|
|
44122
|
+
data: {
|
|
44123
|
+
refreshedDurableRecords,
|
|
44124
|
+
},
|
|
44125
|
+
type: 'Update',
|
|
44126
|
+
});
|
|
44127
|
+
}
|
|
44109
44128
|
}
|
|
44110
44129
|
// redirects
|
|
44111
44130
|
redirects.forEach((value, key) => {
|
|
@@ -44437,6 +44456,15 @@
|
|
|
44437
44456
|
}
|
|
44438
44457
|
}
|
|
44439
44458
|
});
|
|
44459
|
+
let notifier;
|
|
44460
|
+
const getCrossEnvironmentNotifier = function () {
|
|
44461
|
+
validateNotDisposed();
|
|
44462
|
+
return notifier;
|
|
44463
|
+
};
|
|
44464
|
+
const setCrossEnvironmentNotifier = function (crossEnvironmentNotifier) {
|
|
44465
|
+
validateNotDisposed();
|
|
44466
|
+
notifier = crossEnvironmentNotifier;
|
|
44467
|
+
};
|
|
44440
44468
|
const dispose = function () {
|
|
44441
44469
|
validateNotDisposed();
|
|
44442
44470
|
disposed = true;
|
|
@@ -44489,7 +44517,7 @@
|
|
|
44489
44517
|
if (stagingStore === null) {
|
|
44490
44518
|
return Promise.resolve();
|
|
44491
44519
|
}
|
|
44492
|
-
const promise = flushInMemoryStoreValuesToDurableStore(stagingStore, durableStore, durableStoreErrorHandler, new Map(pendingStoreRedirects), additionalDurableStoreOperations, enableDurableMetadataRefresh);
|
|
44520
|
+
const promise = flushInMemoryStoreValuesToDurableStore(stagingStore, durableStore, getCrossEnvironmentNotifier(), durableStoreErrorHandler, new Map(pendingStoreRedirects), additionalDurableStoreOperations, enableDurableMetadataRefresh);
|
|
44493
44521
|
pendingStoreRedirects.clear();
|
|
44494
44522
|
stagingStore = null;
|
|
44495
44523
|
return promise;
|
|
@@ -44658,6 +44686,10 @@
|
|
|
44658
44686
|
}
|
|
44659
44687
|
return {};
|
|
44660
44688
|
};
|
|
44689
|
+
const getIngestStagingStore = function () {
|
|
44690
|
+
validateNotDisposed();
|
|
44691
|
+
return stagingStore === null || stagingStore === void 0 ? void 0 : stagingStore.fallbackStringKeyInMemoryStore;
|
|
44692
|
+
};
|
|
44661
44693
|
const handleSuccessResponse = async function (ingestAndBroadcastFunc, getResponseCacheKeysFunc) {
|
|
44662
44694
|
validateNotDisposed();
|
|
44663
44695
|
const cacheKeyMap = getResponseCacheKeysFunc();
|
|
@@ -44850,10 +44882,13 @@
|
|
|
44850
44882
|
applyCachePolicy: { value: applyCachePolicy },
|
|
44851
44883
|
getIngestStagingStoreRecords: { value: getIngestStagingStoreRecords },
|
|
44852
44884
|
getIngestStagingStoreMetadata: { value: getIngestStagingStoreMetadata },
|
|
44885
|
+
getIngestStagingStore: { value: getIngestStagingStore },
|
|
44853
44886
|
handleSuccessResponse: { value: handleSuccessResponse },
|
|
44854
44887
|
handleErrorResponse: { value: handleErrorResponse },
|
|
44855
44888
|
getNotifyChangeStoreEntries: { value: getNotifyChangeStoreEntries },
|
|
44856
44889
|
notifyStoreUpdateAvailable: { value: notifyStoreUpdateAvailable },
|
|
44890
|
+
getCrossEnvironmentNotifier: { value: getCrossEnvironmentNotifier },
|
|
44891
|
+
setCrossEnvironmentNotifier: { value: setCrossEnvironmentNotifier },
|
|
44857
44892
|
});
|
|
44858
44893
|
}
|
|
44859
44894
|
|
|
@@ -54909,7 +54944,7 @@
|
|
|
54909
54944
|
function createjsonOutput(selections, jsonInput, jsonOutput) {
|
|
54910
54945
|
const keys$1 = keys$4(jsonInput);
|
|
54911
54946
|
selections.filter(isFieldNode).forEach((subSelection) => {
|
|
54912
|
-
const fieldName = subSelection.name.value;
|
|
54947
|
+
const fieldName = subSelection.alias ? subSelection.alias.value : subSelection.name.value;
|
|
54913
54948
|
if (keys$1.includes(fieldName)) {
|
|
54914
54949
|
if (isArray$2$1(jsonInput[fieldName])) {
|
|
54915
54950
|
jsonOutput[fieldName] = [];
|
|
@@ -56225,7 +56260,7 @@
|
|
|
56225
56260
|
* @param normalizedRecord Record containing normalized field links
|
|
56226
56261
|
* @param recordStore a store containing referenced record fields
|
|
56227
56262
|
*/
|
|
56228
|
-
function buildDurableRecordRepresentation(normalizedRecord, records, pendingEntries) {
|
|
56263
|
+
function buildDurableRecordRepresentation(normalizedRecord, records, pendingEntries, store) {
|
|
56229
56264
|
const fields = normalizedRecord.fields;
|
|
56230
56265
|
const filteredFields = {};
|
|
56231
56266
|
const links = {};
|
|
@@ -56252,6 +56287,19 @@
|
|
|
56252
56287
|
if (ref !== undefined) {
|
|
56253
56288
|
filteredFields[fieldName] = ref;
|
|
56254
56289
|
}
|
|
56290
|
+
else {
|
|
56291
|
+
// if we have a store to read, try to find the field there too
|
|
56292
|
+
// The durable ingest staging store may pass through to L1, and
|
|
56293
|
+
// not all fields are necessarily published every time, so it is
|
|
56294
|
+
// important to check L1 and not just the fields being published,
|
|
56295
|
+
// otherwise we risk truncating the fields on the record.
|
|
56296
|
+
if (store) {
|
|
56297
|
+
ref = store.readEntry(__ref);
|
|
56298
|
+
if (ref !== undefined) {
|
|
56299
|
+
filteredFields[fieldName] = ref;
|
|
56300
|
+
}
|
|
56301
|
+
}
|
|
56302
|
+
}
|
|
56255
56303
|
}
|
|
56256
56304
|
// we want to preserve fields that are missing nodes
|
|
56257
56305
|
if (filteredFields[fieldName] !== undefined || field.isMissing === true) {
|
|
@@ -56273,7 +56321,7 @@
|
|
|
56273
56321
|
}
|
|
56274
56322
|
return keyBuilder$20(luvio, { recordId });
|
|
56275
56323
|
}
|
|
56276
|
-
function makeRecordDenormalizingDurableStore(luvio, durableStore, getStoreRecords, getStoreMetadata) {
|
|
56324
|
+
function makeRecordDenormalizingDurableStore(luvio, durableStore, getStoreRecords, getStoreMetadata, getStore) {
|
|
56277
56325
|
const getEntries = function (entries, segment) {
|
|
56278
56326
|
// this HOF only inspects records in the default segment
|
|
56279
56327
|
if (segment !== DefaultDurableSegment) {
|
|
@@ -56341,6 +56389,7 @@
|
|
|
56341
56389
|
const putRecordViews = {};
|
|
56342
56390
|
const storeRecords = getStoreRecords !== undefined ? getStoreRecords() : {};
|
|
56343
56391
|
const storeMetadata = getStoreMetadata !== undefined ? getStoreMetadata() : {};
|
|
56392
|
+
const store = getStore();
|
|
56344
56393
|
for (let i = 0, len = keys$1.length; i < len; i++) {
|
|
56345
56394
|
const key = keys$1[i];
|
|
56346
56395
|
let value = entries[key];
|
|
@@ -56387,7 +56436,7 @@
|
|
|
56387
56436
|
metadataVersion: DURABLE_METADATA_VERSION,
|
|
56388
56437
|
};
|
|
56389
56438
|
}
|
|
56390
|
-
const denormalizedRecord = buildDurableRecordRepresentation(record, storeRecords, recordEntries);
|
|
56439
|
+
const denormalizedRecord = buildDurableRecordRepresentation(record, storeRecords, recordEntries, store);
|
|
56391
56440
|
putEntries[recordKey] = {
|
|
56392
56441
|
data: denormalizedRecord,
|
|
56393
56442
|
metadata,
|
|
@@ -60919,22 +60968,25 @@
|
|
|
60919
60968
|
const internalAdapterStore = new InMemoryStore();
|
|
60920
60969
|
let getIngestRecordsForInternalAdapters;
|
|
60921
60970
|
let getIngestMetadataForInternalAdapters;
|
|
60971
|
+
let getIngestStoreInternal;
|
|
60922
60972
|
const internalAdapterDurableStore = makeRecordDenormalizingDurableStore(lazyLuvio, lazyBaseDurableStore, () => getIngestRecordsForInternalAdapters !== undefined
|
|
60923
60973
|
? getIngestRecordsForInternalAdapters()
|
|
60924
60974
|
: {}, () => getIngestMetadataForInternalAdapters !== undefined
|
|
60925
60975
|
? getIngestMetadataForInternalAdapters()
|
|
60926
|
-
: {});
|
|
60976
|
+
: {}, () => (getIngestStoreInternal !== undefined ? getIngestStoreInternal() : undefined));
|
|
60927
60977
|
const { adapters: { getObjectInfo, getObjectInfos, getRecord, getObjectInfoDirectory }, durableEnvironment: internalAdapterDurableEnvironment, luvio: internalLuvio, } = buildInternalAdapters(internalAdapterStore, lazyNetworkAdapter, internalAdapterDurableStore, (apiName, objectInfo) => lazyObjectInfoService.ensureObjectInfoCached(apiName, objectInfo));
|
|
60928
60978
|
lazyInternalLuvio = internalLuvio;
|
|
60929
60979
|
getIngestRecordsForInternalAdapters =
|
|
60930
60980
|
internalAdapterDurableEnvironment.getIngestStagingStoreRecords;
|
|
60931
60981
|
getIngestMetadataForInternalAdapters =
|
|
60932
60982
|
internalAdapterDurableEnvironment.getIngestStagingStoreRecords;
|
|
60983
|
+
getIngestStoreInternal = internalAdapterDurableEnvironment.getIngestStagingStore;
|
|
60933
60984
|
lazyObjectInfoService = new ObjectInfoService(getObjectInfo, getObjectInfos, getObjectInfoDirectory, lazyBaseDurableStore);
|
|
60934
60985
|
// creates a durable store that denormalizes scalar fields for records
|
|
60935
60986
|
let getIngestRecords;
|
|
60936
60987
|
let getIngestMetadata;
|
|
60937
|
-
|
|
60988
|
+
let getIngestStore;
|
|
60989
|
+
const recordDenormingStore = makeRecordDenormalizingDurableStore(lazyLuvio, lazyBaseDurableStore, () => (getIngestRecords !== undefined ? getIngestRecords() : {}), () => (getIngestMetadata !== undefined ? getIngestMetadata() : {}), () => (getIngestStore !== undefined ? getIngestStore() : undefined));
|
|
60938
60990
|
const baseEnv = new Environment(store, lazyNetworkAdapter);
|
|
60939
60991
|
const gqlEnv = makeEnvironmentGraphqlAware(baseEnv);
|
|
60940
60992
|
const durableEnv = makeDurable(gqlEnv, {
|
|
@@ -60943,6 +60995,7 @@
|
|
|
60943
60995
|
});
|
|
60944
60996
|
getIngestRecords = durableEnv.getIngestStagingStoreRecords;
|
|
60945
60997
|
getIngestMetadata = durableEnv.getIngestStagingStoreMetadata;
|
|
60998
|
+
getIngestStore = durableEnv.getIngestStagingStore;
|
|
60946
60999
|
// draft queue
|
|
60947
61000
|
lazyDraftQueue = buildLdsDraftQueue(recordDenormingStore);
|
|
60948
61001
|
const draftService = new UiApiDraftRecordService(lazyDraftQueue, () => lazyLuvio, recordDenormingStore, getObjectInfo, newRecordId, userId, formatDisplayValue);
|
|
@@ -61039,7 +61092,7 @@
|
|
|
61039
61092
|
id: '@salesforce/lds-network-adapter',
|
|
61040
61093
|
instrument: instrument$2,
|
|
61041
61094
|
});
|
|
61042
|
-
// version: 1.
|
|
61095
|
+
// version: 1.272.0-61ac36df4
|
|
61043
61096
|
|
|
61044
61097
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61045
61098
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -61816,7 +61869,7 @@
|
|
|
61816
61869
|
};
|
|
61817
61870
|
}
|
|
61818
61871
|
function ingest$13(astNode, state) {
|
|
61819
|
-
const { path, data, luvio } = state;
|
|
61872
|
+
const { path, data, timestamp, luvio } = state;
|
|
61820
61873
|
const key = keyBuilder$16(luvio, path);
|
|
61821
61874
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
61822
61875
|
key,
|
|
@@ -61830,7 +61883,8 @@
|
|
|
61830
61883
|
ttl: TTL$1,
|
|
61831
61884
|
namespace: keyPrefix$1,
|
|
61832
61885
|
representationName: "DoubleValue",
|
|
61833
|
-
version: VERSION$1c
|
|
61886
|
+
version: VERSION$1c,
|
|
61887
|
+
ingestionTimestamp: timestamp,
|
|
61834
61888
|
},
|
|
61835
61889
|
});
|
|
61836
61890
|
}
|
|
@@ -61958,7 +62012,7 @@
|
|
|
61958
62012
|
};
|
|
61959
62013
|
}
|
|
61960
62014
|
function ingest$12(astNode, state) {
|
|
61961
|
-
const { path, data, luvio } = state;
|
|
62015
|
+
const { path, data, timestamp, luvio } = state;
|
|
61962
62016
|
const key = keyBuilder$15(luvio, path);
|
|
61963
62017
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
61964
62018
|
key,
|
|
@@ -61972,7 +62026,8 @@
|
|
|
61972
62026
|
ttl: TTL$1,
|
|
61973
62027
|
namespace: keyPrefix$1,
|
|
61974
62028
|
representationName: "LongValue",
|
|
61975
|
-
version: VERSION$1b
|
|
62029
|
+
version: VERSION$1b,
|
|
62030
|
+
ingestionTimestamp: timestamp,
|
|
61976
62031
|
},
|
|
61977
62032
|
});
|
|
61978
62033
|
}
|
|
@@ -62100,7 +62155,7 @@
|
|
|
62100
62155
|
};
|
|
62101
62156
|
}
|
|
62102
62157
|
function ingest$11(astNode, state) {
|
|
62103
|
-
const { path, data, luvio } = state;
|
|
62158
|
+
const { path, data, timestamp, luvio } = state;
|
|
62104
62159
|
const key = keyBuilder$14(luvio, path);
|
|
62105
62160
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
62106
62161
|
key,
|
|
@@ -62114,7 +62169,8 @@
|
|
|
62114
62169
|
ttl: TTL$1,
|
|
62115
62170
|
namespace: keyPrefix$1,
|
|
62116
62171
|
representationName: "PercentValue",
|
|
62117
|
-
version: VERSION$1a
|
|
62172
|
+
version: VERSION$1a,
|
|
62173
|
+
ingestionTimestamp: timestamp,
|
|
62118
62174
|
},
|
|
62119
62175
|
});
|
|
62120
62176
|
}
|
|
@@ -62242,7 +62298,7 @@
|
|
|
62242
62298
|
};
|
|
62243
62299
|
}
|
|
62244
62300
|
function ingest$10(astNode, state) {
|
|
62245
|
-
const { path, data, luvio } = state;
|
|
62301
|
+
const { path, data, timestamp, luvio } = state;
|
|
62246
62302
|
const key = keyBuilder$13(luvio, path);
|
|
62247
62303
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
62248
62304
|
key,
|
|
@@ -62256,7 +62312,8 @@
|
|
|
62256
62312
|
ttl: TTL$1,
|
|
62257
62313
|
namespace: keyPrefix$1,
|
|
62258
62314
|
representationName: "PercentAggregate",
|
|
62259
|
-
version: VERSION$19
|
|
62315
|
+
version: VERSION$19,
|
|
62316
|
+
ingestionTimestamp: timestamp,
|
|
62260
62317
|
},
|
|
62261
62318
|
});
|
|
62262
62319
|
}
|
|
@@ -62504,7 +62561,7 @@
|
|
|
62504
62561
|
};
|
|
62505
62562
|
}
|
|
62506
62563
|
function ingest$$(astNode, state) {
|
|
62507
|
-
const { path, data, luvio } = state;
|
|
62564
|
+
const { path, data, timestamp, luvio } = state;
|
|
62508
62565
|
const key = keyBuilder$12(luvio, path);
|
|
62509
62566
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
62510
62567
|
key,
|
|
@@ -62518,7 +62575,8 @@
|
|
|
62518
62575
|
ttl: TTL$1,
|
|
62519
62576
|
namespace: keyPrefix$1,
|
|
62520
62577
|
representationName: "IntValue",
|
|
62521
|
-
version: VERSION$18
|
|
62578
|
+
version: VERSION$18,
|
|
62579
|
+
ingestionTimestamp: timestamp,
|
|
62522
62580
|
},
|
|
62523
62581
|
});
|
|
62524
62582
|
}
|
|
@@ -62646,7 +62704,7 @@
|
|
|
62646
62704
|
};
|
|
62647
62705
|
}
|
|
62648
62706
|
function ingest$_(astNode, state) {
|
|
62649
|
-
const { path, data, luvio } = state;
|
|
62707
|
+
const { path, data, timestamp, luvio } = state;
|
|
62650
62708
|
const key = keyBuilder$11(luvio, path);
|
|
62651
62709
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
62652
62710
|
key,
|
|
@@ -62660,7 +62718,8 @@
|
|
|
62660
62718
|
ttl: TTL$1,
|
|
62661
62719
|
namespace: keyPrefix$1,
|
|
62662
62720
|
representationName: "StringValue",
|
|
62663
|
-
version: VERSION$17
|
|
62721
|
+
version: VERSION$17,
|
|
62722
|
+
ingestionTimestamp: timestamp,
|
|
62664
62723
|
},
|
|
62665
62724
|
});
|
|
62666
62725
|
}
|
|
@@ -62779,7 +62838,7 @@
|
|
|
62779
62838
|
};
|
|
62780
62839
|
}
|
|
62781
62840
|
function ingest$Z(astNode, state) {
|
|
62782
|
-
const { path, data, luvio } = state;
|
|
62841
|
+
const { path, data, timestamp, luvio } = state;
|
|
62783
62842
|
const key = keyBuilder$10(luvio, path);
|
|
62784
62843
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
62785
62844
|
key,
|
|
@@ -62793,7 +62852,8 @@
|
|
|
62793
62852
|
ttl: TTL$1,
|
|
62794
62853
|
namespace: keyPrefix$1,
|
|
62795
62854
|
representationName: "StringAggregate",
|
|
62796
|
-
version: VERSION$16
|
|
62855
|
+
version: VERSION$16,
|
|
62856
|
+
ingestionTimestamp: timestamp,
|
|
62797
62857
|
},
|
|
62798
62858
|
});
|
|
62799
62859
|
}
|
|
@@ -63021,7 +63081,7 @@
|
|
|
63021
63081
|
};
|
|
63022
63082
|
}
|
|
63023
63083
|
function ingest$Y(astNode, state) {
|
|
63024
|
-
const { path, data, luvio } = state;
|
|
63084
|
+
const { path, data, timestamp, luvio } = state;
|
|
63025
63085
|
const key = keyBuilder$$(luvio, path);
|
|
63026
63086
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63027
63087
|
key,
|
|
@@ -63035,7 +63095,8 @@
|
|
|
63035
63095
|
ttl: TTL$1,
|
|
63036
63096
|
namespace: keyPrefix$1,
|
|
63037
63097
|
representationName: "IDValue",
|
|
63038
|
-
version: VERSION$15
|
|
63098
|
+
version: VERSION$15,
|
|
63099
|
+
ingestionTimestamp: timestamp,
|
|
63039
63100
|
},
|
|
63040
63101
|
});
|
|
63041
63102
|
}
|
|
@@ -63157,7 +63218,7 @@
|
|
|
63157
63218
|
};
|
|
63158
63219
|
}
|
|
63159
63220
|
function ingest$X(astNode, state) {
|
|
63160
|
-
const { path, data, luvio } = state;
|
|
63221
|
+
const { path, data, timestamp, luvio } = state;
|
|
63161
63222
|
const key = keyBuilder$_(luvio, path);
|
|
63162
63223
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63163
63224
|
key,
|
|
@@ -63171,7 +63232,8 @@
|
|
|
63171
63232
|
ttl: TTL$1,
|
|
63172
63233
|
namespace: keyPrefix$1,
|
|
63173
63234
|
representationName: "DateTimeValue",
|
|
63174
|
-
version: VERSION$14
|
|
63235
|
+
version: VERSION$14,
|
|
63236
|
+
ingestionTimestamp: timestamp,
|
|
63175
63237
|
},
|
|
63176
63238
|
});
|
|
63177
63239
|
}
|
|
@@ -63299,7 +63361,7 @@
|
|
|
63299
63361
|
};
|
|
63300
63362
|
}
|
|
63301
63363
|
function ingest$W(astNode, state) {
|
|
63302
|
-
const { path, data, luvio } = state;
|
|
63364
|
+
const { path, data, timestamp, luvio } = state;
|
|
63303
63365
|
const key = keyBuilder$Z(luvio, path);
|
|
63304
63366
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63305
63367
|
key,
|
|
@@ -63313,7 +63375,8 @@
|
|
|
63313
63375
|
ttl: TTL$1,
|
|
63314
63376
|
namespace: keyPrefix$1,
|
|
63315
63377
|
representationName: "BooleanValue",
|
|
63316
|
-
version: VERSION$13
|
|
63378
|
+
version: VERSION$13,
|
|
63379
|
+
ingestionTimestamp: timestamp,
|
|
63317
63380
|
},
|
|
63318
63381
|
});
|
|
63319
63382
|
}
|
|
@@ -63435,7 +63498,7 @@
|
|
|
63435
63498
|
};
|
|
63436
63499
|
}
|
|
63437
63500
|
function ingest$V(astNode, state) {
|
|
63438
|
-
const { path, data, luvio } = state;
|
|
63501
|
+
const { path, data, timestamp, luvio } = state;
|
|
63439
63502
|
const key = keyBuilder$Y(luvio, path);
|
|
63440
63503
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63441
63504
|
key,
|
|
@@ -63449,7 +63512,8 @@
|
|
|
63449
63512
|
ttl: TTL$1,
|
|
63450
63513
|
namespace: keyPrefix$1,
|
|
63451
63514
|
representationName: "TimeValue",
|
|
63452
|
-
version: VERSION$12
|
|
63515
|
+
version: VERSION$12,
|
|
63516
|
+
ingestionTimestamp: timestamp,
|
|
63453
63517
|
},
|
|
63454
63518
|
});
|
|
63455
63519
|
}
|
|
@@ -63577,7 +63641,7 @@
|
|
|
63577
63641
|
};
|
|
63578
63642
|
}
|
|
63579
63643
|
function ingest$U(astNode, state) {
|
|
63580
|
-
const { path, data, luvio } = state;
|
|
63644
|
+
const { path, data, timestamp, luvio } = state;
|
|
63581
63645
|
const key = keyBuilder$X(luvio, path);
|
|
63582
63646
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63583
63647
|
key,
|
|
@@ -63591,7 +63655,8 @@
|
|
|
63591
63655
|
ttl: TTL$1,
|
|
63592
63656
|
namespace: keyPrefix$1,
|
|
63593
63657
|
representationName: "DateValue",
|
|
63594
|
-
version: VERSION$11
|
|
63658
|
+
version: VERSION$11,
|
|
63659
|
+
ingestionTimestamp: timestamp,
|
|
63595
63660
|
},
|
|
63596
63661
|
});
|
|
63597
63662
|
}
|
|
@@ -63719,7 +63784,7 @@
|
|
|
63719
63784
|
};
|
|
63720
63785
|
}
|
|
63721
63786
|
function ingest$T(astNode, state) {
|
|
63722
|
-
const { path, data, luvio } = state;
|
|
63787
|
+
const { path, data, timestamp, luvio } = state;
|
|
63723
63788
|
const key = keyBuilder$W(luvio, path);
|
|
63724
63789
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63725
63790
|
key,
|
|
@@ -63733,7 +63798,8 @@
|
|
|
63733
63798
|
ttl: TTL$1,
|
|
63734
63799
|
namespace: keyPrefix$1,
|
|
63735
63800
|
representationName: "TextAreaValue",
|
|
63736
|
-
version: VERSION$10
|
|
63801
|
+
version: VERSION$10,
|
|
63802
|
+
ingestionTimestamp: timestamp,
|
|
63737
63803
|
},
|
|
63738
63804
|
});
|
|
63739
63805
|
}
|
|
@@ -63855,7 +63921,7 @@
|
|
|
63855
63921
|
};
|
|
63856
63922
|
}
|
|
63857
63923
|
function ingest$S(astNode, state) {
|
|
63858
|
-
const { path, data, luvio } = state;
|
|
63924
|
+
const { path, data, timestamp, luvio } = state;
|
|
63859
63925
|
const key = keyBuilder$V(luvio, path);
|
|
63860
63926
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63861
63927
|
key,
|
|
@@ -63869,7 +63935,8 @@
|
|
|
63869
63935
|
ttl: TTL$1,
|
|
63870
63936
|
namespace: keyPrefix$1,
|
|
63871
63937
|
representationName: "LongTextAreaValue",
|
|
63872
|
-
version: VERSION
|
|
63938
|
+
version: VERSION$$,
|
|
63939
|
+
ingestionTimestamp: timestamp,
|
|
63873
63940
|
},
|
|
63874
63941
|
});
|
|
63875
63942
|
}
|
|
@@ -63991,7 +64058,7 @@
|
|
|
63991
64058
|
};
|
|
63992
64059
|
}
|
|
63993
64060
|
function ingest$R(astNode, state) {
|
|
63994
|
-
const { path, data, luvio } = state;
|
|
64061
|
+
const { path, data, timestamp, luvio } = state;
|
|
63995
64062
|
const key = keyBuilder$U(luvio, path);
|
|
63996
64063
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
63997
64064
|
key,
|
|
@@ -64005,7 +64072,8 @@
|
|
|
64005
64072
|
ttl: TTL$1,
|
|
64006
64073
|
namespace: keyPrefix$1,
|
|
64007
64074
|
representationName: "RichTextAreaValue",
|
|
64008
|
-
version: VERSION$_
|
|
64075
|
+
version: VERSION$_,
|
|
64076
|
+
ingestionTimestamp: timestamp,
|
|
64009
64077
|
},
|
|
64010
64078
|
});
|
|
64011
64079
|
}
|
|
@@ -64127,7 +64195,7 @@
|
|
|
64127
64195
|
};
|
|
64128
64196
|
}
|
|
64129
64197
|
function ingest$Q(astNode, state) {
|
|
64130
|
-
const { path, data, luvio } = state;
|
|
64198
|
+
const { path, data, timestamp, luvio } = state;
|
|
64131
64199
|
const key = keyBuilder$T(luvio, path);
|
|
64132
64200
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
64133
64201
|
key,
|
|
@@ -64141,7 +64209,8 @@
|
|
|
64141
64209
|
ttl: TTL$1,
|
|
64142
64210
|
namespace: keyPrefix$1,
|
|
64143
64211
|
representationName: "PhoneNumberValue",
|
|
64144
|
-
version: VERSION$Z
|
|
64212
|
+
version: VERSION$Z,
|
|
64213
|
+
ingestionTimestamp: timestamp,
|
|
64145
64214
|
},
|
|
64146
64215
|
});
|
|
64147
64216
|
}
|
|
@@ -64263,7 +64332,7 @@
|
|
|
64263
64332
|
};
|
|
64264
64333
|
}
|
|
64265
64334
|
function ingest$P(astNode, state) {
|
|
64266
|
-
const { path, data, luvio } = state;
|
|
64335
|
+
const { path, data, timestamp, luvio } = state;
|
|
64267
64336
|
const key = keyBuilder$S(luvio, path);
|
|
64268
64337
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
64269
64338
|
key,
|
|
@@ -64277,7 +64346,8 @@
|
|
|
64277
64346
|
ttl: TTL$1,
|
|
64278
64347
|
namespace: keyPrefix$1,
|
|
64279
64348
|
representationName: "EmailValue",
|
|
64280
|
-
version: VERSION$Y
|
|
64349
|
+
version: VERSION$Y,
|
|
64350
|
+
ingestionTimestamp: timestamp,
|
|
64281
64351
|
},
|
|
64282
64352
|
});
|
|
64283
64353
|
}
|
|
@@ -64399,7 +64469,7 @@
|
|
|
64399
64469
|
};
|
|
64400
64470
|
}
|
|
64401
64471
|
function ingest$O(astNode, state) {
|
|
64402
|
-
const { path, data, luvio } = state;
|
|
64472
|
+
const { path, data, timestamp, luvio } = state;
|
|
64403
64473
|
const key = keyBuilder$R(luvio, path);
|
|
64404
64474
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
64405
64475
|
key,
|
|
@@ -64413,7 +64483,8 @@
|
|
|
64413
64483
|
ttl: TTL$1,
|
|
64414
64484
|
namespace: keyPrefix$1,
|
|
64415
64485
|
representationName: "UrlValue",
|
|
64416
|
-
version: VERSION$X
|
|
64486
|
+
version: VERSION$X,
|
|
64487
|
+
ingestionTimestamp: timestamp,
|
|
64417
64488
|
},
|
|
64418
64489
|
});
|
|
64419
64490
|
}
|
|
@@ -64535,7 +64606,7 @@
|
|
|
64535
64606
|
};
|
|
64536
64607
|
}
|
|
64537
64608
|
function ingest$N(astNode, state) {
|
|
64538
|
-
const { path, data, luvio } = state;
|
|
64609
|
+
const { path, data, timestamp, luvio } = state;
|
|
64539
64610
|
const key = keyBuilder$Q(luvio, path);
|
|
64540
64611
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
64541
64612
|
key,
|
|
@@ -64549,7 +64620,8 @@
|
|
|
64549
64620
|
ttl: TTL$1,
|
|
64550
64621
|
namespace: keyPrefix$1,
|
|
64551
64622
|
representationName: "EncryptedStringValue",
|
|
64552
|
-
version: VERSION$W
|
|
64623
|
+
version: VERSION$W,
|
|
64624
|
+
ingestionTimestamp: timestamp,
|
|
64553
64625
|
},
|
|
64554
64626
|
});
|
|
64555
64627
|
}
|
|
@@ -64671,7 +64743,7 @@
|
|
|
64671
64743
|
};
|
|
64672
64744
|
}
|
|
64673
64745
|
function ingest$M(astNode, state) {
|
|
64674
|
-
const { path, data, luvio } = state;
|
|
64746
|
+
const { path, data, timestamp, luvio } = state;
|
|
64675
64747
|
const key = keyBuilder$P(luvio, path);
|
|
64676
64748
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
64677
64749
|
key,
|
|
@@ -64685,7 +64757,8 @@
|
|
|
64685
64757
|
ttl: TTL$1,
|
|
64686
64758
|
namespace: keyPrefix$1,
|
|
64687
64759
|
representationName: "CurrencyValue",
|
|
64688
|
-
version: VERSION$V
|
|
64760
|
+
version: VERSION$V,
|
|
64761
|
+
ingestionTimestamp: timestamp,
|
|
64689
64762
|
},
|
|
64690
64763
|
});
|
|
64691
64764
|
}
|
|
@@ -64813,7 +64886,7 @@
|
|
|
64813
64886
|
};
|
|
64814
64887
|
}
|
|
64815
64888
|
function ingest$L(astNode, state) {
|
|
64816
|
-
const { path, data, luvio } = state;
|
|
64889
|
+
const { path, data, timestamp, luvio } = state;
|
|
64817
64890
|
const key = keyBuilder$O(luvio, path);
|
|
64818
64891
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
64819
64892
|
key,
|
|
@@ -64827,7 +64900,8 @@
|
|
|
64827
64900
|
ttl: TTL$1,
|
|
64828
64901
|
namespace: keyPrefix$1,
|
|
64829
64902
|
representationName: "LongitudeValue",
|
|
64830
|
-
version: VERSION$U
|
|
64903
|
+
version: VERSION$U,
|
|
64904
|
+
ingestionTimestamp: timestamp,
|
|
64831
64905
|
},
|
|
64832
64906
|
});
|
|
64833
64907
|
}
|
|
@@ -64949,7 +65023,7 @@
|
|
|
64949
65023
|
};
|
|
64950
65024
|
}
|
|
64951
65025
|
function ingest$K(astNode, state) {
|
|
64952
|
-
const { path, data, luvio } = state;
|
|
65026
|
+
const { path, data, timestamp, luvio } = state;
|
|
64953
65027
|
const key = keyBuilder$N(luvio, path);
|
|
64954
65028
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
64955
65029
|
key,
|
|
@@ -64963,7 +65037,8 @@
|
|
|
64963
65037
|
ttl: TTL$1,
|
|
64964
65038
|
namespace: keyPrefix$1,
|
|
64965
65039
|
representationName: "LatitudeValue",
|
|
64966
|
-
version: VERSION$T
|
|
65040
|
+
version: VERSION$T,
|
|
65041
|
+
ingestionTimestamp: timestamp,
|
|
64967
65042
|
},
|
|
64968
65043
|
});
|
|
64969
65044
|
}
|
|
@@ -65085,7 +65160,7 @@
|
|
|
65085
65160
|
};
|
|
65086
65161
|
}
|
|
65087
65162
|
function ingest$J(astNode, state) {
|
|
65088
|
-
const { path, data, luvio } = state;
|
|
65163
|
+
const { path, data, timestamp, luvio } = state;
|
|
65089
65164
|
const key = keyBuilder$M(luvio, path);
|
|
65090
65165
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
65091
65166
|
key,
|
|
@@ -65099,7 +65174,8 @@
|
|
|
65099
65174
|
ttl: TTL$1,
|
|
65100
65175
|
namespace: keyPrefix$1,
|
|
65101
65176
|
representationName: "PicklistValue",
|
|
65102
|
-
version: VERSION$S
|
|
65177
|
+
version: VERSION$S,
|
|
65178
|
+
ingestionTimestamp: timestamp,
|
|
65103
65179
|
},
|
|
65104
65180
|
});
|
|
65105
65181
|
}
|
|
@@ -65227,7 +65303,7 @@
|
|
|
65227
65303
|
};
|
|
65228
65304
|
}
|
|
65229
65305
|
function ingest$I(astNode, state) {
|
|
65230
|
-
const { path, data, luvio } = state;
|
|
65306
|
+
const { path, data, timestamp, luvio } = state;
|
|
65231
65307
|
const key = keyBuilder$L(luvio, path);
|
|
65232
65308
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
65233
65309
|
key,
|
|
@@ -65241,7 +65317,8 @@
|
|
|
65241
65317
|
ttl: TTL$1,
|
|
65242
65318
|
namespace: keyPrefix$1,
|
|
65243
65319
|
representationName: "MultiPicklistValue",
|
|
65244
|
-
version: VERSION$R
|
|
65320
|
+
version: VERSION$R,
|
|
65321
|
+
ingestionTimestamp: timestamp,
|
|
65245
65322
|
},
|
|
65246
65323
|
});
|
|
65247
65324
|
}
|
|
@@ -65369,7 +65446,7 @@
|
|
|
65369
65446
|
};
|
|
65370
65447
|
}
|
|
65371
65448
|
function ingest$H(astNode, state) {
|
|
65372
|
-
const { path, data, luvio } = state;
|
|
65449
|
+
const { path, data, timestamp, luvio } = state;
|
|
65373
65450
|
const key = keyBuilder$K(luvio, path);
|
|
65374
65451
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
65375
65452
|
key,
|
|
@@ -65383,7 +65460,8 @@
|
|
|
65383
65460
|
ttl: TTL$1,
|
|
65384
65461
|
namespace: keyPrefix$1,
|
|
65385
65462
|
representationName: "Base64Value",
|
|
65386
|
-
version: VERSION$Q
|
|
65463
|
+
version: VERSION$Q,
|
|
65464
|
+
ingestionTimestamp: timestamp,
|
|
65387
65465
|
},
|
|
65388
65466
|
});
|
|
65389
65467
|
}
|
|
@@ -65505,7 +65583,7 @@
|
|
|
65505
65583
|
};
|
|
65506
65584
|
}
|
|
65507
65585
|
function ingest$G(astNode, state) {
|
|
65508
|
-
const { path, data, luvio } = state;
|
|
65586
|
+
const { path, data, timestamp, luvio } = state;
|
|
65509
65587
|
const key = keyBuilder$J(luvio, path);
|
|
65510
65588
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
65511
65589
|
key,
|
|
@@ -65519,7 +65597,8 @@
|
|
|
65519
65597
|
ttl: TTL$1,
|
|
65520
65598
|
namespace: keyPrefix$1,
|
|
65521
65599
|
representationName: "JSONValue",
|
|
65522
|
-
version: VERSION$P
|
|
65600
|
+
version: VERSION$P,
|
|
65601
|
+
ingestionTimestamp: timestamp,
|
|
65523
65602
|
},
|
|
65524
65603
|
});
|
|
65525
65604
|
}
|
|
@@ -66117,7 +66196,7 @@
|
|
|
66117
66196
|
};
|
|
66118
66197
|
}
|
|
66119
66198
|
function ingest$E(astNode, state) {
|
|
66120
|
-
const { path, data, luvio } = state;
|
|
66199
|
+
const { path, data, timestamp, luvio } = state;
|
|
66121
66200
|
const key = keyBuilder$H(luvio, path);
|
|
66122
66201
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
66123
66202
|
key,
|
|
@@ -66131,7 +66210,8 @@
|
|
|
66131
66210
|
ttl: TTL$1,
|
|
66132
66211
|
namespace: keyPrefix$1,
|
|
66133
66212
|
representationName: "CompoundField",
|
|
66134
|
-
version: VERSION$L
|
|
66213
|
+
version: VERSION$L,
|
|
66214
|
+
ingestionTimestamp: timestamp,
|
|
66135
66215
|
},
|
|
66136
66216
|
});
|
|
66137
66217
|
}
|
|
@@ -67117,7 +67197,7 @@
|
|
|
67117
67197
|
};
|
|
67118
67198
|
}
|
|
67119
67199
|
function ingest$D(astNode, state) {
|
|
67120
|
-
const { path, data, luvio } = state;
|
|
67200
|
+
const { path, data, timestamp, luvio } = state;
|
|
67121
67201
|
const key = keyBuilder$G(luvio, path);
|
|
67122
67202
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
67123
67203
|
key,
|
|
@@ -67131,7 +67211,8 @@
|
|
|
67131
67211
|
ttl: TTL$1,
|
|
67132
67212
|
namespace: keyPrefix$1,
|
|
67133
67213
|
representationName: "PageInfo",
|
|
67134
|
-
version: VERSION$K
|
|
67214
|
+
version: VERSION$K,
|
|
67215
|
+
ingestionTimestamp: timestamp,
|
|
67135
67216
|
},
|
|
67136
67217
|
});
|
|
67137
67218
|
}
|
|
@@ -67333,7 +67414,7 @@
|
|
|
67333
67414
|
};
|
|
67334
67415
|
}
|
|
67335
67416
|
function ingest$C(astNode, state) {
|
|
67336
|
-
const { path, data, luvio } = state;
|
|
67417
|
+
const { path, data, timestamp, luvio } = state;
|
|
67337
67418
|
const key = keyBuilder$F(luvio, path, data);
|
|
67338
67419
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
67339
67420
|
key,
|
|
@@ -67350,7 +67431,8 @@
|
|
|
67350
67431
|
ttl: TTL$1,
|
|
67351
67432
|
namespace: keyPrefix$1,
|
|
67352
67433
|
representationName: "RecordRepresentation",
|
|
67353
|
-
version: VERSION$J
|
|
67434
|
+
version: VERSION$J,
|
|
67435
|
+
ingestionTimestamp: timestamp,
|
|
67354
67436
|
},
|
|
67355
67437
|
});
|
|
67356
67438
|
}
|
|
@@ -67872,7 +67954,7 @@
|
|
|
67872
67954
|
};
|
|
67873
67955
|
}
|
|
67874
67956
|
function ingest$B(astNode, state) {
|
|
67875
|
-
const { path, data, luvio } = state;
|
|
67957
|
+
const { path, data, timestamp, luvio } = state;
|
|
67876
67958
|
const key = keyBuilder$E(luvio, path);
|
|
67877
67959
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
67878
67960
|
key,
|
|
@@ -67886,7 +67968,8 @@
|
|
|
67886
67968
|
ttl: TTL$1,
|
|
67887
67969
|
namespace: keyPrefix$1,
|
|
67888
67970
|
representationName: "RecordEdge",
|
|
67889
|
-
version: VERSION$I
|
|
67971
|
+
version: VERSION$I,
|
|
67972
|
+
ingestionTimestamp: timestamp,
|
|
67890
67973
|
},
|
|
67891
67974
|
});
|
|
67892
67975
|
}
|
|
@@ -68091,7 +68174,7 @@
|
|
|
68091
68174
|
}
|
|
68092
68175
|
}
|
|
68093
68176
|
function ingest$A(astNode, state) {
|
|
68094
|
-
const { path, data, luvio } = state;
|
|
68177
|
+
const { path, data, timestamp, luvio } = state;
|
|
68095
68178
|
const key = keyBuilder$D(luvio, path);
|
|
68096
68179
|
return ingestCursorConnectionType(astNode, state, {
|
|
68097
68180
|
key,
|
|
@@ -68107,7 +68190,8 @@
|
|
|
68107
68190
|
ttl: TTL$4,
|
|
68108
68191
|
namespace: keyPrefix$1,
|
|
68109
68192
|
representationName: "RecordConnection",
|
|
68110
|
-
version: VERSION$H
|
|
68193
|
+
version: VERSION$H,
|
|
68194
|
+
ingestionTimestamp: timestamp,
|
|
68111
68195
|
},
|
|
68112
68196
|
});
|
|
68113
68197
|
}
|
|
@@ -68276,7 +68360,7 @@
|
|
|
68276
68360
|
};
|
|
68277
68361
|
}
|
|
68278
68362
|
function ingest$z(astNode, state) {
|
|
68279
|
-
const { path, data, luvio } = state;
|
|
68363
|
+
const { path, data, timestamp, luvio } = state;
|
|
68280
68364
|
const key = keyBuilder$C(luvio, path);
|
|
68281
68365
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
68282
68366
|
key,
|
|
@@ -68290,7 +68374,8 @@
|
|
|
68290
68374
|
ttl: TTL$1,
|
|
68291
68375
|
namespace: keyPrefix$1,
|
|
68292
68376
|
representationName: "RecordQuery",
|
|
68293
|
-
version: VERSION$G
|
|
68377
|
+
version: VERSION$G,
|
|
68378
|
+
ingestionTimestamp: timestamp,
|
|
68294
68379
|
},
|
|
68295
68380
|
});
|
|
68296
68381
|
}
|
|
@@ -68420,7 +68505,7 @@
|
|
|
68420
68505
|
};
|
|
68421
68506
|
}
|
|
68422
68507
|
function ingest$y(astNode, state) {
|
|
68423
|
-
const { path, data, luvio } = state;
|
|
68508
|
+
const { path, data, timestamp, luvio } = state;
|
|
68424
68509
|
const key = keyBuilder$B(luvio, path);
|
|
68425
68510
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
68426
68511
|
key,
|
|
@@ -68434,7 +68519,8 @@
|
|
|
68434
68519
|
ttl: TTL$1,
|
|
68435
68520
|
namespace: keyPrefix$1,
|
|
68436
68521
|
representationName: "BooleanAggregate",
|
|
68437
|
-
version: VERSION$F
|
|
68522
|
+
version: VERSION$F,
|
|
68523
|
+
ingestionTimestamp: timestamp,
|
|
68438
68524
|
},
|
|
68439
68525
|
});
|
|
68440
68526
|
}
|
|
@@ -68603,7 +68689,7 @@
|
|
|
68603
68689
|
};
|
|
68604
68690
|
}
|
|
68605
68691
|
function ingest$x(astNode, state) {
|
|
68606
|
-
const { path, data, luvio } = state;
|
|
68692
|
+
const { path, data, timestamp, luvio } = state;
|
|
68607
68693
|
const key = keyBuilder$A(luvio, path);
|
|
68608
68694
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
68609
68695
|
key,
|
|
@@ -68617,7 +68703,8 @@
|
|
|
68617
68703
|
ttl: TTL$1,
|
|
68618
68704
|
namespace: keyPrefix$1,
|
|
68619
68705
|
representationName: "CurrencyAggregate",
|
|
68620
|
-
version: VERSION$E
|
|
68706
|
+
version: VERSION$E,
|
|
68707
|
+
ingestionTimestamp: timestamp,
|
|
68621
68708
|
},
|
|
68622
68709
|
});
|
|
68623
68710
|
}
|
|
@@ -68865,7 +68952,7 @@
|
|
|
68865
68952
|
};
|
|
68866
68953
|
}
|
|
68867
68954
|
function ingest$w(astNode, state) {
|
|
68868
|
-
const { path, data, luvio } = state;
|
|
68955
|
+
const { path, data, timestamp, luvio } = state;
|
|
68869
68956
|
const key = keyBuilder$z(luvio, path);
|
|
68870
68957
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
68871
68958
|
key,
|
|
@@ -68879,7 +68966,8 @@
|
|
|
68879
68966
|
ttl: TTL$1,
|
|
68880
68967
|
namespace: keyPrefix$1,
|
|
68881
68968
|
representationName: "DateFunctionAggregation",
|
|
68882
|
-
version: VERSION$D
|
|
68969
|
+
version: VERSION$D,
|
|
68970
|
+
ingestionTimestamp: timestamp,
|
|
68883
68971
|
},
|
|
68884
68972
|
});
|
|
68885
68973
|
}
|
|
@@ -69013,7 +69101,7 @@
|
|
|
69013
69101
|
};
|
|
69014
69102
|
}
|
|
69015
69103
|
function ingest$v(astNode, state) {
|
|
69016
|
-
const { path, data, luvio } = state;
|
|
69104
|
+
const { path, data, timestamp, luvio } = state;
|
|
69017
69105
|
const key = keyBuilder$y(luvio, path);
|
|
69018
69106
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
69019
69107
|
key,
|
|
@@ -69027,7 +69115,8 @@
|
|
|
69027
69115
|
ttl: TTL$1,
|
|
69028
69116
|
namespace: keyPrefix$1,
|
|
69029
69117
|
representationName: "DateAggregate",
|
|
69030
|
-
version: VERSION$C
|
|
69118
|
+
version: VERSION$C,
|
|
69119
|
+
ingestionTimestamp: timestamp,
|
|
69031
69120
|
},
|
|
69032
69121
|
});
|
|
69033
69122
|
}
|
|
@@ -69394,7 +69483,7 @@
|
|
|
69394
69483
|
};
|
|
69395
69484
|
}
|
|
69396
69485
|
function ingest$u(astNode, state) {
|
|
69397
|
-
const { path, data, luvio } = state;
|
|
69486
|
+
const { path, data, timestamp, luvio } = state;
|
|
69398
69487
|
const key = keyBuilder$x(luvio, path);
|
|
69399
69488
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
69400
69489
|
key,
|
|
@@ -69408,7 +69497,8 @@
|
|
|
69408
69497
|
ttl: TTL$1,
|
|
69409
69498
|
namespace: keyPrefix$1,
|
|
69410
69499
|
representationName: "DoubleAggregate",
|
|
69411
|
-
version: VERSION$B
|
|
69500
|
+
version: VERSION$B,
|
|
69501
|
+
ingestionTimestamp: timestamp,
|
|
69412
69502
|
},
|
|
69413
69503
|
});
|
|
69414
69504
|
}
|
|
@@ -69647,7 +69737,7 @@
|
|
|
69647
69737
|
};
|
|
69648
69738
|
}
|
|
69649
69739
|
function ingest$t(astNode, state) {
|
|
69650
|
-
const { path, data, luvio } = state;
|
|
69740
|
+
const { path, data, timestamp, luvio } = state;
|
|
69651
69741
|
const key = keyBuilder$w(luvio, path);
|
|
69652
69742
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
69653
69743
|
key,
|
|
@@ -69661,7 +69751,8 @@
|
|
|
69661
69751
|
ttl: TTL$1,
|
|
69662
69752
|
namespace: keyPrefix$1,
|
|
69663
69753
|
representationName: "EmailAggregate",
|
|
69664
|
-
version: VERSION$A
|
|
69754
|
+
version: VERSION$A,
|
|
69755
|
+
ingestionTimestamp: timestamp,
|
|
69665
69756
|
},
|
|
69666
69757
|
});
|
|
69667
69758
|
}
|
|
@@ -69892,7 +69983,7 @@
|
|
|
69892
69983
|
};
|
|
69893
69984
|
}
|
|
69894
69985
|
function ingest$s(astNode, state) {
|
|
69895
|
-
const { path, data, luvio } = state;
|
|
69986
|
+
const { path, data, timestamp, luvio } = state;
|
|
69896
69987
|
const key = keyBuilder$v(luvio, path);
|
|
69897
69988
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
69898
69989
|
key,
|
|
@@ -69906,7 +69997,8 @@
|
|
|
69906
69997
|
ttl: TTL$1,
|
|
69907
69998
|
namespace: keyPrefix$1,
|
|
69908
69999
|
representationName: "IDAggregate",
|
|
69909
|
-
version: VERSION$z
|
|
70000
|
+
version: VERSION$z,
|
|
70001
|
+
ingestionTimestamp: timestamp,
|
|
69910
70002
|
},
|
|
69911
70003
|
});
|
|
69912
70004
|
}
|
|
@@ -70137,7 +70229,7 @@
|
|
|
70137
70229
|
};
|
|
70138
70230
|
}
|
|
70139
70231
|
function ingest$r(astNode, state) {
|
|
70140
|
-
const { path, data, luvio } = state;
|
|
70232
|
+
const { path, data, timestamp, luvio } = state;
|
|
70141
70233
|
const key = keyBuilder$u(luvio, path);
|
|
70142
70234
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
70143
70235
|
key,
|
|
@@ -70151,7 +70243,8 @@
|
|
|
70151
70243
|
ttl: TTL$1,
|
|
70152
70244
|
namespace: keyPrefix$1,
|
|
70153
70245
|
representationName: "IntAggregate",
|
|
70154
|
-
version: VERSION$y
|
|
70246
|
+
version: VERSION$y,
|
|
70247
|
+
ingestionTimestamp: timestamp,
|
|
70155
70248
|
},
|
|
70156
70249
|
});
|
|
70157
70250
|
}
|
|
@@ -70410,7 +70503,7 @@
|
|
|
70410
70503
|
};
|
|
70411
70504
|
}
|
|
70412
70505
|
function ingest$q(astNode, state) {
|
|
70413
|
-
const { path, data, luvio } = state;
|
|
70506
|
+
const { path, data, timestamp, luvio } = state;
|
|
70414
70507
|
const key = keyBuilder$t(luvio, path);
|
|
70415
70508
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
70416
70509
|
key,
|
|
@@ -70424,7 +70517,8 @@
|
|
|
70424
70517
|
ttl: TTL$1,
|
|
70425
70518
|
namespace: keyPrefix$1,
|
|
70426
70519
|
representationName: "LatitudeAggregate",
|
|
70427
|
-
version: VERSION$x
|
|
70520
|
+
version: VERSION$x,
|
|
70521
|
+
ingestionTimestamp: timestamp,
|
|
70428
70522
|
},
|
|
70429
70523
|
});
|
|
70430
70524
|
}
|
|
@@ -70666,7 +70760,7 @@
|
|
|
70666
70760
|
};
|
|
70667
70761
|
}
|
|
70668
70762
|
function ingest$p(astNode, state) {
|
|
70669
|
-
const { path, data, luvio } = state;
|
|
70763
|
+
const { path, data, timestamp, luvio } = state;
|
|
70670
70764
|
const key = keyBuilder$s(luvio, path);
|
|
70671
70765
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
70672
70766
|
key,
|
|
@@ -70680,7 +70774,8 @@
|
|
|
70680
70774
|
ttl: TTL$1,
|
|
70681
70775
|
namespace: keyPrefix$1,
|
|
70682
70776
|
representationName: "LongitudeAggregate",
|
|
70683
|
-
version: VERSION$w
|
|
70777
|
+
version: VERSION$w,
|
|
70778
|
+
ingestionTimestamp: timestamp,
|
|
70684
70779
|
},
|
|
70685
70780
|
});
|
|
70686
70781
|
}
|
|
@@ -70922,7 +71017,7 @@
|
|
|
70922
71017
|
};
|
|
70923
71018
|
}
|
|
70924
71019
|
function ingest$o(astNode, state) {
|
|
70925
|
-
const { path, data, luvio } = state;
|
|
71020
|
+
const { path, data, timestamp, luvio } = state;
|
|
70926
71021
|
const key = keyBuilder$r(luvio, path);
|
|
70927
71022
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
70928
71023
|
key,
|
|
@@ -70936,7 +71031,8 @@
|
|
|
70936
71031
|
ttl: TTL$1,
|
|
70937
71032
|
namespace: keyPrefix$1,
|
|
70938
71033
|
representationName: "LongAggregate",
|
|
70939
|
-
version: VERSION$v
|
|
71034
|
+
version: VERSION$v,
|
|
71035
|
+
ingestionTimestamp: timestamp,
|
|
70940
71036
|
},
|
|
70941
71037
|
});
|
|
70942
71038
|
}
|
|
@@ -71195,7 +71291,7 @@
|
|
|
71195
71291
|
};
|
|
71196
71292
|
}
|
|
71197
71293
|
function ingest$n(astNode, state) {
|
|
71198
|
-
const { path, data, luvio } = state;
|
|
71294
|
+
const { path, data, timestamp, luvio } = state;
|
|
71199
71295
|
const key = keyBuilder$q(luvio, path);
|
|
71200
71296
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
71201
71297
|
key,
|
|
@@ -71209,7 +71305,8 @@
|
|
|
71209
71305
|
ttl: TTL$1,
|
|
71210
71306
|
namespace: keyPrefix$1,
|
|
71211
71307
|
representationName: "PhoneNumberAggregate",
|
|
71212
|
-
version: VERSION$u
|
|
71308
|
+
version: VERSION$u,
|
|
71309
|
+
ingestionTimestamp: timestamp,
|
|
71213
71310
|
},
|
|
71214
71311
|
});
|
|
71215
71312
|
}
|
|
@@ -71440,7 +71537,7 @@
|
|
|
71440
71537
|
};
|
|
71441
71538
|
}
|
|
71442
71539
|
function ingest$m(astNode, state) {
|
|
71443
|
-
const { path, data, luvio } = state;
|
|
71540
|
+
const { path, data, timestamp, luvio } = state;
|
|
71444
71541
|
const key = keyBuilder$p(luvio, path);
|
|
71445
71542
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
71446
71543
|
key,
|
|
@@ -71454,7 +71551,8 @@
|
|
|
71454
71551
|
ttl: TTL$1,
|
|
71455
71552
|
namespace: keyPrefix$1,
|
|
71456
71553
|
representationName: "PicklistAggregate",
|
|
71457
|
-
version: VERSION$t
|
|
71554
|
+
version: VERSION$t,
|
|
71555
|
+
ingestionTimestamp: timestamp,
|
|
71458
71556
|
},
|
|
71459
71557
|
});
|
|
71460
71558
|
}
|
|
@@ -71691,7 +71789,7 @@
|
|
|
71691
71789
|
};
|
|
71692
71790
|
}
|
|
71693
71791
|
function ingest$l(astNode, state) {
|
|
71694
|
-
const { path, data, luvio } = state;
|
|
71792
|
+
const { path, data, timestamp, luvio } = state;
|
|
71695
71793
|
const key = keyBuilder$o(luvio, path);
|
|
71696
71794
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
71697
71795
|
key,
|
|
@@ -71705,7 +71803,8 @@
|
|
|
71705
71803
|
ttl: TTL$1,
|
|
71706
71804
|
namespace: keyPrefix$1,
|
|
71707
71805
|
representationName: "TextAreaAggregate",
|
|
71708
|
-
version: VERSION$s
|
|
71806
|
+
version: VERSION$s,
|
|
71807
|
+
ingestionTimestamp: timestamp,
|
|
71709
71808
|
},
|
|
71710
71809
|
});
|
|
71711
71810
|
}
|
|
@@ -71936,7 +72035,7 @@
|
|
|
71936
72035
|
};
|
|
71937
72036
|
}
|
|
71938
72037
|
function ingest$k(astNode, state) {
|
|
71939
|
-
const { path, data, luvio } = state;
|
|
72038
|
+
const { path, data, timestamp, luvio } = state;
|
|
71940
72039
|
const key = keyBuilder$n(luvio, path);
|
|
71941
72040
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
71942
72041
|
key,
|
|
@@ -71950,7 +72049,8 @@
|
|
|
71950
72049
|
ttl: TTL$1,
|
|
71951
72050
|
namespace: keyPrefix$1,
|
|
71952
72051
|
representationName: "TimeAggregate",
|
|
71953
|
-
version: VERSION$r
|
|
72052
|
+
version: VERSION$r,
|
|
72053
|
+
ingestionTimestamp: timestamp,
|
|
71954
72054
|
},
|
|
71955
72055
|
});
|
|
71956
72056
|
}
|
|
@@ -72125,7 +72225,7 @@
|
|
|
72125
72225
|
};
|
|
72126
72226
|
}
|
|
72127
72227
|
function ingest$j(astNode, state) {
|
|
72128
|
-
const { path, data, luvio } = state;
|
|
72228
|
+
const { path, data, timestamp, luvio } = state;
|
|
72129
72229
|
const key = keyBuilder$m(luvio, path);
|
|
72130
72230
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
72131
72231
|
key,
|
|
@@ -72139,7 +72239,8 @@
|
|
|
72139
72239
|
ttl: TTL$1,
|
|
72140
72240
|
namespace: keyPrefix$1,
|
|
72141
72241
|
representationName: "UrlAggregate",
|
|
72142
|
-
version: VERSION$q
|
|
72242
|
+
version: VERSION$q,
|
|
72243
|
+
ingestionTimestamp: timestamp,
|
|
72143
72244
|
},
|
|
72144
72245
|
});
|
|
72145
72246
|
}
|
|
@@ -72493,7 +72594,7 @@
|
|
|
72493
72594
|
};
|
|
72494
72595
|
}
|
|
72495
72596
|
function ingest$i(astNode, state) {
|
|
72496
|
-
const { path, data, luvio } = state;
|
|
72597
|
+
const { path, data, timestamp, luvio } = state;
|
|
72497
72598
|
const key = keyBuilder$l(luvio, path);
|
|
72498
72599
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
72499
72600
|
key,
|
|
@@ -72507,7 +72608,8 @@
|
|
|
72507
72608
|
ttl: TTL$1,
|
|
72508
72609
|
namespace: keyPrefix$1,
|
|
72509
72610
|
representationName: "RecordAggregate",
|
|
72510
|
-
version: VERSION$p
|
|
72611
|
+
version: VERSION$p,
|
|
72612
|
+
ingestionTimestamp: timestamp,
|
|
72511
72613
|
},
|
|
72512
72614
|
});
|
|
72513
72615
|
}
|
|
@@ -72861,7 +72963,7 @@
|
|
|
72861
72963
|
};
|
|
72862
72964
|
}
|
|
72863
72965
|
function ingest$h(astNode, state) {
|
|
72864
|
-
const { path, data, luvio } = state;
|
|
72966
|
+
const { path, data, timestamp, luvio } = state;
|
|
72865
72967
|
const key = keyBuilder$k(luvio, path);
|
|
72866
72968
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
72867
72969
|
key,
|
|
@@ -72875,7 +72977,8 @@
|
|
|
72875
72977
|
ttl: TTL$1,
|
|
72876
72978
|
namespace: keyPrefix$1,
|
|
72877
72979
|
representationName: "RecordResult",
|
|
72878
|
-
version: VERSION$o
|
|
72980
|
+
version: VERSION$o,
|
|
72981
|
+
ingestionTimestamp: timestamp,
|
|
72879
72982
|
},
|
|
72880
72983
|
});
|
|
72881
72984
|
}
|
|
@@ -73023,7 +73126,7 @@
|
|
|
73023
73126
|
};
|
|
73024
73127
|
}
|
|
73025
73128
|
function ingest$g(astNode, state) {
|
|
73026
|
-
const { path, data, luvio } = state;
|
|
73129
|
+
const { path, data, timestamp, luvio } = state;
|
|
73027
73130
|
const key = keyBuilder$j(luvio, path);
|
|
73028
73131
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
73029
73132
|
key,
|
|
@@ -73037,7 +73140,8 @@
|
|
|
73037
73140
|
ttl: TTL$1,
|
|
73038
73141
|
namespace: keyPrefix$1,
|
|
73039
73142
|
representationName: "RecordAggregateEdge",
|
|
73040
|
-
version: VERSION$n
|
|
73143
|
+
version: VERSION$n,
|
|
73144
|
+
ingestionTimestamp: timestamp,
|
|
73041
73145
|
},
|
|
73042
73146
|
});
|
|
73043
73147
|
}
|
|
@@ -73241,7 +73345,7 @@
|
|
|
73241
73345
|
}
|
|
73242
73346
|
}
|
|
73243
73347
|
function ingest$f(astNode, state) {
|
|
73244
|
-
const { path, data, luvio } = state;
|
|
73348
|
+
const { path, data, timestamp, luvio } = state;
|
|
73245
73349
|
const key = keyBuilder$i(luvio, path);
|
|
73246
73350
|
return ingestCursorConnectionType(astNode, state, {
|
|
73247
73351
|
key,
|
|
@@ -73257,7 +73361,8 @@
|
|
|
73257
73361
|
ttl: TTL$1,
|
|
73258
73362
|
namespace: keyPrefix$1,
|
|
73259
73363
|
representationName: "RecordAggregateConnection",
|
|
73260
|
-
version: VERSION$m
|
|
73364
|
+
version: VERSION$m,
|
|
73365
|
+
ingestionTimestamp: timestamp,
|
|
73261
73366
|
},
|
|
73262
73367
|
});
|
|
73263
73368
|
}
|
|
@@ -73474,7 +73579,7 @@
|
|
|
73474
73579
|
};
|
|
73475
73580
|
}
|
|
73476
73581
|
function ingest$e(astNode, state) {
|
|
73477
|
-
const { path, data, luvio } = state;
|
|
73582
|
+
const { path, data, timestamp, luvio } = state;
|
|
73478
73583
|
const key = keyBuilder$h(luvio, path);
|
|
73479
73584
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
73480
73585
|
key,
|
|
@@ -73488,7 +73593,8 @@
|
|
|
73488
73593
|
ttl: TTL$1,
|
|
73489
73594
|
namespace: keyPrefix$1,
|
|
73490
73595
|
representationName: "RecordQueryAggregate",
|
|
73491
|
-
version: VERSION$l
|
|
73596
|
+
version: VERSION$l,
|
|
73597
|
+
ingestionTimestamp: timestamp,
|
|
73492
73598
|
},
|
|
73493
73599
|
});
|
|
73494
73600
|
}
|
|
@@ -73618,7 +73724,7 @@
|
|
|
73618
73724
|
};
|
|
73619
73725
|
}
|
|
73620
73726
|
function ingest$d(astNode, state) {
|
|
73621
|
-
const { path, data, luvio } = state;
|
|
73727
|
+
const { path, data, timestamp, luvio } = state;
|
|
73622
73728
|
const key = keyBuilder$g(luvio, path);
|
|
73623
73729
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
73624
73730
|
key,
|
|
@@ -73632,7 +73738,8 @@
|
|
|
73632
73738
|
ttl: TTL$1,
|
|
73633
73739
|
namespace: keyPrefix$1,
|
|
73634
73740
|
representationName: "ChildRelationship",
|
|
73635
|
-
version: VERSION$k
|
|
73741
|
+
version: VERSION$k,
|
|
73742
|
+
ingestionTimestamp: timestamp,
|
|
73636
73743
|
},
|
|
73637
73744
|
});
|
|
73638
73745
|
}
|
|
@@ -73810,7 +73917,7 @@
|
|
|
73810
73917
|
};
|
|
73811
73918
|
}
|
|
73812
73919
|
function ingest$c(astNode, state) {
|
|
73813
|
-
const { path, data, luvio } = state;
|
|
73920
|
+
const { path, data, timestamp, luvio } = state;
|
|
73814
73921
|
const key = keyBuilder$f(luvio, path);
|
|
73815
73922
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
73816
73923
|
key,
|
|
@@ -73824,7 +73931,8 @@
|
|
|
73824
73931
|
ttl: TTL$1,
|
|
73825
73932
|
namespace: keyPrefix$1,
|
|
73826
73933
|
representationName: "DependentField",
|
|
73827
|
-
version: VERSION$j
|
|
73934
|
+
version: VERSION$j,
|
|
73935
|
+
ingestionTimestamp: timestamp,
|
|
73828
73936
|
},
|
|
73829
73937
|
});
|
|
73830
73938
|
}
|
|
@@ -73949,7 +74057,7 @@
|
|
|
73949
74057
|
};
|
|
73950
74058
|
}
|
|
73951
74059
|
function ingest$b(astNode, state) {
|
|
73952
|
-
const { path, data, luvio } = state;
|
|
74060
|
+
const { path, data, timestamp, luvio } = state;
|
|
73953
74061
|
const key = keyBuilder$e(luvio, path);
|
|
73954
74062
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
73955
74063
|
key,
|
|
@@ -73963,7 +74071,8 @@
|
|
|
73963
74071
|
ttl: TTL$1,
|
|
73964
74072
|
namespace: keyPrefix$1,
|
|
73965
74073
|
representationName: "FilteredLookupInfo",
|
|
73966
|
-
version: VERSION$i
|
|
74074
|
+
version: VERSION$i,
|
|
74075
|
+
ingestionTimestamp: timestamp,
|
|
73967
74076
|
},
|
|
73968
74077
|
});
|
|
73969
74078
|
}
|
|
@@ -74103,7 +74212,7 @@
|
|
|
74103
74212
|
};
|
|
74104
74213
|
}
|
|
74105
74214
|
function ingest$a(astNode, state) {
|
|
74106
|
-
const { path, data, luvio } = state;
|
|
74215
|
+
const { path, data, timestamp, luvio } = state;
|
|
74107
74216
|
const key = keyBuilder$d(luvio, path);
|
|
74108
74217
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
74109
74218
|
key,
|
|
@@ -74117,7 +74226,8 @@
|
|
|
74117
74226
|
ttl: TTL$1,
|
|
74118
74227
|
namespace: keyPrefix$1,
|
|
74119
74228
|
representationName: "ReferenceToInfo",
|
|
74120
|
-
version: VERSION$h
|
|
74229
|
+
version: VERSION$h,
|
|
74230
|
+
ingestionTimestamp: timestamp,
|
|
74121
74231
|
},
|
|
74122
74232
|
});
|
|
74123
74233
|
}
|
|
@@ -74277,7 +74387,7 @@
|
|
|
74277
74387
|
};
|
|
74278
74388
|
}
|
|
74279
74389
|
function ingest$9(astNode, state) {
|
|
74280
|
-
const { path, data, luvio } = state;
|
|
74390
|
+
const { path, data, timestamp, luvio } = state;
|
|
74281
74391
|
const key = keyBuilder$c(luvio, path);
|
|
74282
74392
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
74283
74393
|
key,
|
|
@@ -74291,7 +74401,8 @@
|
|
|
74291
74401
|
ttl: TTL$1,
|
|
74292
74402
|
namespace: keyPrefix$1,
|
|
74293
74403
|
representationName: "Field",
|
|
74294
|
-
version: VERSION$g
|
|
74404
|
+
version: VERSION$g,
|
|
74405
|
+
ingestionTimestamp: timestamp,
|
|
74295
74406
|
},
|
|
74296
74407
|
});
|
|
74297
74408
|
}
|
|
@@ -74669,7 +74780,7 @@
|
|
|
74669
74780
|
};
|
|
74670
74781
|
}
|
|
74671
74782
|
function ingest$8(astNode, state) {
|
|
74672
|
-
const { path, data, luvio } = state;
|
|
74783
|
+
const { path, data, timestamp, luvio } = state;
|
|
74673
74784
|
const key = keyBuilder$b(luvio, path);
|
|
74674
74785
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
74675
74786
|
key,
|
|
@@ -74683,7 +74794,8 @@
|
|
|
74683
74794
|
ttl: TTL$1,
|
|
74684
74795
|
namespace: keyPrefix$1,
|
|
74685
74796
|
representationName: "RecordTypeInfo",
|
|
74686
|
-
version: VERSION$f
|
|
74797
|
+
version: VERSION$f,
|
|
74798
|
+
ingestionTimestamp: timestamp,
|
|
74687
74799
|
},
|
|
74688
74800
|
});
|
|
74689
74801
|
}
|
|
@@ -74844,7 +74956,7 @@
|
|
|
74844
74956
|
};
|
|
74845
74957
|
}
|
|
74846
74958
|
function ingest$7(astNode, state) {
|
|
74847
|
-
const { path, data, luvio } = state;
|
|
74959
|
+
const { path, data, timestamp, luvio } = state;
|
|
74848
74960
|
const key = keyBuilder$a(luvio, path);
|
|
74849
74961
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
74850
74962
|
key,
|
|
@@ -74858,7 +74970,8 @@
|
|
|
74858
74970
|
ttl: TTL$1,
|
|
74859
74971
|
namespace: keyPrefix$1,
|
|
74860
74972
|
representationName: "ThemeInfo",
|
|
74861
|
-
version: VERSION$e
|
|
74973
|
+
version: VERSION$e,
|
|
74974
|
+
ingestionTimestamp: timestamp,
|
|
74862
74975
|
},
|
|
74863
74976
|
});
|
|
74864
74977
|
}
|
|
@@ -74984,7 +75097,7 @@
|
|
|
74984
75097
|
};
|
|
74985
75098
|
}
|
|
74986
75099
|
function ingest$6(astNode, state) {
|
|
74987
|
-
const { path, data, luvio } = state;
|
|
75100
|
+
const { path, data, timestamp, luvio } = state;
|
|
74988
75101
|
const key = keyBuilder$9(luvio, path);
|
|
74989
75102
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
74990
75103
|
key,
|
|
@@ -74998,7 +75111,8 @@
|
|
|
74998
75111
|
ttl: TTL$3,
|
|
74999
75112
|
namespace: keyPrefix$1,
|
|
75000
75113
|
representationName: "ObjectInfo",
|
|
75001
|
-
version: VERSION$d
|
|
75114
|
+
version: VERSION$d,
|
|
75115
|
+
ingestionTimestamp: timestamp,
|
|
75002
75116
|
},
|
|
75003
75117
|
});
|
|
75004
75118
|
}
|
|
@@ -75388,7 +75502,7 @@
|
|
|
75388
75502
|
};
|
|
75389
75503
|
}
|
|
75390
75504
|
function ingest$5(astNode, state) {
|
|
75391
|
-
const { path, data, luvio } = state;
|
|
75505
|
+
const { path, data, timestamp, luvio } = state;
|
|
75392
75506
|
const key = keyBuilder$8(luvio, path);
|
|
75393
75507
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
75394
75508
|
key,
|
|
@@ -75402,7 +75516,8 @@
|
|
|
75402
75516
|
ttl: TTL$1,
|
|
75403
75517
|
namespace: keyPrefix$1,
|
|
75404
75518
|
representationName: "ListColumn",
|
|
75405
|
-
version: VERSION$c
|
|
75519
|
+
version: VERSION$c,
|
|
75520
|
+
ingestionTimestamp: timestamp,
|
|
75406
75521
|
},
|
|
75407
75522
|
});
|
|
75408
75523
|
}
|
|
@@ -75548,7 +75663,7 @@
|
|
|
75548
75663
|
};
|
|
75549
75664
|
}
|
|
75550
75665
|
function ingest$4(astNode, state) {
|
|
75551
|
-
const { path, data, luvio } = state;
|
|
75666
|
+
const { path, data, timestamp, luvio } = state;
|
|
75552
75667
|
const key = keyBuilder$7(luvio, path);
|
|
75553
75668
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
75554
75669
|
key,
|
|
@@ -75562,7 +75677,8 @@
|
|
|
75562
75677
|
ttl: TTL$1,
|
|
75563
75678
|
namespace: keyPrefix$1,
|
|
75564
75679
|
representationName: "ListOrder",
|
|
75565
|
-
version: VERSION$b
|
|
75680
|
+
version: VERSION$b,
|
|
75681
|
+
ingestionTimestamp: timestamp,
|
|
75566
75682
|
},
|
|
75567
75683
|
});
|
|
75568
75684
|
}
|
|
@@ -75697,7 +75813,7 @@
|
|
|
75697
75813
|
};
|
|
75698
75814
|
}
|
|
75699
75815
|
function ingest$3(astNode, state) {
|
|
75700
|
-
const { path, data, luvio } = state;
|
|
75816
|
+
const { path, data, timestamp, luvio } = state;
|
|
75701
75817
|
const key = keyBuilder$6(luvio, path);
|
|
75702
75818
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
75703
75819
|
key,
|
|
@@ -75711,7 +75827,8 @@
|
|
|
75711
75827
|
ttl: TTL$2,
|
|
75712
75828
|
namespace: keyPrefix$1,
|
|
75713
75829
|
representationName: "RelatedListInfo",
|
|
75714
|
-
version: VERSION$a
|
|
75830
|
+
version: VERSION$a,
|
|
75831
|
+
ingestionTimestamp: timestamp,
|
|
75715
75832
|
},
|
|
75716
75833
|
});
|
|
75717
75834
|
}
|
|
@@ -75933,7 +76050,7 @@
|
|
|
75933
76050
|
};
|
|
75934
76051
|
}
|
|
75935
76052
|
function ingest$2(astNode, state) {
|
|
75936
|
-
const { path, data, luvio } = state;
|
|
76053
|
+
const { path, data, timestamp, luvio } = state;
|
|
75937
76054
|
const key = keyBuilder$5(luvio, path);
|
|
75938
76055
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
75939
76056
|
key,
|
|
@@ -75947,7 +76064,8 @@
|
|
|
75947
76064
|
ttl: TTL$1,
|
|
75948
76065
|
namespace: keyPrefix$1,
|
|
75949
76066
|
representationName: "UIAPI",
|
|
75950
|
-
version: VERSION$9
|
|
76067
|
+
version: VERSION$9,
|
|
76068
|
+
ingestionTimestamp: timestamp,
|
|
75951
76069
|
},
|
|
75952
76070
|
});
|
|
75953
76071
|
}
|
|
@@ -76171,7 +76289,7 @@
|
|
|
76171
76289
|
};
|
|
76172
76290
|
}
|
|
76173
76291
|
function ingest$1(astNode, state) {
|
|
76174
|
-
const { path, data, luvio } = state;
|
|
76292
|
+
const { path, data, timestamp, luvio } = state;
|
|
76175
76293
|
const key = keyBuilder$4(luvio, astNode, state.variables, state.fragments);
|
|
76176
76294
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
76177
76295
|
key,
|
|
@@ -76185,7 +76303,8 @@
|
|
|
76185
76303
|
ttl: TTL$1,
|
|
76186
76304
|
namespace: keyPrefix$1,
|
|
76187
76305
|
representationName: "Query",
|
|
76188
|
-
version: VERSION$8
|
|
76306
|
+
version: VERSION$8,
|
|
76307
|
+
ingestionTimestamp: timestamp,
|
|
76189
76308
|
},
|
|
76190
76309
|
});
|
|
76191
76310
|
}
|
|
@@ -79368,7 +79487,7 @@
|
|
|
79368
79487
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79369
79488
|
instrument: instrument$1,
|
|
79370
79489
|
});
|
|
79371
|
-
// version: 1.
|
|
79490
|
+
// version: 1.272.0-579ff1ba0
|
|
79372
79491
|
|
|
79373
79492
|
// On core the unstable adapters are re-exported with different names,
|
|
79374
79493
|
// we want to match them here.
|
|
@@ -80019,6 +80138,7 @@
|
|
|
80019
80138
|
namespace: namespace,
|
|
80020
80139
|
ttl: DEFAULT_GRAPHQL_TTL,
|
|
80021
80140
|
version: GRAPHQL_INGEST_VERSION,
|
|
80141
|
+
ingestionTimestamp: timestamp,
|
|
80022
80142
|
});
|
|
80023
80143
|
}
|
|
80024
80144
|
return {
|
|
@@ -80114,6 +80234,7 @@
|
|
|
80114
80234
|
namespace: namespace,
|
|
80115
80235
|
ttl: DEFAULT_GRAPHQL_TTL,
|
|
80116
80236
|
version: GRAPHQL_INGEST_VERSION,
|
|
80237
|
+
ingestionTimestamp: timestamp,
|
|
80117
80238
|
});
|
|
80118
80239
|
return {
|
|
80119
80240
|
__ref: key,
|
|
@@ -80154,6 +80275,7 @@
|
|
|
80154
80275
|
namespace: namespace,
|
|
80155
80276
|
ttl: DEFAULT_GRAPHQL_TTL,
|
|
80156
80277
|
version: GRAPHQL_INGEST_VERSION,
|
|
80278
|
+
ingestionTimestamp: timestamp,
|
|
80157
80279
|
});
|
|
80158
80280
|
return {
|
|
80159
80281
|
__ref: key,
|
|
@@ -81619,7 +81741,7 @@
|
|
|
81619
81741
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81620
81742
|
graphQLImperative = ldsAdapter;
|
|
81621
81743
|
});
|
|
81622
|
-
// version: 1.
|
|
81744
|
+
// version: 1.272.0-579ff1ba0
|
|
81623
81745
|
|
|
81624
81746
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81625
81747
|
__proto__: null,
|
|
@@ -82317,7 +82439,7 @@
|
|
|
82317
82439
|
function register(r) {
|
|
82318
82440
|
callbacks$1.forEach((callback) => callback(r));
|
|
82319
82441
|
}
|
|
82320
|
-
// version: 1.
|
|
82442
|
+
// version: 1.272.0-61ac36df4
|
|
82321
82443
|
|
|
82322
82444
|
/**
|
|
82323
82445
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87240,4 +87362,4 @@
|
|
|
87240
87362
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
87241
87363
|
|
|
87242
87364
|
}));
|
|
87243
|
-
// version: 1.
|
|
87365
|
+
// version: 1.272.0-61ac36df4
|