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