@salesforce/lds-adapters-uiapi 1.266.0-dev4 → 1.266.0-dev6
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/types/AppliedSearchFilterOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SearchAnswersResultRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/SearchFilterOutputRepresentation.d.ts +1 -4
- package/dist/es/es2018/uiapi-records-service.js +311 -263
- package/package.json +6 -6
- package/sfdc/graphqlAdapters.js +1 -1
- package/sfdc/index.js +312 -264
- package/sfdc/uiapi-static-functions.js +1 -1
- package/src/raml/api.raml +23 -3
package/sfdc/index.js
CHANGED
|
@@ -649,7 +649,7 @@ function assignMetadataLink(entry, metadataKey) {
|
|
|
649
649
|
}
|
|
650
650
|
|
|
651
651
|
const VERSION$1n = "623aa9ce3a11031e35faf5671a41746e";
|
|
652
|
-
function validate$
|
|
652
|
+
function validate$1$(obj, path = 'ListFilterByInfoRepresentation') {
|
|
653
653
|
const v_error = (() => {
|
|
654
654
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
655
655
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -712,7 +712,7 @@ const select$1Z = function ListFilterByInfoRepresentationSelect() {
|
|
|
712
712
|
};
|
|
713
713
|
|
|
714
714
|
const VERSION$1m = "f98dc7dec10408a9648ef8e5b37002a3";
|
|
715
|
-
function validate$
|
|
715
|
+
function validate$1_(obj, path = 'ListInlineEditDetailsRepresentation') {
|
|
716
716
|
const v_error = (() => {
|
|
717
717
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
718
718
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -791,7 +791,7 @@ const select$1Y = function ListInlineEditDetailsRepresentationSelect() {
|
|
|
791
791
|
};
|
|
792
792
|
|
|
793
793
|
const VERSION$1l = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
794
|
-
function validate$
|
|
794
|
+
function validate$1Z(obj, path = 'ListReferenceRepresentation') {
|
|
795
795
|
const v_error = (() => {
|
|
796
796
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
797
797
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -911,7 +911,7 @@ function equals$14(existing, incoming) {
|
|
|
911
911
|
}
|
|
912
912
|
|
|
913
913
|
const VERSION$1k = "f1519bef57e70ab7c5ef160dc5ff0c47";
|
|
914
|
-
function validate$
|
|
914
|
+
function validate$1Y(obj, path = 'ListInfoShareRepresentation') {
|
|
915
915
|
const v_error = (() => {
|
|
916
916
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
917
917
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -948,7 +948,7 @@ const select$1W = function ListInfoShareRepresentationSelect() {
|
|
|
948
948
|
};
|
|
949
949
|
|
|
950
950
|
const VERSION$1j = "561657f32721ec1dac1601575b029640";
|
|
951
|
-
function validate$
|
|
951
|
+
function validate$1X(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
952
952
|
const v_error = (() => {
|
|
953
953
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
954
954
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -966,7 +966,7 @@ function validate$1W(obj, path = 'ListInfoShareCategoryRepresentation') {
|
|
|
966
966
|
for (let i = 0; i < obj_shares.length; i++) {
|
|
967
967
|
const obj_shares_item = obj_shares[i];
|
|
968
968
|
const path_shares_item = path_shares + '[' + i + ']';
|
|
969
|
-
const referencepath_shares_itemValidationError = validate$
|
|
969
|
+
const referencepath_shares_itemValidationError = validate$1Y(obj_shares_item, path_shares_item);
|
|
970
970
|
if (referencepath_shares_itemValidationError !== null) {
|
|
971
971
|
let message = 'Object doesn\'t match ListInfoShareRepresentation (at "' + path_shares_item + '")\n';
|
|
972
972
|
message += referencepath_shares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -998,7 +998,7 @@ const select$1V = function ListInfoShareCategoryRepresentationSelect() {
|
|
|
998
998
|
};
|
|
999
999
|
|
|
1000
1000
|
const VERSION$1i = "32def9b631252c12b91a8209c1f49f5a";
|
|
1001
|
-
function validate$
|
|
1001
|
+
function validate$1W(obj, path = 'ListOrderByInfoRepresentation') {
|
|
1002
1002
|
const v_error = (() => {
|
|
1003
1003
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1004
1004
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1083,7 +1083,7 @@ function equals$13(existing, incoming) {
|
|
|
1083
1083
|
}
|
|
1084
1084
|
|
|
1085
1085
|
const VERSION$1h = "2634258f216db34315c06d759a35676d";
|
|
1086
|
-
function validate$
|
|
1086
|
+
function validate$1V(obj, path = 'ListScopeEntityRepresentation') {
|
|
1087
1087
|
const v_error = (() => {
|
|
1088
1088
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1089
1089
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1120,7 +1120,7 @@ const select$1T = function ListScopeEntityRepresentationSelect() {
|
|
|
1120
1120
|
};
|
|
1121
1121
|
|
|
1122
1122
|
const VERSION$1g = "3b85c5a08d50ce328481b9f8ab56127b";
|
|
1123
|
-
function validate$
|
|
1123
|
+
function validate$1U(obj, path = 'ListScopeRelatedEntityRepresentation') {
|
|
1124
1124
|
const v_error = (() => {
|
|
1125
1125
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1126
1126
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1166,7 +1166,7 @@ const select$1S = function ListScopeRelatedEntityRepresentationSelect() {
|
|
|
1166
1166
|
};
|
|
1167
1167
|
|
|
1168
1168
|
const VERSION$1f = "2fe9814e7124b47f59da585483c1b3f9";
|
|
1169
|
-
function validate$
|
|
1169
|
+
function validate$1T(obj, path = 'ListScopeRepresentation') {
|
|
1170
1170
|
const v_error = (() => {
|
|
1171
1171
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1172
1172
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1180,7 +1180,7 @@ function validate$1S(obj, path = 'ListScopeRepresentation') {
|
|
|
1180
1180
|
const path_entity = path + '.entity';
|
|
1181
1181
|
let obj_entity_union0 = null;
|
|
1182
1182
|
const obj_entity_union0_error = (() => {
|
|
1183
|
-
const referencepath_entityValidationError = validate$
|
|
1183
|
+
const referencepath_entityValidationError = validate$1V(obj_entity, path_entity);
|
|
1184
1184
|
if (referencepath_entityValidationError !== null) {
|
|
1185
1185
|
let message = 'Object doesn\'t match ListScopeEntityRepresentation (at "' + path_entity + '")\n';
|
|
1186
1186
|
message += referencepath_entityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1235,7 +1235,7 @@ function validate$1S(obj, path = 'ListScopeRepresentation') {
|
|
|
1235
1235
|
const path_relatedEntity = path + '.relatedEntity';
|
|
1236
1236
|
let obj_relatedEntity_union0 = null;
|
|
1237
1237
|
const obj_relatedEntity_union0_error = (() => {
|
|
1238
|
-
const referencepath_relatedEntityValidationError = validate$
|
|
1238
|
+
const referencepath_relatedEntityValidationError = validate$1U(obj_relatedEntity, path_relatedEntity);
|
|
1239
1239
|
if (referencepath_relatedEntityValidationError !== null) {
|
|
1240
1240
|
let message = 'Object doesn\'t match ListScopeRelatedEntityRepresentation (at "' + path_relatedEntity + '")\n';
|
|
1241
1241
|
message += referencepath_relatedEntityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1296,7 +1296,7 @@ const select$1R = function ListScopeRepresentationSelect() {
|
|
|
1296
1296
|
};
|
|
1297
1297
|
|
|
1298
1298
|
const VERSION$1e = "6506134f4d72fdfa349fe60ef1af2413";
|
|
1299
|
-
function validate$
|
|
1299
|
+
function validate$1S(obj, path = 'ListUserPreferenceRepresentation') {
|
|
1300
1300
|
const v_error = (() => {
|
|
1301
1301
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1302
1302
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1352,7 +1352,7 @@ const select$1Q = function ListUserPreferenceRepresentationSelect() {
|
|
|
1352
1352
|
};
|
|
1353
1353
|
};
|
|
1354
1354
|
|
|
1355
|
-
function validate$
|
|
1355
|
+
function validate$1R(obj, path = 'ListColumnInlineEditAttributesRepresentation') {
|
|
1356
1356
|
const v_error = (() => {
|
|
1357
1357
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1358
1358
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1371,7 +1371,7 @@ function validate$1Q(obj, path = 'ListColumnInlineEditAttributesRepresentation')
|
|
|
1371
1371
|
return v_error === undefined ? null : v_error;
|
|
1372
1372
|
}
|
|
1373
1373
|
|
|
1374
|
-
function validate$
|
|
1374
|
+
function validate$1Q(obj, path = 'ListColumnInlineEditAttributesRepresentationWrapper') {
|
|
1375
1375
|
const v_error = (() => {
|
|
1376
1376
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1377
1377
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1381,7 +1381,7 @@ function validate$1P(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
1381
1381
|
const key = obj_keys[i];
|
|
1382
1382
|
const obj_prop = obj[key];
|
|
1383
1383
|
const path_prop = path + '["' + key + '"]';
|
|
1384
|
-
const referencepath_propValidationError = validate$
|
|
1384
|
+
const referencepath_propValidationError = validate$1R(obj_prop, path_prop);
|
|
1385
1385
|
if (referencepath_propValidationError !== null) {
|
|
1386
1386
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentation (at "' + path_prop + '")\n';
|
|
1387
1387
|
message += referencepath_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1393,7 +1393,7 @@ function validate$1P(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
|
|
|
1393
1393
|
}
|
|
1394
1394
|
|
|
1395
1395
|
const VERSION$1d = "8aff6b0baf2e60a237e860236c4e1b70";
|
|
1396
|
-
function validate$
|
|
1396
|
+
function validate$1P(obj, path = 'ListColumnRepresentation') {
|
|
1397
1397
|
const v_error = (() => {
|
|
1398
1398
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1399
1399
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1408,7 +1408,7 @@ function validate$1O(obj, path = 'ListColumnRepresentation') {
|
|
|
1408
1408
|
const path_inlineEditAttributes = path + '.inlineEditAttributes';
|
|
1409
1409
|
let obj_inlineEditAttributes_union0 = null;
|
|
1410
1410
|
const obj_inlineEditAttributes_union0_error = (() => {
|
|
1411
|
-
const referencepath_inlineEditAttributesValidationError = validate$
|
|
1411
|
+
const referencepath_inlineEditAttributesValidationError = validate$1Q(obj_inlineEditAttributes, path_inlineEditAttributes);
|
|
1412
1412
|
if (referencepath_inlineEditAttributesValidationError !== null) {
|
|
1413
1413
|
let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentationWrapper (at "' + path_inlineEditAttributes + '")\n';
|
|
1414
1414
|
message += referencepath_inlineEditAttributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1500,7 +1500,7 @@ function equals$12(existing, incoming) {
|
|
|
1500
1500
|
}
|
|
1501
1501
|
const ingest$P = function ListColumnRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1502
1502
|
if (process.env.NODE_ENV !== 'production') {
|
|
1503
|
-
const validateError = validate$
|
|
1503
|
+
const validateError = validate$1P(input);
|
|
1504
1504
|
if (validateError !== null) {
|
|
1505
1505
|
throw validateError;
|
|
1506
1506
|
}
|
|
@@ -1522,7 +1522,7 @@ function getTypeCacheKeys$X(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
1522
1522
|
|
|
1523
1523
|
const TTL$A = 900000;
|
|
1524
1524
|
const VERSION$1c = "178c8b58f78e2720fe8846a667c7b294";
|
|
1525
|
-
function validate$
|
|
1525
|
+
function validate$1O(obj, path = 'ListInfoRepresentation') {
|
|
1526
1526
|
const v_error = (() => {
|
|
1527
1527
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1528
1528
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1593,7 +1593,7 @@ function validate$1N(obj, path = 'ListInfoRepresentation') {
|
|
|
1593
1593
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
1594
1594
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
1595
1595
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
1596
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
1596
|
+
const referencepath_filteredByInfo_itemValidationError = validate$1$(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
1597
1597
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
1598
1598
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
1599
1599
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1605,7 +1605,7 @@ function validate$1N(obj, path = 'ListInfoRepresentation') {
|
|
|
1605
1605
|
const path_inlineEditDetails = path + '.inlineEditDetails';
|
|
1606
1606
|
let obj_inlineEditDetails_union0 = null;
|
|
1607
1607
|
const obj_inlineEditDetails_union0_error = (() => {
|
|
1608
|
-
const referencepath_inlineEditDetailsValidationError = validate$
|
|
1608
|
+
const referencepath_inlineEditDetailsValidationError = validate$1_(obj_inlineEditDetails, path_inlineEditDetails);
|
|
1609
1609
|
if (referencepath_inlineEditDetailsValidationError !== null) {
|
|
1610
1610
|
let message = 'Object doesn\'t match ListInlineEditDetailsRepresentation (at "' + path_inlineEditDetails + '")\n';
|
|
1611
1611
|
message += referencepath_inlineEditDetailsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1659,7 +1659,7 @@ function validate$1N(obj, path = 'ListInfoRepresentation') {
|
|
|
1659
1659
|
}
|
|
1660
1660
|
const obj_listReference = obj.listReference;
|
|
1661
1661
|
const path_listReference = path + '.listReference';
|
|
1662
|
-
const referencepath_listReferenceValidationError = validate$
|
|
1662
|
+
const referencepath_listReferenceValidationError = validate$1Z(obj_listReference, path_listReference);
|
|
1663
1663
|
if (referencepath_listReferenceValidationError !== null) {
|
|
1664
1664
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
1665
1665
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1674,7 +1674,7 @@ function validate$1N(obj, path = 'ListInfoRepresentation') {
|
|
|
1674
1674
|
for (let i = 0; i < obj_listShares.length; i++) {
|
|
1675
1675
|
const obj_listShares_item = obj_listShares[i];
|
|
1676
1676
|
const path_listShares_item = path_listShares + '[' + i + ']';
|
|
1677
|
-
const referencepath_listShares_itemValidationError = validate$
|
|
1677
|
+
const referencepath_listShares_itemValidationError = validate$1X(obj_listShares_item, path_listShares_item);
|
|
1678
1678
|
if (referencepath_listShares_itemValidationError !== null) {
|
|
1679
1679
|
let message = 'Object doesn\'t match ListInfoShareCategoryRepresentation (at "' + path_listShares_item + '")\n';
|
|
1680
1680
|
message += referencepath_listShares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1704,7 +1704,7 @@ function validate$1N(obj, path = 'ListInfoRepresentation') {
|
|
|
1704
1704
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
1705
1705
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
1706
1706
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
1707
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
1707
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1W(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
1708
1708
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
1709
1709
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
1710
1710
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1716,7 +1716,7 @@ function validate$1N(obj, path = 'ListInfoRepresentation') {
|
|
|
1716
1716
|
const path_scope = path + '.scope';
|
|
1717
1717
|
let obj_scope_union0 = null;
|
|
1718
1718
|
const obj_scope_union0_error = (() => {
|
|
1719
|
-
const referencepath_scopeValidationError = validate$
|
|
1719
|
+
const referencepath_scopeValidationError = validate$1T(obj_scope, path_scope);
|
|
1720
1720
|
if (referencepath_scopeValidationError !== null) {
|
|
1721
1721
|
let message = 'Object doesn\'t match ListScopeRepresentation (at "' + path_scope + '")\n';
|
|
1722
1722
|
message += referencepath_scopeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1756,7 +1756,7 @@ function validate$1N(obj, path = 'ListInfoRepresentation') {
|
|
|
1756
1756
|
}
|
|
1757
1757
|
const obj_userPreferences = obj.userPreferences;
|
|
1758
1758
|
const path_userPreferences = path + '.userPreferences';
|
|
1759
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
1759
|
+
const referencepath_userPreferencesValidationError = validate$1S(obj_userPreferences, path_userPreferences);
|
|
1760
1760
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
1761
1761
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
1762
1762
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1924,7 +1924,7 @@ function equals$11(existing, incoming) {
|
|
|
1924
1924
|
}
|
|
1925
1925
|
const ingest$O = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1926
1926
|
if (process.env.NODE_ENV !== 'production') {
|
|
1927
|
-
const validateError = validate$
|
|
1927
|
+
const validateError = validate$1O(input);
|
|
1928
1928
|
if (validateError !== null) {
|
|
1929
1929
|
throw validateError;
|
|
1930
1930
|
}
|
|
@@ -2008,7 +2008,7 @@ function toSortedStringArray(value) {
|
|
|
2008
2008
|
}
|
|
2009
2009
|
|
|
2010
2010
|
const VERSION$1b = "d1e589a127fb1060c89070cdb6f500b2";
|
|
2011
|
-
function validate$
|
|
2011
|
+
function validate$1N(obj, path = 'RecordTypeInfoRepresentation') {
|
|
2012
2012
|
const v_error = (() => {
|
|
2013
2013
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2014
2014
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2100,7 +2100,7 @@ function equals$10(existing, incoming) {
|
|
|
2100
2100
|
}
|
|
2101
2101
|
|
|
2102
2102
|
const VERSION$1a = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
2103
|
-
function validate$
|
|
2103
|
+
function validate$1M(obj, path = 'FieldValueRepresentation') {
|
|
2104
2104
|
const v_error = (() => {
|
|
2105
2105
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2106
2106
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2247,7 +2247,7 @@ function equals$$(existing, incoming) {
|
|
|
2247
2247
|
}
|
|
2248
2248
|
const ingest$N = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2249
2249
|
if (process.env.NODE_ENV !== 'production') {
|
|
2250
|
-
const validateError = validate$
|
|
2250
|
+
const validateError = validate$1M(input);
|
|
2251
2251
|
if (validateError !== null) {
|
|
2252
2252
|
throw validateError;
|
|
2253
2253
|
}
|
|
@@ -2298,7 +2298,7 @@ const getTypeCacheKeys$U = (rootKeySet, luvio, input, _fullPathFactory) => {
|
|
|
2298
2298
|
|
|
2299
2299
|
const TTL$z = 120000;
|
|
2300
2300
|
const VERSION$19 = "79cb5ac9f44542f683d00245fdfe500d";
|
|
2301
|
-
function validate$
|
|
2301
|
+
function validate$1L(obj, path = 'RecordCollectionRepresentation') {
|
|
2302
2302
|
const v_error = (() => {
|
|
2303
2303
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2304
2304
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2571,7 +2571,7 @@ function equals$_(existing, incoming) {
|
|
|
2571
2571
|
}
|
|
2572
2572
|
const ingest$M = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2573
2573
|
if (process.env.NODE_ENV !== 'production') {
|
|
2574
|
-
const validateError = validate$
|
|
2574
|
+
const validateError = validate$1L(input);
|
|
2575
2575
|
if (validateError !== null) {
|
|
2576
2576
|
throw validateError;
|
|
2577
2577
|
}
|
|
@@ -2607,7 +2607,7 @@ const keyBuilderFromType$B = function RecordRepresentationKeyBuilderFromType(luv
|
|
|
2607
2607
|
|
|
2608
2608
|
const TTL$y = 30000;
|
|
2609
2609
|
const VERSION$18 = "98c5b18512e48ca8d28727549507e4ba";
|
|
2610
|
-
function validate$
|
|
2610
|
+
function validate$1K(obj, path = 'RecordRepresentation') {
|
|
2611
2611
|
const v_error = (() => {
|
|
2612
2612
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2613
2613
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2737,7 +2737,7 @@ function validate$1J(obj, path = 'RecordRepresentation') {
|
|
|
2737
2737
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
2738
2738
|
let obj_recordTypeInfo_union0 = null;
|
|
2739
2739
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
2740
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
2740
|
+
const referencepath_recordTypeInfoValidationError = validate$1N(obj_recordTypeInfo, path_recordTypeInfo);
|
|
2741
2741
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
2742
2742
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
2743
2743
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5387,7 +5387,7 @@ function normalize$L(input, existing, path, luvio, store, timestamp, fieldsTrie,
|
|
|
5387
5387
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
5388
5388
|
return (input, path, luvio, store, timestamp) => {
|
|
5389
5389
|
if (process.env.NODE_ENV !== 'production') {
|
|
5390
|
-
const validateError = validate$
|
|
5390
|
+
const validateError = validate$1M(input);
|
|
5391
5391
|
if (validateError !== null) {
|
|
5392
5392
|
throw validateError;
|
|
5393
5393
|
}
|
|
@@ -5480,7 +5480,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
5480
5480
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
5481
5481
|
return (input, path, luvio, store, timestamp) => {
|
|
5482
5482
|
if (process.env.NODE_ENV !== 'production') {
|
|
5483
|
-
const validateError = validate$
|
|
5483
|
+
const validateError = validate$1K(input);
|
|
5484
5484
|
if (validateError !== null) {
|
|
5485
5485
|
throw validateError;
|
|
5486
5486
|
}
|
|
@@ -5734,17 +5734,19 @@ function onResourceError(luvio, config, key, err) {
|
|
|
5734
5734
|
function buildNetworkSnapshot$13(luvio, config, serverRequestCount = 0, options) {
|
|
5735
5735
|
const { request, key, allTrackedFields, resourceParams } = prepareRequest$6(luvio, config);
|
|
5736
5736
|
return luvio.dispatchResourceRequest(request, options).then((response) => {
|
|
5737
|
+
// W-11964675 - Condition to dedupe a very specific set of requests for
|
|
5738
|
+
// Komaci - a batch record request with a single record followed by a single
|
|
5739
|
+
// record request. The fulfill logic sends the same network response, so
|
|
5740
|
+
// there is some TypeScript massaging to extract the RecordRepresentation
|
|
5741
|
+
//
|
|
5742
|
+
// W-14381091 - Ensure hoisting the response body happens prior to
|
|
5743
|
+
// calling `luvio.handleSuccessResponse`, since both arguments capture
|
|
5744
|
+
// the response.
|
|
5745
|
+
if (isSingleBatchRecordResponse(response.body)) {
|
|
5746
|
+
response.body = response.body.results[0]
|
|
5747
|
+
.result;
|
|
5748
|
+
}
|
|
5737
5749
|
return luvio.handleSuccessResponse(() => {
|
|
5738
|
-
// W-11964675 - Condition to dedupe a very specific set of requests for
|
|
5739
|
-
// Komaci - a batch record request with a single record followed by a single
|
|
5740
|
-
// record request. The fulfill logic sends the same network response, so
|
|
5741
|
-
// there is some TypeScript massaging to extract the RecordRepresentation
|
|
5742
|
-
if (isSingleBatchRecordResponse(response.body)) {
|
|
5743
|
-
let recordResponse = response;
|
|
5744
|
-
recordResponse.body = response.body.results[0]
|
|
5745
|
-
.result;
|
|
5746
|
-
return onResourceSuccess(luvio, config, key, allTrackedFields, recordResponse, serverRequestCount + 1);
|
|
5747
|
-
}
|
|
5748
5750
|
return onResourceSuccess(luvio, config, key, allTrackedFields, response, serverRequestCount + 1);
|
|
5749
5751
|
}, () => {
|
|
5750
5752
|
const cache = new StoreKeyMap();
|
|
@@ -6326,7 +6328,7 @@ function tokenForAtMost(paginationMetadata, maxOffset) {
|
|
|
6326
6328
|
|
|
6327
6329
|
const TTL$x = 30000;
|
|
6328
6330
|
const VERSION$16 = "b8270d0d7a5953587f98a9625cad85db";
|
|
6329
|
-
function validate$
|
|
6331
|
+
function validate$1J(obj, path = 'ListRecordCollectionRepresentation') {
|
|
6330
6332
|
const v_error = (() => {
|
|
6331
6333
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
6332
6334
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -6386,7 +6388,7 @@ function validate$1I(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
6386
6388
|
}
|
|
6387
6389
|
const obj_listReference = obj.listReference;
|
|
6388
6390
|
const path_listReference = path + '.listReference';
|
|
6389
|
-
const referencepath_listReferenceValidationError = validate$
|
|
6391
|
+
const referencepath_listReferenceValidationError = validate$1Z(obj_listReference, path_listReference);
|
|
6390
6392
|
if (referencepath_listReferenceValidationError !== null) {
|
|
6391
6393
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
6392
6394
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6925,7 +6927,7 @@ function equals$Y(existing, incoming) {
|
|
|
6925
6927
|
}
|
|
6926
6928
|
const ingest$K = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
6927
6929
|
if (process.env.NODE_ENV !== 'production') {
|
|
6928
|
-
const validateError = validate$
|
|
6930
|
+
const validateError = validate$1J(input);
|
|
6929
6931
|
if (validateError !== null) {
|
|
6930
6932
|
throw validateError;
|
|
6931
6933
|
}
|
|
@@ -7018,7 +7020,7 @@ function getTypeCacheKeys$R(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
7018
7020
|
}
|
|
7019
7021
|
|
|
7020
7022
|
const VERSION$15 = "cf8d2eb042188974da26ffe6618cfd07";
|
|
7021
|
-
function validate$
|
|
7023
|
+
function validate$1I(obj, path = 'ListUiRepresentation') {
|
|
7022
7024
|
const v_error = (() => {
|
|
7023
7025
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7024
7026
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7124,7 +7126,7 @@ function equals$X(existing, incoming) {
|
|
|
7124
7126
|
}
|
|
7125
7127
|
const ingest$J = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7126
7128
|
if (process.env.NODE_ENV !== 'production') {
|
|
7127
|
-
const validateError = validate$
|
|
7129
|
+
const validateError = validate$1I(input);
|
|
7128
7130
|
if (validateError !== null) {
|
|
7129
7131
|
throw validateError;
|
|
7130
7132
|
}
|
|
@@ -7664,7 +7666,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
7664
7666
|
}
|
|
7665
7667
|
|
|
7666
7668
|
const VERSION$14 = "3529c5f7d0eb2206c90a52c6d9f721d4";
|
|
7667
|
-
function validate$
|
|
7669
|
+
function validate$1H(obj, path = 'ListViewSummaryRepresentation') {
|
|
7668
7670
|
const v_error = (() => {
|
|
7669
7671
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7670
7672
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7776,7 +7778,7 @@ function equals$W(existing, incoming) {
|
|
|
7776
7778
|
}
|
|
7777
7779
|
const ingest$I = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7778
7780
|
if (process.env.NODE_ENV !== 'production') {
|
|
7779
|
-
const validateError = validate$
|
|
7781
|
+
const validateError = validate$1H(input);
|
|
7780
7782
|
if (validateError !== null) {
|
|
7781
7783
|
throw validateError;
|
|
7782
7784
|
}
|
|
@@ -7797,7 +7799,7 @@ function getTypeCacheKeys$P(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
7797
7799
|
}
|
|
7798
7800
|
|
|
7799
7801
|
const VERSION$13 = "f4c79fe066da3558499d5ee88c72abcd";
|
|
7800
|
-
function validate$
|
|
7802
|
+
function validate$1G(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
7801
7803
|
const v_error = (() => {
|
|
7802
7804
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7803
7805
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8181,7 +8183,7 @@ function equals$V(existing, incoming) {
|
|
|
8181
8183
|
}
|
|
8182
8184
|
const ingest$H = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8183
8185
|
if (process.env.NODE_ENV !== 'production') {
|
|
8184
|
-
const validateError = validate$
|
|
8186
|
+
const validateError = validate$1G(input);
|
|
8185
8187
|
if (validateError !== null) {
|
|
8186
8188
|
throw validateError;
|
|
8187
8189
|
}
|
|
@@ -9345,7 +9347,7 @@ const factory$h = (luvio) => {
|
|
|
9345
9347
|
}, { contextId: contextId$5 });
|
|
9346
9348
|
};
|
|
9347
9349
|
|
|
9348
|
-
function validate$
|
|
9350
|
+
function validate$1F(obj, path = 'ChildRelationshipRepresentation') {
|
|
9349
9351
|
const v_error = (() => {
|
|
9350
9352
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9351
9353
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9393,7 +9395,7 @@ function validate$1E(obj, path = 'ChildRelationshipRepresentation') {
|
|
|
9393
9395
|
return v_error === undefined ? null : v_error;
|
|
9394
9396
|
}
|
|
9395
9397
|
|
|
9396
|
-
function validate$
|
|
9398
|
+
function validate$1E(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
9397
9399
|
const v_error = (() => {
|
|
9398
9400
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9399
9401
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9424,7 +9426,7 @@ function validate$1D(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
|
9424
9426
|
return v_error === undefined ? null : v_error;
|
|
9425
9427
|
}
|
|
9426
9428
|
|
|
9427
|
-
function validate$
|
|
9429
|
+
function validate$1D(obj, path = 'ReferenceToInfoRepresentation') {
|
|
9428
9430
|
const v_error = (() => {
|
|
9429
9431
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9430
9432
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9450,7 +9452,7 @@ function validate$1C(obj, path = 'ReferenceToInfoRepresentation') {
|
|
|
9450
9452
|
return v_error === undefined ? null : v_error;
|
|
9451
9453
|
}
|
|
9452
9454
|
|
|
9453
|
-
function validate$
|
|
9455
|
+
function validate$1C(obj, path = 'FieldRepresentation') {
|
|
9454
9456
|
const v_error = (() => {
|
|
9455
9457
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9456
9458
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9610,7 +9612,7 @@ function validate$1B(obj, path = 'FieldRepresentation') {
|
|
|
9610
9612
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
9611
9613
|
let obj_filteredLookupInfo_union0 = null;
|
|
9612
9614
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
9613
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
9615
|
+
const referencepath_filteredLookupInfoValidationError = validate$1E(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
9614
9616
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
9615
9617
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
9616
9618
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9735,7 +9737,7 @@ function validate$1B(obj, path = 'FieldRepresentation') {
|
|
|
9735
9737
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
9736
9738
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
9737
9739
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
9738
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
9740
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1D(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
9739
9741
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
9740
9742
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
9741
9743
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9802,7 +9804,7 @@ function validate$1B(obj, path = 'FieldRepresentation') {
|
|
|
9802
9804
|
return v_error === undefined ? null : v_error;
|
|
9803
9805
|
}
|
|
9804
9806
|
|
|
9805
|
-
function validate$
|
|
9807
|
+
function validate$1B(obj, path = 'ThemeInfoRepresentation') {
|
|
9806
9808
|
const v_error = (() => {
|
|
9807
9809
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9808
9810
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9844,7 +9846,7 @@ function validate$1A(obj, path = 'ThemeInfoRepresentation') {
|
|
|
9844
9846
|
|
|
9845
9847
|
const TTL$w = 900000;
|
|
9846
9848
|
const VERSION$12 = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
9847
|
-
function validate$
|
|
9849
|
+
function validate$1A(obj, path = 'ObjectInfoRepresentation') {
|
|
9848
9850
|
const v_error = (() => {
|
|
9849
9851
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9850
9852
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9914,7 +9916,7 @@ function validate$1z(obj, path = 'ObjectInfoRepresentation') {
|
|
|
9914
9916
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
9915
9917
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
9916
9918
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
9917
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
9919
|
+
const referencepath_childRelationships_itemValidationError = validate$1F(obj_childRelationships_item, path_childRelationships_item);
|
|
9918
9920
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
9919
9921
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
9920
9922
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9996,7 +9998,7 @@ function validate$1z(obj, path = 'ObjectInfoRepresentation') {
|
|
|
9996
9998
|
const key = obj_fields_keys[i];
|
|
9997
9999
|
const obj_fields_prop = obj_fields[key];
|
|
9998
10000
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
9999
|
-
const referencepath_fields_propValidationError = validate$
|
|
10001
|
+
const referencepath_fields_propValidationError = validate$1C(obj_fields_prop, path_fields_prop);
|
|
10000
10002
|
if (referencepath_fields_propValidationError !== null) {
|
|
10001
10003
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
10002
10004
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10076,7 +10078,7 @@ function validate$1z(obj, path = 'ObjectInfoRepresentation') {
|
|
|
10076
10078
|
const key = obj_recordTypeInfos_keys[i];
|
|
10077
10079
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
10078
10080
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
10079
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
10081
|
+
const referencepath_recordTypeInfos_propValidationError = validate$1N(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
10080
10082
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
10081
10083
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
10082
10084
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10092,7 +10094,7 @@ function validate$1z(obj, path = 'ObjectInfoRepresentation') {
|
|
|
10092
10094
|
const path_themeInfo = path + '.themeInfo';
|
|
10093
10095
|
let obj_themeInfo_union0 = null;
|
|
10094
10096
|
const obj_themeInfo_union0_error = (() => {
|
|
10095
|
-
const referencepath_themeInfoValidationError = validate$
|
|
10097
|
+
const referencepath_themeInfoValidationError = validate$1B(obj_themeInfo, path_themeInfo);
|
|
10096
10098
|
if (referencepath_themeInfoValidationError !== null) {
|
|
10097
10099
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
10098
10100
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10251,7 +10253,7 @@ function equals$U(existing, incoming) {
|
|
|
10251
10253
|
}
|
|
10252
10254
|
const ingest$G = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10253
10255
|
if (process.env.NODE_ENV !== 'production') {
|
|
10254
|
-
const validateError = validate$
|
|
10256
|
+
const validateError = validate$1A(input);
|
|
10255
10257
|
if (validateError !== null) {
|
|
10256
10258
|
throw validateError;
|
|
10257
10259
|
}
|
|
@@ -10412,7 +10414,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
10412
10414
|
buildCachedSnapshotCachePolicy$L, buildNetworkSnapshotCachePolicy$M);
|
|
10413
10415
|
};
|
|
10414
10416
|
|
|
10415
|
-
function validate$
|
|
10417
|
+
function validate$1z(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
10416
10418
|
const v_error = (() => {
|
|
10417
10419
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10418
10420
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10460,7 +10462,7 @@ var DiscriminatorValues$5;
|
|
|
10460
10462
|
DiscriminatorValues["Field"] = "Field";
|
|
10461
10463
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
10462
10464
|
})(DiscriminatorValues$5 || (DiscriminatorValues$5 = {}));
|
|
10463
|
-
function validate$
|
|
10465
|
+
function validate$1y(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
10464
10466
|
const v_error = (() => {
|
|
10465
10467
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10466
10468
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10500,7 +10502,7 @@ function validate$1x(obj, path = 'AbstractRecordLayoutComponentRepresentation')
|
|
|
10500
10502
|
return v_error === undefined ? null : v_error;
|
|
10501
10503
|
}
|
|
10502
10504
|
|
|
10503
|
-
function validate$
|
|
10505
|
+
function validate$1x(obj, path = 'RecordLayoutItemRepresentation') {
|
|
10504
10506
|
const v_error = (() => {
|
|
10505
10507
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10506
10508
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10528,7 +10530,7 @@ function validate$1w(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
10528
10530
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
10529
10531
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
10530
10532
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
10531
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
10533
|
+
const referencepath_layoutComponents_itemValidationError = validate$1y(obj_layoutComponents_item, path_layoutComponents_item);
|
|
10532
10534
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
10533
10535
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
10534
10536
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10575,7 +10577,7 @@ function validate$1w(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
10575
10577
|
return v_error === undefined ? null : v_error;
|
|
10576
10578
|
}
|
|
10577
10579
|
|
|
10578
|
-
function validate$
|
|
10580
|
+
function validate$1w(obj, path = 'RecordLayoutRowRepresentation') {
|
|
10579
10581
|
const v_error = (() => {
|
|
10580
10582
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10581
10583
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10588,7 +10590,7 @@ function validate$1v(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
10588
10590
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
10589
10591
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
10590
10592
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
10591
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
10593
|
+
const referencepath_layoutItems_itemValidationError = validate$1x(obj_layoutItems_item, path_layoutItems_item);
|
|
10592
10594
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
10593
10595
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
10594
10596
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10599,7 +10601,7 @@ function validate$1v(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
10599
10601
|
return v_error === undefined ? null : v_error;
|
|
10600
10602
|
}
|
|
10601
10603
|
|
|
10602
|
-
function validate$
|
|
10604
|
+
function validate$1v(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
10603
10605
|
const v_error = (() => {
|
|
10604
10606
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10605
10607
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10674,7 +10676,7 @@ function validate$1u(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
10674
10676
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
10675
10677
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
10676
10678
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
10677
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
10679
|
+
const referencepath_layoutRows_itemValidationError = validate$1w(obj_layoutRows_item, path_layoutRows_item);
|
|
10678
10680
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
10679
10681
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
10680
10682
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10697,7 +10699,7 @@ function validate$1u(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
10697
10699
|
|
|
10698
10700
|
const TTL$v = 900000;
|
|
10699
10701
|
const VERSION$11 = "fb515e25a89ca1ec154dc865e72b913a";
|
|
10700
|
-
function validate$
|
|
10702
|
+
function validate$1u(obj, path = 'RecordLayoutRepresentation') {
|
|
10701
10703
|
const v_error = (() => {
|
|
10702
10704
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10703
10705
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10803,7 +10805,7 @@ function validate$1t(obj, path = 'RecordLayoutRepresentation') {
|
|
|
10803
10805
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
10804
10806
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
10805
10807
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
10806
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
10808
|
+
const referencepath_saveOptions_itemValidationError = validate$1z(obj_saveOptions_item, path_saveOptions_item);
|
|
10807
10809
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
10808
10810
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
10809
10811
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10818,7 +10820,7 @@ function validate$1t(obj, path = 'RecordLayoutRepresentation') {
|
|
|
10818
10820
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
10819
10821
|
const obj_sections_item = obj_sections[i];
|
|
10820
10822
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
10821
|
-
const referencepath_sections_itemValidationError = validate$
|
|
10823
|
+
const referencepath_sections_itemValidationError = validate$1v(obj_sections_item, path_sections_item);
|
|
10822
10824
|
if (referencepath_sections_itemValidationError !== null) {
|
|
10823
10825
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
10824
10826
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10893,7 +10895,7 @@ function equals$T(existing, incoming) {
|
|
|
10893
10895
|
}
|
|
10894
10896
|
const ingest$F = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10895
10897
|
if (process.env.NODE_ENV !== 'production') {
|
|
10896
|
-
const validateError = validate$
|
|
10898
|
+
const validateError = validate$1u(input);
|
|
10897
10899
|
if (validateError !== null) {
|
|
10898
10900
|
throw validateError;
|
|
10899
10901
|
}
|
|
@@ -10935,7 +10937,7 @@ function getRecordId18Array(value) {
|
|
|
10935
10937
|
return dedupe(array).sort();
|
|
10936
10938
|
}
|
|
10937
10939
|
|
|
10938
|
-
function validate$
|
|
10940
|
+
function validate$1t(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
10939
10941
|
const v_error = (() => {
|
|
10940
10942
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10941
10943
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10956,7 +10958,7 @@ function validate$1s(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
10956
10958
|
|
|
10957
10959
|
const TTL$u = 900000;
|
|
10958
10960
|
const VERSION$10 = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
10959
|
-
function validate$
|
|
10961
|
+
function validate$1s(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
10960
10962
|
const v_error = (() => {
|
|
10961
10963
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10962
10964
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10996,7 +10998,7 @@ function validate$1r(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
10996
10998
|
const key = obj_sectionUserStates_keys[i];
|
|
10997
10999
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
10998
11000
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
10999
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
11001
|
+
const referencepath_sectionUserStates_propValidationError = validate$1t(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
11000
11002
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
11001
11003
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
11002
11004
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11053,7 +11055,7 @@ function equals$S(existing, incoming) {
|
|
|
11053
11055
|
}
|
|
11054
11056
|
const ingest$E = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11055
11057
|
if (process.env.NODE_ENV !== 'production') {
|
|
11056
|
-
const validateError = validate$
|
|
11058
|
+
const validateError = validate$1s(input);
|
|
11057
11059
|
if (validateError !== null) {
|
|
11058
11060
|
throw validateError;
|
|
11059
11061
|
}
|
|
@@ -11075,7 +11077,7 @@ function getTypeCacheKeys$L(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
11075
11077
|
|
|
11076
11078
|
const TTL$t = 900000;
|
|
11077
11079
|
const VERSION$$ = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
11078
|
-
function validate$
|
|
11080
|
+
function validate$1r(obj, path = 'RecordUiRepresentation') {
|
|
11079
11081
|
const v_error = (() => {
|
|
11080
11082
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11081
11083
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11337,7 +11339,7 @@ function equals$R(existing, incoming) {
|
|
|
11337
11339
|
}
|
|
11338
11340
|
const ingest$D = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11339
11341
|
if (process.env.NODE_ENV !== 'production') {
|
|
11340
|
-
const validateError = validate$
|
|
11342
|
+
const validateError = validate$1r(input);
|
|
11341
11343
|
if (validateError !== null) {
|
|
11342
11344
|
throw validateError;
|
|
11343
11345
|
}
|
|
@@ -12469,7 +12471,7 @@ const notifyUpdateAvailableFactory$1 = (luvio) => {
|
|
|
12469
12471
|
};
|
|
12470
12472
|
|
|
12471
12473
|
const VERSION$_ = "4aa37812ee37c752a099b29026217c85";
|
|
12472
|
-
function validate$
|
|
12474
|
+
function validate$1q(obj, path = 'ObjectInfoDirectoryEntryRepresentation') {
|
|
12473
12475
|
const v_error = (() => {
|
|
12474
12476
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12475
12477
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12622,7 +12624,7 @@ function equals$Q(existing, incoming) {
|
|
|
12622
12624
|
}
|
|
12623
12625
|
const ingest$C = function ObjectInfoDirectoryEntryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12624
12626
|
if (process.env.NODE_ENV !== 'production') {
|
|
12625
|
-
const validateError = validate$
|
|
12627
|
+
const validateError = validate$1q(input);
|
|
12626
12628
|
if (validateError !== null) {
|
|
12627
12629
|
throw validateError;
|
|
12628
12630
|
}
|
|
@@ -12643,7 +12645,7 @@ function getTypeCacheKeys$K(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
12643
12645
|
}
|
|
12644
12646
|
|
|
12645
12647
|
const VERSION$Z = "37fd8c0154ee743c9defbf03e9b4b067";
|
|
12646
|
-
function validate$
|
|
12648
|
+
function validate$1p(obj, path = 'ObjectInfoDirectoryRepresentation') {
|
|
12647
12649
|
const v_error = (() => {
|
|
12648
12650
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12649
12651
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12718,7 +12720,7 @@ function equals$P(existing, incoming) {
|
|
|
12718
12720
|
}
|
|
12719
12721
|
const ingest$B = function ObjectInfoDirectoryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12720
12722
|
if (process.env.NODE_ENV !== 'production') {
|
|
12721
|
-
const validateError = validate$
|
|
12723
|
+
const validateError = validate$1p(input);
|
|
12722
12724
|
if (validateError !== null) {
|
|
12723
12725
|
throw validateError;
|
|
12724
12726
|
}
|
|
@@ -12746,7 +12748,7 @@ function getTypeCacheKeys$J(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
12746
12748
|
}
|
|
12747
12749
|
|
|
12748
12750
|
const VERSION$Y = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
12749
|
-
function validate$
|
|
12751
|
+
function validate$1o(obj, path = 'QuickActionExecutionRepresentation') {
|
|
12750
12752
|
const v_error = (() => {
|
|
12751
12753
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12752
12754
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12919,7 +12921,7 @@ function equals$O(existing, incoming) {
|
|
|
12919
12921
|
}
|
|
12920
12922
|
const ingest$A = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12921
12923
|
if (process.env.NODE_ENV !== 'production') {
|
|
12922
|
-
const validateError = validate$
|
|
12924
|
+
const validateError = validate$1o(input);
|
|
12923
12925
|
if (validateError !== null) {
|
|
12924
12926
|
throw validateError;
|
|
12925
12927
|
}
|
|
@@ -12941,7 +12943,7 @@ function getTypeCacheKeys$I(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
12941
12943
|
|
|
12942
12944
|
const TTL$s = 900000;
|
|
12943
12945
|
const VERSION$X = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
12944
|
-
function validate$
|
|
12946
|
+
function validate$1n(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
12945
12947
|
const v_error = (() => {
|
|
12946
12948
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12947
12949
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13120,7 +13122,7 @@ function coerceFormFactor(form) {
|
|
|
13120
13122
|
}
|
|
13121
13123
|
|
|
13122
13124
|
const VERSION$W = "3f49d751896cf66e6e29788d8880e2cc";
|
|
13123
|
-
function validate$
|
|
13125
|
+
function validate$1m(obj, path = 'PlatformActionRepresentation') {
|
|
13124
13126
|
const v_error = (() => {
|
|
13125
13127
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13126
13128
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13652,7 +13654,7 @@ function equals$M(existing, incoming) {
|
|
|
13652
13654
|
}
|
|
13653
13655
|
const ingest$z = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13654
13656
|
if (process.env.NODE_ENV !== 'production') {
|
|
13655
|
-
const validateError = validate$
|
|
13657
|
+
const validateError = validate$1m(input);
|
|
13656
13658
|
if (validateError !== null) {
|
|
13657
13659
|
throw validateError;
|
|
13658
13660
|
}
|
|
@@ -13673,7 +13675,7 @@ function getTypeCacheKeys$G(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
13673
13675
|
}
|
|
13674
13676
|
|
|
13675
13677
|
const VERSION$V = "378d506f563a4bd724b322d440df33d1";
|
|
13676
|
-
function validate$
|
|
13678
|
+
function validate$1l(obj, path = 'EntityActionRepresentation') {
|
|
13677
13679
|
const v_error = (() => {
|
|
13678
13680
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13679
13681
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13787,7 +13789,7 @@ function equals$L(existing, incoming) {
|
|
|
13787
13789
|
}
|
|
13788
13790
|
const ingest$y = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13789
13791
|
if (process.env.NODE_ENV !== 'production') {
|
|
13790
|
-
const validateError = validate$
|
|
13792
|
+
const validateError = validate$1l(input);
|
|
13791
13793
|
if (validateError !== null) {
|
|
13792
13794
|
throw validateError;
|
|
13793
13795
|
}
|
|
@@ -13813,7 +13815,7 @@ function getTypeCacheKeys$F(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
13813
13815
|
|
|
13814
13816
|
const TTL$r = 300000;
|
|
13815
13817
|
const VERSION$U = "e485d96c1402a9ca2f56e56485af0216";
|
|
13816
|
-
function validate$
|
|
13818
|
+
function validate$1k(obj, path = 'ActionRepresentation') {
|
|
13817
13819
|
const v_error = (() => {
|
|
13818
13820
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13819
13821
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13911,7 +13913,7 @@ function equals$K(existing, incoming) {
|
|
|
13911
13913
|
}
|
|
13912
13914
|
const ingest$x = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13913
13915
|
if (process.env.NODE_ENV !== 'production') {
|
|
13914
|
-
const validateError = validate$
|
|
13916
|
+
const validateError = validate$1k(input);
|
|
13915
13917
|
if (validateError !== null) {
|
|
13916
13918
|
throw validateError;
|
|
13917
13919
|
}
|
|
@@ -14083,7 +14085,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
|
|
|
14083
14085
|
|
|
14084
14086
|
const TTL$q = 900000;
|
|
14085
14087
|
const VERSION$T = "35f3eec8ce7f6001c6d5d17821b75bb9";
|
|
14086
|
-
function validate$
|
|
14088
|
+
function validate$1j(obj, path = 'QuickActionLayoutRepresentation') {
|
|
14087
14089
|
const v_error = (() => {
|
|
14088
14090
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14089
14091
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14100,7 +14102,7 @@ function validate$1i(obj, path = 'QuickActionLayoutRepresentation') {
|
|
|
14100
14102
|
}
|
|
14101
14103
|
const obj_layout = obj.layout;
|
|
14102
14104
|
const path_layout = path + '.layout';
|
|
14103
|
-
const referencepath_layoutValidationError = validate$
|
|
14105
|
+
const referencepath_layoutValidationError = validate$1u(obj_layout, path_layout);
|
|
14104
14106
|
if (referencepath_layoutValidationError !== null) {
|
|
14105
14107
|
let message = 'Object doesn\'t match RecordLayoutRepresentation (at "' + path_layout + '")\n';
|
|
14106
14108
|
message += referencepath_layoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -14150,7 +14152,7 @@ function equals$J(existing, incoming) {
|
|
|
14150
14152
|
}
|
|
14151
14153
|
const ingest$w = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14152
14154
|
if (process.env.NODE_ENV !== 'production') {
|
|
14153
|
-
const validateError = validate$
|
|
14155
|
+
const validateError = validate$1j(input);
|
|
14154
14156
|
if (validateError !== null) {
|
|
14155
14157
|
throw validateError;
|
|
14156
14158
|
}
|
|
@@ -14627,7 +14629,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
14627
14629
|
};
|
|
14628
14630
|
|
|
14629
14631
|
const VERSION$S = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
14630
|
-
function validate$
|
|
14632
|
+
function validate$1i(obj, path = 'ActionOverrideRepresentation') {
|
|
14631
14633
|
const v_error = (() => {
|
|
14632
14634
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14633
14635
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14660,7 +14662,7 @@ function equals$I(existing, incoming) {
|
|
|
14660
14662
|
}
|
|
14661
14663
|
const ingest$v = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14662
14664
|
if (process.env.NODE_ENV !== 'production') {
|
|
14663
|
-
const validateError = validate$
|
|
14665
|
+
const validateError = validate$1i(input);
|
|
14664
14666
|
if (validateError !== null) {
|
|
14665
14667
|
throw validateError;
|
|
14666
14668
|
}
|
|
@@ -14815,7 +14817,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
|
|
|
14815
14817
|
buildCachedSnapshotCachePolicy$G, buildNetworkSnapshotCachePolicy$H);
|
|
14816
14818
|
};
|
|
14817
14819
|
|
|
14818
|
-
function validate$
|
|
14820
|
+
function validate$1h(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
14819
14821
|
const v_error = (() => {
|
|
14820
14822
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14821
14823
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14853,7 +14855,7 @@ function validate$1g(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
|
14853
14855
|
|
|
14854
14856
|
const TTL$p = 300000;
|
|
14855
14857
|
const VERSION$R = "c57b66c259b23683db7b763e132e8633";
|
|
14856
|
-
function validate$
|
|
14858
|
+
function validate$1g(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
14857
14859
|
const v_error = (() => {
|
|
14858
14860
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14859
14861
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14874,7 +14876,7 @@ function validate$1f(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
|
14874
14876
|
for (let i = 0; i < obj_activations_prop.length; i++) {
|
|
14875
14877
|
const obj_activations_prop_item = obj_activations_prop[i];
|
|
14876
14878
|
const path_activations_prop_item = path_activations_prop + '[' + i + ']';
|
|
14877
|
-
const referencepath_activations_prop_itemValidationError = validate$
|
|
14879
|
+
const referencepath_activations_prop_itemValidationError = validate$1h(obj_activations_prop_item, path_activations_prop_item);
|
|
14878
14880
|
if (referencepath_activations_prop_itemValidationError !== null) {
|
|
14879
14881
|
let message = 'Object doesn\'t match FormulaOverridesInfoRepresentation (at "' + path_activations_prop_item + '")\n';
|
|
14880
14882
|
message += referencepath_activations_prop_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -14918,7 +14920,7 @@ function equals$H(existing, incoming) {
|
|
|
14918
14920
|
}
|
|
14919
14921
|
const ingest$u = function FlexipageFormulaActivationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14920
14922
|
if (process.env.NODE_ENV !== 'production') {
|
|
14921
|
-
const validateError = validate$
|
|
14923
|
+
const validateError = validate$1g(input);
|
|
14922
14924
|
if (validateError !== null) {
|
|
14923
14925
|
throw validateError;
|
|
14924
14926
|
}
|
|
@@ -15101,7 +15103,7 @@ function merge$1(existing, incoming) {
|
|
|
15101
15103
|
const dynamicIngest$4 = (ingestParams) => {
|
|
15102
15104
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15103
15105
|
if (process.env.NODE_ENV !== 'production') {
|
|
15104
|
-
const validateError = validate$
|
|
15106
|
+
const validateError = validate$1n(input);
|
|
15105
15107
|
if (validateError !== null) {
|
|
15106
15108
|
throw validateError;
|
|
15107
15109
|
}
|
|
@@ -15610,7 +15612,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
15610
15612
|
buildCachedSnapshotCachePolicy$C, buildNetworkSnapshotCachePolicy$D);
|
|
15611
15613
|
};
|
|
15612
15614
|
|
|
15613
|
-
function validate$
|
|
15615
|
+
function validate$1f(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
15614
15616
|
const v_error = (() => {
|
|
15615
15617
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15616
15618
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16036,7 +16038,7 @@ function typeCheckConfig$R(untrustedConfig) {
|
|
|
16036
16038
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
16037
16039
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
16038
16040
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
16039
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
16041
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$1f(untrustedConfig_relatedListsActionParameters_item);
|
|
16040
16042
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
16041
16043
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
16042
16044
|
}
|
|
@@ -16354,7 +16356,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
16354
16356
|
};
|
|
16355
16357
|
|
|
16356
16358
|
const VERSION$Q = "a316b3bba367f54adc67d7552ed7d36d";
|
|
16357
|
-
function validate$
|
|
16359
|
+
function validate$1e(obj, path = 'PageReferenceRepresentation') {
|
|
16358
16360
|
const v_error = (() => {
|
|
16359
16361
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16360
16362
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16415,7 +16417,7 @@ function equals$G(existing, incoming) {
|
|
|
16415
16417
|
}
|
|
16416
16418
|
const ingest$t = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16417
16419
|
if (process.env.NODE_ENV !== 'production') {
|
|
16418
|
-
const validateError = validate$
|
|
16420
|
+
const validateError = validate$1e(input);
|
|
16419
16421
|
if (validateError !== null) {
|
|
16420
16422
|
throw validateError;
|
|
16421
16423
|
}
|
|
@@ -16437,7 +16439,7 @@ function getTypeCacheKeys$A(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
16437
16439
|
|
|
16438
16440
|
const TTL$o = 120000;
|
|
16439
16441
|
const VERSION$P = "09884ca5bf90ea4662092a4e48817081";
|
|
16440
|
-
function validate$
|
|
16442
|
+
function validate$1d(obj, path = 'NavItemRepresentation') {
|
|
16441
16443
|
const v_error = (() => {
|
|
16442
16444
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16443
16445
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16829,7 +16831,7 @@ function equals$F(existing, incoming) {
|
|
|
16829
16831
|
}
|
|
16830
16832
|
const ingest$s = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16831
16833
|
if (process.env.NODE_ENV !== 'production') {
|
|
16832
|
-
const validateError = validate$
|
|
16834
|
+
const validateError = validate$1d(input);
|
|
16833
16835
|
if (validateError !== null) {
|
|
16834
16836
|
throw validateError;
|
|
16835
16837
|
}
|
|
@@ -16854,7 +16856,7 @@ function getTypeCacheKeys$z(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
16854
16856
|
|
|
16855
16857
|
const TTL$n = 300000;
|
|
16856
16858
|
const VERSION$O = "1781f2d3d4e413cf0c681774d82d02cd";
|
|
16857
|
-
function validate$
|
|
16859
|
+
function validate$1c(obj, path = 'AppRepresentation') {
|
|
16858
16860
|
const v_error = (() => {
|
|
16859
16861
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16860
16862
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17296,7 +17298,7 @@ function equals$E(existing, incoming) {
|
|
|
17296
17298
|
}
|
|
17297
17299
|
const ingest$r = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17298
17300
|
if (process.env.NODE_ENV !== 'production') {
|
|
17299
|
-
const validateError = validate$
|
|
17301
|
+
const validateError = validate$1c(input);
|
|
17300
17302
|
if (validateError !== null) {
|
|
17301
17303
|
throw validateError;
|
|
17302
17304
|
}
|
|
@@ -17326,7 +17328,7 @@ function getTypeCacheKeys$y(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
17326
17328
|
|
|
17327
17329
|
const TTL$m = 300000;
|
|
17328
17330
|
const VERSION$N = "a254babf0b6414315db7808a157fd9fc";
|
|
17329
|
-
function validate$
|
|
17331
|
+
function validate$1b(obj, path = 'AppsRepresentation') {
|
|
17330
17332
|
const v_error = (() => {
|
|
17331
17333
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17332
17334
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17408,7 +17410,7 @@ function equals$D(existing, incoming) {
|
|
|
17408
17410
|
}
|
|
17409
17411
|
const ingest$q = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17410
17412
|
if (process.env.NODE_ENV !== 'production') {
|
|
17411
|
-
const validateError = validate$
|
|
17413
|
+
const validateError = validate$1b(input);
|
|
17412
17414
|
if (validateError !== null) {
|
|
17413
17415
|
throw validateError;
|
|
17414
17416
|
}
|
|
@@ -17716,7 +17718,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
17716
17718
|
};
|
|
17717
17719
|
|
|
17718
17720
|
const VERSION$M = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
17719
|
-
function validate$
|
|
17721
|
+
function validate$1a(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
17720
17722
|
const v_error = (() => {
|
|
17721
17723
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17722
17724
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17778,7 +17780,7 @@ const select$1a = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
17778
17780
|
};
|
|
17779
17781
|
|
|
17780
17782
|
const VERSION$L = "320d7f254687278f2763d4b490dab3fb";
|
|
17781
|
-
function validate$
|
|
17783
|
+
function validate$19(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
17782
17784
|
const v_error = (() => {
|
|
17783
17785
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17784
17786
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17801,7 +17803,7 @@ function validate$18(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
17801
17803
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
17802
17804
|
const obj_filterItems_item = obj_filterItems[i];
|
|
17803
17805
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
17804
|
-
const referencepath_filterItems_itemValidationError = validate$
|
|
17806
|
+
const referencepath_filterItems_itemValidationError = validate$1a(obj_filterItems_item, path_filterItems_item);
|
|
17805
17807
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
17806
17808
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
17807
17809
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17844,7 +17846,7 @@ const select$19 = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
17844
17846
|
};
|
|
17845
17847
|
|
|
17846
17848
|
const VERSION$K = "b47b44e260e5ce777beaf3da9088997c";
|
|
17847
|
-
function validate$
|
|
17849
|
+
function validate$18(obj, path = 'MatchRuleRepresentation') {
|
|
17848
17850
|
const v_error = (() => {
|
|
17849
17851
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17850
17852
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17914,7 +17916,7 @@ const select$18 = function MatchRuleRepresentationSelect() {
|
|
|
17914
17916
|
};
|
|
17915
17917
|
|
|
17916
17918
|
const VERSION$J = "bb83d7210bb1d7861b6188bc5f552617";
|
|
17917
|
-
function validate$
|
|
17919
|
+
function validate$17(obj, path = 'DuplicateRuleRepresentation') {
|
|
17918
17920
|
const v_error = (() => {
|
|
17919
17921
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17920
17922
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17942,7 +17944,7 @@ function validate$16(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
17942
17944
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
17943
17945
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
17944
17946
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
17945
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
17947
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$19(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
17946
17948
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
17947
17949
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
17948
17950
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17962,7 +17964,7 @@ function validate$16(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
17962
17964
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
17963
17965
|
const obj_matchRules_item = obj_matchRules[i];
|
|
17964
17966
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
17965
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
17967
|
+
const referencepath_matchRules_itemValidationError = validate$18(obj_matchRules_item, path_matchRules_item);
|
|
17966
17968
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
17967
17969
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
17968
17970
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18055,7 +18057,7 @@ const select$17 = function DuplicateRuleRepresentationSelect() {
|
|
|
18055
18057
|
|
|
18056
18058
|
const TTL$l = 900000;
|
|
18057
18059
|
const VERSION$I = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
18058
|
-
function validate$
|
|
18060
|
+
function validate$16(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
18059
18061
|
const v_error = (() => {
|
|
18060
18062
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18061
18063
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18090,7 +18092,7 @@ function validate$15(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
18090
18092
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
18091
18093
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
18092
18094
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
18093
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
18095
|
+
const referencepath_duplicateRules_itemValidationError = validate$17(obj_duplicateRules_item, path_duplicateRules_item);
|
|
18094
18096
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
18095
18097
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
18096
18098
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18157,7 +18159,7 @@ function equals$C(existing, incoming) {
|
|
|
18157
18159
|
}
|
|
18158
18160
|
const ingest$p = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18159
18161
|
if (process.env.NODE_ENV !== 'production') {
|
|
18160
|
-
const validateError = validate$
|
|
18162
|
+
const validateError = validate$16(input);
|
|
18161
18163
|
if (validateError !== null) {
|
|
18162
18164
|
throw validateError;
|
|
18163
18165
|
}
|
|
@@ -19098,7 +19100,7 @@ const getListInfosByNameAdapterFactory = (luvio) => function UiApi__getListInfos
|
|
|
19098
19100
|
buildCachedSnapshotCachePolicy$t, buildNetworkSnapshotCachePolicy$u);
|
|
19099
19101
|
};
|
|
19100
19102
|
|
|
19101
|
-
function validate$
|
|
19103
|
+
function validate$15(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
19102
19104
|
const v_error = (() => {
|
|
19103
19105
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19104
19106
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19129,7 +19131,7 @@ function validate$14(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
|
19129
19131
|
return v_error === undefined ? null : v_error;
|
|
19130
19132
|
}
|
|
19131
19133
|
|
|
19132
|
-
function validate$
|
|
19134
|
+
function validate$14(obj, path = 'ListScopeInputRepresentation') {
|
|
19133
19135
|
const v_error = (() => {
|
|
19134
19136
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19135
19137
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19258,7 +19260,7 @@ function typeCheckConfig$I(untrustedConfig) {
|
|
|
19258
19260
|
const untrustedConfig_filteredByInfo_array = [];
|
|
19259
19261
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
19260
19262
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
19261
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
19263
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$15(untrustedConfig_filteredByInfo_item);
|
|
19262
19264
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
19263
19265
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
19264
19266
|
}
|
|
@@ -19266,7 +19268,7 @@ function typeCheckConfig$I(untrustedConfig) {
|
|
|
19266
19268
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
19267
19269
|
}
|
|
19268
19270
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
19269
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
19271
|
+
const referenceListScopeInputRepresentationValidationError = validate$14(untrustedConfig_scope);
|
|
19270
19272
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
19271
19273
|
config.scope = untrustedConfig_scope;
|
|
19272
19274
|
}
|
|
@@ -19548,7 +19550,7 @@ function typeCheckConfig$F(untrustedConfig) {
|
|
|
19548
19550
|
const untrustedConfig_filteredByInfo_array = [];
|
|
19549
19551
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
19550
19552
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
19551
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
19553
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$15(untrustedConfig_filteredByInfo_item);
|
|
19552
19554
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
19553
19555
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
19554
19556
|
}
|
|
@@ -19556,7 +19558,7 @@ function typeCheckConfig$F(untrustedConfig) {
|
|
|
19556
19558
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
19557
19559
|
}
|
|
19558
19560
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
19559
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
19561
|
+
const referenceListScopeInputRepresentationValidationError = validate$14(untrustedConfig_scope);
|
|
19560
19562
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
19561
19563
|
config.scope = untrustedConfig_scope;
|
|
19562
19564
|
}
|
|
@@ -19606,7 +19608,7 @@ const updateListInfoByNameAdapterFactory = (luvio) => {
|
|
|
19606
19608
|
};
|
|
19607
19609
|
|
|
19608
19610
|
const VERSION$H = "d77026c4d63ef00cdd7e3d600687a40d";
|
|
19609
|
-
function validate$
|
|
19611
|
+
function validate$13(obj, path = 'ListObjectScopeAvailableEntityRepresentation') {
|
|
19610
19612
|
const v_error = (() => {
|
|
19611
19613
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19612
19614
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19656,7 +19658,7 @@ function equals$B(existing, incoming) {
|
|
|
19656
19658
|
}
|
|
19657
19659
|
|
|
19658
19660
|
const VERSION$G = "355933ff2970aa91a2848a94565e956a";
|
|
19659
|
-
function validate$
|
|
19661
|
+
function validate$12(obj, path = 'ListObjectScopeRepresentation') {
|
|
19660
19662
|
const v_error = (() => {
|
|
19661
19663
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19662
19664
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19674,7 +19676,7 @@ function validate$11(obj, path = 'ListObjectScopeRepresentation') {
|
|
|
19674
19676
|
for (let i = 0; i < obj_availableEntities.length; i++) {
|
|
19675
19677
|
const obj_availableEntities_item = obj_availableEntities[i];
|
|
19676
19678
|
const path_availableEntities_item = path_availableEntities + '[' + i + ']';
|
|
19677
|
-
const referencepath_availableEntities_itemValidationError = validate$
|
|
19679
|
+
const referencepath_availableEntities_itemValidationError = validate$13(obj_availableEntities_item, path_availableEntities_item);
|
|
19678
19680
|
if (referencepath_availableEntities_itemValidationError !== null) {
|
|
19679
19681
|
let message = 'Object doesn\'t match ListObjectScopeAvailableEntityRepresentation (at "' + path_availableEntities_item + '")\n';
|
|
19680
19682
|
message += referencepath_availableEntities_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -19738,7 +19740,7 @@ function equals$A(existing, incoming) {
|
|
|
19738
19740
|
}
|
|
19739
19741
|
|
|
19740
19742
|
const VERSION$F = "c5c08ea834378670c9d6f235ff71c9f0";
|
|
19741
|
-
function validate$
|
|
19743
|
+
function validate$11(obj, path = 'ListObjectPicklistValueRepresentation') {
|
|
19742
19744
|
const v_error = (() => {
|
|
19743
19745
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19744
19746
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19788,7 +19790,7 @@ function equals$z(existing, incoming) {
|
|
|
19788
19790
|
}
|
|
19789
19791
|
|
|
19790
19792
|
const VERSION$E = "2c35f797fead79b5c45b521e77dd6ace";
|
|
19791
|
-
function validate
|
|
19793
|
+
function validate$10(obj, path = 'ListObjectColumnRepresentation') {
|
|
19792
19794
|
const v_error = (() => {
|
|
19793
19795
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19794
19796
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19857,7 +19859,7 @@ function validate$$(obj, path = 'ListObjectColumnRepresentation') {
|
|
|
19857
19859
|
for (let i = 0; i < obj_picklistValues.length; i++) {
|
|
19858
19860
|
const obj_picklistValues_item = obj_picklistValues[i];
|
|
19859
19861
|
const path_picklistValues_item = path_picklistValues + '[' + i + ']';
|
|
19860
|
-
const referencepath_picklistValues_itemValidationError = validate$
|
|
19862
|
+
const referencepath_picklistValues_itemValidationError = validate$11(obj_picklistValues_item, path_picklistValues_item);
|
|
19861
19863
|
if (referencepath_picklistValues_itemValidationError !== null) {
|
|
19862
19864
|
let message = 'Object doesn\'t match ListObjectPicklistValueRepresentation (at "' + path_picklistValues_item + '")\n';
|
|
19863
19865
|
message += referencepath_picklistValues_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20003,7 +20005,7 @@ function equals$y(existing, incoming) {
|
|
|
20003
20005
|
|
|
20004
20006
|
const TTL$k = 900000;
|
|
20005
20007
|
const VERSION$D = "84e1e3ffdfcb59f65d7b8906e33027ac";
|
|
20006
|
-
function validate
|
|
20008
|
+
function validate$$(obj, path = 'ListObjectInfoRepresentation') {
|
|
20007
20009
|
const v_error = (() => {
|
|
20008
20010
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20009
20011
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20016,7 +20018,7 @@ function validate$_(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
20016
20018
|
for (let i = 0; i < obj_availableScopes.length; i++) {
|
|
20017
20019
|
const obj_availableScopes_item = obj_availableScopes[i];
|
|
20018
20020
|
const path_availableScopes_item = path_availableScopes + '[' + i + ']';
|
|
20019
|
-
const referencepath_availableScopes_itemValidationError = validate$
|
|
20021
|
+
const referencepath_availableScopes_itemValidationError = validate$12(obj_availableScopes_item, path_availableScopes_item);
|
|
20020
20022
|
if (referencepath_availableScopes_itemValidationError !== null) {
|
|
20021
20023
|
let message = 'Object doesn\'t match ListObjectScopeRepresentation (at "' + path_availableScopes_item + '")\n';
|
|
20022
20024
|
message += referencepath_availableScopes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20031,7 +20033,7 @@ function validate$_(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
20031
20033
|
for (let i = 0; i < obj_columns.length; i++) {
|
|
20032
20034
|
const obj_columns_item = obj_columns[i];
|
|
20033
20035
|
const path_columns_item = path_columns + '[' + i + ']';
|
|
20034
|
-
const referencepath_columns_itemValidationError = validate
|
|
20036
|
+
const referencepath_columns_itemValidationError = validate$10(obj_columns_item, path_columns_item);
|
|
20035
20037
|
if (referencepath_columns_itemValidationError !== null) {
|
|
20036
20038
|
let message = 'Object doesn\'t match ListObjectColumnRepresentation (at "' + path_columns_item + '")\n';
|
|
20037
20039
|
message += referencepath_columns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20165,7 +20167,7 @@ function equals$x(existing, incoming) {
|
|
|
20165
20167
|
}
|
|
20166
20168
|
const ingest$o = function ListObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20167
20169
|
if (process.env.NODE_ENV !== 'production') {
|
|
20168
|
-
const validateError = validate
|
|
20170
|
+
const validateError = validate$$(input);
|
|
20169
20171
|
if (validateError !== null) {
|
|
20170
20172
|
throw validateError;
|
|
20171
20173
|
}
|
|
@@ -20328,7 +20330,7 @@ const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObject
|
|
|
20328
20330
|
|
|
20329
20331
|
const TTL$j = 900000;
|
|
20330
20332
|
const VERSION$C = "458d4a6a30201e422e8daec5fcb03845";
|
|
20331
|
-
function validate$
|
|
20333
|
+
function validate$_(obj, path = 'ListPreferencesRepresentation') {
|
|
20332
20334
|
const v_error = (() => {
|
|
20333
20335
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20334
20336
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20363,7 +20365,7 @@ function validate$Z(obj, path = 'ListPreferencesRepresentation') {
|
|
|
20363
20365
|
}
|
|
20364
20366
|
const obj_listReference = obj.listReference;
|
|
20365
20367
|
const path_listReference = path + '.listReference';
|
|
20366
|
-
const referencepath_listReferenceValidationError = validate$
|
|
20368
|
+
const referencepath_listReferenceValidationError = validate$1Z(obj_listReference, path_listReference);
|
|
20367
20369
|
if (referencepath_listReferenceValidationError !== null) {
|
|
20368
20370
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
20369
20371
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20377,7 +20379,7 @@ function validate$Z(obj, path = 'ListPreferencesRepresentation') {
|
|
|
20377
20379
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
20378
20380
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
20379
20381
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
20380
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
20382
|
+
const referencepath_orderedBy_itemValidationError = validate$1W(obj_orderedBy_item, path_orderedBy_item);
|
|
20381
20383
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
20382
20384
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
20383
20385
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20473,7 +20475,7 @@ function equals$w(existing, incoming) {
|
|
|
20473
20475
|
}
|
|
20474
20476
|
const ingest$n = function ListPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20475
20477
|
if (process.env.NODE_ENV !== 'production') {
|
|
20476
|
-
const validateError = validate$
|
|
20478
|
+
const validateError = validate$_(input);
|
|
20477
20479
|
if (validateError !== null) {
|
|
20478
20480
|
throw validateError;
|
|
20479
20481
|
}
|
|
@@ -20636,7 +20638,7 @@ const getListPreferencesAdapterFactory = (luvio) => function UiApi__getListPrefe
|
|
|
20636
20638
|
buildCachedSnapshotCachePolicy$q, buildNetworkSnapshotCachePolicy$r);
|
|
20637
20639
|
};
|
|
20638
20640
|
|
|
20639
|
-
function validate$
|
|
20641
|
+
function validate$Z(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
20640
20642
|
const v_error = (() => {
|
|
20641
20643
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20642
20644
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20744,7 +20746,7 @@ function typeCheckConfig$C(untrustedConfig) {
|
|
|
20744
20746
|
const untrustedConfig_orderedBy_array = [];
|
|
20745
20747
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
20746
20748
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
20747
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
20749
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$Z(untrustedConfig_orderedBy_item);
|
|
20748
20750
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
20749
20751
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
20750
20752
|
}
|
|
@@ -20798,7 +20800,7 @@ const updateListPreferencesAdapterFactory = (luvio) => {
|
|
|
20798
20800
|
|
|
20799
20801
|
const TTL$i = 120000;
|
|
20800
20802
|
const VERSION$B = "756779d0d7e137dd72c743544afbad82";
|
|
20801
|
-
function validate$
|
|
20803
|
+
function validate$Y(obj, path = 'NavItemsRepresentation') {
|
|
20802
20804
|
const v_error = (() => {
|
|
20803
20805
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20804
20806
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20926,7 +20928,7 @@ function equals$v(existing, incoming) {
|
|
|
20926
20928
|
}
|
|
20927
20929
|
const ingest$m = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20928
20930
|
if (process.env.NODE_ENV !== 'production') {
|
|
20929
|
-
const validateError = validate$
|
|
20931
|
+
const validateError = validate$Y(input);
|
|
20930
20932
|
if (validateError !== null) {
|
|
20931
20933
|
throw validateError;
|
|
20932
20934
|
}
|
|
@@ -21662,7 +21664,7 @@ var DiscriminatorValues$4;
|
|
|
21662
21664
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
21663
21665
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
21664
21666
|
const VERSION$w = "bd523b2343366edfc25a2dbee2c4e986";
|
|
21665
|
-
function validate$
|
|
21667
|
+
function validate$X(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
|
|
21666
21668
|
const v_error = (() => {
|
|
21667
21669
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21668
21670
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21707,7 +21709,7 @@ const select$L = function AbstractPicklistValueAttributesRepresentationSelect()
|
|
|
21707
21709
|
};
|
|
21708
21710
|
|
|
21709
21711
|
const VERSION$v = "9e2a16a80378487f557124c771201cf9";
|
|
21710
|
-
function validate$
|
|
21712
|
+
function validate$W(obj, path = 'PicklistValueRepresentation') {
|
|
21711
21713
|
const v_error = (() => {
|
|
21712
21714
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21713
21715
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21716,7 +21718,7 @@ function validate$V(obj, path = 'PicklistValueRepresentation') {
|
|
|
21716
21718
|
const path_attributes = path + '.attributes';
|
|
21717
21719
|
let obj_attributes_union0 = null;
|
|
21718
21720
|
const obj_attributes_union0_error = (() => {
|
|
21719
|
-
const referencepath_attributesValidationError = validate$
|
|
21721
|
+
const referencepath_attributesValidationError = validate$X(obj_attributes, path_attributes);
|
|
21720
21722
|
if (referencepath_attributesValidationError !== null) {
|
|
21721
21723
|
let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
21722
21724
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21811,7 +21813,7 @@ function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
|
21811
21813
|
|
|
21812
21814
|
const TTL$h = 900000;
|
|
21813
21815
|
const VERSION$u = "0a361a49370acb4c6a31721a2057649a";
|
|
21814
|
-
function validate$
|
|
21816
|
+
function validate$V(obj, path = 'PicklistValuesRepresentation') {
|
|
21815
21817
|
const v_error = (() => {
|
|
21816
21818
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21817
21819
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21834,7 +21836,7 @@ function validate$U(obj, path = 'PicklistValuesRepresentation') {
|
|
|
21834
21836
|
const path_defaultValue = path + '.defaultValue';
|
|
21835
21837
|
let obj_defaultValue_union0 = null;
|
|
21836
21838
|
const obj_defaultValue_union0_error = (() => {
|
|
21837
|
-
const referencepath_defaultValueValidationError = validate$
|
|
21839
|
+
const referencepath_defaultValueValidationError = validate$W(obj_defaultValue, path_defaultValue);
|
|
21838
21840
|
if (referencepath_defaultValueValidationError !== null) {
|
|
21839
21841
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
21840
21842
|
message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21877,7 +21879,7 @@ function validate$U(obj, path = 'PicklistValuesRepresentation') {
|
|
|
21877
21879
|
for (let i = 0; i < obj_values.length; i++) {
|
|
21878
21880
|
const obj_values_item = obj_values[i];
|
|
21879
21881
|
const path_values_item = path_values + '[' + i + ']';
|
|
21880
|
-
const referencepath_values_itemValidationError = validate$
|
|
21882
|
+
const referencepath_values_itemValidationError = validate$W(obj_values_item, path_values_item);
|
|
21881
21883
|
if (referencepath_values_itemValidationError !== null) {
|
|
21882
21884
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
21883
21885
|
message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21935,7 +21937,7 @@ function equals$u(existing, incoming) {
|
|
|
21935
21937
|
}
|
|
21936
21938
|
const ingest$l = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21937
21939
|
if (process.env.NODE_ENV !== 'production') {
|
|
21938
|
-
const validateError = validate$
|
|
21940
|
+
const validateError = validate$V(input);
|
|
21939
21941
|
if (validateError !== null) {
|
|
21940
21942
|
throw validateError;
|
|
21941
21943
|
}
|
|
@@ -21957,7 +21959,7 @@ function getTypeCacheKeys$s(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
21957
21959
|
|
|
21958
21960
|
const TTL$g = 300000;
|
|
21959
21961
|
const VERSION$t = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
21960
|
-
function validate$
|
|
21962
|
+
function validate$U(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
21961
21963
|
const v_error = (() => {
|
|
21962
21964
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21963
21965
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22044,7 +22046,7 @@ function equals$t(existing, incoming) {
|
|
|
22044
22046
|
}
|
|
22045
22047
|
const ingest$k = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22046
22048
|
if (process.env.NODE_ENV !== 'production') {
|
|
22047
|
-
const validateError = validate$
|
|
22049
|
+
const validateError = validate$U(input);
|
|
22048
22050
|
if (validateError !== null) {
|
|
22049
22051
|
throw validateError;
|
|
22050
22052
|
}
|
|
@@ -22382,7 +22384,7 @@ const getPicklistValuesAdapterFactory = (luvio) => function UiApi__getPicklistVa
|
|
|
22382
22384
|
buildCachedSnapshotCachePolicy$l, buildNetworkSnapshotCachePolicy$m);
|
|
22383
22385
|
};
|
|
22384
22386
|
|
|
22385
|
-
function validate$
|
|
22387
|
+
function validate$T(obj, path = 'MatchResultInfoRepresentation') {
|
|
22386
22388
|
const v_error = (() => {
|
|
22387
22389
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22388
22390
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22408,7 +22410,7 @@ function validate$S(obj, path = 'MatchResultInfoRepresentation') {
|
|
|
22408
22410
|
return v_error === undefined ? null : v_error;
|
|
22409
22411
|
}
|
|
22410
22412
|
|
|
22411
|
-
function validate$
|
|
22413
|
+
function validate$S(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
22412
22414
|
const v_error = (() => {
|
|
22413
22415
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22414
22416
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22420,7 +22422,7 @@ function validate$R(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
22420
22422
|
}
|
|
22421
22423
|
const obj_matchResultInfo = obj.matchResultInfo;
|
|
22422
22424
|
const path_matchResultInfo = path + '.matchResultInfo';
|
|
22423
|
-
const referencepath_matchResultInfoValidationError = validate$
|
|
22425
|
+
const referencepath_matchResultInfoValidationError = validate$T(obj_matchResultInfo, path_matchResultInfo);
|
|
22424
22426
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
22425
22427
|
let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
22426
22428
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22435,7 +22437,7 @@ function validate$R(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
22435
22437
|
return v_error === undefined ? null : v_error;
|
|
22436
22438
|
}
|
|
22437
22439
|
|
|
22438
|
-
function validate$
|
|
22440
|
+
function validate$R(obj, path = 'MatchRepresentation') {
|
|
22439
22441
|
const v_error = (() => {
|
|
22440
22442
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22441
22443
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22450,7 +22452,7 @@ function validate$Q(obj, path = 'MatchRepresentation') {
|
|
|
22450
22452
|
const key = obj_duplicateResultInfos_keys[i];
|
|
22451
22453
|
const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
22452
22454
|
const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
22453
|
-
const referencepath_duplicateResultInfos_propValidationError = validate$
|
|
22455
|
+
const referencepath_duplicateResultInfos_propValidationError = validate$S(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
22454
22456
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
22455
22457
|
let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
22456
22458
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22480,7 +22482,7 @@ function validate$Q(obj, path = 'MatchRepresentation') {
|
|
|
22480
22482
|
|
|
22481
22483
|
const TTL$f = 30000;
|
|
22482
22484
|
const VERSION$s = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
22483
|
-
function validate$
|
|
22485
|
+
function validate$Q(obj, path = 'DuplicatesRepresentation') {
|
|
22484
22486
|
const v_error = (() => {
|
|
22485
22487
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22486
22488
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22515,7 +22517,7 @@ function validate$P(obj, path = 'DuplicatesRepresentation') {
|
|
|
22515
22517
|
for (let i = 0; i < obj_matches.length; i++) {
|
|
22516
22518
|
const obj_matches_item = obj_matches[i];
|
|
22517
22519
|
const path_matches_item = path_matches + '[' + i + ']';
|
|
22518
|
-
const referencepath_matches_itemValidationError = validate$
|
|
22520
|
+
const referencepath_matches_itemValidationError = validate$R(obj_matches_item, path_matches_item);
|
|
22519
22521
|
if (referencepath_matches_itemValidationError !== null) {
|
|
22520
22522
|
let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
22521
22523
|
message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22545,7 +22547,7 @@ function equals$s(existing, incoming) {
|
|
|
22545
22547
|
}
|
|
22546
22548
|
const ingest$j = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22547
22549
|
if (process.env.NODE_ENV !== 'production') {
|
|
22548
|
-
const validateError = validate$
|
|
22550
|
+
const validateError = validate$Q(input);
|
|
22549
22551
|
if (validateError !== null) {
|
|
22550
22552
|
throw validateError;
|
|
22551
22553
|
}
|
|
@@ -22738,7 +22740,7 @@ const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(unt
|
|
|
22738
22740
|
};
|
|
22739
22741
|
|
|
22740
22742
|
const VERSION$r = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
22741
|
-
function validate$
|
|
22743
|
+
function validate$P(obj, path = 'PhotoMetadataRepresentation') {
|
|
22742
22744
|
const v_error = (() => {
|
|
22743
22745
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22744
22746
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22830,8 +22832,8 @@ function equals$r(existing, incoming) {
|
|
|
22830
22832
|
}
|
|
22831
22833
|
|
|
22832
22834
|
const VERSION$q = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
22833
|
-
function validate$
|
|
22834
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
22835
|
+
function validate$O(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
22836
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$M(obj, path);
|
|
22835
22837
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
22836
22838
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
22837
22839
|
}
|
|
@@ -22898,7 +22900,7 @@ function validate$N(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
|
22898
22900
|
}
|
|
22899
22901
|
const obj_photoMetadata = obj.photoMetadata;
|
|
22900
22902
|
const path_photoMetadata = path + '.photoMetadata';
|
|
22901
|
-
const referencepath_photoMetadataValidationError = validate$
|
|
22903
|
+
const referencepath_photoMetadataValidationError = validate$P(obj_photoMetadata, path_photoMetadata);
|
|
22902
22904
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
22903
22905
|
let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
22904
22906
|
message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23053,7 +23055,7 @@ function equals$q(existing, incoming) {
|
|
|
23053
23055
|
}
|
|
23054
23056
|
const ingest$i = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23055
23057
|
if (process.env.NODE_ENV !== 'production') {
|
|
23056
|
-
const validateError = validate$
|
|
23058
|
+
const validateError = validate$O(input);
|
|
23057
23059
|
if (validateError !== null) {
|
|
23058
23060
|
throw validateError;
|
|
23059
23061
|
}
|
|
@@ -23074,8 +23076,8 @@ function getTypeCacheKeys$p(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23074
23076
|
}
|
|
23075
23077
|
|
|
23076
23078
|
const VERSION$p = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
23077
|
-
function validate$
|
|
23078
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
23079
|
+
function validate$N(obj, path = 'ThemeRecordAvatarRepresentation') {
|
|
23080
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$M(obj, path);
|
|
23079
23081
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
23080
23082
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
23081
23083
|
}
|
|
@@ -23194,7 +23196,7 @@ function equals$p(existing, incoming) {
|
|
|
23194
23196
|
}
|
|
23195
23197
|
const ingest$h = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23196
23198
|
if (process.env.NODE_ENV !== 'production') {
|
|
23197
|
-
const validateError = validate$
|
|
23199
|
+
const validateError = validate$N(input);
|
|
23198
23200
|
if (validateError !== null) {
|
|
23199
23201
|
throw validateError;
|
|
23200
23202
|
}
|
|
@@ -23220,7 +23222,7 @@ var DiscriminatorValues$3;
|
|
|
23220
23222
|
DiscriminatorValues["Theme"] = "Theme";
|
|
23221
23223
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
23222
23224
|
const VERSION$o = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
23223
|
-
function validate$
|
|
23225
|
+
function validate$M(obj, path = 'AbstractRecordAvatarRepresentation') {
|
|
23224
23226
|
const v_error = (() => {
|
|
23225
23227
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23226
23228
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23313,8 +23315,8 @@ function getTypeCacheKeys$n(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23313
23315
|
}
|
|
23314
23316
|
|
|
23315
23317
|
const VERSION$n = "f531b44760afecfce89990fe5a5c5c29";
|
|
23316
|
-
function validate$
|
|
23317
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
23318
|
+
function validate$L(obj, path = 'RecordAvatarBatchRepresentation') {
|
|
23319
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$H(obj, path);
|
|
23318
23320
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
23319
23321
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
23320
23322
|
}
|
|
@@ -23375,7 +23377,7 @@ function equals$n(existing, incoming) {
|
|
|
23375
23377
|
}
|
|
23376
23378
|
const ingest$g = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23377
23379
|
if (process.env.NODE_ENV !== 'production') {
|
|
23378
|
-
const validateError = validate$
|
|
23380
|
+
const validateError = validate$L(input);
|
|
23379
23381
|
if (validateError !== null) {
|
|
23380
23382
|
throw validateError;
|
|
23381
23383
|
}
|
|
@@ -23396,7 +23398,7 @@ function getTypeCacheKeys$m(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23396
23398
|
}
|
|
23397
23399
|
|
|
23398
23400
|
const VERSION$m = "17c20b01167dba9a81452e60bb28b2f2";
|
|
23399
|
-
function validate$
|
|
23401
|
+
function validate$K(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
|
|
23400
23402
|
const v_error = (() => {
|
|
23401
23403
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23402
23404
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23446,8 +23448,8 @@ function equals$m(existing, incoming) {
|
|
|
23446
23448
|
}
|
|
23447
23449
|
|
|
23448
23450
|
const VERSION$l = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
23449
|
-
function validate$
|
|
23450
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
23451
|
+
function validate$J(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
|
|
23452
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$H(obj, path);
|
|
23451
23453
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
23452
23454
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
23453
23455
|
}
|
|
@@ -23463,7 +23465,7 @@ function validate$I(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation'
|
|
|
23463
23465
|
for (let i = 0; i < obj_result.length; i++) {
|
|
23464
23466
|
const obj_result_item = obj_result[i];
|
|
23465
23467
|
const path_result_item = path_result + '[' + i + ']';
|
|
23466
|
-
const referencepath_result_itemValidationError = validate$
|
|
23468
|
+
const referencepath_result_itemValidationError = validate$K(obj_result_item, path_result_item);
|
|
23467
23469
|
if (referencepath_result_itemValidationError !== null) {
|
|
23468
23470
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
23469
23471
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23513,7 +23515,7 @@ function equals$l(existing, incoming) {
|
|
|
23513
23515
|
}
|
|
23514
23516
|
const ingest$f = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23515
23517
|
if (process.env.NODE_ENV !== 'production') {
|
|
23516
|
-
const validateError = validate$
|
|
23518
|
+
const validateError = validate$J(input);
|
|
23517
23519
|
if (validateError !== null) {
|
|
23518
23520
|
throw validateError;
|
|
23519
23521
|
}
|
|
@@ -23534,8 +23536,8 @@ function getTypeCacheKeys$l(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23534
23536
|
}
|
|
23535
23537
|
|
|
23536
23538
|
const VERSION$k = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
23537
|
-
function validate$
|
|
23538
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
23539
|
+
function validate$I(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
23540
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$H(obj, path);
|
|
23539
23541
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
23540
23542
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
23541
23543
|
}
|
|
@@ -23551,7 +23553,7 @@ function validate$H(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
|
23551
23553
|
for (let i = 0; i < obj_result.length; i++) {
|
|
23552
23554
|
const obj_result_item = obj_result[i];
|
|
23553
23555
|
const path_result_item = path_result + '[' + i + ']';
|
|
23554
|
-
const referencepath_result_itemValidationError = validate$
|
|
23556
|
+
const referencepath_result_itemValidationError = validate$K(obj_result_item, path_result_item);
|
|
23555
23557
|
if (referencepath_result_itemValidationError !== null) {
|
|
23556
23558
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
23557
23559
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23601,7 +23603,7 @@ function equals$k(existing, incoming) {
|
|
|
23601
23603
|
}
|
|
23602
23604
|
const ingest$e = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23603
23605
|
if (process.env.NODE_ENV !== 'production') {
|
|
23604
|
-
const validateError = validate$
|
|
23606
|
+
const validateError = validate$I(input);
|
|
23605
23607
|
if (validateError !== null) {
|
|
23606
23608
|
throw validateError;
|
|
23607
23609
|
}
|
|
@@ -23628,7 +23630,7 @@ const DiscriminatorValues$2 = {
|
|
|
23628
23630
|
};
|
|
23629
23631
|
const TTL$e = 300000;
|
|
23630
23632
|
const VERSION$j = "8956293536e94d5ec63b274b61033d2c";
|
|
23631
|
-
function validate$
|
|
23633
|
+
function validate$H(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
23632
23634
|
const v_error = (() => {
|
|
23633
23635
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23634
23636
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23706,7 +23708,7 @@ function getTypeCacheKeys$j(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23706
23708
|
|
|
23707
23709
|
const TTL$d = 300000;
|
|
23708
23710
|
const VERSION$i = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
23709
|
-
function validate$
|
|
23711
|
+
function validate$G(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
23710
23712
|
const v_error = (() => {
|
|
23711
23713
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23712
23714
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23785,7 +23787,7 @@ function merge(existing, incoming, _luvio, _path) {
|
|
|
23785
23787
|
|
|
23786
23788
|
const ingest$d = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23787
23789
|
if (process.env.NODE_ENV !== 'production') {
|
|
23788
|
-
const validateError = validate$
|
|
23790
|
+
const validateError = validate$G(input);
|
|
23789
23791
|
if (validateError !== null) {
|
|
23790
23792
|
throw validateError;
|
|
23791
23793
|
}
|
|
@@ -24277,7 +24279,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
|
|
|
24277
24279
|
};
|
|
24278
24280
|
|
|
24279
24281
|
const VERSION$h = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
24280
|
-
function validate$
|
|
24282
|
+
function validate$F(obj, path = 'RelatedListReferenceRepresentation') {
|
|
24281
24283
|
const v_error = (() => {
|
|
24282
24284
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24283
24285
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24516,7 +24518,7 @@ function equals$h(existing, incoming) {
|
|
|
24516
24518
|
}
|
|
24517
24519
|
|
|
24518
24520
|
const VERSION$g = "836b875b519813e7499efc62f0f1d04b";
|
|
24519
|
-
function validate$
|
|
24521
|
+
function validate$E(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
24520
24522
|
const v_error = (() => {
|
|
24521
24523
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24522
24524
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24559,7 +24561,7 @@ function validate$D(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
|
24559
24561
|
}
|
|
24560
24562
|
const obj_listReference = obj.listReference;
|
|
24561
24563
|
const path_listReference = path + '.listReference';
|
|
24562
|
-
const referencepath_listReferenceValidationError = validate$
|
|
24564
|
+
const referencepath_listReferenceValidationError = validate$F(obj_listReference, path_listReference);
|
|
24563
24565
|
if (referencepath_listReferenceValidationError !== null) {
|
|
24564
24566
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
24565
24567
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24632,7 +24634,7 @@ function equals$g(existing, incoming) {
|
|
|
24632
24634
|
}
|
|
24633
24635
|
const ingest$c = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24634
24636
|
if (process.env.NODE_ENV !== 'production') {
|
|
24635
|
-
const validateError = validate$
|
|
24637
|
+
const validateError = validate$E(input);
|
|
24636
24638
|
if (validateError !== null) {
|
|
24637
24639
|
throw validateError;
|
|
24638
24640
|
}
|
|
@@ -25144,7 +25146,7 @@ const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedL
|
|
|
25144
25146
|
buildCachedSnapshotCachePolicy$g, buildNetworkSnapshotCachePolicy$h);
|
|
25145
25147
|
};
|
|
25146
25148
|
|
|
25147
|
-
function validate$
|
|
25149
|
+
function validate$D(obj, path = 'RelatedListColumnRepresentation') {
|
|
25148
25150
|
const v_error = (() => {
|
|
25149
25151
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25150
25152
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25295,7 +25297,7 @@ function validate$C(obj, path = 'RelatedListColumnRepresentation') {
|
|
|
25295
25297
|
|
|
25296
25298
|
const TTL$c = 900000;
|
|
25297
25299
|
const VERSION$f = "c977d65d153a2b4e888ddd45fb083248";
|
|
25298
|
-
function validate$
|
|
25300
|
+
function validate$C(obj, path = 'RelatedListInfoRepresentation') {
|
|
25299
25301
|
const v_error = (() => {
|
|
25300
25302
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25301
25303
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25323,7 +25325,7 @@ function validate$B(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25323
25325
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
25324
25326
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
25325
25327
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
25326
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
25328
|
+
const referencepath_displayColumns_itemValidationError = validate$D(obj_displayColumns_item, path_displayColumns_item);
|
|
25327
25329
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
25328
25330
|
let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
25329
25331
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25370,7 +25372,7 @@ function validate$B(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25370
25372
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
25371
25373
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
25372
25374
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
25373
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
25375
|
+
const referencepath_filteredByInfo_itemValidationError = validate$1$(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
25374
25376
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
25375
25377
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
25376
25378
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25384,7 +25386,7 @@ function validate$B(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25384
25386
|
}
|
|
25385
25387
|
const obj_listReference = obj.listReference;
|
|
25386
25388
|
const path_listReference = path + '.listReference';
|
|
25387
|
-
const referencepath_listReferenceValidationError = validate$
|
|
25389
|
+
const referencepath_listReferenceValidationError = validate$F(obj_listReference, path_listReference);
|
|
25388
25390
|
if (referencepath_listReferenceValidationError !== null) {
|
|
25389
25391
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
25390
25392
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25422,7 +25424,7 @@ function validate$B(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25422
25424
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
25423
25425
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
25424
25426
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
25425
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
25427
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1W(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
25426
25428
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
25427
25429
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
25428
25430
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25441,7 +25443,7 @@ function validate$B(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25441
25443
|
}
|
|
25442
25444
|
const obj_userPreferences = obj.userPreferences;
|
|
25443
25445
|
const path_userPreferences = path + '.userPreferences';
|
|
25444
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
25446
|
+
const referencepath_userPreferencesValidationError = validate$1S(obj_userPreferences, path_userPreferences);
|
|
25445
25447
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
25446
25448
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
25447
25449
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25581,7 +25583,7 @@ function equals$f(existing, incoming) {
|
|
|
25581
25583
|
}
|
|
25582
25584
|
const ingest$b = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25583
25585
|
if (process.env.NODE_ENV !== 'production') {
|
|
25584
|
-
const validateError = validate$
|
|
25586
|
+
const validateError = validate$C(input);
|
|
25585
25587
|
if (validateError !== null) {
|
|
25586
25588
|
throw validateError;
|
|
25587
25589
|
}
|
|
@@ -26019,7 +26021,7 @@ const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRela
|
|
|
26019
26021
|
buildCachedSnapshotCachePolicy$f, buildNetworkSnapshotCachePolicy$g);
|
|
26020
26022
|
};
|
|
26021
26023
|
|
|
26022
|
-
function validate$
|
|
26024
|
+
function validate$B(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
26023
26025
|
const v_error = (() => {
|
|
26024
26026
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26025
26027
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26115,7 +26117,7 @@ function validate$A(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
26115
26117
|
const path_themeInfo = path + '.themeInfo';
|
|
26116
26118
|
let obj_themeInfo_union0 = null;
|
|
26117
26119
|
const obj_themeInfo_union0_error = (() => {
|
|
26118
|
-
const referencepath_themeInfoValidationError = validate$
|
|
26120
|
+
const referencepath_themeInfoValidationError = validate$1B(obj_themeInfo, path_themeInfo);
|
|
26119
26121
|
if (referencepath_themeInfoValidationError !== null) {
|
|
26120
26122
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
26121
26123
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26150,7 +26152,7 @@ function validate$A(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
26150
26152
|
}
|
|
26151
26153
|
|
|
26152
26154
|
const VERSION$e = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
26153
|
-
function validate$
|
|
26155
|
+
function validate$A(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
|
|
26154
26156
|
const v_error = (() => {
|
|
26155
26157
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26156
26158
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26199,7 +26201,7 @@ function validate$z(obj, path = 'RelatedListSummaryInfoCollectionRepresentation'
|
|
|
26199
26201
|
for (let i = 0; i < obj_relatedLists.length; i++) {
|
|
26200
26202
|
const obj_relatedLists_item = obj_relatedLists[i];
|
|
26201
26203
|
const path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
26202
|
-
const referencepath_relatedLists_itemValidationError = validate$
|
|
26204
|
+
const referencepath_relatedLists_itemValidationError = validate$B(obj_relatedLists_item, path_relatedLists_item);
|
|
26203
26205
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
26204
26206
|
let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
26205
26207
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26255,7 +26257,7 @@ function equals$e(existing, incoming) {
|
|
|
26255
26257
|
}
|
|
26256
26258
|
const ingest$a = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26257
26259
|
if (process.env.NODE_ENV !== 'production') {
|
|
26258
|
-
const validateError = validate$
|
|
26260
|
+
const validateError = validate$A(input);
|
|
26259
26261
|
if (validateError !== null) {
|
|
26260
26262
|
throw validateError;
|
|
26261
26263
|
}
|
|
@@ -26504,7 +26506,7 @@ const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedLi
|
|
|
26504
26506
|
buildCachedSnapshotCachePolicy$d, buildNetworkSnapshotCachePolicy$e);
|
|
26505
26507
|
};
|
|
26506
26508
|
|
|
26507
|
-
function validate$
|
|
26509
|
+
function validate$z(obj, path = 'ListUserPreferenceInputRepresentation') {
|
|
26508
26510
|
const v_error = (() => {
|
|
26509
26511
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26510
26512
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26586,7 +26588,7 @@ function typeCheckConfig$o(untrustedConfig) {
|
|
|
26586
26588
|
const untrustedConfig_orderedByInfo_array = [];
|
|
26587
26589
|
for (let i = 0, arrayLength = untrustedConfig_orderedByInfo.length; i < arrayLength; i++) {
|
|
26588
26590
|
const untrustedConfig_orderedByInfo_item = untrustedConfig_orderedByInfo[i];
|
|
26589
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
26591
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$Z(untrustedConfig_orderedByInfo_item);
|
|
26590
26592
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
26591
26593
|
untrustedConfig_orderedByInfo_array.push(untrustedConfig_orderedByInfo_item);
|
|
26592
26594
|
}
|
|
@@ -26594,7 +26596,7 @@ function typeCheckConfig$o(untrustedConfig) {
|
|
|
26594
26596
|
config.orderedByInfo = untrustedConfig_orderedByInfo_array;
|
|
26595
26597
|
}
|
|
26596
26598
|
const untrustedConfig_userPreferences = untrustedConfig.userPreferences;
|
|
26597
|
-
const referenceListUserPreferenceInputRepresentationValidationError = validate$
|
|
26599
|
+
const referenceListUserPreferenceInputRepresentationValidationError = validate$z(untrustedConfig_userPreferences);
|
|
26598
26600
|
if (referenceListUserPreferenceInputRepresentationValidationError === null) {
|
|
26599
26601
|
config.userPreferences = untrustedConfig_userPreferences;
|
|
26600
26602
|
}
|
|
@@ -26659,7 +26661,7 @@ const updateRelatedListInfoAdapterFactory = (luvio) => {
|
|
|
26659
26661
|
|
|
26660
26662
|
const TTL$b = 900000;
|
|
26661
26663
|
const VERSION$d = "094cdf8e3e1f07fca02c4e51e14c528e";
|
|
26662
|
-
function validate$
|
|
26664
|
+
function validate$y(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
26663
26665
|
const v_error = (() => {
|
|
26664
26666
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26665
26667
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26700,7 +26702,7 @@ function validate$x(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
26700
26702
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
26701
26703
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
26702
26704
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
26703
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
26705
|
+
const referencepath_orderedBy_itemValidationError = validate$1W(obj_orderedBy_item, path_orderedBy_item);
|
|
26704
26706
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
26705
26707
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
26706
26708
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26744,7 +26746,7 @@ function equals$d(existing, incoming) {
|
|
|
26744
26746
|
}
|
|
26745
26747
|
const ingest$9 = function RelatedListUserPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26746
26748
|
if (process.env.NODE_ENV !== 'production') {
|
|
26747
|
-
const validateError = validate$
|
|
26749
|
+
const validateError = validate$y(input);
|
|
26748
26750
|
if (validateError !== null) {
|
|
26749
26751
|
throw validateError;
|
|
26750
26752
|
}
|
|
@@ -27340,7 +27342,7 @@ function typeCheckConfig$l(untrustedConfig) {
|
|
|
27340
27342
|
const untrustedConfig_orderedBy_array = [];
|
|
27341
27343
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
27342
27344
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
27343
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
27345
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$Z(untrustedConfig_orderedBy_item);
|
|
27344
27346
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
27345
27347
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
27346
27348
|
}
|
|
@@ -27391,7 +27393,7 @@ const updateRelatedListPreferencesAdapterFactory = (luvio) => {
|
|
|
27391
27393
|
};
|
|
27392
27394
|
};
|
|
27393
27395
|
|
|
27394
|
-
function validate$
|
|
27396
|
+
function validate$x(obj, path = 'RelatedListRecordsSingleBatchInputRepresentation') {
|
|
27395
27397
|
const v_error = (() => {
|
|
27396
27398
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27397
27399
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27634,7 +27636,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
|
|
|
27634
27636
|
|
|
27635
27637
|
const TTL$a = 30000;
|
|
27636
27638
|
const VERSION$c = "62467c27c19349b70c9db2a8d9d591d9";
|
|
27637
|
-
function validate$
|
|
27639
|
+
function validate$w(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
27638
27640
|
const v_error = (() => {
|
|
27639
27641
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27640
27642
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27715,7 +27717,7 @@ function validate$v(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
|
27715
27717
|
}
|
|
27716
27718
|
const obj_listReference = obj.listReference;
|
|
27717
27719
|
const path_listReference = path + '.listReference';
|
|
27718
|
-
const referencepath_listReferenceValidationError = validate$
|
|
27720
|
+
const referencepath_listReferenceValidationError = validate$F(obj_listReference, path_listReference);
|
|
27719
27721
|
if (referencepath_listReferenceValidationError !== null) {
|
|
27720
27722
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
27721
27723
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28136,7 +28138,7 @@ function equals$c(existing, incoming) {
|
|
|
28136
28138
|
}
|
|
28137
28139
|
const ingest$8 = function RelatedListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28138
28140
|
if (process.env.NODE_ENV !== 'production') {
|
|
28139
|
-
const validateError = validate$
|
|
28141
|
+
const validateError = validate$w(input);
|
|
28140
28142
|
if (validateError !== null) {
|
|
28141
28143
|
throw validateError;
|
|
28142
28144
|
}
|
|
@@ -28627,7 +28629,7 @@ function typeCheckConfig$k(untrustedConfig) {
|
|
|
28627
28629
|
const untrustedConfig_relatedListParameters_array = [];
|
|
28628
28630
|
for (let i = 0, arrayLength = untrustedConfig_relatedListParameters.length; i < arrayLength; i++) {
|
|
28629
28631
|
const untrustedConfig_relatedListParameters_item = untrustedConfig_relatedListParameters[i];
|
|
28630
|
-
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$
|
|
28632
|
+
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$x(untrustedConfig_relatedListParameters_item);
|
|
28631
28633
|
if (referenceRelatedListRecordsSingleBatchInputRepresentationValidationError === null) {
|
|
28632
28634
|
untrustedConfig_relatedListParameters_array.push(untrustedConfig_relatedListParameters_item);
|
|
28633
28635
|
}
|
|
@@ -28872,7 +28874,7 @@ const getRelatedListRecordsAdapterFactory = (luvio) => function UiApi__getRelate
|
|
|
28872
28874
|
buildCachedSnapshotCachePolicy$9, buildNetworkSnapshotCachePolicy$a);
|
|
28873
28875
|
};
|
|
28874
28876
|
|
|
28875
|
-
function validate$
|
|
28877
|
+
function validate$v(obj, path = 'SearchFilterOptionRepresentation') {
|
|
28876
28878
|
const v_error = (() => {
|
|
28877
28879
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28878
28880
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28902,7 +28904,7 @@ var DiscriminatorValues;
|
|
|
28902
28904
|
DiscriminatorValues["Field"] = "Field";
|
|
28903
28905
|
DiscriminatorValues["DataCategory"] = "DataCategory";
|
|
28904
28906
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
28905
|
-
function validate$
|
|
28907
|
+
function validate$u(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
28906
28908
|
const v_error = (() => {
|
|
28907
28909
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28908
28910
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28963,7 +28965,7 @@ function validate$t(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
|
28963
28965
|
|
|
28964
28966
|
const TTL$9 = 30000;
|
|
28965
28967
|
const VERSION$b = "7d241c2ee7cc9b09d6bd434b33b0b5e4";
|
|
28966
|
-
function validate$
|
|
28968
|
+
function validate$t(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
|
|
28967
28969
|
const v_error = (() => {
|
|
28968
28970
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28969
28971
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29002,7 +29004,7 @@ function validate$s(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
29002
29004
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
29003
29005
|
const obj_filters_item = obj_filters[i];
|
|
29004
29006
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
29005
|
-
const referencepath_filters_itemValidationError = validate$
|
|
29007
|
+
const referencepath_filters_itemValidationError = validate$u(obj_filters_item, path_filters_item);
|
|
29006
29008
|
if (referencepath_filters_itemValidationError !== null) {
|
|
29007
29009
|
let message = 'Object doesn\'t match SearchFilterDefinitionRepresentation (at "' + path_filters_item + '")\n';
|
|
29008
29010
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29047,7 +29049,7 @@ function equals$b(existing, incoming) {
|
|
|
29047
29049
|
}
|
|
29048
29050
|
const ingest$7 = function SearchFilterMetadataCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29049
29051
|
if (process.env.NODE_ENV !== 'production') {
|
|
29050
|
-
const validateError = validate$
|
|
29052
|
+
const validateError = validate$t(input);
|
|
29051
29053
|
if (validateError !== null) {
|
|
29052
29054
|
throw validateError;
|
|
29053
29055
|
}
|
|
@@ -29211,7 +29213,7 @@ const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSear
|
|
|
29211
29213
|
|
|
29212
29214
|
const TTL$8 = 30000;
|
|
29213
29215
|
const VERSION$a = "8d851a8d9abf0a061a8ad81d4cbb83bc";
|
|
29214
|
-
function validate$
|
|
29216
|
+
function validate$s(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
29215
29217
|
const v_error = (() => {
|
|
29216
29218
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29217
29219
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29234,7 +29236,7 @@ function validate$r(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
|
29234
29236
|
for (let i = 0; i < obj_options.length; i++) {
|
|
29235
29237
|
const obj_options_item = obj_options[i];
|
|
29236
29238
|
const path_options_item = path_options + '[' + i + ']';
|
|
29237
|
-
const referencepath_options_itemValidationError = validate$
|
|
29239
|
+
const referencepath_options_itemValidationError = validate$v(obj_options_item, path_options_item);
|
|
29238
29240
|
if (referencepath_options_itemValidationError !== null) {
|
|
29239
29241
|
let message = 'Object doesn\'t match SearchFilterOptionRepresentation (at "' + path_options_item + '")\n';
|
|
29240
29242
|
message += referencepath_options_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29301,7 +29303,7 @@ function equals$a(existing, incoming) {
|
|
|
29301
29303
|
}
|
|
29302
29304
|
const ingest$6 = function SearchFilterOptionCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29303
29305
|
if (process.env.NODE_ENV !== 'production') {
|
|
29304
|
-
const validateError = validate$
|
|
29306
|
+
const validateError = validate$s(input);
|
|
29305
29307
|
if (validateError !== null) {
|
|
29306
29308
|
throw validateError;
|
|
29307
29309
|
}
|
|
@@ -29465,7 +29467,7 @@ const getSearchFilterOptionsAdapterFactory = (luvio) => function UiApi__getSearc
|
|
|
29465
29467
|
buildCachedSnapshotCachePolicy$7, buildNetworkSnapshotCachePolicy$8);
|
|
29466
29468
|
};
|
|
29467
29469
|
|
|
29468
|
-
function validate$
|
|
29470
|
+
function validate$r(obj, path = 'DisplayLayoutRepresentation') {
|
|
29469
29471
|
const v_error = (() => {
|
|
29470
29472
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29471
29473
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29486,7 +29488,7 @@ function validate$q(obj, path = 'DisplayLayoutRepresentation') {
|
|
|
29486
29488
|
return v_error === undefined ? null : v_error;
|
|
29487
29489
|
}
|
|
29488
29490
|
|
|
29489
|
-
function validate$
|
|
29491
|
+
function validate$q(obj, path = 'MatchingInfoRepresentation') {
|
|
29490
29492
|
const v_error = (() => {
|
|
29491
29493
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29492
29494
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29507,14 +29509,14 @@ function validate$p(obj, path = 'MatchingInfoRepresentation') {
|
|
|
29507
29509
|
return v_error === undefined ? null : v_error;
|
|
29508
29510
|
}
|
|
29509
29511
|
|
|
29510
|
-
function validate$
|
|
29512
|
+
function validate$p(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
29511
29513
|
const v_error = (() => {
|
|
29512
29514
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29513
29515
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
29514
29516
|
}
|
|
29515
29517
|
const obj_displayLayout = obj.displayLayout;
|
|
29516
29518
|
const path_displayLayout = path + '.displayLayout';
|
|
29517
|
-
const referencepath_displayLayoutValidationError = validate$
|
|
29519
|
+
const referencepath_displayLayoutValidationError = validate$r(obj_displayLayout, path_displayLayout);
|
|
29518
29520
|
if (referencepath_displayLayoutValidationError !== null) {
|
|
29519
29521
|
let message = 'Object doesn\'t match DisplayLayoutRepresentation (at "' + path_displayLayout + '")\n';
|
|
29520
29522
|
message += referencepath_displayLayoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29522,7 +29524,7 @@ function validate$o(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
29522
29524
|
}
|
|
29523
29525
|
const obj_matchingInfo = obj.matchingInfo;
|
|
29524
29526
|
const path_matchingInfo = path + '.matchingInfo';
|
|
29525
|
-
const referencepath_matchingInfoValidationError = validate$
|
|
29527
|
+
const referencepath_matchingInfoValidationError = validate$q(obj_matchingInfo, path_matchingInfo);
|
|
29526
29528
|
if (referencepath_matchingInfoValidationError !== null) {
|
|
29527
29529
|
let message = 'Object doesn\'t match MatchingInfoRepresentation (at "' + path_matchingInfo + '")\n';
|
|
29528
29530
|
message += referencepath_matchingInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29532,14 +29534,14 @@ function validate$o(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
29532
29534
|
return v_error === undefined ? null : v_error;
|
|
29533
29535
|
}
|
|
29534
29536
|
|
|
29535
|
-
function validate$
|
|
29537
|
+
function validate$o(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
29536
29538
|
const v_error = (() => {
|
|
29537
29539
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29538
29540
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
29539
29541
|
}
|
|
29540
29542
|
const obj_fullSearchInfo = obj.fullSearchInfo;
|
|
29541
29543
|
const path_fullSearchInfo = path + '.fullSearchInfo';
|
|
29542
|
-
const referencepath_fullSearchInfoValidationError = validate$
|
|
29544
|
+
const referencepath_fullSearchInfoValidationError = validate$p(obj_fullSearchInfo, path_fullSearchInfo);
|
|
29543
29545
|
if (referencepath_fullSearchInfoValidationError !== null) {
|
|
29544
29546
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_fullSearchInfo + '")\n';
|
|
29545
29547
|
message += referencepath_fullSearchInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29552,7 +29554,7 @@ function validate$n(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
29552
29554
|
}
|
|
29553
29555
|
const obj_suggestionsInfo = obj.suggestionsInfo;
|
|
29554
29556
|
const path_suggestionsInfo = path + '.suggestionsInfo';
|
|
29555
|
-
const referencepath_suggestionsInfoValidationError = validate$
|
|
29557
|
+
const referencepath_suggestionsInfoValidationError = validate$p(obj_suggestionsInfo, path_suggestionsInfo);
|
|
29556
29558
|
if (referencepath_suggestionsInfoValidationError !== null) {
|
|
29557
29559
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_suggestionsInfo + '")\n';
|
|
29558
29560
|
message += referencepath_suggestionsInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29564,7 +29566,7 @@ function validate$n(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
29564
29566
|
|
|
29565
29567
|
const TTL$7 = 30000;
|
|
29566
29568
|
const VERSION$9 = "ab99b79a5e8a78e051ec92b39d76a6bd";
|
|
29567
|
-
function validate$
|
|
29569
|
+
function validate$n(obj, path = 'LookupMetadataRepresentation') {
|
|
29568
29570
|
const v_error = (() => {
|
|
29569
29571
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29570
29572
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29615,7 +29617,7 @@ function validate$m(obj, path = 'LookupMetadataRepresentation') {
|
|
|
29615
29617
|
const key = obj_targetInfo_keys[i];
|
|
29616
29618
|
const obj_targetInfo_prop = obj_targetInfo[key];
|
|
29617
29619
|
const path_targetInfo_prop = path_targetInfo + '["' + key + '"]';
|
|
29618
|
-
const referencepath_targetInfo_propValidationError = validate$
|
|
29620
|
+
const referencepath_targetInfo_propValidationError = validate$o(obj_targetInfo_prop, path_targetInfo_prop);
|
|
29619
29621
|
if (referencepath_targetInfo_propValidationError !== null) {
|
|
29620
29622
|
let message = 'Object doesn\'t match LookupMetadataTargetInfoRepresentation (at "' + path_targetInfo_prop + '")\n';
|
|
29621
29623
|
message += referencepath_targetInfo_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29655,7 +29657,7 @@ function equals$9(existing, incoming) {
|
|
|
29655
29657
|
}
|
|
29656
29658
|
const ingest$5 = function LookupMetadataRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29657
29659
|
if (process.env.NODE_ENV !== 'production') {
|
|
29658
|
-
const validateError = validate$
|
|
29660
|
+
const validateError = validate$n(input);
|
|
29659
29661
|
if (validateError !== null) {
|
|
29660
29662
|
throw validateError;
|
|
29661
29663
|
}
|
|
@@ -29817,7 +29819,7 @@ const getLookupMetadataAdapterFactory = (luvio) => function UiApi__getLookupMeta
|
|
|
29817
29819
|
buildCachedSnapshotCachePolicy$6, buildNetworkSnapshotCachePolicy$7);
|
|
29818
29820
|
};
|
|
29819
29821
|
|
|
29820
|
-
function validate$
|
|
29822
|
+
function validate$m(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
29821
29823
|
const v_error = (() => {
|
|
29822
29824
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29823
29825
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29848,7 +29850,7 @@ function validate$l(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
|
29848
29850
|
return v_error === undefined ? null : v_error;
|
|
29849
29851
|
}
|
|
29850
29852
|
|
|
29851
|
-
function validate$
|
|
29853
|
+
function validate$l(obj, path = 'SearchFilterInputRepresentation') {
|
|
29852
29854
|
const v_error = (() => {
|
|
29853
29855
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29854
29856
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29917,7 +29919,7 @@ function validate$k(obj, path = 'SearchFilterInputRepresentation') {
|
|
|
29917
29919
|
return v_error === undefined ? null : v_error;
|
|
29918
29920
|
}
|
|
29919
29921
|
|
|
29920
|
-
function validate$
|
|
29922
|
+
function validate$k(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
29921
29923
|
const v_error = (() => {
|
|
29922
29924
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29923
29925
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29930,7 +29932,7 @@ function validate$j(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
29930
29932
|
for (let i = 0; i < obj_dataCategories.length; i++) {
|
|
29931
29933
|
const obj_dataCategories_item = obj_dataCategories[i];
|
|
29932
29934
|
const path_dataCategories_item = path_dataCategories + '[' + i + ']';
|
|
29933
|
-
const referencepath_dataCategories_itemValidationError = validate$
|
|
29935
|
+
const referencepath_dataCategories_itemValidationError = validate$m(obj_dataCategories_item, path_dataCategories_item);
|
|
29934
29936
|
if (referencepath_dataCategories_itemValidationError !== null) {
|
|
29935
29937
|
let message = 'Object doesn\'t match SearchDataCategoryInputRepresentation (at "' + path_dataCategories_item + '")\n';
|
|
29936
29938
|
message += referencepath_dataCategories_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29945,7 +29947,7 @@ function validate$j(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
29945
29947
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
29946
29948
|
const obj_filters_item = obj_filters[i];
|
|
29947
29949
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
29948
|
-
const referencepath_filters_itemValidationError = validate$
|
|
29950
|
+
const referencepath_filters_itemValidationError = validate$l(obj_filters_item, path_filters_item);
|
|
29949
29951
|
if (referencepath_filters_itemValidationError !== null) {
|
|
29950
29952
|
let message = 'Object doesn\'t match SearchFilterInputRepresentation (at "' + path_filters_item + '")\n';
|
|
29951
29953
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29956,7 +29958,7 @@ function validate$j(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
29956
29958
|
return v_error === undefined ? null : v_error;
|
|
29957
29959
|
}
|
|
29958
29960
|
|
|
29959
|
-
function validate$
|
|
29961
|
+
function validate$j(obj, path = 'ErrorMessageRepresentation') {
|
|
29960
29962
|
const v_error = (() => {
|
|
29961
29963
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29962
29964
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29996,7 +29998,7 @@ function validate$i(obj, path = 'ErrorMessageRepresentation') {
|
|
|
29996
29998
|
return v_error === undefined ? null : v_error;
|
|
29997
29999
|
}
|
|
29998
30000
|
|
|
29999
|
-
function validate$
|
|
30001
|
+
function validate$i(obj, path = 'SearchResultCollectionRepresentation') {
|
|
30000
30002
|
const v_error = (() => {
|
|
30001
30003
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30002
30004
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30010,7 +30012,7 @@ function validate$h(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
30010
30012
|
const path_error = path + '.error';
|
|
30011
30013
|
let obj_error_union0 = null;
|
|
30012
30014
|
const obj_error_union0_error = (() => {
|
|
30013
|
-
const referencepath_errorValidationError = validate$
|
|
30015
|
+
const referencepath_errorValidationError = validate$j(obj_error, path_error);
|
|
30014
30016
|
if (referencepath_errorValidationError !== null) {
|
|
30015
30017
|
let message = 'Object doesn\'t match ErrorMessageRepresentation (at "' + path_error + '")\n';
|
|
30016
30018
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30074,7 +30076,7 @@ function validate$h(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
30074
30076
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
30075
30077
|
const obj_orderBy_item = obj_orderBy[i];
|
|
30076
30078
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
30077
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
30079
|
+
const referencepath_orderBy_itemValidationError = validate$1W(obj_orderBy_item, path_orderBy_item);
|
|
30078
30080
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
30079
30081
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
30080
30082
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30140,7 +30142,7 @@ function validate$h(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
30140
30142
|
return v_error === undefined ? null : v_error;
|
|
30141
30143
|
}
|
|
30142
30144
|
|
|
30143
|
-
function validate$
|
|
30145
|
+
function validate$h(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
30144
30146
|
const v_error = (() => {
|
|
30145
30147
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30146
30148
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30161,6 +30163,42 @@ function validate$g(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
|
30161
30163
|
return v_error === undefined ? null : v_error;
|
|
30162
30164
|
}
|
|
30163
30165
|
|
|
30166
|
+
function validate$g(obj, path = 'AppliedSearchFilterOutputRepresentation') {
|
|
30167
|
+
const v_error = (() => {
|
|
30168
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30169
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
30170
|
+
}
|
|
30171
|
+
const obj_fieldPath = obj.fieldPath;
|
|
30172
|
+
const path_fieldPath = path + '.fieldPath';
|
|
30173
|
+
if (typeof obj_fieldPath !== 'string') {
|
|
30174
|
+
return new TypeError('Expected "string" but received "' + typeof obj_fieldPath + '" (at "' + path_fieldPath + '")');
|
|
30175
|
+
}
|
|
30176
|
+
const obj_label = obj.label;
|
|
30177
|
+
const path_label = path + '.label';
|
|
30178
|
+
if (typeof obj_label !== 'string') {
|
|
30179
|
+
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
30180
|
+
}
|
|
30181
|
+
const obj_operator = obj.operator;
|
|
30182
|
+
const path_operator = path + '.operator';
|
|
30183
|
+
if (typeof obj_operator !== 'string') {
|
|
30184
|
+
return new TypeError('Expected "string" but received "' + typeof obj_operator + '" (at "' + path_operator + '")');
|
|
30185
|
+
}
|
|
30186
|
+
const obj_values = obj.values;
|
|
30187
|
+
const path_values = path + '.values';
|
|
30188
|
+
if (!ArrayIsArray(obj_values)) {
|
|
30189
|
+
return new TypeError('Expected "array" but received "' + typeof obj_values + '" (at "' + path_values + '")');
|
|
30190
|
+
}
|
|
30191
|
+
for (let i = 0; i < obj_values.length; i++) {
|
|
30192
|
+
const obj_values_item = obj_values[i];
|
|
30193
|
+
const path_values_item = path_values + '[' + i + ']';
|
|
30194
|
+
if (typeof obj_values_item !== 'string') {
|
|
30195
|
+
return new TypeError('Expected "string" but received "' + typeof obj_values_item + '" (at "' + path_values_item + '")');
|
|
30196
|
+
}
|
|
30197
|
+
}
|
|
30198
|
+
})();
|
|
30199
|
+
return v_error === undefined ? null : v_error;
|
|
30200
|
+
}
|
|
30201
|
+
|
|
30164
30202
|
function validate$f(obj, path = 'SearchAnswersRecordRepresentation') {
|
|
30165
30203
|
const v_error = (() => {
|
|
30166
30204
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -30200,6 +30238,21 @@ function validate$e(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
30200
30238
|
if (typeof obj_answerType !== 'string') {
|
|
30201
30239
|
return new TypeError('Expected "string" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
|
|
30202
30240
|
}
|
|
30241
|
+
const obj_appliedFilters = obj.appliedFilters;
|
|
30242
|
+
const path_appliedFilters = path + '.appliedFilters';
|
|
30243
|
+
if (!ArrayIsArray(obj_appliedFilters)) {
|
|
30244
|
+
return new TypeError('Expected "array" but received "' + typeof obj_appliedFilters + '" (at "' + path_appliedFilters + '")');
|
|
30245
|
+
}
|
|
30246
|
+
for (let i = 0; i < obj_appliedFilters.length; i++) {
|
|
30247
|
+
const obj_appliedFilters_item = obj_appliedFilters[i];
|
|
30248
|
+
const path_appliedFilters_item = path_appliedFilters + '[' + i + ']';
|
|
30249
|
+
const referencepath_appliedFilters_itemValidationError = validate$g(obj_appliedFilters_item, path_appliedFilters_item);
|
|
30250
|
+
if (referencepath_appliedFilters_itemValidationError !== null) {
|
|
30251
|
+
let message = 'Object doesn\'t match AppliedSearchFilterOutputRepresentation (at "' + path_appliedFilters_item + '")\n';
|
|
30252
|
+
message += referencepath_appliedFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
30253
|
+
return new TypeError(message);
|
|
30254
|
+
}
|
|
30255
|
+
}
|
|
30203
30256
|
const obj_passage = obj.passage;
|
|
30204
30257
|
const path_passage = path + '.passage';
|
|
30205
30258
|
if (typeof obj_passage !== 'string') {
|
|
@@ -30265,11 +30318,6 @@ function validate$c(obj, path = 'SearchFilterOutputRepresentation') {
|
|
|
30265
30318
|
if (typeof obj_fieldPath !== 'string') {
|
|
30266
30319
|
return new TypeError('Expected "string" but received "' + typeof obj_fieldPath + '" (at "' + path_fieldPath + '")');
|
|
30267
30320
|
}
|
|
30268
|
-
const obj_label = obj.label;
|
|
30269
|
-
const path_label = path + '.label';
|
|
30270
|
-
if (typeof obj_label !== 'string') {
|
|
30271
|
-
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
30272
|
-
}
|
|
30273
30321
|
const obj_operator = obj.operator;
|
|
30274
30322
|
const path_operator = path + '.operator';
|
|
30275
30323
|
if (typeof obj_operator !== 'string') {
|
|
@@ -30367,7 +30415,7 @@ function validate$a(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
30367
30415
|
const path_keywordSearchResults = path + '.keywordSearchResults';
|
|
30368
30416
|
let obj_keywordSearchResults_union0 = null;
|
|
30369
30417
|
const obj_keywordSearchResults_union0_error = (() => {
|
|
30370
|
-
const referencepath_keywordSearchResultsValidationError = validate$
|
|
30418
|
+
const referencepath_keywordSearchResultsValidationError = validate$h(obj_keywordSearchResults, path_keywordSearchResults);
|
|
30371
30419
|
if (referencepath_keywordSearchResultsValidationError !== null) {
|
|
30372
30420
|
let message = 'Object doesn\'t match KeywordSearchResultsRepresentation (at "' + path_keywordSearchResults + '")\n';
|
|
30373
30421
|
message += referencepath_keywordSearchResultsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30580,7 +30628,7 @@ function typeCheckConfig$f(untrustedConfig) {
|
|
|
30580
30628
|
for (let i = 0, arrayLength = untrustedConfig_searchObjectOptions_keys.length; i < arrayLength; i++) {
|
|
30581
30629
|
const key = untrustedConfig_searchObjectOptions_keys[i];
|
|
30582
30630
|
const untrustedConfig_searchObjectOptions_prop = untrustedConfig_searchObjectOptions[key];
|
|
30583
|
-
const referenceSearchObjectOptionsRepresentationValidationError = validate$
|
|
30631
|
+
const referenceSearchObjectOptionsRepresentationValidationError = validate$k(untrustedConfig_searchObjectOptions_prop);
|
|
30584
30632
|
if (referenceSearchObjectOptionsRepresentationValidationError === null) {
|
|
30585
30633
|
if (untrustedConfig_searchObjectOptions_object !== undefined) {
|
|
30586
30634
|
untrustedConfig_searchObjectOptions_object[key] = untrustedConfig_searchObjectOptions_prop;
|
|
@@ -30699,7 +30747,7 @@ function validate$9(obj, path = 'KeywordSearchResultsSummaryRepresentation') {
|
|
|
30699
30747
|
}
|
|
30700
30748
|
const obj_keywordSearchResult = obj.keywordSearchResult;
|
|
30701
30749
|
const path_keywordSearchResult = path + '.keywordSearchResult';
|
|
30702
|
-
const referencepath_keywordSearchResultValidationError = validate$
|
|
30750
|
+
const referencepath_keywordSearchResultValidationError = validate$i(obj_keywordSearchResult, path_keywordSearchResult);
|
|
30703
30751
|
if (referencepath_keywordSearchResultValidationError !== null) {
|
|
30704
30752
|
let message = 'Object doesn\'t match SearchResultCollectionRepresentation (at "' + path_keywordSearchResult + '")\n';
|
|
30705
30753
|
message += referencepath_keywordSearchResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30854,7 +30902,7 @@ function typeCheckConfig$e(untrustedConfig) {
|
|
|
30854
30902
|
const untrustedConfig_filters_array = [];
|
|
30855
30903
|
for (let i = 0, arrayLength = untrustedConfig_filters.length; i < arrayLength; i++) {
|
|
30856
30904
|
const untrustedConfig_filters_item = untrustedConfig_filters[i];
|
|
30857
|
-
const referenceSearchFilterInputRepresentationValidationError = validate$
|
|
30905
|
+
const referenceSearchFilterInputRepresentationValidationError = validate$l(untrustedConfig_filters_item);
|
|
30858
30906
|
if (referenceSearchFilterInputRepresentationValidationError === null) {
|
|
30859
30907
|
untrustedConfig_filters_array.push(untrustedConfig_filters_item);
|
|
30860
30908
|
}
|
|
@@ -32353,7 +32401,7 @@ function validate$6(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
32353
32401
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
32354
32402
|
let obj_recordTypeInfo_union0 = null;
|
|
32355
32403
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
32356
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
32404
|
+
const referencepath_recordTypeInfoValidationError = validate$1N(obj_recordTypeInfo, path_recordTypeInfo);
|
|
32357
32405
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
32358
32406
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
32359
32407
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -35590,4 +35638,4 @@ withDefaultLuvio((luvio) => {
|
|
|
35590
35638
|
});
|
|
35591
35639
|
|
|
35592
35640
|
export { API_NAMESPACE, InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$I as ObjectInfoDirectoryEntryRepresentationType, RepresentationType$N as ObjectInfoRepresentationType, RECORD_FIELDS_KEY_JUNCTION, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RepresentationType$S as RecordRepresentationRepresentationType, TTL$y as RecordRepresentationTTL, RepresentationType$S as RecordRepresentationType, VERSION$18 as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildRecordRepKeyFromId, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createLDSAdapterWithPrediction, createListInfo, createRecord, deleteListInfo, deleteRecord, executeBatchRecordOperations, extractRecordIdFromStoreKey, getActionOverrides, getActionOverrides_imperative, getAllApps, getAllApps_imperative, getAppDetails, getAppDetails_imperative, getDuplicateConfiguration, getDuplicateConfiguration_imperative, getDuplicates, getDuplicates_imperative, getFlexipageFormulaOverrides, getFlexipageFormulaOverrides_imperative, getGlobalActions, getGlobalActions_imperative, getKeywordSearchResults, getKeywordSearchResults_imperative, getLayout, getLayoutUserState, getLayoutUserState_imperative, getLayout_imperative, getListInfoByName, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListObjectInfo, getListObjectInfo_imperative, getListPreferences, getListPreferences_imperative, getListRecordsByName, getListRecordsByName_imperative, getListUi, getListUi_imperative, getLookupActions, getLookupActions_imperative, getLookupMetadata, getLookupMetadata_imperative, getLookupRecords, getLookupRecords_imperative, getNavItems, getNavItems_imperative, getObjectCreateActions, getObjectCreateActions_imperative, getObjectInfo, getObjectInfoAdapterFactory, getObjectInfoDirectoryAdapterFactory, getObjectInfo_imperative, getObjectInfos, getObjectInfosAdapterFactory, getObjectInfos_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionLayout, getQuickActionLayout_imperative, getRecord, getRecordActions, getRecordActionsAdapterFactory, getRecordActions_imperative, factory$f as getRecordAdapterFactory, getRecordAvatars, getRecordAvatarsAdapterFactory, getRecordAvatars_imperative, getRecordCreateDefaults, getRecordCreateDefaults_imperative, getRecordEditActions, getRecordEditActions_imperative, getRecordId18, getRecordNotifyChange, getRecordTemplateClone, getRecordTemplateClone_imperative, getRecordTemplateCreate, getRecordTemplateCreate_imperative, getRecordUi, getRecordUi_imperative, getRecord_imperative, getRecords, getRecordsAdapterFactory, getRecords_imperative, getRelatedListActions, getRelatedListActions_imperative, getRelatedListCount, getRelatedListCount_imperative, getRelatedListInfo, getRelatedListInfoBatch, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsBatch, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$U as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$G as ingestObjectInfo, ingest$A as ingestQuickActionExecutionRepresentation, ingest$L as ingestRecord, instrument, isStoreKeyRecordViewEntity, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$A as keyBuilderFromTypeRecordRepresentation, keyBuilder$1R as keyBuilderObjectInfo, keyBuilder$1K as keyBuilderQuickActionExecutionRepresentation, keyBuilder$20 as keyBuilderRecord, notifyListInfoUpdateAvailable, notifyListViewSummaryUpdateAvailable, notifyQuickActionDefaultsUpdateAvailable, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, registerPrefetcher, updateLayoutUserState, updateListInfoByName, updateListPreferences, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
|
|
35593
|
-
// version: 1.266.0-
|
|
35641
|
+
// version: 1.266.0-dev6-769774ed6
|