@salesforce/lds-adapters-uiapi 1.309.0-dev14 → 1.309.0-dev16
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/fields/types/NLSResultsRepresentation.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/types/NLSResultsRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/helpers/RecordRepresentation/merge.d.ts +8 -2
- package/dist/es/es2018/types/src/util/records.d.ts +2 -1
- package/dist/es/es2018/uiapi-records-service.js +392 -279
- package/package.json +7 -7
- package/sfdc/graphqlAdapters.js +7 -1
- package/sfdc/index.js +397 -293
- package/sfdc/uiapi-static-functions.js +1 -1
- package/src/raml/api.raml +14 -0
|
@@ -664,7 +664,7 @@ function assignMetadataLink(entry, metadataKey) {
|
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
const VERSION$2X = "623aa9ce3a11031e35faf5671a41746e";
|
|
667
|
-
function validate$
|
|
667
|
+
function validate$2e(obj, path = 'ListFilterByInfoRepresentation') {
|
|
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 + '")');
|
|
@@ -727,7 +727,7 @@ const select$3C = function ListFilterByInfoRepresentationSelect() {
|
|
|
727
727
|
};
|
|
728
728
|
|
|
729
729
|
const VERSION$2W = "f98dc7dec10408a9648ef8e5b37002a3";
|
|
730
|
-
function validate$
|
|
730
|
+
function validate$2d(obj, path = 'ListInlineEditDetailsRepresentation') {
|
|
731
731
|
const v_error = (() => {
|
|
732
732
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
733
733
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -806,7 +806,7 @@ const select$3B = function ListInlineEditDetailsRepresentationSelect() {
|
|
|
806
806
|
};
|
|
807
807
|
|
|
808
808
|
const VERSION$2V = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
809
|
-
function validate$
|
|
809
|
+
function validate$2c(obj, path = 'ListReferenceRepresentation') {
|
|
810
810
|
const v_error = (() => {
|
|
811
811
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
812
812
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -926,7 +926,7 @@ function equals$1e(existing, incoming) {
|
|
|
926
926
|
}
|
|
927
927
|
|
|
928
928
|
const VERSION$2U = "f1519bef57e70ab7c5ef160dc5ff0c47";
|
|
929
|
-
function validate$
|
|
929
|
+
function validate$2b(obj, path = 'ListInfoShareRepresentation') {
|
|
930
930
|
const v_error = (() => {
|
|
931
931
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
932
932
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -963,7 +963,7 @@ const select$3z = function ListInfoShareRepresentationSelect() {
|
|
|
963
963
|
};
|
|
964
964
|
|
|
965
965
|
const VERSION$2T = "561657f32721ec1dac1601575b029640";
|
|
966
|
-
function validate$
|
|
966
|
+
function validate$2a(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
967
967
|
const v_error = (() => {
|
|
968
968
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
969
969
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -981,7 +981,7 @@ function validate$29(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
|
981
981
|
for (let i = 0; i < obj_shares.length; i++) {
|
|
982
982
|
const obj_shares_item = obj_shares[i];
|
|
983
983
|
const path_shares_item = path_shares + '[' + i + ']';
|
|
984
|
-
const referencepath_shares_itemValidationError = validate$
|
|
984
|
+
const referencepath_shares_itemValidationError = validate$2b(obj_shares_item, path_shares_item);
|
|
985
985
|
if (referencepath_shares_itemValidationError !== null) {
|
|
986
986
|
let message = 'Object doesn\'t match ListInfoShareRepresentation (at "' + path_shares_item + '")\n';
|
|
987
987
|
message += referencepath_shares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1013,7 +1013,7 @@ const select$3y = function ListInfoShareCategoryRepresentationSelect() {
|
|
|
1013
1013
|
};
|
|
1014
1014
|
|
|
1015
1015
|
const VERSION$2S = "32def9b631252c12b91a8209c1f49f5a";
|
|
1016
|
-
function validate$
|
|
1016
|
+
function validate$29(obj, path = 'ListOrderByInfoRepresentation') {
|
|
1017
1017
|
const v_error = (() => {
|
|
1018
1018
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1019
1019
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1098,7 +1098,7 @@ function equals$1d(existing, incoming) {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
|
|
1100
1100
|
const VERSION$2R = "2634258f216db34315c06d759a35676d";
|
|
1101
|
-
function validate$
|
|
1101
|
+
function validate$28(obj, path = 'ListScopeEntityRepresentation') {
|
|
1102
1102
|
const v_error = (() => {
|
|
1103
1103
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1104
1104
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1135,7 +1135,7 @@ const select$3w = function ListScopeEntityRepresentationSelect() {
|
|
|
1135
1135
|
};
|
|
1136
1136
|
|
|
1137
1137
|
const VERSION$2Q = "3b85c5a08d50ce328481b9f8ab56127b";
|
|
1138
|
-
function validate$
|
|
1138
|
+
function validate$27(obj, path = 'ListScopeRelatedEntityRepresentation') {
|
|
1139
1139
|
const v_error = (() => {
|
|
1140
1140
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1141
1141
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1181,7 +1181,7 @@ const select$3v = function ListScopeRelatedEntityRepresentationSelect() {
|
|
|
1181
1181
|
};
|
|
1182
1182
|
|
|
1183
1183
|
const VERSION$2P = "2fe9814e7124b47f59da585483c1b3f9";
|
|
1184
|
-
function validate$
|
|
1184
|
+
function validate$26(obj, path = 'ListScopeRepresentation') {
|
|
1185
1185
|
const v_error = (() => {
|
|
1186
1186
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1187
1187
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1195,7 +1195,7 @@ function validate$25(obj, path = 'ListScopeRepresentation') {
|
|
|
1195
1195
|
const path_entity = path + '.entity';
|
|
1196
1196
|
let obj_entity_union0 = null;
|
|
1197
1197
|
const obj_entity_union0_error = (() => {
|
|
1198
|
-
const referencepath_entityValidationError = validate$
|
|
1198
|
+
const referencepath_entityValidationError = validate$28(obj_entity, path_entity);
|
|
1199
1199
|
if (referencepath_entityValidationError !== null) {
|
|
1200
1200
|
let message = 'Object doesn\'t match ListScopeEntityRepresentation (at "' + path_entity + '")\n';
|
|
1201
1201
|
message += referencepath_entityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1250,7 +1250,7 @@ function validate$25(obj, path = 'ListScopeRepresentation') {
|
|
|
1250
1250
|
const path_relatedEntity = path + '.relatedEntity';
|
|
1251
1251
|
let obj_relatedEntity_union0 = null;
|
|
1252
1252
|
const obj_relatedEntity_union0_error = (() => {
|
|
1253
|
-
const referencepath_relatedEntityValidationError = validate$
|
|
1253
|
+
const referencepath_relatedEntityValidationError = validate$27(obj_relatedEntity, path_relatedEntity);
|
|
1254
1254
|
if (referencepath_relatedEntityValidationError !== null) {
|
|
1255
1255
|
let message = 'Object doesn\'t match ListScopeRelatedEntityRepresentation (at "' + path_relatedEntity + '")\n';
|
|
1256
1256
|
message += referencepath_relatedEntityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1311,7 +1311,7 @@ const select$3u = function ListScopeRepresentationSelect() {
|
|
|
1311
1311
|
};
|
|
1312
1312
|
|
|
1313
1313
|
const VERSION$2O = "6506134f4d72fdfa349fe60ef1af2413";
|
|
1314
|
-
function validate$
|
|
1314
|
+
function validate$25(obj, path = 'ListUserPreferenceRepresentation') {
|
|
1315
1315
|
const v_error = (() => {
|
|
1316
1316
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1317
1317
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1367,7 +1367,7 @@ const select$3t = function ListUserPreferenceRepresentationSelect() {
|
|
|
1367
1367
|
};
|
|
1368
1368
|
};
|
|
1369
1369
|
|
|
1370
|
-
function validate$
|
|
1370
|
+
function validate$24(obj, path = 'ListColumnInlineEditAttributesRepresentation') {
|
|
1371
1371
|
const v_error = (() => {
|
|
1372
1372
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1373
1373
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1386,7 +1386,7 @@ function validate$23(obj, path = 'ListColumnInlineEditAttributesRepresentation')
|
|
|
1386
1386
|
return v_error === undefined ? null : v_error;
|
|
1387
1387
|
}
|
|
1388
1388
|
|
|
1389
|
-
function validate$
|
|
1389
|
+
function validate$23(obj, path = 'ListColumnInlineEditAttributesRepresentationWrapper') {
|
|
1390
1390
|
const v_error = (() => {
|
|
1391
1391
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1392
1392
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1396,7 +1396,7 @@ function validate$22(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
1396
1396
|
const key = obj_keys[i];
|
|
1397
1397
|
const obj_prop = obj[key];
|
|
1398
1398
|
const path_prop = path + '["' + key + '"]';
|
|
1399
|
-
const referencepath_propValidationError = validate$
|
|
1399
|
+
const referencepath_propValidationError = validate$24(obj_prop, path_prop);
|
|
1400
1400
|
if (referencepath_propValidationError !== null) {
|
|
1401
1401
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentation (at "' + path_prop + '")\n';
|
|
1402
1402
|
message += referencepath_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1408,7 +1408,7 @@ function validate$22(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
1408
1408
|
}
|
|
1409
1409
|
|
|
1410
1410
|
const VERSION$2N = "64e2cac6d374ad92f491a9f8a952c6c3";
|
|
1411
|
-
function validate$
|
|
1411
|
+
function validate$22(obj, path = 'ListColumnRepresentation') {
|
|
1412
1412
|
const v_error = (() => {
|
|
1413
1413
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1414
1414
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1422,7 +1422,7 @@ function validate$21(obj, path = 'ListColumnRepresentation') {
|
|
|
1422
1422
|
const path_inlineEditAttributes = path + '.inlineEditAttributes';
|
|
1423
1423
|
let obj_inlineEditAttributes_union0 = null;
|
|
1424
1424
|
const obj_inlineEditAttributes_union0_error = (() => {
|
|
1425
|
-
const referencepath_inlineEditAttributesValidationError = validate$
|
|
1425
|
+
const referencepath_inlineEditAttributesValidationError = validate$23(obj_inlineEditAttributes, path_inlineEditAttributes);
|
|
1426
1426
|
if (referencepath_inlineEditAttributesValidationError !== null) {
|
|
1427
1427
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentationWrapper (at "' + path_inlineEditAttributes + '")\n';
|
|
1428
1428
|
message += referencepath_inlineEditAttributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1511,7 +1511,7 @@ function equals$1c(existing, incoming) {
|
|
|
1511
1511
|
}
|
|
1512
1512
|
const ingest$2k = function ListColumnRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1513
1513
|
if (process.env.NODE_ENV !== 'production') {
|
|
1514
|
-
const validateError = validate$
|
|
1514
|
+
const validateError = validate$22(input);
|
|
1515
1515
|
if (validateError !== null) {
|
|
1516
1516
|
throw validateError;
|
|
1517
1517
|
}
|
|
@@ -1544,7 +1544,7 @@ const keyBuilderFromType$F = function ListInfoRepresentationKeyBuilderFromType(l
|
|
|
1544
1544
|
|
|
1545
1545
|
const TTL$H = 900000;
|
|
1546
1546
|
const VERSION$2M = "5adf17d38be03c0f71b1c52485b377a6";
|
|
1547
|
-
function validate$
|
|
1547
|
+
function validate$21(obj, path = 'ListInfoRepresentation') {
|
|
1548
1548
|
const v_error = (() => {
|
|
1549
1549
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1550
1550
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1615,7 +1615,7 @@ function validate$20(obj, path = 'ListInfoRepresentation') {
|
|
|
1615
1615
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
1616
1616
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
1617
1617
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
1618
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
1618
|
+
const referencepath_filteredByInfo_itemValidationError = validate$2e(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
1619
1619
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
1620
1620
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
1621
1621
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1631,7 +1631,7 @@ function validate$20(obj, path = 'ListInfoRepresentation') {
|
|
|
1631
1631
|
}
|
|
1632
1632
|
const obj_inlineEditDetails = obj.inlineEditDetails;
|
|
1633
1633
|
const path_inlineEditDetails = path + '.inlineEditDetails';
|
|
1634
|
-
const referencepath_inlineEditDetailsValidationError = validate$
|
|
1634
|
+
const referencepath_inlineEditDetailsValidationError = validate$2d(obj_inlineEditDetails, path_inlineEditDetails);
|
|
1635
1635
|
if (referencepath_inlineEditDetailsValidationError !== null) {
|
|
1636
1636
|
let message = 'Object doesn\'t match ListInlineEditDetailsRepresentation (at "' + path_inlineEditDetails + '")\n';
|
|
1637
1637
|
message += referencepath_inlineEditDetailsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1665,7 +1665,7 @@ function validate$20(obj, path = 'ListInfoRepresentation') {
|
|
|
1665
1665
|
}
|
|
1666
1666
|
const obj_listReference = obj.listReference;
|
|
1667
1667
|
const path_listReference = path + '.listReference';
|
|
1668
|
-
const referencepath_listReferenceValidationError = validate$
|
|
1668
|
+
const referencepath_listReferenceValidationError = validate$2c(obj_listReference, path_listReference);
|
|
1669
1669
|
if (referencepath_listReferenceValidationError !== null) {
|
|
1670
1670
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
1671
1671
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1679,7 +1679,7 @@ function validate$20(obj, path = 'ListInfoRepresentation') {
|
|
|
1679
1679
|
for (let i = 0; i < obj_listShares.length; i++) {
|
|
1680
1680
|
const obj_listShares_item = obj_listShares[i];
|
|
1681
1681
|
const path_listShares_item = path_listShares + '[' + i + ']';
|
|
1682
|
-
const referencepath_listShares_itemValidationError = validate$
|
|
1682
|
+
const referencepath_listShares_itemValidationError = validate$2a(obj_listShares_item, path_listShares_item);
|
|
1683
1683
|
if (referencepath_listShares_itemValidationError !== null) {
|
|
1684
1684
|
let message = 'Object doesn\'t match ListInfoShareCategoryRepresentation (at "' + path_listShares_item + '")\n';
|
|
1685
1685
|
message += referencepath_listShares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1706,7 +1706,7 @@ function validate$20(obj, path = 'ListInfoRepresentation') {
|
|
|
1706
1706
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
1707
1707
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
1708
1708
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
1709
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
1709
|
+
const referencepath_orderedByInfo_itemValidationError = validate$29(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
1710
1710
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
1711
1711
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
1712
1712
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1717,7 +1717,7 @@ function validate$20(obj, path = 'ListInfoRepresentation') {
|
|
|
1717
1717
|
const path_scope = path + '.scope';
|
|
1718
1718
|
let obj_scope_union0 = null;
|
|
1719
1719
|
const obj_scope_union0_error = (() => {
|
|
1720
|
-
const referencepath_scopeValidationError = validate$
|
|
1720
|
+
const referencepath_scopeValidationError = validate$26(obj_scope, path_scope);
|
|
1721
1721
|
if (referencepath_scopeValidationError !== null) {
|
|
1722
1722
|
let message = 'Object doesn\'t match ListScopeRepresentation (at "' + path_scope + '")\n';
|
|
1723
1723
|
message += referencepath_scopeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1754,7 +1754,7 @@ function validate$20(obj, path = 'ListInfoRepresentation') {
|
|
|
1754
1754
|
}
|
|
1755
1755
|
const obj_userPreferences = obj.userPreferences;
|
|
1756
1756
|
const path_userPreferences = path + '.userPreferences';
|
|
1757
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
1757
|
+
const referencepath_userPreferencesValidationError = validate$25(obj_userPreferences, path_userPreferences);
|
|
1758
1758
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
1759
1759
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
1760
1760
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1913,7 +1913,7 @@ function equals$1b(existing, incoming) {
|
|
|
1913
1913
|
}
|
|
1914
1914
|
const ingest$2j = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1915
1915
|
if (process.env.NODE_ENV !== 'production') {
|
|
1916
|
-
const validateError = validate$
|
|
1916
|
+
const validateError = validate$21(input);
|
|
1917
1917
|
if (validateError !== null) {
|
|
1918
1918
|
throw validateError;
|
|
1919
1919
|
}
|
|
@@ -1997,7 +1997,7 @@ function toSortedStringArray(value) {
|
|
|
1997
1997
|
}
|
|
1998
1998
|
|
|
1999
1999
|
const VERSION$2L = "d1e589a127fb1060c89070cdb6f500b2";
|
|
2000
|
-
function validate$
|
|
2000
|
+
function validate$20(obj, path = 'RecordTypeInfoRepresentation') {
|
|
2001
2001
|
const v_error = (() => {
|
|
2002
2002
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2003
2003
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2089,7 +2089,7 @@ function equals$1a(existing, incoming) {
|
|
|
2089
2089
|
}
|
|
2090
2090
|
|
|
2091
2091
|
const VERSION$2K = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
2092
|
-
function validate$
|
|
2092
|
+
function validate$1$(obj, path = 'FieldValueRepresentation') {
|
|
2093
2093
|
const v_error = (() => {
|
|
2094
2094
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2095
2095
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2236,7 +2236,7 @@ function equals$19(existing, incoming) {
|
|
|
2236
2236
|
}
|
|
2237
2237
|
const ingest$2i = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2238
2238
|
if (process.env.NODE_ENV !== 'production') {
|
|
2239
|
-
const validateError = validate$
|
|
2239
|
+
const validateError = validate$1$(input);
|
|
2240
2240
|
if (validateError !== null) {
|
|
2241
2241
|
throw validateError;
|
|
2242
2242
|
}
|
|
@@ -2287,7 +2287,7 @@ const getTypeCacheKeys$2l = (rootKeySet, luvio, input, _fullPathFactory) => {
|
|
|
2287
2287
|
|
|
2288
2288
|
const TTL$G = 120000;
|
|
2289
2289
|
const VERSION$2J = "79cb5ac9f44542f683d00245fdfe500d";
|
|
2290
|
-
function validate$
|
|
2290
|
+
function validate$1_(obj, path = 'RecordCollectionRepresentation') {
|
|
2291
2291
|
const v_error = (() => {
|
|
2292
2292
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2293
2293
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2560,7 +2560,7 @@ function equals$18(existing, incoming) {
|
|
|
2560
2560
|
}
|
|
2561
2561
|
const ingest$2h = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2562
2562
|
if (process.env.NODE_ENV !== 'production') {
|
|
2563
|
-
const validateError = validate$
|
|
2563
|
+
const validateError = validate$1_(input);
|
|
2564
2564
|
if (validateError !== null) {
|
|
2565
2565
|
throw validateError;
|
|
2566
2566
|
}
|
|
@@ -2596,7 +2596,7 @@ const keyBuilderFromType$E = function RecordRepresentationKeyBuilderFromType(luv
|
|
|
2596
2596
|
|
|
2597
2597
|
const TTL$F = 30000;
|
|
2598
2598
|
const VERSION$2I = "98c5b18512e48ca8d28727549507e4ba";
|
|
2599
|
-
function validate$
|
|
2599
|
+
function validate$1Z(obj, path = 'RecordRepresentation') {
|
|
2600
2600
|
const v_error = (() => {
|
|
2601
2601
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2602
2602
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2726,7 +2726,7 @@ function validate$1Y(obj, path = 'RecordRepresentation') {
|
|
|
2726
2726
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
2727
2727
|
let obj_recordTypeInfo_union0 = null;
|
|
2728
2728
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
2729
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
2729
|
+
const referencepath_recordTypeInfoValidationError = validate$20(obj_recordTypeInfo, path_recordTypeInfo);
|
|
2730
2730
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
2731
2731
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
2732
2732
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4758,7 +4758,7 @@ const RECORD_REPRESENTATION_ERROR_STORE_METADATA_PARAMS = {
|
|
|
4758
4758
|
version: RECORD_REPRESENTATION_ERROR_VERSION,
|
|
4759
4759
|
};
|
|
4760
4760
|
function isGraphNode(node) {
|
|
4761
|
-
return node
|
|
4761
|
+
return !!node && node.type === 'Node';
|
|
4762
4762
|
}
|
|
4763
4763
|
function addScalarFieldId(current) {
|
|
4764
4764
|
addScalarField(current, 'Id');
|
|
@@ -4825,6 +4825,8 @@ function extractTrackedFieldsToTrie(recordId, node, root, config, visitedRecordI
|
|
|
4825
4825
|
const spanning = spanningLink.follow();
|
|
4826
4826
|
// W-8058425, do not include external lookups added by getTrackedFields
|
|
4827
4827
|
if (isExternalLookupFieldKey(spanning)) {
|
|
4828
|
+
// NOTE: the logic to get here is mimicked in RecordRepresentation/merge::mergePendingFields as of
|
|
4829
|
+
// W-11899329 due to issues with external lookups being marked pending but never fetched
|
|
4828
4830
|
continue;
|
|
4829
4831
|
}
|
|
4830
4832
|
extractTrackedFieldsToTrie(spanningLink.data.__ref, spanning, next, config, spanningVisitedRecordIds, depth + 1);
|
|
@@ -4857,6 +4859,8 @@ function extractTrackedFieldsToTrie(recordId, node, root, config, visitedRecordI
|
|
|
4857
4859
|
const { fields } = state;
|
|
4858
4860
|
// W-8058425, do not include external lookups added by getTrackedFields
|
|
4859
4861
|
if (includes.call(fields, 'ExternalId')) {
|
|
4862
|
+
// NOTE: the logic to get here is mimicked in RecordRepresentation/merge::mergePendingFields as of
|
|
4863
|
+
// W-11899329 due to issues with external lookups being marked pending but never fetched
|
|
4860
4864
|
continue;
|
|
4861
4865
|
}
|
|
4862
4866
|
for (let s = 0, len = fields.length; s < len; s += 1) {
|
|
@@ -5307,15 +5311,49 @@ function ingestRecordResponse(luvio, response, recordId, recordIngest, conflictM
|
|
|
5307
5311
|
|
|
5308
5312
|
// This function sets fields that we are refreshing to pending
|
|
5309
5313
|
// These values will go into the store
|
|
5310
|
-
function mergePendingFields(newRecord, oldRecord) {
|
|
5311
|
-
// TODO [W-6900046]: avoid casting to any by updating
|
|
5312
|
-
// RecordRepresentationNormalized['fields'] to include `pending:true` property
|
|
5314
|
+
function mergePendingFields(newRecord, oldRecord, existingNode) {
|
|
5313
5315
|
const mergedFields = { ...newRecord.fields };
|
|
5314
5316
|
const merged = { ...newRecord, fields: mergedFields };
|
|
5315
5317
|
const existingFields = keys(oldRecord.fields);
|
|
5316
5318
|
for (let i = 0, len = existingFields.length; i < len; i += 1) {
|
|
5317
5319
|
const spanningFieldName = existingFields[i];
|
|
5318
5320
|
if (newRecord.fields[spanningFieldName] === undefined) {
|
|
5321
|
+
/*
|
|
5322
|
+
* Per W-8058425 external lookups fields are excluded from the tracked fields. However, as covered in
|
|
5323
|
+
* W-11899329, situations can arise in which a merge conflict occurs when the existing record has a
|
|
5324
|
+
* reference to an external lookup field. The exclusion ultimately results in a snapshot stuck in the
|
|
5325
|
+
* pending state. This is an approach to prevent that situation.
|
|
5326
|
+
*
|
|
5327
|
+
* The same logic checks for W-8058425 to "continue" as it relates to not tracking external lookups is
|
|
5328
|
+
* mimicked here as it relates to not marking them as pending.
|
|
5329
|
+
*/
|
|
5330
|
+
// make sure external lookups are NOT marked as pending when `existingNode` is provided
|
|
5331
|
+
if (isGraphNode(existingNode)) {
|
|
5332
|
+
// get the node for the spanning field
|
|
5333
|
+
const fieldValueRep = existingNode
|
|
5334
|
+
.object('fields')
|
|
5335
|
+
.link(spanningFieldName);
|
|
5336
|
+
const field = fieldValueRep.follow();
|
|
5337
|
+
if (isGraphNode(field)) {
|
|
5338
|
+
if (field.isScalar('value') === false) {
|
|
5339
|
+
const record = field
|
|
5340
|
+
.link('value')
|
|
5341
|
+
.follow();
|
|
5342
|
+
if (isExternalLookupFieldKey(record)) {
|
|
5343
|
+
continue;
|
|
5344
|
+
}
|
|
5345
|
+
}
|
|
5346
|
+
}
|
|
5347
|
+
else {
|
|
5348
|
+
const state = fieldValueRep.linkData();
|
|
5349
|
+
if (state !== undefined) {
|
|
5350
|
+
const { fields } = state;
|
|
5351
|
+
if (includes.call(fields, 'ExternalId')) {
|
|
5352
|
+
continue;
|
|
5353
|
+
}
|
|
5354
|
+
}
|
|
5355
|
+
}
|
|
5356
|
+
}
|
|
5319
5357
|
// TODO [W-6900046]: fix above casting issue so we're not stuffing arbitrary things
|
|
5320
5358
|
// into RecordRepresentationNormalized['fields']
|
|
5321
5359
|
mergedFields[spanningFieldName] = {
|
|
@@ -5329,7 +5367,7 @@ function mergePendingFields(newRecord, oldRecord) {
|
|
|
5329
5367
|
// This method gets called
|
|
5330
5368
|
// when incoming record has a higher version
|
|
5331
5369
|
// than the record that is currently in the store
|
|
5332
|
-
function mergeAndRefreshHigherVersionRecord(incoming, existing, incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot, recordConflictMap) {
|
|
5370
|
+
function mergeAndRefreshHigherVersionRecord(incoming, existing, incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot, recordConflictMap, existingNode) {
|
|
5333
5371
|
// If the higher version (incoming) does not contain a superset of fields as existing
|
|
5334
5372
|
// then we need to refresh to get updated versions of fields in existing
|
|
5335
5373
|
if (isSuperRecordFieldTrie(incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot) ===
|
|
@@ -5346,14 +5384,14 @@ function mergeAndRefreshHigherVersionRecord(incoming, existing, incomingTrackedF
|
|
|
5346
5384
|
};
|
|
5347
5385
|
// We want to mark fields in the store as pending
|
|
5348
5386
|
// Because we don't want to emit any data to components
|
|
5349
|
-
return mergePendingFields(incoming, existing);
|
|
5387
|
+
return mergePendingFields(incoming, existing, existingNode);
|
|
5350
5388
|
}
|
|
5351
5389
|
return incoming;
|
|
5352
5390
|
}
|
|
5353
5391
|
// This method gets called
|
|
5354
5392
|
// when incoming record has a lower version
|
|
5355
5393
|
// than the record that is currently in the store
|
|
5356
|
-
function mergeAndRefreshLowerVersionRecord(luvio, incoming, existing, incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot, recordConflictMap) {
|
|
5394
|
+
function mergeAndRefreshLowerVersionRecord(luvio, incoming, existing, incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot, recordConflictMap, existingNode) {
|
|
5357
5395
|
// If the higher version (existing) does not have a superset of fields as incoming
|
|
5358
5396
|
// then we need to refresh to get updated versions of fields on incoming
|
|
5359
5397
|
if (isSuperRecordFieldTrie(existingTrackedFieldsTrieRoot, incomingTrackedFieldsTrieRoot) ===
|
|
@@ -5363,7 +5401,7 @@ function mergeAndRefreshLowerVersionRecord(luvio, incoming, existing, incomingTr
|
|
|
5363
5401
|
if (isSupportedEntity(incoming.apiName) === false) {
|
|
5364
5402
|
return mergeRecordFields(existing, incoming);
|
|
5365
5403
|
}
|
|
5366
|
-
const merged = mergePendingFields(existing, incoming);
|
|
5404
|
+
const merged = mergePendingFields(existing, incoming, existingNode);
|
|
5367
5405
|
// update the conflict map to resolve the record conflict in resolveConflict
|
|
5368
5406
|
if (recordConflictMap) {
|
|
5369
5407
|
recordConflictMap.conflicts[incoming.id] = {
|
|
@@ -5402,7 +5440,7 @@ function mergeRecordConflict(luvio, incoming, existing, recordConflictMap) {
|
|
|
5402
5440
|
extractTrackedFieldsToTrie(recordKey, incomingNode, incomingTrackedFieldsTrieRoot, trackedFieldsConfig);
|
|
5403
5441
|
extractTrackedFieldsToTrie(recordKey, existingNode, existingTrackedFieldsTrieRoot, trackedFieldsConfig);
|
|
5404
5442
|
if (incoming.weakEtag > existing.weakEtag) {
|
|
5405
|
-
return mergeAndRefreshHigherVersionRecord(incoming, existing, incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot, recordConflictMap);
|
|
5443
|
+
return mergeAndRefreshHigherVersionRecord(incoming, existing, incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot, recordConflictMap, existingNode);
|
|
5406
5444
|
}
|
|
5407
5445
|
return mergeAndRefreshLowerVersionRecord(luvio, incoming, existing, incomingTrackedFieldsTrieRoot, existingTrackedFieldsTrieRoot, recordConflictMap);
|
|
5408
5446
|
}
|
|
@@ -5558,7 +5596,7 @@ function normalize$S(input, existing, path, luvio, store, timestamp, fieldsTrie,
|
|
|
5558
5596
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
5559
5597
|
return (input, path, luvio, store, timestamp) => {
|
|
5560
5598
|
if (process.env.NODE_ENV !== 'production') {
|
|
5561
|
-
const validateError = validate$
|
|
5599
|
+
const validateError = validate$1$(input);
|
|
5562
5600
|
if (validateError !== null) {
|
|
5563
5601
|
throw validateError;
|
|
5564
5602
|
}
|
|
@@ -5651,7 +5689,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
5651
5689
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
5652
5690
|
return (input, path, luvio, store, timestamp) => {
|
|
5653
5691
|
if (process.env.NODE_ENV !== 'production') {
|
|
5654
|
-
const validateError = validate$
|
|
5692
|
+
const validateError = validate$1Z(input);
|
|
5655
5693
|
if (validateError !== null) {
|
|
5656
5694
|
throw validateError;
|
|
5657
5695
|
}
|
|
@@ -6627,7 +6665,7 @@ const keyBuilderFromType$C = function ListRecordCollectionRepresentationKeyBuild
|
|
|
6627
6665
|
|
|
6628
6666
|
const TTL$E = 30000;
|
|
6629
6667
|
const VERSION$2G = "e5c90c4081cd557f8ffec53028ede1e8";
|
|
6630
|
-
function validate$
|
|
6668
|
+
function validate$1Y(obj, path = 'ListRecordCollectionRepresentation') {
|
|
6631
6669
|
const v_error = (() => {
|
|
6632
6670
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
6633
6671
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -6687,7 +6725,7 @@ function validate$1X(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
6687
6725
|
}
|
|
6688
6726
|
const obj_listReference = obj.listReference;
|
|
6689
6727
|
const path_listReference = path + '.listReference';
|
|
6690
|
-
const referencepath_listReferenceValidationError = validate$
|
|
6728
|
+
const referencepath_listReferenceValidationError = validate$2c(obj_listReference, path_listReference);
|
|
6691
6729
|
if (referencepath_listReferenceValidationError !== null) {
|
|
6692
6730
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
6693
6731
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -7253,7 +7291,7 @@ function equals$16(existing, incoming) {
|
|
|
7253
7291
|
}
|
|
7254
7292
|
const ingest$2f = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7255
7293
|
if (process.env.NODE_ENV !== 'production') {
|
|
7256
|
-
const validateError = validate$
|
|
7294
|
+
const validateError = validate$1Y(input);
|
|
7257
7295
|
if (validateError !== null) {
|
|
7258
7296
|
throw validateError;
|
|
7259
7297
|
}
|
|
@@ -7361,7 +7399,7 @@ const notifyUpdateAvailableFactory$4 = (luvio) => {
|
|
|
7361
7399
|
};
|
|
7362
7400
|
|
|
7363
7401
|
const VERSION$2F = "cf8d2eb042188974da26ffe6618cfd07";
|
|
7364
|
-
function validate$
|
|
7402
|
+
function validate$1X(obj, path = 'ListUiRepresentation') {
|
|
7365
7403
|
const v_error = (() => {
|
|
7366
7404
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7367
7405
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7488,7 +7526,7 @@ function equals$15(existing, incoming) {
|
|
|
7488
7526
|
}
|
|
7489
7527
|
const ingest$2e = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7490
7528
|
if (process.env.NODE_ENV !== 'production') {
|
|
7491
|
-
const validateError = validate$
|
|
7529
|
+
const validateError = validate$1X(input);
|
|
7492
7530
|
if (validateError !== null) {
|
|
7493
7531
|
throw validateError;
|
|
7494
7532
|
}
|
|
@@ -7829,7 +7867,7 @@ function createResourceRequest$1b(config) {
|
|
|
7829
7867
|
}
|
|
7830
7868
|
|
|
7831
7869
|
const VERSION$2E = "0b29241fd9ed04bb61fde26b3f558ac4";
|
|
7832
|
-
function validate$
|
|
7870
|
+
function validate$1W(obj, path = 'ListInfoSummaryRepresentation') {
|
|
7833
7871
|
const v_error = (() => {
|
|
7834
7872
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7835
7873
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7941,7 +7979,7 @@ function equals$14(existing, incoming) {
|
|
|
7941
7979
|
}
|
|
7942
7980
|
const ingest$2d = function ListInfoSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7943
7981
|
if (process.env.NODE_ENV !== 'production') {
|
|
7944
|
-
const validateError = validate$
|
|
7982
|
+
const validateError = validate$1W(input);
|
|
7945
7983
|
if (validateError !== null) {
|
|
7946
7984
|
throw validateError;
|
|
7947
7985
|
}
|
|
@@ -7962,7 +8000,7 @@ function getTypeCacheKeys$2g(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
7962
8000
|
}
|
|
7963
8001
|
|
|
7964
8002
|
const VERSION$2D = "d0cadb0927f908b5b64694e1cff0b2d7";
|
|
7965
|
-
function validate$
|
|
8003
|
+
function validate$1V(obj, path = 'ListInfoSummaryCollectionRepresentation') {
|
|
7966
8004
|
const v_error = (() => {
|
|
7967
8005
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7968
8006
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8346,7 +8384,7 @@ function equals$13(existing, incoming) {
|
|
|
8346
8384
|
}
|
|
8347
8385
|
const ingest$2c = function ListInfoSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8348
8386
|
if (process.env.NODE_ENV !== 'production') {
|
|
8349
|
-
const validateError = validate$
|
|
8387
|
+
const validateError = validate$1V(input);
|
|
8350
8388
|
if (validateError !== null) {
|
|
8351
8389
|
throw validateError;
|
|
8352
8390
|
}
|
|
@@ -8866,7 +8904,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
8866
8904
|
}
|
|
8867
8905
|
|
|
8868
8906
|
const VERSION$2C = "3529c5f7d0eb2206c90a52c6d9f721d4";
|
|
8869
|
-
function validate$
|
|
8907
|
+
function validate$1U(obj, path = 'ListViewSummaryRepresentation') {
|
|
8870
8908
|
const v_error = (() => {
|
|
8871
8909
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8872
8910
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8978,7 +9016,7 @@ function equals$12(existing, incoming) {
|
|
|
8978
9016
|
}
|
|
8979
9017
|
const ingest$2b = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8980
9018
|
if (process.env.NODE_ENV !== 'production') {
|
|
8981
|
-
const validateError = validate$
|
|
9019
|
+
const validateError = validate$1U(input);
|
|
8982
9020
|
if (validateError !== null) {
|
|
8983
9021
|
throw validateError;
|
|
8984
9022
|
}
|
|
@@ -8999,7 +9037,7 @@ function getTypeCacheKeys$2e(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
8999
9037
|
}
|
|
9000
9038
|
|
|
9001
9039
|
const VERSION$2B = "f4c79fe066da3558499d5ee88c72abcd";
|
|
9002
|
-
function validate$
|
|
9040
|
+
function validate$1T(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
9003
9041
|
const v_error = (() => {
|
|
9004
9042
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9005
9043
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9383,7 +9421,7 @@ function equals$11(existing, incoming) {
|
|
|
9383
9421
|
}
|
|
9384
9422
|
const ingest$2a = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9385
9423
|
if (process.env.NODE_ENV !== 'production') {
|
|
9386
|
-
const validateError = validate$
|
|
9424
|
+
const validateError = validate$1T(input);
|
|
9387
9425
|
if (validateError !== null) {
|
|
9388
9426
|
throw validateError;
|
|
9389
9427
|
}
|
|
@@ -10567,7 +10605,7 @@ const factory$j = (luvio) => {
|
|
|
10567
10605
|
}, { contextId: contextId$5 });
|
|
10568
10606
|
};
|
|
10569
10607
|
|
|
10570
|
-
function validate$
|
|
10608
|
+
function validate$1S(obj, path = 'ChildRelationshipRepresentation') {
|
|
10571
10609
|
const v_error = (() => {
|
|
10572
10610
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10573
10611
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10615,7 +10653,7 @@ function validate$1R(obj, path = 'ChildRelationshipRepresentation') {
|
|
|
10615
10653
|
return v_error === undefined ? null : v_error;
|
|
10616
10654
|
}
|
|
10617
10655
|
|
|
10618
|
-
function validate$
|
|
10656
|
+
function validate$1R(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
10619
10657
|
const v_error = (() => {
|
|
10620
10658
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10621
10659
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10646,7 +10684,7 @@ function validate$1Q(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
|
10646
10684
|
return v_error === undefined ? null : v_error;
|
|
10647
10685
|
}
|
|
10648
10686
|
|
|
10649
|
-
function validate$
|
|
10687
|
+
function validate$1Q(obj, path = 'ReferenceToInfoRepresentation') {
|
|
10650
10688
|
const v_error = (() => {
|
|
10651
10689
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10652
10690
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10672,7 +10710,7 @@ function validate$1P(obj, path = 'ReferenceToInfoRepresentation') {
|
|
|
10672
10710
|
return v_error === undefined ? null : v_error;
|
|
10673
10711
|
}
|
|
10674
10712
|
|
|
10675
|
-
function validate$
|
|
10713
|
+
function validate$1P(obj, path = 'FieldRepresentation') {
|
|
10676
10714
|
const v_error = (() => {
|
|
10677
10715
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10678
10716
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10837,7 +10875,7 @@ function validate$1O(obj, path = 'FieldRepresentation') {
|
|
|
10837
10875
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
10838
10876
|
let obj_filteredLookupInfo_union0 = null;
|
|
10839
10877
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
10840
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
10878
|
+
const referencepath_filteredLookupInfoValidationError = validate$1R(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
10841
10879
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
10842
10880
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
10843
10881
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10988,7 +11026,7 @@ function validate$1O(obj, path = 'FieldRepresentation') {
|
|
|
10988
11026
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
10989
11027
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
10990
11028
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
10991
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
11029
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1Q(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
10992
11030
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
10993
11031
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
10994
11032
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11055,7 +11093,7 @@ function validate$1O(obj, path = 'FieldRepresentation') {
|
|
|
11055
11093
|
return v_error === undefined ? null : v_error;
|
|
11056
11094
|
}
|
|
11057
11095
|
|
|
11058
|
-
function validate$
|
|
11096
|
+
function validate$1O(obj, path = 'ThemeInfoRepresentation') {
|
|
11059
11097
|
const v_error = (() => {
|
|
11060
11098
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11061
11099
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11097,7 +11135,7 @@ function validate$1N(obj, path = 'ThemeInfoRepresentation') {
|
|
|
11097
11135
|
|
|
11098
11136
|
const TTL$D = 900000;
|
|
11099
11137
|
const VERSION$2A = "2302a71ca718abb60353eb88dedb1c12";
|
|
11100
|
-
function validate$
|
|
11138
|
+
function validate$1N(obj, path = 'ObjectInfoRepresentation') {
|
|
11101
11139
|
const v_error = (() => {
|
|
11102
11140
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11103
11141
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11167,7 +11205,7 @@ function validate$1M(obj, path = 'ObjectInfoRepresentation') {
|
|
|
11167
11205
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
11168
11206
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
11169
11207
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
11170
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
11208
|
+
const referencepath_childRelationships_itemValidationError = validate$1S(obj_childRelationships_item, path_childRelationships_item);
|
|
11171
11209
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
11172
11210
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
11173
11211
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11254,7 +11292,7 @@ function validate$1M(obj, path = 'ObjectInfoRepresentation') {
|
|
|
11254
11292
|
const key = obj_fields_keys[i];
|
|
11255
11293
|
const obj_fields_prop = obj_fields[key];
|
|
11256
11294
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
11257
|
-
const referencepath_fields_propValidationError = validate$
|
|
11295
|
+
const referencepath_fields_propValidationError = validate$1P(obj_fields_prop, path_fields_prop);
|
|
11258
11296
|
if (referencepath_fields_propValidationError !== null) {
|
|
11259
11297
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
11260
11298
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11334,7 +11372,7 @@ function validate$1M(obj, path = 'ObjectInfoRepresentation') {
|
|
|
11334
11372
|
const key = obj_recordTypeInfos_keys[i];
|
|
11335
11373
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
11336
11374
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
11337
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
11375
|
+
const referencepath_recordTypeInfos_propValidationError = validate$20(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
11338
11376
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
11339
11377
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
11340
11378
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11355,7 +11393,7 @@ function validate$1M(obj, path = 'ObjectInfoRepresentation') {
|
|
|
11355
11393
|
const path_themeInfo = path + '.themeInfo';
|
|
11356
11394
|
let obj_themeInfo_union0 = null;
|
|
11357
11395
|
const obj_themeInfo_union0_error = (() => {
|
|
11358
|
-
const referencepath_themeInfoValidationError = validate$
|
|
11396
|
+
const referencepath_themeInfoValidationError = validate$1O(obj_themeInfo, path_themeInfo);
|
|
11359
11397
|
if (referencepath_themeInfoValidationError !== null) {
|
|
11360
11398
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
11361
11399
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11522,7 +11560,7 @@ function equals$10(existing, incoming) {
|
|
|
11522
11560
|
}
|
|
11523
11561
|
const ingest$29 = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11524
11562
|
if (process.env.NODE_ENV !== 'production') {
|
|
11525
|
-
const validateError = validate$
|
|
11563
|
+
const validateError = validate$1N(input);
|
|
11526
11564
|
if (validateError !== null) {
|
|
11527
11565
|
throw validateError;
|
|
11528
11566
|
}
|
|
@@ -11683,7 +11721,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
11683
11721
|
buildCachedSnapshotCachePolicy$R, buildNetworkSnapshotCachePolicy$S);
|
|
11684
11722
|
};
|
|
11685
11723
|
|
|
11686
|
-
function validate$
|
|
11724
|
+
function validate$1M(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
11687
11725
|
const v_error = (() => {
|
|
11688
11726
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11689
11727
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11731,7 +11769,7 @@ var DiscriminatorValues$5;
|
|
|
11731
11769
|
DiscriminatorValues["Field"] = "Field";
|
|
11732
11770
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
11733
11771
|
})(DiscriminatorValues$5 || (DiscriminatorValues$5 = {}));
|
|
11734
|
-
function validate$
|
|
11772
|
+
function validate$1L(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
11735
11773
|
const v_error = (() => {
|
|
11736
11774
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11737
11775
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11771,7 +11809,7 @@ function validate$1K(obj, path = 'AbstractRecordLayoutComponentRepresentation')
|
|
|
11771
11809
|
return v_error === undefined ? null : v_error;
|
|
11772
11810
|
}
|
|
11773
11811
|
|
|
11774
|
-
function validate$
|
|
11812
|
+
function validate$1K(obj, path = 'RecordLayoutItemRepresentation') {
|
|
11775
11813
|
const v_error = (() => {
|
|
11776
11814
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11777
11815
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11799,7 +11837,7 @@ function validate$1J(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
11799
11837
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
11800
11838
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
11801
11839
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
11802
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
11840
|
+
const referencepath_layoutComponents_itemValidationError = validate$1L(obj_layoutComponents_item, path_layoutComponents_item);
|
|
11803
11841
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
11804
11842
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
11805
11843
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11846,7 +11884,7 @@ function validate$1J(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
11846
11884
|
return v_error === undefined ? null : v_error;
|
|
11847
11885
|
}
|
|
11848
11886
|
|
|
11849
|
-
function validate$
|
|
11887
|
+
function validate$1J(obj, path = 'RecordLayoutRowRepresentation') {
|
|
11850
11888
|
const v_error = (() => {
|
|
11851
11889
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11852
11890
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11859,7 +11897,7 @@ function validate$1I(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
11859
11897
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
11860
11898
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
11861
11899
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
11862
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
11900
|
+
const referencepath_layoutItems_itemValidationError = validate$1K(obj_layoutItems_item, path_layoutItems_item);
|
|
11863
11901
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
11864
11902
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
11865
11903
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11870,7 +11908,7 @@ function validate$1I(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
11870
11908
|
return v_error === undefined ? null : v_error;
|
|
11871
11909
|
}
|
|
11872
11910
|
|
|
11873
|
-
function validate$
|
|
11911
|
+
function validate$1I(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
11874
11912
|
const v_error = (() => {
|
|
11875
11913
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11876
11914
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11945,7 +11983,7 @@ function validate$1H(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
11945
11983
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
11946
11984
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
11947
11985
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
11948
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
11986
|
+
const referencepath_layoutRows_itemValidationError = validate$1J(obj_layoutRows_item, path_layoutRows_item);
|
|
11949
11987
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
11950
11988
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
11951
11989
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11968,7 +12006,7 @@ function validate$1H(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
11968
12006
|
|
|
11969
12007
|
const TTL$C = 900000;
|
|
11970
12008
|
const VERSION$2z = "fb515e25a89ca1ec154dc865e72b913a";
|
|
11971
|
-
function validate$
|
|
12009
|
+
function validate$1H(obj, path = 'RecordLayoutRepresentation') {
|
|
11972
12010
|
const v_error = (() => {
|
|
11973
12011
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11974
12012
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12074,7 +12112,7 @@ function validate$1G(obj, path = 'RecordLayoutRepresentation') {
|
|
|
12074
12112
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
12075
12113
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
12076
12114
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
12077
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
12115
|
+
const referencepath_saveOptions_itemValidationError = validate$1M(obj_saveOptions_item, path_saveOptions_item);
|
|
12078
12116
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
12079
12117
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
12080
12118
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12089,7 +12127,7 @@ function validate$1G(obj, path = 'RecordLayoutRepresentation') {
|
|
|
12089
12127
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
12090
12128
|
const obj_sections_item = obj_sections[i];
|
|
12091
12129
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
12092
|
-
const referencepath_sections_itemValidationError = validate$
|
|
12130
|
+
const referencepath_sections_itemValidationError = validate$1I(obj_sections_item, path_sections_item);
|
|
12093
12131
|
if (referencepath_sections_itemValidationError !== null) {
|
|
12094
12132
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
12095
12133
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12164,7 +12202,7 @@ function equals$$(existing, incoming) {
|
|
|
12164
12202
|
}
|
|
12165
12203
|
const ingest$28 = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12166
12204
|
if (process.env.NODE_ENV !== 'production') {
|
|
12167
|
-
const validateError = validate$
|
|
12205
|
+
const validateError = validate$1H(input);
|
|
12168
12206
|
if (validateError !== null) {
|
|
12169
12207
|
throw validateError;
|
|
12170
12208
|
}
|
|
@@ -12206,7 +12244,7 @@ function getRecordId18Array(value) {
|
|
|
12206
12244
|
return dedupe(array).sort();
|
|
12207
12245
|
}
|
|
12208
12246
|
|
|
12209
|
-
function validate$
|
|
12247
|
+
function validate$1G(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
12210
12248
|
const v_error = (() => {
|
|
12211
12249
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12212
12250
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12227,7 +12265,7 @@ function validate$1F(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
12227
12265
|
|
|
12228
12266
|
const TTL$B = 900000;
|
|
12229
12267
|
const VERSION$2y = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
12230
|
-
function validate$
|
|
12268
|
+
function validate$1F(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
12231
12269
|
const v_error = (() => {
|
|
12232
12270
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12233
12271
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12267,7 +12305,7 @@ function validate$1E(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
12267
12305
|
const key = obj_sectionUserStates_keys[i];
|
|
12268
12306
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
12269
12307
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
12270
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
12308
|
+
const referencepath_sectionUserStates_propValidationError = validate$1G(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
12271
12309
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
12272
12310
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
12273
12311
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12324,7 +12362,7 @@ function equals$_(existing, incoming) {
|
|
|
12324
12362
|
}
|
|
12325
12363
|
const ingest$27 = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12326
12364
|
if (process.env.NODE_ENV !== 'production') {
|
|
12327
|
-
const validateError = validate$
|
|
12365
|
+
const validateError = validate$1F(input);
|
|
12328
12366
|
if (validateError !== null) {
|
|
12329
12367
|
throw validateError;
|
|
12330
12368
|
}
|
|
@@ -12346,7 +12384,7 @@ function getTypeCacheKeys$2a(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
12346
12384
|
|
|
12347
12385
|
const TTL$A = 900000;
|
|
12348
12386
|
const VERSION$2x = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
12349
|
-
function validate$
|
|
12387
|
+
function validate$1E(obj, path = 'RecordUiRepresentation') {
|
|
12350
12388
|
const v_error = (() => {
|
|
12351
12389
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12352
12390
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12608,7 +12646,7 @@ function equals$Z(existing, incoming) {
|
|
|
12608
12646
|
}
|
|
12609
12647
|
const ingest$26 = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12610
12648
|
if (process.env.NODE_ENV !== 'production') {
|
|
12611
|
-
const validateError = validate$
|
|
12649
|
+
const validateError = validate$1E(input);
|
|
12612
12650
|
if (validateError !== null) {
|
|
12613
12651
|
throw validateError;
|
|
12614
12652
|
}
|
|
@@ -13787,7 +13825,7 @@ const notifyUpdateAvailableFactory$1 = (luvio) => {
|
|
|
13787
13825
|
};
|
|
13788
13826
|
|
|
13789
13827
|
const VERSION$2w = "4aa37812ee37c752a099b29026217c85";
|
|
13790
|
-
function validate$
|
|
13828
|
+
function validate$1D(obj, path = 'ObjectInfoDirectoryEntryRepresentation') {
|
|
13791
13829
|
const v_error = (() => {
|
|
13792
13830
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13793
13831
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13940,7 +13978,7 @@ function equals$Y(existing, incoming) {
|
|
|
13940
13978
|
}
|
|
13941
13979
|
const ingest$25 = function ObjectInfoDirectoryEntryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13942
13980
|
if (process.env.NODE_ENV !== 'production') {
|
|
13943
|
-
const validateError = validate$
|
|
13981
|
+
const validateError = validate$1D(input);
|
|
13944
13982
|
if (validateError !== null) {
|
|
13945
13983
|
throw validateError;
|
|
13946
13984
|
}
|
|
@@ -13961,7 +13999,7 @@ function getTypeCacheKeys$29(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
13961
13999
|
}
|
|
13962
14000
|
|
|
13963
14001
|
const VERSION$2v = "37fd8c0154ee743c9defbf03e9b4b067";
|
|
13964
|
-
function validate$
|
|
14002
|
+
function validate$1C(obj, path = 'ObjectInfoDirectoryRepresentation') {
|
|
13965
14003
|
const v_error = (() => {
|
|
13966
14004
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13967
14005
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14036,7 +14074,7 @@ function equals$X(existing, incoming) {
|
|
|
14036
14074
|
}
|
|
14037
14075
|
const ingest$24 = function ObjectInfoDirectoryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14038
14076
|
if (process.env.NODE_ENV !== 'production') {
|
|
14039
|
-
const validateError = validate$
|
|
14077
|
+
const validateError = validate$1C(input);
|
|
14040
14078
|
if (validateError !== null) {
|
|
14041
14079
|
throw validateError;
|
|
14042
14080
|
}
|
|
@@ -14064,7 +14102,7 @@ function getTypeCacheKeys$28(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14064
14102
|
}
|
|
14065
14103
|
|
|
14066
14104
|
const VERSION$2u = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
14067
|
-
function validate$
|
|
14105
|
+
function validate$1B(obj, path = 'QuickActionExecutionRepresentation') {
|
|
14068
14106
|
const v_error = (() => {
|
|
14069
14107
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14070
14108
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14237,7 +14275,7 @@ function equals$W(existing, incoming) {
|
|
|
14237
14275
|
}
|
|
14238
14276
|
const ingest$23 = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14239
14277
|
if (process.env.NODE_ENV !== 'production') {
|
|
14240
|
-
const validateError = validate$
|
|
14278
|
+
const validateError = validate$1B(input);
|
|
14241
14279
|
if (validateError !== null) {
|
|
14242
14280
|
throw validateError;
|
|
14243
14281
|
}
|
|
@@ -14259,7 +14297,7 @@ function getTypeCacheKeys$27(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14259
14297
|
|
|
14260
14298
|
const TTL$z = 900000;
|
|
14261
14299
|
const VERSION$2t = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
14262
|
-
function validate$
|
|
14300
|
+
function validate$1A(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
14263
14301
|
const v_error = (() => {
|
|
14264
14302
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14265
14303
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14438,7 +14476,7 @@ function coerceFormFactor(form) {
|
|
|
14438
14476
|
}
|
|
14439
14477
|
|
|
14440
14478
|
const VERSION$2s = "3f49d751896cf66e6e29788d8880e2cc";
|
|
14441
|
-
function validate$
|
|
14479
|
+
function validate$1z(obj, path = 'PlatformActionRepresentation') {
|
|
14442
14480
|
const v_error = (() => {
|
|
14443
14481
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14444
14482
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14970,7 +15008,7 @@ function equals$U(existing, incoming) {
|
|
|
14970
15008
|
}
|
|
14971
15009
|
const ingest$22 = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14972
15010
|
if (process.env.NODE_ENV !== 'production') {
|
|
14973
|
-
const validateError = validate$
|
|
15011
|
+
const validateError = validate$1z(input);
|
|
14974
15012
|
if (validateError !== null) {
|
|
14975
15013
|
throw validateError;
|
|
14976
15014
|
}
|
|
@@ -14991,7 +15029,7 @@ function getTypeCacheKeys$25(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14991
15029
|
}
|
|
14992
15030
|
|
|
14993
15031
|
const VERSION$2r = "378d506f563a4bd724b322d440df33d1";
|
|
14994
|
-
function validate$
|
|
15032
|
+
function validate$1y(obj, path = 'EntityActionRepresentation') {
|
|
14995
15033
|
const v_error = (() => {
|
|
14996
15034
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14997
15035
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15105,7 +15143,7 @@ function equals$T(existing, incoming) {
|
|
|
15105
15143
|
}
|
|
15106
15144
|
const ingest$21 = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15107
15145
|
if (process.env.NODE_ENV !== 'production') {
|
|
15108
|
-
const validateError = validate$
|
|
15146
|
+
const validateError = validate$1y(input);
|
|
15109
15147
|
if (validateError !== null) {
|
|
15110
15148
|
throw validateError;
|
|
15111
15149
|
}
|
|
@@ -15131,7 +15169,7 @@ function getTypeCacheKeys$24(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
15131
15169
|
|
|
15132
15170
|
const TTL$y = 300000;
|
|
15133
15171
|
const VERSION$2q = "e485d96c1402a9ca2f56e56485af0216";
|
|
15134
|
-
function validate$
|
|
15172
|
+
function validate$1x(obj, path = 'ActionRepresentation') {
|
|
15135
15173
|
const v_error = (() => {
|
|
15136
15174
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15137
15175
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15229,7 +15267,7 @@ function equals$S(existing, incoming) {
|
|
|
15229
15267
|
}
|
|
15230
15268
|
const ingest$20 = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15231
15269
|
if (process.env.NODE_ENV !== 'production') {
|
|
15232
|
-
const validateError = validate$
|
|
15270
|
+
const validateError = validate$1x(input);
|
|
15233
15271
|
if (validateError !== null) {
|
|
15234
15272
|
throw validateError;
|
|
15235
15273
|
}
|
|
@@ -15401,7 +15439,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
|
|
|
15401
15439
|
|
|
15402
15440
|
const TTL$x = 900000;
|
|
15403
15441
|
const VERSION$2p = "35f3eec8ce7f6001c6d5d17821b75bb9";
|
|
15404
|
-
function validate$
|
|
15442
|
+
function validate$1w(obj, path = 'QuickActionLayoutRepresentation') {
|
|
15405
15443
|
const v_error = (() => {
|
|
15406
15444
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15407
15445
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15418,7 +15456,7 @@ function validate$1v(obj, path = 'QuickActionLayoutRepresentation') {
|
|
|
15418
15456
|
}
|
|
15419
15457
|
const obj_layout = obj.layout;
|
|
15420
15458
|
const path_layout = path + '.layout';
|
|
15421
|
-
const referencepath_layoutValidationError = validate$
|
|
15459
|
+
const referencepath_layoutValidationError = validate$1H(obj_layout, path_layout);
|
|
15422
15460
|
if (referencepath_layoutValidationError !== null) {
|
|
15423
15461
|
let message = 'Object doesn\'t match RecordLayoutRepresentation (at "' + path_layout + '")\n';
|
|
15424
15462
|
message += referencepath_layoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -15468,7 +15506,7 @@ function equals$R(existing, incoming) {
|
|
|
15468
15506
|
}
|
|
15469
15507
|
const ingest$1$ = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15470
15508
|
if (process.env.NODE_ENV !== 'production') {
|
|
15471
|
-
const validateError = validate$
|
|
15509
|
+
const validateError = validate$1w(input);
|
|
15472
15510
|
if (validateError !== null) {
|
|
15473
15511
|
throw validateError;
|
|
15474
15512
|
}
|
|
@@ -15947,7 +15985,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
15947
15985
|
};
|
|
15948
15986
|
|
|
15949
15987
|
const VERSION$2o = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
15950
|
-
function validate$
|
|
15988
|
+
function validate$1v(obj, path = 'ActionOverrideRepresentation') {
|
|
15951
15989
|
const v_error = (() => {
|
|
15952
15990
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15953
15991
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15980,7 +16018,7 @@ function equals$Q(existing, incoming) {
|
|
|
15980
16018
|
}
|
|
15981
16019
|
const ingest$1_ = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15982
16020
|
if (process.env.NODE_ENV !== 'production') {
|
|
15983
|
-
const validateError = validate$
|
|
16021
|
+
const validateError = validate$1v(input);
|
|
15984
16022
|
if (validateError !== null) {
|
|
15985
16023
|
throw validateError;
|
|
15986
16024
|
}
|
|
@@ -16135,7 +16173,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
|
|
|
16135
16173
|
buildCachedSnapshotCachePolicy$M, buildNetworkSnapshotCachePolicy$N);
|
|
16136
16174
|
};
|
|
16137
16175
|
|
|
16138
|
-
function validate$
|
|
16176
|
+
function validate$1u(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
16139
16177
|
const v_error = (() => {
|
|
16140
16178
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16141
16179
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16173,7 +16211,7 @@ function validate$1t(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
|
16173
16211
|
|
|
16174
16212
|
const TTL$w = 300000;
|
|
16175
16213
|
const VERSION$2n = "c57b66c259b23683db7b763e132e8633";
|
|
16176
|
-
function validate$
|
|
16214
|
+
function validate$1t(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
16177
16215
|
const v_error = (() => {
|
|
16178
16216
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16179
16217
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16194,7 +16232,7 @@ function validate$1s(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
|
16194
16232
|
for (let i = 0; i < obj_activations_prop.length; i++) {
|
|
16195
16233
|
const obj_activations_prop_item = obj_activations_prop[i];
|
|
16196
16234
|
const path_activations_prop_item = path_activations_prop + '[' + i + ']';
|
|
16197
|
-
const referencepath_activations_prop_itemValidationError = validate$
|
|
16235
|
+
const referencepath_activations_prop_itemValidationError = validate$1u(obj_activations_prop_item, path_activations_prop_item);
|
|
16198
16236
|
if (referencepath_activations_prop_itemValidationError !== null) {
|
|
16199
16237
|
let message = 'Object doesn\'t match FormulaOverridesInfoRepresentation (at "' + path_activations_prop_item + '")\n';
|
|
16200
16238
|
message += referencepath_activations_prop_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16238,7 +16276,7 @@ function equals$P(existing, incoming) {
|
|
|
16238
16276
|
}
|
|
16239
16277
|
const ingest$1Z = function FlexipageFormulaActivationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16240
16278
|
if (process.env.NODE_ENV !== 'production') {
|
|
16241
|
-
const validateError = validate$
|
|
16279
|
+
const validateError = validate$1t(input);
|
|
16242
16280
|
if (validateError !== null) {
|
|
16243
16281
|
throw validateError;
|
|
16244
16282
|
}
|
|
@@ -16400,7 +16438,7 @@ const getFlexipageFormulaOverridesAdapterFactory = (luvio) => function UiApi__ge
|
|
|
16400
16438
|
};
|
|
16401
16439
|
|
|
16402
16440
|
const VERSION$2m = "7a5e66e0b88fe9d2233bb3158931bfa6";
|
|
16403
|
-
function validate$
|
|
16441
|
+
function validate$1s(obj, path = 'QuickActionColorRepresentation') {
|
|
16404
16442
|
const v_error = (() => {
|
|
16405
16443
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16406
16444
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16476,7 +16514,7 @@ function equals$O(existing, incoming) {
|
|
|
16476
16514
|
}
|
|
16477
16515
|
|
|
16478
16516
|
const VERSION$2l = "5e970aa7dacfdd8e0c6d5daca575ec58";
|
|
16479
|
-
function validate$
|
|
16517
|
+
function validate$1r(obj, path = 'CopilotQuickActionInputRepresentation') {
|
|
16480
16518
|
const v_error = (() => {
|
|
16481
16519
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16482
16520
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16538,7 +16576,7 @@ function equals$N(existing, incoming) {
|
|
|
16538
16576
|
}
|
|
16539
16577
|
|
|
16540
16578
|
const VERSION$2k = "53b489083ef57944d2a9d4a2aaf72ec3";
|
|
16541
|
-
function validate$
|
|
16579
|
+
function validate$1q(obj, path = 'QuickActionIconRepresentation') {
|
|
16542
16580
|
const v_error = (() => {
|
|
16543
16581
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16544
16582
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16643,7 +16681,7 @@ function equals$M(existing, incoming) {
|
|
|
16643
16681
|
|
|
16644
16682
|
const TTL$v = 900000;
|
|
16645
16683
|
const VERSION$2j = "fa106dcb7d887c1e9b3e958336280ac8";
|
|
16646
|
-
function validate$
|
|
16684
|
+
function validate$1p(obj, path = 'QuickActionInfoRepresentation') {
|
|
16647
16685
|
const v_error = (() => {
|
|
16648
16686
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16649
16687
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16687,7 +16725,7 @@ function validate$1o(obj, path = 'QuickActionInfoRepresentation') {
|
|
|
16687
16725
|
for (let i = 0; i < obj_colors.length; i++) {
|
|
16688
16726
|
const obj_colors_item = obj_colors[i];
|
|
16689
16727
|
const path_colors_item = path_colors + '[' + i + ']';
|
|
16690
|
-
const referencepath_colors_itemValidationError = validate$
|
|
16728
|
+
const referencepath_colors_itemValidationError = validate$1s(obj_colors_item, path_colors_item);
|
|
16691
16729
|
if (referencepath_colors_itemValidationError !== null) {
|
|
16692
16730
|
let message = 'Object doesn\'t match QuickActionColorRepresentation (at "' + path_colors_item + '")\n';
|
|
16693
16731
|
message += referencepath_colors_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16728,7 +16766,7 @@ function validate$1o(obj, path = 'QuickActionInfoRepresentation') {
|
|
|
16728
16766
|
for (let i = 0; i < obj_copilotInputs.length; i++) {
|
|
16729
16767
|
const obj_copilotInputs_item = obj_copilotInputs[i];
|
|
16730
16768
|
const path_copilotInputs_item = path_copilotInputs + '[' + i + ']';
|
|
16731
|
-
const referencepath_copilotInputs_itemValidationError = validate$
|
|
16769
|
+
const referencepath_copilotInputs_itemValidationError = validate$1r(obj_copilotInputs_item, path_copilotInputs_item);
|
|
16732
16770
|
if (referencepath_copilotInputs_itemValidationError !== null) {
|
|
16733
16771
|
let message = 'Object doesn\'t match CopilotQuickActionInputRepresentation (at "' + path_copilotInputs_item + '")\n';
|
|
16734
16772
|
message += referencepath_copilotInputs_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16904,7 +16942,7 @@ function validate$1o(obj, path = 'QuickActionInfoRepresentation') {
|
|
|
16904
16942
|
for (let i = 0; i < obj_icons.length; i++) {
|
|
16905
16943
|
const obj_icons_item = obj_icons[i];
|
|
16906
16944
|
const path_icons_item = path_icons + '[' + i + ']';
|
|
16907
|
-
const referencepath_icons_itemValidationError = validate$
|
|
16945
|
+
const referencepath_icons_itemValidationError = validate$1q(obj_icons_item, path_icons_item);
|
|
16908
16946
|
if (referencepath_icons_itemValidationError !== null) {
|
|
16909
16947
|
let message = 'Object doesn\'t match QuickActionIconRepresentation (at "' + path_icons_item + '")\n';
|
|
16910
16948
|
message += referencepath_icons_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17353,7 +17391,7 @@ function equals$L(existing, incoming) {
|
|
|
17353
17391
|
}
|
|
17354
17392
|
const ingest$1Y = function QuickActionInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17355
17393
|
if (process.env.NODE_ENV !== 'production') {
|
|
17356
|
-
const validateError = validate$
|
|
17394
|
+
const validateError = validate$1p(input);
|
|
17357
17395
|
if (validateError !== null) {
|
|
17358
17396
|
throw validateError;
|
|
17359
17397
|
}
|
|
@@ -17537,7 +17575,7 @@ function merge$1(existing, incoming) {
|
|
|
17537
17575
|
const dynamicIngest$4 = (ingestParams) => {
|
|
17538
17576
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17539
17577
|
if (process.env.NODE_ENV !== 'production') {
|
|
17540
|
-
const validateError = validate$
|
|
17578
|
+
const validateError = validate$1A(input);
|
|
17541
17579
|
if (validateError !== null) {
|
|
17542
17580
|
throw validateError;
|
|
17543
17581
|
}
|
|
@@ -18049,7 +18087,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
18049
18087
|
buildCachedSnapshotCachePolicy$H, buildNetworkSnapshotCachePolicy$I);
|
|
18050
18088
|
};
|
|
18051
18089
|
|
|
18052
|
-
function validate$
|
|
18090
|
+
function validate$1o(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
18053
18091
|
const v_error = (() => {
|
|
18054
18092
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18055
18093
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18475,7 +18513,7 @@ function typeCheckConfig$W(untrustedConfig) {
|
|
|
18475
18513
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
18476
18514
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
18477
18515
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
18478
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
18516
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$1o(untrustedConfig_relatedListsActionParameters_item);
|
|
18479
18517
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
18480
18518
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
18481
18519
|
}
|
|
@@ -18793,7 +18831,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
18793
18831
|
};
|
|
18794
18832
|
|
|
18795
18833
|
const VERSION$2i = "a316b3bba367f54adc67d7552ed7d36d";
|
|
18796
|
-
function validate$
|
|
18834
|
+
function validate$1n(obj, path = 'PageReferenceRepresentation') {
|
|
18797
18835
|
const v_error = (() => {
|
|
18798
18836
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18799
18837
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18854,7 +18892,7 @@ function equals$K(existing, incoming) {
|
|
|
18854
18892
|
}
|
|
18855
18893
|
const ingest$1X = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18856
18894
|
if (process.env.NODE_ENV !== 'production') {
|
|
18857
|
-
const validateError = validate$
|
|
18895
|
+
const validateError = validate$1n(input);
|
|
18858
18896
|
if (validateError !== null) {
|
|
18859
18897
|
throw validateError;
|
|
18860
18898
|
}
|
|
@@ -18876,7 +18914,7 @@ function getTypeCacheKeys$1_(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
18876
18914
|
|
|
18877
18915
|
const TTL$u = 120000;
|
|
18878
18916
|
const VERSION$2h = "09884ca5bf90ea4662092a4e48817081";
|
|
18879
|
-
function validate$
|
|
18917
|
+
function validate$1m(obj, path = 'NavItemRepresentation') {
|
|
18880
18918
|
const v_error = (() => {
|
|
18881
18919
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18882
18920
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19268,7 +19306,7 @@ function equals$J(existing, incoming) {
|
|
|
19268
19306
|
}
|
|
19269
19307
|
const ingest$1W = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19270
19308
|
if (process.env.NODE_ENV !== 'production') {
|
|
19271
|
-
const validateError = validate$
|
|
19309
|
+
const validateError = validate$1m(input);
|
|
19272
19310
|
if (validateError !== null) {
|
|
19273
19311
|
throw validateError;
|
|
19274
19312
|
}
|
|
@@ -19293,7 +19331,7 @@ function getTypeCacheKeys$1Z(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
19293
19331
|
|
|
19294
19332
|
const TTL$t = 300000;
|
|
19295
19333
|
const VERSION$2g = "0cd492fdd6c713c206ef53dc02175f71";
|
|
19296
|
-
function validate$
|
|
19334
|
+
function validate$1l(obj, path = 'AppRepresentation') {
|
|
19297
19335
|
const v_error = (() => {
|
|
19298
19336
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19299
19337
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19770,7 +19808,7 @@ function equals$I(existing, incoming) {
|
|
|
19770
19808
|
}
|
|
19771
19809
|
const ingest$1V = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19772
19810
|
if (process.env.NODE_ENV !== 'production') {
|
|
19773
|
-
const validateError = validate$
|
|
19811
|
+
const validateError = validate$1l(input);
|
|
19774
19812
|
if (validateError !== null) {
|
|
19775
19813
|
throw validateError;
|
|
19776
19814
|
}
|
|
@@ -19800,7 +19838,7 @@ function getTypeCacheKeys$1Y(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
19800
19838
|
|
|
19801
19839
|
const TTL$s = 300000;
|
|
19802
19840
|
const VERSION$2f = "a254babf0b6414315db7808a157fd9fc";
|
|
19803
|
-
function validate$
|
|
19841
|
+
function validate$1k(obj, path = 'AppsRepresentation') {
|
|
19804
19842
|
const v_error = (() => {
|
|
19805
19843
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19806
19844
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19882,7 +19920,7 @@ function equals$H(existing, incoming) {
|
|
|
19882
19920
|
}
|
|
19883
19921
|
const ingest$1U = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19884
19922
|
if (process.env.NODE_ENV !== 'production') {
|
|
19885
|
-
const validateError = validate$
|
|
19923
|
+
const validateError = validate$1k(input);
|
|
19886
19924
|
if (validateError !== null) {
|
|
19887
19925
|
throw validateError;
|
|
19888
19926
|
}
|
|
@@ -20329,7 +20367,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
20329
20367
|
};
|
|
20330
20368
|
|
|
20331
20369
|
const VERSION$2e = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
20332
|
-
function validate$
|
|
20370
|
+
function validate$1j(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
20333
20371
|
const v_error = (() => {
|
|
20334
20372
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20335
20373
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20391,7 +20429,7 @@ const select$2E = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
20391
20429
|
};
|
|
20392
20430
|
|
|
20393
20431
|
const VERSION$2d = "320d7f254687278f2763d4b490dab3fb";
|
|
20394
|
-
function validate$
|
|
20432
|
+
function validate$1i(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
20395
20433
|
const v_error = (() => {
|
|
20396
20434
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20397
20435
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20414,7 +20452,7 @@ function validate$1h(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
20414
20452
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
20415
20453
|
const obj_filterItems_item = obj_filterItems[i];
|
|
20416
20454
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
20417
|
-
const referencepath_filterItems_itemValidationError = validate$
|
|
20455
|
+
const referencepath_filterItems_itemValidationError = validate$1j(obj_filterItems_item, path_filterItems_item);
|
|
20418
20456
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
20419
20457
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
20420
20458
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20457,7 +20495,7 @@ const select$2D = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
20457
20495
|
};
|
|
20458
20496
|
|
|
20459
20497
|
const VERSION$2c = "b47b44e260e5ce777beaf3da9088997c";
|
|
20460
|
-
function validate$
|
|
20498
|
+
function validate$1h(obj, path = 'MatchRuleRepresentation') {
|
|
20461
20499
|
const v_error = (() => {
|
|
20462
20500
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20463
20501
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20527,7 +20565,7 @@ const select$2C = function MatchRuleRepresentationSelect() {
|
|
|
20527
20565
|
};
|
|
20528
20566
|
|
|
20529
20567
|
const VERSION$2b = "bb83d7210bb1d7861b6188bc5f552617";
|
|
20530
|
-
function validate$
|
|
20568
|
+
function validate$1g(obj, path = 'DuplicateRuleRepresentation') {
|
|
20531
20569
|
const v_error = (() => {
|
|
20532
20570
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20533
20571
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20555,7 +20593,7 @@ function validate$1f(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
20555
20593
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
20556
20594
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
20557
20595
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
20558
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
20596
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$1i(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
20559
20597
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
20560
20598
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
20561
20599
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20575,7 +20613,7 @@ function validate$1f(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
20575
20613
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
20576
20614
|
const obj_matchRules_item = obj_matchRules[i];
|
|
20577
20615
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
20578
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
20616
|
+
const referencepath_matchRules_itemValidationError = validate$1h(obj_matchRules_item, path_matchRules_item);
|
|
20579
20617
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
20580
20618
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
20581
20619
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20668,7 +20706,7 @@ const select$2B = function DuplicateRuleRepresentationSelect() {
|
|
|
20668
20706
|
|
|
20669
20707
|
const TTL$r = 900000;
|
|
20670
20708
|
const VERSION$2a = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
20671
|
-
function validate$
|
|
20709
|
+
function validate$1f(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
20672
20710
|
const v_error = (() => {
|
|
20673
20711
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20674
20712
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20703,7 +20741,7 @@ function validate$1e(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
20703
20741
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
20704
20742
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
20705
20743
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
20706
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
20744
|
+
const referencepath_duplicateRules_itemValidationError = validate$1g(obj_duplicateRules_item, path_duplicateRules_item);
|
|
20707
20745
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
20708
20746
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
20709
20747
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20770,7 +20808,7 @@ function equals$G(existing, incoming) {
|
|
|
20770
20808
|
}
|
|
20771
20809
|
const ingest$1T = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20772
20810
|
if (process.env.NODE_ENV !== 'production') {
|
|
20773
|
-
const validateError = validate$
|
|
20811
|
+
const validateError = validate$1f(input);
|
|
20774
20812
|
if (validateError !== null) {
|
|
20775
20813
|
throw validateError;
|
|
20776
20814
|
}
|
|
@@ -21010,11 +21048,11 @@ function validateAdapterConfig$S(untrustedConfig, _configPropertyNames) {
|
|
|
21010
21048
|
if (config === null) {
|
|
21011
21049
|
return null;
|
|
21012
21050
|
}
|
|
21013
|
-
// recordTypeId coercion is nuts: if `null` (but not undefined) then use MASTER record type id
|
|
21014
21051
|
let recordTypeId = config.recordTypeId;
|
|
21015
21052
|
if (recordTypeId === undefined) {
|
|
21016
21053
|
// must check untrusted bc config has been coerced
|
|
21017
|
-
if (untrustedConfig.recordTypeId !== null
|
|
21054
|
+
if (untrustedConfig.recordTypeId !== null &&
|
|
21055
|
+
untrustedConfig.recordTypeId !== undefined) {
|
|
21018
21056
|
return null;
|
|
21019
21057
|
}
|
|
21020
21058
|
recordTypeId = MAIN_RECORD_TYPE_ID;
|
|
@@ -21935,7 +21973,7 @@ const getListInfosByObjectNameAdapterFactory = (luvio) => function UiApi__getLis
|
|
|
21935
21973
|
buildCachedSnapshotCachePolicy$w, buildNetworkSnapshotCachePolicy$x);
|
|
21936
21974
|
};
|
|
21937
21975
|
|
|
21938
|
-
function validate$
|
|
21976
|
+
function validate$1e(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
21939
21977
|
const v_error = (() => {
|
|
21940
21978
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21941
21979
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21966,7 +22004,7 @@ function validate$1d(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
|
21966
22004
|
return v_error === undefined ? null : v_error;
|
|
21967
22005
|
}
|
|
21968
22006
|
|
|
21969
|
-
function validate$
|
|
22007
|
+
function validate$1d(obj, path = 'ListScopeInputRepresentation') {
|
|
21970
22008
|
const v_error = (() => {
|
|
21971
22009
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21972
22010
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22095,7 +22133,7 @@ function typeCheckConfig$L(untrustedConfig) {
|
|
|
22095
22133
|
const untrustedConfig_filteredByInfo_array = [];
|
|
22096
22134
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
22097
22135
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
22098
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
22136
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$1e(untrustedConfig_filteredByInfo_item);
|
|
22099
22137
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
22100
22138
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
22101
22139
|
}
|
|
@@ -22103,7 +22141,7 @@ function typeCheckConfig$L(untrustedConfig) {
|
|
|
22103
22141
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
22104
22142
|
}
|
|
22105
22143
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
22106
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
22144
|
+
const referenceListScopeInputRepresentationValidationError = validate$1d(untrustedConfig_scope);
|
|
22107
22145
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
22108
22146
|
config.scope = untrustedConfig_scope;
|
|
22109
22147
|
}
|
|
@@ -22385,7 +22423,7 @@ function typeCheckConfig$I(untrustedConfig) {
|
|
|
22385
22423
|
const untrustedConfig_filteredByInfo_array = [];
|
|
22386
22424
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
22387
22425
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
22388
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
22426
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$1e(untrustedConfig_filteredByInfo_item);
|
|
22389
22427
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
22390
22428
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
22391
22429
|
}
|
|
@@ -22393,7 +22431,7 @@ function typeCheckConfig$I(untrustedConfig) {
|
|
|
22393
22431
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
22394
22432
|
}
|
|
22395
22433
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
22396
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
22434
|
+
const referenceListScopeInputRepresentationValidationError = validate$1d(untrustedConfig_scope);
|
|
22397
22435
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
22398
22436
|
config.scope = untrustedConfig_scope;
|
|
22399
22437
|
}
|
|
@@ -22443,7 +22481,7 @@ const updateListInfoByNameAdapterFactory = (luvio) => {
|
|
|
22443
22481
|
};
|
|
22444
22482
|
|
|
22445
22483
|
const VERSION$29 = "d77026c4d63ef00cdd7e3d600687a40d";
|
|
22446
|
-
function validate$
|
|
22484
|
+
function validate$1c(obj, path = 'ListObjectScopeAvailableEntityRepresentation') {
|
|
22447
22485
|
const v_error = (() => {
|
|
22448
22486
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22449
22487
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22493,7 +22531,7 @@ function equals$F(existing, incoming) {
|
|
|
22493
22531
|
}
|
|
22494
22532
|
|
|
22495
22533
|
const VERSION$28 = "355933ff2970aa91a2848a94565e956a";
|
|
22496
|
-
function validate$
|
|
22534
|
+
function validate$1b(obj, path = 'ListObjectScopeRepresentation') {
|
|
22497
22535
|
const v_error = (() => {
|
|
22498
22536
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22499
22537
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22511,7 +22549,7 @@ function validate$1a(obj, path = 'ListObjectScopeRepresentation') {
|
|
|
22511
22549
|
for (let i = 0; i < obj_availableEntities.length; i++) {
|
|
22512
22550
|
const obj_availableEntities_item = obj_availableEntities[i];
|
|
22513
22551
|
const path_availableEntities_item = path_availableEntities + '[' + i + ']';
|
|
22514
|
-
const referencepath_availableEntities_itemValidationError = validate$
|
|
22552
|
+
const referencepath_availableEntities_itemValidationError = validate$1c(obj_availableEntities_item, path_availableEntities_item);
|
|
22515
22553
|
if (referencepath_availableEntities_itemValidationError !== null) {
|
|
22516
22554
|
let message = 'Object doesn\'t match ListObjectScopeAvailableEntityRepresentation (at "' + path_availableEntities_item + '")\n';
|
|
22517
22555
|
message += referencepath_availableEntities_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22575,7 +22613,7 @@ function equals$E(existing, incoming) {
|
|
|
22575
22613
|
}
|
|
22576
22614
|
|
|
22577
22615
|
const VERSION$27 = "c5c08ea834378670c9d6f235ff71c9f0";
|
|
22578
|
-
function validate$
|
|
22616
|
+
function validate$1a(obj, path = 'ListObjectPicklistValueRepresentation') {
|
|
22579
22617
|
const v_error = (() => {
|
|
22580
22618
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22581
22619
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22625,7 +22663,7 @@ function equals$D(existing, incoming) {
|
|
|
22625
22663
|
}
|
|
22626
22664
|
|
|
22627
22665
|
const VERSION$26 = "2c35f797fead79b5c45b521e77dd6ace";
|
|
22628
|
-
function validate$
|
|
22666
|
+
function validate$19(obj, path = 'ListObjectColumnRepresentation') {
|
|
22629
22667
|
const v_error = (() => {
|
|
22630
22668
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22631
22669
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22694,7 +22732,7 @@ function validate$18(obj, path = 'ListObjectColumnRepresentation') {
|
|
|
22694
22732
|
for (let i = 0; i < obj_picklistValues.length; i++) {
|
|
22695
22733
|
const obj_picklistValues_item = obj_picklistValues[i];
|
|
22696
22734
|
const path_picklistValues_item = path_picklistValues + '[' + i + ']';
|
|
22697
|
-
const referencepath_picklistValues_itemValidationError = validate$
|
|
22735
|
+
const referencepath_picklistValues_itemValidationError = validate$1a(obj_picklistValues_item, path_picklistValues_item);
|
|
22698
22736
|
if (referencepath_picklistValues_itemValidationError !== null) {
|
|
22699
22737
|
let message = 'Object doesn\'t match ListObjectPicklistValueRepresentation (at "' + path_picklistValues_item + '")\n';
|
|
22700
22738
|
message += referencepath_picklistValues_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22840,7 +22878,7 @@ function equals$C(existing, incoming) {
|
|
|
22840
22878
|
|
|
22841
22879
|
const TTL$q = 900000;
|
|
22842
22880
|
const VERSION$25 = "2405a0b25c2c00f82e88b600edc16387";
|
|
22843
|
-
function validate$
|
|
22881
|
+
function validate$18(obj, path = 'ListObjectInfoRepresentation') {
|
|
22844
22882
|
const v_error = (() => {
|
|
22845
22883
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22846
22884
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22853,7 +22891,7 @@ function validate$17(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
22853
22891
|
for (let i = 0; i < obj_availableScopes.length; i++) {
|
|
22854
22892
|
const obj_availableScopes_item = obj_availableScopes[i];
|
|
22855
22893
|
const path_availableScopes_item = path_availableScopes + '[' + i + ']';
|
|
22856
|
-
const referencepath_availableScopes_itemValidationError = validate$
|
|
22894
|
+
const referencepath_availableScopes_itemValidationError = validate$1b(obj_availableScopes_item, path_availableScopes_item);
|
|
22857
22895
|
if (referencepath_availableScopes_itemValidationError !== null) {
|
|
22858
22896
|
let message = 'Object doesn\'t match ListObjectScopeRepresentation (at "' + path_availableScopes_item + '")\n';
|
|
22859
22897
|
message += referencepath_availableScopes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22868,7 +22906,7 @@ function validate$17(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
22868
22906
|
for (let i = 0; i < obj_columns.length; i++) {
|
|
22869
22907
|
const obj_columns_item = obj_columns[i];
|
|
22870
22908
|
const path_columns_item = path_columns + '[' + i + ']';
|
|
22871
|
-
const referencepath_columns_itemValidationError = validate$
|
|
22909
|
+
const referencepath_columns_itemValidationError = validate$19(obj_columns_item, path_columns_item);
|
|
22872
22910
|
if (referencepath_columns_itemValidationError !== null) {
|
|
22873
22911
|
let message = 'Object doesn\'t match ListObjectColumnRepresentation (at "' + path_columns_item + '")\n';
|
|
22874
22912
|
message += referencepath_columns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23016,7 +23054,7 @@ function equals$B(existing, incoming) {
|
|
|
23016
23054
|
}
|
|
23017
23055
|
const ingest$1S = function ListObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23018
23056
|
if (process.env.NODE_ENV !== 'production') {
|
|
23019
|
-
const validateError = validate$
|
|
23057
|
+
const validateError = validate$18(input);
|
|
23020
23058
|
if (validateError !== null) {
|
|
23021
23059
|
throw validateError;
|
|
23022
23060
|
}
|
|
@@ -23179,7 +23217,7 @@ const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObject
|
|
|
23179
23217
|
|
|
23180
23218
|
const TTL$p = 900000;
|
|
23181
23219
|
const VERSION$24 = "458d4a6a30201e422e8daec5fcb03845";
|
|
23182
|
-
function validate$
|
|
23220
|
+
function validate$17(obj, path = 'ListPreferencesRepresentation') {
|
|
23183
23221
|
const v_error = (() => {
|
|
23184
23222
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23185
23223
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23214,7 +23252,7 @@ function validate$16(obj, path = 'ListPreferencesRepresentation') {
|
|
|
23214
23252
|
}
|
|
23215
23253
|
const obj_listReference = obj.listReference;
|
|
23216
23254
|
const path_listReference = path + '.listReference';
|
|
23217
|
-
const referencepath_listReferenceValidationError = validate$
|
|
23255
|
+
const referencepath_listReferenceValidationError = validate$2c(obj_listReference, path_listReference);
|
|
23218
23256
|
if (referencepath_listReferenceValidationError !== null) {
|
|
23219
23257
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
23220
23258
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23228,7 +23266,7 @@ function validate$16(obj, path = 'ListPreferencesRepresentation') {
|
|
|
23228
23266
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
23229
23267
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
23230
23268
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
23231
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
23269
|
+
const referencepath_orderedBy_itemValidationError = validate$29(obj_orderedBy_item, path_orderedBy_item);
|
|
23232
23270
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
23233
23271
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
23234
23272
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23324,7 +23362,7 @@ function equals$A(existing, incoming) {
|
|
|
23324
23362
|
}
|
|
23325
23363
|
const ingest$1R = function ListPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23326
23364
|
if (process.env.NODE_ENV !== 'production') {
|
|
23327
|
-
const validateError = validate$
|
|
23365
|
+
const validateError = validate$17(input);
|
|
23328
23366
|
if (validateError !== null) {
|
|
23329
23367
|
throw validateError;
|
|
23330
23368
|
}
|
|
@@ -23487,7 +23525,7 @@ const getListPreferencesAdapterFactory = (luvio) => function UiApi__getListPrefe
|
|
|
23487
23525
|
buildCachedSnapshotCachePolicy$t, buildNetworkSnapshotCachePolicy$u);
|
|
23488
23526
|
};
|
|
23489
23527
|
|
|
23490
|
-
function validate$
|
|
23528
|
+
function validate$16(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
23491
23529
|
const v_error = (() => {
|
|
23492
23530
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23493
23531
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23595,7 +23633,7 @@ function typeCheckConfig$F(untrustedConfig) {
|
|
|
23595
23633
|
const untrustedConfig_orderedBy_array = [];
|
|
23596
23634
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
23597
23635
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
23598
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
23636
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$16(untrustedConfig_orderedBy_item);
|
|
23599
23637
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
23600
23638
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
23601
23639
|
}
|
|
@@ -23649,7 +23687,7 @@ const updateListPreferencesAdapterFactory = (luvio) => {
|
|
|
23649
23687
|
|
|
23650
23688
|
const TTL$o = 120000;
|
|
23651
23689
|
const VERSION$23 = "756779d0d7e137dd72c743544afbad82";
|
|
23652
|
-
function validate$
|
|
23690
|
+
function validate$15(obj, path = 'NavItemsRepresentation') {
|
|
23653
23691
|
const v_error = (() => {
|
|
23654
23692
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23655
23693
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23777,7 +23815,7 @@ function equals$z(existing, incoming) {
|
|
|
23777
23815
|
}
|
|
23778
23816
|
const ingest$1Q = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23779
23817
|
if (process.env.NODE_ENV !== 'production') {
|
|
23780
|
-
const validateError = validate$
|
|
23818
|
+
const validateError = validate$15(input);
|
|
23781
23819
|
if (validateError !== null) {
|
|
23782
23820
|
throw validateError;
|
|
23783
23821
|
}
|
|
@@ -24513,7 +24551,7 @@ var DiscriminatorValues$4;
|
|
|
24513
24551
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
24514
24552
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
24515
24553
|
const VERSION$1_ = "bd523b2343366edfc25a2dbee2c4e986";
|
|
24516
|
-
function validate$
|
|
24554
|
+
function validate$14(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
|
|
24517
24555
|
const v_error = (() => {
|
|
24518
24556
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24519
24557
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24558,7 +24596,7 @@ const select$2c = function AbstractPicklistValueAttributesRepresentationSelect()
|
|
|
24558
24596
|
};
|
|
24559
24597
|
|
|
24560
24598
|
const VERSION$1Z = "9e2a16a80378487f557124c771201cf9";
|
|
24561
|
-
function validate$
|
|
24599
|
+
function validate$13(obj, path = 'PicklistValueRepresentation') {
|
|
24562
24600
|
const v_error = (() => {
|
|
24563
24601
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24564
24602
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24567,7 +24605,7 @@ function validate$12(obj, path = 'PicklistValueRepresentation') {
|
|
|
24567
24605
|
const path_attributes = path + '.attributes';
|
|
24568
24606
|
let obj_attributes_union0 = null;
|
|
24569
24607
|
const obj_attributes_union0_error = (() => {
|
|
24570
|
-
const referencepath_attributesValidationError = validate$
|
|
24608
|
+
const referencepath_attributesValidationError = validate$14(obj_attributes, path_attributes);
|
|
24571
24609
|
if (referencepath_attributesValidationError !== null) {
|
|
24572
24610
|
let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
24573
24611
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24662,7 +24700,7 @@ function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
|
24662
24700
|
|
|
24663
24701
|
const TTL$n = 900000;
|
|
24664
24702
|
const VERSION$1Y = "0a361a49370acb4c6a31721a2057649a";
|
|
24665
|
-
function validate$
|
|
24703
|
+
function validate$12(obj, path = 'PicklistValuesRepresentation') {
|
|
24666
24704
|
const v_error = (() => {
|
|
24667
24705
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24668
24706
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24685,7 +24723,7 @@ function validate$11(obj, path = 'PicklistValuesRepresentation') {
|
|
|
24685
24723
|
const path_defaultValue = path + '.defaultValue';
|
|
24686
24724
|
let obj_defaultValue_union0 = null;
|
|
24687
24725
|
const obj_defaultValue_union0_error = (() => {
|
|
24688
|
-
const referencepath_defaultValueValidationError = validate$
|
|
24726
|
+
const referencepath_defaultValueValidationError = validate$13(obj_defaultValue, path_defaultValue);
|
|
24689
24727
|
if (referencepath_defaultValueValidationError !== null) {
|
|
24690
24728
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
24691
24729
|
message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24728,7 +24766,7 @@ function validate$11(obj, path = 'PicklistValuesRepresentation') {
|
|
|
24728
24766
|
for (let i = 0; i < obj_values.length; i++) {
|
|
24729
24767
|
const obj_values_item = obj_values[i];
|
|
24730
24768
|
const path_values_item = path_values + '[' + i + ']';
|
|
24731
|
-
const referencepath_values_itemValidationError = validate$
|
|
24769
|
+
const referencepath_values_itemValidationError = validate$13(obj_values_item, path_values_item);
|
|
24732
24770
|
if (referencepath_values_itemValidationError !== null) {
|
|
24733
24771
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
24734
24772
|
message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24786,7 +24824,7 @@ function equals$y(existing, incoming) {
|
|
|
24786
24824
|
}
|
|
24787
24825
|
const ingest$1P = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24788
24826
|
if (process.env.NODE_ENV !== 'production') {
|
|
24789
|
-
const validateError = validate$
|
|
24827
|
+
const validateError = validate$12(input);
|
|
24790
24828
|
if (validateError !== null) {
|
|
24791
24829
|
throw validateError;
|
|
24792
24830
|
}
|
|
@@ -24808,7 +24846,7 @@ function getTypeCacheKeys$1S(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24808
24846
|
|
|
24809
24847
|
const TTL$m = 300000;
|
|
24810
24848
|
const VERSION$1X = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
24811
|
-
function validate$
|
|
24849
|
+
function validate$11(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
24812
24850
|
const v_error = (() => {
|
|
24813
24851
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24814
24852
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24895,7 +24933,7 @@ function equals$x(existing, incoming) {
|
|
|
24895
24933
|
}
|
|
24896
24934
|
const ingest$1O = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24897
24935
|
if (process.env.NODE_ENV !== 'production') {
|
|
24898
|
-
const validateError = validate$
|
|
24936
|
+
const validateError = validate$11(input);
|
|
24899
24937
|
if (validateError !== null) {
|
|
24900
24938
|
throw validateError;
|
|
24901
24939
|
}
|
|
@@ -25382,7 +25420,7 @@ const getPathLayoutAdapterFactory = (luvio) => function UiApi__getPathLayout(unt
|
|
|
25382
25420
|
buildCachedSnapshotCachePolicy$n, buildNetworkSnapshotCachePolicy$o);
|
|
25383
25421
|
};
|
|
25384
25422
|
|
|
25385
|
-
function validate
|
|
25423
|
+
function validate$10(obj, path = 'MatchResultInfoRepresentation') {
|
|
25386
25424
|
const v_error = (() => {
|
|
25387
25425
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25388
25426
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25408,7 +25446,7 @@ function validate$$(obj, path = 'MatchResultInfoRepresentation') {
|
|
|
25408
25446
|
return v_error === undefined ? null : v_error;
|
|
25409
25447
|
}
|
|
25410
25448
|
|
|
25411
|
-
function validate
|
|
25449
|
+
function validate$$(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
25412
25450
|
const v_error = (() => {
|
|
25413
25451
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25414
25452
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25420,7 +25458,7 @@ function validate$_(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
25420
25458
|
}
|
|
25421
25459
|
const obj_matchResultInfo = obj.matchResultInfo;
|
|
25422
25460
|
const path_matchResultInfo = path + '.matchResultInfo';
|
|
25423
|
-
const referencepath_matchResultInfoValidationError = validate
|
|
25461
|
+
const referencepath_matchResultInfoValidationError = validate$10(obj_matchResultInfo, path_matchResultInfo);
|
|
25424
25462
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
25425
25463
|
let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
25426
25464
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25435,7 +25473,7 @@ function validate$_(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
25435
25473
|
return v_error === undefined ? null : v_error;
|
|
25436
25474
|
}
|
|
25437
25475
|
|
|
25438
|
-
function validate$
|
|
25476
|
+
function validate$_(obj, path = 'MatchRepresentation') {
|
|
25439
25477
|
const v_error = (() => {
|
|
25440
25478
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25441
25479
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25450,7 +25488,7 @@ function validate$Z(obj, path = 'MatchRepresentation') {
|
|
|
25450
25488
|
const key = obj_duplicateResultInfos_keys[i];
|
|
25451
25489
|
const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
25452
25490
|
const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
25453
|
-
const referencepath_duplicateResultInfos_propValidationError = validate
|
|
25491
|
+
const referencepath_duplicateResultInfos_propValidationError = validate$$(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
25454
25492
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
25455
25493
|
let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
25456
25494
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25480,7 +25518,7 @@ function validate$Z(obj, path = 'MatchRepresentation') {
|
|
|
25480
25518
|
|
|
25481
25519
|
const TTL$l = 30000;
|
|
25482
25520
|
const VERSION$1W = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
25483
|
-
function validate$
|
|
25521
|
+
function validate$Z(obj, path = 'DuplicatesRepresentation') {
|
|
25484
25522
|
const v_error = (() => {
|
|
25485
25523
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25486
25524
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25515,7 +25553,7 @@ function validate$Y(obj, path = 'DuplicatesRepresentation') {
|
|
|
25515
25553
|
for (let i = 0; i < obj_matches.length; i++) {
|
|
25516
25554
|
const obj_matches_item = obj_matches[i];
|
|
25517
25555
|
const path_matches_item = path_matches + '[' + i + ']';
|
|
25518
|
-
const referencepath_matches_itemValidationError = validate$
|
|
25556
|
+
const referencepath_matches_itemValidationError = validate$_(obj_matches_item, path_matches_item);
|
|
25519
25557
|
if (referencepath_matches_itemValidationError !== null) {
|
|
25520
25558
|
let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
25521
25559
|
message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25545,7 +25583,7 @@ function equals$w(existing, incoming) {
|
|
|
25545
25583
|
}
|
|
25546
25584
|
const ingest$1N = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25547
25585
|
if (process.env.NODE_ENV !== 'production') {
|
|
25548
|
-
const validateError = validate$
|
|
25586
|
+
const validateError = validate$Z(input);
|
|
25549
25587
|
if (validateError !== null) {
|
|
25550
25588
|
throw validateError;
|
|
25551
25589
|
}
|
|
@@ -25738,7 +25776,7 @@ const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(unt
|
|
|
25738
25776
|
};
|
|
25739
25777
|
|
|
25740
25778
|
const VERSION$1V = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
25741
|
-
function validate$
|
|
25779
|
+
function validate$Y(obj, path = 'PhotoMetadataRepresentation') {
|
|
25742
25780
|
const v_error = (() => {
|
|
25743
25781
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25744
25782
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25830,8 +25868,8 @@ function equals$v(existing, incoming) {
|
|
|
25830
25868
|
}
|
|
25831
25869
|
|
|
25832
25870
|
const VERSION$1U = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
25833
|
-
function validate$
|
|
25834
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
25871
|
+
function validate$X(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
25872
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$V(obj, path);
|
|
25835
25873
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
25836
25874
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
25837
25875
|
}
|
|
@@ -25898,7 +25936,7 @@ function validate$W(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
|
25898
25936
|
}
|
|
25899
25937
|
const obj_photoMetadata = obj.photoMetadata;
|
|
25900
25938
|
const path_photoMetadata = path + '.photoMetadata';
|
|
25901
|
-
const referencepath_photoMetadataValidationError = validate$
|
|
25939
|
+
const referencepath_photoMetadataValidationError = validate$Y(obj_photoMetadata, path_photoMetadata);
|
|
25902
25940
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
25903
25941
|
let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
25904
25942
|
message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26053,7 +26091,7 @@ function equals$u(existing, incoming) {
|
|
|
26053
26091
|
}
|
|
26054
26092
|
const ingest$1M = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26055
26093
|
if (process.env.NODE_ENV !== 'production') {
|
|
26056
|
-
const validateError = validate$
|
|
26094
|
+
const validateError = validate$X(input);
|
|
26057
26095
|
if (validateError !== null) {
|
|
26058
26096
|
throw validateError;
|
|
26059
26097
|
}
|
|
@@ -26074,8 +26112,8 @@ function getTypeCacheKeys$1P(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
26074
26112
|
}
|
|
26075
26113
|
|
|
26076
26114
|
const VERSION$1T = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
26077
|
-
function validate$
|
|
26078
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
26115
|
+
function validate$W(obj, path = 'ThemeRecordAvatarRepresentation') {
|
|
26116
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$V(obj, path);
|
|
26079
26117
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
26080
26118
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
26081
26119
|
}
|
|
@@ -26194,7 +26232,7 @@ function equals$t(existing, incoming) {
|
|
|
26194
26232
|
}
|
|
26195
26233
|
const ingest$1L = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26196
26234
|
if (process.env.NODE_ENV !== 'production') {
|
|
26197
|
-
const validateError = validate$
|
|
26235
|
+
const validateError = validate$W(input);
|
|
26198
26236
|
if (validateError !== null) {
|
|
26199
26237
|
throw validateError;
|
|
26200
26238
|
}
|
|
@@ -26220,7 +26258,7 @@ var DiscriminatorValues$3;
|
|
|
26220
26258
|
DiscriminatorValues["Theme"] = "Theme";
|
|
26221
26259
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
26222
26260
|
const VERSION$1S = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
26223
|
-
function validate$
|
|
26261
|
+
function validate$V(obj, path = 'AbstractRecordAvatarRepresentation') {
|
|
26224
26262
|
const v_error = (() => {
|
|
26225
26263
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26226
26264
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26313,8 +26351,8 @@ function getTypeCacheKeys$1N(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
26313
26351
|
}
|
|
26314
26352
|
|
|
26315
26353
|
const VERSION$1R = "f531b44760afecfce89990fe5a5c5c29";
|
|
26316
|
-
function validate$
|
|
26317
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
26354
|
+
function validate$U(obj, path = 'RecordAvatarBatchRepresentation') {
|
|
26355
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$Q(obj, path);
|
|
26318
26356
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
26319
26357
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
26320
26358
|
}
|
|
@@ -26375,7 +26413,7 @@ function equals$r(existing, incoming) {
|
|
|
26375
26413
|
}
|
|
26376
26414
|
const ingest$1K = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26377
26415
|
if (process.env.NODE_ENV !== 'production') {
|
|
26378
|
-
const validateError = validate$
|
|
26416
|
+
const validateError = validate$U(input);
|
|
26379
26417
|
if (validateError !== null) {
|
|
26380
26418
|
throw validateError;
|
|
26381
26419
|
}
|
|
@@ -26396,7 +26434,7 @@ function getTypeCacheKeys$1M(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
26396
26434
|
}
|
|
26397
26435
|
|
|
26398
26436
|
const VERSION$1Q = "17c20b01167dba9a81452e60bb28b2f2";
|
|
26399
|
-
function validate$
|
|
26437
|
+
function validate$T(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
|
|
26400
26438
|
const v_error = (() => {
|
|
26401
26439
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26402
26440
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26446,8 +26484,8 @@ function equals$q(existing, incoming) {
|
|
|
26446
26484
|
}
|
|
26447
26485
|
|
|
26448
26486
|
const VERSION$1P = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
26449
|
-
function validate$
|
|
26450
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
26487
|
+
function validate$S(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
|
|
26488
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$Q(obj, path);
|
|
26451
26489
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
26452
26490
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
26453
26491
|
}
|
|
@@ -26463,7 +26501,7 @@ function validate$R(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation'
|
|
|
26463
26501
|
for (let i = 0; i < obj_result.length; i++) {
|
|
26464
26502
|
const obj_result_item = obj_result[i];
|
|
26465
26503
|
const path_result_item = path_result + '[' + i + ']';
|
|
26466
|
-
const referencepath_result_itemValidationError = validate$
|
|
26504
|
+
const referencepath_result_itemValidationError = validate$T(obj_result_item, path_result_item);
|
|
26467
26505
|
if (referencepath_result_itemValidationError !== null) {
|
|
26468
26506
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
26469
26507
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26513,7 +26551,7 @@ function equals$p(existing, incoming) {
|
|
|
26513
26551
|
}
|
|
26514
26552
|
const ingest$1J = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26515
26553
|
if (process.env.NODE_ENV !== 'production') {
|
|
26516
|
-
const validateError = validate$
|
|
26554
|
+
const validateError = validate$S(input);
|
|
26517
26555
|
if (validateError !== null) {
|
|
26518
26556
|
throw validateError;
|
|
26519
26557
|
}
|
|
@@ -26534,8 +26572,8 @@ function getTypeCacheKeys$1L(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
26534
26572
|
}
|
|
26535
26573
|
|
|
26536
26574
|
const VERSION$1O = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
26537
|
-
function validate$
|
|
26538
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
26575
|
+
function validate$R(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
26576
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$Q(obj, path);
|
|
26539
26577
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
26540
26578
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
26541
26579
|
}
|
|
@@ -26551,7 +26589,7 @@ function validate$Q(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
|
26551
26589
|
for (let i = 0; i < obj_result.length; i++) {
|
|
26552
26590
|
const obj_result_item = obj_result[i];
|
|
26553
26591
|
const path_result_item = path_result + '[' + i + ']';
|
|
26554
|
-
const referencepath_result_itemValidationError = validate$
|
|
26592
|
+
const referencepath_result_itemValidationError = validate$T(obj_result_item, path_result_item);
|
|
26555
26593
|
if (referencepath_result_itemValidationError !== null) {
|
|
26556
26594
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
26557
26595
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26601,7 +26639,7 @@ function equals$o(existing, incoming) {
|
|
|
26601
26639
|
}
|
|
26602
26640
|
const ingest$1I = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26603
26641
|
if (process.env.NODE_ENV !== 'production') {
|
|
26604
|
-
const validateError = validate$
|
|
26642
|
+
const validateError = validate$R(input);
|
|
26605
26643
|
if (validateError !== null) {
|
|
26606
26644
|
throw validateError;
|
|
26607
26645
|
}
|
|
@@ -26628,7 +26666,7 @@ const DiscriminatorValues$2 = {
|
|
|
26628
26666
|
};
|
|
26629
26667
|
const TTL$k = 300000;
|
|
26630
26668
|
const VERSION$1N = "8956293536e94d5ec63b274b61033d2c";
|
|
26631
|
-
function validate$
|
|
26669
|
+
function validate$Q(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
26632
26670
|
const v_error = (() => {
|
|
26633
26671
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26634
26672
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26706,7 +26744,7 @@ function getTypeCacheKeys$1J(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
26706
26744
|
|
|
26707
26745
|
const TTL$j = 1800000;
|
|
26708
26746
|
const VERSION$1M = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
26709
|
-
function validate$
|
|
26747
|
+
function validate$P(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
26710
26748
|
const v_error = (() => {
|
|
26711
26749
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26712
26750
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26785,7 +26823,7 @@ function merge(existing, incoming, _luvio, _path) {
|
|
|
26785
26823
|
|
|
26786
26824
|
const ingest$1H = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26787
26825
|
if (process.env.NODE_ENV !== 'production') {
|
|
26788
|
-
const validateError = validate$
|
|
26826
|
+
const validateError = validate$P(input);
|
|
26789
26827
|
if (validateError !== null) {
|
|
26790
26828
|
throw validateError;
|
|
26791
26829
|
}
|
|
@@ -27276,7 +27314,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
|
|
|
27276
27314
|
};
|
|
27277
27315
|
|
|
27278
27316
|
const VERSION$1L = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
27279
|
-
function validate$
|
|
27317
|
+
function validate$O(obj, path = 'RelatedListReferenceRepresentation') {
|
|
27280
27318
|
const v_error = (() => {
|
|
27281
27319
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27282
27320
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27515,7 +27553,7 @@ function equals$l(existing, incoming) {
|
|
|
27515
27553
|
}
|
|
27516
27554
|
|
|
27517
27555
|
const VERSION$1K = "836b875b519813e7499efc62f0f1d04b";
|
|
27518
|
-
function validate$
|
|
27556
|
+
function validate$N(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
27519
27557
|
const v_error = (() => {
|
|
27520
27558
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27521
27559
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27558,7 +27596,7 @@ function validate$M(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
|
27558
27596
|
}
|
|
27559
27597
|
const obj_listReference = obj.listReference;
|
|
27560
27598
|
const path_listReference = path + '.listReference';
|
|
27561
|
-
const referencepath_listReferenceValidationError = validate$
|
|
27599
|
+
const referencepath_listReferenceValidationError = validate$O(obj_listReference, path_listReference);
|
|
27562
27600
|
if (referencepath_listReferenceValidationError !== null) {
|
|
27563
27601
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
27564
27602
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27631,7 +27669,7 @@ function equals$k(existing, incoming) {
|
|
|
27631
27669
|
}
|
|
27632
27670
|
const ingest$1G = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
27633
27671
|
if (process.env.NODE_ENV !== 'production') {
|
|
27634
|
-
const validateError = validate$
|
|
27672
|
+
const validateError = validate$N(input);
|
|
27635
27673
|
if (validateError !== null) {
|
|
27636
27674
|
throw validateError;
|
|
27637
27675
|
}
|
|
@@ -28143,7 +28181,7 @@ const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedL
|
|
|
28143
28181
|
buildCachedSnapshotCachePolicy$i, buildNetworkSnapshotCachePolicy$j);
|
|
28144
28182
|
};
|
|
28145
28183
|
|
|
28146
|
-
function validate$
|
|
28184
|
+
function validate$M(obj, path = 'RelatedListColumnRepresentation') {
|
|
28147
28185
|
const v_error = (() => {
|
|
28148
28186
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28149
28187
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28294,7 +28332,7 @@ function validate$L(obj, path = 'RelatedListColumnRepresentation') {
|
|
|
28294
28332
|
|
|
28295
28333
|
const TTL$i = 900000;
|
|
28296
28334
|
const VERSION$1J = "c977d65d153a2b4e888ddd45fb083248";
|
|
28297
|
-
function validate$
|
|
28335
|
+
function validate$L(obj, path = 'RelatedListInfoRepresentation') {
|
|
28298
28336
|
const v_error = (() => {
|
|
28299
28337
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28300
28338
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28322,7 +28360,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
28322
28360
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
28323
28361
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
28324
28362
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
28325
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
28363
|
+
const referencepath_displayColumns_itemValidationError = validate$M(obj_displayColumns_item, path_displayColumns_item);
|
|
28326
28364
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
28327
28365
|
let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
28328
28366
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28369,7 +28407,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
28369
28407
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
28370
28408
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
28371
28409
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
28372
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
28410
|
+
const referencepath_filteredByInfo_itemValidationError = validate$2e(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
28373
28411
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
28374
28412
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
28375
28413
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28383,7 +28421,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
28383
28421
|
}
|
|
28384
28422
|
const obj_listReference = obj.listReference;
|
|
28385
28423
|
const path_listReference = path + '.listReference';
|
|
28386
|
-
const referencepath_listReferenceValidationError = validate$
|
|
28424
|
+
const referencepath_listReferenceValidationError = validate$O(obj_listReference, path_listReference);
|
|
28387
28425
|
if (referencepath_listReferenceValidationError !== null) {
|
|
28388
28426
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
28389
28427
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28421,7 +28459,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
28421
28459
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
28422
28460
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
28423
28461
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
28424
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
28462
|
+
const referencepath_orderedByInfo_itemValidationError = validate$29(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
28425
28463
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
28426
28464
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
28427
28465
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28440,7 +28478,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
28440
28478
|
}
|
|
28441
28479
|
const obj_userPreferences = obj.userPreferences;
|
|
28442
28480
|
const path_userPreferences = path + '.userPreferences';
|
|
28443
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
28481
|
+
const referencepath_userPreferencesValidationError = validate$25(obj_userPreferences, path_userPreferences);
|
|
28444
28482
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
28445
28483
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
28446
28484
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28580,7 +28618,7 @@ function equals$j(existing, incoming) {
|
|
|
28580
28618
|
}
|
|
28581
28619
|
const ingest$1F = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28582
28620
|
if (process.env.NODE_ENV !== 'production') {
|
|
28583
|
-
const validateError = validate$
|
|
28621
|
+
const validateError = validate$L(input);
|
|
28584
28622
|
if (validateError !== null) {
|
|
28585
28623
|
throw validateError;
|
|
28586
28624
|
}
|
|
@@ -29018,7 +29056,7 @@ const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRela
|
|
|
29018
29056
|
buildCachedSnapshotCachePolicy$h, buildNetworkSnapshotCachePolicy$i);
|
|
29019
29057
|
};
|
|
29020
29058
|
|
|
29021
|
-
function validate$
|
|
29059
|
+
function validate$K(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
29022
29060
|
const v_error = (() => {
|
|
29023
29061
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29024
29062
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29114,7 +29152,7 @@ function validate$J(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
29114
29152
|
const path_themeInfo = path + '.themeInfo';
|
|
29115
29153
|
let obj_themeInfo_union0 = null;
|
|
29116
29154
|
const obj_themeInfo_union0_error = (() => {
|
|
29117
|
-
const referencepath_themeInfoValidationError = validate$
|
|
29155
|
+
const referencepath_themeInfoValidationError = validate$1O(obj_themeInfo, path_themeInfo);
|
|
29118
29156
|
if (referencepath_themeInfoValidationError !== null) {
|
|
29119
29157
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
29120
29158
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29149,7 +29187,7 @@ function validate$J(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
29149
29187
|
}
|
|
29150
29188
|
|
|
29151
29189
|
const VERSION$1I = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
29152
|
-
function validate$
|
|
29190
|
+
function validate$J(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
|
|
29153
29191
|
const v_error = (() => {
|
|
29154
29192
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29155
29193
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29198,7 +29236,7 @@ function validate$I(obj, path = 'RelatedListSummaryInfoCollectionRepresentation'
|
|
|
29198
29236
|
for (let i = 0; i < obj_relatedLists.length; i++) {
|
|
29199
29237
|
const obj_relatedLists_item = obj_relatedLists[i];
|
|
29200
29238
|
const path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
29201
|
-
const referencepath_relatedLists_itemValidationError = validate$
|
|
29239
|
+
const referencepath_relatedLists_itemValidationError = validate$K(obj_relatedLists_item, path_relatedLists_item);
|
|
29202
29240
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
29203
29241
|
let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
29204
29242
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29254,7 +29292,7 @@ function equals$i(existing, incoming) {
|
|
|
29254
29292
|
}
|
|
29255
29293
|
const ingest$1E = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29256
29294
|
if (process.env.NODE_ENV !== 'production') {
|
|
29257
|
-
const validateError = validate$
|
|
29295
|
+
const validateError = validate$J(input);
|
|
29258
29296
|
if (validateError !== null) {
|
|
29259
29297
|
throw validateError;
|
|
29260
29298
|
}
|
|
@@ -29503,7 +29541,7 @@ const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedLi
|
|
|
29503
29541
|
buildCachedSnapshotCachePolicy$f, buildNetworkSnapshotCachePolicy$g);
|
|
29504
29542
|
};
|
|
29505
29543
|
|
|
29506
|
-
function validate$
|
|
29544
|
+
function validate$I(obj, path = 'ListUserPreferenceInputRepresentation') {
|
|
29507
29545
|
const v_error = (() => {
|
|
29508
29546
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29509
29547
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29585,7 +29623,7 @@ function typeCheckConfig$q(untrustedConfig) {
|
|
|
29585
29623
|
const untrustedConfig_orderedByInfo_array = [];
|
|
29586
29624
|
for (let i = 0, arrayLength = untrustedConfig_orderedByInfo.length; i < arrayLength; i++) {
|
|
29587
29625
|
const untrustedConfig_orderedByInfo_item = untrustedConfig_orderedByInfo[i];
|
|
29588
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
29626
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$16(untrustedConfig_orderedByInfo_item);
|
|
29589
29627
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
29590
29628
|
untrustedConfig_orderedByInfo_array.push(untrustedConfig_orderedByInfo_item);
|
|
29591
29629
|
}
|
|
@@ -29593,7 +29631,7 @@ function typeCheckConfig$q(untrustedConfig) {
|
|
|
29593
29631
|
config.orderedByInfo = untrustedConfig_orderedByInfo_array;
|
|
29594
29632
|
}
|
|
29595
29633
|
const untrustedConfig_userPreferences = untrustedConfig.userPreferences;
|
|
29596
|
-
const referenceListUserPreferenceInputRepresentationValidationError = validate$
|
|
29634
|
+
const referenceListUserPreferenceInputRepresentationValidationError = validate$I(untrustedConfig_userPreferences);
|
|
29597
29635
|
if (referenceListUserPreferenceInputRepresentationValidationError === null) {
|
|
29598
29636
|
config.userPreferences = untrustedConfig_userPreferences;
|
|
29599
29637
|
}
|
|
@@ -29658,7 +29696,7 @@ const updateRelatedListInfoAdapterFactory = (luvio) => {
|
|
|
29658
29696
|
|
|
29659
29697
|
const TTL$h = 900000;
|
|
29660
29698
|
const VERSION$1H = "094cdf8e3e1f07fca02c4e51e14c528e";
|
|
29661
|
-
function validate$
|
|
29699
|
+
function validate$H(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
29662
29700
|
const v_error = (() => {
|
|
29663
29701
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29664
29702
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29699,7 +29737,7 @@ function validate$G(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
29699
29737
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
29700
29738
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
29701
29739
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
29702
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
29740
|
+
const referencepath_orderedBy_itemValidationError = validate$29(obj_orderedBy_item, path_orderedBy_item);
|
|
29703
29741
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
29704
29742
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
29705
29743
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29743,7 +29781,7 @@ function equals$h(existing, incoming) {
|
|
|
29743
29781
|
}
|
|
29744
29782
|
const ingest$1D = function RelatedListUserPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29745
29783
|
if (process.env.NODE_ENV !== 'production') {
|
|
29746
|
-
const validateError = validate$
|
|
29784
|
+
const validateError = validate$H(input);
|
|
29747
29785
|
if (validateError !== null) {
|
|
29748
29786
|
throw validateError;
|
|
29749
29787
|
}
|
|
@@ -30339,7 +30377,7 @@ function typeCheckConfig$n(untrustedConfig) {
|
|
|
30339
30377
|
const untrustedConfig_orderedBy_array = [];
|
|
30340
30378
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
30341
30379
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
30342
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
30380
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$16(untrustedConfig_orderedBy_item);
|
|
30343
30381
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
30344
30382
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
30345
30383
|
}
|
|
@@ -30390,7 +30428,7 @@ const updateRelatedListPreferencesAdapterFactory = (luvio) => {
|
|
|
30390
30428
|
};
|
|
30391
30429
|
};
|
|
30392
30430
|
|
|
30393
|
-
function validate$
|
|
30431
|
+
function validate$G(obj, path = 'RelatedListRecordsSingleBatchInputRepresentation') {
|
|
30394
30432
|
const v_error = (() => {
|
|
30395
30433
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30396
30434
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30633,7 +30671,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
|
|
|
30633
30671
|
|
|
30634
30672
|
const TTL$g = 30000;
|
|
30635
30673
|
const VERSION$1G = "62467c27c19349b70c9db2a8d9d591d9";
|
|
30636
|
-
function validate$
|
|
30674
|
+
function validate$F(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
30637
30675
|
const v_error = (() => {
|
|
30638
30676
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30639
30677
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30714,7 +30752,7 @@ function validate$E(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
|
30714
30752
|
}
|
|
30715
30753
|
const obj_listReference = obj.listReference;
|
|
30716
30754
|
const path_listReference = path + '.listReference';
|
|
30717
|
-
const referencepath_listReferenceValidationError = validate$
|
|
30755
|
+
const referencepath_listReferenceValidationError = validate$O(obj_listReference, path_listReference);
|
|
30718
30756
|
if (referencepath_listReferenceValidationError !== null) {
|
|
30719
30757
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
30720
30758
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31135,7 +31173,7 @@ function equals$g(existing, incoming) {
|
|
|
31135
31173
|
}
|
|
31136
31174
|
const ingest$1C = function RelatedListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
31137
31175
|
if (process.env.NODE_ENV !== 'production') {
|
|
31138
|
-
const validateError = validate$
|
|
31176
|
+
const validateError = validate$F(input);
|
|
31139
31177
|
if (validateError !== null) {
|
|
31140
31178
|
throw validateError;
|
|
31141
31179
|
}
|
|
@@ -31627,7 +31665,7 @@ function typeCheckConfig$m(untrustedConfig) {
|
|
|
31627
31665
|
const untrustedConfig_relatedListParameters_array = [];
|
|
31628
31666
|
for (let i = 0, arrayLength = untrustedConfig_relatedListParameters.length; i < arrayLength; i++) {
|
|
31629
31667
|
const untrustedConfig_relatedListParameters_item = untrustedConfig_relatedListParameters[i];
|
|
31630
|
-
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$
|
|
31668
|
+
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$G(untrustedConfig_relatedListParameters_item);
|
|
31631
31669
|
if (referenceRelatedListRecordsSingleBatchInputRepresentationValidationError === null) {
|
|
31632
31670
|
untrustedConfig_relatedListParameters_array.push(untrustedConfig_relatedListParameters_item);
|
|
31633
31671
|
}
|
|
@@ -31872,7 +31910,7 @@ const getRelatedListRecordsAdapterFactory = (luvio) => function UiApi__getRelate
|
|
|
31872
31910
|
buildCachedSnapshotCachePolicy$b, buildNetworkSnapshotCachePolicy$c);
|
|
31873
31911
|
};
|
|
31874
31912
|
|
|
31875
|
-
function validate$
|
|
31913
|
+
function validate$E(obj, path = 'SearchFilterOptionRepresentation') {
|
|
31876
31914
|
const v_error = (() => {
|
|
31877
31915
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31878
31916
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31902,7 +31940,7 @@ var DiscriminatorValues;
|
|
|
31902
31940
|
DiscriminatorValues["Field"] = "Field";
|
|
31903
31941
|
DiscriminatorValues["DataCategory"] = "DataCategory";
|
|
31904
31942
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
31905
|
-
function validate$
|
|
31943
|
+
function validate$D(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
31906
31944
|
const v_error = (() => {
|
|
31907
31945
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31908
31946
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31963,7 +32001,7 @@ function validate$C(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
|
31963
32001
|
|
|
31964
32002
|
const TTL$f = 30000;
|
|
31965
32003
|
const VERSION$1F = "7d241c2ee7cc9b09d6bd434b33b0b5e4";
|
|
31966
|
-
function validate$
|
|
32004
|
+
function validate$C(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
|
|
31967
32005
|
const v_error = (() => {
|
|
31968
32006
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31969
32007
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32002,7 +32040,7 @@ function validate$B(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
32002
32040
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
32003
32041
|
const obj_filters_item = obj_filters[i];
|
|
32004
32042
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
32005
|
-
const referencepath_filters_itemValidationError = validate$
|
|
32043
|
+
const referencepath_filters_itemValidationError = validate$D(obj_filters_item, path_filters_item);
|
|
32006
32044
|
if (referencepath_filters_itemValidationError !== null) {
|
|
32007
32045
|
let message = 'Object doesn\'t match SearchFilterDefinitionRepresentation (at "' + path_filters_item + '")\n';
|
|
32008
32046
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32047,7 +32085,7 @@ function equals$f(existing, incoming) {
|
|
|
32047
32085
|
}
|
|
32048
32086
|
const ingest$1B = function SearchFilterMetadataCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32049
32087
|
if (process.env.NODE_ENV !== 'production') {
|
|
32050
|
-
const validateError = validate$
|
|
32088
|
+
const validateError = validate$C(input);
|
|
32051
32089
|
if (validateError !== null) {
|
|
32052
32090
|
throw validateError;
|
|
32053
32091
|
}
|
|
@@ -32211,7 +32249,7 @@ const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSear
|
|
|
32211
32249
|
|
|
32212
32250
|
const TTL$e = 30000;
|
|
32213
32251
|
const VERSION$1E = "8d851a8d9abf0a061a8ad81d4cbb83bc";
|
|
32214
|
-
function validate$
|
|
32252
|
+
function validate$B(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
32215
32253
|
const v_error = (() => {
|
|
32216
32254
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32217
32255
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32234,7 +32272,7 @@ function validate$A(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
|
32234
32272
|
for (let i = 0; i < obj_options.length; i++) {
|
|
32235
32273
|
const obj_options_item = obj_options[i];
|
|
32236
32274
|
const path_options_item = path_options + '[' + i + ']';
|
|
32237
|
-
const referencepath_options_itemValidationError = validate$
|
|
32275
|
+
const referencepath_options_itemValidationError = validate$E(obj_options_item, path_options_item);
|
|
32238
32276
|
if (referencepath_options_itemValidationError !== null) {
|
|
32239
32277
|
let message = 'Object doesn\'t match SearchFilterOptionRepresentation (at "' + path_options_item + '")\n';
|
|
32240
32278
|
message += referencepath_options_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32301,7 +32339,7 @@ function equals$e(existing, incoming) {
|
|
|
32301
32339
|
}
|
|
32302
32340
|
const ingest$1A = function SearchFilterOptionCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32303
32341
|
if (process.env.NODE_ENV !== 'production') {
|
|
32304
|
-
const validateError = validate$
|
|
32342
|
+
const validateError = validate$B(input);
|
|
32305
32343
|
if (validateError !== null) {
|
|
32306
32344
|
throw validateError;
|
|
32307
32345
|
}
|
|
@@ -32465,7 +32503,7 @@ const getSearchFilterOptionsAdapterFactory = (luvio) => function UiApi__getSearc
|
|
|
32465
32503
|
buildCachedSnapshotCachePolicy$9, buildNetworkSnapshotCachePolicy$a);
|
|
32466
32504
|
};
|
|
32467
32505
|
|
|
32468
|
-
function validate$
|
|
32506
|
+
function validate$A(obj, path = 'AdvancedLookupDisplayInfoFieldRepresentation') {
|
|
32469
32507
|
const v_error = (() => {
|
|
32470
32508
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32471
32509
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32489,7 +32527,7 @@ function validate$z(obj, path = 'AdvancedLookupDisplayInfoFieldRepresentation')
|
|
|
32489
32527
|
return v_error === undefined ? null : v_error;
|
|
32490
32528
|
}
|
|
32491
32529
|
|
|
32492
|
-
function validate$
|
|
32530
|
+
function validate$z(obj, path = 'AdvancedLookupDisplayInfoRepresentation') {
|
|
32493
32531
|
const v_error = (() => {
|
|
32494
32532
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32495
32533
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32502,7 +32540,7 @@ function validate$y(obj, path = 'AdvancedLookupDisplayInfoRepresentation') {
|
|
|
32502
32540
|
for (let i = 0; i < obj_fields.length; i++) {
|
|
32503
32541
|
const obj_fields_item = obj_fields[i];
|
|
32504
32542
|
const path_fields_item = path_fields + '[' + i + ']';
|
|
32505
|
-
const referencepath_fields_itemValidationError = validate$
|
|
32543
|
+
const referencepath_fields_itemValidationError = validate$A(obj_fields_item, path_fields_item);
|
|
32506
32544
|
if (referencepath_fields_itemValidationError !== null) {
|
|
32507
32545
|
let message = 'Object doesn\'t match AdvancedLookupDisplayInfoFieldRepresentation (at "' + path_fields_item + '")\n';
|
|
32508
32546
|
message += referencepath_fields_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32513,14 +32551,14 @@ function validate$y(obj, path = 'AdvancedLookupDisplayInfoRepresentation') {
|
|
|
32513
32551
|
return v_error === undefined ? null : v_error;
|
|
32514
32552
|
}
|
|
32515
32553
|
|
|
32516
|
-
function validate$
|
|
32554
|
+
function validate$y(obj, path = 'AdvancedLookupInfoRepresentation') {
|
|
32517
32555
|
const v_error = (() => {
|
|
32518
32556
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32519
32557
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
32520
32558
|
}
|
|
32521
32559
|
const obj_displayInfo = obj.displayInfo;
|
|
32522
32560
|
const path_displayInfo = path + '.displayInfo';
|
|
32523
|
-
const referencepath_displayInfoValidationError = validate$
|
|
32561
|
+
const referencepath_displayInfoValidationError = validate$z(obj_displayInfo, path_displayInfo);
|
|
32524
32562
|
if (referencepath_displayInfoValidationError !== null) {
|
|
32525
32563
|
let message = 'Object doesn\'t match AdvancedLookupDisplayInfoRepresentation (at "' + path_displayInfo + '")\n';
|
|
32526
32564
|
message += referencepath_displayInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32530,7 +32568,7 @@ function validate$x(obj, path = 'AdvancedLookupInfoRepresentation') {
|
|
|
32530
32568
|
return v_error === undefined ? null : v_error;
|
|
32531
32569
|
}
|
|
32532
32570
|
|
|
32533
|
-
function validate$
|
|
32571
|
+
function validate$x(obj, path = 'DisplayLayoutRepresentation') {
|
|
32534
32572
|
const v_error = (() => {
|
|
32535
32573
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32536
32574
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32551,7 +32589,7 @@ function validate$w(obj, path = 'DisplayLayoutRepresentation') {
|
|
|
32551
32589
|
return v_error === undefined ? null : v_error;
|
|
32552
32590
|
}
|
|
32553
32591
|
|
|
32554
|
-
function validate$
|
|
32592
|
+
function validate$w(obj, path = 'MatchingInfoRepresentation') {
|
|
32555
32593
|
const v_error = (() => {
|
|
32556
32594
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32557
32595
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32572,14 +32610,14 @@ function validate$v(obj, path = 'MatchingInfoRepresentation') {
|
|
|
32572
32610
|
return v_error === undefined ? null : v_error;
|
|
32573
32611
|
}
|
|
32574
32612
|
|
|
32575
|
-
function validate$
|
|
32613
|
+
function validate$v(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
32576
32614
|
const v_error = (() => {
|
|
32577
32615
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32578
32616
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
32579
32617
|
}
|
|
32580
32618
|
const obj_displayLayout = obj.displayLayout;
|
|
32581
32619
|
const path_displayLayout = path + '.displayLayout';
|
|
32582
|
-
const referencepath_displayLayoutValidationError = validate$
|
|
32620
|
+
const referencepath_displayLayoutValidationError = validate$x(obj_displayLayout, path_displayLayout);
|
|
32583
32621
|
if (referencepath_displayLayoutValidationError !== null) {
|
|
32584
32622
|
let message = 'Object doesn\'t match DisplayLayoutRepresentation (at "' + path_displayLayout + '")\n';
|
|
32585
32623
|
message += referencepath_displayLayoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32587,7 +32625,7 @@ function validate$u(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
32587
32625
|
}
|
|
32588
32626
|
const obj_matchingInfo = obj.matchingInfo;
|
|
32589
32627
|
const path_matchingInfo = path + '.matchingInfo';
|
|
32590
|
-
const referencepath_matchingInfoValidationError = validate$
|
|
32628
|
+
const referencepath_matchingInfoValidationError = validate$w(obj_matchingInfo, path_matchingInfo);
|
|
32591
32629
|
if (referencepath_matchingInfoValidationError !== null) {
|
|
32592
32630
|
let message = 'Object doesn\'t match MatchingInfoRepresentation (at "' + path_matchingInfo + '")\n';
|
|
32593
32631
|
message += referencepath_matchingInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32597,14 +32635,14 @@ function validate$u(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
32597
32635
|
return v_error === undefined ? null : v_error;
|
|
32598
32636
|
}
|
|
32599
32637
|
|
|
32600
|
-
function validate$
|
|
32638
|
+
function validate$u(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
32601
32639
|
const v_error = (() => {
|
|
32602
32640
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32603
32641
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
32604
32642
|
}
|
|
32605
32643
|
const obj_advancedLookupInfo = obj.advancedLookupInfo;
|
|
32606
32644
|
const path_advancedLookupInfo = path + '.advancedLookupInfo';
|
|
32607
|
-
const referencepath_advancedLookupInfoValidationError = validate$
|
|
32645
|
+
const referencepath_advancedLookupInfoValidationError = validate$y(obj_advancedLookupInfo, path_advancedLookupInfo);
|
|
32608
32646
|
if (referencepath_advancedLookupInfoValidationError !== null) {
|
|
32609
32647
|
let message = 'Object doesn\'t match AdvancedLookupInfoRepresentation (at "' + path_advancedLookupInfo + '")\n';
|
|
32610
32648
|
message += referencepath_advancedLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32617,7 +32655,7 @@ function validate$t(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
32617
32655
|
}
|
|
32618
32656
|
const obj_suggestionsInfo = obj.suggestionsInfo;
|
|
32619
32657
|
const path_suggestionsInfo = path + '.suggestionsInfo';
|
|
32620
|
-
const referencepath_suggestionsInfoValidationError = validate$
|
|
32658
|
+
const referencepath_suggestionsInfoValidationError = validate$v(obj_suggestionsInfo, path_suggestionsInfo);
|
|
32621
32659
|
if (referencepath_suggestionsInfoValidationError !== null) {
|
|
32622
32660
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_suggestionsInfo + '")\n';
|
|
32623
32661
|
message += referencepath_suggestionsInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32629,7 +32667,7 @@ function validate$t(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
32629
32667
|
|
|
32630
32668
|
const TTL$d = 30000;
|
|
32631
32669
|
const VERSION$1D = "ab99b79a5e8a78e051ec92b39d76a6bd";
|
|
32632
|
-
function validate$
|
|
32670
|
+
function validate$t(obj, path = 'LookupMetadataRepresentation') {
|
|
32633
32671
|
const v_error = (() => {
|
|
32634
32672
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32635
32673
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32680,7 +32718,7 @@ function validate$s(obj, path = 'LookupMetadataRepresentation') {
|
|
|
32680
32718
|
const key = obj_targetInfo_keys[i];
|
|
32681
32719
|
const obj_targetInfo_prop = obj_targetInfo[key];
|
|
32682
32720
|
const path_targetInfo_prop = path_targetInfo + '["' + key + '"]';
|
|
32683
|
-
const referencepath_targetInfo_propValidationError = validate$
|
|
32721
|
+
const referencepath_targetInfo_propValidationError = validate$u(obj_targetInfo_prop, path_targetInfo_prop);
|
|
32684
32722
|
if (referencepath_targetInfo_propValidationError !== null) {
|
|
32685
32723
|
let message = 'Object doesn\'t match LookupMetadataTargetInfoRepresentation (at "' + path_targetInfo_prop + '")\n';
|
|
32686
32724
|
message += referencepath_targetInfo_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32720,7 +32758,7 @@ function equals$d(existing, incoming) {
|
|
|
32720
32758
|
}
|
|
32721
32759
|
const ingest$1z = function LookupMetadataRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32722
32760
|
if (process.env.NODE_ENV !== 'production') {
|
|
32723
|
-
const validateError = validate$
|
|
32761
|
+
const validateError = validate$t(input);
|
|
32724
32762
|
if (validateError !== null) {
|
|
32725
32763
|
throw validateError;
|
|
32726
32764
|
}
|
|
@@ -32882,7 +32920,7 @@ const getLookupMetadataAdapterFactory = (luvio) => function UiApi__getLookupMeta
|
|
|
32882
32920
|
buildCachedSnapshotCachePolicy$8, buildNetworkSnapshotCachePolicy$9);
|
|
32883
32921
|
};
|
|
32884
32922
|
|
|
32885
|
-
function validate$
|
|
32923
|
+
function validate$s(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
32886
32924
|
const v_error = (() => {
|
|
32887
32925
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32888
32926
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32913,7 +32951,7 @@ function validate$r(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
|
32913
32951
|
return v_error === undefined ? null : v_error;
|
|
32914
32952
|
}
|
|
32915
32953
|
|
|
32916
|
-
function validate$
|
|
32954
|
+
function validate$r(obj, path = 'SearchFilterInputRepresentation') {
|
|
32917
32955
|
const v_error = (() => {
|
|
32918
32956
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32919
32957
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32982,7 +33020,7 @@ function validate$q(obj, path = 'SearchFilterInputRepresentation') {
|
|
|
32982
33020
|
return v_error === undefined ? null : v_error;
|
|
32983
33021
|
}
|
|
32984
33022
|
|
|
32985
|
-
function validate$
|
|
33023
|
+
function validate$q(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
32986
33024
|
const v_error = (() => {
|
|
32987
33025
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32988
33026
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32995,7 +33033,7 @@ function validate$p(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
32995
33033
|
for (let i = 0; i < obj_dataCategories.length; i++) {
|
|
32996
33034
|
const obj_dataCategories_item = obj_dataCategories[i];
|
|
32997
33035
|
const path_dataCategories_item = path_dataCategories + '[' + i + ']';
|
|
32998
|
-
const referencepath_dataCategories_itemValidationError = validate$
|
|
33036
|
+
const referencepath_dataCategories_itemValidationError = validate$s(obj_dataCategories_item, path_dataCategories_item);
|
|
32999
33037
|
if (referencepath_dataCategories_itemValidationError !== null) {
|
|
33000
33038
|
let message = 'Object doesn\'t match SearchDataCategoryInputRepresentation (at "' + path_dataCategories_item + '")\n';
|
|
33001
33039
|
message += referencepath_dataCategories_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33010,7 +33048,7 @@ function validate$p(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
33010
33048
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
33011
33049
|
const obj_filters_item = obj_filters[i];
|
|
33012
33050
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
33013
|
-
const referencepath_filters_itemValidationError = validate$
|
|
33051
|
+
const referencepath_filters_itemValidationError = validate$r(obj_filters_item, path_filters_item);
|
|
33014
33052
|
if (referencepath_filters_itemValidationError !== null) {
|
|
33015
33053
|
let message = 'Object doesn\'t match SearchFilterInputRepresentation (at "' + path_filters_item + '")\n';
|
|
33016
33054
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33021,7 +33059,7 @@ function validate$p(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
33021
33059
|
return v_error === undefined ? null : v_error;
|
|
33022
33060
|
}
|
|
33023
33061
|
|
|
33024
|
-
function validate$
|
|
33062
|
+
function validate$p(obj, path = 'DirectAnswerResultRepresentation') {
|
|
33025
33063
|
const v_error = (() => {
|
|
33026
33064
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33027
33065
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33134,7 +33172,7 @@ function validate$o(obj, path = 'DirectAnswerResultRepresentation') {
|
|
|
33134
33172
|
return v_error === undefined ? null : v_error;
|
|
33135
33173
|
}
|
|
33136
33174
|
|
|
33137
|
-
function validate$
|
|
33175
|
+
function validate$o(obj, path = 'ErrorMessageRepresentation') {
|
|
33138
33176
|
const v_error = (() => {
|
|
33139
33177
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33140
33178
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33174,7 +33212,7 @@ function validate$n(obj, path = 'ErrorMessageRepresentation') {
|
|
|
33174
33212
|
return v_error === undefined ? null : v_error;
|
|
33175
33213
|
}
|
|
33176
33214
|
|
|
33177
|
-
function validate$
|
|
33215
|
+
function validate$n(obj, path = 'SearchResultCollectionRepresentation') {
|
|
33178
33216
|
const v_error = (() => {
|
|
33179
33217
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33180
33218
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33188,7 +33226,7 @@ function validate$m(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
33188
33226
|
const path_error = path + '.error';
|
|
33189
33227
|
let obj_error_union0 = null;
|
|
33190
33228
|
const obj_error_union0_error = (() => {
|
|
33191
|
-
const referencepath_errorValidationError = validate$
|
|
33229
|
+
const referencepath_errorValidationError = validate$o(obj_error, path_error);
|
|
33192
33230
|
if (referencepath_errorValidationError !== null) {
|
|
33193
33231
|
let message = 'Object doesn\'t match ErrorMessageRepresentation (at "' + path_error + '")\n';
|
|
33194
33232
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33252,7 +33290,7 @@ function validate$m(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
33252
33290
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
33253
33291
|
const obj_orderBy_item = obj_orderBy[i];
|
|
33254
33292
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
33255
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
33293
|
+
const referencepath_orderBy_itemValidationError = validate$29(obj_orderBy_item, path_orderBy_item);
|
|
33256
33294
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
33257
33295
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
33258
33296
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33318,7 +33356,7 @@ function validate$m(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
33318
33356
|
return v_error === undefined ? null : v_error;
|
|
33319
33357
|
}
|
|
33320
33358
|
|
|
33321
|
-
function validate$
|
|
33359
|
+
function validate$m(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
33322
33360
|
const v_error = (() => {
|
|
33323
33361
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33324
33362
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33365,6 +33403,46 @@ function validate$l(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
|
33365
33403
|
return v_error === undefined ? null : v_error;
|
|
33366
33404
|
}
|
|
33367
33405
|
|
|
33406
|
+
function validate$l(obj, path = 'NLSResultsRepresentation') {
|
|
33407
|
+
const v_error = (() => {
|
|
33408
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33409
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
33410
|
+
}
|
|
33411
|
+
const obj_hasNoResult = obj.hasNoResult;
|
|
33412
|
+
const path_hasNoResult = path + '.hasNoResult';
|
|
33413
|
+
let obj_hasNoResult_union0 = null;
|
|
33414
|
+
const obj_hasNoResult_union0_error = (() => {
|
|
33415
|
+
if (typeof obj_hasNoResult !== 'boolean') {
|
|
33416
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_hasNoResult + '" (at "' + path_hasNoResult + '")');
|
|
33417
|
+
}
|
|
33418
|
+
})();
|
|
33419
|
+
if (obj_hasNoResult_union0_error != null) {
|
|
33420
|
+
obj_hasNoResult_union0 = obj_hasNoResult_union0_error.message;
|
|
33421
|
+
}
|
|
33422
|
+
let obj_hasNoResult_union1 = null;
|
|
33423
|
+
const obj_hasNoResult_union1_error = (() => {
|
|
33424
|
+
if (obj_hasNoResult !== null) {
|
|
33425
|
+
return new TypeError('Expected "null" but received "' + typeof obj_hasNoResult + '" (at "' + path_hasNoResult + '")');
|
|
33426
|
+
}
|
|
33427
|
+
})();
|
|
33428
|
+
if (obj_hasNoResult_union1_error != null) {
|
|
33429
|
+
obj_hasNoResult_union1 = obj_hasNoResult_union1_error.message;
|
|
33430
|
+
}
|
|
33431
|
+
if (obj_hasNoResult_union0 && obj_hasNoResult_union1) {
|
|
33432
|
+
let message = 'Object doesn\'t match union (at "' + path_hasNoResult + '")';
|
|
33433
|
+
message += '\n' + obj_hasNoResult_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
33434
|
+
message += '\n' + obj_hasNoResult_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
33435
|
+
return new TypeError(message);
|
|
33436
|
+
}
|
|
33437
|
+
const obj_results = obj.results;
|
|
33438
|
+
const path_results = path + '.results';
|
|
33439
|
+
if (typeof obj_results !== 'object') {
|
|
33440
|
+
return new TypeError('Expected "object" but received "' + typeof obj_results + '" (at "' + path_results + '")');
|
|
33441
|
+
}
|
|
33442
|
+
})();
|
|
33443
|
+
return v_error === undefined ? null : v_error;
|
|
33444
|
+
}
|
|
33445
|
+
|
|
33368
33446
|
function validate$k(obj, path = 'AppliedSearchFilterOutputRepresentation') {
|
|
33369
33447
|
const v_error = (() => {
|
|
33370
33448
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -33649,7 +33727,7 @@ function validate$f(obj, path = 'SearchObjectOptionsOutputRepresentation') {
|
|
|
33649
33727
|
}
|
|
33650
33728
|
|
|
33651
33729
|
const TTL$c = 200;
|
|
33652
|
-
const VERSION$1C = "
|
|
33730
|
+
const VERSION$1C = "5e805b26bc243a05358227e1d5e31fe2";
|
|
33653
33731
|
function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
33654
33732
|
const v_error = (() => {
|
|
33655
33733
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -33685,7 +33763,7 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
33685
33763
|
const path_directAnswerResult = path + '.directAnswerResult';
|
|
33686
33764
|
let obj_directAnswerResult_union0 = null;
|
|
33687
33765
|
const obj_directAnswerResult_union0_error = (() => {
|
|
33688
|
-
const referencepath_directAnswerResultValidationError = validate$
|
|
33766
|
+
const referencepath_directAnswerResultValidationError = validate$p(obj_directAnswerResult, path_directAnswerResult);
|
|
33689
33767
|
if (referencepath_directAnswerResultValidationError !== null) {
|
|
33690
33768
|
let message = 'Object doesn\'t match DirectAnswerResultRepresentation (at "' + path_directAnswerResult + '")\n';
|
|
33691
33769
|
message += referencepath_directAnswerResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33714,7 +33792,7 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
33714
33792
|
const path_keywordSearchResults = path + '.keywordSearchResults';
|
|
33715
33793
|
let obj_keywordSearchResults_union0 = null;
|
|
33716
33794
|
const obj_keywordSearchResults_union0_error = (() => {
|
|
33717
|
-
const referencepath_keywordSearchResultsValidationError = validate$
|
|
33795
|
+
const referencepath_keywordSearchResultsValidationError = validate$m(obj_keywordSearchResults, path_keywordSearchResults);
|
|
33718
33796
|
if (referencepath_keywordSearchResultsValidationError !== null) {
|
|
33719
33797
|
let message = 'Object doesn\'t match KeywordSearchResultsRepresentation (at "' + path_keywordSearchResults + '")\n';
|
|
33720
33798
|
message += referencepath_keywordSearchResultsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33739,6 +33817,35 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
33739
33817
|
message += '\n' + obj_keywordSearchResults_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
33740
33818
|
return new TypeError(message);
|
|
33741
33819
|
}
|
|
33820
|
+
const obj_nlsResults = obj.nlsResults;
|
|
33821
|
+
const path_nlsResults = path + '.nlsResults';
|
|
33822
|
+
let obj_nlsResults_union0 = null;
|
|
33823
|
+
const obj_nlsResults_union0_error = (() => {
|
|
33824
|
+
const referencepath_nlsResultsValidationError = validate$l(obj_nlsResults, path_nlsResults);
|
|
33825
|
+
if (referencepath_nlsResultsValidationError !== null) {
|
|
33826
|
+
let message = 'Object doesn\'t match NLSResultsRepresentation (at "' + path_nlsResults + '")\n';
|
|
33827
|
+
message += referencepath_nlsResultsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
33828
|
+
return new TypeError(message);
|
|
33829
|
+
}
|
|
33830
|
+
})();
|
|
33831
|
+
if (obj_nlsResults_union0_error != null) {
|
|
33832
|
+
obj_nlsResults_union0 = obj_nlsResults_union0_error.message;
|
|
33833
|
+
}
|
|
33834
|
+
let obj_nlsResults_union1 = null;
|
|
33835
|
+
const obj_nlsResults_union1_error = (() => {
|
|
33836
|
+
if (obj_nlsResults !== null) {
|
|
33837
|
+
return new TypeError('Expected "null" but received "' + typeof obj_nlsResults + '" (at "' + path_nlsResults + '")');
|
|
33838
|
+
}
|
|
33839
|
+
})();
|
|
33840
|
+
if (obj_nlsResults_union1_error != null) {
|
|
33841
|
+
obj_nlsResults_union1 = obj_nlsResults_union1_error.message;
|
|
33842
|
+
}
|
|
33843
|
+
if (obj_nlsResults_union0 && obj_nlsResults_union1) {
|
|
33844
|
+
let message = 'Object doesn\'t match union (at "' + path_nlsResults + '")';
|
|
33845
|
+
message += '\n' + obj_nlsResults_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
33846
|
+
message += '\n' + obj_nlsResults_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
33847
|
+
return new TypeError(message);
|
|
33848
|
+
}
|
|
33742
33849
|
const obj_qnaResult = obj.qnaResult;
|
|
33743
33850
|
const path_qnaResult = path + '.qnaResult';
|
|
33744
33851
|
let obj_qnaResult_union0 = null;
|
|
@@ -33927,7 +34034,7 @@ function typeCheckConfig$h(untrustedConfig) {
|
|
|
33927
34034
|
for (let i = 0, arrayLength = untrustedConfig_searchObjectOptions_keys.length; i < arrayLength; i++) {
|
|
33928
34035
|
const key = untrustedConfig_searchObjectOptions_keys[i];
|
|
33929
34036
|
const untrustedConfig_searchObjectOptions_prop = untrustedConfig_searchObjectOptions[key];
|
|
33930
|
-
const referenceSearchObjectOptionsRepresentationValidationError = validate$
|
|
34037
|
+
const referenceSearchObjectOptionsRepresentationValidationError = validate$q(untrustedConfig_searchObjectOptions_prop);
|
|
33931
34038
|
if (referenceSearchObjectOptionsRepresentationValidationError === null) {
|
|
33932
34039
|
if (untrustedConfig_searchObjectOptions_object !== undefined) {
|
|
33933
34040
|
untrustedConfig_searchObjectOptions_object[key] = untrustedConfig_searchObjectOptions_prop;
|
|
@@ -34046,7 +34153,7 @@ function validate$d(obj, path = 'KeywordSearchResultsSummaryRepresentation') {
|
|
|
34046
34153
|
}
|
|
34047
34154
|
const obj_keywordSearchResult = obj.keywordSearchResult;
|
|
34048
34155
|
const path_keywordSearchResult = path + '.keywordSearchResult';
|
|
34049
|
-
const referencepath_keywordSearchResultValidationError = validate$
|
|
34156
|
+
const referencepath_keywordSearchResultValidationError = validate$n(obj_keywordSearchResult, path_keywordSearchResult);
|
|
34050
34157
|
if (referencepath_keywordSearchResultValidationError !== null) {
|
|
34051
34158
|
let message = 'Object doesn\'t match SearchResultCollectionRepresentation (at "' + path_keywordSearchResult + '")\n';
|
|
34052
34159
|
message += referencepath_keywordSearchResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34201,7 +34308,7 @@ function typeCheckConfig$g(untrustedConfig) {
|
|
|
34201
34308
|
const untrustedConfig_filters_array = [];
|
|
34202
34309
|
for (let i = 0, arrayLength = untrustedConfig_filters.length; i < arrayLength; i++) {
|
|
34203
34310
|
const untrustedConfig_filters_item = untrustedConfig_filters[i];
|
|
34204
|
-
const referenceSearchFilterInputRepresentationValidationError = validate$
|
|
34311
|
+
const referenceSearchFilterInputRepresentationValidationError = validate$r(untrustedConfig_filters_item);
|
|
34205
34312
|
if (referenceSearchFilterInputRepresentationValidationError === null) {
|
|
34206
34313
|
untrustedConfig_filters_array.push(untrustedConfig_filters_item);
|
|
34207
34314
|
}
|
|
@@ -55757,6 +55864,12 @@ function selectTypeLinkWithPagination(resolvedLink, sel, fieldData, reader, key,
|
|
|
55757
55864
|
return;
|
|
55758
55865
|
}
|
|
55759
55866
|
}
|
|
55867
|
+
else if (totalEdges === 0 && !listIsComplete) {
|
|
55868
|
+
// empty edge list, but the list isn't complete?
|
|
55869
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
55870
|
+
throw new Error("page size of zero, but pageInfo .hasNextPage is true.");
|
|
55871
|
+
}
|
|
55872
|
+
}
|
|
55760
55873
|
else {
|
|
55761
55874
|
if (startOffset === undefined || endOffset === undefined) {
|
|
55762
55875
|
reader.markMissingLink(fieldData.__ref);
|
|
@@ -58040,7 +58153,7 @@ function validate$a(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
58040
58153
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
58041
58154
|
let obj_recordTypeInfo_union0 = null;
|
|
58042
58155
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
58043
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
58156
|
+
const referencepath_recordTypeInfoValidationError = validate$20(obj_recordTypeInfo, path_recordTypeInfo);
|
|
58044
58157
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
58045
58158
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
58046
58159
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|