@salesforce/lds-adapters-uiapi 1.266.0-dev1 → 1.266.0-dev10
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/es/es2018/types/src/generated/graphql/types/type-util.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/AppliedSearchFilterOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SearchAnswersResultRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/SearchFilterOutputRepresentation.d.ts +1 -4
- package/dist/es/es2018/uiapi-records-service.js +539 -397
- package/package.json +6 -6
- package/sfdc/graphqlAdapters.js +199 -133
- package/sfdc/index.js +342 -266
- package/sfdc/uiapi-static-functions.js +1 -1
- package/src/raml/api.raml +23 -3
|
@@ -601,7 +601,7 @@ function assignMetadataLink(entry, metadataKey) {
|
|
|
601
601
|
}
|
|
602
602
|
|
|
603
603
|
const VERSION$2v = "623aa9ce3a11031e35faf5671a41746e";
|
|
604
|
-
function validate$
|
|
604
|
+
function validate$23(obj, path = 'ListFilterByInfoRepresentation') {
|
|
605
605
|
const v_error = (() => {
|
|
606
606
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
607
607
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -664,7 +664,7 @@ const select$37 = function ListFilterByInfoRepresentationSelect() {
|
|
|
664
664
|
};
|
|
665
665
|
|
|
666
666
|
const VERSION$2u = "f98dc7dec10408a9648ef8e5b37002a3";
|
|
667
|
-
function validate$
|
|
667
|
+
function validate$22(obj, path = 'ListInlineEditDetailsRepresentation') {
|
|
668
668
|
const v_error = (() => {
|
|
669
669
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
670
670
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -743,7 +743,7 @@ const select$36 = function ListInlineEditDetailsRepresentationSelect() {
|
|
|
743
743
|
};
|
|
744
744
|
|
|
745
745
|
const VERSION$2t = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
746
|
-
function validate$
|
|
746
|
+
function validate$21(obj, path = 'ListReferenceRepresentation') {
|
|
747
747
|
const v_error = (() => {
|
|
748
748
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
749
749
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -863,7 +863,7 @@ function equals$18(existing, incoming) {
|
|
|
863
863
|
}
|
|
864
864
|
|
|
865
865
|
const VERSION$2s = "f1519bef57e70ab7c5ef160dc5ff0c47";
|
|
866
|
-
function validate$
|
|
866
|
+
function validate$20(obj, path = 'ListInfoShareRepresentation') {
|
|
867
867
|
const v_error = (() => {
|
|
868
868
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
869
869
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -900,7 +900,7 @@ const select$34 = function ListInfoShareRepresentationSelect() {
|
|
|
900
900
|
};
|
|
901
901
|
|
|
902
902
|
const VERSION$2r = "561657f32721ec1dac1601575b029640";
|
|
903
|
-
function validate$
|
|
903
|
+
function validate$1$(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
904
904
|
const v_error = (() => {
|
|
905
905
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
906
906
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -918,7 +918,7 @@ function validate$1_(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
|
918
918
|
for (let i = 0; i < obj_shares.length; i++) {
|
|
919
919
|
const obj_shares_item = obj_shares[i];
|
|
920
920
|
const path_shares_item = path_shares + '[' + i + ']';
|
|
921
|
-
const referencepath_shares_itemValidationError = validate$
|
|
921
|
+
const referencepath_shares_itemValidationError = validate$20(obj_shares_item, path_shares_item);
|
|
922
922
|
if (referencepath_shares_itemValidationError !== null) {
|
|
923
923
|
let message = 'Object doesn\'t match ListInfoShareRepresentation (at "' + path_shares_item + '")\n';
|
|
924
924
|
message += referencepath_shares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -950,7 +950,7 @@ const select$33 = function ListInfoShareCategoryRepresentationSelect() {
|
|
|
950
950
|
};
|
|
951
951
|
|
|
952
952
|
const VERSION$2q = "32def9b631252c12b91a8209c1f49f5a";
|
|
953
|
-
function validate$
|
|
953
|
+
function validate$1_(obj, path = 'ListOrderByInfoRepresentation') {
|
|
954
954
|
const v_error = (() => {
|
|
955
955
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
956
956
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1035,7 +1035,7 @@ function equals$17(existing, incoming) {
|
|
|
1035
1035
|
}
|
|
1036
1036
|
|
|
1037
1037
|
const VERSION$2p = "2634258f216db34315c06d759a35676d";
|
|
1038
|
-
function validate$
|
|
1038
|
+
function validate$1Z(obj, path = 'ListScopeEntityRepresentation') {
|
|
1039
1039
|
const v_error = (() => {
|
|
1040
1040
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1041
1041
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1072,7 +1072,7 @@ const select$31 = function ListScopeEntityRepresentationSelect() {
|
|
|
1072
1072
|
};
|
|
1073
1073
|
|
|
1074
1074
|
const VERSION$2o = "3b85c5a08d50ce328481b9f8ab56127b";
|
|
1075
|
-
function validate$
|
|
1075
|
+
function validate$1Y(obj, path = 'ListScopeRelatedEntityRepresentation') {
|
|
1076
1076
|
const v_error = (() => {
|
|
1077
1077
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1078
1078
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1118,7 +1118,7 @@ const select$30 = function ListScopeRelatedEntityRepresentationSelect() {
|
|
|
1118
1118
|
};
|
|
1119
1119
|
|
|
1120
1120
|
const VERSION$2n = "2fe9814e7124b47f59da585483c1b3f9";
|
|
1121
|
-
function validate$
|
|
1121
|
+
function validate$1X(obj, path = 'ListScopeRepresentation') {
|
|
1122
1122
|
const v_error = (() => {
|
|
1123
1123
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1124
1124
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1132,7 +1132,7 @@ function validate$1W(obj, path = 'ListScopeRepresentation') {
|
|
|
1132
1132
|
const path_entity = path + '.entity';
|
|
1133
1133
|
let obj_entity_union0 = null;
|
|
1134
1134
|
const obj_entity_union0_error = (() => {
|
|
1135
|
-
const referencepath_entityValidationError = validate$
|
|
1135
|
+
const referencepath_entityValidationError = validate$1Z(obj_entity, path_entity);
|
|
1136
1136
|
if (referencepath_entityValidationError !== null) {
|
|
1137
1137
|
let message = 'Object doesn\'t match ListScopeEntityRepresentation (at "' + path_entity + '")\n';
|
|
1138
1138
|
message += referencepath_entityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1187,7 +1187,7 @@ function validate$1W(obj, path = 'ListScopeRepresentation') {
|
|
|
1187
1187
|
const path_relatedEntity = path + '.relatedEntity';
|
|
1188
1188
|
let obj_relatedEntity_union0 = null;
|
|
1189
1189
|
const obj_relatedEntity_union0_error = (() => {
|
|
1190
|
-
const referencepath_relatedEntityValidationError = validate$
|
|
1190
|
+
const referencepath_relatedEntityValidationError = validate$1Y(obj_relatedEntity, path_relatedEntity);
|
|
1191
1191
|
if (referencepath_relatedEntityValidationError !== null) {
|
|
1192
1192
|
let message = 'Object doesn\'t match ListScopeRelatedEntityRepresentation (at "' + path_relatedEntity + '")\n';
|
|
1193
1193
|
message += referencepath_relatedEntityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1248,7 +1248,7 @@ const select$2$ = function ListScopeRepresentationSelect() {
|
|
|
1248
1248
|
};
|
|
1249
1249
|
|
|
1250
1250
|
const VERSION$2m = "6506134f4d72fdfa349fe60ef1af2413";
|
|
1251
|
-
function validate$
|
|
1251
|
+
function validate$1W(obj, path = 'ListUserPreferenceRepresentation') {
|
|
1252
1252
|
const v_error = (() => {
|
|
1253
1253
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1254
1254
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1304,7 +1304,7 @@ const select$2_ = function ListUserPreferenceRepresentationSelect() {
|
|
|
1304
1304
|
};
|
|
1305
1305
|
};
|
|
1306
1306
|
|
|
1307
|
-
function validate$
|
|
1307
|
+
function validate$1V(obj, path = 'ListColumnInlineEditAttributesRepresentation') {
|
|
1308
1308
|
const v_error = (() => {
|
|
1309
1309
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1310
1310
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1323,7 +1323,7 @@ function validate$1U(obj, path = 'ListColumnInlineEditAttributesRepresentation')
|
|
|
1323
1323
|
return v_error === undefined ? null : v_error;
|
|
1324
1324
|
}
|
|
1325
1325
|
|
|
1326
|
-
function validate$
|
|
1326
|
+
function validate$1U(obj, path = 'ListColumnInlineEditAttributesRepresentationWrapper') {
|
|
1327
1327
|
const v_error = (() => {
|
|
1328
1328
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1329
1329
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1333,7 +1333,7 @@ function validate$1T(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
1333
1333
|
const key = obj_keys[i];
|
|
1334
1334
|
const obj_prop = obj[key];
|
|
1335
1335
|
const path_prop = path + '["' + key + '"]';
|
|
1336
|
-
const referencepath_propValidationError = validate$
|
|
1336
|
+
const referencepath_propValidationError = validate$1V(obj_prop, path_prop);
|
|
1337
1337
|
if (referencepath_propValidationError !== null) {
|
|
1338
1338
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentation (at "' + path_prop + '")\n';
|
|
1339
1339
|
message += referencepath_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1345,7 +1345,7 @@ function validate$1T(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
1345
1345
|
}
|
|
1346
1346
|
|
|
1347
1347
|
const VERSION$2l = "8aff6b0baf2e60a237e860236c4e1b70";
|
|
1348
|
-
function validate$
|
|
1348
|
+
function validate$1T(obj, path = 'ListColumnRepresentation') {
|
|
1349
1349
|
const v_error = (() => {
|
|
1350
1350
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1351
1351
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1360,7 +1360,7 @@ function validate$1S(obj, path = 'ListColumnRepresentation') {
|
|
|
1360
1360
|
const path_inlineEditAttributes = path + '.inlineEditAttributes';
|
|
1361
1361
|
let obj_inlineEditAttributes_union0 = null;
|
|
1362
1362
|
const obj_inlineEditAttributes_union0_error = (() => {
|
|
1363
|
-
const referencepath_inlineEditAttributesValidationError = validate$
|
|
1363
|
+
const referencepath_inlineEditAttributesValidationError = validate$1U(obj_inlineEditAttributes, path_inlineEditAttributes);
|
|
1364
1364
|
if (referencepath_inlineEditAttributesValidationError !== null) {
|
|
1365
1365
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentationWrapper (at "' + path_inlineEditAttributes + '")\n';
|
|
1366
1366
|
message += referencepath_inlineEditAttributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1452,7 +1452,7 @@ function equals$16(existing, incoming) {
|
|
|
1452
1452
|
}
|
|
1453
1453
|
const ingest$1X = function ListColumnRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1454
1454
|
if (process.env.NODE_ENV !== 'production') {
|
|
1455
|
-
const validateError = validate$
|
|
1455
|
+
const validateError = validate$1T(input);
|
|
1456
1456
|
if (validateError !== null) {
|
|
1457
1457
|
throw validateError;
|
|
1458
1458
|
}
|
|
@@ -1474,7 +1474,7 @@ function getTypeCacheKeys$1$(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
1474
1474
|
|
|
1475
1475
|
const TTL$F = 900000;
|
|
1476
1476
|
const VERSION$2k = "178c8b58f78e2720fe8846a667c7b294";
|
|
1477
|
-
function validate$
|
|
1477
|
+
function validate$1S(obj, path = 'ListInfoRepresentation') {
|
|
1478
1478
|
const v_error = (() => {
|
|
1479
1479
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1480
1480
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1545,7 +1545,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
1545
1545
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
1546
1546
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
1547
1547
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
1548
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
1548
|
+
const referencepath_filteredByInfo_itemValidationError = validate$23(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
1549
1549
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
1550
1550
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
1551
1551
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1557,7 +1557,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
1557
1557
|
const path_inlineEditDetails = path + '.inlineEditDetails';
|
|
1558
1558
|
let obj_inlineEditDetails_union0 = null;
|
|
1559
1559
|
const obj_inlineEditDetails_union0_error = (() => {
|
|
1560
|
-
const referencepath_inlineEditDetailsValidationError = validate$
|
|
1560
|
+
const referencepath_inlineEditDetailsValidationError = validate$22(obj_inlineEditDetails, path_inlineEditDetails);
|
|
1561
1561
|
if (referencepath_inlineEditDetailsValidationError !== null) {
|
|
1562
1562
|
let message = 'Object doesn\'t match ListInlineEditDetailsRepresentation (at "' + path_inlineEditDetails + '")\n';
|
|
1563
1563
|
message += referencepath_inlineEditDetailsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1611,7 +1611,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
1611
1611
|
}
|
|
1612
1612
|
const obj_listReference = obj.listReference;
|
|
1613
1613
|
const path_listReference = path + '.listReference';
|
|
1614
|
-
const referencepath_listReferenceValidationError = validate$
|
|
1614
|
+
const referencepath_listReferenceValidationError = validate$21(obj_listReference, path_listReference);
|
|
1615
1615
|
if (referencepath_listReferenceValidationError !== null) {
|
|
1616
1616
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
1617
1617
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1626,7 +1626,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
1626
1626
|
for (let i = 0; i < obj_listShares.length; i++) {
|
|
1627
1627
|
const obj_listShares_item = obj_listShares[i];
|
|
1628
1628
|
const path_listShares_item = path_listShares + '[' + i + ']';
|
|
1629
|
-
const referencepath_listShares_itemValidationError = validate$
|
|
1629
|
+
const referencepath_listShares_itemValidationError = validate$1$(obj_listShares_item, path_listShares_item);
|
|
1630
1630
|
if (referencepath_listShares_itemValidationError !== null) {
|
|
1631
1631
|
let message = 'Object doesn\'t match ListInfoShareCategoryRepresentation (at "' + path_listShares_item + '")\n';
|
|
1632
1632
|
message += referencepath_listShares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1656,7 +1656,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
1656
1656
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
1657
1657
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
1658
1658
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
1659
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
1659
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1_(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
1660
1660
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
1661
1661
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
1662
1662
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1668,7 +1668,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
1668
1668
|
const path_scope = path + '.scope';
|
|
1669
1669
|
let obj_scope_union0 = null;
|
|
1670
1670
|
const obj_scope_union0_error = (() => {
|
|
1671
|
-
const referencepath_scopeValidationError = validate$
|
|
1671
|
+
const referencepath_scopeValidationError = validate$1X(obj_scope, path_scope);
|
|
1672
1672
|
if (referencepath_scopeValidationError !== null) {
|
|
1673
1673
|
let message = 'Object doesn\'t match ListScopeRepresentation (at "' + path_scope + '")\n';
|
|
1674
1674
|
message += referencepath_scopeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1708,7 +1708,7 @@ function validate$1R(obj, path = 'ListInfoRepresentation') {
|
|
|
1708
1708
|
}
|
|
1709
1709
|
const obj_userPreferences = obj.userPreferences;
|
|
1710
1710
|
const path_userPreferences = path + '.userPreferences';
|
|
1711
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
1711
|
+
const referencepath_userPreferencesValidationError = validate$1W(obj_userPreferences, path_userPreferences);
|
|
1712
1712
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
1713
1713
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
1714
1714
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1876,7 +1876,7 @@ function equals$15(existing, incoming) {
|
|
|
1876
1876
|
}
|
|
1877
1877
|
const ingest$1W = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1878
1878
|
if (process.env.NODE_ENV !== 'production') {
|
|
1879
|
-
const validateError = validate$
|
|
1879
|
+
const validateError = validate$1S(input);
|
|
1880
1880
|
if (validateError !== null) {
|
|
1881
1881
|
throw validateError;
|
|
1882
1882
|
}
|
|
@@ -1960,7 +1960,7 @@ function toSortedStringArray(value) {
|
|
|
1960
1960
|
}
|
|
1961
1961
|
|
|
1962
1962
|
const VERSION$2j = "d1e589a127fb1060c89070cdb6f500b2";
|
|
1963
|
-
function validate$
|
|
1963
|
+
function validate$1R(obj, path = 'RecordTypeInfoRepresentation') {
|
|
1964
1964
|
const v_error = (() => {
|
|
1965
1965
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1966
1966
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2052,7 +2052,7 @@ function equals$14(existing, incoming) {
|
|
|
2052
2052
|
}
|
|
2053
2053
|
|
|
2054
2054
|
const VERSION$2i = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
2055
|
-
function validate$
|
|
2055
|
+
function validate$1Q(obj, path = 'FieldValueRepresentation') {
|
|
2056
2056
|
const v_error = (() => {
|
|
2057
2057
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2058
2058
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2199,7 +2199,7 @@ function equals$13(existing, incoming) {
|
|
|
2199
2199
|
}
|
|
2200
2200
|
const ingest$1V = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2201
2201
|
if (process.env.NODE_ENV !== 'production') {
|
|
2202
|
-
const validateError = validate$
|
|
2202
|
+
const validateError = validate$1Q(input);
|
|
2203
2203
|
if (validateError !== null) {
|
|
2204
2204
|
throw validateError;
|
|
2205
2205
|
}
|
|
@@ -2250,7 +2250,7 @@ const getTypeCacheKeys$1Y = (rootKeySet, luvio, input, _fullPathFactory) => {
|
|
|
2250
2250
|
|
|
2251
2251
|
const TTL$E = 120000;
|
|
2252
2252
|
const VERSION$2h = "79cb5ac9f44542f683d00245fdfe500d";
|
|
2253
|
-
function validate$
|
|
2253
|
+
function validate$1P(obj, path = 'RecordCollectionRepresentation') {
|
|
2254
2254
|
const v_error = (() => {
|
|
2255
2255
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2256
2256
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2523,7 +2523,7 @@ function equals$12(existing, incoming) {
|
|
|
2523
2523
|
}
|
|
2524
2524
|
const ingest$1U = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2525
2525
|
if (process.env.NODE_ENV !== 'production') {
|
|
2526
|
-
const validateError = validate$
|
|
2526
|
+
const validateError = validate$1P(input);
|
|
2527
2527
|
if (validateError !== null) {
|
|
2528
2528
|
throw validateError;
|
|
2529
2529
|
}
|
|
@@ -2559,7 +2559,7 @@ const keyBuilderFromType$B = function RecordRepresentationKeyBuilderFromType(luv
|
|
|
2559
2559
|
|
|
2560
2560
|
const TTL$D = 30000;
|
|
2561
2561
|
const VERSION$2g = "98c5b18512e48ca8d28727549507e4ba";
|
|
2562
|
-
function validate$
|
|
2562
|
+
function validate$1O(obj, path = 'RecordRepresentation') {
|
|
2563
2563
|
const v_error = (() => {
|
|
2564
2564
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2565
2565
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2689,7 +2689,7 @@ function validate$1N(obj, path = 'RecordRepresentation') {
|
|
|
2689
2689
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
2690
2690
|
let obj_recordTypeInfo_union0 = null;
|
|
2691
2691
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
2692
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
2692
|
+
const referencepath_recordTypeInfoValidationError = validate$1R(obj_recordTypeInfo, path_recordTypeInfo);
|
|
2693
2693
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
2694
2694
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
2695
2695
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5521,7 +5521,7 @@ function normalize$P(input, existing, path, luvio, store, timestamp, fieldsTrie,
|
|
|
5521
5521
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
5522
5522
|
return (input, path, luvio, store, timestamp) => {
|
|
5523
5523
|
if (process.env.NODE_ENV !== 'production') {
|
|
5524
|
-
const validateError = validate$
|
|
5524
|
+
const validateError = validate$1Q(input);
|
|
5525
5525
|
if (validateError !== null) {
|
|
5526
5526
|
throw validateError;
|
|
5527
5527
|
}
|
|
@@ -5614,7 +5614,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
5614
5614
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
5615
5615
|
return (input, path, luvio, store, timestamp) => {
|
|
5616
5616
|
if (process.env.NODE_ENV !== 'production') {
|
|
5617
|
-
const validateError = validate$
|
|
5617
|
+
const validateError = validate$1O(input);
|
|
5618
5618
|
if (validateError !== null) {
|
|
5619
5619
|
throw validateError;
|
|
5620
5620
|
}
|
|
@@ -5643,6 +5643,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
5643
5643
|
representationName: RepresentationType$X,
|
|
5644
5644
|
namespace: keyPrefix,
|
|
5645
5645
|
version: VERSION$2g,
|
|
5646
|
+
ingestionTimestamp: timestamp,
|
|
5646
5647
|
});
|
|
5647
5648
|
return createLink$1(key);
|
|
5648
5649
|
};
|
|
@@ -5868,17 +5869,19 @@ function onResourceError(luvio, config, key, err) {
|
|
|
5868
5869
|
function buildNetworkSnapshot$18(luvio, config, serverRequestCount = 0, options) {
|
|
5869
5870
|
const { request, key, allTrackedFields, resourceParams } = prepareRequest$6(luvio, config);
|
|
5870
5871
|
return luvio.dispatchResourceRequest(request, options).then((response) => {
|
|
5872
|
+
// W-11964675 - Condition to dedupe a very specific set of requests for
|
|
5873
|
+
// Komaci - a batch record request with a single record followed by a single
|
|
5874
|
+
// record request. The fulfill logic sends the same network response, so
|
|
5875
|
+
// there is some TypeScript massaging to extract the RecordRepresentation
|
|
5876
|
+
//
|
|
5877
|
+
// W-14381091 - Ensure hoisting the response body happens prior to
|
|
5878
|
+
// calling `luvio.handleSuccessResponse`, since both arguments capture
|
|
5879
|
+
// the response.
|
|
5880
|
+
if (isSingleBatchRecordResponse(response.body)) {
|
|
5881
|
+
response.body = response.body.results[0]
|
|
5882
|
+
.result;
|
|
5883
|
+
}
|
|
5871
5884
|
return luvio.handleSuccessResponse(() => {
|
|
5872
|
-
// W-11964675 - Condition to dedupe a very specific set of requests for
|
|
5873
|
-
// Komaci - a batch record request with a single record followed by a single
|
|
5874
|
-
// record request. The fulfill logic sends the same network response, so
|
|
5875
|
-
// there is some TypeScript massaging to extract the RecordRepresentation
|
|
5876
|
-
if (isSingleBatchRecordResponse(response.body)) {
|
|
5877
|
-
let recordResponse = response;
|
|
5878
|
-
recordResponse.body = response.body.results[0]
|
|
5879
|
-
.result;
|
|
5880
|
-
return onResourceSuccess(luvio, config, key, allTrackedFields, recordResponse, serverRequestCount + 1);
|
|
5881
|
-
}
|
|
5882
5885
|
return onResourceSuccess(luvio, config, key, allTrackedFields, response, serverRequestCount + 1);
|
|
5883
5886
|
}, () => {
|
|
5884
5887
|
const cache = new StoreKeyMap();
|
|
@@ -6574,7 +6577,7 @@ function revertPaginationOptimization(variables) {
|
|
|
6574
6577
|
|
|
6575
6578
|
const TTL$C = 30000;
|
|
6576
6579
|
const VERSION$2e = "b8270d0d7a5953587f98a9625cad85db";
|
|
6577
|
-
function validate$
|
|
6580
|
+
function validate$1N(obj, path = 'ListRecordCollectionRepresentation') {
|
|
6578
6581
|
const v_error = (() => {
|
|
6579
6582
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
6580
6583
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -6634,7 +6637,7 @@ function validate$1M(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
6634
6637
|
}
|
|
6635
6638
|
const obj_listReference = obj.listReference;
|
|
6636
6639
|
const path_listReference = path + '.listReference';
|
|
6637
|
-
const referencepath_listReferenceValidationError = validate$
|
|
6640
|
+
const referencepath_listReferenceValidationError = validate$21(obj_listReference, path_listReference);
|
|
6638
6641
|
if (referencepath_listReferenceValidationError !== null) {
|
|
6639
6642
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
6640
6643
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -7173,7 +7176,7 @@ function equals$10(existing, incoming) {
|
|
|
7173
7176
|
}
|
|
7174
7177
|
const ingest$1S = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7175
7178
|
if (process.env.NODE_ENV !== 'production') {
|
|
7176
|
-
const validateError = validate$
|
|
7179
|
+
const validateError = validate$1N(input);
|
|
7177
7180
|
if (validateError !== null) {
|
|
7178
7181
|
throw validateError;
|
|
7179
7182
|
}
|
|
@@ -7241,6 +7244,7 @@ const ingest$1S = function ListRecordCollectionRepresentationIngest(input, path,
|
|
|
7241
7244
|
namespace: "UiApi",
|
|
7242
7245
|
version: VERSION$2e,
|
|
7243
7246
|
representationName: RepresentationType$W,
|
|
7247
|
+
ingestionTimestamp: timestamp,
|
|
7244
7248
|
};
|
|
7245
7249
|
luvio.publishStoreMetadata(key, storeMetadataParams);
|
|
7246
7250
|
}
|
|
@@ -7266,7 +7270,7 @@ function getTypeCacheKeys$1V(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
7266
7270
|
}
|
|
7267
7271
|
|
|
7268
7272
|
const VERSION$2d = "cf8d2eb042188974da26ffe6618cfd07";
|
|
7269
|
-
function validate$
|
|
7273
|
+
function validate$1M(obj, path = 'ListUiRepresentation') {
|
|
7270
7274
|
const v_error = (() => {
|
|
7271
7275
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7272
7276
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7393,7 +7397,7 @@ function equals$$(existing, incoming) {
|
|
|
7393
7397
|
}
|
|
7394
7398
|
const ingest$1R = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7395
7399
|
if (process.env.NODE_ENV !== 'production') {
|
|
7396
|
-
const validateError = validate$
|
|
7400
|
+
const validateError = validate$1M(input);
|
|
7397
7401
|
if (validateError !== null) {
|
|
7398
7402
|
throw validateError;
|
|
7399
7403
|
}
|
|
@@ -8132,7 +8136,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
8132
8136
|
}
|
|
8133
8137
|
|
|
8134
8138
|
const VERSION$2c = "3529c5f7d0eb2206c90a52c6d9f721d4";
|
|
8135
|
-
function validate$
|
|
8139
|
+
function validate$1L(obj, path = 'ListViewSummaryRepresentation') {
|
|
8136
8140
|
const v_error = (() => {
|
|
8137
8141
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8138
8142
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8244,7 +8248,7 @@ function equals$_(existing, incoming) {
|
|
|
8244
8248
|
}
|
|
8245
8249
|
const ingest$1Q = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8246
8250
|
if (process.env.NODE_ENV !== 'production') {
|
|
8247
|
-
const validateError = validate$
|
|
8251
|
+
const validateError = validate$1L(input);
|
|
8248
8252
|
if (validateError !== null) {
|
|
8249
8253
|
throw validateError;
|
|
8250
8254
|
}
|
|
@@ -8265,7 +8269,7 @@ function getTypeCacheKeys$1T(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
8265
8269
|
}
|
|
8266
8270
|
|
|
8267
8271
|
const VERSION$2b = "f4c79fe066da3558499d5ee88c72abcd";
|
|
8268
|
-
function validate$
|
|
8272
|
+
function validate$1K(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
8269
8273
|
const v_error = (() => {
|
|
8270
8274
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8271
8275
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8649,7 +8653,7 @@ function equals$Z(existing, incoming) {
|
|
|
8649
8653
|
}
|
|
8650
8654
|
const ingest$1P = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8651
8655
|
if (process.env.NODE_ENV !== 'production') {
|
|
8652
|
-
const validateError = validate$
|
|
8656
|
+
const validateError = validate$1K(input);
|
|
8653
8657
|
if (validateError !== null) {
|
|
8654
8658
|
throw validateError;
|
|
8655
8659
|
}
|
|
@@ -8717,6 +8721,7 @@ const ingest$1P = function ListViewSummaryCollectionRepresentationIngest(input,
|
|
|
8717
8721
|
namespace: "UiApi",
|
|
8718
8722
|
version: VERSION$2b,
|
|
8719
8723
|
representationName: RepresentationType$T,
|
|
8724
|
+
ingestionTimestamp: timestamp,
|
|
8720
8725
|
};
|
|
8721
8726
|
luvio.publishStoreMetadata(key, storeMetadataParams);
|
|
8722
8727
|
}
|
|
@@ -9813,7 +9818,7 @@ const factory$j = (luvio) => {
|
|
|
9813
9818
|
}, { contextId: contextId$5 });
|
|
9814
9819
|
};
|
|
9815
9820
|
|
|
9816
|
-
function validate$
|
|
9821
|
+
function validate$1J(obj, path = 'ChildRelationshipRepresentation') {
|
|
9817
9822
|
const v_error = (() => {
|
|
9818
9823
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9819
9824
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9861,7 +9866,7 @@ function validate$1I(obj, path = 'ChildRelationshipRepresentation') {
|
|
|
9861
9866
|
return v_error === undefined ? null : v_error;
|
|
9862
9867
|
}
|
|
9863
9868
|
|
|
9864
|
-
function validate$
|
|
9869
|
+
function validate$1I(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
9865
9870
|
const v_error = (() => {
|
|
9866
9871
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9867
9872
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9892,7 +9897,7 @@ function validate$1H(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
|
9892
9897
|
return v_error === undefined ? null : v_error;
|
|
9893
9898
|
}
|
|
9894
9899
|
|
|
9895
|
-
function validate$
|
|
9900
|
+
function validate$1H(obj, path = 'ReferenceToInfoRepresentation') {
|
|
9896
9901
|
const v_error = (() => {
|
|
9897
9902
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9898
9903
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9918,7 +9923,7 @@ function validate$1G(obj, path = 'ReferenceToInfoRepresentation') {
|
|
|
9918
9923
|
return v_error === undefined ? null : v_error;
|
|
9919
9924
|
}
|
|
9920
9925
|
|
|
9921
|
-
function validate$
|
|
9926
|
+
function validate$1G(obj, path = 'FieldRepresentation') {
|
|
9922
9927
|
const v_error = (() => {
|
|
9923
9928
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9924
9929
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10078,7 +10083,7 @@ function validate$1F(obj, path = 'FieldRepresentation') {
|
|
|
10078
10083
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
10079
10084
|
let obj_filteredLookupInfo_union0 = null;
|
|
10080
10085
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
10081
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
10086
|
+
const referencepath_filteredLookupInfoValidationError = validate$1I(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
10082
10087
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
10083
10088
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
10084
10089
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10203,7 +10208,7 @@ function validate$1F(obj, path = 'FieldRepresentation') {
|
|
|
10203
10208
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
10204
10209
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
10205
10210
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
10206
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
10211
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1H(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
10207
10212
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
10208
10213
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
10209
10214
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10270,7 +10275,7 @@ function validate$1F(obj, path = 'FieldRepresentation') {
|
|
|
10270
10275
|
return v_error === undefined ? null : v_error;
|
|
10271
10276
|
}
|
|
10272
10277
|
|
|
10273
|
-
function validate$
|
|
10278
|
+
function validate$1F(obj, path = 'ThemeInfoRepresentation') {
|
|
10274
10279
|
const v_error = (() => {
|
|
10275
10280
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10276
10281
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10312,7 +10317,7 @@ function validate$1E(obj, path = 'ThemeInfoRepresentation') {
|
|
|
10312
10317
|
|
|
10313
10318
|
const TTL$B = 900000;
|
|
10314
10319
|
const VERSION$2a = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
10315
|
-
function validate$
|
|
10320
|
+
function validate$1E(obj, path = 'ObjectInfoRepresentation') {
|
|
10316
10321
|
const v_error = (() => {
|
|
10317
10322
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10318
10323
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10382,7 +10387,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
10382
10387
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
10383
10388
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
10384
10389
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
10385
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
10390
|
+
const referencepath_childRelationships_itemValidationError = validate$1J(obj_childRelationships_item, path_childRelationships_item);
|
|
10386
10391
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
10387
10392
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
10388
10393
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10464,7 +10469,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
10464
10469
|
const key = obj_fields_keys[i];
|
|
10465
10470
|
const obj_fields_prop = obj_fields[key];
|
|
10466
10471
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
10467
|
-
const referencepath_fields_propValidationError = validate$
|
|
10472
|
+
const referencepath_fields_propValidationError = validate$1G(obj_fields_prop, path_fields_prop);
|
|
10468
10473
|
if (referencepath_fields_propValidationError !== null) {
|
|
10469
10474
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
10470
10475
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10544,7 +10549,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
10544
10549
|
const key = obj_recordTypeInfos_keys[i];
|
|
10545
10550
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
10546
10551
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
10547
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
10552
|
+
const referencepath_recordTypeInfos_propValidationError = validate$1R(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
10548
10553
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
10549
10554
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
10550
10555
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10560,7 +10565,7 @@ function validate$1D(obj, path = 'ObjectInfoRepresentation') {
|
|
|
10560
10565
|
const path_themeInfo = path + '.themeInfo';
|
|
10561
10566
|
let obj_themeInfo_union0 = null;
|
|
10562
10567
|
const obj_themeInfo_union0_error = (() => {
|
|
10563
|
-
const referencepath_themeInfoValidationError = validate$
|
|
10568
|
+
const referencepath_themeInfoValidationError = validate$1F(obj_themeInfo, path_themeInfo);
|
|
10564
10569
|
if (referencepath_themeInfoValidationError !== null) {
|
|
10565
10570
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
10566
10571
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10719,7 +10724,7 @@ function equals$Y(existing, incoming) {
|
|
|
10719
10724
|
}
|
|
10720
10725
|
const ingest$1O = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10721
10726
|
if (process.env.NODE_ENV !== 'production') {
|
|
10722
|
-
const validateError = validate$
|
|
10727
|
+
const validateError = validate$1E(input);
|
|
10723
10728
|
if (validateError !== null) {
|
|
10724
10729
|
throw validateError;
|
|
10725
10730
|
}
|
|
@@ -10880,7 +10885,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
10880
10885
|
buildCachedSnapshotCachePolicy$O, buildNetworkSnapshotCachePolicy$P);
|
|
10881
10886
|
};
|
|
10882
10887
|
|
|
10883
|
-
function validate$
|
|
10888
|
+
function validate$1D(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
10884
10889
|
const v_error = (() => {
|
|
10885
10890
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10886
10891
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10928,7 +10933,7 @@ var DiscriminatorValues$5;
|
|
|
10928
10933
|
DiscriminatorValues["Field"] = "Field";
|
|
10929
10934
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
10930
10935
|
})(DiscriminatorValues$5 || (DiscriminatorValues$5 = {}));
|
|
10931
|
-
function validate$
|
|
10936
|
+
function validate$1C(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
10932
10937
|
const v_error = (() => {
|
|
10933
10938
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10934
10939
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10968,7 +10973,7 @@ function validate$1B(obj, path = 'AbstractRecordLayoutComponentRepresentation')
|
|
|
10968
10973
|
return v_error === undefined ? null : v_error;
|
|
10969
10974
|
}
|
|
10970
10975
|
|
|
10971
|
-
function validate$
|
|
10976
|
+
function validate$1B(obj, path = 'RecordLayoutItemRepresentation') {
|
|
10972
10977
|
const v_error = (() => {
|
|
10973
10978
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10974
10979
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10996,7 +11001,7 @@ function validate$1A(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
10996
11001
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
10997
11002
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
10998
11003
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
10999
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
11004
|
+
const referencepath_layoutComponents_itemValidationError = validate$1C(obj_layoutComponents_item, path_layoutComponents_item);
|
|
11000
11005
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
11001
11006
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
11002
11007
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11043,7 +11048,7 @@ function validate$1A(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
11043
11048
|
return v_error === undefined ? null : v_error;
|
|
11044
11049
|
}
|
|
11045
11050
|
|
|
11046
|
-
function validate$
|
|
11051
|
+
function validate$1A(obj, path = 'RecordLayoutRowRepresentation') {
|
|
11047
11052
|
const v_error = (() => {
|
|
11048
11053
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11049
11054
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11056,7 +11061,7 @@ function validate$1z(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
11056
11061
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
11057
11062
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
11058
11063
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
11059
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
11064
|
+
const referencepath_layoutItems_itemValidationError = validate$1B(obj_layoutItems_item, path_layoutItems_item);
|
|
11060
11065
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
11061
11066
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
11062
11067
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11067,7 +11072,7 @@ function validate$1z(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
11067
11072
|
return v_error === undefined ? null : v_error;
|
|
11068
11073
|
}
|
|
11069
11074
|
|
|
11070
|
-
function validate$
|
|
11075
|
+
function validate$1z(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
11071
11076
|
const v_error = (() => {
|
|
11072
11077
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11073
11078
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11142,7 +11147,7 @@ function validate$1y(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
11142
11147
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
11143
11148
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
11144
11149
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
11145
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
11150
|
+
const referencepath_layoutRows_itemValidationError = validate$1A(obj_layoutRows_item, path_layoutRows_item);
|
|
11146
11151
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
11147
11152
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
11148
11153
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11165,7 +11170,7 @@ function validate$1y(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
11165
11170
|
|
|
11166
11171
|
const TTL$A = 900000;
|
|
11167
11172
|
const VERSION$29 = "fb515e25a89ca1ec154dc865e72b913a";
|
|
11168
|
-
function validate$
|
|
11173
|
+
function validate$1y(obj, path = 'RecordLayoutRepresentation') {
|
|
11169
11174
|
const v_error = (() => {
|
|
11170
11175
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11171
11176
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11271,7 +11276,7 @@ function validate$1x(obj, path = 'RecordLayoutRepresentation') {
|
|
|
11271
11276
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
11272
11277
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
11273
11278
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
11274
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
11279
|
+
const referencepath_saveOptions_itemValidationError = validate$1D(obj_saveOptions_item, path_saveOptions_item);
|
|
11275
11280
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
11276
11281
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
11277
11282
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11286,7 +11291,7 @@ function validate$1x(obj, path = 'RecordLayoutRepresentation') {
|
|
|
11286
11291
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
11287
11292
|
const obj_sections_item = obj_sections[i];
|
|
11288
11293
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
11289
|
-
const referencepath_sections_itemValidationError = validate$
|
|
11294
|
+
const referencepath_sections_itemValidationError = validate$1z(obj_sections_item, path_sections_item);
|
|
11290
11295
|
if (referencepath_sections_itemValidationError !== null) {
|
|
11291
11296
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
11292
11297
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11361,7 +11366,7 @@ function equals$X(existing, incoming) {
|
|
|
11361
11366
|
}
|
|
11362
11367
|
const ingest$1N = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11363
11368
|
if (process.env.NODE_ENV !== 'production') {
|
|
11364
|
-
const validateError = validate$
|
|
11369
|
+
const validateError = validate$1y(input);
|
|
11365
11370
|
if (validateError !== null) {
|
|
11366
11371
|
throw validateError;
|
|
11367
11372
|
}
|
|
@@ -11403,7 +11408,7 @@ function getRecordId18Array(value) {
|
|
|
11403
11408
|
return dedupe(array).sort();
|
|
11404
11409
|
}
|
|
11405
11410
|
|
|
11406
|
-
function validate$
|
|
11411
|
+
function validate$1x(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
11407
11412
|
const v_error = (() => {
|
|
11408
11413
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11409
11414
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11424,7 +11429,7 @@ function validate$1w(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
11424
11429
|
|
|
11425
11430
|
const TTL$z = 900000;
|
|
11426
11431
|
const VERSION$28 = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
11427
|
-
function validate$
|
|
11432
|
+
function validate$1w(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
11428
11433
|
const v_error = (() => {
|
|
11429
11434
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11430
11435
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11464,7 +11469,7 @@ function validate$1v(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
11464
11469
|
const key = obj_sectionUserStates_keys[i];
|
|
11465
11470
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
11466
11471
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
11467
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
11472
|
+
const referencepath_sectionUserStates_propValidationError = validate$1x(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
11468
11473
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
11469
11474
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
11470
11475
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11521,7 +11526,7 @@ function equals$W(existing, incoming) {
|
|
|
11521
11526
|
}
|
|
11522
11527
|
const ingest$1M = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11523
11528
|
if (process.env.NODE_ENV !== 'production') {
|
|
11524
|
-
const validateError = validate$
|
|
11529
|
+
const validateError = validate$1w(input);
|
|
11525
11530
|
if (validateError !== null) {
|
|
11526
11531
|
throw validateError;
|
|
11527
11532
|
}
|
|
@@ -11543,7 +11548,7 @@ function getTypeCacheKeys$1P(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
11543
11548
|
|
|
11544
11549
|
const TTL$y = 900000;
|
|
11545
11550
|
const VERSION$27 = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
11546
|
-
function validate$
|
|
11551
|
+
function validate$1v(obj, path = 'RecordUiRepresentation') {
|
|
11547
11552
|
const v_error = (() => {
|
|
11548
11553
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11549
11554
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11805,7 +11810,7 @@ function equals$V(existing, incoming) {
|
|
|
11805
11810
|
}
|
|
11806
11811
|
const ingest$1L = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11807
11812
|
if (process.env.NODE_ENV !== 'production') {
|
|
11808
|
-
const validateError = validate$
|
|
11813
|
+
const validateError = validate$1v(input);
|
|
11809
11814
|
if (validateError !== null) {
|
|
11810
11815
|
throw validateError;
|
|
11811
11816
|
}
|
|
@@ -12446,7 +12451,7 @@ function getLayoutMapAndObjectInfo(recordId, data) {
|
|
|
12446
12451
|
// Temp fix until we can mimic the server behavior for non-layoutable entities.
|
|
12447
12452
|
let layoutMap = {};
|
|
12448
12453
|
if (hasOwnProperty.call(layouts, apiName)) {
|
|
12449
|
-
layoutMap = layouts[apiName][recordTypeId];
|
|
12454
|
+
layoutMap = layouts[apiName][recordTypeId] || {};
|
|
12450
12455
|
}
|
|
12451
12456
|
return {
|
|
12452
12457
|
layoutMap,
|
|
@@ -12937,7 +12942,7 @@ const notifyUpdateAvailableFactory$1 = (luvio) => {
|
|
|
12937
12942
|
};
|
|
12938
12943
|
|
|
12939
12944
|
const VERSION$26 = "4aa37812ee37c752a099b29026217c85";
|
|
12940
|
-
function validate$
|
|
12945
|
+
function validate$1u(obj, path = 'ObjectInfoDirectoryEntryRepresentation') {
|
|
12941
12946
|
const v_error = (() => {
|
|
12942
12947
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12943
12948
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13090,7 +13095,7 @@ function equals$U(existing, incoming) {
|
|
|
13090
13095
|
}
|
|
13091
13096
|
const ingest$1K = function ObjectInfoDirectoryEntryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13092
13097
|
if (process.env.NODE_ENV !== 'production') {
|
|
13093
|
-
const validateError = validate$
|
|
13098
|
+
const validateError = validate$1u(input);
|
|
13094
13099
|
if (validateError !== null) {
|
|
13095
13100
|
throw validateError;
|
|
13096
13101
|
}
|
|
@@ -13111,7 +13116,7 @@ function getTypeCacheKeys$1O(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
13111
13116
|
}
|
|
13112
13117
|
|
|
13113
13118
|
const VERSION$25 = "37fd8c0154ee743c9defbf03e9b4b067";
|
|
13114
|
-
function validate$
|
|
13119
|
+
function validate$1t(obj, path = 'ObjectInfoDirectoryRepresentation') {
|
|
13115
13120
|
const v_error = (() => {
|
|
13116
13121
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13117
13122
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13186,7 +13191,7 @@ function equals$T(existing, incoming) {
|
|
|
13186
13191
|
}
|
|
13187
13192
|
const ingest$1J = function ObjectInfoDirectoryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13188
13193
|
if (process.env.NODE_ENV !== 'production') {
|
|
13189
|
-
const validateError = validate$
|
|
13194
|
+
const validateError = validate$1t(input);
|
|
13190
13195
|
if (validateError !== null) {
|
|
13191
13196
|
throw validateError;
|
|
13192
13197
|
}
|
|
@@ -13214,7 +13219,7 @@ function getTypeCacheKeys$1N(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
13214
13219
|
}
|
|
13215
13220
|
|
|
13216
13221
|
const VERSION$24 = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
13217
|
-
function validate$
|
|
13222
|
+
function validate$1s(obj, path = 'QuickActionExecutionRepresentation') {
|
|
13218
13223
|
const v_error = (() => {
|
|
13219
13224
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13220
13225
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13387,7 +13392,7 @@ function equals$S(existing, incoming) {
|
|
|
13387
13392
|
}
|
|
13388
13393
|
const ingest$1I = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13389
13394
|
if (process.env.NODE_ENV !== 'production') {
|
|
13390
|
-
const validateError = validate$
|
|
13395
|
+
const validateError = validate$1s(input);
|
|
13391
13396
|
if (validateError !== null) {
|
|
13392
13397
|
throw validateError;
|
|
13393
13398
|
}
|
|
@@ -13409,7 +13414,7 @@ function getTypeCacheKeys$1M(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
13409
13414
|
|
|
13410
13415
|
const TTL$x = 900000;
|
|
13411
13416
|
const VERSION$23 = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
13412
|
-
function validate$
|
|
13417
|
+
function validate$1r(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
13413
13418
|
const v_error = (() => {
|
|
13414
13419
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13415
13420
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13588,7 +13593,7 @@ function coerceFormFactor(form) {
|
|
|
13588
13593
|
}
|
|
13589
13594
|
|
|
13590
13595
|
const VERSION$22 = "3f49d751896cf66e6e29788d8880e2cc";
|
|
13591
|
-
function validate$
|
|
13596
|
+
function validate$1q(obj, path = 'PlatformActionRepresentation') {
|
|
13592
13597
|
const v_error = (() => {
|
|
13593
13598
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13594
13599
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14120,7 +14125,7 @@ function equals$Q(existing, incoming) {
|
|
|
14120
14125
|
}
|
|
14121
14126
|
const ingest$1H = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14122
14127
|
if (process.env.NODE_ENV !== 'production') {
|
|
14123
|
-
const validateError = validate$
|
|
14128
|
+
const validateError = validate$1q(input);
|
|
14124
14129
|
if (validateError !== null) {
|
|
14125
14130
|
throw validateError;
|
|
14126
14131
|
}
|
|
@@ -14141,7 +14146,7 @@ function getTypeCacheKeys$1K(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14141
14146
|
}
|
|
14142
14147
|
|
|
14143
14148
|
const VERSION$21 = "378d506f563a4bd724b322d440df33d1";
|
|
14144
|
-
function validate$
|
|
14149
|
+
function validate$1p(obj, path = 'EntityActionRepresentation') {
|
|
14145
14150
|
const v_error = (() => {
|
|
14146
14151
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14147
14152
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14255,7 +14260,7 @@ function equals$P(existing, incoming) {
|
|
|
14255
14260
|
}
|
|
14256
14261
|
const ingest$1G = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14257
14262
|
if (process.env.NODE_ENV !== 'production') {
|
|
14258
|
-
const validateError = validate$
|
|
14263
|
+
const validateError = validate$1p(input);
|
|
14259
14264
|
if (validateError !== null) {
|
|
14260
14265
|
throw validateError;
|
|
14261
14266
|
}
|
|
@@ -14281,7 +14286,7 @@ function getTypeCacheKeys$1J(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14281
14286
|
|
|
14282
14287
|
const TTL$w = 300000;
|
|
14283
14288
|
const VERSION$20 = "e485d96c1402a9ca2f56e56485af0216";
|
|
14284
|
-
function validate$
|
|
14289
|
+
function validate$1o(obj, path = 'ActionRepresentation') {
|
|
14285
14290
|
const v_error = (() => {
|
|
14286
14291
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14287
14292
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14379,7 +14384,7 @@ function equals$O(existing, incoming) {
|
|
|
14379
14384
|
}
|
|
14380
14385
|
const ingest$1F = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14381
14386
|
if (process.env.NODE_ENV !== 'production') {
|
|
14382
|
-
const validateError = validate$
|
|
14387
|
+
const validateError = validate$1o(input);
|
|
14383
14388
|
if (validateError !== null) {
|
|
14384
14389
|
throw validateError;
|
|
14385
14390
|
}
|
|
@@ -14551,7 +14556,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
|
|
|
14551
14556
|
|
|
14552
14557
|
const TTL$v = 900000;
|
|
14553
14558
|
const VERSION$1$ = "35f3eec8ce7f6001c6d5d17821b75bb9";
|
|
14554
|
-
function validate$
|
|
14559
|
+
function validate$1n(obj, path = 'QuickActionLayoutRepresentation') {
|
|
14555
14560
|
const v_error = (() => {
|
|
14556
14561
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14557
14562
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14568,7 +14573,7 @@ function validate$1m(obj, path = 'QuickActionLayoutRepresentation') {
|
|
|
14568
14573
|
}
|
|
14569
14574
|
const obj_layout = obj.layout;
|
|
14570
14575
|
const path_layout = path + '.layout';
|
|
14571
|
-
const referencepath_layoutValidationError = validate$
|
|
14576
|
+
const referencepath_layoutValidationError = validate$1y(obj_layout, path_layout);
|
|
14572
14577
|
if (referencepath_layoutValidationError !== null) {
|
|
14573
14578
|
let message = 'Object doesn\'t match RecordLayoutRepresentation (at "' + path_layout + '")\n';
|
|
14574
14579
|
message += referencepath_layoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -14618,7 +14623,7 @@ function equals$N(existing, incoming) {
|
|
|
14618
14623
|
}
|
|
14619
14624
|
const ingest$1E = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14620
14625
|
if (process.env.NODE_ENV !== 'production') {
|
|
14621
|
-
const validateError = validate$
|
|
14626
|
+
const validateError = validate$1n(input);
|
|
14622
14627
|
if (validateError !== null) {
|
|
14623
14628
|
throw validateError;
|
|
14624
14629
|
}
|
|
@@ -15095,7 +15100,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
15095
15100
|
};
|
|
15096
15101
|
|
|
15097
15102
|
const VERSION$1_ = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
15098
|
-
function validate$
|
|
15103
|
+
function validate$1m(obj, path = 'ActionOverrideRepresentation') {
|
|
15099
15104
|
const v_error = (() => {
|
|
15100
15105
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15101
15106
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15128,7 +15133,7 @@ function equals$M(existing, incoming) {
|
|
|
15128
15133
|
}
|
|
15129
15134
|
const ingest$1D = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15130
15135
|
if (process.env.NODE_ENV !== 'production') {
|
|
15131
|
-
const validateError = validate$
|
|
15136
|
+
const validateError = validate$1m(input);
|
|
15132
15137
|
if (validateError !== null) {
|
|
15133
15138
|
throw validateError;
|
|
15134
15139
|
}
|
|
@@ -15283,7 +15288,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
|
|
|
15283
15288
|
buildCachedSnapshotCachePolicy$J, buildNetworkSnapshotCachePolicy$K);
|
|
15284
15289
|
};
|
|
15285
15290
|
|
|
15286
|
-
function validate$
|
|
15291
|
+
function validate$1l(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
15287
15292
|
const v_error = (() => {
|
|
15288
15293
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15289
15294
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15321,7 +15326,7 @@ function validate$1k(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
|
15321
15326
|
|
|
15322
15327
|
const TTL$u = 300000;
|
|
15323
15328
|
const VERSION$1Z = "c57b66c259b23683db7b763e132e8633";
|
|
15324
|
-
function validate$
|
|
15329
|
+
function validate$1k(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
15325
15330
|
const v_error = (() => {
|
|
15326
15331
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15327
15332
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15342,7 +15347,7 @@ function validate$1j(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
|
15342
15347
|
for (let i = 0; i < obj_activations_prop.length; i++) {
|
|
15343
15348
|
const obj_activations_prop_item = obj_activations_prop[i];
|
|
15344
15349
|
const path_activations_prop_item = path_activations_prop + '[' + i + ']';
|
|
15345
|
-
const referencepath_activations_prop_itemValidationError = validate$
|
|
15350
|
+
const referencepath_activations_prop_itemValidationError = validate$1l(obj_activations_prop_item, path_activations_prop_item);
|
|
15346
15351
|
if (referencepath_activations_prop_itemValidationError !== null) {
|
|
15347
15352
|
let message = 'Object doesn\'t match FormulaOverridesInfoRepresentation (at "' + path_activations_prop_item + '")\n';
|
|
15348
15353
|
message += referencepath_activations_prop_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -15386,7 +15391,7 @@ function equals$L(existing, incoming) {
|
|
|
15386
15391
|
}
|
|
15387
15392
|
const ingest$1C = function FlexipageFormulaActivationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15388
15393
|
if (process.env.NODE_ENV !== 'production') {
|
|
15389
|
-
const validateError = validate$
|
|
15394
|
+
const validateError = validate$1k(input);
|
|
15390
15395
|
if (validateError !== null) {
|
|
15391
15396
|
throw validateError;
|
|
15392
15397
|
}
|
|
@@ -15569,7 +15574,7 @@ function merge$1(existing, incoming) {
|
|
|
15569
15574
|
const dynamicIngest$4 = (ingestParams) => {
|
|
15570
15575
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15571
15576
|
if (process.env.NODE_ENV !== 'production') {
|
|
15572
|
-
const validateError = validate$
|
|
15577
|
+
const validateError = validate$1r(input);
|
|
15573
15578
|
if (validateError !== null) {
|
|
15574
15579
|
throw validateError;
|
|
15575
15580
|
}
|
|
@@ -15585,7 +15590,10 @@ const dynamicIngest$4 = (ingestParams) => {
|
|
|
15585
15590
|
if (existingRecord === undefined || equals$R(existingRecord, incomingRecord) === false) {
|
|
15586
15591
|
luvio.storePublish(key, incomingRecord);
|
|
15587
15592
|
}
|
|
15588
|
-
luvio.publishStoreMetadata(key,
|
|
15593
|
+
luvio.publishStoreMetadata(key, {
|
|
15594
|
+
...QUICK_ACTION_DEFAULTS_STORE_METADATA_PARAMS,
|
|
15595
|
+
ingestionTimestamp: timestamp,
|
|
15596
|
+
});
|
|
15589
15597
|
return createLink$1(key);
|
|
15590
15598
|
};
|
|
15591
15599
|
};
|
|
@@ -16078,7 +16086,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
16078
16086
|
buildCachedSnapshotCachePolicy$F, buildNetworkSnapshotCachePolicy$G);
|
|
16079
16087
|
};
|
|
16080
16088
|
|
|
16081
|
-
function validate$
|
|
16089
|
+
function validate$1j(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
16082
16090
|
const v_error = (() => {
|
|
16083
16091
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16084
16092
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16504,7 +16512,7 @@ function typeCheckConfig$U(untrustedConfig) {
|
|
|
16504
16512
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
16505
16513
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
16506
16514
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
16507
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
16515
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$1j(untrustedConfig_relatedListsActionParameters_item);
|
|
16508
16516
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
16509
16517
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
16510
16518
|
}
|
|
@@ -16822,7 +16830,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
16822
16830
|
};
|
|
16823
16831
|
|
|
16824
16832
|
const VERSION$1Y = "a316b3bba367f54adc67d7552ed7d36d";
|
|
16825
|
-
function validate$
|
|
16833
|
+
function validate$1i(obj, path = 'PageReferenceRepresentation') {
|
|
16826
16834
|
const v_error = (() => {
|
|
16827
16835
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16828
16836
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16883,7 +16891,7 @@ function equals$K(existing, incoming) {
|
|
|
16883
16891
|
}
|
|
16884
16892
|
const ingest$1B = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16885
16893
|
if (process.env.NODE_ENV !== 'production') {
|
|
16886
|
-
const validateError = validate$
|
|
16894
|
+
const validateError = validate$1i(input);
|
|
16887
16895
|
if (validateError !== null) {
|
|
16888
16896
|
throw validateError;
|
|
16889
16897
|
}
|
|
@@ -16905,7 +16913,7 @@ function getTypeCacheKeys$1E(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
16905
16913
|
|
|
16906
16914
|
const TTL$t = 120000;
|
|
16907
16915
|
const VERSION$1X = "09884ca5bf90ea4662092a4e48817081";
|
|
16908
|
-
function validate$
|
|
16916
|
+
function validate$1h(obj, path = 'NavItemRepresentation') {
|
|
16909
16917
|
const v_error = (() => {
|
|
16910
16918
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16911
16919
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17297,7 +17305,7 @@ function equals$J(existing, incoming) {
|
|
|
17297
17305
|
}
|
|
17298
17306
|
const ingest$1A = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17299
17307
|
if (process.env.NODE_ENV !== 'production') {
|
|
17300
|
-
const validateError = validate$
|
|
17308
|
+
const validateError = validate$1h(input);
|
|
17301
17309
|
if (validateError !== null) {
|
|
17302
17310
|
throw validateError;
|
|
17303
17311
|
}
|
|
@@ -17322,7 +17330,7 @@ function getTypeCacheKeys$1D(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
17322
17330
|
|
|
17323
17331
|
const TTL$s = 300000;
|
|
17324
17332
|
const VERSION$1W = "1781f2d3d4e413cf0c681774d82d02cd";
|
|
17325
|
-
function validate$
|
|
17333
|
+
function validate$1g(obj, path = 'AppRepresentation') {
|
|
17326
17334
|
const v_error = (() => {
|
|
17327
17335
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17328
17336
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17764,7 +17772,7 @@ function equals$I(existing, incoming) {
|
|
|
17764
17772
|
}
|
|
17765
17773
|
const ingest$1z = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17766
17774
|
if (process.env.NODE_ENV !== 'production') {
|
|
17767
|
-
const validateError = validate$
|
|
17775
|
+
const validateError = validate$1g(input);
|
|
17768
17776
|
if (validateError !== null) {
|
|
17769
17777
|
throw validateError;
|
|
17770
17778
|
}
|
|
@@ -17794,7 +17802,7 @@ function getTypeCacheKeys$1C(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
17794
17802
|
|
|
17795
17803
|
const TTL$r = 300000;
|
|
17796
17804
|
const VERSION$1V = "a254babf0b6414315db7808a157fd9fc";
|
|
17797
|
-
function validate$
|
|
17805
|
+
function validate$1f(obj, path = 'AppsRepresentation') {
|
|
17798
17806
|
const v_error = (() => {
|
|
17799
17807
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17800
17808
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17876,7 +17884,7 @@ function equals$H(existing, incoming) {
|
|
|
17876
17884
|
}
|
|
17877
17885
|
const ingest$1y = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17878
17886
|
if (process.env.NODE_ENV !== 'production') {
|
|
17879
|
-
const validateError = validate$
|
|
17887
|
+
const validateError = validate$1f(input);
|
|
17880
17888
|
if (validateError !== null) {
|
|
17881
17889
|
throw validateError;
|
|
17882
17890
|
}
|
|
@@ -18323,7 +18331,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
18323
18331
|
};
|
|
18324
18332
|
|
|
18325
18333
|
const VERSION$1U = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
18326
|
-
function validate$
|
|
18334
|
+
function validate$1e(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
18327
18335
|
const v_error = (() => {
|
|
18328
18336
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18329
18337
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18385,7 +18393,7 @@ const select$2g = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
18385
18393
|
};
|
|
18386
18394
|
|
|
18387
18395
|
const VERSION$1T = "320d7f254687278f2763d4b490dab3fb";
|
|
18388
|
-
function validate$
|
|
18396
|
+
function validate$1d(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
18389
18397
|
const v_error = (() => {
|
|
18390
18398
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18391
18399
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18408,7 +18416,7 @@ function validate$1c(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
18408
18416
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
18409
18417
|
const obj_filterItems_item = obj_filterItems[i];
|
|
18410
18418
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
18411
|
-
const referencepath_filterItems_itemValidationError = validate$
|
|
18419
|
+
const referencepath_filterItems_itemValidationError = validate$1e(obj_filterItems_item, path_filterItems_item);
|
|
18412
18420
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
18413
18421
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
18414
18422
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18451,7 +18459,7 @@ const select$2f = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
18451
18459
|
};
|
|
18452
18460
|
|
|
18453
18461
|
const VERSION$1S = "b47b44e260e5ce777beaf3da9088997c";
|
|
18454
|
-
function validate$
|
|
18462
|
+
function validate$1c(obj, path = 'MatchRuleRepresentation') {
|
|
18455
18463
|
const v_error = (() => {
|
|
18456
18464
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18457
18465
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18521,7 +18529,7 @@ const select$2e = function MatchRuleRepresentationSelect() {
|
|
|
18521
18529
|
};
|
|
18522
18530
|
|
|
18523
18531
|
const VERSION$1R = "bb83d7210bb1d7861b6188bc5f552617";
|
|
18524
|
-
function validate$
|
|
18532
|
+
function validate$1b(obj, path = 'DuplicateRuleRepresentation') {
|
|
18525
18533
|
const v_error = (() => {
|
|
18526
18534
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18527
18535
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18549,7 +18557,7 @@ function validate$1a(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
18549
18557
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
18550
18558
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
18551
18559
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
18552
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
18560
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$1d(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
18553
18561
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
18554
18562
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
18555
18563
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18569,7 +18577,7 @@ function validate$1a(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
18569
18577
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
18570
18578
|
const obj_matchRules_item = obj_matchRules[i];
|
|
18571
18579
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
18572
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
18580
|
+
const referencepath_matchRules_itemValidationError = validate$1c(obj_matchRules_item, path_matchRules_item);
|
|
18573
18581
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
18574
18582
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
18575
18583
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18662,7 +18670,7 @@ const select$2d = function DuplicateRuleRepresentationSelect() {
|
|
|
18662
18670
|
|
|
18663
18671
|
const TTL$q = 900000;
|
|
18664
18672
|
const VERSION$1Q = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
18665
|
-
function validate$
|
|
18673
|
+
function validate$1a(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
18666
18674
|
const v_error = (() => {
|
|
18667
18675
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18668
18676
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18697,7 +18705,7 @@ function validate$19(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
18697
18705
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
18698
18706
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
18699
18707
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
18700
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
18708
|
+
const referencepath_duplicateRules_itemValidationError = validate$1b(obj_duplicateRules_item, path_duplicateRules_item);
|
|
18701
18709
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
18702
18710
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
18703
18711
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18764,7 +18772,7 @@ function equals$G(existing, incoming) {
|
|
|
18764
18772
|
}
|
|
18765
18773
|
const ingest$1x = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18766
18774
|
if (process.env.NODE_ENV !== 'production') {
|
|
18767
|
-
const validateError = validate$
|
|
18775
|
+
const validateError = validate$1a(input);
|
|
18768
18776
|
if (validateError !== null) {
|
|
18769
18777
|
throw validateError;
|
|
18770
18778
|
}
|
|
@@ -19703,7 +19711,7 @@ const getListInfosByNameAdapterFactory = (luvio) => function UiApi__getListInfos
|
|
|
19703
19711
|
buildCachedSnapshotCachePolicy$v, buildNetworkSnapshotCachePolicy$w);
|
|
19704
19712
|
};
|
|
19705
19713
|
|
|
19706
|
-
function validate$
|
|
19714
|
+
function validate$19(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
19707
19715
|
const v_error = (() => {
|
|
19708
19716
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19709
19717
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19734,7 +19742,7 @@ function validate$18(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
|
19734
19742
|
return v_error === undefined ? null : v_error;
|
|
19735
19743
|
}
|
|
19736
19744
|
|
|
19737
|
-
function validate$
|
|
19745
|
+
function validate$18(obj, path = 'ListScopeInputRepresentation') {
|
|
19738
19746
|
const v_error = (() => {
|
|
19739
19747
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19740
19748
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19863,7 +19871,7 @@ function typeCheckConfig$K(untrustedConfig) {
|
|
|
19863
19871
|
const untrustedConfig_filteredByInfo_array = [];
|
|
19864
19872
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
19865
19873
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
19866
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
19874
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$19(untrustedConfig_filteredByInfo_item);
|
|
19867
19875
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
19868
19876
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
19869
19877
|
}
|
|
@@ -19871,7 +19879,7 @@ function typeCheckConfig$K(untrustedConfig) {
|
|
|
19871
19879
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
19872
19880
|
}
|
|
19873
19881
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
19874
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
19882
|
+
const referenceListScopeInputRepresentationValidationError = validate$18(untrustedConfig_scope);
|
|
19875
19883
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
19876
19884
|
config.scope = untrustedConfig_scope;
|
|
19877
19885
|
}
|
|
@@ -20153,7 +20161,7 @@ function typeCheckConfig$H(untrustedConfig) {
|
|
|
20153
20161
|
const untrustedConfig_filteredByInfo_array = [];
|
|
20154
20162
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
20155
20163
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
20156
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
20164
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$19(untrustedConfig_filteredByInfo_item);
|
|
20157
20165
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
20158
20166
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
20159
20167
|
}
|
|
@@ -20161,7 +20169,7 @@ function typeCheckConfig$H(untrustedConfig) {
|
|
|
20161
20169
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
20162
20170
|
}
|
|
20163
20171
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
20164
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
20172
|
+
const referenceListScopeInputRepresentationValidationError = validate$18(untrustedConfig_scope);
|
|
20165
20173
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
20166
20174
|
config.scope = untrustedConfig_scope;
|
|
20167
20175
|
}
|
|
@@ -20211,7 +20219,7 @@ const updateListInfoByNameAdapterFactory = (luvio) => {
|
|
|
20211
20219
|
};
|
|
20212
20220
|
|
|
20213
20221
|
const VERSION$1P = "d77026c4d63ef00cdd7e3d600687a40d";
|
|
20214
|
-
function validate$
|
|
20222
|
+
function validate$17(obj, path = 'ListObjectScopeAvailableEntityRepresentation') {
|
|
20215
20223
|
const v_error = (() => {
|
|
20216
20224
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20217
20225
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20261,7 +20269,7 @@ function equals$F(existing, incoming) {
|
|
|
20261
20269
|
}
|
|
20262
20270
|
|
|
20263
20271
|
const VERSION$1O = "355933ff2970aa91a2848a94565e956a";
|
|
20264
|
-
function validate$
|
|
20272
|
+
function validate$16(obj, path = 'ListObjectScopeRepresentation') {
|
|
20265
20273
|
const v_error = (() => {
|
|
20266
20274
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20267
20275
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20279,7 +20287,7 @@ function validate$15(obj, path = 'ListObjectScopeRepresentation') {
|
|
|
20279
20287
|
for (let i = 0; i < obj_availableEntities.length; i++) {
|
|
20280
20288
|
const obj_availableEntities_item = obj_availableEntities[i];
|
|
20281
20289
|
const path_availableEntities_item = path_availableEntities + '[' + i + ']';
|
|
20282
|
-
const referencepath_availableEntities_itemValidationError = validate$
|
|
20290
|
+
const referencepath_availableEntities_itemValidationError = validate$17(obj_availableEntities_item, path_availableEntities_item);
|
|
20283
20291
|
if (referencepath_availableEntities_itemValidationError !== null) {
|
|
20284
20292
|
let message = 'Object doesn\'t match ListObjectScopeAvailableEntityRepresentation (at "' + path_availableEntities_item + '")\n';
|
|
20285
20293
|
message += referencepath_availableEntities_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20343,7 +20351,7 @@ function equals$E(existing, incoming) {
|
|
|
20343
20351
|
}
|
|
20344
20352
|
|
|
20345
20353
|
const VERSION$1N = "c5c08ea834378670c9d6f235ff71c9f0";
|
|
20346
|
-
function validate$
|
|
20354
|
+
function validate$15(obj, path = 'ListObjectPicklistValueRepresentation') {
|
|
20347
20355
|
const v_error = (() => {
|
|
20348
20356
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20349
20357
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20393,7 +20401,7 @@ function equals$D(existing, incoming) {
|
|
|
20393
20401
|
}
|
|
20394
20402
|
|
|
20395
20403
|
const VERSION$1M = "2c35f797fead79b5c45b521e77dd6ace";
|
|
20396
|
-
function validate$
|
|
20404
|
+
function validate$14(obj, path = 'ListObjectColumnRepresentation') {
|
|
20397
20405
|
const v_error = (() => {
|
|
20398
20406
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20399
20407
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20462,7 +20470,7 @@ function validate$13(obj, path = 'ListObjectColumnRepresentation') {
|
|
|
20462
20470
|
for (let i = 0; i < obj_picklistValues.length; i++) {
|
|
20463
20471
|
const obj_picklistValues_item = obj_picklistValues[i];
|
|
20464
20472
|
const path_picklistValues_item = path_picklistValues + '[' + i + ']';
|
|
20465
|
-
const referencepath_picklistValues_itemValidationError = validate$
|
|
20473
|
+
const referencepath_picklistValues_itemValidationError = validate$15(obj_picklistValues_item, path_picklistValues_item);
|
|
20466
20474
|
if (referencepath_picklistValues_itemValidationError !== null) {
|
|
20467
20475
|
let message = 'Object doesn\'t match ListObjectPicklistValueRepresentation (at "' + path_picklistValues_item + '")\n';
|
|
20468
20476
|
message += referencepath_picklistValues_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20608,7 +20616,7 @@ function equals$C(existing, incoming) {
|
|
|
20608
20616
|
|
|
20609
20617
|
const TTL$p = 900000;
|
|
20610
20618
|
const VERSION$1L = "84e1e3ffdfcb59f65d7b8906e33027ac";
|
|
20611
|
-
function validate$
|
|
20619
|
+
function validate$13(obj, path = 'ListObjectInfoRepresentation') {
|
|
20612
20620
|
const v_error = (() => {
|
|
20613
20621
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20614
20622
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20621,7 +20629,7 @@ function validate$12(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
20621
20629
|
for (let i = 0; i < obj_availableScopes.length; i++) {
|
|
20622
20630
|
const obj_availableScopes_item = obj_availableScopes[i];
|
|
20623
20631
|
const path_availableScopes_item = path_availableScopes + '[' + i + ']';
|
|
20624
|
-
const referencepath_availableScopes_itemValidationError = validate$
|
|
20632
|
+
const referencepath_availableScopes_itemValidationError = validate$16(obj_availableScopes_item, path_availableScopes_item);
|
|
20625
20633
|
if (referencepath_availableScopes_itemValidationError !== null) {
|
|
20626
20634
|
let message = 'Object doesn\'t match ListObjectScopeRepresentation (at "' + path_availableScopes_item + '")\n';
|
|
20627
20635
|
message += referencepath_availableScopes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20636,7 +20644,7 @@ function validate$12(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
20636
20644
|
for (let i = 0; i < obj_columns.length; i++) {
|
|
20637
20645
|
const obj_columns_item = obj_columns[i];
|
|
20638
20646
|
const path_columns_item = path_columns + '[' + i + ']';
|
|
20639
|
-
const referencepath_columns_itemValidationError = validate$
|
|
20647
|
+
const referencepath_columns_itemValidationError = validate$14(obj_columns_item, path_columns_item);
|
|
20640
20648
|
if (referencepath_columns_itemValidationError !== null) {
|
|
20641
20649
|
let message = 'Object doesn\'t match ListObjectColumnRepresentation (at "' + path_columns_item + '")\n';
|
|
20642
20650
|
message += referencepath_columns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20770,7 +20778,7 @@ function equals$B(existing, incoming) {
|
|
|
20770
20778
|
}
|
|
20771
20779
|
const ingest$1w = function ListObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20772
20780
|
if (process.env.NODE_ENV !== 'production') {
|
|
20773
|
-
const validateError = validate$
|
|
20781
|
+
const validateError = validate$13(input);
|
|
20774
20782
|
if (validateError !== null) {
|
|
20775
20783
|
throw validateError;
|
|
20776
20784
|
}
|
|
@@ -20933,7 +20941,7 @@ const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObject
|
|
|
20933
20941
|
|
|
20934
20942
|
const TTL$o = 900000;
|
|
20935
20943
|
const VERSION$1K = "458d4a6a30201e422e8daec5fcb03845";
|
|
20936
|
-
function validate$
|
|
20944
|
+
function validate$12(obj, path = 'ListPreferencesRepresentation') {
|
|
20937
20945
|
const v_error = (() => {
|
|
20938
20946
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20939
20947
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20968,7 +20976,7 @@ function validate$11(obj, path = 'ListPreferencesRepresentation') {
|
|
|
20968
20976
|
}
|
|
20969
20977
|
const obj_listReference = obj.listReference;
|
|
20970
20978
|
const path_listReference = path + '.listReference';
|
|
20971
|
-
const referencepath_listReferenceValidationError = validate$
|
|
20979
|
+
const referencepath_listReferenceValidationError = validate$21(obj_listReference, path_listReference);
|
|
20972
20980
|
if (referencepath_listReferenceValidationError !== null) {
|
|
20973
20981
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
20974
20982
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20982,7 +20990,7 @@ function validate$11(obj, path = 'ListPreferencesRepresentation') {
|
|
|
20982
20990
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
20983
20991
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
20984
20992
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
20985
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
20993
|
+
const referencepath_orderedBy_itemValidationError = validate$1_(obj_orderedBy_item, path_orderedBy_item);
|
|
20986
20994
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
20987
20995
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
20988
20996
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21078,7 +21086,7 @@ function equals$A(existing, incoming) {
|
|
|
21078
21086
|
}
|
|
21079
21087
|
const ingest$1v = function ListPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21080
21088
|
if (process.env.NODE_ENV !== 'production') {
|
|
21081
|
-
const validateError = validate$
|
|
21089
|
+
const validateError = validate$12(input);
|
|
21082
21090
|
if (validateError !== null) {
|
|
21083
21091
|
throw validateError;
|
|
21084
21092
|
}
|
|
@@ -21241,7 +21249,7 @@ const getListPreferencesAdapterFactory = (luvio) => function UiApi__getListPrefe
|
|
|
21241
21249
|
buildCachedSnapshotCachePolicy$s, buildNetworkSnapshotCachePolicy$t);
|
|
21242
21250
|
};
|
|
21243
21251
|
|
|
21244
|
-
function validate$
|
|
21252
|
+
function validate$11(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
21245
21253
|
const v_error = (() => {
|
|
21246
21254
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21247
21255
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21349,7 +21357,7 @@ function typeCheckConfig$E(untrustedConfig) {
|
|
|
21349
21357
|
const untrustedConfig_orderedBy_array = [];
|
|
21350
21358
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
21351
21359
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
21352
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
21360
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$11(untrustedConfig_orderedBy_item);
|
|
21353
21361
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
21354
21362
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
21355
21363
|
}
|
|
@@ -21403,7 +21411,7 @@ const updateListPreferencesAdapterFactory = (luvio) => {
|
|
|
21403
21411
|
|
|
21404
21412
|
const TTL$n = 120000;
|
|
21405
21413
|
const VERSION$1J = "756779d0d7e137dd72c743544afbad82";
|
|
21406
|
-
function validate
|
|
21414
|
+
function validate$10(obj, path = 'NavItemsRepresentation') {
|
|
21407
21415
|
const v_error = (() => {
|
|
21408
21416
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21409
21417
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21531,7 +21539,7 @@ function equals$z(existing, incoming) {
|
|
|
21531
21539
|
}
|
|
21532
21540
|
const ingest$1u = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21533
21541
|
if (process.env.NODE_ENV !== 'production') {
|
|
21534
|
-
const validateError = validate
|
|
21542
|
+
const validateError = validate$10(input);
|
|
21535
21543
|
if (validateError !== null) {
|
|
21536
21544
|
throw validateError;
|
|
21537
21545
|
}
|
|
@@ -22267,7 +22275,7 @@ var DiscriminatorValues$4;
|
|
|
22267
22275
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
22268
22276
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
22269
22277
|
const VERSION$1E = "bd523b2343366edfc25a2dbee2c4e986";
|
|
22270
|
-
function validate
|
|
22278
|
+
function validate$$(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
|
|
22271
22279
|
const v_error = (() => {
|
|
22272
22280
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22273
22281
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22312,7 +22320,7 @@ const select$1R = function AbstractPicklistValueAttributesRepresentationSelect()
|
|
|
22312
22320
|
};
|
|
22313
22321
|
|
|
22314
22322
|
const VERSION$1D = "9e2a16a80378487f557124c771201cf9";
|
|
22315
|
-
function validate$
|
|
22323
|
+
function validate$_(obj, path = 'PicklistValueRepresentation') {
|
|
22316
22324
|
const v_error = (() => {
|
|
22317
22325
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22318
22326
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22321,7 +22329,7 @@ function validate$Z(obj, path = 'PicklistValueRepresentation') {
|
|
|
22321
22329
|
const path_attributes = path + '.attributes';
|
|
22322
22330
|
let obj_attributes_union0 = null;
|
|
22323
22331
|
const obj_attributes_union0_error = (() => {
|
|
22324
|
-
const referencepath_attributesValidationError = validate
|
|
22332
|
+
const referencepath_attributesValidationError = validate$$(obj_attributes, path_attributes);
|
|
22325
22333
|
if (referencepath_attributesValidationError !== null) {
|
|
22326
22334
|
let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
22327
22335
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22416,7 +22424,7 @@ function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
|
22416
22424
|
|
|
22417
22425
|
const TTL$m = 900000;
|
|
22418
22426
|
const VERSION$1C = "0a361a49370acb4c6a31721a2057649a";
|
|
22419
|
-
function validate$
|
|
22427
|
+
function validate$Z(obj, path = 'PicklistValuesRepresentation') {
|
|
22420
22428
|
const v_error = (() => {
|
|
22421
22429
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22422
22430
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22439,7 +22447,7 @@ function validate$Y(obj, path = 'PicklistValuesRepresentation') {
|
|
|
22439
22447
|
const path_defaultValue = path + '.defaultValue';
|
|
22440
22448
|
let obj_defaultValue_union0 = null;
|
|
22441
22449
|
const obj_defaultValue_union0_error = (() => {
|
|
22442
|
-
const referencepath_defaultValueValidationError = validate$
|
|
22450
|
+
const referencepath_defaultValueValidationError = validate$_(obj_defaultValue, path_defaultValue);
|
|
22443
22451
|
if (referencepath_defaultValueValidationError !== null) {
|
|
22444
22452
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
22445
22453
|
message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22482,7 +22490,7 @@ function validate$Y(obj, path = 'PicklistValuesRepresentation') {
|
|
|
22482
22490
|
for (let i = 0; i < obj_values.length; i++) {
|
|
22483
22491
|
const obj_values_item = obj_values[i];
|
|
22484
22492
|
const path_values_item = path_values + '[' + i + ']';
|
|
22485
|
-
const referencepath_values_itemValidationError = validate$
|
|
22493
|
+
const referencepath_values_itemValidationError = validate$_(obj_values_item, path_values_item);
|
|
22486
22494
|
if (referencepath_values_itemValidationError !== null) {
|
|
22487
22495
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
22488
22496
|
message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22540,7 +22548,7 @@ function equals$y(existing, incoming) {
|
|
|
22540
22548
|
}
|
|
22541
22549
|
const ingest$1t = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22542
22550
|
if (process.env.NODE_ENV !== 'production') {
|
|
22543
|
-
const validateError = validate$
|
|
22551
|
+
const validateError = validate$Z(input);
|
|
22544
22552
|
if (validateError !== null) {
|
|
22545
22553
|
throw validateError;
|
|
22546
22554
|
}
|
|
@@ -22562,7 +22570,7 @@ function getTypeCacheKeys$1w(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
22562
22570
|
|
|
22563
22571
|
const TTL$l = 300000;
|
|
22564
22572
|
const VERSION$1B = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
22565
|
-
function validate$
|
|
22573
|
+
function validate$Y(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
22566
22574
|
const v_error = (() => {
|
|
22567
22575
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22568
22576
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22649,7 +22657,7 @@ function equals$x(existing, incoming) {
|
|
|
22649
22657
|
}
|
|
22650
22658
|
const ingest$1s = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22651
22659
|
if (process.env.NODE_ENV !== 'production') {
|
|
22652
|
-
const validateError = validate$
|
|
22660
|
+
const validateError = validate$Y(input);
|
|
22653
22661
|
if (validateError !== null) {
|
|
22654
22662
|
throw validateError;
|
|
22655
22663
|
}
|
|
@@ -22986,7 +22994,7 @@ const getPicklistValuesAdapterFactory = (luvio) => function UiApi__getPicklistVa
|
|
|
22986
22994
|
buildCachedSnapshotCachePolicy$n, buildNetworkSnapshotCachePolicy$o);
|
|
22987
22995
|
};
|
|
22988
22996
|
|
|
22989
|
-
function validate$
|
|
22997
|
+
function validate$X(obj, path = 'MatchResultInfoRepresentation') {
|
|
22990
22998
|
const v_error = (() => {
|
|
22991
22999
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22992
23000
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23012,7 +23020,7 @@ function validate$W(obj, path = 'MatchResultInfoRepresentation') {
|
|
|
23012
23020
|
return v_error === undefined ? null : v_error;
|
|
23013
23021
|
}
|
|
23014
23022
|
|
|
23015
|
-
function validate$
|
|
23023
|
+
function validate$W(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
23016
23024
|
const v_error = (() => {
|
|
23017
23025
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23018
23026
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23024,7 +23032,7 @@ function validate$V(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
23024
23032
|
}
|
|
23025
23033
|
const obj_matchResultInfo = obj.matchResultInfo;
|
|
23026
23034
|
const path_matchResultInfo = path + '.matchResultInfo';
|
|
23027
|
-
const referencepath_matchResultInfoValidationError = validate$
|
|
23035
|
+
const referencepath_matchResultInfoValidationError = validate$X(obj_matchResultInfo, path_matchResultInfo);
|
|
23028
23036
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
23029
23037
|
let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
23030
23038
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23039,7 +23047,7 @@ function validate$V(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
23039
23047
|
return v_error === undefined ? null : v_error;
|
|
23040
23048
|
}
|
|
23041
23049
|
|
|
23042
|
-
function validate$
|
|
23050
|
+
function validate$V(obj, path = 'MatchRepresentation') {
|
|
23043
23051
|
const v_error = (() => {
|
|
23044
23052
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23045
23053
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23054,7 +23062,7 @@ function validate$U(obj, path = 'MatchRepresentation') {
|
|
|
23054
23062
|
const key = obj_duplicateResultInfos_keys[i];
|
|
23055
23063
|
const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
23056
23064
|
const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
23057
|
-
const referencepath_duplicateResultInfos_propValidationError = validate$
|
|
23065
|
+
const referencepath_duplicateResultInfos_propValidationError = validate$W(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
23058
23066
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
23059
23067
|
let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
23060
23068
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23084,7 +23092,7 @@ function validate$U(obj, path = 'MatchRepresentation') {
|
|
|
23084
23092
|
|
|
23085
23093
|
const TTL$k = 30000;
|
|
23086
23094
|
const VERSION$1A = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
23087
|
-
function validate$
|
|
23095
|
+
function validate$U(obj, path = 'DuplicatesRepresentation') {
|
|
23088
23096
|
const v_error = (() => {
|
|
23089
23097
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23090
23098
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23119,7 +23127,7 @@ function validate$T(obj, path = 'DuplicatesRepresentation') {
|
|
|
23119
23127
|
for (let i = 0; i < obj_matches.length; i++) {
|
|
23120
23128
|
const obj_matches_item = obj_matches[i];
|
|
23121
23129
|
const path_matches_item = path_matches + '[' + i + ']';
|
|
23122
|
-
const referencepath_matches_itemValidationError = validate$
|
|
23130
|
+
const referencepath_matches_itemValidationError = validate$V(obj_matches_item, path_matches_item);
|
|
23123
23131
|
if (referencepath_matches_itemValidationError !== null) {
|
|
23124
23132
|
let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
23125
23133
|
message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23149,7 +23157,7 @@ function equals$w(existing, incoming) {
|
|
|
23149
23157
|
}
|
|
23150
23158
|
const ingest$1r = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23151
23159
|
if (process.env.NODE_ENV !== 'production') {
|
|
23152
|
-
const validateError = validate$
|
|
23160
|
+
const validateError = validate$U(input);
|
|
23153
23161
|
if (validateError !== null) {
|
|
23154
23162
|
throw validateError;
|
|
23155
23163
|
}
|
|
@@ -23342,7 +23350,7 @@ const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(unt
|
|
|
23342
23350
|
};
|
|
23343
23351
|
|
|
23344
23352
|
const VERSION$1z = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
23345
|
-
function validate$
|
|
23353
|
+
function validate$T(obj, path = 'PhotoMetadataRepresentation') {
|
|
23346
23354
|
const v_error = (() => {
|
|
23347
23355
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23348
23356
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23434,8 +23442,8 @@ function equals$v(existing, incoming) {
|
|
|
23434
23442
|
}
|
|
23435
23443
|
|
|
23436
23444
|
const VERSION$1y = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
23437
|
-
function validate$
|
|
23438
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
23445
|
+
function validate$S(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
23446
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$Q(obj, path);
|
|
23439
23447
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
23440
23448
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
23441
23449
|
}
|
|
@@ -23502,7 +23510,7 @@ function validate$R(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
|
23502
23510
|
}
|
|
23503
23511
|
const obj_photoMetadata = obj.photoMetadata;
|
|
23504
23512
|
const path_photoMetadata = path + '.photoMetadata';
|
|
23505
|
-
const referencepath_photoMetadataValidationError = validate$
|
|
23513
|
+
const referencepath_photoMetadataValidationError = validate$T(obj_photoMetadata, path_photoMetadata);
|
|
23506
23514
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
23507
23515
|
let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
23508
23516
|
message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23657,7 +23665,7 @@ function equals$u(existing, incoming) {
|
|
|
23657
23665
|
}
|
|
23658
23666
|
const ingest$1q = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23659
23667
|
if (process.env.NODE_ENV !== 'production') {
|
|
23660
|
-
const validateError = validate$
|
|
23668
|
+
const validateError = validate$S(input);
|
|
23661
23669
|
if (validateError !== null) {
|
|
23662
23670
|
throw validateError;
|
|
23663
23671
|
}
|
|
@@ -23678,8 +23686,8 @@ function getTypeCacheKeys$1t(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23678
23686
|
}
|
|
23679
23687
|
|
|
23680
23688
|
const VERSION$1x = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
23681
|
-
function validate$
|
|
23682
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
23689
|
+
function validate$R(obj, path = 'ThemeRecordAvatarRepresentation') {
|
|
23690
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$Q(obj, path);
|
|
23683
23691
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
23684
23692
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
23685
23693
|
}
|
|
@@ -23798,7 +23806,7 @@ function equals$t(existing, incoming) {
|
|
|
23798
23806
|
}
|
|
23799
23807
|
const ingest$1p = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23800
23808
|
if (process.env.NODE_ENV !== 'production') {
|
|
23801
|
-
const validateError = validate$
|
|
23809
|
+
const validateError = validate$R(input);
|
|
23802
23810
|
if (validateError !== null) {
|
|
23803
23811
|
throw validateError;
|
|
23804
23812
|
}
|
|
@@ -23824,7 +23832,7 @@ var DiscriminatorValues$3;
|
|
|
23824
23832
|
DiscriminatorValues["Theme"] = "Theme";
|
|
23825
23833
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
23826
23834
|
const VERSION$1w = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
23827
|
-
function validate$
|
|
23835
|
+
function validate$Q(obj, path = 'AbstractRecordAvatarRepresentation') {
|
|
23828
23836
|
const v_error = (() => {
|
|
23829
23837
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23830
23838
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23917,8 +23925,8 @@ function getTypeCacheKeys$1r(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23917
23925
|
}
|
|
23918
23926
|
|
|
23919
23927
|
const VERSION$1v = "f531b44760afecfce89990fe5a5c5c29";
|
|
23920
|
-
function validate$
|
|
23921
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
23928
|
+
function validate$P(obj, path = 'RecordAvatarBatchRepresentation') {
|
|
23929
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
|
|
23922
23930
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
23923
23931
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
23924
23932
|
}
|
|
@@ -23979,7 +23987,7 @@ function equals$r(existing, incoming) {
|
|
|
23979
23987
|
}
|
|
23980
23988
|
const ingest$1o = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23981
23989
|
if (process.env.NODE_ENV !== 'production') {
|
|
23982
|
-
const validateError = validate$
|
|
23990
|
+
const validateError = validate$P(input);
|
|
23983
23991
|
if (validateError !== null) {
|
|
23984
23992
|
throw validateError;
|
|
23985
23993
|
}
|
|
@@ -24000,7 +24008,7 @@ function getTypeCacheKeys$1q(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24000
24008
|
}
|
|
24001
24009
|
|
|
24002
24010
|
const VERSION$1u = "17c20b01167dba9a81452e60bb28b2f2";
|
|
24003
|
-
function validate$
|
|
24011
|
+
function validate$O(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
|
|
24004
24012
|
const v_error = (() => {
|
|
24005
24013
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24006
24014
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24050,8 +24058,8 @@ function equals$q(existing, incoming) {
|
|
|
24050
24058
|
}
|
|
24051
24059
|
|
|
24052
24060
|
const VERSION$1t = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
24053
|
-
function validate$
|
|
24054
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
24061
|
+
function validate$N(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
|
|
24062
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
|
|
24055
24063
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
24056
24064
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
24057
24065
|
}
|
|
@@ -24067,7 +24075,7 @@ function validate$M(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation'
|
|
|
24067
24075
|
for (let i = 0; i < obj_result.length; i++) {
|
|
24068
24076
|
const obj_result_item = obj_result[i];
|
|
24069
24077
|
const path_result_item = path_result + '[' + i + ']';
|
|
24070
|
-
const referencepath_result_itemValidationError = validate$
|
|
24078
|
+
const referencepath_result_itemValidationError = validate$O(obj_result_item, path_result_item);
|
|
24071
24079
|
if (referencepath_result_itemValidationError !== null) {
|
|
24072
24080
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
24073
24081
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24117,7 +24125,7 @@ function equals$p(existing, incoming) {
|
|
|
24117
24125
|
}
|
|
24118
24126
|
const ingest$1n = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24119
24127
|
if (process.env.NODE_ENV !== 'production') {
|
|
24120
|
-
const validateError = validate$
|
|
24128
|
+
const validateError = validate$N(input);
|
|
24121
24129
|
if (validateError !== null) {
|
|
24122
24130
|
throw validateError;
|
|
24123
24131
|
}
|
|
@@ -24138,8 +24146,8 @@ function getTypeCacheKeys$1p(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24138
24146
|
}
|
|
24139
24147
|
|
|
24140
24148
|
const VERSION$1s = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
24141
|
-
function validate$
|
|
24142
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
24149
|
+
function validate$M(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
24150
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
|
|
24143
24151
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
24144
24152
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
24145
24153
|
}
|
|
@@ -24155,7 +24163,7 @@ function validate$L(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
|
24155
24163
|
for (let i = 0; i < obj_result.length; i++) {
|
|
24156
24164
|
const obj_result_item = obj_result[i];
|
|
24157
24165
|
const path_result_item = path_result + '[' + i + ']';
|
|
24158
|
-
const referencepath_result_itemValidationError = validate$
|
|
24166
|
+
const referencepath_result_itemValidationError = validate$O(obj_result_item, path_result_item);
|
|
24159
24167
|
if (referencepath_result_itemValidationError !== null) {
|
|
24160
24168
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
24161
24169
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24205,7 +24213,7 @@ function equals$o(existing, incoming) {
|
|
|
24205
24213
|
}
|
|
24206
24214
|
const ingest$1m = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24207
24215
|
if (process.env.NODE_ENV !== 'production') {
|
|
24208
|
-
const validateError = validate$
|
|
24216
|
+
const validateError = validate$M(input);
|
|
24209
24217
|
if (validateError !== null) {
|
|
24210
24218
|
throw validateError;
|
|
24211
24219
|
}
|
|
@@ -24232,7 +24240,7 @@ const DiscriminatorValues$2 = {
|
|
|
24232
24240
|
};
|
|
24233
24241
|
const TTL$j = 300000;
|
|
24234
24242
|
const VERSION$1r = "8956293536e94d5ec63b274b61033d2c";
|
|
24235
|
-
function validate$
|
|
24243
|
+
function validate$L(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
24236
24244
|
const v_error = (() => {
|
|
24237
24245
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24238
24246
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24310,7 +24318,7 @@ function getTypeCacheKeys$1n(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24310
24318
|
|
|
24311
24319
|
const TTL$i = 300000;
|
|
24312
24320
|
const VERSION$1q = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
24313
|
-
function validate$
|
|
24321
|
+
function validate$K(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
24314
24322
|
const v_error = (() => {
|
|
24315
24323
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24316
24324
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24389,7 +24397,7 @@ function merge(existing, incoming, _luvio, _path) {
|
|
|
24389
24397
|
|
|
24390
24398
|
const ingest$1l = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24391
24399
|
if (process.env.NODE_ENV !== 'production') {
|
|
24392
|
-
const validateError = validate$
|
|
24400
|
+
const validateError = validate$K(input);
|
|
24393
24401
|
if (validateError !== null) {
|
|
24394
24402
|
throw validateError;
|
|
24395
24403
|
}
|
|
@@ -24880,7 +24888,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
|
|
|
24880
24888
|
};
|
|
24881
24889
|
|
|
24882
24890
|
const VERSION$1p = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
24883
|
-
function validate$
|
|
24891
|
+
function validate$J(obj, path = 'RelatedListReferenceRepresentation') {
|
|
24884
24892
|
const v_error = (() => {
|
|
24885
24893
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24886
24894
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25119,7 +25127,7 @@ function equals$l(existing, incoming) {
|
|
|
25119
25127
|
}
|
|
25120
25128
|
|
|
25121
25129
|
const VERSION$1o = "836b875b519813e7499efc62f0f1d04b";
|
|
25122
|
-
function validate$
|
|
25130
|
+
function validate$I(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
25123
25131
|
const v_error = (() => {
|
|
25124
25132
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25125
25133
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25162,7 +25170,7 @@ function validate$H(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
|
25162
25170
|
}
|
|
25163
25171
|
const obj_listReference = obj.listReference;
|
|
25164
25172
|
const path_listReference = path + '.listReference';
|
|
25165
|
-
const referencepath_listReferenceValidationError = validate$
|
|
25173
|
+
const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
|
|
25166
25174
|
if (referencepath_listReferenceValidationError !== null) {
|
|
25167
25175
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
25168
25176
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25235,7 +25243,7 @@ function equals$k(existing, incoming) {
|
|
|
25235
25243
|
}
|
|
25236
25244
|
const ingest$1k = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25237
25245
|
if (process.env.NODE_ENV !== 'production') {
|
|
25238
|
-
const validateError = validate$
|
|
25246
|
+
const validateError = validate$I(input);
|
|
25239
25247
|
if (validateError !== null) {
|
|
25240
25248
|
throw validateError;
|
|
25241
25249
|
}
|
|
@@ -25747,7 +25755,7 @@ const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedL
|
|
|
25747
25755
|
buildCachedSnapshotCachePolicy$i, buildNetworkSnapshotCachePolicy$j);
|
|
25748
25756
|
};
|
|
25749
25757
|
|
|
25750
|
-
function validate$
|
|
25758
|
+
function validate$H(obj, path = 'RelatedListColumnRepresentation') {
|
|
25751
25759
|
const v_error = (() => {
|
|
25752
25760
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25753
25761
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25898,7 +25906,7 @@ function validate$G(obj, path = 'RelatedListColumnRepresentation') {
|
|
|
25898
25906
|
|
|
25899
25907
|
const TTL$h = 900000;
|
|
25900
25908
|
const VERSION$1n = "c977d65d153a2b4e888ddd45fb083248";
|
|
25901
|
-
function validate$
|
|
25909
|
+
function validate$G(obj, path = 'RelatedListInfoRepresentation') {
|
|
25902
25910
|
const v_error = (() => {
|
|
25903
25911
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25904
25912
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25926,7 +25934,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25926
25934
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
25927
25935
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
25928
25936
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
25929
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
25937
|
+
const referencepath_displayColumns_itemValidationError = validate$H(obj_displayColumns_item, path_displayColumns_item);
|
|
25930
25938
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
25931
25939
|
let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
25932
25940
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25973,7 +25981,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25973
25981
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
25974
25982
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
25975
25983
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
25976
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
25984
|
+
const referencepath_filteredByInfo_itemValidationError = validate$23(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
25977
25985
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
25978
25986
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
25979
25987
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25987,7 +25995,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25987
25995
|
}
|
|
25988
25996
|
const obj_listReference = obj.listReference;
|
|
25989
25997
|
const path_listReference = path + '.listReference';
|
|
25990
|
-
const referencepath_listReferenceValidationError = validate$
|
|
25998
|
+
const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
|
|
25991
25999
|
if (referencepath_listReferenceValidationError !== null) {
|
|
25992
26000
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
25993
26001
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26025,7 +26033,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
26025
26033
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
26026
26034
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
26027
26035
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
26028
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
26036
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1_(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
26029
26037
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
26030
26038
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
26031
26039
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26044,7 +26052,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
26044
26052
|
}
|
|
26045
26053
|
const obj_userPreferences = obj.userPreferences;
|
|
26046
26054
|
const path_userPreferences = path + '.userPreferences';
|
|
26047
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
26055
|
+
const referencepath_userPreferencesValidationError = validate$1W(obj_userPreferences, path_userPreferences);
|
|
26048
26056
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
26049
26057
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
26050
26058
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26184,7 +26192,7 @@ function equals$j(existing, incoming) {
|
|
|
26184
26192
|
}
|
|
26185
26193
|
const ingest$1j = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26186
26194
|
if (process.env.NODE_ENV !== 'production') {
|
|
26187
|
-
const validateError = validate$
|
|
26195
|
+
const validateError = validate$G(input);
|
|
26188
26196
|
if (validateError !== null) {
|
|
26189
26197
|
throw validateError;
|
|
26190
26198
|
}
|
|
@@ -26622,7 +26630,7 @@ const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRela
|
|
|
26622
26630
|
buildCachedSnapshotCachePolicy$h, buildNetworkSnapshotCachePolicy$i);
|
|
26623
26631
|
};
|
|
26624
26632
|
|
|
26625
|
-
function validate$
|
|
26633
|
+
function validate$F(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
26626
26634
|
const v_error = (() => {
|
|
26627
26635
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26628
26636
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26718,7 +26726,7 @@ function validate$E(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
26718
26726
|
const path_themeInfo = path + '.themeInfo';
|
|
26719
26727
|
let obj_themeInfo_union0 = null;
|
|
26720
26728
|
const obj_themeInfo_union0_error = (() => {
|
|
26721
|
-
const referencepath_themeInfoValidationError = validate$
|
|
26729
|
+
const referencepath_themeInfoValidationError = validate$1F(obj_themeInfo, path_themeInfo);
|
|
26722
26730
|
if (referencepath_themeInfoValidationError !== null) {
|
|
26723
26731
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
26724
26732
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26753,7 +26761,7 @@ function validate$E(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
26753
26761
|
}
|
|
26754
26762
|
|
|
26755
26763
|
const VERSION$1m = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
26756
|
-
function validate$
|
|
26764
|
+
function validate$E(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
|
|
26757
26765
|
const v_error = (() => {
|
|
26758
26766
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26759
26767
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26802,7 +26810,7 @@ function validate$D(obj, path = 'RelatedListSummaryInfoCollectionRepresentation'
|
|
|
26802
26810
|
for (let i = 0; i < obj_relatedLists.length; i++) {
|
|
26803
26811
|
const obj_relatedLists_item = obj_relatedLists[i];
|
|
26804
26812
|
const path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
26805
|
-
const referencepath_relatedLists_itemValidationError = validate$
|
|
26813
|
+
const referencepath_relatedLists_itemValidationError = validate$F(obj_relatedLists_item, path_relatedLists_item);
|
|
26806
26814
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
26807
26815
|
let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
26808
26816
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26858,7 +26866,7 @@ function equals$i(existing, incoming) {
|
|
|
26858
26866
|
}
|
|
26859
26867
|
const ingest$1i = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26860
26868
|
if (process.env.NODE_ENV !== 'production') {
|
|
26861
|
-
const validateError = validate$
|
|
26869
|
+
const validateError = validate$E(input);
|
|
26862
26870
|
if (validateError !== null) {
|
|
26863
26871
|
throw validateError;
|
|
26864
26872
|
}
|
|
@@ -27107,7 +27115,7 @@ const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedLi
|
|
|
27107
27115
|
buildCachedSnapshotCachePolicy$f, buildNetworkSnapshotCachePolicy$g);
|
|
27108
27116
|
};
|
|
27109
27117
|
|
|
27110
|
-
function validate$
|
|
27118
|
+
function validate$D(obj, path = 'ListUserPreferenceInputRepresentation') {
|
|
27111
27119
|
const v_error = (() => {
|
|
27112
27120
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27113
27121
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27189,7 +27197,7 @@ function typeCheckConfig$q(untrustedConfig) {
|
|
|
27189
27197
|
const untrustedConfig_orderedByInfo_array = [];
|
|
27190
27198
|
for (let i = 0, arrayLength = untrustedConfig_orderedByInfo.length; i < arrayLength; i++) {
|
|
27191
27199
|
const untrustedConfig_orderedByInfo_item = untrustedConfig_orderedByInfo[i];
|
|
27192
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
27200
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$11(untrustedConfig_orderedByInfo_item);
|
|
27193
27201
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
27194
27202
|
untrustedConfig_orderedByInfo_array.push(untrustedConfig_orderedByInfo_item);
|
|
27195
27203
|
}
|
|
@@ -27197,7 +27205,7 @@ function typeCheckConfig$q(untrustedConfig) {
|
|
|
27197
27205
|
config.orderedByInfo = untrustedConfig_orderedByInfo_array;
|
|
27198
27206
|
}
|
|
27199
27207
|
const untrustedConfig_userPreferences = untrustedConfig.userPreferences;
|
|
27200
|
-
const referenceListUserPreferenceInputRepresentationValidationError = validate$
|
|
27208
|
+
const referenceListUserPreferenceInputRepresentationValidationError = validate$D(untrustedConfig_userPreferences);
|
|
27201
27209
|
if (referenceListUserPreferenceInputRepresentationValidationError === null) {
|
|
27202
27210
|
config.userPreferences = untrustedConfig_userPreferences;
|
|
27203
27211
|
}
|
|
@@ -27262,7 +27270,7 @@ const updateRelatedListInfoAdapterFactory = (luvio) => {
|
|
|
27262
27270
|
|
|
27263
27271
|
const TTL$g = 900000;
|
|
27264
27272
|
const VERSION$1l = "094cdf8e3e1f07fca02c4e51e14c528e";
|
|
27265
|
-
function validate$
|
|
27273
|
+
function validate$C(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
27266
27274
|
const v_error = (() => {
|
|
27267
27275
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27268
27276
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27303,7 +27311,7 @@ function validate$B(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
27303
27311
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
27304
27312
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
27305
27313
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
27306
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
27314
|
+
const referencepath_orderedBy_itemValidationError = validate$1_(obj_orderedBy_item, path_orderedBy_item);
|
|
27307
27315
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
27308
27316
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
27309
27317
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27347,7 +27355,7 @@ function equals$h(existing, incoming) {
|
|
|
27347
27355
|
}
|
|
27348
27356
|
const ingest$1h = function RelatedListUserPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
27349
27357
|
if (process.env.NODE_ENV !== 'production') {
|
|
27350
|
-
const validateError = validate$
|
|
27358
|
+
const validateError = validate$C(input);
|
|
27351
27359
|
if (validateError !== null) {
|
|
27352
27360
|
throw validateError;
|
|
27353
27361
|
}
|
|
@@ -27943,7 +27951,7 @@ function typeCheckConfig$n(untrustedConfig) {
|
|
|
27943
27951
|
const untrustedConfig_orderedBy_array = [];
|
|
27944
27952
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
27945
27953
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
27946
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
27954
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$11(untrustedConfig_orderedBy_item);
|
|
27947
27955
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
27948
27956
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
27949
27957
|
}
|
|
@@ -27994,7 +28002,7 @@ const updateRelatedListPreferencesAdapterFactory = (luvio) => {
|
|
|
27994
28002
|
};
|
|
27995
28003
|
};
|
|
27996
28004
|
|
|
27997
|
-
function validate$
|
|
28005
|
+
function validate$B(obj, path = 'RelatedListRecordsSingleBatchInputRepresentation') {
|
|
27998
28006
|
const v_error = (() => {
|
|
27999
28007
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28000
28008
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28237,7 +28245,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
|
|
|
28237
28245
|
|
|
28238
28246
|
const TTL$f = 30000;
|
|
28239
28247
|
const VERSION$1k = "62467c27c19349b70c9db2a8d9d591d9";
|
|
28240
|
-
function validate$
|
|
28248
|
+
function validate$A(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
28241
28249
|
const v_error = (() => {
|
|
28242
28250
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28243
28251
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28318,7 +28326,7 @@ function validate$z(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
|
28318
28326
|
}
|
|
28319
28327
|
const obj_listReference = obj.listReference;
|
|
28320
28328
|
const path_listReference = path + '.listReference';
|
|
28321
|
-
const referencepath_listReferenceValidationError = validate$
|
|
28329
|
+
const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
|
|
28322
28330
|
if (referencepath_listReferenceValidationError !== null) {
|
|
28323
28331
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
28324
28332
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28739,7 +28747,7 @@ function equals$g(existing, incoming) {
|
|
|
28739
28747
|
}
|
|
28740
28748
|
const ingest$1g = function RelatedListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28741
28749
|
if (process.env.NODE_ENV !== 'production') {
|
|
28742
|
-
const validateError = validate$
|
|
28750
|
+
const validateError = validate$A(input);
|
|
28743
28751
|
if (validateError !== null) {
|
|
28744
28752
|
throw validateError;
|
|
28745
28753
|
}
|
|
@@ -28815,6 +28823,7 @@ const ingest$1g = function RelatedListRecordCollectionRepresentationIngest(input
|
|
|
28815
28823
|
namespace: "UiApi",
|
|
28816
28824
|
version: VERSION$1k,
|
|
28817
28825
|
representationName: RepresentationType$i,
|
|
28826
|
+
ingestionTimestamp: timestamp,
|
|
28818
28827
|
};
|
|
28819
28828
|
luvio.publishStoreMetadata(key, storeMetadataParams);
|
|
28820
28829
|
}
|
|
@@ -29230,7 +29239,7 @@ function typeCheckConfig$m(untrustedConfig) {
|
|
|
29230
29239
|
const untrustedConfig_relatedListParameters_array = [];
|
|
29231
29240
|
for (let i = 0, arrayLength = untrustedConfig_relatedListParameters.length; i < arrayLength; i++) {
|
|
29232
29241
|
const untrustedConfig_relatedListParameters_item = untrustedConfig_relatedListParameters[i];
|
|
29233
|
-
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$
|
|
29242
|
+
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$B(untrustedConfig_relatedListParameters_item);
|
|
29234
29243
|
if (referenceRelatedListRecordsSingleBatchInputRepresentationValidationError === null) {
|
|
29235
29244
|
untrustedConfig_relatedListParameters_array.push(untrustedConfig_relatedListParameters_item);
|
|
29236
29245
|
}
|
|
@@ -29475,7 +29484,7 @@ const getRelatedListRecordsAdapterFactory = (luvio) => function UiApi__getRelate
|
|
|
29475
29484
|
buildCachedSnapshotCachePolicy$b, buildNetworkSnapshotCachePolicy$c);
|
|
29476
29485
|
};
|
|
29477
29486
|
|
|
29478
|
-
function validate$
|
|
29487
|
+
function validate$z(obj, path = 'SearchFilterOptionRepresentation') {
|
|
29479
29488
|
const v_error = (() => {
|
|
29480
29489
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29481
29490
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29505,7 +29514,7 @@ var DiscriminatorValues;
|
|
|
29505
29514
|
DiscriminatorValues["Field"] = "Field";
|
|
29506
29515
|
DiscriminatorValues["DataCategory"] = "DataCategory";
|
|
29507
29516
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
29508
|
-
function validate$
|
|
29517
|
+
function validate$y(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
29509
29518
|
const v_error = (() => {
|
|
29510
29519
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29511
29520
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29566,7 +29575,7 @@ function validate$x(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
|
29566
29575
|
|
|
29567
29576
|
const TTL$e = 30000;
|
|
29568
29577
|
const VERSION$1j = "7d241c2ee7cc9b09d6bd434b33b0b5e4";
|
|
29569
|
-
function validate$
|
|
29578
|
+
function validate$x(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
|
|
29570
29579
|
const v_error = (() => {
|
|
29571
29580
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29572
29581
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29605,7 +29614,7 @@ function validate$w(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
29605
29614
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
29606
29615
|
const obj_filters_item = obj_filters[i];
|
|
29607
29616
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
29608
|
-
const referencepath_filters_itemValidationError = validate$
|
|
29617
|
+
const referencepath_filters_itemValidationError = validate$y(obj_filters_item, path_filters_item);
|
|
29609
29618
|
if (referencepath_filters_itemValidationError !== null) {
|
|
29610
29619
|
let message = 'Object doesn\'t match SearchFilterDefinitionRepresentation (at "' + path_filters_item + '")\n';
|
|
29611
29620
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29650,7 +29659,7 @@ function equals$f(existing, incoming) {
|
|
|
29650
29659
|
}
|
|
29651
29660
|
const ingest$1f = function SearchFilterMetadataCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29652
29661
|
if (process.env.NODE_ENV !== 'production') {
|
|
29653
|
-
const validateError = validate$
|
|
29662
|
+
const validateError = validate$x(input);
|
|
29654
29663
|
if (validateError !== null) {
|
|
29655
29664
|
throw validateError;
|
|
29656
29665
|
}
|
|
@@ -29814,7 +29823,7 @@ const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSear
|
|
|
29814
29823
|
|
|
29815
29824
|
const TTL$d = 30000;
|
|
29816
29825
|
const VERSION$1i = "8d851a8d9abf0a061a8ad81d4cbb83bc";
|
|
29817
|
-
function validate$
|
|
29826
|
+
function validate$w(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
29818
29827
|
const v_error = (() => {
|
|
29819
29828
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29820
29829
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29837,7 +29846,7 @@ function validate$v(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
|
29837
29846
|
for (let i = 0; i < obj_options.length; i++) {
|
|
29838
29847
|
const obj_options_item = obj_options[i];
|
|
29839
29848
|
const path_options_item = path_options + '[' + i + ']';
|
|
29840
|
-
const referencepath_options_itemValidationError = validate$
|
|
29849
|
+
const referencepath_options_itemValidationError = validate$z(obj_options_item, path_options_item);
|
|
29841
29850
|
if (referencepath_options_itemValidationError !== null) {
|
|
29842
29851
|
let message = 'Object doesn\'t match SearchFilterOptionRepresentation (at "' + path_options_item + '")\n';
|
|
29843
29852
|
message += referencepath_options_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29904,7 +29913,7 @@ function equals$e(existing, incoming) {
|
|
|
29904
29913
|
}
|
|
29905
29914
|
const ingest$1e = function SearchFilterOptionCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29906
29915
|
if (process.env.NODE_ENV !== 'production') {
|
|
29907
|
-
const validateError = validate$
|
|
29916
|
+
const validateError = validate$w(input);
|
|
29908
29917
|
if (validateError !== null) {
|
|
29909
29918
|
throw validateError;
|
|
29910
29919
|
}
|
|
@@ -30068,7 +30077,7 @@ const getSearchFilterOptionsAdapterFactory = (luvio) => function UiApi__getSearc
|
|
|
30068
30077
|
buildCachedSnapshotCachePolicy$9, buildNetworkSnapshotCachePolicy$a);
|
|
30069
30078
|
};
|
|
30070
30079
|
|
|
30071
|
-
function validate$
|
|
30080
|
+
function validate$v(obj, path = 'DisplayLayoutRepresentation') {
|
|
30072
30081
|
const v_error = (() => {
|
|
30073
30082
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30074
30083
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30089,7 +30098,7 @@ function validate$u(obj, path = 'DisplayLayoutRepresentation') {
|
|
|
30089
30098
|
return v_error === undefined ? null : v_error;
|
|
30090
30099
|
}
|
|
30091
30100
|
|
|
30092
|
-
function validate$
|
|
30101
|
+
function validate$u(obj, path = 'MatchingInfoRepresentation') {
|
|
30093
30102
|
const v_error = (() => {
|
|
30094
30103
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30095
30104
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30110,14 +30119,14 @@ function validate$t(obj, path = 'MatchingInfoRepresentation') {
|
|
|
30110
30119
|
return v_error === undefined ? null : v_error;
|
|
30111
30120
|
}
|
|
30112
30121
|
|
|
30113
|
-
function validate$
|
|
30122
|
+
function validate$t(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
30114
30123
|
const v_error = (() => {
|
|
30115
30124
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30116
30125
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
30117
30126
|
}
|
|
30118
30127
|
const obj_displayLayout = obj.displayLayout;
|
|
30119
30128
|
const path_displayLayout = path + '.displayLayout';
|
|
30120
|
-
const referencepath_displayLayoutValidationError = validate$
|
|
30129
|
+
const referencepath_displayLayoutValidationError = validate$v(obj_displayLayout, path_displayLayout);
|
|
30121
30130
|
if (referencepath_displayLayoutValidationError !== null) {
|
|
30122
30131
|
let message = 'Object doesn\'t match DisplayLayoutRepresentation (at "' + path_displayLayout + '")\n';
|
|
30123
30132
|
message += referencepath_displayLayoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30125,7 +30134,7 @@ function validate$s(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
30125
30134
|
}
|
|
30126
30135
|
const obj_matchingInfo = obj.matchingInfo;
|
|
30127
30136
|
const path_matchingInfo = path + '.matchingInfo';
|
|
30128
|
-
const referencepath_matchingInfoValidationError = validate$
|
|
30137
|
+
const referencepath_matchingInfoValidationError = validate$u(obj_matchingInfo, path_matchingInfo);
|
|
30129
30138
|
if (referencepath_matchingInfoValidationError !== null) {
|
|
30130
30139
|
let message = 'Object doesn\'t match MatchingInfoRepresentation (at "' + path_matchingInfo + '")\n';
|
|
30131
30140
|
message += referencepath_matchingInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30135,14 +30144,14 @@ function validate$s(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
30135
30144
|
return v_error === undefined ? null : v_error;
|
|
30136
30145
|
}
|
|
30137
30146
|
|
|
30138
|
-
function validate$
|
|
30147
|
+
function validate$s(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
30139
30148
|
const v_error = (() => {
|
|
30140
30149
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30141
30150
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
30142
30151
|
}
|
|
30143
30152
|
const obj_fullSearchInfo = obj.fullSearchInfo;
|
|
30144
30153
|
const path_fullSearchInfo = path + '.fullSearchInfo';
|
|
30145
|
-
const referencepath_fullSearchInfoValidationError = validate$
|
|
30154
|
+
const referencepath_fullSearchInfoValidationError = validate$t(obj_fullSearchInfo, path_fullSearchInfo);
|
|
30146
30155
|
if (referencepath_fullSearchInfoValidationError !== null) {
|
|
30147
30156
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_fullSearchInfo + '")\n';
|
|
30148
30157
|
message += referencepath_fullSearchInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30155,7 +30164,7 @@ function validate$r(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
30155
30164
|
}
|
|
30156
30165
|
const obj_suggestionsInfo = obj.suggestionsInfo;
|
|
30157
30166
|
const path_suggestionsInfo = path + '.suggestionsInfo';
|
|
30158
|
-
const referencepath_suggestionsInfoValidationError = validate$
|
|
30167
|
+
const referencepath_suggestionsInfoValidationError = validate$t(obj_suggestionsInfo, path_suggestionsInfo);
|
|
30159
30168
|
if (referencepath_suggestionsInfoValidationError !== null) {
|
|
30160
30169
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_suggestionsInfo + '")\n';
|
|
30161
30170
|
message += referencepath_suggestionsInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30167,7 +30176,7 @@ function validate$r(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
30167
30176
|
|
|
30168
30177
|
const TTL$c = 30000;
|
|
30169
30178
|
const VERSION$1h = "ab99b79a5e8a78e051ec92b39d76a6bd";
|
|
30170
|
-
function validate$
|
|
30179
|
+
function validate$r(obj, path = 'LookupMetadataRepresentation') {
|
|
30171
30180
|
const v_error = (() => {
|
|
30172
30181
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30173
30182
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30218,7 +30227,7 @@ function validate$q(obj, path = 'LookupMetadataRepresentation') {
|
|
|
30218
30227
|
const key = obj_targetInfo_keys[i];
|
|
30219
30228
|
const obj_targetInfo_prop = obj_targetInfo[key];
|
|
30220
30229
|
const path_targetInfo_prop = path_targetInfo + '["' + key + '"]';
|
|
30221
|
-
const referencepath_targetInfo_propValidationError = validate$
|
|
30230
|
+
const referencepath_targetInfo_propValidationError = validate$s(obj_targetInfo_prop, path_targetInfo_prop);
|
|
30222
30231
|
if (referencepath_targetInfo_propValidationError !== null) {
|
|
30223
30232
|
let message = 'Object doesn\'t match LookupMetadataTargetInfoRepresentation (at "' + path_targetInfo_prop + '")\n';
|
|
30224
30233
|
message += referencepath_targetInfo_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30258,7 +30267,7 @@ function equals$d(existing, incoming) {
|
|
|
30258
30267
|
}
|
|
30259
30268
|
const ingest$1d = function LookupMetadataRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30260
30269
|
if (process.env.NODE_ENV !== 'production') {
|
|
30261
|
-
const validateError = validate$
|
|
30270
|
+
const validateError = validate$r(input);
|
|
30262
30271
|
if (validateError !== null) {
|
|
30263
30272
|
throw validateError;
|
|
30264
30273
|
}
|
|
@@ -30420,7 +30429,7 @@ const getLookupMetadataAdapterFactory = (luvio) => function UiApi__getLookupMeta
|
|
|
30420
30429
|
buildCachedSnapshotCachePolicy$8, buildNetworkSnapshotCachePolicy$9);
|
|
30421
30430
|
};
|
|
30422
30431
|
|
|
30423
|
-
function validate$
|
|
30432
|
+
function validate$q(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
30424
30433
|
const v_error = (() => {
|
|
30425
30434
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30426
30435
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30451,7 +30460,7 @@ function validate$p(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
|
30451
30460
|
return v_error === undefined ? null : v_error;
|
|
30452
30461
|
}
|
|
30453
30462
|
|
|
30454
|
-
function validate$
|
|
30463
|
+
function validate$p(obj, path = 'SearchFilterInputRepresentation') {
|
|
30455
30464
|
const v_error = (() => {
|
|
30456
30465
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30457
30466
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30520,7 +30529,7 @@ function validate$o(obj, path = 'SearchFilterInputRepresentation') {
|
|
|
30520
30529
|
return v_error === undefined ? null : v_error;
|
|
30521
30530
|
}
|
|
30522
30531
|
|
|
30523
|
-
function validate$
|
|
30532
|
+
function validate$o(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
30524
30533
|
const v_error = (() => {
|
|
30525
30534
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30526
30535
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30533,7 +30542,7 @@ function validate$n(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
30533
30542
|
for (let i = 0; i < obj_dataCategories.length; i++) {
|
|
30534
30543
|
const obj_dataCategories_item = obj_dataCategories[i];
|
|
30535
30544
|
const path_dataCategories_item = path_dataCategories + '[' + i + ']';
|
|
30536
|
-
const referencepath_dataCategories_itemValidationError = validate$
|
|
30545
|
+
const referencepath_dataCategories_itemValidationError = validate$q(obj_dataCategories_item, path_dataCategories_item);
|
|
30537
30546
|
if (referencepath_dataCategories_itemValidationError !== null) {
|
|
30538
30547
|
let message = 'Object doesn\'t match SearchDataCategoryInputRepresentation (at "' + path_dataCategories_item + '")\n';
|
|
30539
30548
|
message += referencepath_dataCategories_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30548,7 +30557,7 @@ function validate$n(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
30548
30557
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
30549
30558
|
const obj_filters_item = obj_filters[i];
|
|
30550
30559
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
30551
|
-
const referencepath_filters_itemValidationError = validate$
|
|
30560
|
+
const referencepath_filters_itemValidationError = validate$p(obj_filters_item, path_filters_item);
|
|
30552
30561
|
if (referencepath_filters_itemValidationError !== null) {
|
|
30553
30562
|
let message = 'Object doesn\'t match SearchFilterInputRepresentation (at "' + path_filters_item + '")\n';
|
|
30554
30563
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30559,7 +30568,7 @@ function validate$n(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
30559
30568
|
return v_error === undefined ? null : v_error;
|
|
30560
30569
|
}
|
|
30561
30570
|
|
|
30562
|
-
function validate$
|
|
30571
|
+
function validate$n(obj, path = 'ErrorMessageRepresentation') {
|
|
30563
30572
|
const v_error = (() => {
|
|
30564
30573
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30565
30574
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30599,7 +30608,7 @@ function validate$m(obj, path = 'ErrorMessageRepresentation') {
|
|
|
30599
30608
|
return v_error === undefined ? null : v_error;
|
|
30600
30609
|
}
|
|
30601
30610
|
|
|
30602
|
-
function validate$
|
|
30611
|
+
function validate$m(obj, path = 'SearchResultCollectionRepresentation') {
|
|
30603
30612
|
const v_error = (() => {
|
|
30604
30613
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30605
30614
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30613,7 +30622,7 @@ function validate$l(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
30613
30622
|
const path_error = path + '.error';
|
|
30614
30623
|
let obj_error_union0 = null;
|
|
30615
30624
|
const obj_error_union0_error = (() => {
|
|
30616
|
-
const referencepath_errorValidationError = validate$
|
|
30625
|
+
const referencepath_errorValidationError = validate$n(obj_error, path_error);
|
|
30617
30626
|
if (referencepath_errorValidationError !== null) {
|
|
30618
30627
|
let message = 'Object doesn\'t match ErrorMessageRepresentation (at "' + path_error + '")\n';
|
|
30619
30628
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30677,7 +30686,7 @@ function validate$l(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
30677
30686
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
30678
30687
|
const obj_orderBy_item = obj_orderBy[i];
|
|
30679
30688
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
30680
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
30689
|
+
const referencepath_orderBy_itemValidationError = validate$1_(obj_orderBy_item, path_orderBy_item);
|
|
30681
30690
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
30682
30691
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
30683
30692
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30743,7 +30752,7 @@ function validate$l(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
30743
30752
|
return v_error === undefined ? null : v_error;
|
|
30744
30753
|
}
|
|
30745
30754
|
|
|
30746
|
-
function validate$
|
|
30755
|
+
function validate$l(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
30747
30756
|
const v_error = (() => {
|
|
30748
30757
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30749
30758
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30764,6 +30773,63 @@ function validate$k(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
|
30764
30773
|
return v_error === undefined ? null : v_error;
|
|
30765
30774
|
}
|
|
30766
30775
|
|
|
30776
|
+
function validate$k(obj, path = 'AppliedSearchFilterOutputRepresentation') {
|
|
30777
|
+
const v_error = (() => {
|
|
30778
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30779
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
30780
|
+
}
|
|
30781
|
+
const obj_fieldPath = obj.fieldPath;
|
|
30782
|
+
const path_fieldPath = path + '.fieldPath';
|
|
30783
|
+
if (typeof obj_fieldPath !== 'string') {
|
|
30784
|
+
return new TypeError('Expected "string" but received "' + typeof obj_fieldPath + '" (at "' + path_fieldPath + '")');
|
|
30785
|
+
}
|
|
30786
|
+
const obj_label = obj.label;
|
|
30787
|
+
const path_label = path + '.label';
|
|
30788
|
+
let obj_label_union0 = null;
|
|
30789
|
+
const obj_label_union0_error = (() => {
|
|
30790
|
+
if (typeof obj_label !== 'string') {
|
|
30791
|
+
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
30792
|
+
}
|
|
30793
|
+
})();
|
|
30794
|
+
if (obj_label_union0_error != null) {
|
|
30795
|
+
obj_label_union0 = obj_label_union0_error.message;
|
|
30796
|
+
}
|
|
30797
|
+
let obj_label_union1 = null;
|
|
30798
|
+
const obj_label_union1_error = (() => {
|
|
30799
|
+
if (obj_label !== null) {
|
|
30800
|
+
return new TypeError('Expected "null" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
30801
|
+
}
|
|
30802
|
+
})();
|
|
30803
|
+
if (obj_label_union1_error != null) {
|
|
30804
|
+
obj_label_union1 = obj_label_union1_error.message;
|
|
30805
|
+
}
|
|
30806
|
+
if (obj_label_union0 && obj_label_union1) {
|
|
30807
|
+
let message = 'Object doesn\'t match union (at "' + path_label + '")';
|
|
30808
|
+
message += '\n' + obj_label_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
30809
|
+
message += '\n' + obj_label_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
30810
|
+
return new TypeError(message);
|
|
30811
|
+
}
|
|
30812
|
+
const obj_operator = obj.operator;
|
|
30813
|
+
const path_operator = path + '.operator';
|
|
30814
|
+
if (typeof obj_operator !== 'string') {
|
|
30815
|
+
return new TypeError('Expected "string" but received "' + typeof obj_operator + '" (at "' + path_operator + '")');
|
|
30816
|
+
}
|
|
30817
|
+
const obj_values = obj.values;
|
|
30818
|
+
const path_values = path + '.values';
|
|
30819
|
+
if (!ArrayIsArray(obj_values)) {
|
|
30820
|
+
return new TypeError('Expected "array" but received "' + typeof obj_values + '" (at "' + path_values + '")');
|
|
30821
|
+
}
|
|
30822
|
+
for (let i = 0; i < obj_values.length; i++) {
|
|
30823
|
+
const obj_values_item = obj_values[i];
|
|
30824
|
+
const path_values_item = path_values + '[' + i + ']';
|
|
30825
|
+
if (typeof obj_values_item !== 'string') {
|
|
30826
|
+
return new TypeError('Expected "string" but received "' + typeof obj_values_item + '" (at "' + path_values_item + '")');
|
|
30827
|
+
}
|
|
30828
|
+
}
|
|
30829
|
+
})();
|
|
30830
|
+
return v_error === undefined ? null : v_error;
|
|
30831
|
+
}
|
|
30832
|
+
|
|
30767
30833
|
function validate$j(obj, path = 'SearchAnswersRecordRepresentation') {
|
|
30768
30834
|
const v_error = (() => {
|
|
30769
30835
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -30803,6 +30869,21 @@ function validate$i(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
30803
30869
|
if (typeof obj_answerType !== 'string') {
|
|
30804
30870
|
return new TypeError('Expected "string" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
|
|
30805
30871
|
}
|
|
30872
|
+
const obj_appliedFilters = obj.appliedFilters;
|
|
30873
|
+
const path_appliedFilters = path + '.appliedFilters';
|
|
30874
|
+
if (!ArrayIsArray(obj_appliedFilters)) {
|
|
30875
|
+
return new TypeError('Expected "array" but received "' + typeof obj_appliedFilters + '" (at "' + path_appliedFilters + '")');
|
|
30876
|
+
}
|
|
30877
|
+
for (let i = 0; i < obj_appliedFilters.length; i++) {
|
|
30878
|
+
const obj_appliedFilters_item = obj_appliedFilters[i];
|
|
30879
|
+
const path_appliedFilters_item = path_appliedFilters + '[' + i + ']';
|
|
30880
|
+
const referencepath_appliedFilters_itemValidationError = validate$k(obj_appliedFilters_item, path_appliedFilters_item);
|
|
30881
|
+
if (referencepath_appliedFilters_itemValidationError !== null) {
|
|
30882
|
+
let message = 'Object doesn\'t match AppliedSearchFilterOutputRepresentation (at "' + path_appliedFilters_item + '")\n';
|
|
30883
|
+
message += referencepath_appliedFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
30884
|
+
return new TypeError(message);
|
|
30885
|
+
}
|
|
30886
|
+
}
|
|
30806
30887
|
const obj_passage = obj.passage;
|
|
30807
30888
|
const path_passage = path + '.passage';
|
|
30808
30889
|
if (typeof obj_passage !== 'string') {
|
|
@@ -30868,11 +30949,6 @@ function validate$g(obj, path = 'SearchFilterOutputRepresentation') {
|
|
|
30868
30949
|
if (typeof obj_fieldPath !== 'string') {
|
|
30869
30950
|
return new TypeError('Expected "string" but received "' + typeof obj_fieldPath + '" (at "' + path_fieldPath + '")');
|
|
30870
30951
|
}
|
|
30871
|
-
const obj_label = obj.label;
|
|
30872
|
-
const path_label = path + '.label';
|
|
30873
|
-
if (typeof obj_label !== 'string') {
|
|
30874
|
-
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
30875
|
-
}
|
|
30876
30952
|
const obj_operator = obj.operator;
|
|
30877
30953
|
const path_operator = path + '.operator';
|
|
30878
30954
|
if (typeof obj_operator !== 'string') {
|
|
@@ -30970,7 +31046,7 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
30970
31046
|
const path_keywordSearchResults = path + '.keywordSearchResults';
|
|
30971
31047
|
let obj_keywordSearchResults_union0 = null;
|
|
30972
31048
|
const obj_keywordSearchResults_union0_error = (() => {
|
|
30973
|
-
const referencepath_keywordSearchResultsValidationError = validate$
|
|
31049
|
+
const referencepath_keywordSearchResultsValidationError = validate$l(obj_keywordSearchResults, path_keywordSearchResults);
|
|
30974
31050
|
if (referencepath_keywordSearchResultsValidationError !== null) {
|
|
30975
31051
|
let message = 'Object doesn\'t match KeywordSearchResultsRepresentation (at "' + path_keywordSearchResults + '")\n';
|
|
30976
31052
|
message += referencepath_keywordSearchResultsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31183,7 +31259,7 @@ function typeCheckConfig$h(untrustedConfig) {
|
|
|
31183
31259
|
for (let i = 0, arrayLength = untrustedConfig_searchObjectOptions_keys.length; i < arrayLength; i++) {
|
|
31184
31260
|
const key = untrustedConfig_searchObjectOptions_keys[i];
|
|
31185
31261
|
const untrustedConfig_searchObjectOptions_prop = untrustedConfig_searchObjectOptions[key];
|
|
31186
|
-
const referenceSearchObjectOptionsRepresentationValidationError = validate$
|
|
31262
|
+
const referenceSearchObjectOptionsRepresentationValidationError = validate$o(untrustedConfig_searchObjectOptions_prop);
|
|
31187
31263
|
if (referenceSearchObjectOptionsRepresentationValidationError === null) {
|
|
31188
31264
|
if (untrustedConfig_searchObjectOptions_object !== undefined) {
|
|
31189
31265
|
untrustedConfig_searchObjectOptions_object[key] = untrustedConfig_searchObjectOptions_prop;
|
|
@@ -31302,7 +31378,7 @@ function validate$d(obj, path = 'KeywordSearchResultsSummaryRepresentation') {
|
|
|
31302
31378
|
}
|
|
31303
31379
|
const obj_keywordSearchResult = obj.keywordSearchResult;
|
|
31304
31380
|
const path_keywordSearchResult = path + '.keywordSearchResult';
|
|
31305
|
-
const referencepath_keywordSearchResultValidationError = validate$
|
|
31381
|
+
const referencepath_keywordSearchResultValidationError = validate$m(obj_keywordSearchResult, path_keywordSearchResult);
|
|
31306
31382
|
if (referencepath_keywordSearchResultValidationError !== null) {
|
|
31307
31383
|
let message = 'Object doesn\'t match SearchResultCollectionRepresentation (at "' + path_keywordSearchResult + '")\n';
|
|
31308
31384
|
message += referencepath_keywordSearchResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31457,7 +31533,7 @@ function typeCheckConfig$g(untrustedConfig) {
|
|
|
31457
31533
|
const untrustedConfig_filters_array = [];
|
|
31458
31534
|
for (let i = 0, arrayLength = untrustedConfig_filters.length; i < arrayLength; i++) {
|
|
31459
31535
|
const untrustedConfig_filters_item = untrustedConfig_filters[i];
|
|
31460
|
-
const referenceSearchFilterInputRepresentationValidationError = validate$
|
|
31536
|
+
const referenceSearchFilterInputRepresentationValidationError = validate$p(untrustedConfig_filters_item);
|
|
31461
31537
|
if (referenceSearchFilterInputRepresentationValidationError === null) {
|
|
31462
31538
|
untrustedConfig_filters_array.push(untrustedConfig_filters_item);
|
|
31463
31539
|
}
|
|
@@ -31552,7 +31628,7 @@ function mergeData$11(existingData, newData) {
|
|
|
31552
31628
|
};
|
|
31553
31629
|
}
|
|
31554
31630
|
function ingest$1a(astNode, state) {
|
|
31555
|
-
const { path, data, luvio } = state;
|
|
31631
|
+
const { path, data, timestamp, luvio } = state;
|
|
31556
31632
|
const key = keyBuilder$1f(luvio, path);
|
|
31557
31633
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
31558
31634
|
key,
|
|
@@ -31566,7 +31642,8 @@ function ingest$1a(astNode, state) {
|
|
|
31566
31642
|
ttl: TTL$6,
|
|
31567
31643
|
namespace: keyPrefix,
|
|
31568
31644
|
representationName: "DoubleValue",
|
|
31569
|
-
version: VERSION$1e
|
|
31645
|
+
version: VERSION$1e,
|
|
31646
|
+
ingestionTimestamp: timestamp,
|
|
31570
31647
|
},
|
|
31571
31648
|
});
|
|
31572
31649
|
}
|
|
@@ -31694,7 +31771,7 @@ function mergeData$10(existingData, newData) {
|
|
|
31694
31771
|
};
|
|
31695
31772
|
}
|
|
31696
31773
|
function ingest$19(astNode, state) {
|
|
31697
|
-
const { path, data, luvio } = state;
|
|
31774
|
+
const { path, data, timestamp, luvio } = state;
|
|
31698
31775
|
const key = keyBuilder$1e(luvio, path);
|
|
31699
31776
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
31700
31777
|
key,
|
|
@@ -31708,7 +31785,8 @@ function ingest$19(astNode, state) {
|
|
|
31708
31785
|
ttl: TTL$6,
|
|
31709
31786
|
namespace: keyPrefix,
|
|
31710
31787
|
representationName: "LongValue",
|
|
31711
|
-
version: VERSION$1d
|
|
31788
|
+
version: VERSION$1d,
|
|
31789
|
+
ingestionTimestamp: timestamp,
|
|
31712
31790
|
},
|
|
31713
31791
|
});
|
|
31714
31792
|
}
|
|
@@ -31836,7 +31914,7 @@ function mergeData$$(existingData, newData) {
|
|
|
31836
31914
|
};
|
|
31837
31915
|
}
|
|
31838
31916
|
function ingest$18(astNode, state) {
|
|
31839
|
-
const { path, data, luvio } = state;
|
|
31917
|
+
const { path, data, timestamp, luvio } = state;
|
|
31840
31918
|
const key = keyBuilder$1d(luvio, path);
|
|
31841
31919
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
31842
31920
|
key,
|
|
@@ -31850,7 +31928,8 @@ function ingest$18(astNode, state) {
|
|
|
31850
31928
|
ttl: TTL$6,
|
|
31851
31929
|
namespace: keyPrefix,
|
|
31852
31930
|
representationName: "PercentValue",
|
|
31853
|
-
version: VERSION$1c
|
|
31931
|
+
version: VERSION$1c,
|
|
31932
|
+
ingestionTimestamp: timestamp,
|
|
31854
31933
|
},
|
|
31855
31934
|
});
|
|
31856
31935
|
}
|
|
@@ -31978,7 +32057,7 @@ function mergeData$_(existingData, newData) {
|
|
|
31978
32057
|
};
|
|
31979
32058
|
}
|
|
31980
32059
|
function ingest$17(astNode, state) {
|
|
31981
|
-
const { path, data, luvio } = state;
|
|
32060
|
+
const { path, data, timestamp, luvio } = state;
|
|
31982
32061
|
const key = keyBuilder$1c(luvio, path);
|
|
31983
32062
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
31984
32063
|
key,
|
|
@@ -31992,7 +32071,8 @@ function ingest$17(astNode, state) {
|
|
|
31992
32071
|
ttl: TTL$6,
|
|
31993
32072
|
namespace: keyPrefix,
|
|
31994
32073
|
representationName: "PercentAggregate",
|
|
31995
|
-
version: VERSION$1b
|
|
32074
|
+
version: VERSION$1b,
|
|
32075
|
+
ingestionTimestamp: timestamp,
|
|
31996
32076
|
},
|
|
31997
32077
|
});
|
|
31998
32078
|
}
|
|
@@ -32240,7 +32320,7 @@ function mergeData$Z(existingData, newData) {
|
|
|
32240
32320
|
};
|
|
32241
32321
|
}
|
|
32242
32322
|
function ingest$16(astNode, state) {
|
|
32243
|
-
const { path, data, luvio } = state;
|
|
32323
|
+
const { path, data, timestamp, luvio } = state;
|
|
32244
32324
|
const key = keyBuilder$1b(luvio, path);
|
|
32245
32325
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
32246
32326
|
key,
|
|
@@ -32254,7 +32334,8 @@ function ingest$16(astNode, state) {
|
|
|
32254
32334
|
ttl: TTL$6,
|
|
32255
32335
|
namespace: keyPrefix,
|
|
32256
32336
|
representationName: "IntValue",
|
|
32257
|
-
version: VERSION$1a
|
|
32337
|
+
version: VERSION$1a,
|
|
32338
|
+
ingestionTimestamp: timestamp,
|
|
32258
32339
|
},
|
|
32259
32340
|
});
|
|
32260
32341
|
}
|
|
@@ -32382,7 +32463,7 @@ function mergeData$Y(existingData, newData) {
|
|
|
32382
32463
|
};
|
|
32383
32464
|
}
|
|
32384
32465
|
function ingest$15(astNode, state) {
|
|
32385
|
-
const { path, data, luvio } = state;
|
|
32466
|
+
const { path, data, timestamp, luvio } = state;
|
|
32386
32467
|
const key = keyBuilder$1a(luvio, path);
|
|
32387
32468
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
32388
32469
|
key,
|
|
@@ -32396,7 +32477,8 @@ function ingest$15(astNode, state) {
|
|
|
32396
32477
|
ttl: TTL$6,
|
|
32397
32478
|
namespace: keyPrefix,
|
|
32398
32479
|
representationName: "StringValue",
|
|
32399
|
-
version: VERSION$19
|
|
32480
|
+
version: VERSION$19,
|
|
32481
|
+
ingestionTimestamp: timestamp,
|
|
32400
32482
|
},
|
|
32401
32483
|
});
|
|
32402
32484
|
}
|
|
@@ -32515,7 +32597,7 @@ function mergeData$X(existingData, newData) {
|
|
|
32515
32597
|
};
|
|
32516
32598
|
}
|
|
32517
32599
|
function ingest$14(astNode, state) {
|
|
32518
|
-
const { path, data, luvio } = state;
|
|
32600
|
+
const { path, data, timestamp, luvio } = state;
|
|
32519
32601
|
const key = keyBuilder$19(luvio, path);
|
|
32520
32602
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
32521
32603
|
key,
|
|
@@ -32529,7 +32611,8 @@ function ingest$14(astNode, state) {
|
|
|
32529
32611
|
ttl: TTL$6,
|
|
32530
32612
|
namespace: keyPrefix,
|
|
32531
32613
|
representationName: "StringAggregate",
|
|
32532
|
-
version: VERSION$18
|
|
32614
|
+
version: VERSION$18,
|
|
32615
|
+
ingestionTimestamp: timestamp,
|
|
32533
32616
|
},
|
|
32534
32617
|
});
|
|
32535
32618
|
}
|
|
@@ -32757,7 +32840,7 @@ function mergeData$W(existingData, newData) {
|
|
|
32757
32840
|
};
|
|
32758
32841
|
}
|
|
32759
32842
|
function ingest$13(astNode, state) {
|
|
32760
|
-
const { path, data, luvio } = state;
|
|
32843
|
+
const { path, data, timestamp, luvio } = state;
|
|
32761
32844
|
const key = keyBuilder$18(luvio, path);
|
|
32762
32845
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
32763
32846
|
key,
|
|
@@ -32771,7 +32854,8 @@ function ingest$13(astNode, state) {
|
|
|
32771
32854
|
ttl: TTL$6,
|
|
32772
32855
|
namespace: keyPrefix,
|
|
32773
32856
|
representationName: "IDValue",
|
|
32774
|
-
version: VERSION$17
|
|
32857
|
+
version: VERSION$17,
|
|
32858
|
+
ingestionTimestamp: timestamp,
|
|
32775
32859
|
},
|
|
32776
32860
|
});
|
|
32777
32861
|
}
|
|
@@ -32893,7 +32977,7 @@ function mergeData$V(existingData, newData) {
|
|
|
32893
32977
|
};
|
|
32894
32978
|
}
|
|
32895
32979
|
function ingest$12(astNode, state) {
|
|
32896
|
-
const { path, data, luvio } = state;
|
|
32980
|
+
const { path, data, timestamp, luvio } = state;
|
|
32897
32981
|
const key = keyBuilder$17(luvio, path);
|
|
32898
32982
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
32899
32983
|
key,
|
|
@@ -32907,7 +32991,8 @@ function ingest$12(astNode, state) {
|
|
|
32907
32991
|
ttl: TTL$6,
|
|
32908
32992
|
namespace: keyPrefix,
|
|
32909
32993
|
representationName: "DateTimeValue",
|
|
32910
|
-
version: VERSION$16
|
|
32994
|
+
version: VERSION$16,
|
|
32995
|
+
ingestionTimestamp: timestamp,
|
|
32911
32996
|
},
|
|
32912
32997
|
});
|
|
32913
32998
|
}
|
|
@@ -33035,7 +33120,7 @@ function mergeData$U(existingData, newData) {
|
|
|
33035
33120
|
};
|
|
33036
33121
|
}
|
|
33037
33122
|
function ingest$11(astNode, state) {
|
|
33038
|
-
const { path, data, luvio } = state;
|
|
33123
|
+
const { path, data, timestamp, luvio } = state;
|
|
33039
33124
|
const key = keyBuilder$16(luvio, path);
|
|
33040
33125
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
33041
33126
|
key,
|
|
@@ -33049,7 +33134,8 @@ function ingest$11(astNode, state) {
|
|
|
33049
33134
|
ttl: TTL$6,
|
|
33050
33135
|
namespace: keyPrefix,
|
|
33051
33136
|
representationName: "BooleanValue",
|
|
33052
|
-
version: VERSION$15
|
|
33137
|
+
version: VERSION$15,
|
|
33138
|
+
ingestionTimestamp: timestamp,
|
|
33053
33139
|
},
|
|
33054
33140
|
});
|
|
33055
33141
|
}
|
|
@@ -33171,7 +33257,7 @@ function mergeData$T(existingData, newData) {
|
|
|
33171
33257
|
};
|
|
33172
33258
|
}
|
|
33173
33259
|
function ingest$10(astNode, state) {
|
|
33174
|
-
const { path, data, luvio } = state;
|
|
33260
|
+
const { path, data, timestamp, luvio } = state;
|
|
33175
33261
|
const key = keyBuilder$15(luvio, path);
|
|
33176
33262
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
33177
33263
|
key,
|
|
@@ -33185,7 +33271,8 @@ function ingest$10(astNode, state) {
|
|
|
33185
33271
|
ttl: TTL$6,
|
|
33186
33272
|
namespace: keyPrefix,
|
|
33187
33273
|
representationName: "TimeValue",
|
|
33188
|
-
version: VERSION$14
|
|
33274
|
+
version: VERSION$14,
|
|
33275
|
+
ingestionTimestamp: timestamp,
|
|
33189
33276
|
},
|
|
33190
33277
|
});
|
|
33191
33278
|
}
|
|
@@ -33313,7 +33400,7 @@ function mergeData$S(existingData, newData) {
|
|
|
33313
33400
|
};
|
|
33314
33401
|
}
|
|
33315
33402
|
function ingest$$(astNode, state) {
|
|
33316
|
-
const { path, data, luvio } = state;
|
|
33403
|
+
const { path, data, timestamp, luvio } = state;
|
|
33317
33404
|
const key = keyBuilder$14(luvio, path);
|
|
33318
33405
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
33319
33406
|
key,
|
|
@@ -33327,7 +33414,8 @@ function ingest$$(astNode, state) {
|
|
|
33327
33414
|
ttl: TTL$6,
|
|
33328
33415
|
namespace: keyPrefix,
|
|
33329
33416
|
representationName: "DateValue",
|
|
33330
|
-
version: VERSION$13
|
|
33417
|
+
version: VERSION$13,
|
|
33418
|
+
ingestionTimestamp: timestamp,
|
|
33331
33419
|
},
|
|
33332
33420
|
});
|
|
33333
33421
|
}
|
|
@@ -33455,7 +33543,7 @@ function mergeData$R(existingData, newData) {
|
|
|
33455
33543
|
};
|
|
33456
33544
|
}
|
|
33457
33545
|
function ingest$_(astNode, state) {
|
|
33458
|
-
const { path, data, luvio } = state;
|
|
33546
|
+
const { path, data, timestamp, luvio } = state;
|
|
33459
33547
|
const key = keyBuilder$13(luvio, path);
|
|
33460
33548
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
33461
33549
|
key,
|
|
@@ -33469,7 +33557,8 @@ function ingest$_(astNode, state) {
|
|
|
33469
33557
|
ttl: TTL$6,
|
|
33470
33558
|
namespace: keyPrefix,
|
|
33471
33559
|
representationName: "TextAreaValue",
|
|
33472
|
-
version: VERSION$12
|
|
33560
|
+
version: VERSION$12,
|
|
33561
|
+
ingestionTimestamp: timestamp,
|
|
33473
33562
|
},
|
|
33474
33563
|
});
|
|
33475
33564
|
}
|
|
@@ -33591,7 +33680,7 @@ function mergeData$Q(existingData, newData) {
|
|
|
33591
33680
|
};
|
|
33592
33681
|
}
|
|
33593
33682
|
function ingest$Z(astNode, state) {
|
|
33594
|
-
const { path, data, luvio } = state;
|
|
33683
|
+
const { path, data, timestamp, luvio } = state;
|
|
33595
33684
|
const key = keyBuilder$12(luvio, path);
|
|
33596
33685
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
33597
33686
|
key,
|
|
@@ -33605,7 +33694,8 @@ function ingest$Z(astNode, state) {
|
|
|
33605
33694
|
ttl: TTL$6,
|
|
33606
33695
|
namespace: keyPrefix,
|
|
33607
33696
|
representationName: "LongTextAreaValue",
|
|
33608
|
-
version: VERSION$11
|
|
33697
|
+
version: VERSION$11,
|
|
33698
|
+
ingestionTimestamp: timestamp,
|
|
33609
33699
|
},
|
|
33610
33700
|
});
|
|
33611
33701
|
}
|
|
@@ -33727,7 +33817,7 @@ function mergeData$P(existingData, newData) {
|
|
|
33727
33817
|
};
|
|
33728
33818
|
}
|
|
33729
33819
|
function ingest$Y(astNode, state) {
|
|
33730
|
-
const { path, data, luvio } = state;
|
|
33820
|
+
const { path, data, timestamp, luvio } = state;
|
|
33731
33821
|
const key = keyBuilder$11(luvio, path);
|
|
33732
33822
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
33733
33823
|
key,
|
|
@@ -33741,7 +33831,8 @@ function ingest$Y(astNode, state) {
|
|
|
33741
33831
|
ttl: TTL$6,
|
|
33742
33832
|
namespace: keyPrefix,
|
|
33743
33833
|
representationName: "RichTextAreaValue",
|
|
33744
|
-
version: VERSION$10
|
|
33834
|
+
version: VERSION$10,
|
|
33835
|
+
ingestionTimestamp: timestamp,
|
|
33745
33836
|
},
|
|
33746
33837
|
});
|
|
33747
33838
|
}
|
|
@@ -33863,7 +33954,7 @@ function mergeData$O(existingData, newData) {
|
|
|
33863
33954
|
};
|
|
33864
33955
|
}
|
|
33865
33956
|
function ingest$X(astNode, state) {
|
|
33866
|
-
const { path, data, luvio } = state;
|
|
33957
|
+
const { path, data, timestamp, luvio } = state;
|
|
33867
33958
|
const key = keyBuilder$10(luvio, path);
|
|
33868
33959
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
33869
33960
|
key,
|
|
@@ -33877,7 +33968,8 @@ function ingest$X(astNode, state) {
|
|
|
33877
33968
|
ttl: TTL$6,
|
|
33878
33969
|
namespace: keyPrefix,
|
|
33879
33970
|
representationName: "PhoneNumberValue",
|
|
33880
|
-
version: VERSION
|
|
33971
|
+
version: VERSION$$,
|
|
33972
|
+
ingestionTimestamp: timestamp,
|
|
33881
33973
|
},
|
|
33882
33974
|
});
|
|
33883
33975
|
}
|
|
@@ -33999,7 +34091,7 @@ function mergeData$N(existingData, newData) {
|
|
|
33999
34091
|
};
|
|
34000
34092
|
}
|
|
34001
34093
|
function ingest$W(astNode, state) {
|
|
34002
|
-
const { path, data, luvio } = state;
|
|
34094
|
+
const { path, data, timestamp, luvio } = state;
|
|
34003
34095
|
const key = keyBuilder$$(luvio, path);
|
|
34004
34096
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
34005
34097
|
key,
|
|
@@ -34013,7 +34105,8 @@ function ingest$W(astNode, state) {
|
|
|
34013
34105
|
ttl: TTL$6,
|
|
34014
34106
|
namespace: keyPrefix,
|
|
34015
34107
|
representationName: "EmailValue",
|
|
34016
|
-
version: VERSION$_
|
|
34108
|
+
version: VERSION$_,
|
|
34109
|
+
ingestionTimestamp: timestamp,
|
|
34017
34110
|
},
|
|
34018
34111
|
});
|
|
34019
34112
|
}
|
|
@@ -34135,7 +34228,7 @@ function mergeData$M(existingData, newData) {
|
|
|
34135
34228
|
};
|
|
34136
34229
|
}
|
|
34137
34230
|
function ingest$V(astNode, state) {
|
|
34138
|
-
const { path, data, luvio } = state;
|
|
34231
|
+
const { path, data, timestamp, luvio } = state;
|
|
34139
34232
|
const key = keyBuilder$_(luvio, path);
|
|
34140
34233
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
34141
34234
|
key,
|
|
@@ -34149,7 +34242,8 @@ function ingest$V(astNode, state) {
|
|
|
34149
34242
|
ttl: TTL$6,
|
|
34150
34243
|
namespace: keyPrefix,
|
|
34151
34244
|
representationName: "UrlValue",
|
|
34152
|
-
version: VERSION$Z
|
|
34245
|
+
version: VERSION$Z,
|
|
34246
|
+
ingestionTimestamp: timestamp,
|
|
34153
34247
|
},
|
|
34154
34248
|
});
|
|
34155
34249
|
}
|
|
@@ -34271,7 +34365,7 @@ function mergeData$L(existingData, newData) {
|
|
|
34271
34365
|
};
|
|
34272
34366
|
}
|
|
34273
34367
|
function ingest$U(astNode, state) {
|
|
34274
|
-
const { path, data, luvio } = state;
|
|
34368
|
+
const { path, data, timestamp, luvio } = state;
|
|
34275
34369
|
const key = keyBuilder$Z(luvio, path);
|
|
34276
34370
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
34277
34371
|
key,
|
|
@@ -34285,7 +34379,8 @@ function ingest$U(astNode, state) {
|
|
|
34285
34379
|
ttl: TTL$6,
|
|
34286
34380
|
namespace: keyPrefix,
|
|
34287
34381
|
representationName: "EncryptedStringValue",
|
|
34288
|
-
version: VERSION$Y
|
|
34382
|
+
version: VERSION$Y,
|
|
34383
|
+
ingestionTimestamp: timestamp,
|
|
34289
34384
|
},
|
|
34290
34385
|
});
|
|
34291
34386
|
}
|
|
@@ -34407,7 +34502,7 @@ function mergeData$K(existingData, newData) {
|
|
|
34407
34502
|
};
|
|
34408
34503
|
}
|
|
34409
34504
|
function ingest$T(astNode, state) {
|
|
34410
|
-
const { path, data, luvio } = state;
|
|
34505
|
+
const { path, data, timestamp, luvio } = state;
|
|
34411
34506
|
const key = keyBuilder$Y(luvio, path);
|
|
34412
34507
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
34413
34508
|
key,
|
|
@@ -34421,7 +34516,8 @@ function ingest$T(astNode, state) {
|
|
|
34421
34516
|
ttl: TTL$6,
|
|
34422
34517
|
namespace: keyPrefix,
|
|
34423
34518
|
representationName: "CurrencyValue",
|
|
34424
|
-
version: VERSION$X
|
|
34519
|
+
version: VERSION$X,
|
|
34520
|
+
ingestionTimestamp: timestamp,
|
|
34425
34521
|
},
|
|
34426
34522
|
});
|
|
34427
34523
|
}
|
|
@@ -34549,7 +34645,7 @@ function mergeData$J(existingData, newData) {
|
|
|
34549
34645
|
};
|
|
34550
34646
|
}
|
|
34551
34647
|
function ingest$S(astNode, state) {
|
|
34552
|
-
const { path, data, luvio } = state;
|
|
34648
|
+
const { path, data, timestamp, luvio } = state;
|
|
34553
34649
|
const key = keyBuilder$X(luvio, path);
|
|
34554
34650
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
34555
34651
|
key,
|
|
@@ -34563,7 +34659,8 @@ function ingest$S(astNode, state) {
|
|
|
34563
34659
|
ttl: TTL$6,
|
|
34564
34660
|
namespace: keyPrefix,
|
|
34565
34661
|
representationName: "LongitudeValue",
|
|
34566
|
-
version: VERSION$W
|
|
34662
|
+
version: VERSION$W,
|
|
34663
|
+
ingestionTimestamp: timestamp,
|
|
34567
34664
|
},
|
|
34568
34665
|
});
|
|
34569
34666
|
}
|
|
@@ -34685,7 +34782,7 @@ function mergeData$I(existingData, newData) {
|
|
|
34685
34782
|
};
|
|
34686
34783
|
}
|
|
34687
34784
|
function ingest$R(astNode, state) {
|
|
34688
|
-
const { path, data, luvio } = state;
|
|
34785
|
+
const { path, data, timestamp, luvio } = state;
|
|
34689
34786
|
const key = keyBuilder$W(luvio, path);
|
|
34690
34787
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
34691
34788
|
key,
|
|
@@ -34699,7 +34796,8 @@ function ingest$R(astNode, state) {
|
|
|
34699
34796
|
ttl: TTL$6,
|
|
34700
34797
|
namespace: keyPrefix,
|
|
34701
34798
|
representationName: "LatitudeValue",
|
|
34702
|
-
version: VERSION$V
|
|
34799
|
+
version: VERSION$V,
|
|
34800
|
+
ingestionTimestamp: timestamp,
|
|
34703
34801
|
},
|
|
34704
34802
|
});
|
|
34705
34803
|
}
|
|
@@ -34821,7 +34919,7 @@ function mergeData$H(existingData, newData) {
|
|
|
34821
34919
|
};
|
|
34822
34920
|
}
|
|
34823
34921
|
function ingest$Q(astNode, state) {
|
|
34824
|
-
const { path, data, luvio } = state;
|
|
34922
|
+
const { path, data, timestamp, luvio } = state;
|
|
34825
34923
|
const key = keyBuilder$V(luvio, path);
|
|
34826
34924
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
34827
34925
|
key,
|
|
@@ -34835,7 +34933,8 @@ function ingest$Q(astNode, state) {
|
|
|
34835
34933
|
ttl: TTL$6,
|
|
34836
34934
|
namespace: keyPrefix,
|
|
34837
34935
|
representationName: "PicklistValue",
|
|
34838
|
-
version: VERSION$U
|
|
34936
|
+
version: VERSION$U,
|
|
34937
|
+
ingestionTimestamp: timestamp,
|
|
34839
34938
|
},
|
|
34840
34939
|
});
|
|
34841
34940
|
}
|
|
@@ -34963,7 +35062,7 @@ function mergeData$G(existingData, newData) {
|
|
|
34963
35062
|
};
|
|
34964
35063
|
}
|
|
34965
35064
|
function ingest$P(astNode, state) {
|
|
34966
|
-
const { path, data, luvio } = state;
|
|
35065
|
+
const { path, data, timestamp, luvio } = state;
|
|
34967
35066
|
const key = keyBuilder$U(luvio, path);
|
|
34968
35067
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
34969
35068
|
key,
|
|
@@ -34977,7 +35076,8 @@ function ingest$P(astNode, state) {
|
|
|
34977
35076
|
ttl: TTL$6,
|
|
34978
35077
|
namespace: keyPrefix,
|
|
34979
35078
|
representationName: "MultiPicklistValue",
|
|
34980
|
-
version: VERSION$T
|
|
35079
|
+
version: VERSION$T,
|
|
35080
|
+
ingestionTimestamp: timestamp,
|
|
34981
35081
|
},
|
|
34982
35082
|
});
|
|
34983
35083
|
}
|
|
@@ -35105,7 +35205,7 @@ function mergeData$F(existingData, newData) {
|
|
|
35105
35205
|
};
|
|
35106
35206
|
}
|
|
35107
35207
|
function ingest$O(astNode, state) {
|
|
35108
|
-
const { path, data, luvio } = state;
|
|
35208
|
+
const { path, data, timestamp, luvio } = state;
|
|
35109
35209
|
const key = keyBuilder$T(luvio, path);
|
|
35110
35210
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
35111
35211
|
key,
|
|
@@ -35119,7 +35219,8 @@ function ingest$O(astNode, state) {
|
|
|
35119
35219
|
ttl: TTL$6,
|
|
35120
35220
|
namespace: keyPrefix,
|
|
35121
35221
|
representationName: "Base64Value",
|
|
35122
|
-
version: VERSION$S
|
|
35222
|
+
version: VERSION$S,
|
|
35223
|
+
ingestionTimestamp: timestamp,
|
|
35123
35224
|
},
|
|
35124
35225
|
});
|
|
35125
35226
|
}
|
|
@@ -35241,7 +35342,7 @@ function mergeData$E(existingData, newData) {
|
|
|
35241
35342
|
};
|
|
35242
35343
|
}
|
|
35243
35344
|
function ingest$N(astNode, state) {
|
|
35244
|
-
const { path, data, luvio } = state;
|
|
35345
|
+
const { path, data, timestamp, luvio } = state;
|
|
35245
35346
|
const key = keyBuilder$S(luvio, path);
|
|
35246
35347
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
35247
35348
|
key,
|
|
@@ -35255,7 +35356,8 @@ function ingest$N(astNode, state) {
|
|
|
35255
35356
|
ttl: TTL$6,
|
|
35256
35357
|
namespace: keyPrefix,
|
|
35257
35358
|
representationName: "JSONValue",
|
|
35258
|
-
version: VERSION$R
|
|
35359
|
+
version: VERSION$R,
|
|
35360
|
+
ingestionTimestamp: timestamp,
|
|
35259
35361
|
},
|
|
35260
35362
|
});
|
|
35261
35363
|
}
|
|
@@ -35781,7 +35883,7 @@ function mergeData$D(existingData, newData) {
|
|
|
35781
35883
|
};
|
|
35782
35884
|
}
|
|
35783
35885
|
function ingest$L(astNode, state) {
|
|
35784
|
-
const { path, data, luvio } = state;
|
|
35886
|
+
const { path, data, timestamp, luvio } = state;
|
|
35785
35887
|
const key = keyBuilder$R(luvio, path);
|
|
35786
35888
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
35787
35889
|
key,
|
|
@@ -35795,7 +35897,8 @@ function ingest$L(astNode, state) {
|
|
|
35795
35897
|
ttl: TTL$6,
|
|
35796
35898
|
namespace: keyPrefix,
|
|
35797
35899
|
representationName: "CompoundField",
|
|
35798
|
-
version: VERSION$P
|
|
35900
|
+
version: VERSION$P,
|
|
35901
|
+
ingestionTimestamp: timestamp,
|
|
35799
35902
|
},
|
|
35800
35903
|
});
|
|
35801
35904
|
}
|
|
@@ -36781,7 +36884,7 @@ function mergeData$C(existingData, newData) {
|
|
|
36781
36884
|
};
|
|
36782
36885
|
}
|
|
36783
36886
|
function ingest$K(astNode, state) {
|
|
36784
|
-
const { path, data, luvio } = state;
|
|
36887
|
+
const { path, data, timestamp, luvio } = state;
|
|
36785
36888
|
const key = keyBuilder$Q(luvio, path);
|
|
36786
36889
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
36787
36890
|
key,
|
|
@@ -36795,7 +36898,8 @@ function ingest$K(astNode, state) {
|
|
|
36795
36898
|
ttl: TTL$6,
|
|
36796
36899
|
namespace: keyPrefix,
|
|
36797
36900
|
representationName: "PageInfo",
|
|
36798
|
-
version: VERSION$O
|
|
36901
|
+
version: VERSION$O,
|
|
36902
|
+
ingestionTimestamp: timestamp,
|
|
36799
36903
|
},
|
|
36800
36904
|
});
|
|
36801
36905
|
}
|
|
@@ -36997,7 +37101,7 @@ function mergeData$B(existingData, newData) {
|
|
|
36997
37101
|
};
|
|
36998
37102
|
}
|
|
36999
37103
|
function ingest$J(astNode, state) {
|
|
37000
|
-
const { path, data, luvio } = state;
|
|
37104
|
+
const { path, data, timestamp, luvio } = state;
|
|
37001
37105
|
const key = keyBuilder$P(luvio, path, data);
|
|
37002
37106
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
37003
37107
|
key,
|
|
@@ -37014,7 +37118,8 @@ function ingest$J(astNode, state) {
|
|
|
37014
37118
|
ttl: TTL$6,
|
|
37015
37119
|
namespace: keyPrefix,
|
|
37016
37120
|
representationName: "RecordRepresentation",
|
|
37017
|
-
version: VERSION$N
|
|
37121
|
+
version: VERSION$N,
|
|
37122
|
+
ingestionTimestamp: timestamp,
|
|
37018
37123
|
},
|
|
37019
37124
|
});
|
|
37020
37125
|
}
|
|
@@ -37536,7 +37641,7 @@ function mergeData$A(existingData, newData) {
|
|
|
37536
37641
|
};
|
|
37537
37642
|
}
|
|
37538
37643
|
function ingest$I(astNode, state) {
|
|
37539
|
-
const { path, data, luvio } = state;
|
|
37644
|
+
const { path, data, timestamp, luvio } = state;
|
|
37540
37645
|
const key = keyBuilder$O(luvio, path);
|
|
37541
37646
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
37542
37647
|
key,
|
|
@@ -37550,7 +37655,8 @@ function ingest$I(astNode, state) {
|
|
|
37550
37655
|
ttl: TTL$6,
|
|
37551
37656
|
namespace: keyPrefix,
|
|
37552
37657
|
representationName: "RecordEdge",
|
|
37553
|
-
version: VERSION$M
|
|
37658
|
+
version: VERSION$M,
|
|
37659
|
+
ingestionTimestamp: timestamp,
|
|
37554
37660
|
},
|
|
37555
37661
|
});
|
|
37556
37662
|
}
|
|
@@ -37760,7 +37866,7 @@ function ingestPaginationMetadata$1(astNode, state, key, sink, existingData) {
|
|
|
37760
37866
|
}
|
|
37761
37867
|
}
|
|
37762
37868
|
function ingest$H(astNode, state) {
|
|
37763
|
-
const { path, data, luvio } = state;
|
|
37869
|
+
const { path, data, timestamp, luvio } = state;
|
|
37764
37870
|
const key = keyBuilder$N(luvio, path);
|
|
37765
37871
|
return ingestCursorConnectionType(astNode, state, {
|
|
37766
37872
|
key,
|
|
@@ -37776,7 +37882,8 @@ function ingest$H(astNode, state) {
|
|
|
37776
37882
|
ttl: TTL$9,
|
|
37777
37883
|
namespace: keyPrefix,
|
|
37778
37884
|
representationName: "RecordConnection",
|
|
37779
|
-
version: VERSION$L
|
|
37885
|
+
version: VERSION$L,
|
|
37886
|
+
ingestionTimestamp: timestamp,
|
|
37780
37887
|
},
|
|
37781
37888
|
});
|
|
37782
37889
|
}
|
|
@@ -37945,7 +38052,7 @@ function mergeData$y(existingData, newData) {
|
|
|
37945
38052
|
};
|
|
37946
38053
|
}
|
|
37947
38054
|
function ingest$G(astNode, state) {
|
|
37948
|
-
const { path, data, luvio } = state;
|
|
38055
|
+
const { path, data, timestamp, luvio } = state;
|
|
37949
38056
|
const key = keyBuilder$M(luvio, path);
|
|
37950
38057
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
37951
38058
|
key,
|
|
@@ -37959,7 +38066,8 @@ function ingest$G(astNode, state) {
|
|
|
37959
38066
|
ttl: TTL$6,
|
|
37960
38067
|
namespace: keyPrefix,
|
|
37961
38068
|
representationName: "RecordQuery",
|
|
37962
|
-
version: VERSION$K
|
|
38069
|
+
version: VERSION$K,
|
|
38070
|
+
ingestionTimestamp: timestamp,
|
|
37963
38071
|
},
|
|
37964
38072
|
});
|
|
37965
38073
|
}
|
|
@@ -38089,7 +38197,7 @@ function mergeData$x(existingData, newData) {
|
|
|
38089
38197
|
};
|
|
38090
38198
|
}
|
|
38091
38199
|
function ingest$F(astNode, state) {
|
|
38092
|
-
const { path, data, luvio } = state;
|
|
38200
|
+
const { path, data, timestamp, luvio } = state;
|
|
38093
38201
|
const key = keyBuilder$L(luvio, path);
|
|
38094
38202
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
38095
38203
|
key,
|
|
@@ -38103,7 +38211,8 @@ function ingest$F(astNode, state) {
|
|
|
38103
38211
|
ttl: TTL$6,
|
|
38104
38212
|
namespace: keyPrefix,
|
|
38105
38213
|
representationName: "BooleanAggregate",
|
|
38106
|
-
version: VERSION$J
|
|
38214
|
+
version: VERSION$J,
|
|
38215
|
+
ingestionTimestamp: timestamp,
|
|
38107
38216
|
},
|
|
38108
38217
|
});
|
|
38109
38218
|
}
|
|
@@ -38272,7 +38381,7 @@ function mergeData$w(existingData, newData) {
|
|
|
38272
38381
|
};
|
|
38273
38382
|
}
|
|
38274
38383
|
function ingest$E(astNode, state) {
|
|
38275
|
-
const { path, data, luvio } = state;
|
|
38384
|
+
const { path, data, timestamp, luvio } = state;
|
|
38276
38385
|
const key = keyBuilder$K(luvio, path);
|
|
38277
38386
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
38278
38387
|
key,
|
|
@@ -38286,7 +38395,8 @@ function ingest$E(astNode, state) {
|
|
|
38286
38395
|
ttl: TTL$6,
|
|
38287
38396
|
namespace: keyPrefix,
|
|
38288
38397
|
representationName: "CurrencyAggregate",
|
|
38289
|
-
version: VERSION$I
|
|
38398
|
+
version: VERSION$I,
|
|
38399
|
+
ingestionTimestamp: timestamp,
|
|
38290
38400
|
},
|
|
38291
38401
|
});
|
|
38292
38402
|
}
|
|
@@ -38534,7 +38644,7 @@ function mergeData$v(existingData, newData) {
|
|
|
38534
38644
|
};
|
|
38535
38645
|
}
|
|
38536
38646
|
function ingest$D(astNode, state) {
|
|
38537
|
-
const { path, data, luvio } = state;
|
|
38647
|
+
const { path, data, timestamp, luvio } = state;
|
|
38538
38648
|
const key = keyBuilder$J(luvio, path);
|
|
38539
38649
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
38540
38650
|
key,
|
|
@@ -38548,7 +38658,8 @@ function ingest$D(astNode, state) {
|
|
|
38548
38658
|
ttl: TTL$6,
|
|
38549
38659
|
namespace: keyPrefix,
|
|
38550
38660
|
representationName: "DateFunctionAggregation",
|
|
38551
|
-
version: VERSION$H
|
|
38661
|
+
version: VERSION$H,
|
|
38662
|
+
ingestionTimestamp: timestamp,
|
|
38552
38663
|
},
|
|
38553
38664
|
});
|
|
38554
38665
|
}
|
|
@@ -38682,7 +38793,7 @@ function mergeData$u(existingData, newData) {
|
|
|
38682
38793
|
};
|
|
38683
38794
|
}
|
|
38684
38795
|
function ingest$C(astNode, state) {
|
|
38685
|
-
const { path, data, luvio } = state;
|
|
38796
|
+
const { path, data, timestamp, luvio } = state;
|
|
38686
38797
|
const key = keyBuilder$I(luvio, path);
|
|
38687
38798
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
38688
38799
|
key,
|
|
@@ -38696,7 +38807,8 @@ function ingest$C(astNode, state) {
|
|
|
38696
38807
|
ttl: TTL$6,
|
|
38697
38808
|
namespace: keyPrefix,
|
|
38698
38809
|
representationName: "DateAggregate",
|
|
38699
|
-
version: VERSION$G
|
|
38810
|
+
version: VERSION$G,
|
|
38811
|
+
ingestionTimestamp: timestamp,
|
|
38700
38812
|
},
|
|
38701
38813
|
});
|
|
38702
38814
|
}
|
|
@@ -39063,7 +39175,7 @@ function mergeData$t(existingData, newData) {
|
|
|
39063
39175
|
};
|
|
39064
39176
|
}
|
|
39065
39177
|
function ingest$B(astNode, state) {
|
|
39066
|
-
const { path, data, luvio } = state;
|
|
39178
|
+
const { path, data, timestamp, luvio } = state;
|
|
39067
39179
|
const key = keyBuilder$H(luvio, path);
|
|
39068
39180
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
39069
39181
|
key,
|
|
@@ -39077,7 +39189,8 @@ function ingest$B(astNode, state) {
|
|
|
39077
39189
|
ttl: TTL$6,
|
|
39078
39190
|
namespace: keyPrefix,
|
|
39079
39191
|
representationName: "DoubleAggregate",
|
|
39080
|
-
version: VERSION$F
|
|
39192
|
+
version: VERSION$F,
|
|
39193
|
+
ingestionTimestamp: timestamp,
|
|
39081
39194
|
},
|
|
39082
39195
|
});
|
|
39083
39196
|
}
|
|
@@ -39316,7 +39429,7 @@ function mergeData$s(existingData, newData) {
|
|
|
39316
39429
|
};
|
|
39317
39430
|
}
|
|
39318
39431
|
function ingest$A(astNode, state) {
|
|
39319
|
-
const { path, data, luvio } = state;
|
|
39432
|
+
const { path, data, timestamp, luvio } = state;
|
|
39320
39433
|
const key = keyBuilder$G(luvio, path);
|
|
39321
39434
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
39322
39435
|
key,
|
|
@@ -39330,7 +39443,8 @@ function ingest$A(astNode, state) {
|
|
|
39330
39443
|
ttl: TTL$6,
|
|
39331
39444
|
namespace: keyPrefix,
|
|
39332
39445
|
representationName: "EmailAggregate",
|
|
39333
|
-
version: VERSION$E
|
|
39446
|
+
version: VERSION$E,
|
|
39447
|
+
ingestionTimestamp: timestamp,
|
|
39334
39448
|
},
|
|
39335
39449
|
});
|
|
39336
39450
|
}
|
|
@@ -39561,7 +39675,7 @@ function mergeData$r(existingData, newData) {
|
|
|
39561
39675
|
};
|
|
39562
39676
|
}
|
|
39563
39677
|
function ingest$z(astNode, state) {
|
|
39564
|
-
const { path, data, luvio } = state;
|
|
39678
|
+
const { path, data, timestamp, luvio } = state;
|
|
39565
39679
|
const key = keyBuilder$F(luvio, path);
|
|
39566
39680
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
39567
39681
|
key,
|
|
@@ -39575,7 +39689,8 @@ function ingest$z(astNode, state) {
|
|
|
39575
39689
|
ttl: TTL$6,
|
|
39576
39690
|
namespace: keyPrefix,
|
|
39577
39691
|
representationName: "IDAggregate",
|
|
39578
|
-
version: VERSION$D
|
|
39692
|
+
version: VERSION$D,
|
|
39693
|
+
ingestionTimestamp: timestamp,
|
|
39579
39694
|
},
|
|
39580
39695
|
});
|
|
39581
39696
|
}
|
|
@@ -39806,7 +39921,7 @@ function mergeData$q(existingData, newData) {
|
|
|
39806
39921
|
};
|
|
39807
39922
|
}
|
|
39808
39923
|
function ingest$y(astNode, state) {
|
|
39809
|
-
const { path, data, luvio } = state;
|
|
39924
|
+
const { path, data, timestamp, luvio } = state;
|
|
39810
39925
|
const key = keyBuilder$E(luvio, path);
|
|
39811
39926
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
39812
39927
|
key,
|
|
@@ -39820,7 +39935,8 @@ function ingest$y(astNode, state) {
|
|
|
39820
39935
|
ttl: TTL$6,
|
|
39821
39936
|
namespace: keyPrefix,
|
|
39822
39937
|
representationName: "IntAggregate",
|
|
39823
|
-
version: VERSION$C
|
|
39938
|
+
version: VERSION$C,
|
|
39939
|
+
ingestionTimestamp: timestamp,
|
|
39824
39940
|
},
|
|
39825
39941
|
});
|
|
39826
39942
|
}
|
|
@@ -40079,7 +40195,7 @@ function mergeData$p(existingData, newData) {
|
|
|
40079
40195
|
};
|
|
40080
40196
|
}
|
|
40081
40197
|
function ingest$x(astNode, state) {
|
|
40082
|
-
const { path, data, luvio } = state;
|
|
40198
|
+
const { path, data, timestamp, luvio } = state;
|
|
40083
40199
|
const key = keyBuilder$D(luvio, path);
|
|
40084
40200
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
40085
40201
|
key,
|
|
@@ -40093,7 +40209,8 @@ function ingest$x(astNode, state) {
|
|
|
40093
40209
|
ttl: TTL$6,
|
|
40094
40210
|
namespace: keyPrefix,
|
|
40095
40211
|
representationName: "LatitudeAggregate",
|
|
40096
|
-
version: VERSION$B
|
|
40212
|
+
version: VERSION$B,
|
|
40213
|
+
ingestionTimestamp: timestamp,
|
|
40097
40214
|
},
|
|
40098
40215
|
});
|
|
40099
40216
|
}
|
|
@@ -40335,7 +40452,7 @@ function mergeData$o(existingData, newData) {
|
|
|
40335
40452
|
};
|
|
40336
40453
|
}
|
|
40337
40454
|
function ingest$w(astNode, state) {
|
|
40338
|
-
const { path, data, luvio } = state;
|
|
40455
|
+
const { path, data, timestamp, luvio } = state;
|
|
40339
40456
|
const key = keyBuilder$C(luvio, path);
|
|
40340
40457
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
40341
40458
|
key,
|
|
@@ -40349,7 +40466,8 @@ function ingest$w(astNode, state) {
|
|
|
40349
40466
|
ttl: TTL$6,
|
|
40350
40467
|
namespace: keyPrefix,
|
|
40351
40468
|
representationName: "LongitudeAggregate",
|
|
40352
|
-
version: VERSION$A
|
|
40469
|
+
version: VERSION$A,
|
|
40470
|
+
ingestionTimestamp: timestamp,
|
|
40353
40471
|
},
|
|
40354
40472
|
});
|
|
40355
40473
|
}
|
|
@@ -40591,7 +40709,7 @@ function mergeData$n(existingData, newData) {
|
|
|
40591
40709
|
};
|
|
40592
40710
|
}
|
|
40593
40711
|
function ingest$v(astNode, state) {
|
|
40594
|
-
const { path, data, luvio } = state;
|
|
40712
|
+
const { path, data, timestamp, luvio } = state;
|
|
40595
40713
|
const key = keyBuilder$B(luvio, path);
|
|
40596
40714
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
40597
40715
|
key,
|
|
@@ -40605,7 +40723,8 @@ function ingest$v(astNode, state) {
|
|
|
40605
40723
|
ttl: TTL$6,
|
|
40606
40724
|
namespace: keyPrefix,
|
|
40607
40725
|
representationName: "LongAggregate",
|
|
40608
|
-
version: VERSION$z
|
|
40726
|
+
version: VERSION$z,
|
|
40727
|
+
ingestionTimestamp: timestamp,
|
|
40609
40728
|
},
|
|
40610
40729
|
});
|
|
40611
40730
|
}
|
|
@@ -40864,7 +40983,7 @@ function mergeData$m(existingData, newData) {
|
|
|
40864
40983
|
};
|
|
40865
40984
|
}
|
|
40866
40985
|
function ingest$u(astNode, state) {
|
|
40867
|
-
const { path, data, luvio } = state;
|
|
40986
|
+
const { path, data, timestamp, luvio } = state;
|
|
40868
40987
|
const key = keyBuilder$A(luvio, path);
|
|
40869
40988
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
40870
40989
|
key,
|
|
@@ -40878,7 +40997,8 @@ function ingest$u(astNode, state) {
|
|
|
40878
40997
|
ttl: TTL$6,
|
|
40879
40998
|
namespace: keyPrefix,
|
|
40880
40999
|
representationName: "PhoneNumberAggregate",
|
|
40881
|
-
version: VERSION$y
|
|
41000
|
+
version: VERSION$y,
|
|
41001
|
+
ingestionTimestamp: timestamp,
|
|
40882
41002
|
},
|
|
40883
41003
|
});
|
|
40884
41004
|
}
|
|
@@ -41109,7 +41229,7 @@ function mergeData$l(existingData, newData) {
|
|
|
41109
41229
|
};
|
|
41110
41230
|
}
|
|
41111
41231
|
function ingest$t(astNode, state) {
|
|
41112
|
-
const { path, data, luvio } = state;
|
|
41232
|
+
const { path, data, timestamp, luvio } = state;
|
|
41113
41233
|
const key = keyBuilder$z(luvio, path);
|
|
41114
41234
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
41115
41235
|
key,
|
|
@@ -41123,7 +41243,8 @@ function ingest$t(astNode, state) {
|
|
|
41123
41243
|
ttl: TTL$6,
|
|
41124
41244
|
namespace: keyPrefix,
|
|
41125
41245
|
representationName: "PicklistAggregate",
|
|
41126
|
-
version: VERSION$x
|
|
41246
|
+
version: VERSION$x,
|
|
41247
|
+
ingestionTimestamp: timestamp,
|
|
41127
41248
|
},
|
|
41128
41249
|
});
|
|
41129
41250
|
}
|
|
@@ -41360,7 +41481,7 @@ function mergeData$k(existingData, newData) {
|
|
|
41360
41481
|
};
|
|
41361
41482
|
}
|
|
41362
41483
|
function ingest$s(astNode, state) {
|
|
41363
|
-
const { path, data, luvio } = state;
|
|
41484
|
+
const { path, data, timestamp, luvio } = state;
|
|
41364
41485
|
const key = keyBuilder$y(luvio, path);
|
|
41365
41486
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
41366
41487
|
key,
|
|
@@ -41374,7 +41495,8 @@ function ingest$s(astNode, state) {
|
|
|
41374
41495
|
ttl: TTL$6,
|
|
41375
41496
|
namespace: keyPrefix,
|
|
41376
41497
|
representationName: "TextAreaAggregate",
|
|
41377
|
-
version: VERSION$w
|
|
41498
|
+
version: VERSION$w,
|
|
41499
|
+
ingestionTimestamp: timestamp,
|
|
41378
41500
|
},
|
|
41379
41501
|
});
|
|
41380
41502
|
}
|
|
@@ -41605,7 +41727,7 @@ function mergeData$j(existingData, newData) {
|
|
|
41605
41727
|
};
|
|
41606
41728
|
}
|
|
41607
41729
|
function ingest$r(astNode, state) {
|
|
41608
|
-
const { path, data, luvio } = state;
|
|
41730
|
+
const { path, data, timestamp, luvio } = state;
|
|
41609
41731
|
const key = keyBuilder$x(luvio, path);
|
|
41610
41732
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
41611
41733
|
key,
|
|
@@ -41619,7 +41741,8 @@ function ingest$r(astNode, state) {
|
|
|
41619
41741
|
ttl: TTL$6,
|
|
41620
41742
|
namespace: keyPrefix,
|
|
41621
41743
|
representationName: "TimeAggregate",
|
|
41622
|
-
version: VERSION$v
|
|
41744
|
+
version: VERSION$v,
|
|
41745
|
+
ingestionTimestamp: timestamp,
|
|
41623
41746
|
},
|
|
41624
41747
|
});
|
|
41625
41748
|
}
|
|
@@ -41794,7 +41917,7 @@ function mergeData$i(existingData, newData) {
|
|
|
41794
41917
|
};
|
|
41795
41918
|
}
|
|
41796
41919
|
function ingest$q(astNode, state) {
|
|
41797
|
-
const { path, data, luvio } = state;
|
|
41920
|
+
const { path, data, timestamp, luvio } = state;
|
|
41798
41921
|
const key = keyBuilder$w(luvio, path);
|
|
41799
41922
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
41800
41923
|
key,
|
|
@@ -41808,7 +41931,8 @@ function ingest$q(astNode, state) {
|
|
|
41808
41931
|
ttl: TTL$6,
|
|
41809
41932
|
namespace: keyPrefix,
|
|
41810
41933
|
representationName: "UrlAggregate",
|
|
41811
|
-
version: VERSION$u
|
|
41934
|
+
version: VERSION$u,
|
|
41935
|
+
ingestionTimestamp: timestamp,
|
|
41812
41936
|
},
|
|
41813
41937
|
});
|
|
41814
41938
|
}
|
|
@@ -42162,7 +42286,7 @@ function mergeData$h(existingData, newData) {
|
|
|
42162
42286
|
};
|
|
42163
42287
|
}
|
|
42164
42288
|
function ingest$p(astNode, state) {
|
|
42165
|
-
const { path, data, luvio } = state;
|
|
42289
|
+
const { path, data, timestamp, luvio } = state;
|
|
42166
42290
|
const key = keyBuilder$v(luvio, path);
|
|
42167
42291
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
42168
42292
|
key,
|
|
@@ -42176,7 +42300,8 @@ function ingest$p(astNode, state) {
|
|
|
42176
42300
|
ttl: TTL$6,
|
|
42177
42301
|
namespace: keyPrefix,
|
|
42178
42302
|
representationName: "RecordAggregate",
|
|
42179
|
-
version: VERSION$t
|
|
42303
|
+
version: VERSION$t,
|
|
42304
|
+
ingestionTimestamp: timestamp,
|
|
42180
42305
|
},
|
|
42181
42306
|
});
|
|
42182
42307
|
}
|
|
@@ -42530,7 +42655,7 @@ function mergeData$g(existingData, newData) {
|
|
|
42530
42655
|
};
|
|
42531
42656
|
}
|
|
42532
42657
|
function ingest$o(astNode, state) {
|
|
42533
|
-
const { path, data, luvio } = state;
|
|
42658
|
+
const { path, data, timestamp, luvio } = state;
|
|
42534
42659
|
const key = keyBuilder$u(luvio, path);
|
|
42535
42660
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
42536
42661
|
key,
|
|
@@ -42544,7 +42669,8 @@ function ingest$o(astNode, state) {
|
|
|
42544
42669
|
ttl: TTL$6,
|
|
42545
42670
|
namespace: keyPrefix,
|
|
42546
42671
|
representationName: "RecordResult",
|
|
42547
|
-
version: VERSION$s
|
|
42672
|
+
version: VERSION$s,
|
|
42673
|
+
ingestionTimestamp: timestamp,
|
|
42548
42674
|
},
|
|
42549
42675
|
});
|
|
42550
42676
|
}
|
|
@@ -42692,7 +42818,7 @@ function mergeData$f(existingData, newData) {
|
|
|
42692
42818
|
};
|
|
42693
42819
|
}
|
|
42694
42820
|
function ingest$n(astNode, state) {
|
|
42695
|
-
const { path, data, luvio } = state;
|
|
42821
|
+
const { path, data, timestamp, luvio } = state;
|
|
42696
42822
|
const key = keyBuilder$t(luvio, path);
|
|
42697
42823
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
42698
42824
|
key,
|
|
@@ -42706,7 +42832,8 @@ function ingest$n(astNode, state) {
|
|
|
42706
42832
|
ttl: TTL$6,
|
|
42707
42833
|
namespace: keyPrefix,
|
|
42708
42834
|
representationName: "RecordAggregateEdge",
|
|
42709
|
-
version: VERSION$r
|
|
42835
|
+
version: VERSION$r,
|
|
42836
|
+
ingestionTimestamp: timestamp,
|
|
42710
42837
|
},
|
|
42711
42838
|
});
|
|
42712
42839
|
}
|
|
@@ -42915,7 +43042,7 @@ function ingestPaginationMetadata(astNode, state, key, sink, existingData) {
|
|
|
42915
43042
|
}
|
|
42916
43043
|
}
|
|
42917
43044
|
function ingest$m(astNode, state) {
|
|
42918
|
-
const { path, data, luvio } = state;
|
|
43045
|
+
const { path, data, timestamp, luvio } = state;
|
|
42919
43046
|
const key = keyBuilder$s(luvio, path);
|
|
42920
43047
|
return ingestCursorConnectionType(astNode, state, {
|
|
42921
43048
|
key,
|
|
@@ -42931,7 +43058,8 @@ function ingest$m(astNode, state) {
|
|
|
42931
43058
|
ttl: TTL$6,
|
|
42932
43059
|
namespace: keyPrefix,
|
|
42933
43060
|
representationName: "RecordAggregateConnection",
|
|
42934
|
-
version: VERSION$q
|
|
43061
|
+
version: VERSION$q,
|
|
43062
|
+
ingestionTimestamp: timestamp,
|
|
42935
43063
|
},
|
|
42936
43064
|
});
|
|
42937
43065
|
}
|
|
@@ -43148,7 +43276,7 @@ function mergeData$d(existingData, newData) {
|
|
|
43148
43276
|
};
|
|
43149
43277
|
}
|
|
43150
43278
|
function ingest$l(astNode, state) {
|
|
43151
|
-
const { path, data, luvio } = state;
|
|
43279
|
+
const { path, data, timestamp, luvio } = state;
|
|
43152
43280
|
const key = keyBuilder$r(luvio, path);
|
|
43153
43281
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
43154
43282
|
key,
|
|
@@ -43162,7 +43290,8 @@ function ingest$l(astNode, state) {
|
|
|
43162
43290
|
ttl: TTL$6,
|
|
43163
43291
|
namespace: keyPrefix,
|
|
43164
43292
|
representationName: "RecordQueryAggregate",
|
|
43165
|
-
version: VERSION$p
|
|
43293
|
+
version: VERSION$p,
|
|
43294
|
+
ingestionTimestamp: timestamp,
|
|
43166
43295
|
},
|
|
43167
43296
|
});
|
|
43168
43297
|
}
|
|
@@ -43292,7 +43421,7 @@ function mergeData$c(existingData, newData) {
|
|
|
43292
43421
|
};
|
|
43293
43422
|
}
|
|
43294
43423
|
function ingest$k(astNode, state) {
|
|
43295
|
-
const { path, data, luvio } = state;
|
|
43424
|
+
const { path, data, timestamp, luvio } = state;
|
|
43296
43425
|
const key = keyBuilder$q(luvio, path);
|
|
43297
43426
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
43298
43427
|
key,
|
|
@@ -43306,7 +43435,8 @@ function ingest$k(astNode, state) {
|
|
|
43306
43435
|
ttl: TTL$6,
|
|
43307
43436
|
namespace: keyPrefix,
|
|
43308
43437
|
representationName: "ChildRelationship",
|
|
43309
|
-
version: VERSION$o
|
|
43438
|
+
version: VERSION$o,
|
|
43439
|
+
ingestionTimestamp: timestamp,
|
|
43310
43440
|
},
|
|
43311
43441
|
});
|
|
43312
43442
|
}
|
|
@@ -43484,7 +43614,7 @@ function mergeData$b(existingData, newData) {
|
|
|
43484
43614
|
};
|
|
43485
43615
|
}
|
|
43486
43616
|
function ingest$j(astNode, state) {
|
|
43487
|
-
const { path, data, luvio } = state;
|
|
43617
|
+
const { path, data, timestamp, luvio } = state;
|
|
43488
43618
|
const key = keyBuilder$p(luvio, path);
|
|
43489
43619
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
43490
43620
|
key,
|
|
@@ -43498,7 +43628,8 @@ function ingest$j(astNode, state) {
|
|
|
43498
43628
|
ttl: TTL$6,
|
|
43499
43629
|
namespace: keyPrefix,
|
|
43500
43630
|
representationName: "DependentField",
|
|
43501
|
-
version: VERSION$n
|
|
43631
|
+
version: VERSION$n,
|
|
43632
|
+
ingestionTimestamp: timestamp,
|
|
43502
43633
|
},
|
|
43503
43634
|
});
|
|
43504
43635
|
}
|
|
@@ -43623,7 +43754,7 @@ function mergeData$a(existingData, newData) {
|
|
|
43623
43754
|
};
|
|
43624
43755
|
}
|
|
43625
43756
|
function ingest$i(astNode, state) {
|
|
43626
|
-
const { path, data, luvio } = state;
|
|
43757
|
+
const { path, data, timestamp, luvio } = state;
|
|
43627
43758
|
const key = keyBuilder$o(luvio, path);
|
|
43628
43759
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
43629
43760
|
key,
|
|
@@ -43637,7 +43768,8 @@ function ingest$i(astNode, state) {
|
|
|
43637
43768
|
ttl: TTL$6,
|
|
43638
43769
|
namespace: keyPrefix,
|
|
43639
43770
|
representationName: "FilteredLookupInfo",
|
|
43640
|
-
version: VERSION$m
|
|
43771
|
+
version: VERSION$m,
|
|
43772
|
+
ingestionTimestamp: timestamp,
|
|
43641
43773
|
},
|
|
43642
43774
|
});
|
|
43643
43775
|
}
|
|
@@ -43777,7 +43909,7 @@ function mergeData$9(existingData, newData) {
|
|
|
43777
43909
|
};
|
|
43778
43910
|
}
|
|
43779
43911
|
function ingest$h(astNode, state) {
|
|
43780
|
-
const { path, data, luvio } = state;
|
|
43912
|
+
const { path, data, timestamp, luvio } = state;
|
|
43781
43913
|
const key = keyBuilder$n(luvio, path);
|
|
43782
43914
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
43783
43915
|
key,
|
|
@@ -43791,7 +43923,8 @@ function ingest$h(astNode, state) {
|
|
|
43791
43923
|
ttl: TTL$6,
|
|
43792
43924
|
namespace: keyPrefix,
|
|
43793
43925
|
representationName: "ReferenceToInfo",
|
|
43794
|
-
version: VERSION$l
|
|
43926
|
+
version: VERSION$l,
|
|
43927
|
+
ingestionTimestamp: timestamp,
|
|
43795
43928
|
},
|
|
43796
43929
|
});
|
|
43797
43930
|
}
|
|
@@ -43951,7 +44084,7 @@ function mergeData$8(existingData, newData) {
|
|
|
43951
44084
|
};
|
|
43952
44085
|
}
|
|
43953
44086
|
function ingest$g(astNode, state) {
|
|
43954
|
-
const { path, data, luvio } = state;
|
|
44087
|
+
const { path, data, timestamp, luvio } = state;
|
|
43955
44088
|
const key = keyBuilder$m(luvio, path);
|
|
43956
44089
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
43957
44090
|
key,
|
|
@@ -43965,7 +44098,8 @@ function ingest$g(astNode, state) {
|
|
|
43965
44098
|
ttl: TTL$6,
|
|
43966
44099
|
namespace: keyPrefix,
|
|
43967
44100
|
representationName: "Field",
|
|
43968
|
-
version: VERSION$k
|
|
44101
|
+
version: VERSION$k,
|
|
44102
|
+
ingestionTimestamp: timestamp,
|
|
43969
44103
|
},
|
|
43970
44104
|
});
|
|
43971
44105
|
}
|
|
@@ -44343,7 +44477,7 @@ function mergeData$7(existingData, newData) {
|
|
|
44343
44477
|
};
|
|
44344
44478
|
}
|
|
44345
44479
|
function ingest$f(astNode, state) {
|
|
44346
|
-
const { path, data, luvio } = state;
|
|
44480
|
+
const { path, data, timestamp, luvio } = state;
|
|
44347
44481
|
const key = keyBuilder$l(luvio, path);
|
|
44348
44482
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
44349
44483
|
key,
|
|
@@ -44357,7 +44491,8 @@ function ingest$f(astNode, state) {
|
|
|
44357
44491
|
ttl: TTL$6,
|
|
44358
44492
|
namespace: keyPrefix,
|
|
44359
44493
|
representationName: "RecordTypeInfo",
|
|
44360
|
-
version: VERSION$j
|
|
44494
|
+
version: VERSION$j,
|
|
44495
|
+
ingestionTimestamp: timestamp,
|
|
44361
44496
|
},
|
|
44362
44497
|
});
|
|
44363
44498
|
}
|
|
@@ -44518,7 +44653,7 @@ function mergeData$6(existingData, newData) {
|
|
|
44518
44653
|
};
|
|
44519
44654
|
}
|
|
44520
44655
|
function ingest$e(astNode, state) {
|
|
44521
|
-
const { path, data, luvio } = state;
|
|
44656
|
+
const { path, data, timestamp, luvio } = state;
|
|
44522
44657
|
const key = keyBuilder$k(luvio, path);
|
|
44523
44658
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
44524
44659
|
key,
|
|
@@ -44532,7 +44667,8 @@ function ingest$e(astNode, state) {
|
|
|
44532
44667
|
ttl: TTL$6,
|
|
44533
44668
|
namespace: keyPrefix,
|
|
44534
44669
|
representationName: "ThemeInfo",
|
|
44535
|
-
version: VERSION$i
|
|
44670
|
+
version: VERSION$i,
|
|
44671
|
+
ingestionTimestamp: timestamp,
|
|
44536
44672
|
},
|
|
44537
44673
|
});
|
|
44538
44674
|
}
|
|
@@ -44658,7 +44794,7 @@ function mergeData$5(existingData, newData) {
|
|
|
44658
44794
|
};
|
|
44659
44795
|
}
|
|
44660
44796
|
function ingest$d(astNode, state) {
|
|
44661
|
-
const { path, data, luvio } = state;
|
|
44797
|
+
const { path, data, timestamp, luvio } = state;
|
|
44662
44798
|
const key = keyBuilder$j(luvio, path);
|
|
44663
44799
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
44664
44800
|
key,
|
|
@@ -44672,7 +44808,8 @@ function ingest$d(astNode, state) {
|
|
|
44672
44808
|
ttl: TTL$8,
|
|
44673
44809
|
namespace: keyPrefix,
|
|
44674
44810
|
representationName: "ObjectInfo",
|
|
44675
|
-
version: VERSION$h
|
|
44811
|
+
version: VERSION$h,
|
|
44812
|
+
ingestionTimestamp: timestamp,
|
|
44676
44813
|
},
|
|
44677
44814
|
});
|
|
44678
44815
|
}
|
|
@@ -45062,7 +45199,7 @@ function mergeData$4(existingData, newData) {
|
|
|
45062
45199
|
};
|
|
45063
45200
|
}
|
|
45064
45201
|
function ingest$c(astNode, state) {
|
|
45065
|
-
const { path, data, luvio } = state;
|
|
45202
|
+
const { path, data, timestamp, luvio } = state;
|
|
45066
45203
|
const key = keyBuilder$i(luvio, path);
|
|
45067
45204
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
45068
45205
|
key,
|
|
@@ -45076,7 +45213,8 @@ function ingest$c(astNode, state) {
|
|
|
45076
45213
|
ttl: TTL$6,
|
|
45077
45214
|
namespace: keyPrefix,
|
|
45078
45215
|
representationName: "ListColumn",
|
|
45079
|
-
version: VERSION$g
|
|
45216
|
+
version: VERSION$g,
|
|
45217
|
+
ingestionTimestamp: timestamp,
|
|
45080
45218
|
},
|
|
45081
45219
|
});
|
|
45082
45220
|
}
|
|
@@ -45222,7 +45360,7 @@ function mergeData$3(existingData, newData) {
|
|
|
45222
45360
|
};
|
|
45223
45361
|
}
|
|
45224
45362
|
function ingest$b(astNode, state) {
|
|
45225
|
-
const { path, data, luvio } = state;
|
|
45363
|
+
const { path, data, timestamp, luvio } = state;
|
|
45226
45364
|
const key = keyBuilder$h(luvio, path);
|
|
45227
45365
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
45228
45366
|
key,
|
|
@@ -45236,7 +45374,8 @@ function ingest$b(astNode, state) {
|
|
|
45236
45374
|
ttl: TTL$6,
|
|
45237
45375
|
namespace: keyPrefix,
|
|
45238
45376
|
representationName: "ListOrder",
|
|
45239
|
-
version: VERSION$f
|
|
45377
|
+
version: VERSION$f,
|
|
45378
|
+
ingestionTimestamp: timestamp,
|
|
45240
45379
|
},
|
|
45241
45380
|
});
|
|
45242
45381
|
}
|
|
@@ -45371,7 +45510,7 @@ function mergeData$2(existingData, newData) {
|
|
|
45371
45510
|
};
|
|
45372
45511
|
}
|
|
45373
45512
|
function ingest$a(astNode, state) {
|
|
45374
|
-
const { path, data, luvio } = state;
|
|
45513
|
+
const { path, data, timestamp, luvio } = state;
|
|
45375
45514
|
const key = keyBuilder$g(luvio, path);
|
|
45376
45515
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
45377
45516
|
key,
|
|
@@ -45385,7 +45524,8 @@ function ingest$a(astNode, state) {
|
|
|
45385
45524
|
ttl: TTL$7,
|
|
45386
45525
|
namespace: keyPrefix,
|
|
45387
45526
|
representationName: "RelatedListInfo",
|
|
45388
|
-
version: VERSION$e
|
|
45527
|
+
version: VERSION$e,
|
|
45528
|
+
ingestionTimestamp: timestamp,
|
|
45389
45529
|
},
|
|
45390
45530
|
});
|
|
45391
45531
|
}
|
|
@@ -45607,7 +45747,7 @@ function mergeData$1(existingData, newData) {
|
|
|
45607
45747
|
};
|
|
45608
45748
|
}
|
|
45609
45749
|
function ingest$9(astNode, state) {
|
|
45610
|
-
const { path, data, luvio } = state;
|
|
45750
|
+
const { path, data, timestamp, luvio } = state;
|
|
45611
45751
|
const key = keyBuilder$f(luvio, path);
|
|
45612
45752
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
45613
45753
|
key,
|
|
@@ -45621,7 +45761,8 @@ function ingest$9(astNode, state) {
|
|
|
45621
45761
|
ttl: TTL$6,
|
|
45622
45762
|
namespace: keyPrefix,
|
|
45623
45763
|
representationName: "UIAPI",
|
|
45624
|
-
version: VERSION$d
|
|
45764
|
+
version: VERSION$d,
|
|
45765
|
+
ingestionTimestamp: timestamp,
|
|
45625
45766
|
},
|
|
45626
45767
|
});
|
|
45627
45768
|
}
|
|
@@ -45845,7 +45986,7 @@ function mergeData(existingData, newData) {
|
|
|
45845
45986
|
};
|
|
45846
45987
|
}
|
|
45847
45988
|
function ingest$8(astNode, state) {
|
|
45848
|
-
const { path, data, luvio } = state;
|
|
45989
|
+
const { path, data, timestamp, luvio } = state;
|
|
45849
45990
|
const key = keyBuilder$e(luvio, astNode, state.variables, state.fragments);
|
|
45850
45991
|
return ingestNonCursorConnectionType(astNode, state, {
|
|
45851
45992
|
key,
|
|
@@ -45859,7 +46000,8 @@ function ingest$8(astNode, state) {
|
|
|
45859
46000
|
ttl: TTL$6,
|
|
45860
46001
|
namespace: keyPrefix,
|
|
45861
46002
|
representationName: "Query",
|
|
45862
|
-
version: VERSION$c
|
|
46003
|
+
version: VERSION$c,
|
|
46004
|
+
ingestionTimestamp: timestamp,
|
|
45863
46005
|
},
|
|
45864
46006
|
});
|
|
45865
46007
|
}
|
|
@@ -49798,7 +49940,7 @@ function validate$a(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
49798
49940
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
49799
49941
|
let obj_recordTypeInfo_union0 = null;
|
|
49800
49942
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
49801
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
49943
|
+
const referencepath_recordTypeInfoValidationError = validate$1R(obj_recordTypeInfo, path_recordTypeInfo);
|
|
49802
49944
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
49803
49945
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
49804
49946
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|