@salesforce/lds-adapters-uiapi 1.309.0-dev13 → 1.309.0-dev15
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/uiapi-records-service.js +337 -268
- package/package.json +7 -7
- package/sfdc/graphqlAdapters.js +1 -1
- package/sfdc/index.js +338 -269
- 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');
|
|
@@ -5558,7 +5558,7 @@ function normalize$S(input, existing, path, luvio, store, timestamp, fieldsTrie,
|
|
|
5558
5558
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
5559
5559
|
return (input, path, luvio, store, timestamp) => {
|
|
5560
5560
|
if (process.env.NODE_ENV !== 'production') {
|
|
5561
|
-
const validateError = validate$
|
|
5561
|
+
const validateError = validate$1$(input);
|
|
5562
5562
|
if (validateError !== null) {
|
|
5563
5563
|
throw validateError;
|
|
5564
5564
|
}
|
|
@@ -5651,7 +5651,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
5651
5651
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
5652
5652
|
return (input, path, luvio, store, timestamp) => {
|
|
5653
5653
|
if (process.env.NODE_ENV !== 'production') {
|
|
5654
|
-
const validateError = validate$
|
|
5654
|
+
const validateError = validate$1Z(input);
|
|
5655
5655
|
if (validateError !== null) {
|
|
5656
5656
|
throw validateError;
|
|
5657
5657
|
}
|
|
@@ -6627,7 +6627,7 @@ const keyBuilderFromType$C = function ListRecordCollectionRepresentationKeyBuild
|
|
|
6627
6627
|
|
|
6628
6628
|
const TTL$E = 30000;
|
|
6629
6629
|
const VERSION$2G = "e5c90c4081cd557f8ffec53028ede1e8";
|
|
6630
|
-
function validate$
|
|
6630
|
+
function validate$1Y(obj, path = 'ListRecordCollectionRepresentation') {
|
|
6631
6631
|
const v_error = (() => {
|
|
6632
6632
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
6633
6633
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -6687,7 +6687,7 @@ function validate$1X(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
6687
6687
|
}
|
|
6688
6688
|
const obj_listReference = obj.listReference;
|
|
6689
6689
|
const path_listReference = path + '.listReference';
|
|
6690
|
-
const referencepath_listReferenceValidationError = validate$
|
|
6690
|
+
const referencepath_listReferenceValidationError = validate$2c(obj_listReference, path_listReference);
|
|
6691
6691
|
if (referencepath_listReferenceValidationError !== null) {
|
|
6692
6692
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
6693
6693
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -7253,7 +7253,7 @@ function equals$16(existing, incoming) {
|
|
|
7253
7253
|
}
|
|
7254
7254
|
const ingest$2f = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7255
7255
|
if (process.env.NODE_ENV !== 'production') {
|
|
7256
|
-
const validateError = validate$
|
|
7256
|
+
const validateError = validate$1Y(input);
|
|
7257
7257
|
if (validateError !== null) {
|
|
7258
7258
|
throw validateError;
|
|
7259
7259
|
}
|
|
@@ -7361,7 +7361,7 @@ const notifyUpdateAvailableFactory$4 = (luvio) => {
|
|
|
7361
7361
|
};
|
|
7362
7362
|
|
|
7363
7363
|
const VERSION$2F = "cf8d2eb042188974da26ffe6618cfd07";
|
|
7364
|
-
function validate$
|
|
7364
|
+
function validate$1X(obj, path = 'ListUiRepresentation') {
|
|
7365
7365
|
const v_error = (() => {
|
|
7366
7366
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7367
7367
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7488,7 +7488,7 @@ function equals$15(existing, incoming) {
|
|
|
7488
7488
|
}
|
|
7489
7489
|
const ingest$2e = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7490
7490
|
if (process.env.NODE_ENV !== 'production') {
|
|
7491
|
-
const validateError = validate$
|
|
7491
|
+
const validateError = validate$1X(input);
|
|
7492
7492
|
if (validateError !== null) {
|
|
7493
7493
|
throw validateError;
|
|
7494
7494
|
}
|
|
@@ -7829,7 +7829,7 @@ function createResourceRequest$1b(config) {
|
|
|
7829
7829
|
}
|
|
7830
7830
|
|
|
7831
7831
|
const VERSION$2E = "0b29241fd9ed04bb61fde26b3f558ac4";
|
|
7832
|
-
function validate$
|
|
7832
|
+
function validate$1W(obj, path = 'ListInfoSummaryRepresentation') {
|
|
7833
7833
|
const v_error = (() => {
|
|
7834
7834
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7835
7835
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7941,7 +7941,7 @@ function equals$14(existing, incoming) {
|
|
|
7941
7941
|
}
|
|
7942
7942
|
const ingest$2d = function ListInfoSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7943
7943
|
if (process.env.NODE_ENV !== 'production') {
|
|
7944
|
-
const validateError = validate$
|
|
7944
|
+
const validateError = validate$1W(input);
|
|
7945
7945
|
if (validateError !== null) {
|
|
7946
7946
|
throw validateError;
|
|
7947
7947
|
}
|
|
@@ -7962,7 +7962,7 @@ function getTypeCacheKeys$2g(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
7962
7962
|
}
|
|
7963
7963
|
|
|
7964
7964
|
const VERSION$2D = "d0cadb0927f908b5b64694e1cff0b2d7";
|
|
7965
|
-
function validate$
|
|
7965
|
+
function validate$1V(obj, path = 'ListInfoSummaryCollectionRepresentation') {
|
|
7966
7966
|
const v_error = (() => {
|
|
7967
7967
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7968
7968
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8346,7 +8346,7 @@ function equals$13(existing, incoming) {
|
|
|
8346
8346
|
}
|
|
8347
8347
|
const ingest$2c = function ListInfoSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8348
8348
|
if (process.env.NODE_ENV !== 'production') {
|
|
8349
|
-
const validateError = validate$
|
|
8349
|
+
const validateError = validate$1V(input);
|
|
8350
8350
|
if (validateError !== null) {
|
|
8351
8351
|
throw validateError;
|
|
8352
8352
|
}
|
|
@@ -8866,7 +8866,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
8866
8866
|
}
|
|
8867
8867
|
|
|
8868
8868
|
const VERSION$2C = "3529c5f7d0eb2206c90a52c6d9f721d4";
|
|
8869
|
-
function validate$
|
|
8869
|
+
function validate$1U(obj, path = 'ListViewSummaryRepresentation') {
|
|
8870
8870
|
const v_error = (() => {
|
|
8871
8871
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8872
8872
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8978,7 +8978,7 @@ function equals$12(existing, incoming) {
|
|
|
8978
8978
|
}
|
|
8979
8979
|
const ingest$2b = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8980
8980
|
if (process.env.NODE_ENV !== 'production') {
|
|
8981
|
-
const validateError = validate$
|
|
8981
|
+
const validateError = validate$1U(input);
|
|
8982
8982
|
if (validateError !== null) {
|
|
8983
8983
|
throw validateError;
|
|
8984
8984
|
}
|
|
@@ -8999,7 +8999,7 @@ function getTypeCacheKeys$2e(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
8999
8999
|
}
|
|
9000
9000
|
|
|
9001
9001
|
const VERSION$2B = "f4c79fe066da3558499d5ee88c72abcd";
|
|
9002
|
-
function validate$
|
|
9002
|
+
function validate$1T(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
9003
9003
|
const v_error = (() => {
|
|
9004
9004
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9005
9005
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9383,7 +9383,7 @@ function equals$11(existing, incoming) {
|
|
|
9383
9383
|
}
|
|
9384
9384
|
const ingest$2a = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9385
9385
|
if (process.env.NODE_ENV !== 'production') {
|
|
9386
|
-
const validateError = validate$
|
|
9386
|
+
const validateError = validate$1T(input);
|
|
9387
9387
|
if (validateError !== null) {
|
|
9388
9388
|
throw validateError;
|
|
9389
9389
|
}
|
|
@@ -10567,7 +10567,7 @@ const factory$j = (luvio) => {
|
|
|
10567
10567
|
}, { contextId: contextId$5 });
|
|
10568
10568
|
};
|
|
10569
10569
|
|
|
10570
|
-
function validate$
|
|
10570
|
+
function validate$1S(obj, path = 'ChildRelationshipRepresentation') {
|
|
10571
10571
|
const v_error = (() => {
|
|
10572
10572
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10573
10573
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10615,7 +10615,7 @@ function validate$1R(obj, path = 'ChildRelationshipRepresentation') {
|
|
|
10615
10615
|
return v_error === undefined ? null : v_error;
|
|
10616
10616
|
}
|
|
10617
10617
|
|
|
10618
|
-
function validate$
|
|
10618
|
+
function validate$1R(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
10619
10619
|
const v_error = (() => {
|
|
10620
10620
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10621
10621
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10646,7 +10646,7 @@ function validate$1Q(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
|
10646
10646
|
return v_error === undefined ? null : v_error;
|
|
10647
10647
|
}
|
|
10648
10648
|
|
|
10649
|
-
function validate$
|
|
10649
|
+
function validate$1Q(obj, path = 'ReferenceToInfoRepresentation') {
|
|
10650
10650
|
const v_error = (() => {
|
|
10651
10651
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10652
10652
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10672,7 +10672,7 @@ function validate$1P(obj, path = 'ReferenceToInfoRepresentation') {
|
|
|
10672
10672
|
return v_error === undefined ? null : v_error;
|
|
10673
10673
|
}
|
|
10674
10674
|
|
|
10675
|
-
function validate$
|
|
10675
|
+
function validate$1P(obj, path = 'FieldRepresentation') {
|
|
10676
10676
|
const v_error = (() => {
|
|
10677
10677
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10678
10678
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10837,7 +10837,7 @@ function validate$1O(obj, path = 'FieldRepresentation') {
|
|
|
10837
10837
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
10838
10838
|
let obj_filteredLookupInfo_union0 = null;
|
|
10839
10839
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
10840
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
10840
|
+
const referencepath_filteredLookupInfoValidationError = validate$1R(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
10841
10841
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
10842
10842
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
10843
10843
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10988,7 +10988,7 @@ function validate$1O(obj, path = 'FieldRepresentation') {
|
|
|
10988
10988
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
10989
10989
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
10990
10990
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
10991
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
10991
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1Q(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
10992
10992
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
10993
10993
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
10994
10994
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11055,7 +11055,7 @@ function validate$1O(obj, path = 'FieldRepresentation') {
|
|
|
11055
11055
|
return v_error === undefined ? null : v_error;
|
|
11056
11056
|
}
|
|
11057
11057
|
|
|
11058
|
-
function validate$
|
|
11058
|
+
function validate$1O(obj, path = 'ThemeInfoRepresentation') {
|
|
11059
11059
|
const v_error = (() => {
|
|
11060
11060
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11061
11061
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11097,7 +11097,7 @@ function validate$1N(obj, path = 'ThemeInfoRepresentation') {
|
|
|
11097
11097
|
|
|
11098
11098
|
const TTL$D = 900000;
|
|
11099
11099
|
const VERSION$2A = "2302a71ca718abb60353eb88dedb1c12";
|
|
11100
|
-
function validate$
|
|
11100
|
+
function validate$1N(obj, path = 'ObjectInfoRepresentation') {
|
|
11101
11101
|
const v_error = (() => {
|
|
11102
11102
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11103
11103
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11167,7 +11167,7 @@ function validate$1M(obj, path = 'ObjectInfoRepresentation') {
|
|
|
11167
11167
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
11168
11168
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
11169
11169
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
11170
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
11170
|
+
const referencepath_childRelationships_itemValidationError = validate$1S(obj_childRelationships_item, path_childRelationships_item);
|
|
11171
11171
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
11172
11172
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
11173
11173
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11254,7 +11254,7 @@ function validate$1M(obj, path = 'ObjectInfoRepresentation') {
|
|
|
11254
11254
|
const key = obj_fields_keys[i];
|
|
11255
11255
|
const obj_fields_prop = obj_fields[key];
|
|
11256
11256
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
11257
|
-
const referencepath_fields_propValidationError = validate$
|
|
11257
|
+
const referencepath_fields_propValidationError = validate$1P(obj_fields_prop, path_fields_prop);
|
|
11258
11258
|
if (referencepath_fields_propValidationError !== null) {
|
|
11259
11259
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
11260
11260
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11334,7 +11334,7 @@ function validate$1M(obj, path = 'ObjectInfoRepresentation') {
|
|
|
11334
11334
|
const key = obj_recordTypeInfos_keys[i];
|
|
11335
11335
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
11336
11336
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
11337
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
11337
|
+
const referencepath_recordTypeInfos_propValidationError = validate$20(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
11338
11338
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
11339
11339
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
11340
11340
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11355,7 +11355,7 @@ function validate$1M(obj, path = 'ObjectInfoRepresentation') {
|
|
|
11355
11355
|
const path_themeInfo = path + '.themeInfo';
|
|
11356
11356
|
let obj_themeInfo_union0 = null;
|
|
11357
11357
|
const obj_themeInfo_union0_error = (() => {
|
|
11358
|
-
const referencepath_themeInfoValidationError = validate$
|
|
11358
|
+
const referencepath_themeInfoValidationError = validate$1O(obj_themeInfo, path_themeInfo);
|
|
11359
11359
|
if (referencepath_themeInfoValidationError !== null) {
|
|
11360
11360
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
11361
11361
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11522,7 +11522,7 @@ function equals$10(existing, incoming) {
|
|
|
11522
11522
|
}
|
|
11523
11523
|
const ingest$29 = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11524
11524
|
if (process.env.NODE_ENV !== 'production') {
|
|
11525
|
-
const validateError = validate$
|
|
11525
|
+
const validateError = validate$1N(input);
|
|
11526
11526
|
if (validateError !== null) {
|
|
11527
11527
|
throw validateError;
|
|
11528
11528
|
}
|
|
@@ -11683,7 +11683,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
11683
11683
|
buildCachedSnapshotCachePolicy$R, buildNetworkSnapshotCachePolicy$S);
|
|
11684
11684
|
};
|
|
11685
11685
|
|
|
11686
|
-
function validate$
|
|
11686
|
+
function validate$1M(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
11687
11687
|
const v_error = (() => {
|
|
11688
11688
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11689
11689
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11731,7 +11731,7 @@ var DiscriminatorValues$5;
|
|
|
11731
11731
|
DiscriminatorValues["Field"] = "Field";
|
|
11732
11732
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
11733
11733
|
})(DiscriminatorValues$5 || (DiscriminatorValues$5 = {}));
|
|
11734
|
-
function validate$
|
|
11734
|
+
function validate$1L(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
11735
11735
|
const v_error = (() => {
|
|
11736
11736
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11737
11737
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11771,7 +11771,7 @@ function validate$1K(obj, path = 'AbstractRecordLayoutComponentRepresentation')
|
|
|
11771
11771
|
return v_error === undefined ? null : v_error;
|
|
11772
11772
|
}
|
|
11773
11773
|
|
|
11774
|
-
function validate$
|
|
11774
|
+
function validate$1K(obj, path = 'RecordLayoutItemRepresentation') {
|
|
11775
11775
|
const v_error = (() => {
|
|
11776
11776
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11777
11777
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11799,7 +11799,7 @@ function validate$1J(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
11799
11799
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
11800
11800
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
11801
11801
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
11802
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
11802
|
+
const referencepath_layoutComponents_itemValidationError = validate$1L(obj_layoutComponents_item, path_layoutComponents_item);
|
|
11803
11803
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
11804
11804
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
11805
11805
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11846,7 +11846,7 @@ function validate$1J(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
11846
11846
|
return v_error === undefined ? null : v_error;
|
|
11847
11847
|
}
|
|
11848
11848
|
|
|
11849
|
-
function validate$
|
|
11849
|
+
function validate$1J(obj, path = 'RecordLayoutRowRepresentation') {
|
|
11850
11850
|
const v_error = (() => {
|
|
11851
11851
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11852
11852
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11859,7 +11859,7 @@ function validate$1I(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
11859
11859
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
11860
11860
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
11861
11861
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
11862
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
11862
|
+
const referencepath_layoutItems_itemValidationError = validate$1K(obj_layoutItems_item, path_layoutItems_item);
|
|
11863
11863
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
11864
11864
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
11865
11865
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11870,7 +11870,7 @@ function validate$1I(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
11870
11870
|
return v_error === undefined ? null : v_error;
|
|
11871
11871
|
}
|
|
11872
11872
|
|
|
11873
|
-
function validate$
|
|
11873
|
+
function validate$1I(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
11874
11874
|
const v_error = (() => {
|
|
11875
11875
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11876
11876
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11945,7 +11945,7 @@ function validate$1H(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
11945
11945
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
11946
11946
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
11947
11947
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
11948
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
11948
|
+
const referencepath_layoutRows_itemValidationError = validate$1J(obj_layoutRows_item, path_layoutRows_item);
|
|
11949
11949
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
11950
11950
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
11951
11951
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11968,7 +11968,7 @@ function validate$1H(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
11968
11968
|
|
|
11969
11969
|
const TTL$C = 900000;
|
|
11970
11970
|
const VERSION$2z = "fb515e25a89ca1ec154dc865e72b913a";
|
|
11971
|
-
function validate$
|
|
11971
|
+
function validate$1H(obj, path = 'RecordLayoutRepresentation') {
|
|
11972
11972
|
const v_error = (() => {
|
|
11973
11973
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11974
11974
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12074,7 +12074,7 @@ function validate$1G(obj, path = 'RecordLayoutRepresentation') {
|
|
|
12074
12074
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
12075
12075
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
12076
12076
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
12077
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
12077
|
+
const referencepath_saveOptions_itemValidationError = validate$1M(obj_saveOptions_item, path_saveOptions_item);
|
|
12078
12078
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
12079
12079
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
12080
12080
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12089,7 +12089,7 @@ function validate$1G(obj, path = 'RecordLayoutRepresentation') {
|
|
|
12089
12089
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
12090
12090
|
const obj_sections_item = obj_sections[i];
|
|
12091
12091
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
12092
|
-
const referencepath_sections_itemValidationError = validate$
|
|
12092
|
+
const referencepath_sections_itemValidationError = validate$1I(obj_sections_item, path_sections_item);
|
|
12093
12093
|
if (referencepath_sections_itemValidationError !== null) {
|
|
12094
12094
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
12095
12095
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12164,7 +12164,7 @@ function equals$$(existing, incoming) {
|
|
|
12164
12164
|
}
|
|
12165
12165
|
const ingest$28 = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12166
12166
|
if (process.env.NODE_ENV !== 'production') {
|
|
12167
|
-
const validateError = validate$
|
|
12167
|
+
const validateError = validate$1H(input);
|
|
12168
12168
|
if (validateError !== null) {
|
|
12169
12169
|
throw validateError;
|
|
12170
12170
|
}
|
|
@@ -12206,7 +12206,7 @@ function getRecordId18Array(value) {
|
|
|
12206
12206
|
return dedupe(array).sort();
|
|
12207
12207
|
}
|
|
12208
12208
|
|
|
12209
|
-
function validate$
|
|
12209
|
+
function validate$1G(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
12210
12210
|
const v_error = (() => {
|
|
12211
12211
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12212
12212
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12227,7 +12227,7 @@ function validate$1F(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
12227
12227
|
|
|
12228
12228
|
const TTL$B = 900000;
|
|
12229
12229
|
const VERSION$2y = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
12230
|
-
function validate$
|
|
12230
|
+
function validate$1F(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
12231
12231
|
const v_error = (() => {
|
|
12232
12232
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12233
12233
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12267,7 +12267,7 @@ function validate$1E(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
12267
12267
|
const key = obj_sectionUserStates_keys[i];
|
|
12268
12268
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
12269
12269
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
12270
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
12270
|
+
const referencepath_sectionUserStates_propValidationError = validate$1G(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
12271
12271
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
12272
12272
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
12273
12273
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -12324,7 +12324,7 @@ function equals$_(existing, incoming) {
|
|
|
12324
12324
|
}
|
|
12325
12325
|
const ingest$27 = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12326
12326
|
if (process.env.NODE_ENV !== 'production') {
|
|
12327
|
-
const validateError = validate$
|
|
12327
|
+
const validateError = validate$1F(input);
|
|
12328
12328
|
if (validateError !== null) {
|
|
12329
12329
|
throw validateError;
|
|
12330
12330
|
}
|
|
@@ -12346,7 +12346,7 @@ function getTypeCacheKeys$2a(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
12346
12346
|
|
|
12347
12347
|
const TTL$A = 900000;
|
|
12348
12348
|
const VERSION$2x = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
12349
|
-
function validate$
|
|
12349
|
+
function validate$1E(obj, path = 'RecordUiRepresentation') {
|
|
12350
12350
|
const v_error = (() => {
|
|
12351
12351
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12352
12352
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12608,7 +12608,7 @@ function equals$Z(existing, incoming) {
|
|
|
12608
12608
|
}
|
|
12609
12609
|
const ingest$26 = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12610
12610
|
if (process.env.NODE_ENV !== 'production') {
|
|
12611
|
-
const validateError = validate$
|
|
12611
|
+
const validateError = validate$1E(input);
|
|
12612
12612
|
if (validateError !== null) {
|
|
12613
12613
|
throw validateError;
|
|
12614
12614
|
}
|
|
@@ -13787,7 +13787,7 @@ const notifyUpdateAvailableFactory$1 = (luvio) => {
|
|
|
13787
13787
|
};
|
|
13788
13788
|
|
|
13789
13789
|
const VERSION$2w = "4aa37812ee37c752a099b29026217c85";
|
|
13790
|
-
function validate$
|
|
13790
|
+
function validate$1D(obj, path = 'ObjectInfoDirectoryEntryRepresentation') {
|
|
13791
13791
|
const v_error = (() => {
|
|
13792
13792
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13793
13793
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13940,7 +13940,7 @@ function equals$Y(existing, incoming) {
|
|
|
13940
13940
|
}
|
|
13941
13941
|
const ingest$25 = function ObjectInfoDirectoryEntryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13942
13942
|
if (process.env.NODE_ENV !== 'production') {
|
|
13943
|
-
const validateError = validate$
|
|
13943
|
+
const validateError = validate$1D(input);
|
|
13944
13944
|
if (validateError !== null) {
|
|
13945
13945
|
throw validateError;
|
|
13946
13946
|
}
|
|
@@ -13961,7 +13961,7 @@ function getTypeCacheKeys$29(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
13961
13961
|
}
|
|
13962
13962
|
|
|
13963
13963
|
const VERSION$2v = "37fd8c0154ee743c9defbf03e9b4b067";
|
|
13964
|
-
function validate$
|
|
13964
|
+
function validate$1C(obj, path = 'ObjectInfoDirectoryRepresentation') {
|
|
13965
13965
|
const v_error = (() => {
|
|
13966
13966
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13967
13967
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14036,7 +14036,7 @@ function equals$X(existing, incoming) {
|
|
|
14036
14036
|
}
|
|
14037
14037
|
const ingest$24 = function ObjectInfoDirectoryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14038
14038
|
if (process.env.NODE_ENV !== 'production') {
|
|
14039
|
-
const validateError = validate$
|
|
14039
|
+
const validateError = validate$1C(input);
|
|
14040
14040
|
if (validateError !== null) {
|
|
14041
14041
|
throw validateError;
|
|
14042
14042
|
}
|
|
@@ -14064,7 +14064,7 @@ function getTypeCacheKeys$28(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14064
14064
|
}
|
|
14065
14065
|
|
|
14066
14066
|
const VERSION$2u = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
14067
|
-
function validate$
|
|
14067
|
+
function validate$1B(obj, path = 'QuickActionExecutionRepresentation') {
|
|
14068
14068
|
const v_error = (() => {
|
|
14069
14069
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14070
14070
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14237,7 +14237,7 @@ function equals$W(existing, incoming) {
|
|
|
14237
14237
|
}
|
|
14238
14238
|
const ingest$23 = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14239
14239
|
if (process.env.NODE_ENV !== 'production') {
|
|
14240
|
-
const validateError = validate$
|
|
14240
|
+
const validateError = validate$1B(input);
|
|
14241
14241
|
if (validateError !== null) {
|
|
14242
14242
|
throw validateError;
|
|
14243
14243
|
}
|
|
@@ -14259,7 +14259,7 @@ function getTypeCacheKeys$27(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14259
14259
|
|
|
14260
14260
|
const TTL$z = 900000;
|
|
14261
14261
|
const VERSION$2t = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
14262
|
-
function validate$
|
|
14262
|
+
function validate$1A(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
14263
14263
|
const v_error = (() => {
|
|
14264
14264
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14265
14265
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14438,7 +14438,7 @@ function coerceFormFactor(form) {
|
|
|
14438
14438
|
}
|
|
14439
14439
|
|
|
14440
14440
|
const VERSION$2s = "3f49d751896cf66e6e29788d8880e2cc";
|
|
14441
|
-
function validate$
|
|
14441
|
+
function validate$1z(obj, path = 'PlatformActionRepresentation') {
|
|
14442
14442
|
const v_error = (() => {
|
|
14443
14443
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14444
14444
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14970,7 +14970,7 @@ function equals$U(existing, incoming) {
|
|
|
14970
14970
|
}
|
|
14971
14971
|
const ingest$22 = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14972
14972
|
if (process.env.NODE_ENV !== 'production') {
|
|
14973
|
-
const validateError = validate$
|
|
14973
|
+
const validateError = validate$1z(input);
|
|
14974
14974
|
if (validateError !== null) {
|
|
14975
14975
|
throw validateError;
|
|
14976
14976
|
}
|
|
@@ -14991,7 +14991,7 @@ function getTypeCacheKeys$25(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
14991
14991
|
}
|
|
14992
14992
|
|
|
14993
14993
|
const VERSION$2r = "378d506f563a4bd724b322d440df33d1";
|
|
14994
|
-
function validate$
|
|
14994
|
+
function validate$1y(obj, path = 'EntityActionRepresentation') {
|
|
14995
14995
|
const v_error = (() => {
|
|
14996
14996
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14997
14997
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15105,7 +15105,7 @@ function equals$T(existing, incoming) {
|
|
|
15105
15105
|
}
|
|
15106
15106
|
const ingest$21 = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15107
15107
|
if (process.env.NODE_ENV !== 'production') {
|
|
15108
|
-
const validateError = validate$
|
|
15108
|
+
const validateError = validate$1y(input);
|
|
15109
15109
|
if (validateError !== null) {
|
|
15110
15110
|
throw validateError;
|
|
15111
15111
|
}
|
|
@@ -15131,7 +15131,7 @@ function getTypeCacheKeys$24(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
15131
15131
|
|
|
15132
15132
|
const TTL$y = 300000;
|
|
15133
15133
|
const VERSION$2q = "e485d96c1402a9ca2f56e56485af0216";
|
|
15134
|
-
function validate$
|
|
15134
|
+
function validate$1x(obj, path = 'ActionRepresentation') {
|
|
15135
15135
|
const v_error = (() => {
|
|
15136
15136
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15137
15137
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15229,7 +15229,7 @@ function equals$S(existing, incoming) {
|
|
|
15229
15229
|
}
|
|
15230
15230
|
const ingest$20 = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15231
15231
|
if (process.env.NODE_ENV !== 'production') {
|
|
15232
|
-
const validateError = validate$
|
|
15232
|
+
const validateError = validate$1x(input);
|
|
15233
15233
|
if (validateError !== null) {
|
|
15234
15234
|
throw validateError;
|
|
15235
15235
|
}
|
|
@@ -15401,7 +15401,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
|
|
|
15401
15401
|
|
|
15402
15402
|
const TTL$x = 900000;
|
|
15403
15403
|
const VERSION$2p = "35f3eec8ce7f6001c6d5d17821b75bb9";
|
|
15404
|
-
function validate$
|
|
15404
|
+
function validate$1w(obj, path = 'QuickActionLayoutRepresentation') {
|
|
15405
15405
|
const v_error = (() => {
|
|
15406
15406
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15407
15407
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15418,7 +15418,7 @@ function validate$1v(obj, path = 'QuickActionLayoutRepresentation') {
|
|
|
15418
15418
|
}
|
|
15419
15419
|
const obj_layout = obj.layout;
|
|
15420
15420
|
const path_layout = path + '.layout';
|
|
15421
|
-
const referencepath_layoutValidationError = validate$
|
|
15421
|
+
const referencepath_layoutValidationError = validate$1H(obj_layout, path_layout);
|
|
15422
15422
|
if (referencepath_layoutValidationError !== null) {
|
|
15423
15423
|
let message = 'Object doesn\'t match RecordLayoutRepresentation (at "' + path_layout + '")\n';
|
|
15424
15424
|
message += referencepath_layoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -15468,7 +15468,7 @@ function equals$R(existing, incoming) {
|
|
|
15468
15468
|
}
|
|
15469
15469
|
const ingest$1$ = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15470
15470
|
if (process.env.NODE_ENV !== 'production') {
|
|
15471
|
-
const validateError = validate$
|
|
15471
|
+
const validateError = validate$1w(input);
|
|
15472
15472
|
if (validateError !== null) {
|
|
15473
15473
|
throw validateError;
|
|
15474
15474
|
}
|
|
@@ -15947,7 +15947,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
15947
15947
|
};
|
|
15948
15948
|
|
|
15949
15949
|
const VERSION$2o = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
15950
|
-
function validate$
|
|
15950
|
+
function validate$1v(obj, path = 'ActionOverrideRepresentation') {
|
|
15951
15951
|
const v_error = (() => {
|
|
15952
15952
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15953
15953
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15980,7 +15980,7 @@ function equals$Q(existing, incoming) {
|
|
|
15980
15980
|
}
|
|
15981
15981
|
const ingest$1_ = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15982
15982
|
if (process.env.NODE_ENV !== 'production') {
|
|
15983
|
-
const validateError = validate$
|
|
15983
|
+
const validateError = validate$1v(input);
|
|
15984
15984
|
if (validateError !== null) {
|
|
15985
15985
|
throw validateError;
|
|
15986
15986
|
}
|
|
@@ -16135,7 +16135,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
|
|
|
16135
16135
|
buildCachedSnapshotCachePolicy$M, buildNetworkSnapshotCachePolicy$N);
|
|
16136
16136
|
};
|
|
16137
16137
|
|
|
16138
|
-
function validate$
|
|
16138
|
+
function validate$1u(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
16139
16139
|
const v_error = (() => {
|
|
16140
16140
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16141
16141
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16173,7 +16173,7 @@ function validate$1t(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
|
16173
16173
|
|
|
16174
16174
|
const TTL$w = 300000;
|
|
16175
16175
|
const VERSION$2n = "c57b66c259b23683db7b763e132e8633";
|
|
16176
|
-
function validate$
|
|
16176
|
+
function validate$1t(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
16177
16177
|
const v_error = (() => {
|
|
16178
16178
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16179
16179
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16194,7 +16194,7 @@ function validate$1s(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
|
16194
16194
|
for (let i = 0; i < obj_activations_prop.length; i++) {
|
|
16195
16195
|
const obj_activations_prop_item = obj_activations_prop[i];
|
|
16196
16196
|
const path_activations_prop_item = path_activations_prop + '[' + i + ']';
|
|
16197
|
-
const referencepath_activations_prop_itemValidationError = validate$
|
|
16197
|
+
const referencepath_activations_prop_itemValidationError = validate$1u(obj_activations_prop_item, path_activations_prop_item);
|
|
16198
16198
|
if (referencepath_activations_prop_itemValidationError !== null) {
|
|
16199
16199
|
let message = 'Object doesn\'t match FormulaOverridesInfoRepresentation (at "' + path_activations_prop_item + '")\n';
|
|
16200
16200
|
message += referencepath_activations_prop_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16238,7 +16238,7 @@ function equals$P(existing, incoming) {
|
|
|
16238
16238
|
}
|
|
16239
16239
|
const ingest$1Z = function FlexipageFormulaActivationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16240
16240
|
if (process.env.NODE_ENV !== 'production') {
|
|
16241
|
-
const validateError = validate$
|
|
16241
|
+
const validateError = validate$1t(input);
|
|
16242
16242
|
if (validateError !== null) {
|
|
16243
16243
|
throw validateError;
|
|
16244
16244
|
}
|
|
@@ -16400,7 +16400,7 @@ const getFlexipageFormulaOverridesAdapterFactory = (luvio) => function UiApi__ge
|
|
|
16400
16400
|
};
|
|
16401
16401
|
|
|
16402
16402
|
const VERSION$2m = "7a5e66e0b88fe9d2233bb3158931bfa6";
|
|
16403
|
-
function validate$
|
|
16403
|
+
function validate$1s(obj, path = 'QuickActionColorRepresentation') {
|
|
16404
16404
|
const v_error = (() => {
|
|
16405
16405
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16406
16406
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16476,7 +16476,7 @@ function equals$O(existing, incoming) {
|
|
|
16476
16476
|
}
|
|
16477
16477
|
|
|
16478
16478
|
const VERSION$2l = "5e970aa7dacfdd8e0c6d5daca575ec58";
|
|
16479
|
-
function validate$
|
|
16479
|
+
function validate$1r(obj, path = 'CopilotQuickActionInputRepresentation') {
|
|
16480
16480
|
const v_error = (() => {
|
|
16481
16481
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16482
16482
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16538,7 +16538,7 @@ function equals$N(existing, incoming) {
|
|
|
16538
16538
|
}
|
|
16539
16539
|
|
|
16540
16540
|
const VERSION$2k = "53b489083ef57944d2a9d4a2aaf72ec3";
|
|
16541
|
-
function validate$
|
|
16541
|
+
function validate$1q(obj, path = 'QuickActionIconRepresentation') {
|
|
16542
16542
|
const v_error = (() => {
|
|
16543
16543
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16544
16544
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16643,7 +16643,7 @@ function equals$M(existing, incoming) {
|
|
|
16643
16643
|
|
|
16644
16644
|
const TTL$v = 900000;
|
|
16645
16645
|
const VERSION$2j = "fa106dcb7d887c1e9b3e958336280ac8";
|
|
16646
|
-
function validate$
|
|
16646
|
+
function validate$1p(obj, path = 'QuickActionInfoRepresentation') {
|
|
16647
16647
|
const v_error = (() => {
|
|
16648
16648
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16649
16649
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16687,7 +16687,7 @@ function validate$1o(obj, path = 'QuickActionInfoRepresentation') {
|
|
|
16687
16687
|
for (let i = 0; i < obj_colors.length; i++) {
|
|
16688
16688
|
const obj_colors_item = obj_colors[i];
|
|
16689
16689
|
const path_colors_item = path_colors + '[' + i + ']';
|
|
16690
|
-
const referencepath_colors_itemValidationError = validate$
|
|
16690
|
+
const referencepath_colors_itemValidationError = validate$1s(obj_colors_item, path_colors_item);
|
|
16691
16691
|
if (referencepath_colors_itemValidationError !== null) {
|
|
16692
16692
|
let message = 'Object doesn\'t match QuickActionColorRepresentation (at "' + path_colors_item + '")\n';
|
|
16693
16693
|
message += referencepath_colors_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16728,7 +16728,7 @@ function validate$1o(obj, path = 'QuickActionInfoRepresentation') {
|
|
|
16728
16728
|
for (let i = 0; i < obj_copilotInputs.length; i++) {
|
|
16729
16729
|
const obj_copilotInputs_item = obj_copilotInputs[i];
|
|
16730
16730
|
const path_copilotInputs_item = path_copilotInputs + '[' + i + ']';
|
|
16731
|
-
const referencepath_copilotInputs_itemValidationError = validate$
|
|
16731
|
+
const referencepath_copilotInputs_itemValidationError = validate$1r(obj_copilotInputs_item, path_copilotInputs_item);
|
|
16732
16732
|
if (referencepath_copilotInputs_itemValidationError !== null) {
|
|
16733
16733
|
let message = 'Object doesn\'t match CopilotQuickActionInputRepresentation (at "' + path_copilotInputs_item + '")\n';
|
|
16734
16734
|
message += referencepath_copilotInputs_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -16904,7 +16904,7 @@ function validate$1o(obj, path = 'QuickActionInfoRepresentation') {
|
|
|
16904
16904
|
for (let i = 0; i < obj_icons.length; i++) {
|
|
16905
16905
|
const obj_icons_item = obj_icons[i];
|
|
16906
16906
|
const path_icons_item = path_icons + '[' + i + ']';
|
|
16907
|
-
const referencepath_icons_itemValidationError = validate$
|
|
16907
|
+
const referencepath_icons_itemValidationError = validate$1q(obj_icons_item, path_icons_item);
|
|
16908
16908
|
if (referencepath_icons_itemValidationError !== null) {
|
|
16909
16909
|
let message = 'Object doesn\'t match QuickActionIconRepresentation (at "' + path_icons_item + '")\n';
|
|
16910
16910
|
message += referencepath_icons_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17353,7 +17353,7 @@ function equals$L(existing, incoming) {
|
|
|
17353
17353
|
}
|
|
17354
17354
|
const ingest$1Y = function QuickActionInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17355
17355
|
if (process.env.NODE_ENV !== 'production') {
|
|
17356
|
-
const validateError = validate$
|
|
17356
|
+
const validateError = validate$1p(input);
|
|
17357
17357
|
if (validateError !== null) {
|
|
17358
17358
|
throw validateError;
|
|
17359
17359
|
}
|
|
@@ -17537,7 +17537,7 @@ function merge$1(existing, incoming) {
|
|
|
17537
17537
|
const dynamicIngest$4 = (ingestParams) => {
|
|
17538
17538
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17539
17539
|
if (process.env.NODE_ENV !== 'production') {
|
|
17540
|
-
const validateError = validate$
|
|
17540
|
+
const validateError = validate$1A(input);
|
|
17541
17541
|
if (validateError !== null) {
|
|
17542
17542
|
throw validateError;
|
|
17543
17543
|
}
|
|
@@ -18049,7 +18049,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
18049
18049
|
buildCachedSnapshotCachePolicy$H, buildNetworkSnapshotCachePolicy$I);
|
|
18050
18050
|
};
|
|
18051
18051
|
|
|
18052
|
-
function validate$
|
|
18052
|
+
function validate$1o(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
18053
18053
|
const v_error = (() => {
|
|
18054
18054
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18055
18055
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18475,7 +18475,7 @@ function typeCheckConfig$W(untrustedConfig) {
|
|
|
18475
18475
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
18476
18476
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
18477
18477
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
18478
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
18478
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$1o(untrustedConfig_relatedListsActionParameters_item);
|
|
18479
18479
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
18480
18480
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
18481
18481
|
}
|
|
@@ -18793,7 +18793,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
18793
18793
|
};
|
|
18794
18794
|
|
|
18795
18795
|
const VERSION$2i = "a316b3bba367f54adc67d7552ed7d36d";
|
|
18796
|
-
function validate$
|
|
18796
|
+
function validate$1n(obj, path = 'PageReferenceRepresentation') {
|
|
18797
18797
|
const v_error = (() => {
|
|
18798
18798
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18799
18799
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18854,7 +18854,7 @@ function equals$K(existing, incoming) {
|
|
|
18854
18854
|
}
|
|
18855
18855
|
const ingest$1X = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18856
18856
|
if (process.env.NODE_ENV !== 'production') {
|
|
18857
|
-
const validateError = validate$
|
|
18857
|
+
const validateError = validate$1n(input);
|
|
18858
18858
|
if (validateError !== null) {
|
|
18859
18859
|
throw validateError;
|
|
18860
18860
|
}
|
|
@@ -18876,7 +18876,7 @@ function getTypeCacheKeys$1_(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
18876
18876
|
|
|
18877
18877
|
const TTL$u = 120000;
|
|
18878
18878
|
const VERSION$2h = "09884ca5bf90ea4662092a4e48817081";
|
|
18879
|
-
function validate$
|
|
18879
|
+
function validate$1m(obj, path = 'NavItemRepresentation') {
|
|
18880
18880
|
const v_error = (() => {
|
|
18881
18881
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18882
18882
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19268,7 +19268,7 @@ function equals$J(existing, incoming) {
|
|
|
19268
19268
|
}
|
|
19269
19269
|
const ingest$1W = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19270
19270
|
if (process.env.NODE_ENV !== 'production') {
|
|
19271
|
-
const validateError = validate$
|
|
19271
|
+
const validateError = validate$1m(input);
|
|
19272
19272
|
if (validateError !== null) {
|
|
19273
19273
|
throw validateError;
|
|
19274
19274
|
}
|
|
@@ -19293,7 +19293,7 @@ function getTypeCacheKeys$1Z(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
19293
19293
|
|
|
19294
19294
|
const TTL$t = 300000;
|
|
19295
19295
|
const VERSION$2g = "0cd492fdd6c713c206ef53dc02175f71";
|
|
19296
|
-
function validate$
|
|
19296
|
+
function validate$1l(obj, path = 'AppRepresentation') {
|
|
19297
19297
|
const v_error = (() => {
|
|
19298
19298
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19299
19299
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19770,7 +19770,7 @@ function equals$I(existing, incoming) {
|
|
|
19770
19770
|
}
|
|
19771
19771
|
const ingest$1V = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19772
19772
|
if (process.env.NODE_ENV !== 'production') {
|
|
19773
|
-
const validateError = validate$
|
|
19773
|
+
const validateError = validate$1l(input);
|
|
19774
19774
|
if (validateError !== null) {
|
|
19775
19775
|
throw validateError;
|
|
19776
19776
|
}
|
|
@@ -19800,7 +19800,7 @@ function getTypeCacheKeys$1Y(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
19800
19800
|
|
|
19801
19801
|
const TTL$s = 300000;
|
|
19802
19802
|
const VERSION$2f = "a254babf0b6414315db7808a157fd9fc";
|
|
19803
|
-
function validate$
|
|
19803
|
+
function validate$1k(obj, path = 'AppsRepresentation') {
|
|
19804
19804
|
const v_error = (() => {
|
|
19805
19805
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19806
19806
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19882,7 +19882,7 @@ function equals$H(existing, incoming) {
|
|
|
19882
19882
|
}
|
|
19883
19883
|
const ingest$1U = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19884
19884
|
if (process.env.NODE_ENV !== 'production') {
|
|
19885
|
-
const validateError = validate$
|
|
19885
|
+
const validateError = validate$1k(input);
|
|
19886
19886
|
if (validateError !== null) {
|
|
19887
19887
|
throw validateError;
|
|
19888
19888
|
}
|
|
@@ -20329,7 +20329,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
20329
20329
|
};
|
|
20330
20330
|
|
|
20331
20331
|
const VERSION$2e = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
20332
|
-
function validate$
|
|
20332
|
+
function validate$1j(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
20333
20333
|
const v_error = (() => {
|
|
20334
20334
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20335
20335
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20391,7 +20391,7 @@ const select$2E = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
20391
20391
|
};
|
|
20392
20392
|
|
|
20393
20393
|
const VERSION$2d = "320d7f254687278f2763d4b490dab3fb";
|
|
20394
|
-
function validate$
|
|
20394
|
+
function validate$1i(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
20395
20395
|
const v_error = (() => {
|
|
20396
20396
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20397
20397
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20414,7 +20414,7 @@ function validate$1h(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
20414
20414
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
20415
20415
|
const obj_filterItems_item = obj_filterItems[i];
|
|
20416
20416
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
20417
|
-
const referencepath_filterItems_itemValidationError = validate$
|
|
20417
|
+
const referencepath_filterItems_itemValidationError = validate$1j(obj_filterItems_item, path_filterItems_item);
|
|
20418
20418
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
20419
20419
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
20420
20420
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20457,7 +20457,7 @@ const select$2D = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
20457
20457
|
};
|
|
20458
20458
|
|
|
20459
20459
|
const VERSION$2c = "b47b44e260e5ce777beaf3da9088997c";
|
|
20460
|
-
function validate$
|
|
20460
|
+
function validate$1h(obj, path = 'MatchRuleRepresentation') {
|
|
20461
20461
|
const v_error = (() => {
|
|
20462
20462
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20463
20463
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20527,7 +20527,7 @@ const select$2C = function MatchRuleRepresentationSelect() {
|
|
|
20527
20527
|
};
|
|
20528
20528
|
|
|
20529
20529
|
const VERSION$2b = "bb83d7210bb1d7861b6188bc5f552617";
|
|
20530
|
-
function validate$
|
|
20530
|
+
function validate$1g(obj, path = 'DuplicateRuleRepresentation') {
|
|
20531
20531
|
const v_error = (() => {
|
|
20532
20532
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20533
20533
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20555,7 +20555,7 @@ function validate$1f(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
20555
20555
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
20556
20556
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
20557
20557
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
20558
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
20558
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$1i(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
20559
20559
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
20560
20560
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
20561
20561
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20575,7 +20575,7 @@ function validate$1f(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
20575
20575
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
20576
20576
|
const obj_matchRules_item = obj_matchRules[i];
|
|
20577
20577
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
20578
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
20578
|
+
const referencepath_matchRules_itemValidationError = validate$1h(obj_matchRules_item, path_matchRules_item);
|
|
20579
20579
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
20580
20580
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
20581
20581
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20668,7 +20668,7 @@ const select$2B = function DuplicateRuleRepresentationSelect() {
|
|
|
20668
20668
|
|
|
20669
20669
|
const TTL$r = 900000;
|
|
20670
20670
|
const VERSION$2a = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
20671
|
-
function validate$
|
|
20671
|
+
function validate$1f(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
20672
20672
|
const v_error = (() => {
|
|
20673
20673
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20674
20674
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20703,7 +20703,7 @@ function validate$1e(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
20703
20703
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
20704
20704
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
20705
20705
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
20706
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
20706
|
+
const referencepath_duplicateRules_itemValidationError = validate$1g(obj_duplicateRules_item, path_duplicateRules_item);
|
|
20707
20707
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
20708
20708
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
20709
20709
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20770,7 +20770,7 @@ function equals$G(existing, incoming) {
|
|
|
20770
20770
|
}
|
|
20771
20771
|
const ingest$1T = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20772
20772
|
if (process.env.NODE_ENV !== 'production') {
|
|
20773
|
-
const validateError = validate$
|
|
20773
|
+
const validateError = validate$1f(input);
|
|
20774
20774
|
if (validateError !== null) {
|
|
20775
20775
|
throw validateError;
|
|
20776
20776
|
}
|
|
@@ -21935,7 +21935,7 @@ const getListInfosByObjectNameAdapterFactory = (luvio) => function UiApi__getLis
|
|
|
21935
21935
|
buildCachedSnapshotCachePolicy$w, buildNetworkSnapshotCachePolicy$x);
|
|
21936
21936
|
};
|
|
21937
21937
|
|
|
21938
|
-
function validate$
|
|
21938
|
+
function validate$1e(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
21939
21939
|
const v_error = (() => {
|
|
21940
21940
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21941
21941
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21966,7 +21966,7 @@ function validate$1d(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
|
21966
21966
|
return v_error === undefined ? null : v_error;
|
|
21967
21967
|
}
|
|
21968
21968
|
|
|
21969
|
-
function validate$
|
|
21969
|
+
function validate$1d(obj, path = 'ListScopeInputRepresentation') {
|
|
21970
21970
|
const v_error = (() => {
|
|
21971
21971
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21972
21972
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22095,7 +22095,7 @@ function typeCheckConfig$L(untrustedConfig) {
|
|
|
22095
22095
|
const untrustedConfig_filteredByInfo_array = [];
|
|
22096
22096
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
22097
22097
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
22098
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
22098
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$1e(untrustedConfig_filteredByInfo_item);
|
|
22099
22099
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
22100
22100
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
22101
22101
|
}
|
|
@@ -22103,7 +22103,7 @@ function typeCheckConfig$L(untrustedConfig) {
|
|
|
22103
22103
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
22104
22104
|
}
|
|
22105
22105
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
22106
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
22106
|
+
const referenceListScopeInputRepresentationValidationError = validate$1d(untrustedConfig_scope);
|
|
22107
22107
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
22108
22108
|
config.scope = untrustedConfig_scope;
|
|
22109
22109
|
}
|
|
@@ -22385,7 +22385,7 @@ function typeCheckConfig$I(untrustedConfig) {
|
|
|
22385
22385
|
const untrustedConfig_filteredByInfo_array = [];
|
|
22386
22386
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
22387
22387
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
22388
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
22388
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$1e(untrustedConfig_filteredByInfo_item);
|
|
22389
22389
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
22390
22390
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
22391
22391
|
}
|
|
@@ -22393,7 +22393,7 @@ function typeCheckConfig$I(untrustedConfig) {
|
|
|
22393
22393
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
22394
22394
|
}
|
|
22395
22395
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
22396
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
22396
|
+
const referenceListScopeInputRepresentationValidationError = validate$1d(untrustedConfig_scope);
|
|
22397
22397
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
22398
22398
|
config.scope = untrustedConfig_scope;
|
|
22399
22399
|
}
|
|
@@ -22443,7 +22443,7 @@ const updateListInfoByNameAdapterFactory = (luvio) => {
|
|
|
22443
22443
|
};
|
|
22444
22444
|
|
|
22445
22445
|
const VERSION$29 = "d77026c4d63ef00cdd7e3d600687a40d";
|
|
22446
|
-
function validate$
|
|
22446
|
+
function validate$1c(obj, path = 'ListObjectScopeAvailableEntityRepresentation') {
|
|
22447
22447
|
const v_error = (() => {
|
|
22448
22448
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22449
22449
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22493,7 +22493,7 @@ function equals$F(existing, incoming) {
|
|
|
22493
22493
|
}
|
|
22494
22494
|
|
|
22495
22495
|
const VERSION$28 = "355933ff2970aa91a2848a94565e956a";
|
|
22496
|
-
function validate$
|
|
22496
|
+
function validate$1b(obj, path = 'ListObjectScopeRepresentation') {
|
|
22497
22497
|
const v_error = (() => {
|
|
22498
22498
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22499
22499
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22511,7 +22511,7 @@ function validate$1a(obj, path = 'ListObjectScopeRepresentation') {
|
|
|
22511
22511
|
for (let i = 0; i < obj_availableEntities.length; i++) {
|
|
22512
22512
|
const obj_availableEntities_item = obj_availableEntities[i];
|
|
22513
22513
|
const path_availableEntities_item = path_availableEntities + '[' + i + ']';
|
|
22514
|
-
const referencepath_availableEntities_itemValidationError = validate$
|
|
22514
|
+
const referencepath_availableEntities_itemValidationError = validate$1c(obj_availableEntities_item, path_availableEntities_item);
|
|
22515
22515
|
if (referencepath_availableEntities_itemValidationError !== null) {
|
|
22516
22516
|
let message = 'Object doesn\'t match ListObjectScopeAvailableEntityRepresentation (at "' + path_availableEntities_item + '")\n';
|
|
22517
22517
|
message += referencepath_availableEntities_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22575,7 +22575,7 @@ function equals$E(existing, incoming) {
|
|
|
22575
22575
|
}
|
|
22576
22576
|
|
|
22577
22577
|
const VERSION$27 = "c5c08ea834378670c9d6f235ff71c9f0";
|
|
22578
|
-
function validate$
|
|
22578
|
+
function validate$1a(obj, path = 'ListObjectPicklistValueRepresentation') {
|
|
22579
22579
|
const v_error = (() => {
|
|
22580
22580
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22581
22581
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22625,7 +22625,7 @@ function equals$D(existing, incoming) {
|
|
|
22625
22625
|
}
|
|
22626
22626
|
|
|
22627
22627
|
const VERSION$26 = "2c35f797fead79b5c45b521e77dd6ace";
|
|
22628
|
-
function validate$
|
|
22628
|
+
function validate$19(obj, path = 'ListObjectColumnRepresentation') {
|
|
22629
22629
|
const v_error = (() => {
|
|
22630
22630
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22631
22631
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22694,7 +22694,7 @@ function validate$18(obj, path = 'ListObjectColumnRepresentation') {
|
|
|
22694
22694
|
for (let i = 0; i < obj_picklistValues.length; i++) {
|
|
22695
22695
|
const obj_picklistValues_item = obj_picklistValues[i];
|
|
22696
22696
|
const path_picklistValues_item = path_picklistValues + '[' + i + ']';
|
|
22697
|
-
const referencepath_picklistValues_itemValidationError = validate$
|
|
22697
|
+
const referencepath_picklistValues_itemValidationError = validate$1a(obj_picklistValues_item, path_picklistValues_item);
|
|
22698
22698
|
if (referencepath_picklistValues_itemValidationError !== null) {
|
|
22699
22699
|
let message = 'Object doesn\'t match ListObjectPicklistValueRepresentation (at "' + path_picklistValues_item + '")\n';
|
|
22700
22700
|
message += referencepath_picklistValues_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22840,7 +22840,7 @@ function equals$C(existing, incoming) {
|
|
|
22840
22840
|
|
|
22841
22841
|
const TTL$q = 900000;
|
|
22842
22842
|
const VERSION$25 = "2405a0b25c2c00f82e88b600edc16387";
|
|
22843
|
-
function validate$
|
|
22843
|
+
function validate$18(obj, path = 'ListObjectInfoRepresentation') {
|
|
22844
22844
|
const v_error = (() => {
|
|
22845
22845
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22846
22846
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22853,7 +22853,7 @@ function validate$17(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
22853
22853
|
for (let i = 0; i < obj_availableScopes.length; i++) {
|
|
22854
22854
|
const obj_availableScopes_item = obj_availableScopes[i];
|
|
22855
22855
|
const path_availableScopes_item = path_availableScopes + '[' + i + ']';
|
|
22856
|
-
const referencepath_availableScopes_itemValidationError = validate$
|
|
22856
|
+
const referencepath_availableScopes_itemValidationError = validate$1b(obj_availableScopes_item, path_availableScopes_item);
|
|
22857
22857
|
if (referencepath_availableScopes_itemValidationError !== null) {
|
|
22858
22858
|
let message = 'Object doesn\'t match ListObjectScopeRepresentation (at "' + path_availableScopes_item + '")\n';
|
|
22859
22859
|
message += referencepath_availableScopes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22868,7 +22868,7 @@ function validate$17(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
22868
22868
|
for (let i = 0; i < obj_columns.length; i++) {
|
|
22869
22869
|
const obj_columns_item = obj_columns[i];
|
|
22870
22870
|
const path_columns_item = path_columns + '[' + i + ']';
|
|
22871
|
-
const referencepath_columns_itemValidationError = validate$
|
|
22871
|
+
const referencepath_columns_itemValidationError = validate$19(obj_columns_item, path_columns_item);
|
|
22872
22872
|
if (referencepath_columns_itemValidationError !== null) {
|
|
22873
22873
|
let message = 'Object doesn\'t match ListObjectColumnRepresentation (at "' + path_columns_item + '")\n';
|
|
22874
22874
|
message += referencepath_columns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23016,7 +23016,7 @@ function equals$B(existing, incoming) {
|
|
|
23016
23016
|
}
|
|
23017
23017
|
const ingest$1S = function ListObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23018
23018
|
if (process.env.NODE_ENV !== 'production') {
|
|
23019
|
-
const validateError = validate$
|
|
23019
|
+
const validateError = validate$18(input);
|
|
23020
23020
|
if (validateError !== null) {
|
|
23021
23021
|
throw validateError;
|
|
23022
23022
|
}
|
|
@@ -23179,7 +23179,7 @@ const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObject
|
|
|
23179
23179
|
|
|
23180
23180
|
const TTL$p = 900000;
|
|
23181
23181
|
const VERSION$24 = "458d4a6a30201e422e8daec5fcb03845";
|
|
23182
|
-
function validate$
|
|
23182
|
+
function validate$17(obj, path = 'ListPreferencesRepresentation') {
|
|
23183
23183
|
const v_error = (() => {
|
|
23184
23184
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23185
23185
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23214,7 +23214,7 @@ function validate$16(obj, path = 'ListPreferencesRepresentation') {
|
|
|
23214
23214
|
}
|
|
23215
23215
|
const obj_listReference = obj.listReference;
|
|
23216
23216
|
const path_listReference = path + '.listReference';
|
|
23217
|
-
const referencepath_listReferenceValidationError = validate$
|
|
23217
|
+
const referencepath_listReferenceValidationError = validate$2c(obj_listReference, path_listReference);
|
|
23218
23218
|
if (referencepath_listReferenceValidationError !== null) {
|
|
23219
23219
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
23220
23220
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23228,7 +23228,7 @@ function validate$16(obj, path = 'ListPreferencesRepresentation') {
|
|
|
23228
23228
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
23229
23229
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
23230
23230
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
23231
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
23231
|
+
const referencepath_orderedBy_itemValidationError = validate$29(obj_orderedBy_item, path_orderedBy_item);
|
|
23232
23232
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
23233
23233
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
23234
23234
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23324,7 +23324,7 @@ function equals$A(existing, incoming) {
|
|
|
23324
23324
|
}
|
|
23325
23325
|
const ingest$1R = function ListPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23326
23326
|
if (process.env.NODE_ENV !== 'production') {
|
|
23327
|
-
const validateError = validate$
|
|
23327
|
+
const validateError = validate$17(input);
|
|
23328
23328
|
if (validateError !== null) {
|
|
23329
23329
|
throw validateError;
|
|
23330
23330
|
}
|
|
@@ -23487,7 +23487,7 @@ const getListPreferencesAdapterFactory = (luvio) => function UiApi__getListPrefe
|
|
|
23487
23487
|
buildCachedSnapshotCachePolicy$t, buildNetworkSnapshotCachePolicy$u);
|
|
23488
23488
|
};
|
|
23489
23489
|
|
|
23490
|
-
function validate$
|
|
23490
|
+
function validate$16(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
23491
23491
|
const v_error = (() => {
|
|
23492
23492
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23493
23493
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23595,7 +23595,7 @@ function typeCheckConfig$F(untrustedConfig) {
|
|
|
23595
23595
|
const untrustedConfig_orderedBy_array = [];
|
|
23596
23596
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
23597
23597
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
23598
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
23598
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$16(untrustedConfig_orderedBy_item);
|
|
23599
23599
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
23600
23600
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
23601
23601
|
}
|
|
@@ -23649,7 +23649,7 @@ const updateListPreferencesAdapterFactory = (luvio) => {
|
|
|
23649
23649
|
|
|
23650
23650
|
const TTL$o = 120000;
|
|
23651
23651
|
const VERSION$23 = "756779d0d7e137dd72c743544afbad82";
|
|
23652
|
-
function validate$
|
|
23652
|
+
function validate$15(obj, path = 'NavItemsRepresentation') {
|
|
23653
23653
|
const v_error = (() => {
|
|
23654
23654
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23655
23655
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23777,7 +23777,7 @@ function equals$z(existing, incoming) {
|
|
|
23777
23777
|
}
|
|
23778
23778
|
const ingest$1Q = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23779
23779
|
if (process.env.NODE_ENV !== 'production') {
|
|
23780
|
-
const validateError = validate$
|
|
23780
|
+
const validateError = validate$15(input);
|
|
23781
23781
|
if (validateError !== null) {
|
|
23782
23782
|
throw validateError;
|
|
23783
23783
|
}
|
|
@@ -24513,7 +24513,7 @@ var DiscriminatorValues$4;
|
|
|
24513
24513
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
24514
24514
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
24515
24515
|
const VERSION$1_ = "bd523b2343366edfc25a2dbee2c4e986";
|
|
24516
|
-
function validate$
|
|
24516
|
+
function validate$14(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
|
|
24517
24517
|
const v_error = (() => {
|
|
24518
24518
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24519
24519
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24558,7 +24558,7 @@ const select$2c = function AbstractPicklistValueAttributesRepresentationSelect()
|
|
|
24558
24558
|
};
|
|
24559
24559
|
|
|
24560
24560
|
const VERSION$1Z = "9e2a16a80378487f557124c771201cf9";
|
|
24561
|
-
function validate$
|
|
24561
|
+
function validate$13(obj, path = 'PicklistValueRepresentation') {
|
|
24562
24562
|
const v_error = (() => {
|
|
24563
24563
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24564
24564
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24567,7 +24567,7 @@ function validate$12(obj, path = 'PicklistValueRepresentation') {
|
|
|
24567
24567
|
const path_attributes = path + '.attributes';
|
|
24568
24568
|
let obj_attributes_union0 = null;
|
|
24569
24569
|
const obj_attributes_union0_error = (() => {
|
|
24570
|
-
const referencepath_attributesValidationError = validate$
|
|
24570
|
+
const referencepath_attributesValidationError = validate$14(obj_attributes, path_attributes);
|
|
24571
24571
|
if (referencepath_attributesValidationError !== null) {
|
|
24572
24572
|
let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
24573
24573
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24662,7 +24662,7 @@ function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
|
24662
24662
|
|
|
24663
24663
|
const TTL$n = 900000;
|
|
24664
24664
|
const VERSION$1Y = "0a361a49370acb4c6a31721a2057649a";
|
|
24665
|
-
function validate$
|
|
24665
|
+
function validate$12(obj, path = 'PicklistValuesRepresentation') {
|
|
24666
24666
|
const v_error = (() => {
|
|
24667
24667
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24668
24668
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24685,7 +24685,7 @@ function validate$11(obj, path = 'PicklistValuesRepresentation') {
|
|
|
24685
24685
|
const path_defaultValue = path + '.defaultValue';
|
|
24686
24686
|
let obj_defaultValue_union0 = null;
|
|
24687
24687
|
const obj_defaultValue_union0_error = (() => {
|
|
24688
|
-
const referencepath_defaultValueValidationError = validate$
|
|
24688
|
+
const referencepath_defaultValueValidationError = validate$13(obj_defaultValue, path_defaultValue);
|
|
24689
24689
|
if (referencepath_defaultValueValidationError !== null) {
|
|
24690
24690
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
24691
24691
|
message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24728,7 +24728,7 @@ function validate$11(obj, path = 'PicklistValuesRepresentation') {
|
|
|
24728
24728
|
for (let i = 0; i < obj_values.length; i++) {
|
|
24729
24729
|
const obj_values_item = obj_values[i];
|
|
24730
24730
|
const path_values_item = path_values + '[' + i + ']';
|
|
24731
|
-
const referencepath_values_itemValidationError = validate$
|
|
24731
|
+
const referencepath_values_itemValidationError = validate$13(obj_values_item, path_values_item);
|
|
24732
24732
|
if (referencepath_values_itemValidationError !== null) {
|
|
24733
24733
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
24734
24734
|
message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24786,7 +24786,7 @@ function equals$y(existing, incoming) {
|
|
|
24786
24786
|
}
|
|
24787
24787
|
const ingest$1P = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24788
24788
|
if (process.env.NODE_ENV !== 'production') {
|
|
24789
|
-
const validateError = validate$
|
|
24789
|
+
const validateError = validate$12(input);
|
|
24790
24790
|
if (validateError !== null) {
|
|
24791
24791
|
throw validateError;
|
|
24792
24792
|
}
|
|
@@ -24808,7 +24808,7 @@ function getTypeCacheKeys$1S(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
24808
24808
|
|
|
24809
24809
|
const TTL$m = 300000;
|
|
24810
24810
|
const VERSION$1X = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
24811
|
-
function validate$
|
|
24811
|
+
function validate$11(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
24812
24812
|
const v_error = (() => {
|
|
24813
24813
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24814
24814
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24895,7 +24895,7 @@ function equals$x(existing, incoming) {
|
|
|
24895
24895
|
}
|
|
24896
24896
|
const ingest$1O = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24897
24897
|
if (process.env.NODE_ENV !== 'production') {
|
|
24898
|
-
const validateError = validate$
|
|
24898
|
+
const validateError = validate$11(input);
|
|
24899
24899
|
if (validateError !== null) {
|
|
24900
24900
|
throw validateError;
|
|
24901
24901
|
}
|
|
@@ -25382,7 +25382,7 @@ const getPathLayoutAdapterFactory = (luvio) => function UiApi__getPathLayout(unt
|
|
|
25382
25382
|
buildCachedSnapshotCachePolicy$n, buildNetworkSnapshotCachePolicy$o);
|
|
25383
25383
|
};
|
|
25384
25384
|
|
|
25385
|
-
function validate
|
|
25385
|
+
function validate$10(obj, path = 'MatchResultInfoRepresentation') {
|
|
25386
25386
|
const v_error = (() => {
|
|
25387
25387
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25388
25388
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25408,7 +25408,7 @@ function validate$$(obj, path = 'MatchResultInfoRepresentation') {
|
|
|
25408
25408
|
return v_error === undefined ? null : v_error;
|
|
25409
25409
|
}
|
|
25410
25410
|
|
|
25411
|
-
function validate
|
|
25411
|
+
function validate$$(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
25412
25412
|
const v_error = (() => {
|
|
25413
25413
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25414
25414
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25420,7 +25420,7 @@ function validate$_(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
25420
25420
|
}
|
|
25421
25421
|
const obj_matchResultInfo = obj.matchResultInfo;
|
|
25422
25422
|
const path_matchResultInfo = path + '.matchResultInfo';
|
|
25423
|
-
const referencepath_matchResultInfoValidationError = validate
|
|
25423
|
+
const referencepath_matchResultInfoValidationError = validate$10(obj_matchResultInfo, path_matchResultInfo);
|
|
25424
25424
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
25425
25425
|
let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
25426
25426
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25435,7 +25435,7 @@ function validate$_(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
25435
25435
|
return v_error === undefined ? null : v_error;
|
|
25436
25436
|
}
|
|
25437
25437
|
|
|
25438
|
-
function validate$
|
|
25438
|
+
function validate$_(obj, path = 'MatchRepresentation') {
|
|
25439
25439
|
const v_error = (() => {
|
|
25440
25440
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25441
25441
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25450,7 +25450,7 @@ function validate$Z(obj, path = 'MatchRepresentation') {
|
|
|
25450
25450
|
const key = obj_duplicateResultInfos_keys[i];
|
|
25451
25451
|
const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
25452
25452
|
const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
25453
|
-
const referencepath_duplicateResultInfos_propValidationError = validate
|
|
25453
|
+
const referencepath_duplicateResultInfos_propValidationError = validate$$(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
25454
25454
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
25455
25455
|
let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
25456
25456
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25480,7 +25480,7 @@ function validate$Z(obj, path = 'MatchRepresentation') {
|
|
|
25480
25480
|
|
|
25481
25481
|
const TTL$l = 30000;
|
|
25482
25482
|
const VERSION$1W = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
25483
|
-
function validate$
|
|
25483
|
+
function validate$Z(obj, path = 'DuplicatesRepresentation') {
|
|
25484
25484
|
const v_error = (() => {
|
|
25485
25485
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25486
25486
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25515,7 +25515,7 @@ function validate$Y(obj, path = 'DuplicatesRepresentation') {
|
|
|
25515
25515
|
for (let i = 0; i < obj_matches.length; i++) {
|
|
25516
25516
|
const obj_matches_item = obj_matches[i];
|
|
25517
25517
|
const path_matches_item = path_matches + '[' + i + ']';
|
|
25518
|
-
const referencepath_matches_itemValidationError = validate$
|
|
25518
|
+
const referencepath_matches_itemValidationError = validate$_(obj_matches_item, path_matches_item);
|
|
25519
25519
|
if (referencepath_matches_itemValidationError !== null) {
|
|
25520
25520
|
let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
25521
25521
|
message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25545,7 +25545,7 @@ function equals$w(existing, incoming) {
|
|
|
25545
25545
|
}
|
|
25546
25546
|
const ingest$1N = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25547
25547
|
if (process.env.NODE_ENV !== 'production') {
|
|
25548
|
-
const validateError = validate$
|
|
25548
|
+
const validateError = validate$Z(input);
|
|
25549
25549
|
if (validateError !== null) {
|
|
25550
25550
|
throw validateError;
|
|
25551
25551
|
}
|
|
@@ -25738,7 +25738,7 @@ const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(unt
|
|
|
25738
25738
|
};
|
|
25739
25739
|
|
|
25740
25740
|
const VERSION$1V = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
25741
|
-
function validate$
|
|
25741
|
+
function validate$Y(obj, path = 'PhotoMetadataRepresentation') {
|
|
25742
25742
|
const v_error = (() => {
|
|
25743
25743
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25744
25744
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25830,8 +25830,8 @@ function equals$v(existing, incoming) {
|
|
|
25830
25830
|
}
|
|
25831
25831
|
|
|
25832
25832
|
const VERSION$1U = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
25833
|
-
function validate$
|
|
25834
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
25833
|
+
function validate$X(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
25834
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$V(obj, path);
|
|
25835
25835
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
25836
25836
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
25837
25837
|
}
|
|
@@ -25898,7 +25898,7 @@ function validate$W(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
|
25898
25898
|
}
|
|
25899
25899
|
const obj_photoMetadata = obj.photoMetadata;
|
|
25900
25900
|
const path_photoMetadata = path + '.photoMetadata';
|
|
25901
|
-
const referencepath_photoMetadataValidationError = validate$
|
|
25901
|
+
const referencepath_photoMetadataValidationError = validate$Y(obj_photoMetadata, path_photoMetadata);
|
|
25902
25902
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
25903
25903
|
let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
25904
25904
|
message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26053,7 +26053,7 @@ function equals$u(existing, incoming) {
|
|
|
26053
26053
|
}
|
|
26054
26054
|
const ingest$1M = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26055
26055
|
if (process.env.NODE_ENV !== 'production') {
|
|
26056
|
-
const validateError = validate$
|
|
26056
|
+
const validateError = validate$X(input);
|
|
26057
26057
|
if (validateError !== null) {
|
|
26058
26058
|
throw validateError;
|
|
26059
26059
|
}
|
|
@@ -26074,8 +26074,8 @@ function getTypeCacheKeys$1P(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
26074
26074
|
}
|
|
26075
26075
|
|
|
26076
26076
|
const VERSION$1T = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
26077
|
-
function validate$
|
|
26078
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
26077
|
+
function validate$W(obj, path = 'ThemeRecordAvatarRepresentation') {
|
|
26078
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$V(obj, path);
|
|
26079
26079
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
26080
26080
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
26081
26081
|
}
|
|
@@ -26194,7 +26194,7 @@ function equals$t(existing, incoming) {
|
|
|
26194
26194
|
}
|
|
26195
26195
|
const ingest$1L = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26196
26196
|
if (process.env.NODE_ENV !== 'production') {
|
|
26197
|
-
const validateError = validate$
|
|
26197
|
+
const validateError = validate$W(input);
|
|
26198
26198
|
if (validateError !== null) {
|
|
26199
26199
|
throw validateError;
|
|
26200
26200
|
}
|
|
@@ -26220,7 +26220,7 @@ var DiscriminatorValues$3;
|
|
|
26220
26220
|
DiscriminatorValues["Theme"] = "Theme";
|
|
26221
26221
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
26222
26222
|
const VERSION$1S = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
26223
|
-
function validate$
|
|
26223
|
+
function validate$V(obj, path = 'AbstractRecordAvatarRepresentation') {
|
|
26224
26224
|
const v_error = (() => {
|
|
26225
26225
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26226
26226
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26313,8 +26313,8 @@ function getTypeCacheKeys$1N(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
26313
26313
|
}
|
|
26314
26314
|
|
|
26315
26315
|
const VERSION$1R = "f531b44760afecfce89990fe5a5c5c29";
|
|
26316
|
-
function validate$
|
|
26317
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
26316
|
+
function validate$U(obj, path = 'RecordAvatarBatchRepresentation') {
|
|
26317
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$Q(obj, path);
|
|
26318
26318
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
26319
26319
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
26320
26320
|
}
|
|
@@ -26375,7 +26375,7 @@ function equals$r(existing, incoming) {
|
|
|
26375
26375
|
}
|
|
26376
26376
|
const ingest$1K = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26377
26377
|
if (process.env.NODE_ENV !== 'production') {
|
|
26378
|
-
const validateError = validate$
|
|
26378
|
+
const validateError = validate$U(input);
|
|
26379
26379
|
if (validateError !== null) {
|
|
26380
26380
|
throw validateError;
|
|
26381
26381
|
}
|
|
@@ -26396,7 +26396,7 @@ function getTypeCacheKeys$1M(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
26396
26396
|
}
|
|
26397
26397
|
|
|
26398
26398
|
const VERSION$1Q = "17c20b01167dba9a81452e60bb28b2f2";
|
|
26399
|
-
function validate$
|
|
26399
|
+
function validate$T(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
|
|
26400
26400
|
const v_error = (() => {
|
|
26401
26401
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26402
26402
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26446,8 +26446,8 @@ function equals$q(existing, incoming) {
|
|
|
26446
26446
|
}
|
|
26447
26447
|
|
|
26448
26448
|
const VERSION$1P = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
26449
|
-
function validate$
|
|
26450
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
26449
|
+
function validate$S(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
|
|
26450
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$Q(obj, path);
|
|
26451
26451
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
26452
26452
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
26453
26453
|
}
|
|
@@ -26463,7 +26463,7 @@ function validate$R(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation'
|
|
|
26463
26463
|
for (let i = 0; i < obj_result.length; i++) {
|
|
26464
26464
|
const obj_result_item = obj_result[i];
|
|
26465
26465
|
const path_result_item = path_result + '[' + i + ']';
|
|
26466
|
-
const referencepath_result_itemValidationError = validate$
|
|
26466
|
+
const referencepath_result_itemValidationError = validate$T(obj_result_item, path_result_item);
|
|
26467
26467
|
if (referencepath_result_itemValidationError !== null) {
|
|
26468
26468
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
26469
26469
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26513,7 +26513,7 @@ function equals$p(existing, incoming) {
|
|
|
26513
26513
|
}
|
|
26514
26514
|
const ingest$1J = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26515
26515
|
if (process.env.NODE_ENV !== 'production') {
|
|
26516
|
-
const validateError = validate$
|
|
26516
|
+
const validateError = validate$S(input);
|
|
26517
26517
|
if (validateError !== null) {
|
|
26518
26518
|
throw validateError;
|
|
26519
26519
|
}
|
|
@@ -26534,8 +26534,8 @@ function getTypeCacheKeys$1L(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
26534
26534
|
}
|
|
26535
26535
|
|
|
26536
26536
|
const VERSION$1O = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
26537
|
-
function validate$
|
|
26538
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
26537
|
+
function validate$R(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
26538
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$Q(obj, path);
|
|
26539
26539
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
26540
26540
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
26541
26541
|
}
|
|
@@ -26551,7 +26551,7 @@ function validate$Q(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
|
26551
26551
|
for (let i = 0; i < obj_result.length; i++) {
|
|
26552
26552
|
const obj_result_item = obj_result[i];
|
|
26553
26553
|
const path_result_item = path_result + '[' + i + ']';
|
|
26554
|
-
const referencepath_result_itemValidationError = validate$
|
|
26554
|
+
const referencepath_result_itemValidationError = validate$T(obj_result_item, path_result_item);
|
|
26555
26555
|
if (referencepath_result_itemValidationError !== null) {
|
|
26556
26556
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
26557
26557
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26601,7 +26601,7 @@ function equals$o(existing, incoming) {
|
|
|
26601
26601
|
}
|
|
26602
26602
|
const ingest$1I = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26603
26603
|
if (process.env.NODE_ENV !== 'production') {
|
|
26604
|
-
const validateError = validate$
|
|
26604
|
+
const validateError = validate$R(input);
|
|
26605
26605
|
if (validateError !== null) {
|
|
26606
26606
|
throw validateError;
|
|
26607
26607
|
}
|
|
@@ -26628,7 +26628,7 @@ const DiscriminatorValues$2 = {
|
|
|
26628
26628
|
};
|
|
26629
26629
|
const TTL$k = 300000;
|
|
26630
26630
|
const VERSION$1N = "8956293536e94d5ec63b274b61033d2c";
|
|
26631
|
-
function validate$
|
|
26631
|
+
function validate$Q(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
26632
26632
|
const v_error = (() => {
|
|
26633
26633
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26634
26634
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26706,7 +26706,7 @@ function getTypeCacheKeys$1J(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
26706
26706
|
|
|
26707
26707
|
const TTL$j = 1800000;
|
|
26708
26708
|
const VERSION$1M = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
26709
|
-
function validate$
|
|
26709
|
+
function validate$P(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
26710
26710
|
const v_error = (() => {
|
|
26711
26711
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26712
26712
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26785,7 +26785,7 @@ function merge(existing, incoming, _luvio, _path) {
|
|
|
26785
26785
|
|
|
26786
26786
|
const ingest$1H = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26787
26787
|
if (process.env.NODE_ENV !== 'production') {
|
|
26788
|
-
const validateError = validate$
|
|
26788
|
+
const validateError = validate$P(input);
|
|
26789
26789
|
if (validateError !== null) {
|
|
26790
26790
|
throw validateError;
|
|
26791
26791
|
}
|
|
@@ -27276,7 +27276,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
|
|
|
27276
27276
|
};
|
|
27277
27277
|
|
|
27278
27278
|
const VERSION$1L = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
27279
|
-
function validate$
|
|
27279
|
+
function validate$O(obj, path = 'RelatedListReferenceRepresentation') {
|
|
27280
27280
|
const v_error = (() => {
|
|
27281
27281
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27282
27282
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27515,7 +27515,7 @@ function equals$l(existing, incoming) {
|
|
|
27515
27515
|
}
|
|
27516
27516
|
|
|
27517
27517
|
const VERSION$1K = "836b875b519813e7499efc62f0f1d04b";
|
|
27518
|
-
function validate$
|
|
27518
|
+
function validate$N(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
27519
27519
|
const v_error = (() => {
|
|
27520
27520
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27521
27521
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27558,7 +27558,7 @@ function validate$M(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
|
27558
27558
|
}
|
|
27559
27559
|
const obj_listReference = obj.listReference;
|
|
27560
27560
|
const path_listReference = path + '.listReference';
|
|
27561
|
-
const referencepath_listReferenceValidationError = validate$
|
|
27561
|
+
const referencepath_listReferenceValidationError = validate$O(obj_listReference, path_listReference);
|
|
27562
27562
|
if (referencepath_listReferenceValidationError !== null) {
|
|
27563
27563
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
27564
27564
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27631,7 +27631,7 @@ function equals$k(existing, incoming) {
|
|
|
27631
27631
|
}
|
|
27632
27632
|
const ingest$1G = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
27633
27633
|
if (process.env.NODE_ENV !== 'production') {
|
|
27634
|
-
const validateError = validate$
|
|
27634
|
+
const validateError = validate$N(input);
|
|
27635
27635
|
if (validateError !== null) {
|
|
27636
27636
|
throw validateError;
|
|
27637
27637
|
}
|
|
@@ -28143,7 +28143,7 @@ const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedL
|
|
|
28143
28143
|
buildCachedSnapshotCachePolicy$i, buildNetworkSnapshotCachePolicy$j);
|
|
28144
28144
|
};
|
|
28145
28145
|
|
|
28146
|
-
function validate$
|
|
28146
|
+
function validate$M(obj, path = 'RelatedListColumnRepresentation') {
|
|
28147
28147
|
const v_error = (() => {
|
|
28148
28148
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28149
28149
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28294,7 +28294,7 @@ function validate$L(obj, path = 'RelatedListColumnRepresentation') {
|
|
|
28294
28294
|
|
|
28295
28295
|
const TTL$i = 900000;
|
|
28296
28296
|
const VERSION$1J = "c977d65d153a2b4e888ddd45fb083248";
|
|
28297
|
-
function validate$
|
|
28297
|
+
function validate$L(obj, path = 'RelatedListInfoRepresentation') {
|
|
28298
28298
|
const v_error = (() => {
|
|
28299
28299
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28300
28300
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28322,7 +28322,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
28322
28322
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
28323
28323
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
28324
28324
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
28325
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
28325
|
+
const referencepath_displayColumns_itemValidationError = validate$M(obj_displayColumns_item, path_displayColumns_item);
|
|
28326
28326
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
28327
28327
|
let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
28328
28328
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28369,7 +28369,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
28369
28369
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
28370
28370
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
28371
28371
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
28372
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
28372
|
+
const referencepath_filteredByInfo_itemValidationError = validate$2e(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
28373
28373
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
28374
28374
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
28375
28375
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28383,7 +28383,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
28383
28383
|
}
|
|
28384
28384
|
const obj_listReference = obj.listReference;
|
|
28385
28385
|
const path_listReference = path + '.listReference';
|
|
28386
|
-
const referencepath_listReferenceValidationError = validate$
|
|
28386
|
+
const referencepath_listReferenceValidationError = validate$O(obj_listReference, path_listReference);
|
|
28387
28387
|
if (referencepath_listReferenceValidationError !== null) {
|
|
28388
28388
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
28389
28389
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28421,7 +28421,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
28421
28421
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
28422
28422
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
28423
28423
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
28424
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
28424
|
+
const referencepath_orderedByInfo_itemValidationError = validate$29(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
28425
28425
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
28426
28426
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
28427
28427
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28440,7 +28440,7 @@ function validate$K(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
28440
28440
|
}
|
|
28441
28441
|
const obj_userPreferences = obj.userPreferences;
|
|
28442
28442
|
const path_userPreferences = path + '.userPreferences';
|
|
28443
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
28443
|
+
const referencepath_userPreferencesValidationError = validate$25(obj_userPreferences, path_userPreferences);
|
|
28444
28444
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
28445
28445
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
28446
28446
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28580,7 +28580,7 @@ function equals$j(existing, incoming) {
|
|
|
28580
28580
|
}
|
|
28581
28581
|
const ingest$1F = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28582
28582
|
if (process.env.NODE_ENV !== 'production') {
|
|
28583
|
-
const validateError = validate$
|
|
28583
|
+
const validateError = validate$L(input);
|
|
28584
28584
|
if (validateError !== null) {
|
|
28585
28585
|
throw validateError;
|
|
28586
28586
|
}
|
|
@@ -29018,7 +29018,7 @@ const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRela
|
|
|
29018
29018
|
buildCachedSnapshotCachePolicy$h, buildNetworkSnapshotCachePolicy$i);
|
|
29019
29019
|
};
|
|
29020
29020
|
|
|
29021
|
-
function validate$
|
|
29021
|
+
function validate$K(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
29022
29022
|
const v_error = (() => {
|
|
29023
29023
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29024
29024
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29114,7 +29114,7 @@ function validate$J(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
29114
29114
|
const path_themeInfo = path + '.themeInfo';
|
|
29115
29115
|
let obj_themeInfo_union0 = null;
|
|
29116
29116
|
const obj_themeInfo_union0_error = (() => {
|
|
29117
|
-
const referencepath_themeInfoValidationError = validate$
|
|
29117
|
+
const referencepath_themeInfoValidationError = validate$1O(obj_themeInfo, path_themeInfo);
|
|
29118
29118
|
if (referencepath_themeInfoValidationError !== null) {
|
|
29119
29119
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
29120
29120
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29149,7 +29149,7 @@ function validate$J(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
29149
29149
|
}
|
|
29150
29150
|
|
|
29151
29151
|
const VERSION$1I = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
29152
|
-
function validate$
|
|
29152
|
+
function validate$J(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
|
|
29153
29153
|
const v_error = (() => {
|
|
29154
29154
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29155
29155
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29198,7 +29198,7 @@ function validate$I(obj, path = 'RelatedListSummaryInfoCollectionRepresentation'
|
|
|
29198
29198
|
for (let i = 0; i < obj_relatedLists.length; i++) {
|
|
29199
29199
|
const obj_relatedLists_item = obj_relatedLists[i];
|
|
29200
29200
|
const path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
29201
|
-
const referencepath_relatedLists_itemValidationError = validate$
|
|
29201
|
+
const referencepath_relatedLists_itemValidationError = validate$K(obj_relatedLists_item, path_relatedLists_item);
|
|
29202
29202
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
29203
29203
|
let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
29204
29204
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29254,7 +29254,7 @@ function equals$i(existing, incoming) {
|
|
|
29254
29254
|
}
|
|
29255
29255
|
const ingest$1E = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29256
29256
|
if (process.env.NODE_ENV !== 'production') {
|
|
29257
|
-
const validateError = validate$
|
|
29257
|
+
const validateError = validate$J(input);
|
|
29258
29258
|
if (validateError !== null) {
|
|
29259
29259
|
throw validateError;
|
|
29260
29260
|
}
|
|
@@ -29503,7 +29503,7 @@ const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedLi
|
|
|
29503
29503
|
buildCachedSnapshotCachePolicy$f, buildNetworkSnapshotCachePolicy$g);
|
|
29504
29504
|
};
|
|
29505
29505
|
|
|
29506
|
-
function validate$
|
|
29506
|
+
function validate$I(obj, path = 'ListUserPreferenceInputRepresentation') {
|
|
29507
29507
|
const v_error = (() => {
|
|
29508
29508
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29509
29509
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29585,7 +29585,7 @@ function typeCheckConfig$q(untrustedConfig) {
|
|
|
29585
29585
|
const untrustedConfig_orderedByInfo_array = [];
|
|
29586
29586
|
for (let i = 0, arrayLength = untrustedConfig_orderedByInfo.length; i < arrayLength; i++) {
|
|
29587
29587
|
const untrustedConfig_orderedByInfo_item = untrustedConfig_orderedByInfo[i];
|
|
29588
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
29588
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$16(untrustedConfig_orderedByInfo_item);
|
|
29589
29589
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
29590
29590
|
untrustedConfig_orderedByInfo_array.push(untrustedConfig_orderedByInfo_item);
|
|
29591
29591
|
}
|
|
@@ -29593,7 +29593,7 @@ function typeCheckConfig$q(untrustedConfig) {
|
|
|
29593
29593
|
config.orderedByInfo = untrustedConfig_orderedByInfo_array;
|
|
29594
29594
|
}
|
|
29595
29595
|
const untrustedConfig_userPreferences = untrustedConfig.userPreferences;
|
|
29596
|
-
const referenceListUserPreferenceInputRepresentationValidationError = validate$
|
|
29596
|
+
const referenceListUserPreferenceInputRepresentationValidationError = validate$I(untrustedConfig_userPreferences);
|
|
29597
29597
|
if (referenceListUserPreferenceInputRepresentationValidationError === null) {
|
|
29598
29598
|
config.userPreferences = untrustedConfig_userPreferences;
|
|
29599
29599
|
}
|
|
@@ -29658,7 +29658,7 @@ const updateRelatedListInfoAdapterFactory = (luvio) => {
|
|
|
29658
29658
|
|
|
29659
29659
|
const TTL$h = 900000;
|
|
29660
29660
|
const VERSION$1H = "094cdf8e3e1f07fca02c4e51e14c528e";
|
|
29661
|
-
function validate$
|
|
29661
|
+
function validate$H(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
29662
29662
|
const v_error = (() => {
|
|
29663
29663
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29664
29664
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29699,7 +29699,7 @@ function validate$G(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
29699
29699
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
29700
29700
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
29701
29701
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
29702
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
29702
|
+
const referencepath_orderedBy_itemValidationError = validate$29(obj_orderedBy_item, path_orderedBy_item);
|
|
29703
29703
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
29704
29704
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
29705
29705
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29743,7 +29743,7 @@ function equals$h(existing, incoming) {
|
|
|
29743
29743
|
}
|
|
29744
29744
|
const ingest$1D = function RelatedListUserPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29745
29745
|
if (process.env.NODE_ENV !== 'production') {
|
|
29746
|
-
const validateError = validate$
|
|
29746
|
+
const validateError = validate$H(input);
|
|
29747
29747
|
if (validateError !== null) {
|
|
29748
29748
|
throw validateError;
|
|
29749
29749
|
}
|
|
@@ -30339,7 +30339,7 @@ function typeCheckConfig$n(untrustedConfig) {
|
|
|
30339
30339
|
const untrustedConfig_orderedBy_array = [];
|
|
30340
30340
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
30341
30341
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
30342
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
30342
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$16(untrustedConfig_orderedBy_item);
|
|
30343
30343
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
30344
30344
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
30345
30345
|
}
|
|
@@ -30390,7 +30390,7 @@ const updateRelatedListPreferencesAdapterFactory = (luvio) => {
|
|
|
30390
30390
|
};
|
|
30391
30391
|
};
|
|
30392
30392
|
|
|
30393
|
-
function validate$
|
|
30393
|
+
function validate$G(obj, path = 'RelatedListRecordsSingleBatchInputRepresentation') {
|
|
30394
30394
|
const v_error = (() => {
|
|
30395
30395
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30396
30396
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30633,7 +30633,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
|
|
|
30633
30633
|
|
|
30634
30634
|
const TTL$g = 30000;
|
|
30635
30635
|
const VERSION$1G = "62467c27c19349b70c9db2a8d9d591d9";
|
|
30636
|
-
function validate$
|
|
30636
|
+
function validate$F(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
30637
30637
|
const v_error = (() => {
|
|
30638
30638
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30639
30639
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30714,7 +30714,7 @@ function validate$E(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
|
30714
30714
|
}
|
|
30715
30715
|
const obj_listReference = obj.listReference;
|
|
30716
30716
|
const path_listReference = path + '.listReference';
|
|
30717
|
-
const referencepath_listReferenceValidationError = validate$
|
|
30717
|
+
const referencepath_listReferenceValidationError = validate$O(obj_listReference, path_listReference);
|
|
30718
30718
|
if (referencepath_listReferenceValidationError !== null) {
|
|
30719
30719
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
30720
30720
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -31135,7 +31135,7 @@ function equals$g(existing, incoming) {
|
|
|
31135
31135
|
}
|
|
31136
31136
|
const ingest$1C = function RelatedListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
31137
31137
|
if (process.env.NODE_ENV !== 'production') {
|
|
31138
|
-
const validateError = validate$
|
|
31138
|
+
const validateError = validate$F(input);
|
|
31139
31139
|
if (validateError !== null) {
|
|
31140
31140
|
throw validateError;
|
|
31141
31141
|
}
|
|
@@ -31627,7 +31627,7 @@ function typeCheckConfig$m(untrustedConfig) {
|
|
|
31627
31627
|
const untrustedConfig_relatedListParameters_array = [];
|
|
31628
31628
|
for (let i = 0, arrayLength = untrustedConfig_relatedListParameters.length; i < arrayLength; i++) {
|
|
31629
31629
|
const untrustedConfig_relatedListParameters_item = untrustedConfig_relatedListParameters[i];
|
|
31630
|
-
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$
|
|
31630
|
+
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$G(untrustedConfig_relatedListParameters_item);
|
|
31631
31631
|
if (referenceRelatedListRecordsSingleBatchInputRepresentationValidationError === null) {
|
|
31632
31632
|
untrustedConfig_relatedListParameters_array.push(untrustedConfig_relatedListParameters_item);
|
|
31633
31633
|
}
|
|
@@ -31872,7 +31872,7 @@ const getRelatedListRecordsAdapterFactory = (luvio) => function UiApi__getRelate
|
|
|
31872
31872
|
buildCachedSnapshotCachePolicy$b, buildNetworkSnapshotCachePolicy$c);
|
|
31873
31873
|
};
|
|
31874
31874
|
|
|
31875
|
-
function validate$
|
|
31875
|
+
function validate$E(obj, path = 'SearchFilterOptionRepresentation') {
|
|
31876
31876
|
const v_error = (() => {
|
|
31877
31877
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31878
31878
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31902,7 +31902,7 @@ var DiscriminatorValues;
|
|
|
31902
31902
|
DiscriminatorValues["Field"] = "Field";
|
|
31903
31903
|
DiscriminatorValues["DataCategory"] = "DataCategory";
|
|
31904
31904
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
31905
|
-
function validate$
|
|
31905
|
+
function validate$D(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
31906
31906
|
const v_error = (() => {
|
|
31907
31907
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31908
31908
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -31963,7 +31963,7 @@ function validate$C(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
|
31963
31963
|
|
|
31964
31964
|
const TTL$f = 30000;
|
|
31965
31965
|
const VERSION$1F = "7d241c2ee7cc9b09d6bd434b33b0b5e4";
|
|
31966
|
-
function validate$
|
|
31966
|
+
function validate$C(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
|
|
31967
31967
|
const v_error = (() => {
|
|
31968
31968
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
31969
31969
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32002,7 +32002,7 @@ function validate$B(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
32002
32002
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
32003
32003
|
const obj_filters_item = obj_filters[i];
|
|
32004
32004
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
32005
|
-
const referencepath_filters_itemValidationError = validate$
|
|
32005
|
+
const referencepath_filters_itemValidationError = validate$D(obj_filters_item, path_filters_item);
|
|
32006
32006
|
if (referencepath_filters_itemValidationError !== null) {
|
|
32007
32007
|
let message = 'Object doesn\'t match SearchFilterDefinitionRepresentation (at "' + path_filters_item + '")\n';
|
|
32008
32008
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32047,7 +32047,7 @@ function equals$f(existing, incoming) {
|
|
|
32047
32047
|
}
|
|
32048
32048
|
const ingest$1B = function SearchFilterMetadataCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32049
32049
|
if (process.env.NODE_ENV !== 'production') {
|
|
32050
|
-
const validateError = validate$
|
|
32050
|
+
const validateError = validate$C(input);
|
|
32051
32051
|
if (validateError !== null) {
|
|
32052
32052
|
throw validateError;
|
|
32053
32053
|
}
|
|
@@ -32211,7 +32211,7 @@ const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSear
|
|
|
32211
32211
|
|
|
32212
32212
|
const TTL$e = 30000;
|
|
32213
32213
|
const VERSION$1E = "8d851a8d9abf0a061a8ad81d4cbb83bc";
|
|
32214
|
-
function validate$
|
|
32214
|
+
function validate$B(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
32215
32215
|
const v_error = (() => {
|
|
32216
32216
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32217
32217
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32234,7 +32234,7 @@ function validate$A(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
|
32234
32234
|
for (let i = 0; i < obj_options.length; i++) {
|
|
32235
32235
|
const obj_options_item = obj_options[i];
|
|
32236
32236
|
const path_options_item = path_options + '[' + i + ']';
|
|
32237
|
-
const referencepath_options_itemValidationError = validate$
|
|
32237
|
+
const referencepath_options_itemValidationError = validate$E(obj_options_item, path_options_item);
|
|
32238
32238
|
if (referencepath_options_itemValidationError !== null) {
|
|
32239
32239
|
let message = 'Object doesn\'t match SearchFilterOptionRepresentation (at "' + path_options_item + '")\n';
|
|
32240
32240
|
message += referencepath_options_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32301,7 +32301,7 @@ function equals$e(existing, incoming) {
|
|
|
32301
32301
|
}
|
|
32302
32302
|
const ingest$1A = function SearchFilterOptionCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32303
32303
|
if (process.env.NODE_ENV !== 'production') {
|
|
32304
|
-
const validateError = validate$
|
|
32304
|
+
const validateError = validate$B(input);
|
|
32305
32305
|
if (validateError !== null) {
|
|
32306
32306
|
throw validateError;
|
|
32307
32307
|
}
|
|
@@ -32465,7 +32465,7 @@ const getSearchFilterOptionsAdapterFactory = (luvio) => function UiApi__getSearc
|
|
|
32465
32465
|
buildCachedSnapshotCachePolicy$9, buildNetworkSnapshotCachePolicy$a);
|
|
32466
32466
|
};
|
|
32467
32467
|
|
|
32468
|
-
function validate$
|
|
32468
|
+
function validate$A(obj, path = 'AdvancedLookupDisplayInfoFieldRepresentation') {
|
|
32469
32469
|
const v_error = (() => {
|
|
32470
32470
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32471
32471
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32489,7 +32489,7 @@ function validate$z(obj, path = 'AdvancedLookupDisplayInfoFieldRepresentation')
|
|
|
32489
32489
|
return v_error === undefined ? null : v_error;
|
|
32490
32490
|
}
|
|
32491
32491
|
|
|
32492
|
-
function validate$
|
|
32492
|
+
function validate$z(obj, path = 'AdvancedLookupDisplayInfoRepresentation') {
|
|
32493
32493
|
const v_error = (() => {
|
|
32494
32494
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32495
32495
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32502,7 +32502,7 @@ function validate$y(obj, path = 'AdvancedLookupDisplayInfoRepresentation') {
|
|
|
32502
32502
|
for (let i = 0; i < obj_fields.length; i++) {
|
|
32503
32503
|
const obj_fields_item = obj_fields[i];
|
|
32504
32504
|
const path_fields_item = path_fields + '[' + i + ']';
|
|
32505
|
-
const referencepath_fields_itemValidationError = validate$
|
|
32505
|
+
const referencepath_fields_itemValidationError = validate$A(obj_fields_item, path_fields_item);
|
|
32506
32506
|
if (referencepath_fields_itemValidationError !== null) {
|
|
32507
32507
|
let message = 'Object doesn\'t match AdvancedLookupDisplayInfoFieldRepresentation (at "' + path_fields_item + '")\n';
|
|
32508
32508
|
message += referencepath_fields_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32513,14 +32513,14 @@ function validate$y(obj, path = 'AdvancedLookupDisplayInfoRepresentation') {
|
|
|
32513
32513
|
return v_error === undefined ? null : v_error;
|
|
32514
32514
|
}
|
|
32515
32515
|
|
|
32516
|
-
function validate$
|
|
32516
|
+
function validate$y(obj, path = 'AdvancedLookupInfoRepresentation') {
|
|
32517
32517
|
const v_error = (() => {
|
|
32518
32518
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32519
32519
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
32520
32520
|
}
|
|
32521
32521
|
const obj_displayInfo = obj.displayInfo;
|
|
32522
32522
|
const path_displayInfo = path + '.displayInfo';
|
|
32523
|
-
const referencepath_displayInfoValidationError = validate$
|
|
32523
|
+
const referencepath_displayInfoValidationError = validate$z(obj_displayInfo, path_displayInfo);
|
|
32524
32524
|
if (referencepath_displayInfoValidationError !== null) {
|
|
32525
32525
|
let message = 'Object doesn\'t match AdvancedLookupDisplayInfoRepresentation (at "' + path_displayInfo + '")\n';
|
|
32526
32526
|
message += referencepath_displayInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32530,7 +32530,7 @@ function validate$x(obj, path = 'AdvancedLookupInfoRepresentation') {
|
|
|
32530
32530
|
return v_error === undefined ? null : v_error;
|
|
32531
32531
|
}
|
|
32532
32532
|
|
|
32533
|
-
function validate$
|
|
32533
|
+
function validate$x(obj, path = 'DisplayLayoutRepresentation') {
|
|
32534
32534
|
const v_error = (() => {
|
|
32535
32535
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32536
32536
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32551,7 +32551,7 @@ function validate$w(obj, path = 'DisplayLayoutRepresentation') {
|
|
|
32551
32551
|
return v_error === undefined ? null : v_error;
|
|
32552
32552
|
}
|
|
32553
32553
|
|
|
32554
|
-
function validate$
|
|
32554
|
+
function validate$w(obj, path = 'MatchingInfoRepresentation') {
|
|
32555
32555
|
const v_error = (() => {
|
|
32556
32556
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32557
32557
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32572,14 +32572,14 @@ function validate$v(obj, path = 'MatchingInfoRepresentation') {
|
|
|
32572
32572
|
return v_error === undefined ? null : v_error;
|
|
32573
32573
|
}
|
|
32574
32574
|
|
|
32575
|
-
function validate$
|
|
32575
|
+
function validate$v(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
32576
32576
|
const v_error = (() => {
|
|
32577
32577
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32578
32578
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
32579
32579
|
}
|
|
32580
32580
|
const obj_displayLayout = obj.displayLayout;
|
|
32581
32581
|
const path_displayLayout = path + '.displayLayout';
|
|
32582
|
-
const referencepath_displayLayoutValidationError = validate$
|
|
32582
|
+
const referencepath_displayLayoutValidationError = validate$x(obj_displayLayout, path_displayLayout);
|
|
32583
32583
|
if (referencepath_displayLayoutValidationError !== null) {
|
|
32584
32584
|
let message = 'Object doesn\'t match DisplayLayoutRepresentation (at "' + path_displayLayout + '")\n';
|
|
32585
32585
|
message += referencepath_displayLayoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32587,7 +32587,7 @@ function validate$u(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
32587
32587
|
}
|
|
32588
32588
|
const obj_matchingInfo = obj.matchingInfo;
|
|
32589
32589
|
const path_matchingInfo = path + '.matchingInfo';
|
|
32590
|
-
const referencepath_matchingInfoValidationError = validate$
|
|
32590
|
+
const referencepath_matchingInfoValidationError = validate$w(obj_matchingInfo, path_matchingInfo);
|
|
32591
32591
|
if (referencepath_matchingInfoValidationError !== null) {
|
|
32592
32592
|
let message = 'Object doesn\'t match MatchingInfoRepresentation (at "' + path_matchingInfo + '")\n';
|
|
32593
32593
|
message += referencepath_matchingInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32597,14 +32597,14 @@ function validate$u(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
32597
32597
|
return v_error === undefined ? null : v_error;
|
|
32598
32598
|
}
|
|
32599
32599
|
|
|
32600
|
-
function validate$
|
|
32600
|
+
function validate$u(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
32601
32601
|
const v_error = (() => {
|
|
32602
32602
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32603
32603
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
32604
32604
|
}
|
|
32605
32605
|
const obj_advancedLookupInfo = obj.advancedLookupInfo;
|
|
32606
32606
|
const path_advancedLookupInfo = path + '.advancedLookupInfo';
|
|
32607
|
-
const referencepath_advancedLookupInfoValidationError = validate$
|
|
32607
|
+
const referencepath_advancedLookupInfoValidationError = validate$y(obj_advancedLookupInfo, path_advancedLookupInfo);
|
|
32608
32608
|
if (referencepath_advancedLookupInfoValidationError !== null) {
|
|
32609
32609
|
let message = 'Object doesn\'t match AdvancedLookupInfoRepresentation (at "' + path_advancedLookupInfo + '")\n';
|
|
32610
32610
|
message += referencepath_advancedLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32617,7 +32617,7 @@ function validate$t(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
32617
32617
|
}
|
|
32618
32618
|
const obj_suggestionsInfo = obj.suggestionsInfo;
|
|
32619
32619
|
const path_suggestionsInfo = path + '.suggestionsInfo';
|
|
32620
|
-
const referencepath_suggestionsInfoValidationError = validate$
|
|
32620
|
+
const referencepath_suggestionsInfoValidationError = validate$v(obj_suggestionsInfo, path_suggestionsInfo);
|
|
32621
32621
|
if (referencepath_suggestionsInfoValidationError !== null) {
|
|
32622
32622
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_suggestionsInfo + '")\n';
|
|
32623
32623
|
message += referencepath_suggestionsInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32629,7 +32629,7 @@ function validate$t(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
32629
32629
|
|
|
32630
32630
|
const TTL$d = 30000;
|
|
32631
32631
|
const VERSION$1D = "ab99b79a5e8a78e051ec92b39d76a6bd";
|
|
32632
|
-
function validate$
|
|
32632
|
+
function validate$t(obj, path = 'LookupMetadataRepresentation') {
|
|
32633
32633
|
const v_error = (() => {
|
|
32634
32634
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32635
32635
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32680,7 +32680,7 @@ function validate$s(obj, path = 'LookupMetadataRepresentation') {
|
|
|
32680
32680
|
const key = obj_targetInfo_keys[i];
|
|
32681
32681
|
const obj_targetInfo_prop = obj_targetInfo[key];
|
|
32682
32682
|
const path_targetInfo_prop = path_targetInfo + '["' + key + '"]';
|
|
32683
|
-
const referencepath_targetInfo_propValidationError = validate$
|
|
32683
|
+
const referencepath_targetInfo_propValidationError = validate$u(obj_targetInfo_prop, path_targetInfo_prop);
|
|
32684
32684
|
if (referencepath_targetInfo_propValidationError !== null) {
|
|
32685
32685
|
let message = 'Object doesn\'t match LookupMetadataTargetInfoRepresentation (at "' + path_targetInfo_prop + '")\n';
|
|
32686
32686
|
message += referencepath_targetInfo_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -32720,7 +32720,7 @@ function equals$d(existing, incoming) {
|
|
|
32720
32720
|
}
|
|
32721
32721
|
const ingest$1z = function LookupMetadataRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
32722
32722
|
if (process.env.NODE_ENV !== 'production') {
|
|
32723
|
-
const validateError = validate$
|
|
32723
|
+
const validateError = validate$t(input);
|
|
32724
32724
|
if (validateError !== null) {
|
|
32725
32725
|
throw validateError;
|
|
32726
32726
|
}
|
|
@@ -32882,7 +32882,7 @@ const getLookupMetadataAdapterFactory = (luvio) => function UiApi__getLookupMeta
|
|
|
32882
32882
|
buildCachedSnapshotCachePolicy$8, buildNetworkSnapshotCachePolicy$9);
|
|
32883
32883
|
};
|
|
32884
32884
|
|
|
32885
|
-
function validate$
|
|
32885
|
+
function validate$s(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
32886
32886
|
const v_error = (() => {
|
|
32887
32887
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32888
32888
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32913,7 +32913,7 @@ function validate$r(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
|
32913
32913
|
return v_error === undefined ? null : v_error;
|
|
32914
32914
|
}
|
|
32915
32915
|
|
|
32916
|
-
function validate$
|
|
32916
|
+
function validate$r(obj, path = 'SearchFilterInputRepresentation') {
|
|
32917
32917
|
const v_error = (() => {
|
|
32918
32918
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32919
32919
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32982,7 +32982,7 @@ function validate$q(obj, path = 'SearchFilterInputRepresentation') {
|
|
|
32982
32982
|
return v_error === undefined ? null : v_error;
|
|
32983
32983
|
}
|
|
32984
32984
|
|
|
32985
|
-
function validate$
|
|
32985
|
+
function validate$q(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
32986
32986
|
const v_error = (() => {
|
|
32987
32987
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
32988
32988
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -32995,7 +32995,7 @@ function validate$p(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
32995
32995
|
for (let i = 0; i < obj_dataCategories.length; i++) {
|
|
32996
32996
|
const obj_dataCategories_item = obj_dataCategories[i];
|
|
32997
32997
|
const path_dataCategories_item = path_dataCategories + '[' + i + ']';
|
|
32998
|
-
const referencepath_dataCategories_itemValidationError = validate$
|
|
32998
|
+
const referencepath_dataCategories_itemValidationError = validate$s(obj_dataCategories_item, path_dataCategories_item);
|
|
32999
32999
|
if (referencepath_dataCategories_itemValidationError !== null) {
|
|
33000
33000
|
let message = 'Object doesn\'t match SearchDataCategoryInputRepresentation (at "' + path_dataCategories_item + '")\n';
|
|
33001
33001
|
message += referencepath_dataCategories_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33010,7 +33010,7 @@ function validate$p(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
33010
33010
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
33011
33011
|
const obj_filters_item = obj_filters[i];
|
|
33012
33012
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
33013
|
-
const referencepath_filters_itemValidationError = validate$
|
|
33013
|
+
const referencepath_filters_itemValidationError = validate$r(obj_filters_item, path_filters_item);
|
|
33014
33014
|
if (referencepath_filters_itemValidationError !== null) {
|
|
33015
33015
|
let message = 'Object doesn\'t match SearchFilterInputRepresentation (at "' + path_filters_item + '")\n';
|
|
33016
33016
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33021,7 +33021,7 @@ function validate$p(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
33021
33021
|
return v_error === undefined ? null : v_error;
|
|
33022
33022
|
}
|
|
33023
33023
|
|
|
33024
|
-
function validate$
|
|
33024
|
+
function validate$p(obj, path = 'DirectAnswerResultRepresentation') {
|
|
33025
33025
|
const v_error = (() => {
|
|
33026
33026
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33027
33027
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33134,7 +33134,7 @@ function validate$o(obj, path = 'DirectAnswerResultRepresentation') {
|
|
|
33134
33134
|
return v_error === undefined ? null : v_error;
|
|
33135
33135
|
}
|
|
33136
33136
|
|
|
33137
|
-
function validate$
|
|
33137
|
+
function validate$o(obj, path = 'ErrorMessageRepresentation') {
|
|
33138
33138
|
const v_error = (() => {
|
|
33139
33139
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33140
33140
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33174,7 +33174,7 @@ function validate$n(obj, path = 'ErrorMessageRepresentation') {
|
|
|
33174
33174
|
return v_error === undefined ? null : v_error;
|
|
33175
33175
|
}
|
|
33176
33176
|
|
|
33177
|
-
function validate$
|
|
33177
|
+
function validate$n(obj, path = 'SearchResultCollectionRepresentation') {
|
|
33178
33178
|
const v_error = (() => {
|
|
33179
33179
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33180
33180
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33188,7 +33188,7 @@ function validate$m(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
33188
33188
|
const path_error = path + '.error';
|
|
33189
33189
|
let obj_error_union0 = null;
|
|
33190
33190
|
const obj_error_union0_error = (() => {
|
|
33191
|
-
const referencepath_errorValidationError = validate$
|
|
33191
|
+
const referencepath_errorValidationError = validate$o(obj_error, path_error);
|
|
33192
33192
|
if (referencepath_errorValidationError !== null) {
|
|
33193
33193
|
let message = 'Object doesn\'t match ErrorMessageRepresentation (at "' + path_error + '")\n';
|
|
33194
33194
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33252,7 +33252,7 @@ function validate$m(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
33252
33252
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
33253
33253
|
const obj_orderBy_item = obj_orderBy[i];
|
|
33254
33254
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
33255
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
33255
|
+
const referencepath_orderBy_itemValidationError = validate$29(obj_orderBy_item, path_orderBy_item);
|
|
33256
33256
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
33257
33257
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
33258
33258
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33318,7 +33318,7 @@ function validate$m(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
33318
33318
|
return v_error === undefined ? null : v_error;
|
|
33319
33319
|
}
|
|
33320
33320
|
|
|
33321
|
-
function validate$
|
|
33321
|
+
function validate$m(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
33322
33322
|
const v_error = (() => {
|
|
33323
33323
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33324
33324
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -33365,6 +33365,46 @@ function validate$l(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
|
33365
33365
|
return v_error === undefined ? null : v_error;
|
|
33366
33366
|
}
|
|
33367
33367
|
|
|
33368
|
+
function validate$l(obj, path = 'NLSResultsRepresentation') {
|
|
33369
|
+
const v_error = (() => {
|
|
33370
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
33371
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
33372
|
+
}
|
|
33373
|
+
const obj_hasNoResult = obj.hasNoResult;
|
|
33374
|
+
const path_hasNoResult = path + '.hasNoResult';
|
|
33375
|
+
let obj_hasNoResult_union0 = null;
|
|
33376
|
+
const obj_hasNoResult_union0_error = (() => {
|
|
33377
|
+
if (typeof obj_hasNoResult !== 'boolean') {
|
|
33378
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_hasNoResult + '" (at "' + path_hasNoResult + '")');
|
|
33379
|
+
}
|
|
33380
|
+
})();
|
|
33381
|
+
if (obj_hasNoResult_union0_error != null) {
|
|
33382
|
+
obj_hasNoResult_union0 = obj_hasNoResult_union0_error.message;
|
|
33383
|
+
}
|
|
33384
|
+
let obj_hasNoResult_union1 = null;
|
|
33385
|
+
const obj_hasNoResult_union1_error = (() => {
|
|
33386
|
+
if (obj_hasNoResult !== null) {
|
|
33387
|
+
return new TypeError('Expected "null" but received "' + typeof obj_hasNoResult + '" (at "' + path_hasNoResult + '")');
|
|
33388
|
+
}
|
|
33389
|
+
})();
|
|
33390
|
+
if (obj_hasNoResult_union1_error != null) {
|
|
33391
|
+
obj_hasNoResult_union1 = obj_hasNoResult_union1_error.message;
|
|
33392
|
+
}
|
|
33393
|
+
if (obj_hasNoResult_union0 && obj_hasNoResult_union1) {
|
|
33394
|
+
let message = 'Object doesn\'t match union (at "' + path_hasNoResult + '")';
|
|
33395
|
+
message += '\n' + obj_hasNoResult_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
33396
|
+
message += '\n' + obj_hasNoResult_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
33397
|
+
return new TypeError(message);
|
|
33398
|
+
}
|
|
33399
|
+
const obj_results = obj.results;
|
|
33400
|
+
const path_results = path + '.results';
|
|
33401
|
+
if (typeof obj_results !== 'object') {
|
|
33402
|
+
return new TypeError('Expected "object" but received "' + typeof obj_results + '" (at "' + path_results + '")');
|
|
33403
|
+
}
|
|
33404
|
+
})();
|
|
33405
|
+
return v_error === undefined ? null : v_error;
|
|
33406
|
+
}
|
|
33407
|
+
|
|
33368
33408
|
function validate$k(obj, path = 'AppliedSearchFilterOutputRepresentation') {
|
|
33369
33409
|
const v_error = (() => {
|
|
33370
33410
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -33649,7 +33689,7 @@ function validate$f(obj, path = 'SearchObjectOptionsOutputRepresentation') {
|
|
|
33649
33689
|
}
|
|
33650
33690
|
|
|
33651
33691
|
const TTL$c = 200;
|
|
33652
|
-
const VERSION$1C = "
|
|
33692
|
+
const VERSION$1C = "5e805b26bc243a05358227e1d5e31fe2";
|
|
33653
33693
|
function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
33654
33694
|
const v_error = (() => {
|
|
33655
33695
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -33685,7 +33725,7 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
33685
33725
|
const path_directAnswerResult = path + '.directAnswerResult';
|
|
33686
33726
|
let obj_directAnswerResult_union0 = null;
|
|
33687
33727
|
const obj_directAnswerResult_union0_error = (() => {
|
|
33688
|
-
const referencepath_directAnswerResultValidationError = validate$
|
|
33728
|
+
const referencepath_directAnswerResultValidationError = validate$p(obj_directAnswerResult, path_directAnswerResult);
|
|
33689
33729
|
if (referencepath_directAnswerResultValidationError !== null) {
|
|
33690
33730
|
let message = 'Object doesn\'t match DirectAnswerResultRepresentation (at "' + path_directAnswerResult + '")\n';
|
|
33691
33731
|
message += referencepath_directAnswerResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33714,7 +33754,7 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
33714
33754
|
const path_keywordSearchResults = path + '.keywordSearchResults';
|
|
33715
33755
|
let obj_keywordSearchResults_union0 = null;
|
|
33716
33756
|
const obj_keywordSearchResults_union0_error = (() => {
|
|
33717
|
-
const referencepath_keywordSearchResultsValidationError = validate$
|
|
33757
|
+
const referencepath_keywordSearchResultsValidationError = validate$m(obj_keywordSearchResults, path_keywordSearchResults);
|
|
33718
33758
|
if (referencepath_keywordSearchResultsValidationError !== null) {
|
|
33719
33759
|
let message = 'Object doesn\'t match KeywordSearchResultsRepresentation (at "' + path_keywordSearchResults + '")\n';
|
|
33720
33760
|
message += referencepath_keywordSearchResultsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -33739,6 +33779,35 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
33739
33779
|
message += '\n' + obj_keywordSearchResults_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
33740
33780
|
return new TypeError(message);
|
|
33741
33781
|
}
|
|
33782
|
+
const obj_nlsResults = obj.nlsResults;
|
|
33783
|
+
const path_nlsResults = path + '.nlsResults';
|
|
33784
|
+
let obj_nlsResults_union0 = null;
|
|
33785
|
+
const obj_nlsResults_union0_error = (() => {
|
|
33786
|
+
const referencepath_nlsResultsValidationError = validate$l(obj_nlsResults, path_nlsResults);
|
|
33787
|
+
if (referencepath_nlsResultsValidationError !== null) {
|
|
33788
|
+
let message = 'Object doesn\'t match NLSResultsRepresentation (at "' + path_nlsResults + '")\n';
|
|
33789
|
+
message += referencepath_nlsResultsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
33790
|
+
return new TypeError(message);
|
|
33791
|
+
}
|
|
33792
|
+
})();
|
|
33793
|
+
if (obj_nlsResults_union0_error != null) {
|
|
33794
|
+
obj_nlsResults_union0 = obj_nlsResults_union0_error.message;
|
|
33795
|
+
}
|
|
33796
|
+
let obj_nlsResults_union1 = null;
|
|
33797
|
+
const obj_nlsResults_union1_error = (() => {
|
|
33798
|
+
if (obj_nlsResults !== null) {
|
|
33799
|
+
return new TypeError('Expected "null" but received "' + typeof obj_nlsResults + '" (at "' + path_nlsResults + '")');
|
|
33800
|
+
}
|
|
33801
|
+
})();
|
|
33802
|
+
if (obj_nlsResults_union1_error != null) {
|
|
33803
|
+
obj_nlsResults_union1 = obj_nlsResults_union1_error.message;
|
|
33804
|
+
}
|
|
33805
|
+
if (obj_nlsResults_union0 && obj_nlsResults_union1) {
|
|
33806
|
+
let message = 'Object doesn\'t match union (at "' + path_nlsResults + '")';
|
|
33807
|
+
message += '\n' + obj_nlsResults_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
33808
|
+
message += '\n' + obj_nlsResults_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
33809
|
+
return new TypeError(message);
|
|
33810
|
+
}
|
|
33742
33811
|
const obj_qnaResult = obj.qnaResult;
|
|
33743
33812
|
const path_qnaResult = path + '.qnaResult';
|
|
33744
33813
|
let obj_qnaResult_union0 = null;
|
|
@@ -33927,7 +33996,7 @@ function typeCheckConfig$h(untrustedConfig) {
|
|
|
33927
33996
|
for (let i = 0, arrayLength = untrustedConfig_searchObjectOptions_keys.length; i < arrayLength; i++) {
|
|
33928
33997
|
const key = untrustedConfig_searchObjectOptions_keys[i];
|
|
33929
33998
|
const untrustedConfig_searchObjectOptions_prop = untrustedConfig_searchObjectOptions[key];
|
|
33930
|
-
const referenceSearchObjectOptionsRepresentationValidationError = validate$
|
|
33999
|
+
const referenceSearchObjectOptionsRepresentationValidationError = validate$q(untrustedConfig_searchObjectOptions_prop);
|
|
33931
34000
|
if (referenceSearchObjectOptionsRepresentationValidationError === null) {
|
|
33932
34001
|
if (untrustedConfig_searchObjectOptions_object !== undefined) {
|
|
33933
34002
|
untrustedConfig_searchObjectOptions_object[key] = untrustedConfig_searchObjectOptions_prop;
|
|
@@ -34046,7 +34115,7 @@ function validate$d(obj, path = 'KeywordSearchResultsSummaryRepresentation') {
|
|
|
34046
34115
|
}
|
|
34047
34116
|
const obj_keywordSearchResult = obj.keywordSearchResult;
|
|
34048
34117
|
const path_keywordSearchResult = path + '.keywordSearchResult';
|
|
34049
|
-
const referencepath_keywordSearchResultValidationError = validate$
|
|
34118
|
+
const referencepath_keywordSearchResultValidationError = validate$n(obj_keywordSearchResult, path_keywordSearchResult);
|
|
34050
34119
|
if (referencepath_keywordSearchResultValidationError !== null) {
|
|
34051
34120
|
let message = 'Object doesn\'t match SearchResultCollectionRepresentation (at "' + path_keywordSearchResult + '")\n';
|
|
34052
34121
|
message += referencepath_keywordSearchResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -34201,7 +34270,7 @@ function typeCheckConfig$g(untrustedConfig) {
|
|
|
34201
34270
|
const untrustedConfig_filters_array = [];
|
|
34202
34271
|
for (let i = 0, arrayLength = untrustedConfig_filters.length; i < arrayLength; i++) {
|
|
34203
34272
|
const untrustedConfig_filters_item = untrustedConfig_filters[i];
|
|
34204
|
-
const referenceSearchFilterInputRepresentationValidationError = validate$
|
|
34273
|
+
const referenceSearchFilterInputRepresentationValidationError = validate$r(untrustedConfig_filters_item);
|
|
34205
34274
|
if (referenceSearchFilterInputRepresentationValidationError === null) {
|
|
34206
34275
|
untrustedConfig_filters_array.push(untrustedConfig_filters_item);
|
|
34207
34276
|
}
|
|
@@ -58040,7 +58109,7 @@ function validate$a(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
58040
58109
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
58041
58110
|
let obj_recordTypeInfo_union0 = null;
|
|
58042
58111
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
58043
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
58112
|
+
const referencepath_recordTypeInfoValidationError = validate$20(obj_recordTypeInfo, path_recordTypeInfo);
|
|
58044
58113
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
58045
58114
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
58046
58115
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|