@salesforce/lwc-adapters-uiapi 1.266.0-dev2 → 1.266.0-dev20
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/main.js +536 -391
- package/package.json +4 -4
package/dist/main.js
CHANGED
|
@@ -24,7 +24,9 @@ const WeakSetCtor = WeakSet;
|
|
|
24
24
|
const deeplyFrozen = new WeakSetCtor();
|
|
25
25
|
function deepFreeze(value) {
|
|
26
26
|
// No need to freeze primitives or already frozen stuff
|
|
27
|
-
if (typeof value !== 'object' ||
|
|
27
|
+
if (typeof value !== 'object' ||
|
|
28
|
+
value === null ||
|
|
29
|
+
deeplyFrozen.has(value)) {
|
|
28
30
|
return;
|
|
29
31
|
}
|
|
30
32
|
deeplyFrozen.add(value);
|
|
@@ -522,6 +524,7 @@ function ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normal
|
|
|
522
524
|
namespace,
|
|
523
525
|
version,
|
|
524
526
|
representationName,
|
|
527
|
+
ingestionTimestamp: timestamp,
|
|
525
528
|
};
|
|
526
529
|
luvio.publishStoreMetadata(key, storeMetadataParams);
|
|
527
530
|
}
|
|
@@ -569,7 +572,7 @@ function createResourceParamsImpl(config, configMetadata) {
|
|
|
569
572
|
}
|
|
570
573
|
return resourceParams;
|
|
571
574
|
}
|
|
572
|
-
// engine version: 0.154.
|
|
575
|
+
// engine version: 0.154.7-dev8-fca5df34
|
|
573
576
|
|
|
574
577
|
/**
|
|
575
578
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -7857,7 +7860,7 @@ function assignMetadataLink(entry, metadataKey) {
|
|
|
7857
7860
|
}
|
|
7858
7861
|
|
|
7859
7862
|
const VERSION$2v = "623aa9ce3a11031e35faf5671a41746e";
|
|
7860
|
-
function validate$
|
|
7863
|
+
function validate$23(obj, path = 'ListFilterByInfoRepresentation') {
|
|
7861
7864
|
const v_error = (() => {
|
|
7862
7865
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7863
7866
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7920,7 +7923,7 @@ const select$37 = function ListFilterByInfoRepresentationSelect() {
|
|
|
7920
7923
|
};
|
|
7921
7924
|
|
|
7922
7925
|
const VERSION$2u = "f98dc7dec10408a9648ef8e5b37002a3";
|
|
7923
|
-
function validate$
|
|
7926
|
+
function validate$22(obj, path = 'ListInlineEditDetailsRepresentation') {
|
|
7924
7927
|
const v_error = (() => {
|
|
7925
7928
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7926
7929
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7999,7 +8002,7 @@ const select$36 = function ListInlineEditDetailsRepresentationSelect() {
|
|
|
7999
8002
|
};
|
|
8000
8003
|
|
|
8001
8004
|
const VERSION$2t = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
8002
|
-
function validate$
|
|
8005
|
+
function validate$21(obj, path = 'ListReferenceRepresentation') {
|
|
8003
8006
|
const v_error = (() => {
|
|
8004
8007
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8005
8008
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8119,7 +8122,7 @@ function equals$18(existing, incoming) {
|
|
|
8119
8122
|
}
|
|
8120
8123
|
|
|
8121
8124
|
const VERSION$2s = "f1519bef57e70ab7c5ef160dc5ff0c47";
|
|
8122
|
-
function validate$
|
|
8125
|
+
function validate$20(obj, path = 'ListInfoShareRepresentation') {
|
|
8123
8126
|
const v_error = (() => {
|
|
8124
8127
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8125
8128
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8156,7 +8159,7 @@ const select$34 = function ListInfoShareRepresentationSelect() {
|
|
|
8156
8159
|
};
|
|
8157
8160
|
|
|
8158
8161
|
const VERSION$2r = "561657f32721ec1dac1601575b029640";
|
|
8159
|
-
function validate$
|
|
8162
|
+
function validate$1$(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
8160
8163
|
const v_error = (() => {
|
|
8161
8164
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8162
8165
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8174,7 +8177,7 @@ function validate$1_(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
|
8174
8177
|
for (let i = 0; i < obj_shares.length; i++) {
|
|
8175
8178
|
const obj_shares_item = obj_shares[i];
|
|
8176
8179
|
const path_shares_item = path_shares + '[' + i + ']';
|
|
8177
|
-
const referencepath_shares_itemValidationError = validate$
|
|
8180
|
+
const referencepath_shares_itemValidationError = validate$20(obj_shares_item, path_shares_item);
|
|
8178
8181
|
if (referencepath_shares_itemValidationError !== null) {
|
|
8179
8182
|
let message = 'Object doesn\'t match ListInfoShareRepresentation (at "' + path_shares_item + '")\n';
|
|
8180
8183
|
message += referencepath_shares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8206,7 +8209,7 @@ const select$33 = function ListInfoShareCategoryRepresentationSelect() {
|
|
|
8206
8209
|
};
|
|
8207
8210
|
|
|
8208
8211
|
const VERSION$2q = "32def9b631252c12b91a8209c1f49f5a";
|
|
8209
|
-
function validate$
|
|
8212
|
+
function validate$1_(obj, path = 'ListOrderByInfoRepresentation') {
|
|
8210
8213
|
const v_error = (() => {
|
|
8211
8214
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8212
8215
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8291,7 +8294,7 @@ function equals$17(existing, incoming) {
|
|
|
8291
8294
|
}
|
|
8292
8295
|
|
|
8293
8296
|
const VERSION$2p = "2634258f216db34315c06d759a35676d";
|
|
8294
|
-
function validate$
|
|
8297
|
+
function validate$1Z(obj, path = 'ListScopeEntityRepresentation') {
|
|
8295
8298
|
const v_error = (() => {
|
|
8296
8299
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8297
8300
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8328,7 +8331,7 @@ const select$31 = function ListScopeEntityRepresentationSelect() {
|
|
|
8328
8331
|
};
|
|
8329
8332
|
|
|
8330
8333
|
const VERSION$2o = "3b85c5a08d50ce328481b9f8ab56127b";
|
|
8331
|
-
function validate$
|
|
8334
|
+
function validate$1Y(obj, path = 'ListScopeRelatedEntityRepresentation') {
|
|
8332
8335
|
const v_error = (() => {
|
|
8333
8336
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8334
8337
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8374,7 +8377,7 @@ const select$30 = function ListScopeRelatedEntityRepresentationSelect() {
|
|
|
8374
8377
|
};
|
|
8375
8378
|
|
|
8376
8379
|
const VERSION$2n = "2fe9814e7124b47f59da585483c1b3f9";
|
|
8377
|
-
function validate$
|
|
8380
|
+
function validate$1X(obj, path = 'ListScopeRepresentation') {
|
|
8378
8381
|
const v_error = (() => {
|
|
8379
8382
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8380
8383
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8388,7 +8391,7 @@ function validate$1W(obj, path = 'ListScopeRepresentation') {
|
|
|
8388
8391
|
const path_entity = path + '.entity';
|
|
8389
8392
|
let obj_entity_union0 = null;
|
|
8390
8393
|
const obj_entity_union0_error = (() => {
|
|
8391
|
-
const referencepath_entityValidationError = validate$
|
|
8394
|
+
const referencepath_entityValidationError = validate$1Z(obj_entity, path_entity);
|
|
8392
8395
|
if (referencepath_entityValidationError !== null) {
|
|
8393
8396
|
let message = 'Object doesn\'t match ListScopeEntityRepresentation (at "' + path_entity + '")\n';
|
|
8394
8397
|
message += referencepath_entityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8443,7 +8446,7 @@ function validate$1W(obj, path = 'ListScopeRepresentation') {
|
|
|
8443
8446
|
const path_relatedEntity = path + '.relatedEntity';
|
|
8444
8447
|
let obj_relatedEntity_union0 = null;
|
|
8445
8448
|
const obj_relatedEntity_union0_error = (() => {
|
|
8446
|
-
const referencepath_relatedEntityValidationError = validate$
|
|
8449
|
+
const referencepath_relatedEntityValidationError = validate$1Y(obj_relatedEntity, path_relatedEntity);
|
|
8447
8450
|
if (referencepath_relatedEntityValidationError !== null) {
|
|
8448
8451
|
let message = 'Object doesn\'t match ListScopeRelatedEntityRepresentation (at "' + path_relatedEntity + '")\n';
|
|
8449
8452
|
message += referencepath_relatedEntityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8504,7 +8507,7 @@ const select$2$ = function ListScopeRepresentationSelect() {
|
|
|
8504
8507
|
};
|
|
8505
8508
|
|
|
8506
8509
|
const VERSION$2m = "6506134f4d72fdfa349fe60ef1af2413";
|
|
8507
|
-
function validate$
|
|
8510
|
+
function validate$1W(obj, path = 'ListUserPreferenceRepresentation') {
|
|
8508
8511
|
const v_error = (() => {
|
|
8509
8512
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8510
8513
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8560,7 +8563,7 @@ const select$2_ = function ListUserPreferenceRepresentationSelect() {
|
|
|
8560
8563
|
};
|
|
8561
8564
|
};
|
|
8562
8565
|
|
|
8563
|
-
function validate$
|
|
8566
|
+
function validate$1V(obj, path = 'ListColumnInlineEditAttributesRepresentation') {
|
|
8564
8567
|
const v_error = (() => {
|
|
8565
8568
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8566
8569
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8579,7 +8582,7 @@ function validate$1U(obj, path = 'ListColumnInlineEditAttributesRepresentation')
|
|
|
8579
8582
|
return v_error === undefined ? null : v_error;
|
|
8580
8583
|
}
|
|
8581
8584
|
|
|
8582
|
-
function validate$
|
|
8585
|
+
function validate$1U(obj, path = 'ListColumnInlineEditAttributesRepresentationWrapper') {
|
|
8583
8586
|
const v_error = (() => {
|
|
8584
8587
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8585
8588
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8589,7 +8592,7 @@ function validate$1T(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
8589
8592
|
const key = obj_keys[i];
|
|
8590
8593
|
const obj_prop = obj[key];
|
|
8591
8594
|
const path_prop = path + '["' + key + '"]';
|
|
8592
|
-
const referencepath_propValidationError = validate$
|
|
8595
|
+
const referencepath_propValidationError = validate$1V(obj_prop, path_prop);
|
|
8593
8596
|
if (referencepath_propValidationError !== null) {
|
|
8594
8597
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentation (at "' + path_prop + '")\n';
|
|
8595
8598
|
message += referencepath_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8601,7 +8604,7 @@ function validate$1T(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
8601
8604
|
}
|
|
8602
8605
|
|
|
8603
8606
|
const VERSION$2l = "8aff6b0baf2e60a237e860236c4e1b70";
|
|
8604
|
-
function validate$
|
|
8607
|
+
function validate$1T(obj, path = 'ListColumnRepresentation') {
|
|
8605
8608
|
const v_error = (() => {
|
|
8606
8609
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8607
8610
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8616,7 +8619,7 @@ function validate$1S(obj, path = 'ListColumnRepresentation') {
|
|
|
8616
8619
|
const path_inlineEditAttributes = path + '.inlineEditAttributes';
|
|
8617
8620
|
let obj_inlineEditAttributes_union0 = null;
|
|
8618
8621
|
const obj_inlineEditAttributes_union0_error = (() => {
|
|
8619
|
-
const referencepath_inlineEditAttributesValidationError = validate$
|
|
8622
|
+
const referencepath_inlineEditAttributesValidationError = validate$1U(obj_inlineEditAttributes, path_inlineEditAttributes);
|
|
8620
8623
|
if (referencepath_inlineEditAttributesValidationError !== null) {
|
|
8621
8624
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentationWrapper (at "' + path_inlineEditAttributes + '")\n';
|
|
8622
8625
|
message += referencepath_inlineEditAttributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8708,7 +8711,7 @@ function equals$16(existing, incoming) {
|
|
|
8708
8711
|
}
|
|
8709
8712
|
const ingest$1X = function ListColumnRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8710
8713
|
if (process.env.NODE_ENV !== 'production') {
|
|
8711
|
-
const validateError = validate$
|
|
8714
|
+
const validateError = validate$1T(input);
|
|
8712
8715
|
if (validateError !== null) {
|
|
8713
8716
|
throw validateError;
|
|
8714
8717
|
}
|
|
@@ -8730,7 +8733,7 @@ function getTypeCacheKeys$1$(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
8730
8733
|
|
|
8731
8734
|
const TTL$F = 900000;
|
|
8732
8735
|
const VERSION$2k = "178c8b58f78e2720fe8846a667c7b294";
|
|
8733
|
-
function validate$
|
|
8736
|
+
function validate$1S(obj, path = 'ListInfoRepresentation') {
|
|
8734
8737
|
const v_error = (() => {
|
|
8735
8738
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8736
8739
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8801,7 +8804,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
8801
8804
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
8802
8805
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
8803
8806
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
8804
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
8807
|
+
const referencepath_filteredByInfo_itemValidationError = validate$23(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
8805
8808
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
8806
8809
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
8807
8810
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8813,7 +8816,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
8813
8816
|
const path_inlineEditDetails = path + '.inlineEditDetails';
|
|
8814
8817
|
let obj_inlineEditDetails_union0 = null;
|
|
8815
8818
|
const obj_inlineEditDetails_union0_error = (() => {
|
|
8816
|
-
const referencepath_inlineEditDetailsValidationError = validate$
|
|
8819
|
+
const referencepath_inlineEditDetailsValidationError = validate$22(obj_inlineEditDetails, path_inlineEditDetails);
|
|
8817
8820
|
if (referencepath_inlineEditDetailsValidationError !== null) {
|
|
8818
8821
|
let message = 'Object doesn\'t match ListInlineEditDetailsRepresentation (at "' + path_inlineEditDetails + '")\n';
|
|
8819
8822
|
message += referencepath_inlineEditDetailsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8867,7 +8870,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
8867
8870
|
}
|
|
8868
8871
|
const obj_listReference = obj.listReference;
|
|
8869
8872
|
const path_listReference = path + '.listReference';
|
|
8870
|
-
const referencepath_listReferenceValidationError = validate$
|
|
8873
|
+
const referencepath_listReferenceValidationError = validate$21(obj_listReference, path_listReference);
|
|
8871
8874
|
if (referencepath_listReferenceValidationError !== null) {
|
|
8872
8875
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
8873
8876
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8882,7 +8885,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
8882
8885
|
for (let i = 0; i < obj_listShares.length; i++) {
|
|
8883
8886
|
const obj_listShares_item = obj_listShares[i];
|
|
8884
8887
|
const path_listShares_item = path_listShares + '[' + i + ']';
|
|
8885
|
-
const referencepath_listShares_itemValidationError = validate$
|
|
8888
|
+
const referencepath_listShares_itemValidationError = validate$1$(obj_listShares_item, path_listShares_item);
|
|
8886
8889
|
if (referencepath_listShares_itemValidationError !== null) {
|
|
8887
8890
|
let message = 'Object doesn\'t match ListInfoShareCategoryRepresentation (at "' + path_listShares_item + '")\n';
|
|
8888
8891
|
message += referencepath_listShares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8912,7 +8915,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
8912
8915
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
8913
8916
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
8914
8917
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
8915
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
8918
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1_(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
8916
8919
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
8917
8920
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
8918
8921
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8924,7 +8927,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
8924
8927
|
const path_scope = path + '.scope';
|
|
8925
8928
|
let obj_scope_union0 = null;
|
|
8926
8929
|
const obj_scope_union0_error = (() => {
|
|
8927
|
-
const referencepath_scopeValidationError = validate$
|
|
8930
|
+
const referencepath_scopeValidationError = validate$1X(obj_scope, path_scope);
|
|
8928
8931
|
if (referencepath_scopeValidationError !== null) {
|
|
8929
8932
|
let message = 'Object doesn\'t match ListScopeRepresentation (at "' + path_scope + '")\n';
|
|
8930
8933
|
message += referencepath_scopeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8964,7 +8967,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
8964
8967
|
}
|
|
8965
8968
|
const obj_userPreferences = obj.userPreferences;
|
|
8966
8969
|
const path_userPreferences = path + '.userPreferences';
|
|
8967
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
8970
|
+
const referencepath_userPreferencesValidationError = validate$1W(obj_userPreferences, path_userPreferences);
|
|
8968
8971
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
8969
8972
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
8970
8973
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9132,7 +9135,7 @@ function equals$15(existing, incoming) {
|
|
|
9132
9135
|
}
|
|
9133
9136
|
const ingest$1W = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9134
9137
|
if (process.env.NODE_ENV !== 'production') {
|
|
9135
|
-
const validateError = validate$
|
|
9138
|
+
const validateError = validate$1S(input);
|
|
9136
9139
|
if (validateError !== null) {
|
|
9137
9140
|
throw validateError;
|
|
9138
9141
|
}
|
|
@@ -9202,7 +9205,7 @@ function toSortedStringArray(value) {
|
|
|
9202
9205
|
}
|
|
9203
9206
|
|
|
9204
9207
|
const VERSION$2j = "d1e589a127fb1060c89070cdb6f500b2";
|
|
9205
|
-
function validate$
|
|
9208
|
+
function validate$1R(obj, path = 'RecordTypeInfoRepresentation') {
|
|
9206
9209
|
const v_error = (() => {
|
|
9207
9210
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9208
9211
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9294,7 +9297,7 @@ function equals$14(existing, incoming) {
|
|
|
9294
9297
|
}
|
|
9295
9298
|
|
|
9296
9299
|
const VERSION$2i = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
9297
|
-
function validate$
|
|
9300
|
+
function validate$1Q(obj, path = 'FieldValueRepresentation') {
|
|
9298
9301
|
const v_error = (() => {
|
|
9299
9302
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9300
9303
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9441,7 +9444,7 @@ function equals$13(existing, incoming) {
|
|
|
9441
9444
|
}
|
|
9442
9445
|
const ingest$1V = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9443
9446
|
if (process.env.NODE_ENV !== 'production') {
|
|
9444
|
-
const validateError = validate$
|
|
9447
|
+
const validateError = validate$1Q(input);
|
|
9445
9448
|
if (validateError !== null) {
|
|
9446
9449
|
throw validateError;
|
|
9447
9450
|
}
|
|
@@ -9492,7 +9495,7 @@ const getTypeCacheKeys$1Y = (rootKeySet, luvio, input, _fullPathFactory) => {
|
|
|
9492
9495
|
|
|
9493
9496
|
const TTL$E = 120000;
|
|
9494
9497
|
const VERSION$2h = "79cb5ac9f44542f683d00245fdfe500d";
|
|
9495
|
-
function validate$
|
|
9498
|
+
function validate$1P(obj, path = 'RecordCollectionRepresentation') {
|
|
9496
9499
|
const v_error = (() => {
|
|
9497
9500
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9498
9501
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9765,7 +9768,7 @@ function equals$12(existing, incoming) {
|
|
|
9765
9768
|
}
|
|
9766
9769
|
const ingest$1U = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9767
9770
|
if (process.env.NODE_ENV !== 'production') {
|
|
9768
|
-
const validateError = validate$
|
|
9771
|
+
const validateError = validate$1P(input);
|
|
9769
9772
|
if (validateError !== null) {
|
|
9770
9773
|
throw validateError;
|
|
9771
9774
|
}
|
|
@@ -9801,7 +9804,7 @@ const keyBuilderFromType$B = function RecordRepresentationKeyBuilderFromType(luv
|
|
|
9801
9804
|
|
|
9802
9805
|
const TTL$D = 30000;
|
|
9803
9806
|
const VERSION$2g = "98c5b18512e48ca8d28727549507e4ba";
|
|
9804
|
-
function validate$
|
|
9807
|
+
function validate$1O(obj, path = 'RecordRepresentation') {
|
|
9805
9808
|
const v_error = (() => {
|
|
9806
9809
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9807
9810
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9931,7 +9934,7 @@ function validate$1N(obj, path = 'RecordRepresentation') {
|
|
|
9931
9934
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
9932
9935
|
let obj_recordTypeInfo_union0 = null;
|
|
9933
9936
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
9934
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
9937
|
+
const referencepath_recordTypeInfoValidationError = validate$1R(obj_recordTypeInfo, path_recordTypeInfo);
|
|
9935
9938
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
9936
9939
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
9937
9940
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12763,7 +12766,7 @@ function normalize$P(input, existing, path, luvio, store, timestamp, fieldsTrie,
|
|
|
12763
12766
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
12764
12767
|
return (input, path, luvio, store, timestamp) => {
|
|
12765
12768
|
if (process.env.NODE_ENV !== 'production') {
|
|
12766
|
-
const validateError = validate$
|
|
12769
|
+
const validateError = validate$1Q(input);
|
|
12767
12770
|
if (validateError !== null) {
|
|
12768
12771
|
throw validateError;
|
|
12769
12772
|
}
|
|
@@ -12856,7 +12859,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
12856
12859
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
12857
12860
|
return (input, path, luvio, store, timestamp) => {
|
|
12858
12861
|
if (process.env.NODE_ENV !== 'production') {
|
|
12859
|
-
const validateError = validate$
|
|
12862
|
+
const validateError = validate$1O(input);
|
|
12860
12863
|
if (validateError !== null) {
|
|
12861
12864
|
throw validateError;
|
|
12862
12865
|
}
|
|
@@ -12885,6 +12888,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
12885
12888
|
representationName: RepresentationType$X,
|
|
12886
12889
|
namespace: keyPrefix,
|
|
12887
12890
|
version: VERSION$2g,
|
|
12891
|
+
ingestionTimestamp: timestamp,
|
|
12888
12892
|
});
|
|
12889
12893
|
return createLink$1(key);
|
|
12890
12894
|
};
|
|
@@ -13110,17 +13114,19 @@ function onResourceError(luvio, config, key, err) {
|
|
|
13110
13114
|
function buildNetworkSnapshot$18(luvio, config, serverRequestCount = 0, options) {
|
|
13111
13115
|
const { request, key, allTrackedFields, resourceParams } = prepareRequest$6(luvio, config);
|
|
13112
13116
|
return luvio.dispatchResourceRequest(request, options).then((response) => {
|
|
13117
|
+
// W-11964675 - Condition to dedupe a very specific set of requests for
|
|
13118
|
+
// Komaci - a batch record request with a single record followed by a single
|
|
13119
|
+
// record request. The fulfill logic sends the same network response, so
|
|
13120
|
+
// there is some TypeScript massaging to extract the RecordRepresentation
|
|
13121
|
+
//
|
|
13122
|
+
// W-14381091 - Ensure hoisting the response body happens prior to
|
|
13123
|
+
// calling `luvio.handleSuccessResponse`, since both arguments capture
|
|
13124
|
+
// the response.
|
|
13125
|
+
if (isSingleBatchRecordResponse(response.body)) {
|
|
13126
|
+
response.body = response.body.results[0]
|
|
13127
|
+
.result;
|
|
13128
|
+
}
|
|
13113
13129
|
return luvio.handleSuccessResponse(() => {
|
|
13114
|
-
// W-11964675 - Condition to dedupe a very specific set of requests for
|
|
13115
|
-
// Komaci - a batch record request with a single record followed by a single
|
|
13116
|
-
// record request. The fulfill logic sends the same network response, so
|
|
13117
|
-
// there is some TypeScript massaging to extract the RecordRepresentation
|
|
13118
|
-
if (isSingleBatchRecordResponse(response.body)) {
|
|
13119
|
-
let recordResponse = response;
|
|
13120
|
-
recordResponse.body = response.body.results[0]
|
|
13121
|
-
.result;
|
|
13122
|
-
return onResourceSuccess(luvio, config, key, allTrackedFields, recordResponse, serverRequestCount + 1);
|
|
13123
|
-
}
|
|
13124
13130
|
return onResourceSuccess(luvio, config, key, allTrackedFields, response, serverRequestCount + 1);
|
|
13125
13131
|
}, () => {
|
|
13126
13132
|
const cache = new StoreKeyMap();
|
|
@@ -13816,7 +13822,7 @@ function revertPaginationOptimization(variables) {
|
|
|
13816
13822
|
|
|
13817
13823
|
const TTL$C = 30000;
|
|
13818
13824
|
const VERSION$2e = "b8270d0d7a5953587f98a9625cad85db";
|
|
13819
|
-
function validate$
|
|
13825
|
+
function validate$1N(obj, path = 'ListRecordCollectionRepresentation') {
|
|
13820
13826
|
const v_error = (() => {
|
|
13821
13827
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13822
13828
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13876,7 +13882,7 @@ function validate$1M(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
13876
13882
|
}
|
|
13877
13883
|
const obj_listReference = obj.listReference;
|
|
13878
13884
|
const path_listReference = path + '.listReference';
|
|
13879
|
-
const referencepath_listReferenceValidationError = validate$
|
|
13885
|
+
const referencepath_listReferenceValidationError = validate$21(obj_listReference, path_listReference);
|
|
13880
13886
|
if (referencepath_listReferenceValidationError !== null) {
|
|
13881
13887
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
13882
13888
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -14415,7 +14421,7 @@ function equals$10(existing, incoming) {
|
|
|
14415
14421
|
}
|
|
14416
14422
|
const ingest$1S = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14417
14423
|
if (process.env.NODE_ENV !== 'production') {
|
|
14418
|
-
const validateError = validate$
|
|
14424
|
+
const validateError = validate$1N(input);
|
|
14419
14425
|
if (validateError !== null) {
|
|
14420
14426
|
throw validateError;
|
|
14421
14427
|
}
|
|
@@ -14483,6 +14489,7 @@ const ingest$1S = function ListRecordCollectionRepresentationIngest(input, path,
|
|
|
14483
14489
|
namespace: "UiApi",
|
|
14484
14490
|
version: VERSION$2e,
|
|
14485
14491
|
representationName: RepresentationType$W,
|
|
14492
|
+
ingestionTimestamp: timestamp,
|
|
14486
14493
|
};
|
|
14487
14494
|
luvio.publishStoreMetadata(key, storeMetadataParams);
|
|
14488
14495
|
}
|
|
@@ -14508,7 +14515,7 @@ function getTypeCacheKeys$1V(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14508
14515
|
}
|
|
14509
14516
|
|
|
14510
14517
|
const VERSION$2d = "cf8d2eb042188974da26ffe6618cfd07";
|
|
14511
|
-
function validate$
|
|
14518
|
+
function validate$1M(obj, path = 'ListUiRepresentation') {
|
|
14512
14519
|
const v_error = (() => {
|
|
14513
14520
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14514
14521
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14614,7 +14621,7 @@ function equals$$(existing, incoming) {
|
|
|
14614
14621
|
}
|
|
14615
14622
|
const ingest$1R = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14616
14623
|
if (process.env.NODE_ENV !== 'production') {
|
|
14617
|
-
const validateError = validate$
|
|
14624
|
+
const validateError = validate$1M(input);
|
|
14618
14625
|
if (validateError !== null) {
|
|
14619
14626
|
throw validateError;
|
|
14620
14627
|
}
|
|
@@ -15154,7 +15161,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
15154
15161
|
}
|
|
15155
15162
|
|
|
15156
15163
|
const VERSION$2c = "3529c5f7d0eb2206c90a52c6d9f721d4";
|
|
15157
|
-
function validate$
|
|
15164
|
+
function validate$1L(obj, path = 'ListViewSummaryRepresentation') {
|
|
15158
15165
|
const v_error = (() => {
|
|
15159
15166
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15160
15167
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15266,7 +15273,7 @@ function equals$_(existing, incoming) {
|
|
|
15266
15273
|
}
|
|
15267
15274
|
const ingest$1Q = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15268
15275
|
if (process.env.NODE_ENV !== 'production') {
|
|
15269
|
-
const validateError = validate$
|
|
15276
|
+
const validateError = validate$1L(input);
|
|
15270
15277
|
if (validateError !== null) {
|
|
15271
15278
|
throw validateError;
|
|
15272
15279
|
}
|
|
@@ -15287,7 +15294,7 @@ function getTypeCacheKeys$1T(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
15287
15294
|
}
|
|
15288
15295
|
|
|
15289
15296
|
const VERSION$2b = "f4c79fe066da3558499d5ee88c72abcd";
|
|
15290
|
-
function validate$
|
|
15297
|
+
function validate$1K(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
15291
15298
|
const v_error = (() => {
|
|
15292
15299
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15293
15300
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15671,7 +15678,7 @@ function equals$Z(existing, incoming) {
|
|
|
15671
15678
|
}
|
|
15672
15679
|
const ingest$1P = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15673
15680
|
if (process.env.NODE_ENV !== 'production') {
|
|
15674
|
-
const validateError = validate$
|
|
15681
|
+
const validateError = validate$1K(input);
|
|
15675
15682
|
if (validateError !== null) {
|
|
15676
15683
|
throw validateError;
|
|
15677
15684
|
}
|
|
@@ -15739,6 +15746,7 @@ const ingest$1P = function ListViewSummaryCollectionRepresentationIngest(input,
|
|
|
15739
15746
|
namespace: "UiApi",
|
|
15740
15747
|
version: VERSION$2b,
|
|
15741
15748
|
representationName: RepresentationType$T,
|
|
15749
|
+
ingestionTimestamp: timestamp,
|
|
15742
15750
|
};
|
|
15743
15751
|
luvio.publishStoreMetadata(key, storeMetadataParams);
|
|
15744
15752
|
}
|
|
@@ -16821,7 +16829,7 @@ const factory$j = (luvio) => {
|
|
|
16821
16829
|
}, { contextId: contextId$5 });
|
|
16822
16830
|
};
|
|
16823
16831
|
|
|
16824
|
-
function validate$
|
|
16832
|
+
function validate$1J(obj, path = 'ChildRelationshipRepresentation') {
|
|
16825
16833
|
const v_error = (() => {
|
|
16826
16834
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16827
16835
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16869,7 +16877,7 @@ function validate$1I(obj, path = 'ChildRelationshipRepresentation') {
|
|
|
16869
16877
|
return v_error === undefined ? null : v_error;
|
|
16870
16878
|
}
|
|
16871
16879
|
|
|
16872
|
-
function validate$
|
|
16880
|
+
function validate$1I(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
16873
16881
|
const v_error = (() => {
|
|
16874
16882
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16875
16883
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16900,7 +16908,7 @@ function validate$1H(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
|
16900
16908
|
return v_error === undefined ? null : v_error;
|
|
16901
16909
|
}
|
|
16902
16910
|
|
|
16903
|
-
function validate$
|
|
16911
|
+
function validate$1H(obj, path = 'ReferenceToInfoRepresentation') {
|
|
16904
16912
|
const v_error = (() => {
|
|
16905
16913
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16906
16914
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16926,7 +16934,7 @@ function validate$1G(obj, path = 'ReferenceToInfoRepresentation') {
|
|
|
16926
16934
|
return v_error === undefined ? null : v_error;
|
|
16927
16935
|
}
|
|
16928
16936
|
|
|
16929
|
-
function validate$
|
|
16937
|
+
function validate$1G(obj, path = 'FieldRepresentation') {
|
|
16930
16938
|
const v_error = (() => {
|
|
16931
16939
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16932
16940
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17086,7 +17094,7 @@ function validate$1F(obj, path = 'FieldRepresentation') {
|
|
|
17086
17094
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
17087
17095
|
let obj_filteredLookupInfo_union0 = null;
|
|
17088
17096
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
17089
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
17097
|
+
const referencepath_filteredLookupInfoValidationError = validate$1I(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
17090
17098
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
17091
17099
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
17092
17100
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17211,7 +17219,7 @@ function validate$1F(obj, path = 'FieldRepresentation') {
|
|
|
17211
17219
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
17212
17220
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
17213
17221
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
17214
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
17222
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1H(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
17215
17223
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
17216
17224
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
17217
17225
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17278,7 +17286,7 @@ function validate$1F(obj, path = 'FieldRepresentation') {
|
|
|
17278
17286
|
return v_error === undefined ? null : v_error;
|
|
17279
17287
|
}
|
|
17280
17288
|
|
|
17281
|
-
function validate$
|
|
17289
|
+
function validate$1F(obj, path = 'ThemeInfoRepresentation') {
|
|
17282
17290
|
const v_error = (() => {
|
|
17283
17291
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17284
17292
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17320,7 +17328,7 @@ function validate$1E(obj, path = 'ThemeInfoRepresentation') {
|
|
|
17320
17328
|
|
|
17321
17329
|
const TTL$B = 900000;
|
|
17322
17330
|
const VERSION$2a = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
17323
|
-
function validate$
|
|
17331
|
+
function validate$1E(obj, path = 'ObjectInfoRepresentation') {
|
|
17324
17332
|
const v_error = (() => {
|
|
17325
17333
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17326
17334
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17390,7 +17398,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17390
17398
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
17391
17399
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
17392
17400
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
17393
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
17401
|
+
const referencepath_childRelationships_itemValidationError = validate$1J(obj_childRelationships_item, path_childRelationships_item);
|
|
17394
17402
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
17395
17403
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
17396
17404
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17472,7 +17480,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17472
17480
|
const key = obj_fields_keys[i];
|
|
17473
17481
|
const obj_fields_prop = obj_fields[key];
|
|
17474
17482
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
17475
|
-
const referencepath_fields_propValidationError = validate$
|
|
17483
|
+
const referencepath_fields_propValidationError = validate$1G(obj_fields_prop, path_fields_prop);
|
|
17476
17484
|
if (referencepath_fields_propValidationError !== null) {
|
|
17477
17485
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
17478
17486
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17552,7 +17560,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17552
17560
|
const key = obj_recordTypeInfos_keys[i];
|
|
17553
17561
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
17554
17562
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
17555
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
17563
|
+
const referencepath_recordTypeInfos_propValidationError = validate$1R(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
17556
17564
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
17557
17565
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
17558
17566
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17568,7 +17576,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
17568
17576
|
const path_themeInfo = path + '.themeInfo';
|
|
17569
17577
|
let obj_themeInfo_union0 = null;
|
|
17570
17578
|
const obj_themeInfo_union0_error = (() => {
|
|
17571
|
-
const referencepath_themeInfoValidationError = validate$
|
|
17579
|
+
const referencepath_themeInfoValidationError = validate$1F(obj_themeInfo, path_themeInfo);
|
|
17572
17580
|
if (referencepath_themeInfoValidationError !== null) {
|
|
17573
17581
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
17574
17582
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17727,7 +17735,7 @@ function equals$Y(existing, incoming) {
|
|
|
17727
17735
|
}
|
|
17728
17736
|
const ingest$1O = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17729
17737
|
if (process.env.NODE_ENV !== 'production') {
|
|
17730
|
-
const validateError = validate$
|
|
17738
|
+
const validateError = validate$1E(input);
|
|
17731
17739
|
if (validateError !== null) {
|
|
17732
17740
|
throw validateError;
|
|
17733
17741
|
}
|
|
@@ -17888,7 +17896,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
17888
17896
|
buildCachedSnapshotCachePolicy$O, buildNetworkSnapshotCachePolicy$P);
|
|
17889
17897
|
};
|
|
17890
17898
|
|
|
17891
|
-
function validate$
|
|
17899
|
+
function validate$1D(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
17892
17900
|
const v_error = (() => {
|
|
17893
17901
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17894
17902
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17936,7 +17944,7 @@ var DiscriminatorValues$5;
|
|
|
17936
17944
|
DiscriminatorValues["Field"] = "Field";
|
|
17937
17945
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
17938
17946
|
})(DiscriminatorValues$5 || (DiscriminatorValues$5 = {}));
|
|
17939
|
-
function validate$
|
|
17947
|
+
function validate$1C(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
17940
17948
|
const v_error = (() => {
|
|
17941
17949
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17942
17950
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17976,7 +17984,7 @@ function validate$1B(obj, path = 'AbstractRecordLayoutComponentRepresentation')
|
|
|
17976
17984
|
return v_error === undefined ? null : v_error;
|
|
17977
17985
|
}
|
|
17978
17986
|
|
|
17979
|
-
function validate$
|
|
17987
|
+
function validate$1B(obj, path = 'RecordLayoutItemRepresentation') {
|
|
17980
17988
|
const v_error = (() => {
|
|
17981
17989
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17982
17990
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18004,7 +18012,7 @@ function validate$1A(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
18004
18012
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
18005
18013
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
18006
18014
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
18007
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
18015
|
+
const referencepath_layoutComponents_itemValidationError = validate$1C(obj_layoutComponents_item, path_layoutComponents_item);
|
|
18008
18016
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
18009
18017
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
18010
18018
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18051,7 +18059,7 @@ function validate$1A(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
18051
18059
|
return v_error === undefined ? null : v_error;
|
|
18052
18060
|
}
|
|
18053
18061
|
|
|
18054
|
-
function validate$
|
|
18062
|
+
function validate$1A(obj, path = 'RecordLayoutRowRepresentation') {
|
|
18055
18063
|
const v_error = (() => {
|
|
18056
18064
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18057
18065
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18064,7 +18072,7 @@ function validate$1z(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
18064
18072
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
18065
18073
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
18066
18074
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
18067
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
18075
|
+
const referencepath_layoutItems_itemValidationError = validate$1B(obj_layoutItems_item, path_layoutItems_item);
|
|
18068
18076
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
18069
18077
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
18070
18078
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18075,7 +18083,7 @@ function validate$1z(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
18075
18083
|
return v_error === undefined ? null : v_error;
|
|
18076
18084
|
}
|
|
18077
18085
|
|
|
18078
|
-
function validate$
|
|
18086
|
+
function validate$1z(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
18079
18087
|
const v_error = (() => {
|
|
18080
18088
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18081
18089
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18150,7 +18158,7 @@ function validate$1y(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
18150
18158
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
18151
18159
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
18152
18160
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
18153
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
18161
|
+
const referencepath_layoutRows_itemValidationError = validate$1A(obj_layoutRows_item, path_layoutRows_item);
|
|
18154
18162
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
18155
18163
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
18156
18164
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18173,7 +18181,7 @@ function validate$1y(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
18173
18181
|
|
|
18174
18182
|
const TTL$A = 900000;
|
|
18175
18183
|
const VERSION$29 = "fb515e25a89ca1ec154dc865e72b913a";
|
|
18176
|
-
function validate$
|
|
18184
|
+
function validate$1y(obj, path = 'RecordLayoutRepresentation') {
|
|
18177
18185
|
const v_error = (() => {
|
|
18178
18186
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18179
18187
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18279,7 +18287,7 @@ function validate$1x(obj, path = 'RecordLayoutRepresentation') {
|
|
|
18279
18287
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
18280
18288
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
18281
18289
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
18282
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
18290
|
+
const referencepath_saveOptions_itemValidationError = validate$1D(obj_saveOptions_item, path_saveOptions_item);
|
|
18283
18291
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
18284
18292
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
18285
18293
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18294,7 +18302,7 @@ function validate$1x(obj, path = 'RecordLayoutRepresentation') {
|
|
|
18294
18302
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
18295
18303
|
const obj_sections_item = obj_sections[i];
|
|
18296
18304
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
18297
|
-
const referencepath_sections_itemValidationError = validate$
|
|
18305
|
+
const referencepath_sections_itemValidationError = validate$1z(obj_sections_item, path_sections_item);
|
|
18298
18306
|
if (referencepath_sections_itemValidationError !== null) {
|
|
18299
18307
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
18300
18308
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18369,7 +18377,7 @@ function equals$X(existing, incoming) {
|
|
|
18369
18377
|
}
|
|
18370
18378
|
const ingest$1N = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18371
18379
|
if (process.env.NODE_ENV !== 'production') {
|
|
18372
|
-
const validateError = validate$
|
|
18380
|
+
const validateError = validate$1y(input);
|
|
18373
18381
|
if (validateError !== null) {
|
|
18374
18382
|
throw validateError;
|
|
18375
18383
|
}
|
|
@@ -18411,7 +18419,7 @@ function getRecordId18Array(value) {
|
|
|
18411
18419
|
return dedupe(array).sort();
|
|
18412
18420
|
}
|
|
18413
18421
|
|
|
18414
|
-
function validate$
|
|
18422
|
+
function validate$1x(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
18415
18423
|
const v_error = (() => {
|
|
18416
18424
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18417
18425
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18432,7 +18440,7 @@ function validate$1w(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
18432
18440
|
|
|
18433
18441
|
const TTL$z = 900000;
|
|
18434
18442
|
const VERSION$28 = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
18435
|
-
function validate$
|
|
18443
|
+
function validate$1w(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
18436
18444
|
const v_error = (() => {
|
|
18437
18445
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18438
18446
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18472,7 +18480,7 @@ function validate$1v(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
18472
18480
|
const key = obj_sectionUserStates_keys[i];
|
|
18473
18481
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
18474
18482
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
18475
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
18483
|
+
const referencepath_sectionUserStates_propValidationError = validate$1x(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
18476
18484
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
18477
18485
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
18478
18486
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18529,7 +18537,7 @@ function equals$W(existing, incoming) {
|
|
|
18529
18537
|
}
|
|
18530
18538
|
const ingest$1M = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18531
18539
|
if (process.env.NODE_ENV !== 'production') {
|
|
18532
|
-
const validateError = validate$
|
|
18540
|
+
const validateError = validate$1w(input);
|
|
18533
18541
|
if (validateError !== null) {
|
|
18534
18542
|
throw validateError;
|
|
18535
18543
|
}
|
|
@@ -18551,7 +18559,7 @@ function getTypeCacheKeys$1P(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
18551
18559
|
|
|
18552
18560
|
const TTL$y = 900000;
|
|
18553
18561
|
const VERSION$27 = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
18554
|
-
function validate$
|
|
18562
|
+
function validate$1v(obj, path = 'RecordUiRepresentation') {
|
|
18555
18563
|
const v_error = (() => {
|
|
18556
18564
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18557
18565
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18813,7 +18821,7 @@ function equals$V(existing, incoming) {
|
|
|
18813
18821
|
}
|
|
18814
18822
|
const ingest$1L = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18815
18823
|
if (process.env.NODE_ENV !== 'production') {
|
|
18816
|
-
const validateError = validate$
|
|
18824
|
+
const validateError = validate$1v(input);
|
|
18817
18825
|
if (validateError !== null) {
|
|
18818
18826
|
throw validateError;
|
|
18819
18827
|
}
|
|
@@ -19454,7 +19462,7 @@ function getLayoutMapAndObjectInfo(recordId, data) {
|
|
|
19454
19462
|
// Temp fix until we can mimic the server behavior for non-layoutable entities.
|
|
19455
19463
|
let layoutMap = {};
|
|
19456
19464
|
if (hasOwnProperty.call(layouts, apiName)) {
|
|
19457
|
-
layoutMap = layouts[apiName][recordTypeId];
|
|
19465
|
+
layoutMap = layouts[apiName][recordTypeId] || {};
|
|
19458
19466
|
}
|
|
19459
19467
|
return {
|
|
19460
19468
|
layoutMap,
|
|
@@ -19930,7 +19938,7 @@ const factory$h = (luvio) => {
|
|
|
19930
19938
|
};
|
|
19931
19939
|
|
|
19932
19940
|
const VERSION$24 = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
19933
|
-
function validate$
|
|
19941
|
+
function validate$1s(obj, path = 'QuickActionExecutionRepresentation') {
|
|
19934
19942
|
const v_error = (() => {
|
|
19935
19943
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19936
19944
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20103,7 +20111,7 @@ function equals$S(existing, incoming) {
|
|
|
20103
20111
|
}
|
|
20104
20112
|
const ingest$1I = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20105
20113
|
if (process.env.NODE_ENV !== 'production') {
|
|
20106
|
-
const validateError = validate$
|
|
20114
|
+
const validateError = validate$1s(input);
|
|
20107
20115
|
if (validateError !== null) {
|
|
20108
20116
|
throw validateError;
|
|
20109
20117
|
}
|
|
@@ -20125,7 +20133,7 @@ function getTypeCacheKeys$1M(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
20125
20133
|
|
|
20126
20134
|
const TTL$x = 900000;
|
|
20127
20135
|
const VERSION$23 = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
20128
|
-
function validate$
|
|
20136
|
+
function validate$1r(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
20129
20137
|
const v_error = (() => {
|
|
20130
20138
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20131
20139
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20290,7 +20298,7 @@ function coerceFormFactor(form) {
|
|
|
20290
20298
|
}
|
|
20291
20299
|
|
|
20292
20300
|
const VERSION$22 = "3f49d751896cf66e6e29788d8880e2cc";
|
|
20293
|
-
function validate$
|
|
20301
|
+
function validate$1q(obj, path = 'PlatformActionRepresentation') {
|
|
20294
20302
|
const v_error = (() => {
|
|
20295
20303
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20296
20304
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20822,7 +20830,7 @@ function equals$Q(existing, incoming) {
|
|
|
20822
20830
|
}
|
|
20823
20831
|
const ingest$1H = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20824
20832
|
if (process.env.NODE_ENV !== 'production') {
|
|
20825
|
-
const validateError = validate$
|
|
20833
|
+
const validateError = validate$1q(input);
|
|
20826
20834
|
if (validateError !== null) {
|
|
20827
20835
|
throw validateError;
|
|
20828
20836
|
}
|
|
@@ -20843,7 +20851,7 @@ function getTypeCacheKeys$1K(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
20843
20851
|
}
|
|
20844
20852
|
|
|
20845
20853
|
const VERSION$21 = "378d506f563a4bd724b322d440df33d1";
|
|
20846
|
-
function validate$
|
|
20854
|
+
function validate$1p(obj, path = 'EntityActionRepresentation') {
|
|
20847
20855
|
const v_error = (() => {
|
|
20848
20856
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20849
20857
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20957,7 +20965,7 @@ function equals$P(existing, incoming) {
|
|
|
20957
20965
|
}
|
|
20958
20966
|
const ingest$1G = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20959
20967
|
if (process.env.NODE_ENV !== 'production') {
|
|
20960
|
-
const validateError = validate$
|
|
20968
|
+
const validateError = validate$1p(input);
|
|
20961
20969
|
if (validateError !== null) {
|
|
20962
20970
|
throw validateError;
|
|
20963
20971
|
}
|
|
@@ -20983,7 +20991,7 @@ function getTypeCacheKeys$1J(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
20983
20991
|
|
|
20984
20992
|
const TTL$w = 300000;
|
|
20985
20993
|
const VERSION$20 = "e485d96c1402a9ca2f56e56485af0216";
|
|
20986
|
-
function validate$
|
|
20994
|
+
function validate$1o(obj, path = 'ActionRepresentation') {
|
|
20987
20995
|
const v_error = (() => {
|
|
20988
20996
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20989
20997
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21081,7 +21089,7 @@ function equals$O(existing, incoming) {
|
|
|
21081
21089
|
}
|
|
21082
21090
|
const ingest$1F = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21083
21091
|
if (process.env.NODE_ENV !== 'production') {
|
|
21084
|
-
const validateError = validate$
|
|
21092
|
+
const validateError = validate$1o(input);
|
|
21085
21093
|
if (validateError !== null) {
|
|
21086
21094
|
throw validateError;
|
|
21087
21095
|
}
|
|
@@ -21253,7 +21261,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
|
|
|
21253
21261
|
|
|
21254
21262
|
const TTL$v = 900000;
|
|
21255
21263
|
const VERSION$1$ = "35f3eec8ce7f6001c6d5d17821b75bb9";
|
|
21256
|
-
function validate$
|
|
21264
|
+
function validate$1n(obj, path = 'QuickActionLayoutRepresentation') {
|
|
21257
21265
|
const v_error = (() => {
|
|
21258
21266
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21259
21267
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21270,7 +21278,7 @@ function validate$1m(obj, path = 'QuickActionLayoutRepresentation') {
|
|
|
21270
21278
|
}
|
|
21271
21279
|
const obj_layout = obj.layout;
|
|
21272
21280
|
const path_layout = path + '.layout';
|
|
21273
|
-
const referencepath_layoutValidationError = validate$
|
|
21281
|
+
const referencepath_layoutValidationError = validate$1y(obj_layout, path_layout);
|
|
21274
21282
|
if (referencepath_layoutValidationError !== null) {
|
|
21275
21283
|
let message = 'Object doesn\'t match RecordLayoutRepresentation (at "' + path_layout + '")\n';
|
|
21276
21284
|
message += referencepath_layoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21320,7 +21328,7 @@ function equals$N(existing, incoming) {
|
|
|
21320
21328
|
}
|
|
21321
21329
|
const ingest$1E = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21322
21330
|
if (process.env.NODE_ENV !== 'production') {
|
|
21323
|
-
const validateError = validate$
|
|
21331
|
+
const validateError = validate$1n(input);
|
|
21324
21332
|
if (validateError !== null) {
|
|
21325
21333
|
throw validateError;
|
|
21326
21334
|
}
|
|
@@ -21797,7 +21805,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
21797
21805
|
};
|
|
21798
21806
|
|
|
21799
21807
|
const VERSION$1_ = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
21800
|
-
function validate$
|
|
21808
|
+
function validate$1m(obj, path = 'ActionOverrideRepresentation') {
|
|
21801
21809
|
const v_error = (() => {
|
|
21802
21810
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21803
21811
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21830,7 +21838,7 @@ function equals$M(existing, incoming) {
|
|
|
21830
21838
|
}
|
|
21831
21839
|
const ingest$1D = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21832
21840
|
if (process.env.NODE_ENV !== 'production') {
|
|
21833
|
-
const validateError = validate$
|
|
21841
|
+
const validateError = validate$1m(input);
|
|
21834
21842
|
if (validateError !== null) {
|
|
21835
21843
|
throw validateError;
|
|
21836
21844
|
}
|
|
@@ -21985,7 +21993,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
|
|
|
21985
21993
|
buildCachedSnapshotCachePolicy$J, buildNetworkSnapshotCachePolicy$K);
|
|
21986
21994
|
};
|
|
21987
21995
|
|
|
21988
|
-
function validate$
|
|
21996
|
+
function validate$1l(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
21989
21997
|
const v_error = (() => {
|
|
21990
21998
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21991
21999
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22023,7 +22031,7 @@ function validate$1k(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
|
22023
22031
|
|
|
22024
22032
|
const TTL$u = 300000;
|
|
22025
22033
|
const VERSION$1Z = "c57b66c259b23683db7b763e132e8633";
|
|
22026
|
-
function validate$
|
|
22034
|
+
function validate$1k(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
22027
22035
|
const v_error = (() => {
|
|
22028
22036
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22029
22037
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22044,7 +22052,7 @@ function validate$1j(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
|
22044
22052
|
for (let i = 0; i < obj_activations_prop.length; i++) {
|
|
22045
22053
|
const obj_activations_prop_item = obj_activations_prop[i];
|
|
22046
22054
|
const path_activations_prop_item = path_activations_prop + '[' + i + ']';
|
|
22047
|
-
const referencepath_activations_prop_itemValidationError = validate$
|
|
22055
|
+
const referencepath_activations_prop_itemValidationError = validate$1l(obj_activations_prop_item, path_activations_prop_item);
|
|
22048
22056
|
if (referencepath_activations_prop_itemValidationError !== null) {
|
|
22049
22057
|
let message = 'Object doesn\'t match FormulaOverridesInfoRepresentation (at "' + path_activations_prop_item + '")\n';
|
|
22050
22058
|
message += referencepath_activations_prop_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22088,7 +22096,7 @@ function equals$L(existing, incoming) {
|
|
|
22088
22096
|
}
|
|
22089
22097
|
const ingest$1C = function FlexipageFormulaActivationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22090
22098
|
if (process.env.NODE_ENV !== 'production') {
|
|
22091
|
-
const validateError = validate$
|
|
22099
|
+
const validateError = validate$1k(input);
|
|
22092
22100
|
if (validateError !== null) {
|
|
22093
22101
|
throw validateError;
|
|
22094
22102
|
}
|
|
@@ -22271,7 +22279,7 @@ function merge$1(existing, incoming) {
|
|
|
22271
22279
|
const dynamicIngest$4 = (ingestParams) => {
|
|
22272
22280
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22273
22281
|
if (process.env.NODE_ENV !== 'production') {
|
|
22274
|
-
const validateError = validate$
|
|
22282
|
+
const validateError = validate$1r(input);
|
|
22275
22283
|
if (validateError !== null) {
|
|
22276
22284
|
throw validateError;
|
|
22277
22285
|
}
|
|
@@ -22287,7 +22295,10 @@ const dynamicIngest$4 = (ingestParams) => {
|
|
|
22287
22295
|
if (existingRecord === undefined || equals$R(existingRecord, incomingRecord) === false) {
|
|
22288
22296
|
luvio.storePublish(key, incomingRecord);
|
|
22289
22297
|
}
|
|
22290
|
-
luvio.publishStoreMetadata(key,
|
|
22298
|
+
luvio.publishStoreMetadata(key, {
|
|
22299
|
+
...QUICK_ACTION_DEFAULTS_STORE_METADATA_PARAMS,
|
|
22300
|
+
ingestionTimestamp: timestamp,
|
|
22301
|
+
});
|
|
22291
22302
|
return createLink$1(key);
|
|
22292
22303
|
};
|
|
22293
22304
|
};
|
|
@@ -22780,7 +22791,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
22780
22791
|
buildCachedSnapshotCachePolicy$F, buildNetworkSnapshotCachePolicy$G);
|
|
22781
22792
|
};
|
|
22782
22793
|
|
|
22783
|
-
function validate$
|
|
22794
|
+
function validate$1j(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
22784
22795
|
const v_error = (() => {
|
|
22785
22796
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22786
22797
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23206,7 +23217,7 @@ function typeCheckConfig$U(untrustedConfig) {
|
|
|
23206
23217
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
23207
23218
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
23208
23219
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
23209
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
23220
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$1j(untrustedConfig_relatedListsActionParameters_item);
|
|
23210
23221
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
23211
23222
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
23212
23223
|
}
|
|
@@ -23524,7 +23535,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
23524
23535
|
};
|
|
23525
23536
|
|
|
23526
23537
|
const VERSION$1Y = "a316b3bba367f54adc67d7552ed7d36d";
|
|
23527
|
-
function validate$
|
|
23538
|
+
function validate$1i(obj, path = 'PageReferenceRepresentation') {
|
|
23528
23539
|
const v_error = (() => {
|
|
23529
23540
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23530
23541
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23585,7 +23596,7 @@ function equals$K(existing, incoming) {
|
|
|
23585
23596
|
}
|
|
23586
23597
|
const ingest$1B = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23587
23598
|
if (process.env.NODE_ENV !== 'production') {
|
|
23588
|
-
const validateError = validate$
|
|
23599
|
+
const validateError = validate$1i(input);
|
|
23589
23600
|
if (validateError !== null) {
|
|
23590
23601
|
throw validateError;
|
|
23591
23602
|
}
|
|
@@ -23607,7 +23618,7 @@ function getTypeCacheKeys$1E(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23607
23618
|
|
|
23608
23619
|
const TTL$t = 120000;
|
|
23609
23620
|
const VERSION$1X = "09884ca5bf90ea4662092a4e48817081";
|
|
23610
|
-
function validate$
|
|
23621
|
+
function validate$1h(obj, path = 'NavItemRepresentation') {
|
|
23611
23622
|
const v_error = (() => {
|
|
23612
23623
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23613
23624
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23999,7 +24010,7 @@ function equals$J(existing, incoming) {
|
|
|
23999
24010
|
}
|
|
24000
24011
|
const ingest$1A = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24001
24012
|
if (process.env.NODE_ENV !== 'production') {
|
|
24002
|
-
const validateError = validate$
|
|
24013
|
+
const validateError = validate$1h(input);
|
|
24003
24014
|
if (validateError !== null) {
|
|
24004
24015
|
throw validateError;
|
|
24005
24016
|
}
|
|
@@ -24024,7 +24035,7 @@ function getTypeCacheKeys$1D(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24024
24035
|
|
|
24025
24036
|
const TTL$s = 300000;
|
|
24026
24037
|
const VERSION$1W = "1781f2d3d4e413cf0c681774d82d02cd";
|
|
24027
|
-
function validate$
|
|
24038
|
+
function validate$1g(obj, path = 'AppRepresentation') {
|
|
24028
24039
|
const v_error = (() => {
|
|
24029
24040
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24030
24041
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24466,7 +24477,7 @@ function equals$I(existing, incoming) {
|
|
|
24466
24477
|
}
|
|
24467
24478
|
const ingest$1z = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24468
24479
|
if (process.env.NODE_ENV !== 'production') {
|
|
24469
|
-
const validateError = validate$
|
|
24480
|
+
const validateError = validate$1g(input);
|
|
24470
24481
|
if (validateError !== null) {
|
|
24471
24482
|
throw validateError;
|
|
24472
24483
|
}
|
|
@@ -24496,7 +24507,7 @@ function getTypeCacheKeys$1C(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24496
24507
|
|
|
24497
24508
|
const TTL$r = 300000;
|
|
24498
24509
|
const VERSION$1V = "a254babf0b6414315db7808a157fd9fc";
|
|
24499
|
-
function validate$
|
|
24510
|
+
function validate$1f(obj, path = 'AppsRepresentation') {
|
|
24500
24511
|
const v_error = (() => {
|
|
24501
24512
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24502
24513
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24578,7 +24589,7 @@ function equals$H(existing, incoming) {
|
|
|
24578
24589
|
}
|
|
24579
24590
|
const ingest$1y = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24580
24591
|
if (process.env.NODE_ENV !== 'production') {
|
|
24581
|
-
const validateError = validate$
|
|
24592
|
+
const validateError = validate$1f(input);
|
|
24582
24593
|
if (validateError !== null) {
|
|
24583
24594
|
throw validateError;
|
|
24584
24595
|
}
|
|
@@ -24886,7 +24897,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
24886
24897
|
};
|
|
24887
24898
|
|
|
24888
24899
|
const VERSION$1U = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
24889
|
-
function validate$
|
|
24900
|
+
function validate$1e(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
24890
24901
|
const v_error = (() => {
|
|
24891
24902
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24892
24903
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24948,7 +24959,7 @@ const select$2g = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
24948
24959
|
};
|
|
24949
24960
|
|
|
24950
24961
|
const VERSION$1T = "320d7f254687278f2763d4b490dab3fb";
|
|
24951
|
-
function validate$
|
|
24962
|
+
function validate$1d(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
24952
24963
|
const v_error = (() => {
|
|
24953
24964
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24954
24965
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24971,7 +24982,7 @@ function validate$1c(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
24971
24982
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
24972
24983
|
const obj_filterItems_item = obj_filterItems[i];
|
|
24973
24984
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
24974
|
-
const referencepath_filterItems_itemValidationError = validate$
|
|
24985
|
+
const referencepath_filterItems_itemValidationError = validate$1e(obj_filterItems_item, path_filterItems_item);
|
|
24975
24986
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
24976
24987
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
24977
24988
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25014,7 +25025,7 @@ const select$2f = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
25014
25025
|
};
|
|
25015
25026
|
|
|
25016
25027
|
const VERSION$1S = "b47b44e260e5ce777beaf3da9088997c";
|
|
25017
|
-
function validate$
|
|
25028
|
+
function validate$1c(obj, path = 'MatchRuleRepresentation') {
|
|
25018
25029
|
const v_error = (() => {
|
|
25019
25030
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25020
25031
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25084,7 +25095,7 @@ const select$2e = function MatchRuleRepresentationSelect() {
|
|
|
25084
25095
|
};
|
|
25085
25096
|
|
|
25086
25097
|
const VERSION$1R = "bb83d7210bb1d7861b6188bc5f552617";
|
|
25087
|
-
function validate$
|
|
25098
|
+
function validate$1b(obj, path = 'DuplicateRuleRepresentation') {
|
|
25088
25099
|
const v_error = (() => {
|
|
25089
25100
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25090
25101
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25112,7 +25123,7 @@ function validate$1a(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
25112
25123
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
25113
25124
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
25114
25125
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
25115
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
25126
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$1d(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
25116
25127
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
25117
25128
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
25118
25129
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25132,7 +25143,7 @@ function validate$1a(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
25132
25143
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
25133
25144
|
const obj_matchRules_item = obj_matchRules[i];
|
|
25134
25145
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
25135
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
25146
|
+
const referencepath_matchRules_itemValidationError = validate$1c(obj_matchRules_item, path_matchRules_item);
|
|
25136
25147
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
25137
25148
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
25138
25149
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25225,7 +25236,7 @@ const select$2d = function DuplicateRuleRepresentationSelect() {
|
|
|
25225
25236
|
|
|
25226
25237
|
const TTL$q = 900000;
|
|
25227
25238
|
const VERSION$1Q = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
25228
|
-
function validate$
|
|
25239
|
+
function validate$1a(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
25229
25240
|
const v_error = (() => {
|
|
25230
25241
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25231
25242
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25260,7 +25271,7 @@ function validate$19(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
25260
25271
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
25261
25272
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
25262
25273
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
25263
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
25274
|
+
const referencepath_duplicateRules_itemValidationError = validate$1b(obj_duplicateRules_item, path_duplicateRules_item);
|
|
25264
25275
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
25265
25276
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
25266
25277
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25327,7 +25338,7 @@ function equals$G(existing, incoming) {
|
|
|
25327
25338
|
}
|
|
25328
25339
|
const ingest$1x = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25329
25340
|
if (process.env.NODE_ENV !== 'production') {
|
|
25330
|
-
const validateError = validate$
|
|
25341
|
+
const validateError = validate$1a(input);
|
|
25331
25342
|
if (validateError !== null) {
|
|
25332
25343
|
throw validateError;
|
|
25333
25344
|
}
|
|
@@ -26266,7 +26277,7 @@ const getListInfosByNameAdapterFactory = (luvio) => function UiApi__getListInfos
|
|
|
26266
26277
|
buildCachedSnapshotCachePolicy$v, buildNetworkSnapshotCachePolicy$w);
|
|
26267
26278
|
};
|
|
26268
26279
|
|
|
26269
|
-
function validate$
|
|
26280
|
+
function validate$19(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
26270
26281
|
const v_error = (() => {
|
|
26271
26282
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26272
26283
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26297,7 +26308,7 @@ function validate$18(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
|
26297
26308
|
return v_error === undefined ? null : v_error;
|
|
26298
26309
|
}
|
|
26299
26310
|
|
|
26300
|
-
function validate$
|
|
26311
|
+
function validate$18(obj, path = 'ListScopeInputRepresentation') {
|
|
26301
26312
|
const v_error = (() => {
|
|
26302
26313
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26303
26314
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26426,7 +26437,7 @@ function typeCheckConfig$K(untrustedConfig) {
|
|
|
26426
26437
|
const untrustedConfig_filteredByInfo_array = [];
|
|
26427
26438
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
26428
26439
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
26429
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
26440
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$19(untrustedConfig_filteredByInfo_item);
|
|
26430
26441
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
26431
26442
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
26432
26443
|
}
|
|
@@ -26434,7 +26445,7 @@ function typeCheckConfig$K(untrustedConfig) {
|
|
|
26434
26445
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
26435
26446
|
}
|
|
26436
26447
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
26437
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
26448
|
+
const referenceListScopeInputRepresentationValidationError = validate$18(untrustedConfig_scope);
|
|
26438
26449
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
26439
26450
|
config.scope = untrustedConfig_scope;
|
|
26440
26451
|
}
|
|
@@ -26716,7 +26727,7 @@ function typeCheckConfig$H(untrustedConfig) {
|
|
|
26716
26727
|
const untrustedConfig_filteredByInfo_array = [];
|
|
26717
26728
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
26718
26729
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
26719
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
26730
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$19(untrustedConfig_filteredByInfo_item);
|
|
26720
26731
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
26721
26732
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
26722
26733
|
}
|
|
@@ -26724,7 +26735,7 @@ function typeCheckConfig$H(untrustedConfig) {
|
|
|
26724
26735
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
26725
26736
|
}
|
|
26726
26737
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
26727
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
26738
|
+
const referenceListScopeInputRepresentationValidationError = validate$18(untrustedConfig_scope);
|
|
26728
26739
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
26729
26740
|
config.scope = untrustedConfig_scope;
|
|
26730
26741
|
}
|
|
@@ -26774,7 +26785,7 @@ const updateListInfoByNameAdapterFactory = (luvio) => {
|
|
|
26774
26785
|
};
|
|
26775
26786
|
|
|
26776
26787
|
const VERSION$1P = "d77026c4d63ef00cdd7e3d600687a40d";
|
|
26777
|
-
function validate$
|
|
26788
|
+
function validate$17(obj, path = 'ListObjectScopeAvailableEntityRepresentation') {
|
|
26778
26789
|
const v_error = (() => {
|
|
26779
26790
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26780
26791
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26824,7 +26835,7 @@ function equals$F(existing, incoming) {
|
|
|
26824
26835
|
}
|
|
26825
26836
|
|
|
26826
26837
|
const VERSION$1O = "355933ff2970aa91a2848a94565e956a";
|
|
26827
|
-
function validate$
|
|
26838
|
+
function validate$16(obj, path = 'ListObjectScopeRepresentation') {
|
|
26828
26839
|
const v_error = (() => {
|
|
26829
26840
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26830
26841
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26842,7 +26853,7 @@ function validate$15(obj, path = 'ListObjectScopeRepresentation') {
|
|
|
26842
26853
|
for (let i = 0; i < obj_availableEntities.length; i++) {
|
|
26843
26854
|
const obj_availableEntities_item = obj_availableEntities[i];
|
|
26844
26855
|
const path_availableEntities_item = path_availableEntities + '[' + i + ']';
|
|
26845
|
-
const referencepath_availableEntities_itemValidationError = validate$
|
|
26856
|
+
const referencepath_availableEntities_itemValidationError = validate$17(obj_availableEntities_item, path_availableEntities_item);
|
|
26846
26857
|
if (referencepath_availableEntities_itemValidationError !== null) {
|
|
26847
26858
|
let message = 'Object doesn\'t match ListObjectScopeAvailableEntityRepresentation (at "' + path_availableEntities_item + '")\n';
|
|
26848
26859
|
message += referencepath_availableEntities_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26906,7 +26917,7 @@ function equals$E(existing, incoming) {
|
|
|
26906
26917
|
}
|
|
26907
26918
|
|
|
26908
26919
|
const VERSION$1N = "c5c08ea834378670c9d6f235ff71c9f0";
|
|
26909
|
-
function validate$
|
|
26920
|
+
function validate$15(obj, path = 'ListObjectPicklistValueRepresentation') {
|
|
26910
26921
|
const v_error = (() => {
|
|
26911
26922
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26912
26923
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26956,7 +26967,7 @@ function equals$D(existing, incoming) {
|
|
|
26956
26967
|
}
|
|
26957
26968
|
|
|
26958
26969
|
const VERSION$1M = "2c35f797fead79b5c45b521e77dd6ace";
|
|
26959
|
-
function validate$
|
|
26970
|
+
function validate$14(obj, path = 'ListObjectColumnRepresentation') {
|
|
26960
26971
|
const v_error = (() => {
|
|
26961
26972
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26962
26973
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27025,7 +27036,7 @@ function validate$13(obj, path = 'ListObjectColumnRepresentation') {
|
|
|
27025
27036
|
for (let i = 0; i < obj_picklistValues.length; i++) {
|
|
27026
27037
|
const obj_picklistValues_item = obj_picklistValues[i];
|
|
27027
27038
|
const path_picklistValues_item = path_picklistValues + '[' + i + ']';
|
|
27028
|
-
const referencepath_picklistValues_itemValidationError = validate$
|
|
27039
|
+
const referencepath_picklistValues_itemValidationError = validate$15(obj_picklistValues_item, path_picklistValues_item);
|
|
27029
27040
|
if (referencepath_picklistValues_itemValidationError !== null) {
|
|
27030
27041
|
let message = 'Object doesn\'t match ListObjectPicklistValueRepresentation (at "' + path_picklistValues_item + '")\n';
|
|
27031
27042
|
message += referencepath_picklistValues_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27171,7 +27182,7 @@ function equals$C(existing, incoming) {
|
|
|
27171
27182
|
|
|
27172
27183
|
const TTL$p = 900000;
|
|
27173
27184
|
const VERSION$1L = "84e1e3ffdfcb59f65d7b8906e33027ac";
|
|
27174
|
-
function validate$
|
|
27185
|
+
function validate$13(obj, path = 'ListObjectInfoRepresentation') {
|
|
27175
27186
|
const v_error = (() => {
|
|
27176
27187
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27177
27188
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27184,7 +27195,7 @@ function validate$12(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
27184
27195
|
for (let i = 0; i < obj_availableScopes.length; i++) {
|
|
27185
27196
|
const obj_availableScopes_item = obj_availableScopes[i];
|
|
27186
27197
|
const path_availableScopes_item = path_availableScopes + '[' + i + ']';
|
|
27187
|
-
const referencepath_availableScopes_itemValidationError = validate$
|
|
27198
|
+
const referencepath_availableScopes_itemValidationError = validate$16(obj_availableScopes_item, path_availableScopes_item);
|
|
27188
27199
|
if (referencepath_availableScopes_itemValidationError !== null) {
|
|
27189
27200
|
let message = 'Object doesn\'t match ListObjectScopeRepresentation (at "' + path_availableScopes_item + '")\n';
|
|
27190
27201
|
message += referencepath_availableScopes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27199,7 +27210,7 @@ function validate$12(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
27199
27210
|
for (let i = 0; i < obj_columns.length; i++) {
|
|
27200
27211
|
const obj_columns_item = obj_columns[i];
|
|
27201
27212
|
const path_columns_item = path_columns + '[' + i + ']';
|
|
27202
|
-
const referencepath_columns_itemValidationError = validate$
|
|
27213
|
+
const referencepath_columns_itemValidationError = validate$14(obj_columns_item, path_columns_item);
|
|
27203
27214
|
if (referencepath_columns_itemValidationError !== null) {
|
|
27204
27215
|
let message = 'Object doesn\'t match ListObjectColumnRepresentation (at "' + path_columns_item + '")\n';
|
|
27205
27216
|
message += referencepath_columns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27333,7 +27344,7 @@ function equals$B(existing, incoming) {
|
|
|
27333
27344
|
}
|
|
27334
27345
|
const ingest$1w = function ListObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
27335
27346
|
if (process.env.NODE_ENV !== 'production') {
|
|
27336
|
-
const validateError = validate$
|
|
27347
|
+
const validateError = validate$13(input);
|
|
27337
27348
|
if (validateError !== null) {
|
|
27338
27349
|
throw validateError;
|
|
27339
27350
|
}
|
|
@@ -27496,7 +27507,7 @@ const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObject
|
|
|
27496
27507
|
|
|
27497
27508
|
const TTL$o = 900000;
|
|
27498
27509
|
const VERSION$1K = "458d4a6a30201e422e8daec5fcb03845";
|
|
27499
|
-
function validate$
|
|
27510
|
+
function validate$12(obj, path = 'ListPreferencesRepresentation') {
|
|
27500
27511
|
const v_error = (() => {
|
|
27501
27512
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27502
27513
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27531,7 +27542,7 @@ function validate$11(obj, path = 'ListPreferencesRepresentation') {
|
|
|
27531
27542
|
}
|
|
27532
27543
|
const obj_listReference = obj.listReference;
|
|
27533
27544
|
const path_listReference = path + '.listReference';
|
|
27534
|
-
const referencepath_listReferenceValidationError = validate$
|
|
27545
|
+
const referencepath_listReferenceValidationError = validate$21(obj_listReference, path_listReference);
|
|
27535
27546
|
if (referencepath_listReferenceValidationError !== null) {
|
|
27536
27547
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
27537
27548
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27545,7 +27556,7 @@ function validate$11(obj, path = 'ListPreferencesRepresentation') {
|
|
|
27545
27556
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
27546
27557
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
27547
27558
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
27548
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
27559
|
+
const referencepath_orderedBy_itemValidationError = validate$1_(obj_orderedBy_item, path_orderedBy_item);
|
|
27549
27560
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
27550
27561
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
27551
27562
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27641,7 +27652,7 @@ function equals$A(existing, incoming) {
|
|
|
27641
27652
|
}
|
|
27642
27653
|
const ingest$1v = function ListPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
27643
27654
|
if (process.env.NODE_ENV !== 'production') {
|
|
27644
|
-
const validateError = validate$
|
|
27655
|
+
const validateError = validate$12(input);
|
|
27645
27656
|
if (validateError !== null) {
|
|
27646
27657
|
throw validateError;
|
|
27647
27658
|
}
|
|
@@ -27804,7 +27815,7 @@ const getListPreferencesAdapterFactory = (luvio) => function UiApi__getListPrefe
|
|
|
27804
27815
|
buildCachedSnapshotCachePolicy$s, buildNetworkSnapshotCachePolicy$t);
|
|
27805
27816
|
};
|
|
27806
27817
|
|
|
27807
|
-
function validate$
|
|
27818
|
+
function validate$11(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
27808
27819
|
const v_error = (() => {
|
|
27809
27820
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27810
27821
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27912,7 +27923,7 @@ function typeCheckConfig$E(untrustedConfig) {
|
|
|
27912
27923
|
const untrustedConfig_orderedBy_array = [];
|
|
27913
27924
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
27914
27925
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
27915
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
27926
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$11(untrustedConfig_orderedBy_item);
|
|
27916
27927
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
27917
27928
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
27918
27929
|
}
|
|
@@ -27966,7 +27977,7 @@ const updateListPreferencesAdapterFactory = (luvio) => {
|
|
|
27966
27977
|
|
|
27967
27978
|
const TTL$n = 120000;
|
|
27968
27979
|
const VERSION$1J = "756779d0d7e137dd72c743544afbad82";
|
|
27969
|
-
function validate
|
|
27980
|
+
function validate$10(obj, path = 'NavItemsRepresentation') {
|
|
27970
27981
|
const v_error = (() => {
|
|
27971
27982
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27972
27983
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28094,7 +28105,7 @@ function equals$z(existing, incoming) {
|
|
|
28094
28105
|
}
|
|
28095
28106
|
const ingest$1u = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28096
28107
|
if (process.env.NODE_ENV !== 'production') {
|
|
28097
|
-
const validateError = validate
|
|
28108
|
+
const validateError = validate$10(input);
|
|
28098
28109
|
if (validateError !== null) {
|
|
28099
28110
|
throw validateError;
|
|
28100
28111
|
}
|
|
@@ -28701,7 +28712,7 @@ var DiscriminatorValues$4;
|
|
|
28701
28712
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
28702
28713
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
28703
28714
|
const VERSION$1E = "bd523b2343366edfc25a2dbee2c4e986";
|
|
28704
|
-
function validate
|
|
28715
|
+
function validate$$(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
|
|
28705
28716
|
const v_error = (() => {
|
|
28706
28717
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28707
28718
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28746,7 +28757,7 @@ const select$1R = function AbstractPicklistValueAttributesRepresentationSelect()
|
|
|
28746
28757
|
};
|
|
28747
28758
|
|
|
28748
28759
|
const VERSION$1D = "9e2a16a80378487f557124c771201cf9";
|
|
28749
|
-
function validate$
|
|
28760
|
+
function validate$_(obj, path = 'PicklistValueRepresentation') {
|
|
28750
28761
|
const v_error = (() => {
|
|
28751
28762
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28752
28763
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28755,7 +28766,7 @@ function validate$Z(obj, path = 'PicklistValueRepresentation') {
|
|
|
28755
28766
|
const path_attributes = path + '.attributes';
|
|
28756
28767
|
let obj_attributes_union0 = null;
|
|
28757
28768
|
const obj_attributes_union0_error = (() => {
|
|
28758
|
-
const referencepath_attributesValidationError = validate
|
|
28769
|
+
const referencepath_attributesValidationError = validate$$(obj_attributes, path_attributes);
|
|
28759
28770
|
if (referencepath_attributesValidationError !== null) {
|
|
28760
28771
|
let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
28761
28772
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28850,7 +28861,7 @@ function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
|
28850
28861
|
|
|
28851
28862
|
const TTL$m = 900000;
|
|
28852
28863
|
const VERSION$1C = "0a361a49370acb4c6a31721a2057649a";
|
|
28853
|
-
function validate$
|
|
28864
|
+
function validate$Z(obj, path = 'PicklistValuesRepresentation') {
|
|
28854
28865
|
const v_error = (() => {
|
|
28855
28866
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28856
28867
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28873,7 +28884,7 @@ function validate$Y(obj, path = 'PicklistValuesRepresentation') {
|
|
|
28873
28884
|
const path_defaultValue = path + '.defaultValue';
|
|
28874
28885
|
let obj_defaultValue_union0 = null;
|
|
28875
28886
|
const obj_defaultValue_union0_error = (() => {
|
|
28876
|
-
const referencepath_defaultValueValidationError = validate$
|
|
28887
|
+
const referencepath_defaultValueValidationError = validate$_(obj_defaultValue, path_defaultValue);
|
|
28877
28888
|
if (referencepath_defaultValueValidationError !== null) {
|
|
28878
28889
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
28879
28890
|
message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28916,7 +28927,7 @@ function validate$Y(obj, path = 'PicklistValuesRepresentation') {
|
|
|
28916
28927
|
for (let i = 0; i < obj_values.length; i++) {
|
|
28917
28928
|
const obj_values_item = obj_values[i];
|
|
28918
28929
|
const path_values_item = path_values + '[' + i + ']';
|
|
28919
|
-
const referencepath_values_itemValidationError = validate$
|
|
28930
|
+
const referencepath_values_itemValidationError = validate$_(obj_values_item, path_values_item);
|
|
28920
28931
|
if (referencepath_values_itemValidationError !== null) {
|
|
28921
28932
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
28922
28933
|
message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28974,7 +28985,7 @@ function equals$y(existing, incoming) {
|
|
|
28974
28985
|
}
|
|
28975
28986
|
const ingest$1t = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28976
28987
|
if (process.env.NODE_ENV !== 'production') {
|
|
28977
|
-
const validateError = validate$
|
|
28988
|
+
const validateError = validate$Z(input);
|
|
28978
28989
|
if (validateError !== null) {
|
|
28979
28990
|
throw validateError;
|
|
28980
28991
|
}
|
|
@@ -28996,7 +29007,7 @@ function getTypeCacheKeys$1w(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
28996
29007
|
|
|
28997
29008
|
const TTL$l = 300000;
|
|
28998
29009
|
const VERSION$1B = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
28999
|
-
function validate$
|
|
29010
|
+
function validate$Y(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
29000
29011
|
const v_error = (() => {
|
|
29001
29012
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29002
29013
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29083,7 +29094,7 @@ function equals$x(existing, incoming) {
|
|
|
29083
29094
|
}
|
|
29084
29095
|
const ingest$1s = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29085
29096
|
if (process.env.NODE_ENV !== 'production') {
|
|
29086
|
-
const validateError = validate$
|
|
29097
|
+
const validateError = validate$Y(input);
|
|
29087
29098
|
if (validateError !== null) {
|
|
29088
29099
|
throw validateError;
|
|
29089
29100
|
}
|
|
@@ -29420,7 +29431,7 @@ const getPicklistValuesAdapterFactory = (luvio) => function UiApi__getPicklistVa
|
|
|
29420
29431
|
buildCachedSnapshotCachePolicy$n, buildNetworkSnapshotCachePolicy$o);
|
|
29421
29432
|
};
|
|
29422
29433
|
|
|
29423
|
-
function validate$
|
|
29434
|
+
function validate$X(obj, path = 'MatchResultInfoRepresentation') {
|
|
29424
29435
|
const v_error = (() => {
|
|
29425
29436
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29426
29437
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29446,7 +29457,7 @@ function validate$W(obj, path = 'MatchResultInfoRepresentation') {
|
|
|
29446
29457
|
return v_error === undefined ? null : v_error;
|
|
29447
29458
|
}
|
|
29448
29459
|
|
|
29449
|
-
function validate$
|
|
29460
|
+
function validate$W(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
29450
29461
|
const v_error = (() => {
|
|
29451
29462
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29452
29463
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29458,7 +29469,7 @@ function validate$V(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
29458
29469
|
}
|
|
29459
29470
|
const obj_matchResultInfo = obj.matchResultInfo;
|
|
29460
29471
|
const path_matchResultInfo = path + '.matchResultInfo';
|
|
29461
|
-
const referencepath_matchResultInfoValidationError = validate$
|
|
29472
|
+
const referencepath_matchResultInfoValidationError = validate$X(obj_matchResultInfo, path_matchResultInfo);
|
|
29462
29473
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
29463
29474
|
let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
29464
29475
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29473,7 +29484,7 @@ function validate$V(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
29473
29484
|
return v_error === undefined ? null : v_error;
|
|
29474
29485
|
}
|
|
29475
29486
|
|
|
29476
|
-
function validate$
|
|
29487
|
+
function validate$V(obj, path = 'MatchRepresentation') {
|
|
29477
29488
|
const v_error = (() => {
|
|
29478
29489
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29479
29490
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29488,7 +29499,7 @@ function validate$U(obj, path = 'MatchRepresentation') {
|
|
|
29488
29499
|
const key = obj_duplicateResultInfos_keys[i];
|
|
29489
29500
|
const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
29490
29501
|
const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
29491
|
-
const referencepath_duplicateResultInfos_propValidationError = validate$
|
|
29502
|
+
const referencepath_duplicateResultInfos_propValidationError = validate$W(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
29492
29503
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
29493
29504
|
let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
29494
29505
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29518,7 +29529,7 @@ function validate$U(obj, path = 'MatchRepresentation') {
|
|
|
29518
29529
|
|
|
29519
29530
|
const TTL$k = 30000;
|
|
29520
29531
|
const VERSION$1A = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
29521
|
-
function validate$
|
|
29532
|
+
function validate$U(obj, path = 'DuplicatesRepresentation') {
|
|
29522
29533
|
const v_error = (() => {
|
|
29523
29534
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29524
29535
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29553,7 +29564,7 @@ function validate$T(obj, path = 'DuplicatesRepresentation') {
|
|
|
29553
29564
|
for (let i = 0; i < obj_matches.length; i++) {
|
|
29554
29565
|
const obj_matches_item = obj_matches[i];
|
|
29555
29566
|
const path_matches_item = path_matches + '[' + i + ']';
|
|
29556
|
-
const referencepath_matches_itemValidationError = validate$
|
|
29567
|
+
const referencepath_matches_itemValidationError = validate$V(obj_matches_item, path_matches_item);
|
|
29557
29568
|
if (referencepath_matches_itemValidationError !== null) {
|
|
29558
29569
|
let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
29559
29570
|
message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29583,7 +29594,7 @@ function equals$w(existing, incoming) {
|
|
|
29583
29594
|
}
|
|
29584
29595
|
const ingest$1r = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29585
29596
|
if (process.env.NODE_ENV !== 'production') {
|
|
29586
|
-
const validateError = validate$
|
|
29597
|
+
const validateError = validate$U(input);
|
|
29587
29598
|
if (validateError !== null) {
|
|
29588
29599
|
throw validateError;
|
|
29589
29600
|
}
|
|
@@ -29776,7 +29787,7 @@ const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(unt
|
|
|
29776
29787
|
};
|
|
29777
29788
|
|
|
29778
29789
|
const VERSION$1z = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
29779
|
-
function validate$
|
|
29790
|
+
function validate$T(obj, path = 'PhotoMetadataRepresentation') {
|
|
29780
29791
|
const v_error = (() => {
|
|
29781
29792
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29782
29793
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29868,8 +29879,8 @@ function equals$v(existing, incoming) {
|
|
|
29868
29879
|
}
|
|
29869
29880
|
|
|
29870
29881
|
const VERSION$1y = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
29871
|
-
function validate$
|
|
29872
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
29882
|
+
function validate$S(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
29883
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$Q(obj, path);
|
|
29873
29884
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
29874
29885
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
29875
29886
|
}
|
|
@@ -29936,7 +29947,7 @@ function validate$R(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
|
29936
29947
|
}
|
|
29937
29948
|
const obj_photoMetadata = obj.photoMetadata;
|
|
29938
29949
|
const path_photoMetadata = path + '.photoMetadata';
|
|
29939
|
-
const referencepath_photoMetadataValidationError = validate$
|
|
29950
|
+
const referencepath_photoMetadataValidationError = validate$T(obj_photoMetadata, path_photoMetadata);
|
|
29940
29951
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
29941
29952
|
let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
29942
29953
|
message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30091,7 +30102,7 @@ function equals$u(existing, incoming) {
|
|
|
30091
30102
|
}
|
|
30092
30103
|
const ingest$1q = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30093
30104
|
if (process.env.NODE_ENV !== 'production') {
|
|
30094
|
-
const validateError = validate$
|
|
30105
|
+
const validateError = validate$S(input);
|
|
30095
30106
|
if (validateError !== null) {
|
|
30096
30107
|
throw validateError;
|
|
30097
30108
|
}
|
|
@@ -30112,8 +30123,8 @@ function getTypeCacheKeys$1t(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30112
30123
|
}
|
|
30113
30124
|
|
|
30114
30125
|
const VERSION$1x = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
30115
|
-
function validate$
|
|
30116
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
30126
|
+
function validate$R(obj, path = 'ThemeRecordAvatarRepresentation') {
|
|
30127
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$Q(obj, path);
|
|
30117
30128
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
30118
30129
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
30119
30130
|
}
|
|
@@ -30232,7 +30243,7 @@ function equals$t(existing, incoming) {
|
|
|
30232
30243
|
}
|
|
30233
30244
|
const ingest$1p = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30234
30245
|
if (process.env.NODE_ENV !== 'production') {
|
|
30235
|
-
const validateError = validate$
|
|
30246
|
+
const validateError = validate$R(input);
|
|
30236
30247
|
if (validateError !== null) {
|
|
30237
30248
|
throw validateError;
|
|
30238
30249
|
}
|
|
@@ -30258,7 +30269,7 @@ var DiscriminatorValues$3;
|
|
|
30258
30269
|
DiscriminatorValues["Theme"] = "Theme";
|
|
30259
30270
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
30260
30271
|
const VERSION$1w = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
30261
|
-
function validate$
|
|
30272
|
+
function validate$Q(obj, path = 'AbstractRecordAvatarRepresentation') {
|
|
30262
30273
|
const v_error = (() => {
|
|
30263
30274
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30264
30275
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30351,8 +30362,8 @@ function getTypeCacheKeys$1r(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30351
30362
|
}
|
|
30352
30363
|
|
|
30353
30364
|
const VERSION$1v = "f531b44760afecfce89990fe5a5c5c29";
|
|
30354
|
-
function validate$
|
|
30355
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
30365
|
+
function validate$P(obj, path = 'RecordAvatarBatchRepresentation') {
|
|
30366
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
|
|
30356
30367
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
30357
30368
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
30358
30369
|
}
|
|
@@ -30413,7 +30424,7 @@ function equals$r(existing, incoming) {
|
|
|
30413
30424
|
}
|
|
30414
30425
|
const ingest$1o = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30415
30426
|
if (process.env.NODE_ENV !== 'production') {
|
|
30416
|
-
const validateError = validate$
|
|
30427
|
+
const validateError = validate$P(input);
|
|
30417
30428
|
if (validateError !== null) {
|
|
30418
30429
|
throw validateError;
|
|
30419
30430
|
}
|
|
@@ -30434,7 +30445,7 @@ function getTypeCacheKeys$1q(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30434
30445
|
}
|
|
30435
30446
|
|
|
30436
30447
|
const VERSION$1u = "17c20b01167dba9a81452e60bb28b2f2";
|
|
30437
|
-
function validate$
|
|
30448
|
+
function validate$O(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
|
|
30438
30449
|
const v_error = (() => {
|
|
30439
30450
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30440
30451
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30484,8 +30495,8 @@ function equals$q(existing, incoming) {
|
|
|
30484
30495
|
}
|
|
30485
30496
|
|
|
30486
30497
|
const VERSION$1t = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
30487
|
-
function validate$
|
|
30488
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
30498
|
+
function validate$N(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
|
|
30499
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
|
|
30489
30500
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
30490
30501
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
30491
30502
|
}
|
|
@@ -30501,7 +30512,7 @@ function validate$M(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation'
|
|
|
30501
30512
|
for (let i = 0; i < obj_result.length; i++) {
|
|
30502
30513
|
const obj_result_item = obj_result[i];
|
|
30503
30514
|
const path_result_item = path_result + '[' + i + ']';
|
|
30504
|
-
const referencepath_result_itemValidationError = validate$
|
|
30515
|
+
const referencepath_result_itemValidationError = validate$O(obj_result_item, path_result_item);
|
|
30505
30516
|
if (referencepath_result_itemValidationError !== null) {
|
|
30506
30517
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
30507
30518
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30551,7 +30562,7 @@ function equals$p(existing, incoming) {
|
|
|
30551
30562
|
}
|
|
30552
30563
|
const ingest$1n = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30553
30564
|
if (process.env.NODE_ENV !== 'production') {
|
|
30554
|
-
const validateError = validate$
|
|
30565
|
+
const validateError = validate$N(input);
|
|
30555
30566
|
if (validateError !== null) {
|
|
30556
30567
|
throw validateError;
|
|
30557
30568
|
}
|
|
@@ -30572,8 +30583,8 @@ function getTypeCacheKeys$1p(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30572
30583
|
}
|
|
30573
30584
|
|
|
30574
30585
|
const VERSION$1s = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
30575
|
-
function validate$
|
|
30576
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
30586
|
+
function validate$M(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
30587
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
|
|
30577
30588
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
30578
30589
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
30579
30590
|
}
|
|
@@ -30589,7 +30600,7 @@ function validate$L(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
|
30589
30600
|
for (let i = 0; i < obj_result.length; i++) {
|
|
30590
30601
|
const obj_result_item = obj_result[i];
|
|
30591
30602
|
const path_result_item = path_result + '[' + i + ']';
|
|
30592
|
-
const referencepath_result_itemValidationError = validate$
|
|
30603
|
+
const referencepath_result_itemValidationError = validate$O(obj_result_item, path_result_item);
|
|
30593
30604
|
if (referencepath_result_itemValidationError !== null) {
|
|
30594
30605
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
30595
30606
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30639,7 +30650,7 @@ function equals$o(existing, incoming) {
|
|
|
30639
30650
|
}
|
|
30640
30651
|
const ingest$1m = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30641
30652
|
if (process.env.NODE_ENV !== 'production') {
|
|
30642
|
-
const validateError = validate$
|
|
30653
|
+
const validateError = validate$M(input);
|
|
30643
30654
|
if (validateError !== null) {
|
|
30644
30655
|
throw validateError;
|
|
30645
30656
|
}
|
|
@@ -30666,7 +30677,7 @@ const DiscriminatorValues$2 = {
|
|
|
30666
30677
|
};
|
|
30667
30678
|
const TTL$j = 300000;
|
|
30668
30679
|
const VERSION$1r = "8956293536e94d5ec63b274b61033d2c";
|
|
30669
|
-
function validate$
|
|
30680
|
+
function validate$L(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
30670
30681
|
const v_error = (() => {
|
|
30671
30682
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30672
30683
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30744,7 +30755,7 @@ function getTypeCacheKeys$1n(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
30744
30755
|
|
|
30745
30756
|
const TTL$i = 300000;
|
|
30746
30757
|
const VERSION$1q = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
30747
|
-
function validate$
|
|
30758
|
+
function validate$K(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
30748
30759
|
const v_error = (() => {
|
|
30749
30760
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30750
30761
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30823,7 +30834,7 @@ function merge(existing, incoming, _luvio, _path) {
|
|
|
30823
30834
|
|
|
30824
30835
|
const ingest$1l = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30825
30836
|
if (process.env.NODE_ENV !== 'production') {
|
|
30826
|
-
const validateError = validate$
|
|
30837
|
+
const validateError = validate$K(input);
|
|
30827
30838
|
if (validateError !== null) {
|
|
30828
30839
|
throw validateError;
|
|
30829
30840
|
}
|
|
@@ -31314,7 +31325,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
|
|
|
31314
31325
|
};
|
|
31315
31326
|
|
|
31316
31327
|
const VERSION$1p = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
31317
|
-
function validate$
|
|
31328
|
+
function validate$J(obj, path = 'RelatedListReferenceRepresentation') {
|
|
31318
31329
|
const v_error = (() => {
|
|
31319
31330
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31320
31331
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31553,7 +31564,7 @@ function equals$l(existing, incoming) {
|
|
|
31553
31564
|
}
|
|
31554
31565
|
|
|
31555
31566
|
const VERSION$1o = "836b875b519813e7499efc62f0f1d04b";
|
|
31556
|
-
function validate$
|
|
31567
|
+
function validate$I(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
31557
31568
|
const v_error = (() => {
|
|
31558
31569
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31559
31570
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31596,7 +31607,7 @@ function validate$H(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
|
31596
31607
|
}
|
|
31597
31608
|
const obj_listReference = obj.listReference;
|
|
31598
31609
|
const path_listReference = path + '.listReference';
|
|
31599
|
-
const referencepath_listReferenceValidationError = validate$
|
|
31610
|
+
const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
|
|
31600
31611
|
if (referencepath_listReferenceValidationError !== null) {
|
|
31601
31612
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
31602
31613
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31669,7 +31680,7 @@ function equals$k(existing, incoming) {
|
|
|
31669
31680
|
}
|
|
31670
31681
|
const ingest$1k = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
31671
31682
|
if (process.env.NODE_ENV !== 'production') {
|
|
31672
|
-
const validateError = validate$
|
|
31683
|
+
const validateError = validate$I(input);
|
|
31673
31684
|
if (validateError !== null) {
|
|
31674
31685
|
throw validateError;
|
|
31675
31686
|
}
|
|
@@ -32181,7 +32192,7 @@ const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedL
|
|
|
32181
32192
|
buildCachedSnapshotCachePolicy$i, buildNetworkSnapshotCachePolicy$j);
|
|
32182
32193
|
};
|
|
32183
32194
|
|
|
32184
|
-
function validate$
|
|
32195
|
+
function validate$H(obj, path = 'RelatedListColumnRepresentation') {
|
|
32185
32196
|
const v_error = (() => {
|
|
32186
32197
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32187
32198
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32332,7 +32343,7 @@ function validate$G(obj, path = 'RelatedListColumnRepresentation') {
|
|
|
32332
32343
|
|
|
32333
32344
|
const TTL$h = 900000;
|
|
32334
32345
|
const VERSION$1n = "c977d65d153a2b4e888ddd45fb083248";
|
|
32335
|
-
function validate$
|
|
32346
|
+
function validate$G(obj, path = 'RelatedListInfoRepresentation') {
|
|
32336
32347
|
const v_error = (() => {
|
|
32337
32348
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32338
32349
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32360,7 +32371,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32360
32371
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
32361
32372
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
32362
32373
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
32363
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
32374
|
+
const referencepath_displayColumns_itemValidationError = validate$H(obj_displayColumns_item, path_displayColumns_item);
|
|
32364
32375
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
32365
32376
|
let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
32366
32377
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32407,7 +32418,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32407
32418
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
32408
32419
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
32409
32420
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
32410
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
32421
|
+
const referencepath_filteredByInfo_itemValidationError = validate$23(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
32411
32422
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
32412
32423
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
32413
32424
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32421,7 +32432,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32421
32432
|
}
|
|
32422
32433
|
const obj_listReference = obj.listReference;
|
|
32423
32434
|
const path_listReference = path + '.listReference';
|
|
32424
|
-
const referencepath_listReferenceValidationError = validate$
|
|
32435
|
+
const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
|
|
32425
32436
|
if (referencepath_listReferenceValidationError !== null) {
|
|
32426
32437
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
32427
32438
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32459,7 +32470,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32459
32470
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
32460
32471
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
32461
32472
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
32462
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
32473
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1_(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
32463
32474
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
32464
32475
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
32465
32476
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32478,7 +32489,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
32478
32489
|
}
|
|
32479
32490
|
const obj_userPreferences = obj.userPreferences;
|
|
32480
32491
|
const path_userPreferences = path + '.userPreferences';
|
|
32481
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
32492
|
+
const referencepath_userPreferencesValidationError = validate$1W(obj_userPreferences, path_userPreferences);
|
|
32482
32493
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
32483
32494
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
32484
32495
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32618,7 +32629,7 @@ function equals$j(existing, incoming) {
|
|
|
32618
32629
|
}
|
|
32619
32630
|
const ingest$1j = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32620
32631
|
if (process.env.NODE_ENV !== 'production') {
|
|
32621
|
-
const validateError = validate$
|
|
32632
|
+
const validateError = validate$G(input);
|
|
32622
32633
|
if (validateError !== null) {
|
|
32623
32634
|
throw validateError;
|
|
32624
32635
|
}
|
|
@@ -33056,7 +33067,7 @@ const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRela
|
|
|
33056
33067
|
buildCachedSnapshotCachePolicy$h, buildNetworkSnapshotCachePolicy$i);
|
|
33057
33068
|
};
|
|
33058
33069
|
|
|
33059
|
-
function validate$
|
|
33070
|
+
function validate$F(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
33060
33071
|
const v_error = (() => {
|
|
33061
33072
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33062
33073
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33152,7 +33163,7 @@ function validate$E(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
33152
33163
|
const path_themeInfo = path + '.themeInfo';
|
|
33153
33164
|
let obj_themeInfo_union0 = null;
|
|
33154
33165
|
const obj_themeInfo_union0_error = (() => {
|
|
33155
|
-
const referencepath_themeInfoValidationError = validate$
|
|
33166
|
+
const referencepath_themeInfoValidationError = validate$1F(obj_themeInfo, path_themeInfo);
|
|
33156
33167
|
if (referencepath_themeInfoValidationError !== null) {
|
|
33157
33168
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
33158
33169
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33187,7 +33198,7 @@ function validate$E(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
33187
33198
|
}
|
|
33188
33199
|
|
|
33189
33200
|
const VERSION$1m = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
33190
|
-
function validate$
|
|
33201
|
+
function validate$E(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
|
|
33191
33202
|
const v_error = (() => {
|
|
33192
33203
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33193
33204
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33236,7 +33247,7 @@ function validate$D(obj, path = 'RelatedListSummaryInfoCollectionRepresentation'
|
|
|
33236
33247
|
for (let i = 0; i < obj_relatedLists.length; i++) {
|
|
33237
33248
|
const obj_relatedLists_item = obj_relatedLists[i];
|
|
33238
33249
|
const path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
33239
|
-
const referencepath_relatedLists_itemValidationError = validate$
|
|
33250
|
+
const referencepath_relatedLists_itemValidationError = validate$F(obj_relatedLists_item, path_relatedLists_item);
|
|
33240
33251
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
33241
33252
|
let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
33242
33253
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33292,7 +33303,7 @@ function equals$i(existing, incoming) {
|
|
|
33292
33303
|
}
|
|
33293
33304
|
const ingest$1i = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
33294
33305
|
if (process.env.NODE_ENV !== 'production') {
|
|
33295
|
-
const validateError = validate$
|
|
33306
|
+
const validateError = validate$E(input);
|
|
33296
33307
|
if (validateError !== null) {
|
|
33297
33308
|
throw validateError;
|
|
33298
33309
|
}
|
|
@@ -33543,7 +33554,7 @@ const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedLi
|
|
|
33543
33554
|
|
|
33544
33555
|
const TTL$g = 900000;
|
|
33545
33556
|
const VERSION$1l = "094cdf8e3e1f07fca02c4e51e14c528e";
|
|
33546
|
-
function validate$
|
|
33557
|
+
function validate$C(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
33547
33558
|
const v_error = (() => {
|
|
33548
33559
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33549
33560
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33584,7 +33595,7 @@ function validate$B(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
33584
33595
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
33585
33596
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
33586
33597
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
33587
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
33598
|
+
const referencepath_orderedBy_itemValidationError = validate$1_(obj_orderedBy_item, path_orderedBy_item);
|
|
33588
33599
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
33589
33600
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
33590
33601
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33628,7 +33639,7 @@ function equals$h(existing, incoming) {
|
|
|
33628
33639
|
}
|
|
33629
33640
|
const ingest$1h = function RelatedListUserPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
33630
33641
|
if (process.env.NODE_ENV !== 'production') {
|
|
33631
|
-
const validateError = validate$
|
|
33642
|
+
const validateError = validate$C(input);
|
|
33632
33643
|
if (validateError !== null) {
|
|
33633
33644
|
throw validateError;
|
|
33634
33645
|
}
|
|
@@ -34136,7 +34147,7 @@ const getRelatedListPreferencesAdapterFactory = (luvio) => function UiApi__getRe
|
|
|
34136
34147
|
buildCachedSnapshotCachePolicy$d, buildNetworkSnapshotCachePolicy$e);
|
|
34137
34148
|
};
|
|
34138
34149
|
|
|
34139
|
-
function validate$
|
|
34150
|
+
function validate$B(obj, path = 'RelatedListRecordsSingleBatchInputRepresentation') {
|
|
34140
34151
|
const v_error = (() => {
|
|
34141
34152
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
34142
34153
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -34379,7 +34390,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
|
|
|
34379
34390
|
|
|
34380
34391
|
const TTL$f = 30000;
|
|
34381
34392
|
const VERSION$1k = "62467c27c19349b70c9db2a8d9d591d9";
|
|
34382
|
-
function validate$
|
|
34393
|
+
function validate$A(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
34383
34394
|
const v_error = (() => {
|
|
34384
34395
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
34385
34396
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -34460,7 +34471,7 @@ function validate$z(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
|
34460
34471
|
}
|
|
34461
34472
|
const obj_listReference = obj.listReference;
|
|
34462
34473
|
const path_listReference = path + '.listReference';
|
|
34463
|
-
const referencepath_listReferenceValidationError = validate$
|
|
34474
|
+
const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
|
|
34464
34475
|
if (referencepath_listReferenceValidationError !== null) {
|
|
34465
34476
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
34466
34477
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34881,7 +34892,7 @@ function equals$g(existing, incoming) {
|
|
|
34881
34892
|
}
|
|
34882
34893
|
const ingest$1g = function RelatedListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
34883
34894
|
if (process.env.NODE_ENV !== 'production') {
|
|
34884
|
-
const validateError = validate$
|
|
34895
|
+
const validateError = validate$A(input);
|
|
34885
34896
|
if (validateError !== null) {
|
|
34886
34897
|
throw validateError;
|
|
34887
34898
|
}
|
|
@@ -34957,6 +34968,7 @@ const ingest$1g = function RelatedListRecordCollectionRepresentationIngest(input
|
|
|
34957
34968
|
namespace: "UiApi",
|
|
34958
34969
|
version: VERSION$1k,
|
|
34959
34970
|
representationName: RepresentationType$i,
|
|
34971
|
+
ingestionTimestamp: timestamp,
|
|
34960
34972
|
};
|
|
34961
34973
|
luvio.publishStoreMetadata(key, storeMetadataParams);
|
|
34962
34974
|
}
|
|
@@ -35372,7 +35384,7 @@ function typeCheckConfig$m(untrustedConfig) {
|
|
|
35372
35384
|
const untrustedConfig_relatedListParameters_array = [];
|
|
35373
35385
|
for (let i = 0, arrayLength = untrustedConfig_relatedListParameters.length; i < arrayLength; i++) {
|
|
35374
35386
|
const untrustedConfig_relatedListParameters_item = untrustedConfig_relatedListParameters[i];
|
|
35375
|
-
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$
|
|
35387
|
+
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$B(untrustedConfig_relatedListParameters_item);
|
|
35376
35388
|
if (referenceRelatedListRecordsSingleBatchInputRepresentationValidationError === null) {
|
|
35377
35389
|
untrustedConfig_relatedListParameters_array.push(untrustedConfig_relatedListParameters_item);
|
|
35378
35390
|
}
|
|
@@ -35617,7 +35629,7 @@ const getRelatedListRecordsAdapterFactory = (luvio) => function UiApi__getRelate
|
|
|
35617
35629
|
buildCachedSnapshotCachePolicy$b, buildNetworkSnapshotCachePolicy$c);
|
|
35618
35630
|
};
|
|
35619
35631
|
|
|
35620
|
-
function validate$
|
|
35632
|
+
function validate$z(obj, path = 'SearchFilterOptionRepresentation') {
|
|
35621
35633
|
const v_error = (() => {
|
|
35622
35634
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35623
35635
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35647,7 +35659,7 @@ var DiscriminatorValues;
|
|
|
35647
35659
|
DiscriminatorValues["Field"] = "Field";
|
|
35648
35660
|
DiscriminatorValues["DataCategory"] = "DataCategory";
|
|
35649
35661
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
35650
|
-
function validate$
|
|
35662
|
+
function validate$y(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
35651
35663
|
const v_error = (() => {
|
|
35652
35664
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35653
35665
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35708,7 +35720,7 @@ function validate$x(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
|
35708
35720
|
|
|
35709
35721
|
const TTL$e = 30000;
|
|
35710
35722
|
const VERSION$1j = "7d241c2ee7cc9b09d6bd434b33b0b5e4";
|
|
35711
|
-
function validate$
|
|
35723
|
+
function validate$x(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
|
|
35712
35724
|
const v_error = (() => {
|
|
35713
35725
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35714
35726
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35747,7 +35759,7 @@ function validate$w(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
35747
35759
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
35748
35760
|
const obj_filters_item = obj_filters[i];
|
|
35749
35761
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
35750
|
-
const referencepath_filters_itemValidationError = validate$
|
|
35762
|
+
const referencepath_filters_itemValidationError = validate$y(obj_filters_item, path_filters_item);
|
|
35751
35763
|
if (referencepath_filters_itemValidationError !== null) {
|
|
35752
35764
|
let message = 'Object doesn\'t match SearchFilterDefinitionRepresentation (at "' + path_filters_item + '")\n';
|
|
35753
35765
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -35792,7 +35804,7 @@ function equals$f(existing, incoming) {
|
|
|
35792
35804
|
}
|
|
35793
35805
|
const ingest$1f = function SearchFilterMetadataCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
35794
35806
|
if (process.env.NODE_ENV !== 'production') {
|
|
35795
|
-
const validateError = validate$
|
|
35807
|
+
const validateError = validate$x(input);
|
|
35796
35808
|
if (validateError !== null) {
|
|
35797
35809
|
throw validateError;
|
|
35798
35810
|
}
|
|
@@ -35956,7 +35968,7 @@ const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSear
|
|
|
35956
35968
|
|
|
35957
35969
|
const TTL$d = 30000;
|
|
35958
35970
|
const VERSION$1i = "8d851a8d9abf0a061a8ad81d4cbb83bc";
|
|
35959
|
-
function validate$
|
|
35971
|
+
function validate$w(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
35960
35972
|
const v_error = (() => {
|
|
35961
35973
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
35962
35974
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -35979,7 +35991,7 @@ function validate$v(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
|
35979
35991
|
for (let i = 0; i < obj_options.length; i++) {
|
|
35980
35992
|
const obj_options_item = obj_options[i];
|
|
35981
35993
|
const path_options_item = path_options + '[' + i + ']';
|
|
35982
|
-
const referencepath_options_itemValidationError = validate$
|
|
35994
|
+
const referencepath_options_itemValidationError = validate$z(obj_options_item, path_options_item);
|
|
35983
35995
|
if (referencepath_options_itemValidationError !== null) {
|
|
35984
35996
|
let message = 'Object doesn\'t match SearchFilterOptionRepresentation (at "' + path_options_item + '")\n';
|
|
35985
35997
|
message += referencepath_options_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36046,7 +36058,7 @@ function equals$e(existing, incoming) {
|
|
|
36046
36058
|
}
|
|
36047
36059
|
const ingest$1e = function SearchFilterOptionCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
36048
36060
|
if (process.env.NODE_ENV !== 'production') {
|
|
36049
|
-
const validateError = validate$
|
|
36061
|
+
const validateError = validate$w(input);
|
|
36050
36062
|
if (validateError !== null) {
|
|
36051
36063
|
throw validateError;
|
|
36052
36064
|
}
|
|
@@ -36210,7 +36222,7 @@ const getSearchFilterOptionsAdapterFactory = (luvio) => function UiApi__getSearc
|
|
|
36210
36222
|
buildCachedSnapshotCachePolicy$9, buildNetworkSnapshotCachePolicy$a);
|
|
36211
36223
|
};
|
|
36212
36224
|
|
|
36213
|
-
function validate$
|
|
36225
|
+
function validate$v(obj, path = 'DisplayLayoutRepresentation') {
|
|
36214
36226
|
const v_error = (() => {
|
|
36215
36227
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36216
36228
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36231,7 +36243,7 @@ function validate$u(obj, path = 'DisplayLayoutRepresentation') {
|
|
|
36231
36243
|
return v_error === undefined ? null : v_error;
|
|
36232
36244
|
}
|
|
36233
36245
|
|
|
36234
|
-
function validate$
|
|
36246
|
+
function validate$u(obj, path = 'MatchingInfoRepresentation') {
|
|
36235
36247
|
const v_error = (() => {
|
|
36236
36248
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36237
36249
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36252,14 +36264,14 @@ function validate$t(obj, path = 'MatchingInfoRepresentation') {
|
|
|
36252
36264
|
return v_error === undefined ? null : v_error;
|
|
36253
36265
|
}
|
|
36254
36266
|
|
|
36255
|
-
function validate$
|
|
36267
|
+
function validate$t(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
36256
36268
|
const v_error = (() => {
|
|
36257
36269
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36258
36270
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
36259
36271
|
}
|
|
36260
36272
|
const obj_displayLayout = obj.displayLayout;
|
|
36261
36273
|
const path_displayLayout = path + '.displayLayout';
|
|
36262
|
-
const referencepath_displayLayoutValidationError = validate$
|
|
36274
|
+
const referencepath_displayLayoutValidationError = validate$v(obj_displayLayout, path_displayLayout);
|
|
36263
36275
|
if (referencepath_displayLayoutValidationError !== null) {
|
|
36264
36276
|
let message = 'Object doesn\'t match DisplayLayoutRepresentation (at "' + path_displayLayout + '")\n';
|
|
36265
36277
|
message += referencepath_displayLayoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36267,7 +36279,7 @@ function validate$s(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
36267
36279
|
}
|
|
36268
36280
|
const obj_matchingInfo = obj.matchingInfo;
|
|
36269
36281
|
const path_matchingInfo = path + '.matchingInfo';
|
|
36270
|
-
const referencepath_matchingInfoValidationError = validate$
|
|
36282
|
+
const referencepath_matchingInfoValidationError = validate$u(obj_matchingInfo, path_matchingInfo);
|
|
36271
36283
|
if (referencepath_matchingInfoValidationError !== null) {
|
|
36272
36284
|
let message = 'Object doesn\'t match MatchingInfoRepresentation (at "' + path_matchingInfo + '")\n';
|
|
36273
36285
|
message += referencepath_matchingInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36277,14 +36289,14 @@ function validate$s(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
36277
36289
|
return v_error === undefined ? null : v_error;
|
|
36278
36290
|
}
|
|
36279
36291
|
|
|
36280
|
-
function validate$
|
|
36292
|
+
function validate$s(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
36281
36293
|
const v_error = (() => {
|
|
36282
36294
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36283
36295
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
36284
36296
|
}
|
|
36285
36297
|
const obj_fullSearchInfo = obj.fullSearchInfo;
|
|
36286
36298
|
const path_fullSearchInfo = path + '.fullSearchInfo';
|
|
36287
|
-
const referencepath_fullSearchInfoValidationError = validate$
|
|
36299
|
+
const referencepath_fullSearchInfoValidationError = validate$t(obj_fullSearchInfo, path_fullSearchInfo);
|
|
36288
36300
|
if (referencepath_fullSearchInfoValidationError !== null) {
|
|
36289
36301
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_fullSearchInfo + '")\n';
|
|
36290
36302
|
message += referencepath_fullSearchInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36297,7 +36309,7 @@ function validate$r(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
36297
36309
|
}
|
|
36298
36310
|
const obj_suggestionsInfo = obj.suggestionsInfo;
|
|
36299
36311
|
const path_suggestionsInfo = path + '.suggestionsInfo';
|
|
36300
|
-
const referencepath_suggestionsInfoValidationError = validate$
|
|
36312
|
+
const referencepath_suggestionsInfoValidationError = validate$t(obj_suggestionsInfo, path_suggestionsInfo);
|
|
36301
36313
|
if (referencepath_suggestionsInfoValidationError !== null) {
|
|
36302
36314
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_suggestionsInfo + '")\n';
|
|
36303
36315
|
message += referencepath_suggestionsInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36309,7 +36321,7 @@ function validate$r(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
36309
36321
|
|
|
36310
36322
|
const TTL$c = 30000;
|
|
36311
36323
|
const VERSION$1h = "ab99b79a5e8a78e051ec92b39d76a6bd";
|
|
36312
|
-
function validate$
|
|
36324
|
+
function validate$r(obj, path = 'LookupMetadataRepresentation') {
|
|
36313
36325
|
const v_error = (() => {
|
|
36314
36326
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36315
36327
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36360,7 +36372,7 @@ function validate$q(obj, path = 'LookupMetadataRepresentation') {
|
|
|
36360
36372
|
const key = obj_targetInfo_keys[i];
|
|
36361
36373
|
const obj_targetInfo_prop = obj_targetInfo[key];
|
|
36362
36374
|
const path_targetInfo_prop = path_targetInfo + '["' + key + '"]';
|
|
36363
|
-
const referencepath_targetInfo_propValidationError = validate$
|
|
36375
|
+
const referencepath_targetInfo_propValidationError = validate$s(obj_targetInfo_prop, path_targetInfo_prop);
|
|
36364
36376
|
if (referencepath_targetInfo_propValidationError !== null) {
|
|
36365
36377
|
let message = 'Object doesn\'t match LookupMetadataTargetInfoRepresentation (at "' + path_targetInfo_prop + '")\n';
|
|
36366
36378
|
message += referencepath_targetInfo_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36400,7 +36412,7 @@ function equals$d(existing, incoming) {
|
|
|
36400
36412
|
}
|
|
36401
36413
|
const ingest$1d = function LookupMetadataRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
36402
36414
|
if (process.env.NODE_ENV !== 'production') {
|
|
36403
|
-
const validateError = validate$
|
|
36415
|
+
const validateError = validate$r(input);
|
|
36404
36416
|
if (validateError !== null) {
|
|
36405
36417
|
throw validateError;
|
|
36406
36418
|
}
|
|
@@ -36562,7 +36574,7 @@ const getLookupMetadataAdapterFactory = (luvio) => function UiApi__getLookupMeta
|
|
|
36562
36574
|
buildCachedSnapshotCachePolicy$8, buildNetworkSnapshotCachePolicy$9);
|
|
36563
36575
|
};
|
|
36564
36576
|
|
|
36565
|
-
function validate$
|
|
36577
|
+
function validate$q(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
36566
36578
|
const v_error = (() => {
|
|
36567
36579
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36568
36580
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36593,7 +36605,7 @@ function validate$p(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
|
36593
36605
|
return v_error === undefined ? null : v_error;
|
|
36594
36606
|
}
|
|
36595
36607
|
|
|
36596
|
-
function validate$
|
|
36608
|
+
function validate$p(obj, path = 'SearchFilterInputRepresentation') {
|
|
36597
36609
|
const v_error = (() => {
|
|
36598
36610
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36599
36611
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36662,7 +36674,7 @@ function validate$o(obj, path = 'SearchFilterInputRepresentation') {
|
|
|
36662
36674
|
return v_error === undefined ? null : v_error;
|
|
36663
36675
|
}
|
|
36664
36676
|
|
|
36665
|
-
function validate$
|
|
36677
|
+
function validate$o(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
36666
36678
|
const v_error = (() => {
|
|
36667
36679
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36668
36680
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36675,7 +36687,7 @@ function validate$n(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
36675
36687
|
for (let i = 0; i < obj_dataCategories.length; i++) {
|
|
36676
36688
|
const obj_dataCategories_item = obj_dataCategories[i];
|
|
36677
36689
|
const path_dataCategories_item = path_dataCategories + '[' + i + ']';
|
|
36678
|
-
const referencepath_dataCategories_itemValidationError = validate$
|
|
36690
|
+
const referencepath_dataCategories_itemValidationError = validate$q(obj_dataCategories_item, path_dataCategories_item);
|
|
36679
36691
|
if (referencepath_dataCategories_itemValidationError !== null) {
|
|
36680
36692
|
let message = 'Object doesn\'t match SearchDataCategoryInputRepresentation (at "' + path_dataCategories_item + '")\n';
|
|
36681
36693
|
message += referencepath_dataCategories_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36690,7 +36702,7 @@ function validate$n(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
36690
36702
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
36691
36703
|
const obj_filters_item = obj_filters[i];
|
|
36692
36704
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
36693
|
-
const referencepath_filters_itemValidationError = validate$
|
|
36705
|
+
const referencepath_filters_itemValidationError = validate$p(obj_filters_item, path_filters_item);
|
|
36694
36706
|
if (referencepath_filters_itemValidationError !== null) {
|
|
36695
36707
|
let message = 'Object doesn\'t match SearchFilterInputRepresentation (at "' + path_filters_item + '")\n';
|
|
36696
36708
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36701,7 +36713,7 @@ function validate$n(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
36701
36713
|
return v_error === undefined ? null : v_error;
|
|
36702
36714
|
}
|
|
36703
36715
|
|
|
36704
|
-
function validate$
|
|
36716
|
+
function validate$n(obj, path = 'ErrorMessageRepresentation') {
|
|
36705
36717
|
const v_error = (() => {
|
|
36706
36718
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36707
36719
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36741,7 +36753,7 @@ function validate$m(obj, path = 'ErrorMessageRepresentation') {
|
|
|
36741
36753
|
return v_error === undefined ? null : v_error;
|
|
36742
36754
|
}
|
|
36743
36755
|
|
|
36744
|
-
function validate$
|
|
36756
|
+
function validate$m(obj, path = 'SearchResultCollectionRepresentation') {
|
|
36745
36757
|
const v_error = (() => {
|
|
36746
36758
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36747
36759
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36755,7 +36767,7 @@ function validate$l(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
36755
36767
|
const path_error = path + '.error';
|
|
36756
36768
|
let obj_error_union0 = null;
|
|
36757
36769
|
const obj_error_union0_error = (() => {
|
|
36758
|
-
const referencepath_errorValidationError = validate$
|
|
36770
|
+
const referencepath_errorValidationError = validate$n(obj_error, path_error);
|
|
36759
36771
|
if (referencepath_errorValidationError !== null) {
|
|
36760
36772
|
let message = 'Object doesn\'t match ErrorMessageRepresentation (at "' + path_error + '")\n';
|
|
36761
36773
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36819,7 +36831,7 @@ function validate$l(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
36819
36831
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
36820
36832
|
const obj_orderBy_item = obj_orderBy[i];
|
|
36821
36833
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
36822
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
36834
|
+
const referencepath_orderBy_itemValidationError = validate$1_(obj_orderBy_item, path_orderBy_item);
|
|
36823
36835
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
36824
36836
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
36825
36837
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -36885,7 +36897,7 @@ function validate$l(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
36885
36897
|
return v_error === undefined ? null : v_error;
|
|
36886
36898
|
}
|
|
36887
36899
|
|
|
36888
|
-
function validate$
|
|
36900
|
+
function validate$l(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
36889
36901
|
const v_error = (() => {
|
|
36890
36902
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36891
36903
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -36906,6 +36918,63 @@ function validate$k(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
|
36906
36918
|
return v_error === undefined ? null : v_error;
|
|
36907
36919
|
}
|
|
36908
36920
|
|
|
36921
|
+
function validate$k(obj, path = 'AppliedSearchFilterOutputRepresentation') {
|
|
36922
|
+
const v_error = (() => {
|
|
36923
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
36924
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
36925
|
+
}
|
|
36926
|
+
const obj_fieldPath = obj.fieldPath;
|
|
36927
|
+
const path_fieldPath = path + '.fieldPath';
|
|
36928
|
+
if (typeof obj_fieldPath !== 'string') {
|
|
36929
|
+
return new TypeError('Expected "string" but received "' + typeof obj_fieldPath + '" (at "' + path_fieldPath + '")');
|
|
36930
|
+
}
|
|
36931
|
+
const obj_label = obj.label;
|
|
36932
|
+
const path_label = path + '.label';
|
|
36933
|
+
let obj_label_union0 = null;
|
|
36934
|
+
const obj_label_union0_error = (() => {
|
|
36935
|
+
if (typeof obj_label !== 'string') {
|
|
36936
|
+
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
36937
|
+
}
|
|
36938
|
+
})();
|
|
36939
|
+
if (obj_label_union0_error != null) {
|
|
36940
|
+
obj_label_union0 = obj_label_union0_error.message;
|
|
36941
|
+
}
|
|
36942
|
+
let obj_label_union1 = null;
|
|
36943
|
+
const obj_label_union1_error = (() => {
|
|
36944
|
+
if (obj_label !== null) {
|
|
36945
|
+
return new TypeError('Expected "null" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
36946
|
+
}
|
|
36947
|
+
})();
|
|
36948
|
+
if (obj_label_union1_error != null) {
|
|
36949
|
+
obj_label_union1 = obj_label_union1_error.message;
|
|
36950
|
+
}
|
|
36951
|
+
if (obj_label_union0 && obj_label_union1) {
|
|
36952
|
+
let message = 'Object doesn\'t match union (at "' + path_label + '")';
|
|
36953
|
+
message += '\n' + obj_label_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
36954
|
+
message += '\n' + obj_label_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
36955
|
+
return new TypeError(message);
|
|
36956
|
+
}
|
|
36957
|
+
const obj_operator = obj.operator;
|
|
36958
|
+
const path_operator = path + '.operator';
|
|
36959
|
+
if (typeof obj_operator !== 'string') {
|
|
36960
|
+
return new TypeError('Expected "string" but received "' + typeof obj_operator + '" (at "' + path_operator + '")');
|
|
36961
|
+
}
|
|
36962
|
+
const obj_values = obj.values;
|
|
36963
|
+
const path_values = path + '.values';
|
|
36964
|
+
if (!ArrayIsArray(obj_values)) {
|
|
36965
|
+
return new TypeError('Expected "array" but received "' + typeof obj_values + '" (at "' + path_values + '")');
|
|
36966
|
+
}
|
|
36967
|
+
for (let i = 0; i < obj_values.length; i++) {
|
|
36968
|
+
const obj_values_item = obj_values[i];
|
|
36969
|
+
const path_values_item = path_values + '[' + i + ']';
|
|
36970
|
+
if (typeof obj_values_item !== 'string') {
|
|
36971
|
+
return new TypeError('Expected "string" but received "' + typeof obj_values_item + '" (at "' + path_values_item + '")');
|
|
36972
|
+
}
|
|
36973
|
+
}
|
|
36974
|
+
})();
|
|
36975
|
+
return v_error === undefined ? null : v_error;
|
|
36976
|
+
}
|
|
36977
|
+
|
|
36909
36978
|
function validate$j(obj, path = 'SearchAnswersRecordRepresentation') {
|
|
36910
36979
|
const v_error = (() => {
|
|
36911
36980
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -36945,6 +37014,21 @@ function validate$i(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
36945
37014
|
if (typeof obj_answerType !== 'string') {
|
|
36946
37015
|
return new TypeError('Expected "string" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
|
|
36947
37016
|
}
|
|
37017
|
+
const obj_appliedFilters = obj.appliedFilters;
|
|
37018
|
+
const path_appliedFilters = path + '.appliedFilters';
|
|
37019
|
+
if (!ArrayIsArray(obj_appliedFilters)) {
|
|
37020
|
+
return new TypeError('Expected "array" but received "' + typeof obj_appliedFilters + '" (at "' + path_appliedFilters + '")');
|
|
37021
|
+
}
|
|
37022
|
+
for (let i = 0; i < obj_appliedFilters.length; i++) {
|
|
37023
|
+
const obj_appliedFilters_item = obj_appliedFilters[i];
|
|
37024
|
+
const path_appliedFilters_item = path_appliedFilters + '[' + i + ']';
|
|
37025
|
+
const referencepath_appliedFilters_itemValidationError = validate$k(obj_appliedFilters_item, path_appliedFilters_item);
|
|
37026
|
+
if (referencepath_appliedFilters_itemValidationError !== null) {
|
|
37027
|
+
let message = 'Object doesn\'t match AppliedSearchFilterOutputRepresentation (at "' + path_appliedFilters_item + '")\n';
|
|
37028
|
+
message += referencepath_appliedFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
37029
|
+
return new TypeError(message);
|
|
37030
|
+
}
|
|
37031
|
+
}
|
|
36948
37032
|
const obj_passage = obj.passage;
|
|
36949
37033
|
const path_passage = path + '.passage';
|
|
36950
37034
|
if (typeof obj_passage !== 'string') {
|
|
@@ -37010,11 +37094,6 @@ function validate$g(obj, path = 'SearchFilterOutputRepresentation') {
|
|
|
37010
37094
|
if (typeof obj_fieldPath !== 'string') {
|
|
37011
37095
|
return new TypeError('Expected "string" but received "' + typeof obj_fieldPath + '" (at "' + path_fieldPath + '")');
|
|
37012
37096
|
}
|
|
37013
|
-
const obj_label = obj.label;
|
|
37014
|
-
const path_label = path + '.label';
|
|
37015
|
-
if (typeof obj_label !== 'string') {
|
|
37016
|
-
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
37017
|
-
}
|
|
37018
37097
|
const obj_operator = obj.operator;
|
|
37019
37098
|
const path_operator = path + '.operator';
|
|
37020
37099
|
if (typeof obj_operator !== 'string') {
|
|
@@ -37112,7 +37191,7 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
37112
37191
|
const path_keywordSearchResults = path + '.keywordSearchResults';
|
|
37113
37192
|
let obj_keywordSearchResults_union0 = null;
|
|
37114
37193
|
const obj_keywordSearchResults_union0_error = (() => {
|
|
37115
|
-
const referencepath_keywordSearchResultsValidationError = validate$
|
|
37194
|
+
const referencepath_keywordSearchResultsValidationError = validate$l(obj_keywordSearchResults, path_keywordSearchResults);
|
|
37116
37195
|
if (referencepath_keywordSearchResultsValidationError !== null) {
|
|
37117
37196
|
let message = 'Object doesn\'t match KeywordSearchResultsRepresentation (at "' + path_keywordSearchResults + '")\n';
|
|
37118
37197
|
message += referencepath_keywordSearchResultsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -37325,7 +37404,7 @@ function typeCheckConfig$h(untrustedConfig) {
|
|
|
37325
37404
|
for (let i = 0, arrayLength = untrustedConfig_searchObjectOptions_keys.length; i < arrayLength; i++) {
|
|
37326
37405
|
const key = untrustedConfig_searchObjectOptions_keys[i];
|
|
37327
37406
|
const untrustedConfig_searchObjectOptions_prop = untrustedConfig_searchObjectOptions[key];
|
|
37328
|
-
const referenceSearchObjectOptionsRepresentationValidationError = validate$
|
|
37407
|
+
const referenceSearchObjectOptionsRepresentationValidationError = validate$o(untrustedConfig_searchObjectOptions_prop);
|
|
37329
37408
|
if (referenceSearchObjectOptionsRepresentationValidationError === null) {
|
|
37330
37409
|
if (untrustedConfig_searchObjectOptions_object !== undefined) {
|
|
37331
37410
|
untrustedConfig_searchObjectOptions_object[key] = untrustedConfig_searchObjectOptions_prop;
|
|
@@ -37444,7 +37523,7 @@ function validate$d(obj, path = 'KeywordSearchResultsSummaryRepresentation') {
|
|
|
37444
37523
|
}
|
|
37445
37524
|
const obj_keywordSearchResult = obj.keywordSearchResult;
|
|
37446
37525
|
const path_keywordSearchResult = path + '.keywordSearchResult';
|
|
37447
|
-
const referencepath_keywordSearchResultValidationError = validate$
|
|
37526
|
+
const referencepath_keywordSearchResultValidationError = validate$m(obj_keywordSearchResult, path_keywordSearchResult);
|
|
37448
37527
|
if (referencepath_keywordSearchResultValidationError !== null) {
|
|
37449
37528
|
let message = 'Object doesn\'t match SearchResultCollectionRepresentation (at "' + path_keywordSearchResult + '")\n';
|
|
37450
37529
|
message += referencepath_keywordSearchResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -37599,7 +37678,7 @@ function typeCheckConfig$g(untrustedConfig) {
|
|
|
37599
37678
|
const untrustedConfig_filters_array = [];
|
|
37600
37679
|
for (let i = 0, arrayLength = untrustedConfig_filters.length; i < arrayLength; i++) {
|
|
37601
37680
|
const untrustedConfig_filters_item = untrustedConfig_filters[i];
|
|
37602
|
-
const referenceSearchFilterInputRepresentationValidationError = validate$
|
|
37681
|
+
const referenceSearchFilterInputRepresentationValidationError = validate$p(untrustedConfig_filters_item);
|
|
37603
37682
|
if (referenceSearchFilterInputRepresentationValidationError === null) {
|
|
37604
37683
|
untrustedConfig_filters_array.push(untrustedConfig_filters_item);
|
|
37605
37684
|
}
|
|
@@ -37694,7 +37773,7 @@ function mergeData$11(existingData, newData) {
|
|
|
37694
37773
|
};
|
|
37695
37774
|
}
|
|
37696
37775
|
function ingest$1a(astNode, state) {
|
|
37697
|
-
const { path, data, luvio } = state;
|
|
37776
|
+
const { path, data, timestamp, luvio } = state;
|
|
37698
37777
|
const key = keyBuilder$1f(luvio, path);
|
|
37699
37778
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
37700
37779
|
key,
|
|
@@ -37708,7 +37787,8 @@ function ingest$1a(astNode, state) {
|
|
|
37708
37787
|
ttl: TTL$6,
|
|
37709
37788
|
namespace: keyPrefix,
|
|
37710
37789
|
representationName: "DoubleValue",
|
|
37711
|
-
version: VERSION$1e
|
|
37790
|
+
version: VERSION$1e,
|
|
37791
|
+
ingestionTimestamp: timestamp,
|
|
37712
37792
|
},
|
|
37713
37793
|
});
|
|
37714
37794
|
}
|
|
@@ -37836,7 +37916,7 @@ function mergeData$10(existingData, newData) {
|
|
|
37836
37916
|
};
|
|
37837
37917
|
}
|
|
37838
37918
|
function ingest$19(astNode, state) {
|
|
37839
|
-
const { path, data, luvio } = state;
|
|
37919
|
+
const { path, data, timestamp, luvio } = state;
|
|
37840
37920
|
const key = keyBuilder$1e(luvio, path);
|
|
37841
37921
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
37842
37922
|
key,
|
|
@@ -37850,7 +37930,8 @@ function ingest$19(astNode, state) {
|
|
|
37850
37930
|
ttl: TTL$6,
|
|
37851
37931
|
namespace: keyPrefix,
|
|
37852
37932
|
representationName: "LongValue",
|
|
37853
|
-
version: VERSION$1d
|
|
37933
|
+
version: VERSION$1d,
|
|
37934
|
+
ingestionTimestamp: timestamp,
|
|
37854
37935
|
},
|
|
37855
37936
|
});
|
|
37856
37937
|
}
|
|
@@ -37978,7 +38059,7 @@ function mergeData$$(existingData, newData) {
|
|
|
37978
38059
|
};
|
|
37979
38060
|
}
|
|
37980
38061
|
function ingest$18(astNode, state) {
|
|
37981
|
-
const { path, data, luvio } = state;
|
|
38062
|
+
const { path, data, timestamp, luvio } = state;
|
|
37982
38063
|
const key = keyBuilder$1d(luvio, path);
|
|
37983
38064
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
37984
38065
|
key,
|
|
@@ -37992,7 +38073,8 @@ function ingest$18(astNode, state) {
|
|
|
37992
38073
|
ttl: TTL$6,
|
|
37993
38074
|
namespace: keyPrefix,
|
|
37994
38075
|
representationName: "PercentValue",
|
|
37995
|
-
version: VERSION$1c
|
|
38076
|
+
version: VERSION$1c,
|
|
38077
|
+
ingestionTimestamp: timestamp,
|
|
37996
38078
|
},
|
|
37997
38079
|
});
|
|
37998
38080
|
}
|
|
@@ -38120,7 +38202,7 @@ function mergeData$_(existingData, newData) {
|
|
|
38120
38202
|
};
|
|
38121
38203
|
}
|
|
38122
38204
|
function ingest$17(astNode, state) {
|
|
38123
|
-
const { path, data, luvio } = state;
|
|
38205
|
+
const { path, data, timestamp, luvio } = state;
|
|
38124
38206
|
const key = keyBuilder$1c(luvio, path);
|
|
38125
38207
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
38126
38208
|
key,
|
|
@@ -38134,7 +38216,8 @@ function ingest$17(astNode, state) {
|
|
|
38134
38216
|
ttl: TTL$6,
|
|
38135
38217
|
namespace: keyPrefix,
|
|
38136
38218
|
representationName: "PercentAggregate",
|
|
38137
|
-
version: VERSION$1b
|
|
38219
|
+
version: VERSION$1b,
|
|
38220
|
+
ingestionTimestamp: timestamp,
|
|
38138
38221
|
},
|
|
38139
38222
|
});
|
|
38140
38223
|
}
|
|
@@ -38382,7 +38465,7 @@ function mergeData$Z(existingData, newData) {
|
|
|
38382
38465
|
};
|
|
38383
38466
|
}
|
|
38384
38467
|
function ingest$16(astNode, state) {
|
|
38385
|
-
const { path, data, luvio } = state;
|
|
38468
|
+
const { path, data, timestamp, luvio } = state;
|
|
38386
38469
|
const key = keyBuilder$1b(luvio, path);
|
|
38387
38470
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
38388
38471
|
key,
|
|
@@ -38396,7 +38479,8 @@ function ingest$16(astNode, state) {
|
|
|
38396
38479
|
ttl: TTL$6,
|
|
38397
38480
|
namespace: keyPrefix,
|
|
38398
38481
|
representationName: "IntValue",
|
|
38399
|
-
version: VERSION$1a
|
|
38482
|
+
version: VERSION$1a,
|
|
38483
|
+
ingestionTimestamp: timestamp,
|
|
38400
38484
|
},
|
|
38401
38485
|
});
|
|
38402
38486
|
}
|
|
@@ -38524,7 +38608,7 @@ function mergeData$Y(existingData, newData) {
|
|
|
38524
38608
|
};
|
|
38525
38609
|
}
|
|
38526
38610
|
function ingest$15(astNode, state) {
|
|
38527
|
-
const { path, data, luvio } = state;
|
|
38611
|
+
const { path, data, timestamp, luvio } = state;
|
|
38528
38612
|
const key = keyBuilder$1a(luvio, path);
|
|
38529
38613
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
38530
38614
|
key,
|
|
@@ -38538,7 +38622,8 @@ function ingest$15(astNode, state) {
|
|
|
38538
38622
|
ttl: TTL$6,
|
|
38539
38623
|
namespace: keyPrefix,
|
|
38540
38624
|
representationName: "StringValue",
|
|
38541
|
-
version: VERSION$19
|
|
38625
|
+
version: VERSION$19,
|
|
38626
|
+
ingestionTimestamp: timestamp,
|
|
38542
38627
|
},
|
|
38543
38628
|
});
|
|
38544
38629
|
}
|
|
@@ -38657,7 +38742,7 @@ function mergeData$X(existingData, newData) {
|
|
|
38657
38742
|
};
|
|
38658
38743
|
}
|
|
38659
38744
|
function ingest$14(astNode, state) {
|
|
38660
|
-
const { path, data, luvio } = state;
|
|
38745
|
+
const { path, data, timestamp, luvio } = state;
|
|
38661
38746
|
const key = keyBuilder$19(luvio, path);
|
|
38662
38747
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
38663
38748
|
key,
|
|
@@ -38671,7 +38756,8 @@ function ingest$14(astNode, state) {
|
|
|
38671
38756
|
ttl: TTL$6,
|
|
38672
38757
|
namespace: keyPrefix,
|
|
38673
38758
|
representationName: "StringAggregate",
|
|
38674
|
-
version: VERSION$18
|
|
38759
|
+
version: VERSION$18,
|
|
38760
|
+
ingestionTimestamp: timestamp,
|
|
38675
38761
|
},
|
|
38676
38762
|
});
|
|
38677
38763
|
}
|
|
@@ -38899,7 +38985,7 @@ function mergeData$W(existingData, newData) {
|
|
|
38899
38985
|
};
|
|
38900
38986
|
}
|
|
38901
38987
|
function ingest$13(astNode, state) {
|
|
38902
|
-
const { path, data, luvio } = state;
|
|
38988
|
+
const { path, data, timestamp, luvio } = state;
|
|
38903
38989
|
const key = keyBuilder$18(luvio, path);
|
|
38904
38990
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
38905
38991
|
key,
|
|
@@ -38913,7 +38999,8 @@ function ingest$13(astNode, state) {
|
|
|
38913
38999
|
ttl: TTL$6,
|
|
38914
39000
|
namespace: keyPrefix,
|
|
38915
39001
|
representationName: "IDValue",
|
|
38916
|
-
version: VERSION$17
|
|
39002
|
+
version: VERSION$17,
|
|
39003
|
+
ingestionTimestamp: timestamp,
|
|
38917
39004
|
},
|
|
38918
39005
|
});
|
|
38919
39006
|
}
|
|
@@ -39035,7 +39122,7 @@ function mergeData$V(existingData, newData) {
|
|
|
39035
39122
|
};
|
|
39036
39123
|
}
|
|
39037
39124
|
function ingest$12(astNode, state) {
|
|
39038
|
-
const { path, data, luvio } = state;
|
|
39125
|
+
const { path, data, timestamp, luvio } = state;
|
|
39039
39126
|
const key = keyBuilder$17(luvio, path);
|
|
39040
39127
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
39041
39128
|
key,
|
|
@@ -39049,7 +39136,8 @@ function ingest$12(astNode, state) {
|
|
|
39049
39136
|
ttl: TTL$6,
|
|
39050
39137
|
namespace: keyPrefix,
|
|
39051
39138
|
representationName: "DateTimeValue",
|
|
39052
|
-
version: VERSION$16
|
|
39139
|
+
version: VERSION$16,
|
|
39140
|
+
ingestionTimestamp: timestamp,
|
|
39053
39141
|
},
|
|
39054
39142
|
});
|
|
39055
39143
|
}
|
|
@@ -39177,7 +39265,7 @@ function mergeData$U(existingData, newData) {
|
|
|
39177
39265
|
};
|
|
39178
39266
|
}
|
|
39179
39267
|
function ingest$11(astNode, state) {
|
|
39180
|
-
const { path, data, luvio } = state;
|
|
39268
|
+
const { path, data, timestamp, luvio } = state;
|
|
39181
39269
|
const key = keyBuilder$16(luvio, path);
|
|
39182
39270
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
39183
39271
|
key,
|
|
@@ -39191,7 +39279,8 @@ function ingest$11(astNode, state) {
|
|
|
39191
39279
|
ttl: TTL$6,
|
|
39192
39280
|
namespace: keyPrefix,
|
|
39193
39281
|
representationName: "BooleanValue",
|
|
39194
|
-
version: VERSION$15
|
|
39282
|
+
version: VERSION$15,
|
|
39283
|
+
ingestionTimestamp: timestamp,
|
|
39195
39284
|
},
|
|
39196
39285
|
});
|
|
39197
39286
|
}
|
|
@@ -39313,7 +39402,7 @@ function mergeData$T(existingData, newData) {
|
|
|
39313
39402
|
};
|
|
39314
39403
|
}
|
|
39315
39404
|
function ingest$10(astNode, state) {
|
|
39316
|
-
const { path, data, luvio } = state;
|
|
39405
|
+
const { path, data, timestamp, luvio } = state;
|
|
39317
39406
|
const key = keyBuilder$15(luvio, path);
|
|
39318
39407
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
39319
39408
|
key,
|
|
@@ -39327,7 +39416,8 @@ function ingest$10(astNode, state) {
|
|
|
39327
39416
|
ttl: TTL$6,
|
|
39328
39417
|
namespace: keyPrefix,
|
|
39329
39418
|
representationName: "TimeValue",
|
|
39330
|
-
version: VERSION$14
|
|
39419
|
+
version: VERSION$14,
|
|
39420
|
+
ingestionTimestamp: timestamp,
|
|
39331
39421
|
},
|
|
39332
39422
|
});
|
|
39333
39423
|
}
|
|
@@ -39455,7 +39545,7 @@ function mergeData$S(existingData, newData) {
|
|
|
39455
39545
|
};
|
|
39456
39546
|
}
|
|
39457
39547
|
function ingest$$(astNode, state) {
|
|
39458
|
-
const { path, data, luvio } = state;
|
|
39548
|
+
const { path, data, timestamp, luvio } = state;
|
|
39459
39549
|
const key = keyBuilder$14(luvio, path);
|
|
39460
39550
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
39461
39551
|
key,
|
|
@@ -39469,7 +39559,8 @@ function ingest$$(astNode, state) {
|
|
|
39469
39559
|
ttl: TTL$6,
|
|
39470
39560
|
namespace: keyPrefix,
|
|
39471
39561
|
representationName: "DateValue",
|
|
39472
|
-
version: VERSION$13
|
|
39562
|
+
version: VERSION$13,
|
|
39563
|
+
ingestionTimestamp: timestamp,
|
|
39473
39564
|
},
|
|
39474
39565
|
});
|
|
39475
39566
|
}
|
|
@@ -39597,7 +39688,7 @@ function mergeData$R(existingData, newData) {
|
|
|
39597
39688
|
};
|
|
39598
39689
|
}
|
|
39599
39690
|
function ingest$_(astNode, state) {
|
|
39600
|
-
const { path, data, luvio } = state;
|
|
39691
|
+
const { path, data, timestamp, luvio } = state;
|
|
39601
39692
|
const key = keyBuilder$13(luvio, path);
|
|
39602
39693
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
39603
39694
|
key,
|
|
@@ -39611,7 +39702,8 @@ function ingest$_(astNode, state) {
|
|
|
39611
39702
|
ttl: TTL$6,
|
|
39612
39703
|
namespace: keyPrefix,
|
|
39613
39704
|
representationName: "TextAreaValue",
|
|
39614
|
-
version: VERSION$12
|
|
39705
|
+
version: VERSION$12,
|
|
39706
|
+
ingestionTimestamp: timestamp,
|
|
39615
39707
|
},
|
|
39616
39708
|
});
|
|
39617
39709
|
}
|
|
@@ -39733,7 +39825,7 @@ function mergeData$Q(existingData, newData) {
|
|
|
39733
39825
|
};
|
|
39734
39826
|
}
|
|
39735
39827
|
function ingest$Z(astNode, state) {
|
|
39736
|
-
const { path, data, luvio } = state;
|
|
39828
|
+
const { path, data, timestamp, luvio } = state;
|
|
39737
39829
|
const key = keyBuilder$12(luvio, path);
|
|
39738
39830
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
39739
39831
|
key,
|
|
@@ -39747,7 +39839,8 @@ function ingest$Z(astNode, state) {
|
|
|
39747
39839
|
ttl: TTL$6,
|
|
39748
39840
|
namespace: keyPrefix,
|
|
39749
39841
|
representationName: "LongTextAreaValue",
|
|
39750
|
-
version: VERSION$11
|
|
39842
|
+
version: VERSION$11,
|
|
39843
|
+
ingestionTimestamp: timestamp,
|
|
39751
39844
|
},
|
|
39752
39845
|
});
|
|
39753
39846
|
}
|
|
@@ -39869,7 +39962,7 @@ function mergeData$P(existingData, newData) {
|
|
|
39869
39962
|
};
|
|
39870
39963
|
}
|
|
39871
39964
|
function ingest$Y(astNode, state) {
|
|
39872
|
-
const { path, data, luvio } = state;
|
|
39965
|
+
const { path, data, timestamp, luvio } = state;
|
|
39873
39966
|
const key = keyBuilder$11(luvio, path);
|
|
39874
39967
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
39875
39968
|
key,
|
|
@@ -39883,7 +39976,8 @@ function ingest$Y(astNode, state) {
|
|
|
39883
39976
|
ttl: TTL$6,
|
|
39884
39977
|
namespace: keyPrefix,
|
|
39885
39978
|
representationName: "RichTextAreaValue",
|
|
39886
|
-
version: VERSION$10
|
|
39979
|
+
version: VERSION$10,
|
|
39980
|
+
ingestionTimestamp: timestamp,
|
|
39887
39981
|
},
|
|
39888
39982
|
});
|
|
39889
39983
|
}
|
|
@@ -40005,7 +40099,7 @@ function mergeData$O(existingData, newData) {
|
|
|
40005
40099
|
};
|
|
40006
40100
|
}
|
|
40007
40101
|
function ingest$X(astNode, state) {
|
|
40008
|
-
const { path, data, luvio } = state;
|
|
40102
|
+
const { path, data, timestamp, luvio } = state;
|
|
40009
40103
|
const key = keyBuilder$10(luvio, path);
|
|
40010
40104
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
40011
40105
|
key,
|
|
@@ -40019,7 +40113,8 @@ function ingest$X(astNode, state) {
|
|
|
40019
40113
|
ttl: TTL$6,
|
|
40020
40114
|
namespace: keyPrefix,
|
|
40021
40115
|
representationName: "PhoneNumberValue",
|
|
40022
|
-
version: VERSION
|
|
40116
|
+
version: VERSION$$,
|
|
40117
|
+
ingestionTimestamp: timestamp,
|
|
40023
40118
|
},
|
|
40024
40119
|
});
|
|
40025
40120
|
}
|
|
@@ -40141,7 +40236,7 @@ function mergeData$N(existingData, newData) {
|
|
|
40141
40236
|
};
|
|
40142
40237
|
}
|
|
40143
40238
|
function ingest$W(astNode, state) {
|
|
40144
|
-
const { path, data, luvio } = state;
|
|
40239
|
+
const { path, data, timestamp, luvio } = state;
|
|
40145
40240
|
const key = keyBuilder$$(luvio, path);
|
|
40146
40241
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
40147
40242
|
key,
|
|
@@ -40155,7 +40250,8 @@ function ingest$W(astNode, state) {
|
|
|
40155
40250
|
ttl: TTL$6,
|
|
40156
40251
|
namespace: keyPrefix,
|
|
40157
40252
|
representationName: "EmailValue",
|
|
40158
|
-
version: VERSION$_
|
|
40253
|
+
version: VERSION$_,
|
|
40254
|
+
ingestionTimestamp: timestamp,
|
|
40159
40255
|
},
|
|
40160
40256
|
});
|
|
40161
40257
|
}
|
|
@@ -40277,7 +40373,7 @@ function mergeData$M(existingData, newData) {
|
|
|
40277
40373
|
};
|
|
40278
40374
|
}
|
|
40279
40375
|
function ingest$V(astNode, state) {
|
|
40280
|
-
const { path, data, luvio } = state;
|
|
40376
|
+
const { path, data, timestamp, luvio } = state;
|
|
40281
40377
|
const key = keyBuilder$_(luvio, path);
|
|
40282
40378
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
40283
40379
|
key,
|
|
@@ -40291,7 +40387,8 @@ function ingest$V(astNode, state) {
|
|
|
40291
40387
|
ttl: TTL$6,
|
|
40292
40388
|
namespace: keyPrefix,
|
|
40293
40389
|
representationName: "UrlValue",
|
|
40294
|
-
version: VERSION$Z
|
|
40390
|
+
version: VERSION$Z,
|
|
40391
|
+
ingestionTimestamp: timestamp,
|
|
40295
40392
|
},
|
|
40296
40393
|
});
|
|
40297
40394
|
}
|
|
@@ -40413,7 +40510,7 @@ function mergeData$L(existingData, newData) {
|
|
|
40413
40510
|
};
|
|
40414
40511
|
}
|
|
40415
40512
|
function ingest$U(astNode, state) {
|
|
40416
|
-
const { path, data, luvio } = state;
|
|
40513
|
+
const { path, data, timestamp, luvio } = state;
|
|
40417
40514
|
const key = keyBuilder$Z(luvio, path);
|
|
40418
40515
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
40419
40516
|
key,
|
|
@@ -40427,7 +40524,8 @@ function ingest$U(astNode, state) {
|
|
|
40427
40524
|
ttl: TTL$6,
|
|
40428
40525
|
namespace: keyPrefix,
|
|
40429
40526
|
representationName: "EncryptedStringValue",
|
|
40430
|
-
version: VERSION$Y
|
|
40527
|
+
version: VERSION$Y,
|
|
40528
|
+
ingestionTimestamp: timestamp,
|
|
40431
40529
|
},
|
|
40432
40530
|
});
|
|
40433
40531
|
}
|
|
@@ -40549,7 +40647,7 @@ function mergeData$K(existingData, newData) {
|
|
|
40549
40647
|
};
|
|
40550
40648
|
}
|
|
40551
40649
|
function ingest$T(astNode, state) {
|
|
40552
|
-
const { path, data, luvio } = state;
|
|
40650
|
+
const { path, data, timestamp, luvio } = state;
|
|
40553
40651
|
const key = keyBuilder$Y(luvio, path);
|
|
40554
40652
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
40555
40653
|
key,
|
|
@@ -40563,7 +40661,8 @@ function ingest$T(astNode, state) {
|
|
|
40563
40661
|
ttl: TTL$6,
|
|
40564
40662
|
namespace: keyPrefix,
|
|
40565
40663
|
representationName: "CurrencyValue",
|
|
40566
|
-
version: VERSION$X
|
|
40664
|
+
version: VERSION$X,
|
|
40665
|
+
ingestionTimestamp: timestamp,
|
|
40567
40666
|
},
|
|
40568
40667
|
});
|
|
40569
40668
|
}
|
|
@@ -40691,7 +40790,7 @@ function mergeData$J(existingData, newData) {
|
|
|
40691
40790
|
};
|
|
40692
40791
|
}
|
|
40693
40792
|
function ingest$S(astNode, state) {
|
|
40694
|
-
const { path, data, luvio } = state;
|
|
40793
|
+
const { path, data, timestamp, luvio } = state;
|
|
40695
40794
|
const key = keyBuilder$X(luvio, path);
|
|
40696
40795
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
40697
40796
|
key,
|
|
@@ -40705,7 +40804,8 @@ function ingest$S(astNode, state) {
|
|
|
40705
40804
|
ttl: TTL$6,
|
|
40706
40805
|
namespace: keyPrefix,
|
|
40707
40806
|
representationName: "LongitudeValue",
|
|
40708
|
-
version: VERSION$W
|
|
40807
|
+
version: VERSION$W,
|
|
40808
|
+
ingestionTimestamp: timestamp,
|
|
40709
40809
|
},
|
|
40710
40810
|
});
|
|
40711
40811
|
}
|
|
@@ -40827,7 +40927,7 @@ function mergeData$I(existingData, newData) {
|
|
|
40827
40927
|
};
|
|
40828
40928
|
}
|
|
40829
40929
|
function ingest$R(astNode, state) {
|
|
40830
|
-
const { path, data, luvio } = state;
|
|
40930
|
+
const { path, data, timestamp, luvio } = state;
|
|
40831
40931
|
const key = keyBuilder$W(luvio, path);
|
|
40832
40932
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
40833
40933
|
key,
|
|
@@ -40841,7 +40941,8 @@ function ingest$R(astNode, state) {
|
|
|
40841
40941
|
ttl: TTL$6,
|
|
40842
40942
|
namespace: keyPrefix,
|
|
40843
40943
|
representationName: "LatitudeValue",
|
|
40844
|
-
version: VERSION$V
|
|
40944
|
+
version: VERSION$V,
|
|
40945
|
+
ingestionTimestamp: timestamp,
|
|
40845
40946
|
},
|
|
40846
40947
|
});
|
|
40847
40948
|
}
|
|
@@ -40963,7 +41064,7 @@ function mergeData$H(existingData, newData) {
|
|
|
40963
41064
|
};
|
|
40964
41065
|
}
|
|
40965
41066
|
function ingest$Q(astNode, state) {
|
|
40966
|
-
const { path, data, luvio } = state;
|
|
41067
|
+
const { path, data, timestamp, luvio } = state;
|
|
40967
41068
|
const key = keyBuilder$V(luvio, path);
|
|
40968
41069
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
40969
41070
|
key,
|
|
@@ -40977,7 +41078,8 @@ function ingest$Q(astNode, state) {
|
|
|
40977
41078
|
ttl: TTL$6,
|
|
40978
41079
|
namespace: keyPrefix,
|
|
40979
41080
|
representationName: "PicklistValue",
|
|
40980
|
-
version: VERSION$U
|
|
41081
|
+
version: VERSION$U,
|
|
41082
|
+
ingestionTimestamp: timestamp,
|
|
40981
41083
|
},
|
|
40982
41084
|
});
|
|
40983
41085
|
}
|
|
@@ -41105,7 +41207,7 @@ function mergeData$G(existingData, newData) {
|
|
|
41105
41207
|
};
|
|
41106
41208
|
}
|
|
41107
41209
|
function ingest$P(astNode, state) {
|
|
41108
|
-
const { path, data, luvio } = state;
|
|
41210
|
+
const { path, data, timestamp, luvio } = state;
|
|
41109
41211
|
const key = keyBuilder$U(luvio, path);
|
|
41110
41212
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
41111
41213
|
key,
|
|
@@ -41119,7 +41221,8 @@ function ingest$P(astNode, state) {
|
|
|
41119
41221
|
ttl: TTL$6,
|
|
41120
41222
|
namespace: keyPrefix,
|
|
41121
41223
|
representationName: "MultiPicklistValue",
|
|
41122
|
-
version: VERSION$T
|
|
41224
|
+
version: VERSION$T,
|
|
41225
|
+
ingestionTimestamp: timestamp,
|
|
41123
41226
|
},
|
|
41124
41227
|
});
|
|
41125
41228
|
}
|
|
@@ -41247,7 +41350,7 @@ function mergeData$F(existingData, newData) {
|
|
|
41247
41350
|
};
|
|
41248
41351
|
}
|
|
41249
41352
|
function ingest$O(astNode, state) {
|
|
41250
|
-
const { path, data, luvio } = state;
|
|
41353
|
+
const { path, data, timestamp, luvio } = state;
|
|
41251
41354
|
const key = keyBuilder$T(luvio, path);
|
|
41252
41355
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
41253
41356
|
key,
|
|
@@ -41261,7 +41364,8 @@ function ingest$O(astNode, state) {
|
|
|
41261
41364
|
ttl: TTL$6,
|
|
41262
41365
|
namespace: keyPrefix,
|
|
41263
41366
|
representationName: "Base64Value",
|
|
41264
|
-
version: VERSION$S
|
|
41367
|
+
version: VERSION$S,
|
|
41368
|
+
ingestionTimestamp: timestamp,
|
|
41265
41369
|
},
|
|
41266
41370
|
});
|
|
41267
41371
|
}
|
|
@@ -41383,7 +41487,7 @@ function mergeData$E(existingData, newData) {
|
|
|
41383
41487
|
};
|
|
41384
41488
|
}
|
|
41385
41489
|
function ingest$N(astNode, state) {
|
|
41386
|
-
const { path, data, luvio } = state;
|
|
41490
|
+
const { path, data, timestamp, luvio } = state;
|
|
41387
41491
|
const key = keyBuilder$S(luvio, path);
|
|
41388
41492
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
41389
41493
|
key,
|
|
@@ -41397,7 +41501,8 @@ function ingest$N(astNode, state) {
|
|
|
41397
41501
|
ttl: TTL$6,
|
|
41398
41502
|
namespace: keyPrefix,
|
|
41399
41503
|
representationName: "JSONValue",
|
|
41400
|
-
version: VERSION$R
|
|
41504
|
+
version: VERSION$R,
|
|
41505
|
+
ingestionTimestamp: timestamp,
|
|
41401
41506
|
},
|
|
41402
41507
|
});
|
|
41403
41508
|
}
|
|
@@ -41923,7 +42028,7 @@ function mergeData$D(existingData, newData) {
|
|
|
41923
42028
|
};
|
|
41924
42029
|
}
|
|
41925
42030
|
function ingest$L(astNode, state) {
|
|
41926
|
-
const { path, data, luvio } = state;
|
|
42031
|
+
const { path, data, timestamp, luvio } = state;
|
|
41927
42032
|
const key = keyBuilder$R(luvio, path);
|
|
41928
42033
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
41929
42034
|
key,
|
|
@@ -41937,7 +42042,8 @@ function ingest$L(astNode, state) {
|
|
|
41937
42042
|
ttl: TTL$6,
|
|
41938
42043
|
namespace: keyPrefix,
|
|
41939
42044
|
representationName: "CompoundField",
|
|
41940
|
-
version: VERSION$P
|
|
42045
|
+
version: VERSION$P,
|
|
42046
|
+
ingestionTimestamp: timestamp,
|
|
41941
42047
|
},
|
|
41942
42048
|
});
|
|
41943
42049
|
}
|
|
@@ -42923,7 +43029,7 @@ function mergeData$C(existingData, newData) {
|
|
|
42923
43029
|
};
|
|
42924
43030
|
}
|
|
42925
43031
|
function ingest$K(astNode, state) {
|
|
42926
|
-
const { path, data, luvio } = state;
|
|
43032
|
+
const { path, data, timestamp, luvio } = state;
|
|
42927
43033
|
const key = keyBuilder$Q(luvio, path);
|
|
42928
43034
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
42929
43035
|
key,
|
|
@@ -42937,7 +43043,8 @@ function ingest$K(astNode, state) {
|
|
|
42937
43043
|
ttl: TTL$6,
|
|
42938
43044
|
namespace: keyPrefix,
|
|
42939
43045
|
representationName: "PageInfo",
|
|
42940
|
-
version: VERSION$O
|
|
43046
|
+
version: VERSION$O,
|
|
43047
|
+
ingestionTimestamp: timestamp,
|
|
42941
43048
|
},
|
|
42942
43049
|
});
|
|
42943
43050
|
}
|
|
@@ -43139,7 +43246,7 @@ function mergeData$B(existingData, newData) {
|
|
|
43139
43246
|
};
|
|
43140
43247
|
}
|
|
43141
43248
|
function ingest$J(astNode, state) {
|
|
43142
|
-
const { path, data, luvio } = state;
|
|
43249
|
+
const { path, data, timestamp, luvio } = state;
|
|
43143
43250
|
const key = keyBuilder$P(luvio, path, data);
|
|
43144
43251
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
43145
43252
|
key,
|
|
@@ -43156,7 +43263,8 @@ function ingest$J(astNode, state) {
|
|
|
43156
43263
|
ttl: TTL$6,
|
|
43157
43264
|
namespace: keyPrefix,
|
|
43158
43265
|
representationName: "RecordRepresentation",
|
|
43159
|
-
version: VERSION$N
|
|
43266
|
+
version: VERSION$N,
|
|
43267
|
+
ingestionTimestamp: timestamp,
|
|
43160
43268
|
},
|
|
43161
43269
|
});
|
|
43162
43270
|
}
|
|
@@ -43678,7 +43786,7 @@ function mergeData$A(existingData, newData) {
|
|
|
43678
43786
|
};
|
|
43679
43787
|
}
|
|
43680
43788
|
function ingest$I(astNode, state) {
|
|
43681
|
-
const { path, data, luvio } = state;
|
|
43789
|
+
const { path, data, timestamp, luvio } = state;
|
|
43682
43790
|
const key = keyBuilder$O(luvio, path);
|
|
43683
43791
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
43684
43792
|
key,
|
|
@@ -43692,7 +43800,8 @@ function ingest$I(astNode, state) {
|
|
|
43692
43800
|
ttl: TTL$6,
|
|
43693
43801
|
namespace: keyPrefix,
|
|
43694
43802
|
representationName: "RecordEdge",
|
|
43695
|
-
version: VERSION$M
|
|
43803
|
+
version: VERSION$M,
|
|
43804
|
+
ingestionTimestamp: timestamp,
|
|
43696
43805
|
},
|
|
43697
43806
|
});
|
|
43698
43807
|
}
|
|
@@ -43902,7 +44011,7 @@ function ingestPaginationMetadata$1(astNode, state, key, sink, existingData) {
|
|
|
43902
44011
|
}
|
|
43903
44012
|
}
|
|
43904
44013
|
function ingest$H(astNode, state) {
|
|
43905
|
-
const { path, data, luvio } = state;
|
|
44014
|
+
const { path, data, timestamp, luvio } = state;
|
|
43906
44015
|
const key = keyBuilder$N(luvio, path);
|
|
43907
44016
|
return ingestCursorConnectionType(astNode, state, {
|
|
43908
44017
|
key,
|
|
@@ -43918,7 +44027,8 @@ function ingest$H(astNode, state) {
|
|
|
43918
44027
|
ttl: TTL$9,
|
|
43919
44028
|
namespace: keyPrefix,
|
|
43920
44029
|
representationName: "RecordConnection",
|
|
43921
|
-
version: VERSION$L
|
|
44030
|
+
version: VERSION$L,
|
|
44031
|
+
ingestionTimestamp: timestamp,
|
|
43922
44032
|
},
|
|
43923
44033
|
});
|
|
43924
44034
|
}
|
|
@@ -44087,7 +44197,7 @@ function mergeData$y(existingData, newData) {
|
|
|
44087
44197
|
};
|
|
44088
44198
|
}
|
|
44089
44199
|
function ingest$G(astNode, state) {
|
|
44090
|
-
const { path, data, luvio } = state;
|
|
44200
|
+
const { path, data, timestamp, luvio } = state;
|
|
44091
44201
|
const key = keyBuilder$M(luvio, path);
|
|
44092
44202
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
44093
44203
|
key,
|
|
@@ -44101,7 +44211,8 @@ function ingest$G(astNode, state) {
|
|
|
44101
44211
|
ttl: TTL$6,
|
|
44102
44212
|
namespace: keyPrefix,
|
|
44103
44213
|
representationName: "RecordQuery",
|
|
44104
|
-
version: VERSION$K
|
|
44214
|
+
version: VERSION$K,
|
|
44215
|
+
ingestionTimestamp: timestamp,
|
|
44105
44216
|
},
|
|
44106
44217
|
});
|
|
44107
44218
|
}
|
|
@@ -44231,7 +44342,7 @@ function mergeData$x(existingData, newData) {
|
|
|
44231
44342
|
};
|
|
44232
44343
|
}
|
|
44233
44344
|
function ingest$F(astNode, state) {
|
|
44234
|
-
const { path, data, luvio } = state;
|
|
44345
|
+
const { path, data, timestamp, luvio } = state;
|
|
44235
44346
|
const key = keyBuilder$L(luvio, path);
|
|
44236
44347
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
44237
44348
|
key,
|
|
@@ -44245,7 +44356,8 @@ function ingest$F(astNode, state) {
|
|
|
44245
44356
|
ttl: TTL$6,
|
|
44246
44357
|
namespace: keyPrefix,
|
|
44247
44358
|
representationName: "BooleanAggregate",
|
|
44248
|
-
version: VERSION$J
|
|
44359
|
+
version: VERSION$J,
|
|
44360
|
+
ingestionTimestamp: timestamp,
|
|
44249
44361
|
},
|
|
44250
44362
|
});
|
|
44251
44363
|
}
|
|
@@ -44414,7 +44526,7 @@ function mergeData$w(existingData, newData) {
|
|
|
44414
44526
|
};
|
|
44415
44527
|
}
|
|
44416
44528
|
function ingest$E(astNode, state) {
|
|
44417
|
-
const { path, data, luvio } = state;
|
|
44529
|
+
const { path, data, timestamp, luvio } = state;
|
|
44418
44530
|
const key = keyBuilder$K(luvio, path);
|
|
44419
44531
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
44420
44532
|
key,
|
|
@@ -44428,7 +44540,8 @@ function ingest$E(astNode, state) {
|
|
|
44428
44540
|
ttl: TTL$6,
|
|
44429
44541
|
namespace: keyPrefix,
|
|
44430
44542
|
representationName: "CurrencyAggregate",
|
|
44431
|
-
version: VERSION$I
|
|
44543
|
+
version: VERSION$I,
|
|
44544
|
+
ingestionTimestamp: timestamp,
|
|
44432
44545
|
},
|
|
44433
44546
|
});
|
|
44434
44547
|
}
|
|
@@ -44676,7 +44789,7 @@ function mergeData$v(existingData, newData) {
|
|
|
44676
44789
|
};
|
|
44677
44790
|
}
|
|
44678
44791
|
function ingest$D(astNode, state) {
|
|
44679
|
-
const { path, data, luvio } = state;
|
|
44792
|
+
const { path, data, timestamp, luvio } = state;
|
|
44680
44793
|
const key = keyBuilder$J(luvio, path);
|
|
44681
44794
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
44682
44795
|
key,
|
|
@@ -44690,7 +44803,8 @@ function ingest$D(astNode, state) {
|
|
|
44690
44803
|
ttl: TTL$6,
|
|
44691
44804
|
namespace: keyPrefix,
|
|
44692
44805
|
representationName: "DateFunctionAggregation",
|
|
44693
|
-
version: VERSION$H
|
|
44806
|
+
version: VERSION$H,
|
|
44807
|
+
ingestionTimestamp: timestamp,
|
|
44694
44808
|
},
|
|
44695
44809
|
});
|
|
44696
44810
|
}
|
|
@@ -44824,7 +44938,7 @@ function mergeData$u(existingData, newData) {
|
|
|
44824
44938
|
};
|
|
44825
44939
|
}
|
|
44826
44940
|
function ingest$C(astNode, state) {
|
|
44827
|
-
const { path, data, luvio } = state;
|
|
44941
|
+
const { path, data, timestamp, luvio } = state;
|
|
44828
44942
|
const key = keyBuilder$I(luvio, path);
|
|
44829
44943
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
44830
44944
|
key,
|
|
@@ -44838,7 +44952,8 @@ function ingest$C(astNode, state) {
|
|
|
44838
44952
|
ttl: TTL$6,
|
|
44839
44953
|
namespace: keyPrefix,
|
|
44840
44954
|
representationName: "DateAggregate",
|
|
44841
|
-
version: VERSION$G
|
|
44955
|
+
version: VERSION$G,
|
|
44956
|
+
ingestionTimestamp: timestamp,
|
|
44842
44957
|
},
|
|
44843
44958
|
});
|
|
44844
44959
|
}
|
|
@@ -45205,7 +45320,7 @@ function mergeData$t(existingData, newData) {
|
|
|
45205
45320
|
};
|
|
45206
45321
|
}
|
|
45207
45322
|
function ingest$B(astNode, state) {
|
|
45208
|
-
const { path, data, luvio } = state;
|
|
45323
|
+
const { path, data, timestamp, luvio } = state;
|
|
45209
45324
|
const key = keyBuilder$H(luvio, path);
|
|
45210
45325
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
45211
45326
|
key,
|
|
@@ -45219,7 +45334,8 @@ function ingest$B(astNode, state) {
|
|
|
45219
45334
|
ttl: TTL$6,
|
|
45220
45335
|
namespace: keyPrefix,
|
|
45221
45336
|
representationName: "DoubleAggregate",
|
|
45222
|
-
version: VERSION$F
|
|
45337
|
+
version: VERSION$F,
|
|
45338
|
+
ingestionTimestamp: timestamp,
|
|
45223
45339
|
},
|
|
45224
45340
|
});
|
|
45225
45341
|
}
|
|
@@ -45458,7 +45574,7 @@ function mergeData$s(existingData, newData) {
|
|
|
45458
45574
|
};
|
|
45459
45575
|
}
|
|
45460
45576
|
function ingest$A(astNode, state) {
|
|
45461
|
-
const { path, data, luvio } = state;
|
|
45577
|
+
const { path, data, timestamp, luvio } = state;
|
|
45462
45578
|
const key = keyBuilder$G(luvio, path);
|
|
45463
45579
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
45464
45580
|
key,
|
|
@@ -45472,7 +45588,8 @@ function ingest$A(astNode, state) {
|
|
|
45472
45588
|
ttl: TTL$6,
|
|
45473
45589
|
namespace: keyPrefix,
|
|
45474
45590
|
representationName: "EmailAggregate",
|
|
45475
|
-
version: VERSION$E
|
|
45591
|
+
version: VERSION$E,
|
|
45592
|
+
ingestionTimestamp: timestamp,
|
|
45476
45593
|
},
|
|
45477
45594
|
});
|
|
45478
45595
|
}
|
|
@@ -45703,7 +45820,7 @@ function mergeData$r(existingData, newData) {
|
|
|
45703
45820
|
};
|
|
45704
45821
|
}
|
|
45705
45822
|
function ingest$z(astNode, state) {
|
|
45706
|
-
const { path, data, luvio } = state;
|
|
45823
|
+
const { path, data, timestamp, luvio } = state;
|
|
45707
45824
|
const key = keyBuilder$F(luvio, path);
|
|
45708
45825
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
45709
45826
|
key,
|
|
@@ -45717,7 +45834,8 @@ function ingest$z(astNode, state) {
|
|
|
45717
45834
|
ttl: TTL$6,
|
|
45718
45835
|
namespace: keyPrefix,
|
|
45719
45836
|
representationName: "IDAggregate",
|
|
45720
|
-
version: VERSION$D
|
|
45837
|
+
version: VERSION$D,
|
|
45838
|
+
ingestionTimestamp: timestamp,
|
|
45721
45839
|
},
|
|
45722
45840
|
});
|
|
45723
45841
|
}
|
|
@@ -45948,7 +46066,7 @@ function mergeData$q(existingData, newData) {
|
|
|
45948
46066
|
};
|
|
45949
46067
|
}
|
|
45950
46068
|
function ingest$y(astNode, state) {
|
|
45951
|
-
const { path, data, luvio } = state;
|
|
46069
|
+
const { path, data, timestamp, luvio } = state;
|
|
45952
46070
|
const key = keyBuilder$E(luvio, path);
|
|
45953
46071
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
45954
46072
|
key,
|
|
@@ -45962,7 +46080,8 @@ function ingest$y(astNode, state) {
|
|
|
45962
46080
|
ttl: TTL$6,
|
|
45963
46081
|
namespace: keyPrefix,
|
|
45964
46082
|
representationName: "IntAggregate",
|
|
45965
|
-
version: VERSION$C
|
|
46083
|
+
version: VERSION$C,
|
|
46084
|
+
ingestionTimestamp: timestamp,
|
|
45966
46085
|
},
|
|
45967
46086
|
});
|
|
45968
46087
|
}
|
|
@@ -46221,7 +46340,7 @@ function mergeData$p(existingData, newData) {
|
|
|
46221
46340
|
};
|
|
46222
46341
|
}
|
|
46223
46342
|
function ingest$x(astNode, state) {
|
|
46224
|
-
const { path, data, luvio } = state;
|
|
46343
|
+
const { path, data, timestamp, luvio } = state;
|
|
46225
46344
|
const key = keyBuilder$D(luvio, path);
|
|
46226
46345
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
46227
46346
|
key,
|
|
@@ -46235,7 +46354,8 @@ function ingest$x(astNode, state) {
|
|
|
46235
46354
|
ttl: TTL$6,
|
|
46236
46355
|
namespace: keyPrefix,
|
|
46237
46356
|
representationName: "LatitudeAggregate",
|
|
46238
|
-
version: VERSION$B
|
|
46357
|
+
version: VERSION$B,
|
|
46358
|
+
ingestionTimestamp: timestamp,
|
|
46239
46359
|
},
|
|
46240
46360
|
});
|
|
46241
46361
|
}
|
|
@@ -46477,7 +46597,7 @@ function mergeData$o(existingData, newData) {
|
|
|
46477
46597
|
};
|
|
46478
46598
|
}
|
|
46479
46599
|
function ingest$w(astNode, state) {
|
|
46480
|
-
const { path, data, luvio } = state;
|
|
46600
|
+
const { path, data, timestamp, luvio } = state;
|
|
46481
46601
|
const key = keyBuilder$C(luvio, path);
|
|
46482
46602
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
46483
46603
|
key,
|
|
@@ -46491,7 +46611,8 @@ function ingest$w(astNode, state) {
|
|
|
46491
46611
|
ttl: TTL$6,
|
|
46492
46612
|
namespace: keyPrefix,
|
|
46493
46613
|
representationName: "LongitudeAggregate",
|
|
46494
|
-
version: VERSION$A
|
|
46614
|
+
version: VERSION$A,
|
|
46615
|
+
ingestionTimestamp: timestamp,
|
|
46495
46616
|
},
|
|
46496
46617
|
});
|
|
46497
46618
|
}
|
|
@@ -46733,7 +46854,7 @@ function mergeData$n(existingData, newData) {
|
|
|
46733
46854
|
};
|
|
46734
46855
|
}
|
|
46735
46856
|
function ingest$v(astNode, state) {
|
|
46736
|
-
const { path, data, luvio } = state;
|
|
46857
|
+
const { path, data, timestamp, luvio } = state;
|
|
46737
46858
|
const key = keyBuilder$B(luvio, path);
|
|
46738
46859
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
46739
46860
|
key,
|
|
@@ -46747,7 +46868,8 @@ function ingest$v(astNode, state) {
|
|
|
46747
46868
|
ttl: TTL$6,
|
|
46748
46869
|
namespace: keyPrefix,
|
|
46749
46870
|
representationName: "LongAggregate",
|
|
46750
|
-
version: VERSION$z
|
|
46871
|
+
version: VERSION$z,
|
|
46872
|
+
ingestionTimestamp: timestamp,
|
|
46751
46873
|
},
|
|
46752
46874
|
});
|
|
46753
46875
|
}
|
|
@@ -47006,7 +47128,7 @@ function mergeData$m(existingData, newData) {
|
|
|
47006
47128
|
};
|
|
47007
47129
|
}
|
|
47008
47130
|
function ingest$u(astNode, state) {
|
|
47009
|
-
const { path, data, luvio } = state;
|
|
47131
|
+
const { path, data, timestamp, luvio } = state;
|
|
47010
47132
|
const key = keyBuilder$A(luvio, path);
|
|
47011
47133
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
47012
47134
|
key,
|
|
@@ -47020,7 +47142,8 @@ function ingest$u(astNode, state) {
|
|
|
47020
47142
|
ttl: TTL$6,
|
|
47021
47143
|
namespace: keyPrefix,
|
|
47022
47144
|
representationName: "PhoneNumberAggregate",
|
|
47023
|
-
version: VERSION$y
|
|
47145
|
+
version: VERSION$y,
|
|
47146
|
+
ingestionTimestamp: timestamp,
|
|
47024
47147
|
},
|
|
47025
47148
|
});
|
|
47026
47149
|
}
|
|
@@ -47251,7 +47374,7 @@ function mergeData$l(existingData, newData) {
|
|
|
47251
47374
|
};
|
|
47252
47375
|
}
|
|
47253
47376
|
function ingest$t(astNode, state) {
|
|
47254
|
-
const { path, data, luvio } = state;
|
|
47377
|
+
const { path, data, timestamp, luvio } = state;
|
|
47255
47378
|
const key = keyBuilder$z(luvio, path);
|
|
47256
47379
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
47257
47380
|
key,
|
|
@@ -47265,7 +47388,8 @@ function ingest$t(astNode, state) {
|
|
|
47265
47388
|
ttl: TTL$6,
|
|
47266
47389
|
namespace: keyPrefix,
|
|
47267
47390
|
representationName: "PicklistAggregate",
|
|
47268
|
-
version: VERSION$x
|
|
47391
|
+
version: VERSION$x,
|
|
47392
|
+
ingestionTimestamp: timestamp,
|
|
47269
47393
|
},
|
|
47270
47394
|
});
|
|
47271
47395
|
}
|
|
@@ -47502,7 +47626,7 @@ function mergeData$k(existingData, newData) {
|
|
|
47502
47626
|
};
|
|
47503
47627
|
}
|
|
47504
47628
|
function ingest$s(astNode, state) {
|
|
47505
|
-
const { path, data, luvio } = state;
|
|
47629
|
+
const { path, data, timestamp, luvio } = state;
|
|
47506
47630
|
const key = keyBuilder$y(luvio, path);
|
|
47507
47631
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
47508
47632
|
key,
|
|
@@ -47516,7 +47640,8 @@ function ingest$s(astNode, state) {
|
|
|
47516
47640
|
ttl: TTL$6,
|
|
47517
47641
|
namespace: keyPrefix,
|
|
47518
47642
|
representationName: "TextAreaAggregate",
|
|
47519
|
-
version: VERSION$w
|
|
47643
|
+
version: VERSION$w,
|
|
47644
|
+
ingestionTimestamp: timestamp,
|
|
47520
47645
|
},
|
|
47521
47646
|
});
|
|
47522
47647
|
}
|
|
@@ -47747,7 +47872,7 @@ function mergeData$j(existingData, newData) {
|
|
|
47747
47872
|
};
|
|
47748
47873
|
}
|
|
47749
47874
|
function ingest$r(astNode, state) {
|
|
47750
|
-
const { path, data, luvio } = state;
|
|
47875
|
+
const { path, data, timestamp, luvio } = state;
|
|
47751
47876
|
const key = keyBuilder$x(luvio, path);
|
|
47752
47877
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
47753
47878
|
key,
|
|
@@ -47761,7 +47886,8 @@ function ingest$r(astNode, state) {
|
|
|
47761
47886
|
ttl: TTL$6,
|
|
47762
47887
|
namespace: keyPrefix,
|
|
47763
47888
|
representationName: "TimeAggregate",
|
|
47764
|
-
version: VERSION$v
|
|
47889
|
+
version: VERSION$v,
|
|
47890
|
+
ingestionTimestamp: timestamp,
|
|
47765
47891
|
},
|
|
47766
47892
|
});
|
|
47767
47893
|
}
|
|
@@ -47936,7 +48062,7 @@ function mergeData$i(existingData, newData) {
|
|
|
47936
48062
|
};
|
|
47937
48063
|
}
|
|
47938
48064
|
function ingest$q(astNode, state) {
|
|
47939
|
-
const { path, data, luvio } = state;
|
|
48065
|
+
const { path, data, timestamp, luvio } = state;
|
|
47940
48066
|
const key = keyBuilder$w(luvio, path);
|
|
47941
48067
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
47942
48068
|
key,
|
|
@@ -47950,7 +48076,8 @@ function ingest$q(astNode, state) {
|
|
|
47950
48076
|
ttl: TTL$6,
|
|
47951
48077
|
namespace: keyPrefix,
|
|
47952
48078
|
representationName: "UrlAggregate",
|
|
47953
|
-
version: VERSION$u
|
|
48079
|
+
version: VERSION$u,
|
|
48080
|
+
ingestionTimestamp: timestamp,
|
|
47954
48081
|
},
|
|
47955
48082
|
});
|
|
47956
48083
|
}
|
|
@@ -48304,7 +48431,7 @@ function mergeData$h(existingData, newData) {
|
|
|
48304
48431
|
};
|
|
48305
48432
|
}
|
|
48306
48433
|
function ingest$p(astNode, state) {
|
|
48307
|
-
const { path, data, luvio } = state;
|
|
48434
|
+
const { path, data, timestamp, luvio } = state;
|
|
48308
48435
|
const key = keyBuilder$v(luvio, path);
|
|
48309
48436
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
48310
48437
|
key,
|
|
@@ -48318,7 +48445,8 @@ function ingest$p(astNode, state) {
|
|
|
48318
48445
|
ttl: TTL$6,
|
|
48319
48446
|
namespace: keyPrefix,
|
|
48320
48447
|
representationName: "RecordAggregate",
|
|
48321
|
-
version: VERSION$t
|
|
48448
|
+
version: VERSION$t,
|
|
48449
|
+
ingestionTimestamp: timestamp,
|
|
48322
48450
|
},
|
|
48323
48451
|
});
|
|
48324
48452
|
}
|
|
@@ -48672,7 +48800,7 @@ function mergeData$g(existingData, newData) {
|
|
|
48672
48800
|
};
|
|
48673
48801
|
}
|
|
48674
48802
|
function ingest$o(astNode, state) {
|
|
48675
|
-
const { path, data, luvio } = state;
|
|
48803
|
+
const { path, data, timestamp, luvio } = state;
|
|
48676
48804
|
const key = keyBuilder$u(luvio, path);
|
|
48677
48805
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
48678
48806
|
key,
|
|
@@ -48686,7 +48814,8 @@ function ingest$o(astNode, state) {
|
|
|
48686
48814
|
ttl: TTL$6,
|
|
48687
48815
|
namespace: keyPrefix,
|
|
48688
48816
|
representationName: "RecordResult",
|
|
48689
|
-
version: VERSION$s
|
|
48817
|
+
version: VERSION$s,
|
|
48818
|
+
ingestionTimestamp: timestamp,
|
|
48690
48819
|
},
|
|
48691
48820
|
});
|
|
48692
48821
|
}
|
|
@@ -48834,7 +48963,7 @@ function mergeData$f(existingData, newData) {
|
|
|
48834
48963
|
};
|
|
48835
48964
|
}
|
|
48836
48965
|
function ingest$n(astNode, state) {
|
|
48837
|
-
const { path, data, luvio } = state;
|
|
48966
|
+
const { path, data, timestamp, luvio } = state;
|
|
48838
48967
|
const key = keyBuilder$t(luvio, path);
|
|
48839
48968
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
48840
48969
|
key,
|
|
@@ -48848,7 +48977,8 @@ function ingest$n(astNode, state) {
|
|
|
48848
48977
|
ttl: TTL$6,
|
|
48849
48978
|
namespace: keyPrefix,
|
|
48850
48979
|
representationName: "RecordAggregateEdge",
|
|
48851
|
-
version: VERSION$r
|
|
48980
|
+
version: VERSION$r,
|
|
48981
|
+
ingestionTimestamp: timestamp,
|
|
48852
48982
|
},
|
|
48853
48983
|
});
|
|
48854
48984
|
}
|
|
@@ -49057,7 +49187,7 @@ function ingestPaginationMetadata(astNode, state, key, sink, existingData) {
|
|
|
49057
49187
|
}
|
|
49058
49188
|
}
|
|
49059
49189
|
function ingest$m(astNode, state) {
|
|
49060
|
-
const { path, data, luvio } = state;
|
|
49190
|
+
const { path, data, timestamp, luvio } = state;
|
|
49061
49191
|
const key = keyBuilder$s(luvio, path);
|
|
49062
49192
|
return ingestCursorConnectionType(astNode, state, {
|
|
49063
49193
|
key,
|
|
@@ -49073,7 +49203,8 @@ function ingest$m(astNode, state) {
|
|
|
49073
49203
|
ttl: TTL$6,
|
|
49074
49204
|
namespace: keyPrefix,
|
|
49075
49205
|
representationName: "RecordAggregateConnection",
|
|
49076
|
-
version: VERSION$q
|
|
49206
|
+
version: VERSION$q,
|
|
49207
|
+
ingestionTimestamp: timestamp,
|
|
49077
49208
|
},
|
|
49078
49209
|
});
|
|
49079
49210
|
}
|
|
@@ -49290,7 +49421,7 @@ function mergeData$d(existingData, newData) {
|
|
|
49290
49421
|
};
|
|
49291
49422
|
}
|
|
49292
49423
|
function ingest$l(astNode, state) {
|
|
49293
|
-
const { path, data, luvio } = state;
|
|
49424
|
+
const { path, data, timestamp, luvio } = state;
|
|
49294
49425
|
const key = keyBuilder$r(luvio, path);
|
|
49295
49426
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
49296
49427
|
key,
|
|
@@ -49304,7 +49435,8 @@ function ingest$l(astNode, state) {
|
|
|
49304
49435
|
ttl: TTL$6,
|
|
49305
49436
|
namespace: keyPrefix,
|
|
49306
49437
|
representationName: "RecordQueryAggregate",
|
|
49307
|
-
version: VERSION$p
|
|
49438
|
+
version: VERSION$p,
|
|
49439
|
+
ingestionTimestamp: timestamp,
|
|
49308
49440
|
},
|
|
49309
49441
|
});
|
|
49310
49442
|
}
|
|
@@ -49434,7 +49566,7 @@ function mergeData$c(existingData, newData) {
|
|
|
49434
49566
|
};
|
|
49435
49567
|
}
|
|
49436
49568
|
function ingest$k(astNode, state) {
|
|
49437
|
-
const { path, data, luvio } = state;
|
|
49569
|
+
const { path, data, timestamp, luvio } = state;
|
|
49438
49570
|
const key = keyBuilder$q(luvio, path);
|
|
49439
49571
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
49440
49572
|
key,
|
|
@@ -49448,7 +49580,8 @@ function ingest$k(astNode, state) {
|
|
|
49448
49580
|
ttl: TTL$6,
|
|
49449
49581
|
namespace: keyPrefix,
|
|
49450
49582
|
representationName: "ChildRelationship",
|
|
49451
|
-
version: VERSION$o
|
|
49583
|
+
version: VERSION$o,
|
|
49584
|
+
ingestionTimestamp: timestamp,
|
|
49452
49585
|
},
|
|
49453
49586
|
});
|
|
49454
49587
|
}
|
|
@@ -49626,7 +49759,7 @@ function mergeData$b(existingData, newData) {
|
|
|
49626
49759
|
};
|
|
49627
49760
|
}
|
|
49628
49761
|
function ingest$j(astNode, state) {
|
|
49629
|
-
const { path, data, luvio } = state;
|
|
49762
|
+
const { path, data, timestamp, luvio } = state;
|
|
49630
49763
|
const key = keyBuilder$p(luvio, path);
|
|
49631
49764
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
49632
49765
|
key,
|
|
@@ -49640,7 +49773,8 @@ function ingest$j(astNode, state) {
|
|
|
49640
49773
|
ttl: TTL$6,
|
|
49641
49774
|
namespace: keyPrefix,
|
|
49642
49775
|
representationName: "DependentField",
|
|
49643
|
-
version: VERSION$n
|
|
49776
|
+
version: VERSION$n,
|
|
49777
|
+
ingestionTimestamp: timestamp,
|
|
49644
49778
|
},
|
|
49645
49779
|
});
|
|
49646
49780
|
}
|
|
@@ -49765,7 +49899,7 @@ function mergeData$a(existingData, newData) {
|
|
|
49765
49899
|
};
|
|
49766
49900
|
}
|
|
49767
49901
|
function ingest$i(astNode, state) {
|
|
49768
|
-
const { path, data, luvio } = state;
|
|
49902
|
+
const { path, data, timestamp, luvio } = state;
|
|
49769
49903
|
const key = keyBuilder$o(luvio, path);
|
|
49770
49904
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
49771
49905
|
key,
|
|
@@ -49779,7 +49913,8 @@ function ingest$i(astNode, state) {
|
|
|
49779
49913
|
ttl: TTL$6,
|
|
49780
49914
|
namespace: keyPrefix,
|
|
49781
49915
|
representationName: "FilteredLookupInfo",
|
|
49782
|
-
version: VERSION$m
|
|
49916
|
+
version: VERSION$m,
|
|
49917
|
+
ingestionTimestamp: timestamp,
|
|
49783
49918
|
},
|
|
49784
49919
|
});
|
|
49785
49920
|
}
|
|
@@ -49919,7 +50054,7 @@ function mergeData$9(existingData, newData) {
|
|
|
49919
50054
|
};
|
|
49920
50055
|
}
|
|
49921
50056
|
function ingest$h(astNode, state) {
|
|
49922
|
-
const { path, data, luvio } = state;
|
|
50057
|
+
const { path, data, timestamp, luvio } = state;
|
|
49923
50058
|
const key = keyBuilder$n(luvio, path);
|
|
49924
50059
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
49925
50060
|
key,
|
|
@@ -49933,7 +50068,8 @@ function ingest$h(astNode, state) {
|
|
|
49933
50068
|
ttl: TTL$6,
|
|
49934
50069
|
namespace: keyPrefix,
|
|
49935
50070
|
representationName: "ReferenceToInfo",
|
|
49936
|
-
version: VERSION$l
|
|
50071
|
+
version: VERSION$l,
|
|
50072
|
+
ingestionTimestamp: timestamp,
|
|
49937
50073
|
},
|
|
49938
50074
|
});
|
|
49939
50075
|
}
|
|
@@ -50093,7 +50229,7 @@ function mergeData$8(existingData, newData) {
|
|
|
50093
50229
|
};
|
|
50094
50230
|
}
|
|
50095
50231
|
function ingest$g(astNode, state) {
|
|
50096
|
-
const { path, data, luvio } = state;
|
|
50232
|
+
const { path, data, timestamp, luvio } = state;
|
|
50097
50233
|
const key = keyBuilder$m(luvio, path);
|
|
50098
50234
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
50099
50235
|
key,
|
|
@@ -50107,7 +50243,8 @@ function ingest$g(astNode, state) {
|
|
|
50107
50243
|
ttl: TTL$6,
|
|
50108
50244
|
namespace: keyPrefix,
|
|
50109
50245
|
representationName: "Field",
|
|
50110
|
-
version: VERSION$k
|
|
50246
|
+
version: VERSION$k,
|
|
50247
|
+
ingestionTimestamp: timestamp,
|
|
50111
50248
|
},
|
|
50112
50249
|
});
|
|
50113
50250
|
}
|
|
@@ -50485,7 +50622,7 @@ function mergeData$7(existingData, newData) {
|
|
|
50485
50622
|
};
|
|
50486
50623
|
}
|
|
50487
50624
|
function ingest$f(astNode, state) {
|
|
50488
|
-
const { path, data, luvio } = state;
|
|
50625
|
+
const { path, data, timestamp, luvio } = state;
|
|
50489
50626
|
const key = keyBuilder$l(luvio, path);
|
|
50490
50627
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
50491
50628
|
key,
|
|
@@ -50499,7 +50636,8 @@ function ingest$f(astNode, state) {
|
|
|
50499
50636
|
ttl: TTL$6,
|
|
50500
50637
|
namespace: keyPrefix,
|
|
50501
50638
|
representationName: "RecordTypeInfo",
|
|
50502
|
-
version: VERSION$j
|
|
50639
|
+
version: VERSION$j,
|
|
50640
|
+
ingestionTimestamp: timestamp,
|
|
50503
50641
|
},
|
|
50504
50642
|
});
|
|
50505
50643
|
}
|
|
@@ -50660,7 +50798,7 @@ function mergeData$6(existingData, newData) {
|
|
|
50660
50798
|
};
|
|
50661
50799
|
}
|
|
50662
50800
|
function ingest$e(astNode, state) {
|
|
50663
|
-
const { path, data, luvio } = state;
|
|
50801
|
+
const { path, data, timestamp, luvio } = state;
|
|
50664
50802
|
const key = keyBuilder$k(luvio, path);
|
|
50665
50803
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
50666
50804
|
key,
|
|
@@ -50674,7 +50812,8 @@ function ingest$e(astNode, state) {
|
|
|
50674
50812
|
ttl: TTL$6,
|
|
50675
50813
|
namespace: keyPrefix,
|
|
50676
50814
|
representationName: "ThemeInfo",
|
|
50677
|
-
version: VERSION$i
|
|
50815
|
+
version: VERSION$i,
|
|
50816
|
+
ingestionTimestamp: timestamp,
|
|
50678
50817
|
},
|
|
50679
50818
|
});
|
|
50680
50819
|
}
|
|
@@ -50800,7 +50939,7 @@ function mergeData$5(existingData, newData) {
|
|
|
50800
50939
|
};
|
|
50801
50940
|
}
|
|
50802
50941
|
function ingest$d(astNode, state) {
|
|
50803
|
-
const { path, data, luvio } = state;
|
|
50942
|
+
const { path, data, timestamp, luvio } = state;
|
|
50804
50943
|
const key = keyBuilder$j(luvio, path);
|
|
50805
50944
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
50806
50945
|
key,
|
|
@@ -50814,7 +50953,8 @@ function ingest$d(astNode, state) {
|
|
|
50814
50953
|
ttl: TTL$8,
|
|
50815
50954
|
namespace: keyPrefix,
|
|
50816
50955
|
representationName: "ObjectInfo",
|
|
50817
|
-
version: VERSION$h
|
|
50956
|
+
version: VERSION$h,
|
|
50957
|
+
ingestionTimestamp: timestamp,
|
|
50818
50958
|
},
|
|
50819
50959
|
});
|
|
50820
50960
|
}
|
|
@@ -51204,7 +51344,7 @@ function mergeData$4(existingData, newData) {
|
|
|
51204
51344
|
};
|
|
51205
51345
|
}
|
|
51206
51346
|
function ingest$c(astNode, state) {
|
|
51207
|
-
const { path, data, luvio } = state;
|
|
51347
|
+
const { path, data, timestamp, luvio } = state;
|
|
51208
51348
|
const key = keyBuilder$i(luvio, path);
|
|
51209
51349
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
51210
51350
|
key,
|
|
@@ -51218,7 +51358,8 @@ function ingest$c(astNode, state) {
|
|
|
51218
51358
|
ttl: TTL$6,
|
|
51219
51359
|
namespace: keyPrefix,
|
|
51220
51360
|
representationName: "ListColumn",
|
|
51221
|
-
version: VERSION$g
|
|
51361
|
+
version: VERSION$g,
|
|
51362
|
+
ingestionTimestamp: timestamp,
|
|
51222
51363
|
},
|
|
51223
51364
|
});
|
|
51224
51365
|
}
|
|
@@ -51364,7 +51505,7 @@ function mergeData$3(existingData, newData) {
|
|
|
51364
51505
|
};
|
|
51365
51506
|
}
|
|
51366
51507
|
function ingest$b(astNode, state) {
|
|
51367
|
-
const { path, data, luvio } = state;
|
|
51508
|
+
const { path, data, timestamp, luvio } = state;
|
|
51368
51509
|
const key = keyBuilder$h(luvio, path);
|
|
51369
51510
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
51370
51511
|
key,
|
|
@@ -51378,7 +51519,8 @@ function ingest$b(astNode, state) {
|
|
|
51378
51519
|
ttl: TTL$6,
|
|
51379
51520
|
namespace: keyPrefix,
|
|
51380
51521
|
representationName: "ListOrder",
|
|
51381
|
-
version: VERSION$f
|
|
51522
|
+
version: VERSION$f,
|
|
51523
|
+
ingestionTimestamp: timestamp,
|
|
51382
51524
|
},
|
|
51383
51525
|
});
|
|
51384
51526
|
}
|
|
@@ -51513,7 +51655,7 @@ function mergeData$2(existingData, newData) {
|
|
|
51513
51655
|
};
|
|
51514
51656
|
}
|
|
51515
51657
|
function ingest$a(astNode, state) {
|
|
51516
|
-
const { path, data, luvio } = state;
|
|
51658
|
+
const { path, data, timestamp, luvio } = state;
|
|
51517
51659
|
const key = keyBuilder$g(luvio, path);
|
|
51518
51660
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
51519
51661
|
key,
|
|
@@ -51527,7 +51669,8 @@ function ingest$a(astNode, state) {
|
|
|
51527
51669
|
ttl: TTL$7,
|
|
51528
51670
|
namespace: keyPrefix,
|
|
51529
51671
|
representationName: "RelatedListInfo",
|
|
51530
|
-
version: VERSION$e
|
|
51672
|
+
version: VERSION$e,
|
|
51673
|
+
ingestionTimestamp: timestamp,
|
|
51531
51674
|
},
|
|
51532
51675
|
});
|
|
51533
51676
|
}
|
|
@@ -51749,7 +51892,7 @@ function mergeData$1(existingData, newData) {
|
|
|
51749
51892
|
};
|
|
51750
51893
|
}
|
|
51751
51894
|
function ingest$9(astNode, state) {
|
|
51752
|
-
const { path, data, luvio } = state;
|
|
51895
|
+
const { path, data, timestamp, luvio } = state;
|
|
51753
51896
|
const key = keyBuilder$f(luvio, path);
|
|
51754
51897
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
51755
51898
|
key,
|
|
@@ -51763,7 +51906,8 @@ function ingest$9(astNode, state) {
|
|
|
51763
51906
|
ttl: TTL$6,
|
|
51764
51907
|
namespace: keyPrefix,
|
|
51765
51908
|
representationName: "UIAPI",
|
|
51766
|
-
version: VERSION$d
|
|
51909
|
+
version: VERSION$d,
|
|
51910
|
+
ingestionTimestamp: timestamp,
|
|
51767
51911
|
},
|
|
51768
51912
|
});
|
|
51769
51913
|
}
|
|
@@ -51987,7 +52131,7 @@ function mergeData(existingData, newData) {
|
|
|
51987
52131
|
};
|
|
51988
52132
|
}
|
|
51989
52133
|
function ingest$8(astNode, state) {
|
|
51990
|
-
const { path, data, luvio } = state;
|
|
52134
|
+
const { path, data, timestamp, luvio } = state;
|
|
51991
52135
|
const key = keyBuilder$e(luvio, astNode, state.variables, state.fragments);
|
|
51992
52136
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
51993
52137
|
key,
|
|
@@ -52001,7 +52145,8 @@ function ingest$8(astNode, state) {
|
|
|
52001
52145
|
ttl: TTL$6,
|
|
52002
52146
|
namespace: keyPrefix,
|
|
52003
52147
|
representationName: "Query",
|
|
52004
|
-
version: VERSION$c
|
|
52148
|
+
version: VERSION$c,
|
|
52149
|
+
ingestionTimestamp: timestamp,
|
|
52005
52150
|
},
|
|
52006
52151
|
});
|
|
52007
52152
|
}
|
|
@@ -55773,7 +55918,7 @@ function validate$a(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
55773
55918
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
55774
55919
|
let obj_recordTypeInfo_union0 = null;
|
|
55775
55920
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
55776
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
55921
|
+
const referencepath_recordTypeInfoValidationError = validate$1R(obj_recordTypeInfo, path_recordTypeInfo);
|
|
55777
55922
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
55778
55923
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
55779
55924
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|