@salesforce/lds-adapters-uiapi 1.266.0-dev3 → 1.266.0-dev5
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 +299 -253
- package/package.json +6 -6
- package/sfdc/graphqlAdapters.js +1 -1
- package/sfdc/index.js +300 -254
- 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
|
}
|
|
@@ -6326,7 +6326,7 @@ function tokenForAtMost(paginationMetadata, maxOffset) {
|
|
|
6326
6326
|
|
|
6327
6327
|
const TTL$x = 30000;
|
|
6328
6328
|
const VERSION$16 = "b8270d0d7a5953587f98a9625cad85db";
|
|
6329
|
-
function validate$
|
|
6329
|
+
function validate$1J(obj, path = 'ListRecordCollectionRepresentation') {
|
|
6330
6330
|
const v_error = (() => {
|
|
6331
6331
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
6332
6332
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -6386,7 +6386,7 @@ function validate$1I(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
6386
6386
|
}
|
|
6387
6387
|
const obj_listReference = obj.listReference;
|
|
6388
6388
|
const path_listReference = path + '.listReference';
|
|
6389
|
-
const referencepath_listReferenceValidationError = validate$
|
|
6389
|
+
const referencepath_listReferenceValidationError = validate$1Z(obj_listReference, path_listReference);
|
|
6390
6390
|
if (referencepath_listReferenceValidationError !== null) {
|
|
6391
6391
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
6392
6392
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6925,7 +6925,7 @@ function equals$Y(existing, incoming) {
|
|
|
6925
6925
|
}
|
|
6926
6926
|
const ingest$K = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
6927
6927
|
if (process.env.NODE_ENV !== 'production') {
|
|
6928
|
-
const validateError = validate$
|
|
6928
|
+
const validateError = validate$1J(input);
|
|
6929
6929
|
if (validateError !== null) {
|
|
6930
6930
|
throw validateError;
|
|
6931
6931
|
}
|
|
@@ -7018,7 +7018,7 @@ function getTypeCacheKeys$R(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
7018
7018
|
}
|
|
7019
7019
|
|
|
7020
7020
|
const VERSION$15 = "cf8d2eb042188974da26ffe6618cfd07";
|
|
7021
|
-
function validate$
|
|
7021
|
+
function validate$1I(obj, path = 'ListUiRepresentation') {
|
|
7022
7022
|
const v_error = (() => {
|
|
7023
7023
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7024
7024
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7124,7 +7124,7 @@ function equals$X(existing, incoming) {
|
|
|
7124
7124
|
}
|
|
7125
7125
|
const ingest$J = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7126
7126
|
if (process.env.NODE_ENV !== 'production') {
|
|
7127
|
-
const validateError = validate$
|
|
7127
|
+
const validateError = validate$1I(input);
|
|
7128
7128
|
if (validateError !== null) {
|
|
7129
7129
|
throw validateError;
|
|
7130
7130
|
}
|
|
@@ -7664,7 +7664,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
7664
7664
|
}
|
|
7665
7665
|
|
|
7666
7666
|
const VERSION$14 = "3529c5f7d0eb2206c90a52c6d9f721d4";
|
|
7667
|
-
function validate$
|
|
7667
|
+
function validate$1H(obj, path = 'ListViewSummaryRepresentation') {
|
|
7668
7668
|
const v_error = (() => {
|
|
7669
7669
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7670
7670
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7776,7 +7776,7 @@ function equals$W(existing, incoming) {
|
|
|
7776
7776
|
}
|
|
7777
7777
|
const ingest$I = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7778
7778
|
if (process.env.NODE_ENV !== 'production') {
|
|
7779
|
-
const validateError = validate$
|
|
7779
|
+
const validateError = validate$1H(input);
|
|
7780
7780
|
if (validateError !== null) {
|
|
7781
7781
|
throw validateError;
|
|
7782
7782
|
}
|
|
@@ -7797,7 +7797,7 @@ function getTypeCacheKeys$P(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
7797
7797
|
}
|
|
7798
7798
|
|
|
7799
7799
|
const VERSION$13 = "f4c79fe066da3558499d5ee88c72abcd";
|
|
7800
|
-
function validate$
|
|
7800
|
+
function validate$1G(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
7801
7801
|
const v_error = (() => {
|
|
7802
7802
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7803
7803
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8181,7 +8181,7 @@ function equals$V(existing, incoming) {
|
|
|
8181
8181
|
}
|
|
8182
8182
|
const ingest$H = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8183
8183
|
if (process.env.NODE_ENV !== 'production') {
|
|
8184
|
-
const validateError = validate$
|
|
8184
|
+
const validateError = validate$1G(input);
|
|
8185
8185
|
if (validateError !== null) {
|
|
8186
8186
|
throw validateError;
|
|
8187
8187
|
}
|
|
@@ -9345,7 +9345,7 @@ const factory$h = (luvio) => {
|
|
|
9345
9345
|
}, { contextId: contextId$5 });
|
|
9346
9346
|
};
|
|
9347
9347
|
|
|
9348
|
-
function validate$
|
|
9348
|
+
function validate$1F(obj, path = 'ChildRelationshipRepresentation') {
|
|
9349
9349
|
const v_error = (() => {
|
|
9350
9350
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9351
9351
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9393,7 +9393,7 @@ function validate$1E(obj, path = 'ChildRelationshipRepresentation') {
|
|
|
9393
9393
|
return v_error === undefined ? null : v_error;
|
|
9394
9394
|
}
|
|
9395
9395
|
|
|
9396
|
-
function validate$
|
|
9396
|
+
function validate$1E(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
9397
9397
|
const v_error = (() => {
|
|
9398
9398
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9399
9399
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9424,7 +9424,7 @@ function validate$1D(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
|
9424
9424
|
return v_error === undefined ? null : v_error;
|
|
9425
9425
|
}
|
|
9426
9426
|
|
|
9427
|
-
function validate$
|
|
9427
|
+
function validate$1D(obj, path = 'ReferenceToInfoRepresentation') {
|
|
9428
9428
|
const v_error = (() => {
|
|
9429
9429
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9430
9430
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9450,7 +9450,7 @@ function validate$1C(obj, path = 'ReferenceToInfoRepresentation') {
|
|
|
9450
9450
|
return v_error === undefined ? null : v_error;
|
|
9451
9451
|
}
|
|
9452
9452
|
|
|
9453
|
-
function validate$
|
|
9453
|
+
function validate$1C(obj, path = 'FieldRepresentation') {
|
|
9454
9454
|
const v_error = (() => {
|
|
9455
9455
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9456
9456
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9610,7 +9610,7 @@ function validate$1B(obj, path = 'FieldRepresentation') {
|
|
|
9610
9610
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
9611
9611
|
let obj_filteredLookupInfo_union0 = null;
|
|
9612
9612
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
9613
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
9613
|
+
const referencepath_filteredLookupInfoValidationError = validate$1E(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
9614
9614
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
9615
9615
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
9616
9616
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9735,7 +9735,7 @@ function validate$1B(obj, path = 'FieldRepresentation') {
|
|
|
9735
9735
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
9736
9736
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
9737
9737
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
9738
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
9738
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1D(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
9739
9739
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
9740
9740
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
9741
9741
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9802,7 +9802,7 @@ function validate$1B(obj, path = 'FieldRepresentation') {
|
|
|
9802
9802
|
return v_error === undefined ? null : v_error;
|
|
9803
9803
|
}
|
|
9804
9804
|
|
|
9805
|
-
function validate$
|
|
9805
|
+
function validate$1B(obj, path = 'ThemeInfoRepresentation') {
|
|
9806
9806
|
const v_error = (() => {
|
|
9807
9807
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9808
9808
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9844,7 +9844,7 @@ function validate$1A(obj, path = 'ThemeInfoRepresentation') {
|
|
|
9844
9844
|
|
|
9845
9845
|
const TTL$w = 900000;
|
|
9846
9846
|
const VERSION$12 = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
9847
|
-
function validate$
|
|
9847
|
+
function validate$1A(obj, path = 'ObjectInfoRepresentation') {
|
|
9848
9848
|
const v_error = (() => {
|
|
9849
9849
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9850
9850
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9914,7 +9914,7 @@ function validate$1z(obj, path = 'ObjectInfoRepresentation') {
|
|
|
9914
9914
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
9915
9915
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
9916
9916
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
9917
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
9917
|
+
const referencepath_childRelationships_itemValidationError = validate$1F(obj_childRelationships_item, path_childRelationships_item);
|
|
9918
9918
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
9919
9919
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
9920
9920
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9996,7 +9996,7 @@ function validate$1z(obj, path = 'ObjectInfoRepresentation') {
|
|
|
9996
9996
|
const key = obj_fields_keys[i];
|
|
9997
9997
|
const obj_fields_prop = obj_fields[key];
|
|
9998
9998
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
9999
|
-
const referencepath_fields_propValidationError = validate$
|
|
9999
|
+
const referencepath_fields_propValidationError = validate$1C(obj_fields_prop, path_fields_prop);
|
|
10000
10000
|
if (referencepath_fields_propValidationError !== null) {
|
|
10001
10001
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
10002
10002
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10076,7 +10076,7 @@ function validate$1z(obj, path = 'ObjectInfoRepresentation') {
|
|
|
10076
10076
|
const key = obj_recordTypeInfos_keys[i];
|
|
10077
10077
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
10078
10078
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
10079
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
10079
|
+
const referencepath_recordTypeInfos_propValidationError = validate$1N(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
10080
10080
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
10081
10081
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
10082
10082
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10092,7 +10092,7 @@ function validate$1z(obj, path = 'ObjectInfoRepresentation') {
|
|
|
10092
10092
|
const path_themeInfo = path + '.themeInfo';
|
|
10093
10093
|
let obj_themeInfo_union0 = null;
|
|
10094
10094
|
const obj_themeInfo_union0_error = (() => {
|
|
10095
|
-
const referencepath_themeInfoValidationError = validate$
|
|
10095
|
+
const referencepath_themeInfoValidationError = validate$1B(obj_themeInfo, path_themeInfo);
|
|
10096
10096
|
if (referencepath_themeInfoValidationError !== null) {
|
|
10097
10097
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
10098
10098
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10251,7 +10251,7 @@ function equals$U(existing, incoming) {
|
|
|
10251
10251
|
}
|
|
10252
10252
|
const ingest$G = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10253
10253
|
if (process.env.NODE_ENV !== 'production') {
|
|
10254
|
-
const validateError = validate$
|
|
10254
|
+
const validateError = validate$1A(input);
|
|
10255
10255
|
if (validateError !== null) {
|
|
10256
10256
|
throw validateError;
|
|
10257
10257
|
}
|
|
@@ -10412,7 +10412,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
10412
10412
|
buildCachedSnapshotCachePolicy$L, buildNetworkSnapshotCachePolicy$M);
|
|
10413
10413
|
};
|
|
10414
10414
|
|
|
10415
|
-
function validate$
|
|
10415
|
+
function validate$1z(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
10416
10416
|
const v_error = (() => {
|
|
10417
10417
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10418
10418
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10460,7 +10460,7 @@ var DiscriminatorValues$5;
|
|
|
10460
10460
|
DiscriminatorValues["Field"] = "Field";
|
|
10461
10461
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
10462
10462
|
})(DiscriminatorValues$5 || (DiscriminatorValues$5 = {}));
|
|
10463
|
-
function validate$
|
|
10463
|
+
function validate$1y(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
10464
10464
|
const v_error = (() => {
|
|
10465
10465
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10466
10466
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10500,7 +10500,7 @@ function validate$1x(obj, path = 'AbstractRecordLayoutComponentRepresentation')
|
|
|
10500
10500
|
return v_error === undefined ? null : v_error;
|
|
10501
10501
|
}
|
|
10502
10502
|
|
|
10503
|
-
function validate$
|
|
10503
|
+
function validate$1x(obj, path = 'RecordLayoutItemRepresentation') {
|
|
10504
10504
|
const v_error = (() => {
|
|
10505
10505
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10506
10506
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10528,7 +10528,7 @@ function validate$1w(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
10528
10528
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
10529
10529
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
10530
10530
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
10531
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
10531
|
+
const referencepath_layoutComponents_itemValidationError = validate$1y(obj_layoutComponents_item, path_layoutComponents_item);
|
|
10532
10532
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
10533
10533
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
10534
10534
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10575,7 +10575,7 @@ function validate$1w(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
10575
10575
|
return v_error === undefined ? null : v_error;
|
|
10576
10576
|
}
|
|
10577
10577
|
|
|
10578
|
-
function validate$
|
|
10578
|
+
function validate$1w(obj, path = 'RecordLayoutRowRepresentation') {
|
|
10579
10579
|
const v_error = (() => {
|
|
10580
10580
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10581
10581
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10588,7 +10588,7 @@ function validate$1v(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
10588
10588
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
10589
10589
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
10590
10590
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
10591
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
10591
|
+
const referencepath_layoutItems_itemValidationError = validate$1x(obj_layoutItems_item, path_layoutItems_item);
|
|
10592
10592
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
10593
10593
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
10594
10594
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10599,7 +10599,7 @@ function validate$1v(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
10599
10599
|
return v_error === undefined ? null : v_error;
|
|
10600
10600
|
}
|
|
10601
10601
|
|
|
10602
|
-
function validate$
|
|
10602
|
+
function validate$1v(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
10603
10603
|
const v_error = (() => {
|
|
10604
10604
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10605
10605
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10674,7 +10674,7 @@ function validate$1u(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
10674
10674
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
10675
10675
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
10676
10676
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
10677
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
10677
|
+
const referencepath_layoutRows_itemValidationError = validate$1w(obj_layoutRows_item, path_layoutRows_item);
|
|
10678
10678
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
10679
10679
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
10680
10680
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10697,7 +10697,7 @@ function validate$1u(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
10697
10697
|
|
|
10698
10698
|
const TTL$v = 900000;
|
|
10699
10699
|
const VERSION$11 = "fb515e25a89ca1ec154dc865e72b913a";
|
|
10700
|
-
function validate$
|
|
10700
|
+
function validate$1u(obj, path = 'RecordLayoutRepresentation') {
|
|
10701
10701
|
const v_error = (() => {
|
|
10702
10702
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10703
10703
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10803,7 +10803,7 @@ function validate$1t(obj, path = 'RecordLayoutRepresentation') {
|
|
|
10803
10803
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
10804
10804
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
10805
10805
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
10806
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
10806
|
+
const referencepath_saveOptions_itemValidationError = validate$1z(obj_saveOptions_item, path_saveOptions_item);
|
|
10807
10807
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
10808
10808
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
10809
10809
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10818,7 +10818,7 @@ function validate$1t(obj, path = 'RecordLayoutRepresentation') {
|
|
|
10818
10818
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
10819
10819
|
const obj_sections_item = obj_sections[i];
|
|
10820
10820
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
10821
|
-
const referencepath_sections_itemValidationError = validate$
|
|
10821
|
+
const referencepath_sections_itemValidationError = validate$1v(obj_sections_item, path_sections_item);
|
|
10822
10822
|
if (referencepath_sections_itemValidationError !== null) {
|
|
10823
10823
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
10824
10824
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10893,7 +10893,7 @@ function equals$T(existing, incoming) {
|
|
|
10893
10893
|
}
|
|
10894
10894
|
const ingest$F = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10895
10895
|
if (process.env.NODE_ENV !== 'production') {
|
|
10896
|
-
const validateError = validate$
|
|
10896
|
+
const validateError = validate$1u(input);
|
|
10897
10897
|
if (validateError !== null) {
|
|
10898
10898
|
throw validateError;
|
|
10899
10899
|
}
|
|
@@ -10935,7 +10935,7 @@ function getRecordId18Array(value) {
|
|
|
10935
10935
|
return dedupe(array).sort();
|
|
10936
10936
|
}
|
|
10937
10937
|
|
|
10938
|
-
function validate$
|
|
10938
|
+
function validate$1t(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
10939
10939
|
const v_error = (() => {
|
|
10940
10940
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10941
10941
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10956,7 +10956,7 @@ function validate$1s(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
10956
10956
|
|
|
10957
10957
|
const TTL$u = 900000;
|
|
10958
10958
|
const VERSION$10 = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
10959
|
-
function validate$
|
|
10959
|
+
function validate$1s(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
10960
10960
|
const v_error = (() => {
|
|
10961
10961
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10962
10962
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10996,7 +10996,7 @@ function validate$1r(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
10996
10996
|
const key = obj_sectionUserStates_keys[i];
|
|
10997
10997
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
10998
10998
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
10999
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
10999
|
+
const referencepath_sectionUserStates_propValidationError = validate$1t(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
11000
11000
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
11001
11001
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
11002
11002
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11053,7 +11053,7 @@ function equals$S(existing, incoming) {
|
|
|
11053
11053
|
}
|
|
11054
11054
|
const ingest$E = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11055
11055
|
if (process.env.NODE_ENV !== 'production') {
|
|
11056
|
-
const validateError = validate$
|
|
11056
|
+
const validateError = validate$1s(input);
|
|
11057
11057
|
if (validateError !== null) {
|
|
11058
11058
|
throw validateError;
|
|
11059
11059
|
}
|
|
@@ -11075,7 +11075,7 @@ function getTypeCacheKeys$L(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
11075
11075
|
|
|
11076
11076
|
const TTL$t = 900000;
|
|
11077
11077
|
const VERSION$$ = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
11078
|
-
function validate$
|
|
11078
|
+
function validate$1r(obj, path = 'RecordUiRepresentation') {
|
|
11079
11079
|
const v_error = (() => {
|
|
11080
11080
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11081
11081
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11337,7 +11337,7 @@ function equals$R(existing, incoming) {
|
|
|
11337
11337
|
}
|
|
11338
11338
|
const ingest$D = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11339
11339
|
if (process.env.NODE_ENV !== 'production') {
|
|
11340
|
-
const validateError = validate$
|
|
11340
|
+
const validateError = validate$1r(input);
|
|
11341
11341
|
if (validateError !== null) {
|
|
11342
11342
|
throw validateError;
|
|
11343
11343
|
}
|
|
@@ -12469,7 +12469,7 @@ const notifyUpdateAvailableFactory$1 = (luvio) => {
|
|
|
12469
12469
|
};
|
|
12470
12470
|
|
|
12471
12471
|
const VERSION$_ = "4aa37812ee37c752a099b29026217c85";
|
|
12472
|
-
function validate$
|
|
12472
|
+
function validate$1q(obj, path = 'ObjectInfoDirectoryEntryRepresentation') {
|
|
12473
12473
|
const v_error = (() => {
|
|
12474
12474
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12475
12475
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12622,7 +12622,7 @@ function equals$Q(existing, incoming) {
|
|
|
12622
12622
|
}
|
|
12623
12623
|
const ingest$C = function ObjectInfoDirectoryEntryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12624
12624
|
if (process.env.NODE_ENV !== 'production') {
|
|
12625
|
-
const validateError = validate$
|
|
12625
|
+
const validateError = validate$1q(input);
|
|
12626
12626
|
if (validateError !== null) {
|
|
12627
12627
|
throw validateError;
|
|
12628
12628
|
}
|
|
@@ -12643,7 +12643,7 @@ function getTypeCacheKeys$K(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
12643
12643
|
}
|
|
12644
12644
|
|
|
12645
12645
|
const VERSION$Z = "37fd8c0154ee743c9defbf03e9b4b067";
|
|
12646
|
-
function validate$
|
|
12646
|
+
function validate$1p(obj, path = 'ObjectInfoDirectoryRepresentation') {
|
|
12647
12647
|
const v_error = (() => {
|
|
12648
12648
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12649
12649
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12718,7 +12718,7 @@ function equals$P(existing, incoming) {
|
|
|
12718
12718
|
}
|
|
12719
12719
|
const ingest$B = function ObjectInfoDirectoryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12720
12720
|
if (process.env.NODE_ENV !== 'production') {
|
|
12721
|
-
const validateError = validate$
|
|
12721
|
+
const validateError = validate$1p(input);
|
|
12722
12722
|
if (validateError !== null) {
|
|
12723
12723
|
throw validateError;
|
|
12724
12724
|
}
|
|
@@ -12746,7 +12746,7 @@ function getTypeCacheKeys$J(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
12746
12746
|
}
|
|
12747
12747
|
|
|
12748
12748
|
const VERSION$Y = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
12749
|
-
function validate$
|
|
12749
|
+
function validate$1o(obj, path = 'QuickActionExecutionRepresentation') {
|
|
12750
12750
|
const v_error = (() => {
|
|
12751
12751
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12752
12752
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12919,7 +12919,7 @@ function equals$O(existing, incoming) {
|
|
|
12919
12919
|
}
|
|
12920
12920
|
const ingest$A = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12921
12921
|
if (process.env.NODE_ENV !== 'production') {
|
|
12922
|
-
const validateError = validate$
|
|
12922
|
+
const validateError = validate$1o(input);
|
|
12923
12923
|
if (validateError !== null) {
|
|
12924
12924
|
throw validateError;
|
|
12925
12925
|
}
|
|
@@ -12941,7 +12941,7 @@ function getTypeCacheKeys$I(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
12941
12941
|
|
|
12942
12942
|
const TTL$s = 900000;
|
|
12943
12943
|
const VERSION$X = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
12944
|
-
function validate$
|
|
12944
|
+
function validate$1n(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
12945
12945
|
const v_error = (() => {
|
|
12946
12946
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12947
12947
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13120,7 +13120,7 @@ function coerceFormFactor(form) {
|
|
|
13120
13120
|
}
|
|
13121
13121
|
|
|
13122
13122
|
const VERSION$W = "3f49d751896cf66e6e29788d8880e2cc";
|
|
13123
|
-
function validate$
|
|
13123
|
+
function validate$1m(obj, path = 'PlatformActionRepresentation') {
|
|
13124
13124
|
const v_error = (() => {
|
|
13125
13125
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13126
13126
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13652,7 +13652,7 @@ function equals$M(existing, incoming) {
|
|
|
13652
13652
|
}
|
|
13653
13653
|
const ingest$z = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13654
13654
|
if (process.env.NODE_ENV !== 'production') {
|
|
13655
|
-
const validateError = validate$
|
|
13655
|
+
const validateError = validate$1m(input);
|
|
13656
13656
|
if (validateError !== null) {
|
|
13657
13657
|
throw validateError;
|
|
13658
13658
|
}
|
|
@@ -13673,7 +13673,7 @@ function getTypeCacheKeys$G(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
13673
13673
|
}
|
|
13674
13674
|
|
|
13675
13675
|
const VERSION$V = "378d506f563a4bd724b322d440df33d1";
|
|
13676
|
-
function validate$
|
|
13676
|
+
function validate$1l(obj, path = 'EntityActionRepresentation') {
|
|
13677
13677
|
const v_error = (() => {
|
|
13678
13678
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13679
13679
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13787,7 +13787,7 @@ function equals$L(existing, incoming) {
|
|
|
13787
13787
|
}
|
|
13788
13788
|
const ingest$y = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13789
13789
|
if (process.env.NODE_ENV !== 'production') {
|
|
13790
|
-
const validateError = validate$
|
|
13790
|
+
const validateError = validate$1l(input);
|
|
13791
13791
|
if (validateError !== null) {
|
|
13792
13792
|
throw validateError;
|
|
13793
13793
|
}
|
|
@@ -13813,7 +13813,7 @@ function getTypeCacheKeys$F(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
13813
13813
|
|
|
13814
13814
|
const TTL$r = 300000;
|
|
13815
13815
|
const VERSION$U = "e485d96c1402a9ca2f56e56485af0216";
|
|
13816
|
-
function validate$
|
|
13816
|
+
function validate$1k(obj, path = 'ActionRepresentation') {
|
|
13817
13817
|
const v_error = (() => {
|
|
13818
13818
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13819
13819
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13911,7 +13911,7 @@ function equals$K(existing, incoming) {
|
|
|
13911
13911
|
}
|
|
13912
13912
|
const ingest$x = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13913
13913
|
if (process.env.NODE_ENV !== 'production') {
|
|
13914
|
-
const validateError = validate$
|
|
13914
|
+
const validateError = validate$1k(input);
|
|
13915
13915
|
if (validateError !== null) {
|
|
13916
13916
|
throw validateError;
|
|
13917
13917
|
}
|
|
@@ -14083,7 +14083,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
|
|
|
14083
14083
|
|
|
14084
14084
|
const TTL$q = 900000;
|
|
14085
14085
|
const VERSION$T = "35f3eec8ce7f6001c6d5d17821b75bb9";
|
|
14086
|
-
function validate$
|
|
14086
|
+
function validate$1j(obj, path = 'QuickActionLayoutRepresentation') {
|
|
14087
14087
|
const v_error = (() => {
|
|
14088
14088
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14089
14089
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14100,7 +14100,7 @@ function validate$1i(obj, path = 'QuickActionLayoutRepresentation') {
|
|
|
14100
14100
|
}
|
|
14101
14101
|
const obj_layout = obj.layout;
|
|
14102
14102
|
const path_layout = path + '.layout';
|
|
14103
|
-
const referencepath_layoutValidationError = validate$
|
|
14103
|
+
const referencepath_layoutValidationError = validate$1u(obj_layout, path_layout);
|
|
14104
14104
|
if (referencepath_layoutValidationError !== null) {
|
|
14105
14105
|
let message = 'Object doesn\'t match RecordLayoutRepresentation (at "' + path_layout + '")\n';
|
|
14106
14106
|
message += referencepath_layoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -14150,7 +14150,7 @@ function equals$J(existing, incoming) {
|
|
|
14150
14150
|
}
|
|
14151
14151
|
const ingest$w = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14152
14152
|
if (process.env.NODE_ENV !== 'production') {
|
|
14153
|
-
const validateError = validate$
|
|
14153
|
+
const validateError = validate$1j(input);
|
|
14154
14154
|
if (validateError !== null) {
|
|
14155
14155
|
throw validateError;
|
|
14156
14156
|
}
|
|
@@ -14627,7 +14627,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
14627
14627
|
};
|
|
14628
14628
|
|
|
14629
14629
|
const VERSION$S = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
14630
|
-
function validate$
|
|
14630
|
+
function validate$1i(obj, path = 'ActionOverrideRepresentation') {
|
|
14631
14631
|
const v_error = (() => {
|
|
14632
14632
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14633
14633
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14660,7 +14660,7 @@ function equals$I(existing, incoming) {
|
|
|
14660
14660
|
}
|
|
14661
14661
|
const ingest$v = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14662
14662
|
if (process.env.NODE_ENV !== 'production') {
|
|
14663
|
-
const validateError = validate$
|
|
14663
|
+
const validateError = validate$1i(input);
|
|
14664
14664
|
if (validateError !== null) {
|
|
14665
14665
|
throw validateError;
|
|
14666
14666
|
}
|
|
@@ -14815,7 +14815,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
|
|
|
14815
14815
|
buildCachedSnapshotCachePolicy$G, buildNetworkSnapshotCachePolicy$H);
|
|
14816
14816
|
};
|
|
14817
14817
|
|
|
14818
|
-
function validate$
|
|
14818
|
+
function validate$1h(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
14819
14819
|
const v_error = (() => {
|
|
14820
14820
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14821
14821
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14853,7 +14853,7 @@ function validate$1g(obj, path = 'FormulaOverridesInfoRepresentation') {
|
|
|
14853
14853
|
|
|
14854
14854
|
const TTL$p = 300000;
|
|
14855
14855
|
const VERSION$R = "c57b66c259b23683db7b763e132e8633";
|
|
14856
|
-
function validate$
|
|
14856
|
+
function validate$1g(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
14857
14857
|
const v_error = (() => {
|
|
14858
14858
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14859
14859
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14874,7 +14874,7 @@ function validate$1f(obj, path = 'FlexipageFormulaActivationRepresentation') {
|
|
|
14874
14874
|
for (let i = 0; i < obj_activations_prop.length; i++) {
|
|
14875
14875
|
const obj_activations_prop_item = obj_activations_prop[i];
|
|
14876
14876
|
const path_activations_prop_item = path_activations_prop + '[' + i + ']';
|
|
14877
|
-
const referencepath_activations_prop_itemValidationError = validate$
|
|
14877
|
+
const referencepath_activations_prop_itemValidationError = validate$1h(obj_activations_prop_item, path_activations_prop_item);
|
|
14878
14878
|
if (referencepath_activations_prop_itemValidationError !== null) {
|
|
14879
14879
|
let message = 'Object doesn\'t match FormulaOverridesInfoRepresentation (at "' + path_activations_prop_item + '")\n';
|
|
14880
14880
|
message += referencepath_activations_prop_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -14918,7 +14918,7 @@ function equals$H(existing, incoming) {
|
|
|
14918
14918
|
}
|
|
14919
14919
|
const ingest$u = function FlexipageFormulaActivationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14920
14920
|
if (process.env.NODE_ENV !== 'production') {
|
|
14921
|
-
const validateError = validate$
|
|
14921
|
+
const validateError = validate$1g(input);
|
|
14922
14922
|
if (validateError !== null) {
|
|
14923
14923
|
throw validateError;
|
|
14924
14924
|
}
|
|
@@ -15101,7 +15101,7 @@ function merge$1(existing, incoming) {
|
|
|
15101
15101
|
const dynamicIngest$4 = (ingestParams) => {
|
|
15102
15102
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15103
15103
|
if (process.env.NODE_ENV !== 'production') {
|
|
15104
|
-
const validateError = validate$
|
|
15104
|
+
const validateError = validate$1n(input);
|
|
15105
15105
|
if (validateError !== null) {
|
|
15106
15106
|
throw validateError;
|
|
15107
15107
|
}
|
|
@@ -15610,7 +15610,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
15610
15610
|
buildCachedSnapshotCachePolicy$C, buildNetworkSnapshotCachePolicy$D);
|
|
15611
15611
|
};
|
|
15612
15612
|
|
|
15613
|
-
function validate$
|
|
15613
|
+
function validate$1f(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
15614
15614
|
const v_error = (() => {
|
|
15615
15615
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15616
15616
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16036,7 +16036,7 @@ function typeCheckConfig$R(untrustedConfig) {
|
|
|
16036
16036
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
16037
16037
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
16038
16038
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
16039
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
16039
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$1f(untrustedConfig_relatedListsActionParameters_item);
|
|
16040
16040
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
16041
16041
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
16042
16042
|
}
|
|
@@ -16354,7 +16354,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
16354
16354
|
};
|
|
16355
16355
|
|
|
16356
16356
|
const VERSION$Q = "a316b3bba367f54adc67d7552ed7d36d";
|
|
16357
|
-
function validate$
|
|
16357
|
+
function validate$1e(obj, path = 'PageReferenceRepresentation') {
|
|
16358
16358
|
const v_error = (() => {
|
|
16359
16359
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16360
16360
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16415,7 +16415,7 @@ function equals$G(existing, incoming) {
|
|
|
16415
16415
|
}
|
|
16416
16416
|
const ingest$t = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16417
16417
|
if (process.env.NODE_ENV !== 'production') {
|
|
16418
|
-
const validateError = validate$
|
|
16418
|
+
const validateError = validate$1e(input);
|
|
16419
16419
|
if (validateError !== null) {
|
|
16420
16420
|
throw validateError;
|
|
16421
16421
|
}
|
|
@@ -16437,7 +16437,7 @@ function getTypeCacheKeys$A(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
16437
16437
|
|
|
16438
16438
|
const TTL$o = 120000;
|
|
16439
16439
|
const VERSION$P = "09884ca5bf90ea4662092a4e48817081";
|
|
16440
|
-
function validate$
|
|
16440
|
+
function validate$1d(obj, path = 'NavItemRepresentation') {
|
|
16441
16441
|
const v_error = (() => {
|
|
16442
16442
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16443
16443
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16829,7 +16829,7 @@ function equals$F(existing, incoming) {
|
|
|
16829
16829
|
}
|
|
16830
16830
|
const ingest$s = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16831
16831
|
if (process.env.NODE_ENV !== 'production') {
|
|
16832
|
-
const validateError = validate$
|
|
16832
|
+
const validateError = validate$1d(input);
|
|
16833
16833
|
if (validateError !== null) {
|
|
16834
16834
|
throw validateError;
|
|
16835
16835
|
}
|
|
@@ -16854,7 +16854,7 @@ function getTypeCacheKeys$z(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
16854
16854
|
|
|
16855
16855
|
const TTL$n = 300000;
|
|
16856
16856
|
const VERSION$O = "1781f2d3d4e413cf0c681774d82d02cd";
|
|
16857
|
-
function validate$
|
|
16857
|
+
function validate$1c(obj, path = 'AppRepresentation') {
|
|
16858
16858
|
const v_error = (() => {
|
|
16859
16859
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16860
16860
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17296,7 +17296,7 @@ function equals$E(existing, incoming) {
|
|
|
17296
17296
|
}
|
|
17297
17297
|
const ingest$r = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17298
17298
|
if (process.env.NODE_ENV !== 'production') {
|
|
17299
|
-
const validateError = validate$
|
|
17299
|
+
const validateError = validate$1c(input);
|
|
17300
17300
|
if (validateError !== null) {
|
|
17301
17301
|
throw validateError;
|
|
17302
17302
|
}
|
|
@@ -17326,7 +17326,7 @@ function getTypeCacheKeys$y(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
17326
17326
|
|
|
17327
17327
|
const TTL$m = 300000;
|
|
17328
17328
|
const VERSION$N = "a254babf0b6414315db7808a157fd9fc";
|
|
17329
|
-
function validate$
|
|
17329
|
+
function validate$1b(obj, path = 'AppsRepresentation') {
|
|
17330
17330
|
const v_error = (() => {
|
|
17331
17331
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17332
17332
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17408,7 +17408,7 @@ function equals$D(existing, incoming) {
|
|
|
17408
17408
|
}
|
|
17409
17409
|
const ingest$q = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17410
17410
|
if (process.env.NODE_ENV !== 'production') {
|
|
17411
|
-
const validateError = validate$
|
|
17411
|
+
const validateError = validate$1b(input);
|
|
17412
17412
|
if (validateError !== null) {
|
|
17413
17413
|
throw validateError;
|
|
17414
17414
|
}
|
|
@@ -17716,7 +17716,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
17716
17716
|
};
|
|
17717
17717
|
|
|
17718
17718
|
const VERSION$M = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
17719
|
-
function validate$
|
|
17719
|
+
function validate$1a(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
17720
17720
|
const v_error = (() => {
|
|
17721
17721
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17722
17722
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17778,7 +17778,7 @@ const select$1a = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
17778
17778
|
};
|
|
17779
17779
|
|
|
17780
17780
|
const VERSION$L = "320d7f254687278f2763d4b490dab3fb";
|
|
17781
|
-
function validate$
|
|
17781
|
+
function validate$19(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
17782
17782
|
const v_error = (() => {
|
|
17783
17783
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17784
17784
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17801,7 +17801,7 @@ function validate$18(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
17801
17801
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
17802
17802
|
const obj_filterItems_item = obj_filterItems[i];
|
|
17803
17803
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
17804
|
-
const referencepath_filterItems_itemValidationError = validate$
|
|
17804
|
+
const referencepath_filterItems_itemValidationError = validate$1a(obj_filterItems_item, path_filterItems_item);
|
|
17805
17805
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
17806
17806
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
17807
17807
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17844,7 +17844,7 @@ const select$19 = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
17844
17844
|
};
|
|
17845
17845
|
|
|
17846
17846
|
const VERSION$K = "b47b44e260e5ce777beaf3da9088997c";
|
|
17847
|
-
function validate$
|
|
17847
|
+
function validate$18(obj, path = 'MatchRuleRepresentation') {
|
|
17848
17848
|
const v_error = (() => {
|
|
17849
17849
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17850
17850
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17914,7 +17914,7 @@ const select$18 = function MatchRuleRepresentationSelect() {
|
|
|
17914
17914
|
};
|
|
17915
17915
|
|
|
17916
17916
|
const VERSION$J = "bb83d7210bb1d7861b6188bc5f552617";
|
|
17917
|
-
function validate$
|
|
17917
|
+
function validate$17(obj, path = 'DuplicateRuleRepresentation') {
|
|
17918
17918
|
const v_error = (() => {
|
|
17919
17919
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17920
17920
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17942,7 +17942,7 @@ function validate$16(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
17942
17942
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
17943
17943
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
17944
17944
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
17945
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
17945
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$19(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
17946
17946
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
17947
17947
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
17948
17948
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -17962,7 +17962,7 @@ function validate$16(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
17962
17962
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
17963
17963
|
const obj_matchRules_item = obj_matchRules[i];
|
|
17964
17964
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
17965
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
17965
|
+
const referencepath_matchRules_itemValidationError = validate$18(obj_matchRules_item, path_matchRules_item);
|
|
17966
17966
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
17967
17967
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
17968
17968
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18055,7 +18055,7 @@ const select$17 = function DuplicateRuleRepresentationSelect() {
|
|
|
18055
18055
|
|
|
18056
18056
|
const TTL$l = 900000;
|
|
18057
18057
|
const VERSION$I = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
18058
|
-
function validate$
|
|
18058
|
+
function validate$16(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
18059
18059
|
const v_error = (() => {
|
|
18060
18060
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18061
18061
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18090,7 +18090,7 @@ function validate$15(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
18090
18090
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
18091
18091
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
18092
18092
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
18093
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
18093
|
+
const referencepath_duplicateRules_itemValidationError = validate$17(obj_duplicateRules_item, path_duplicateRules_item);
|
|
18094
18094
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
18095
18095
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
18096
18096
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18157,7 +18157,7 @@ function equals$C(existing, incoming) {
|
|
|
18157
18157
|
}
|
|
18158
18158
|
const ingest$p = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18159
18159
|
if (process.env.NODE_ENV !== 'production') {
|
|
18160
|
-
const validateError = validate$
|
|
18160
|
+
const validateError = validate$16(input);
|
|
18161
18161
|
if (validateError !== null) {
|
|
18162
18162
|
throw validateError;
|
|
18163
18163
|
}
|
|
@@ -19098,7 +19098,7 @@ const getListInfosByNameAdapterFactory = (luvio) => function UiApi__getListInfos
|
|
|
19098
19098
|
buildCachedSnapshotCachePolicy$t, buildNetworkSnapshotCachePolicy$u);
|
|
19099
19099
|
};
|
|
19100
19100
|
|
|
19101
|
-
function validate$
|
|
19101
|
+
function validate$15(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
19102
19102
|
const v_error = (() => {
|
|
19103
19103
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19104
19104
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19129,7 +19129,7 @@ function validate$14(obj, path = 'ListFilterByInfoInputRepresentation') {
|
|
|
19129
19129
|
return v_error === undefined ? null : v_error;
|
|
19130
19130
|
}
|
|
19131
19131
|
|
|
19132
|
-
function validate$
|
|
19132
|
+
function validate$14(obj, path = 'ListScopeInputRepresentation') {
|
|
19133
19133
|
const v_error = (() => {
|
|
19134
19134
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19135
19135
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19258,7 +19258,7 @@ function typeCheckConfig$I(untrustedConfig) {
|
|
|
19258
19258
|
const untrustedConfig_filteredByInfo_array = [];
|
|
19259
19259
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
19260
19260
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
19261
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
19261
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$15(untrustedConfig_filteredByInfo_item);
|
|
19262
19262
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
19263
19263
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
19264
19264
|
}
|
|
@@ -19266,7 +19266,7 @@ function typeCheckConfig$I(untrustedConfig) {
|
|
|
19266
19266
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
19267
19267
|
}
|
|
19268
19268
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
19269
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
19269
|
+
const referenceListScopeInputRepresentationValidationError = validate$14(untrustedConfig_scope);
|
|
19270
19270
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
19271
19271
|
config.scope = untrustedConfig_scope;
|
|
19272
19272
|
}
|
|
@@ -19548,7 +19548,7 @@ function typeCheckConfig$F(untrustedConfig) {
|
|
|
19548
19548
|
const untrustedConfig_filteredByInfo_array = [];
|
|
19549
19549
|
for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
|
|
19550
19550
|
const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
|
|
19551
|
-
const referenceListFilterByInfoInputRepresentationValidationError = validate$
|
|
19551
|
+
const referenceListFilterByInfoInputRepresentationValidationError = validate$15(untrustedConfig_filteredByInfo_item);
|
|
19552
19552
|
if (referenceListFilterByInfoInputRepresentationValidationError === null) {
|
|
19553
19553
|
untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
|
|
19554
19554
|
}
|
|
@@ -19556,7 +19556,7 @@ function typeCheckConfig$F(untrustedConfig) {
|
|
|
19556
19556
|
config.filteredByInfo = untrustedConfig_filteredByInfo_array;
|
|
19557
19557
|
}
|
|
19558
19558
|
const untrustedConfig_scope = untrustedConfig.scope;
|
|
19559
|
-
const referenceListScopeInputRepresentationValidationError = validate$
|
|
19559
|
+
const referenceListScopeInputRepresentationValidationError = validate$14(untrustedConfig_scope);
|
|
19560
19560
|
if (referenceListScopeInputRepresentationValidationError === null) {
|
|
19561
19561
|
config.scope = untrustedConfig_scope;
|
|
19562
19562
|
}
|
|
@@ -19606,7 +19606,7 @@ const updateListInfoByNameAdapterFactory = (luvio) => {
|
|
|
19606
19606
|
};
|
|
19607
19607
|
|
|
19608
19608
|
const VERSION$H = "d77026c4d63ef00cdd7e3d600687a40d";
|
|
19609
|
-
function validate$
|
|
19609
|
+
function validate$13(obj, path = 'ListObjectScopeAvailableEntityRepresentation') {
|
|
19610
19610
|
const v_error = (() => {
|
|
19611
19611
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19612
19612
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19656,7 +19656,7 @@ function equals$B(existing, incoming) {
|
|
|
19656
19656
|
}
|
|
19657
19657
|
|
|
19658
19658
|
const VERSION$G = "355933ff2970aa91a2848a94565e956a";
|
|
19659
|
-
function validate$
|
|
19659
|
+
function validate$12(obj, path = 'ListObjectScopeRepresentation') {
|
|
19660
19660
|
const v_error = (() => {
|
|
19661
19661
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19662
19662
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19674,7 +19674,7 @@ function validate$11(obj, path = 'ListObjectScopeRepresentation') {
|
|
|
19674
19674
|
for (let i = 0; i < obj_availableEntities.length; i++) {
|
|
19675
19675
|
const obj_availableEntities_item = obj_availableEntities[i];
|
|
19676
19676
|
const path_availableEntities_item = path_availableEntities + '[' + i + ']';
|
|
19677
|
-
const referencepath_availableEntities_itemValidationError = validate$
|
|
19677
|
+
const referencepath_availableEntities_itemValidationError = validate$13(obj_availableEntities_item, path_availableEntities_item);
|
|
19678
19678
|
if (referencepath_availableEntities_itemValidationError !== null) {
|
|
19679
19679
|
let message = 'Object doesn\'t match ListObjectScopeAvailableEntityRepresentation (at "' + path_availableEntities_item + '")\n';
|
|
19680
19680
|
message += referencepath_availableEntities_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -19738,7 +19738,7 @@ function equals$A(existing, incoming) {
|
|
|
19738
19738
|
}
|
|
19739
19739
|
|
|
19740
19740
|
const VERSION$F = "c5c08ea834378670c9d6f235ff71c9f0";
|
|
19741
|
-
function validate$
|
|
19741
|
+
function validate$11(obj, path = 'ListObjectPicklistValueRepresentation') {
|
|
19742
19742
|
const v_error = (() => {
|
|
19743
19743
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19744
19744
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19788,7 +19788,7 @@ function equals$z(existing, incoming) {
|
|
|
19788
19788
|
}
|
|
19789
19789
|
|
|
19790
19790
|
const VERSION$E = "2c35f797fead79b5c45b521e77dd6ace";
|
|
19791
|
-
function validate
|
|
19791
|
+
function validate$10(obj, path = 'ListObjectColumnRepresentation') {
|
|
19792
19792
|
const v_error = (() => {
|
|
19793
19793
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19794
19794
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19857,7 +19857,7 @@ function validate$$(obj, path = 'ListObjectColumnRepresentation') {
|
|
|
19857
19857
|
for (let i = 0; i < obj_picklistValues.length; i++) {
|
|
19858
19858
|
const obj_picklistValues_item = obj_picklistValues[i];
|
|
19859
19859
|
const path_picklistValues_item = path_picklistValues + '[' + i + ']';
|
|
19860
|
-
const referencepath_picklistValues_itemValidationError = validate$
|
|
19860
|
+
const referencepath_picklistValues_itemValidationError = validate$11(obj_picklistValues_item, path_picklistValues_item);
|
|
19861
19861
|
if (referencepath_picklistValues_itemValidationError !== null) {
|
|
19862
19862
|
let message = 'Object doesn\'t match ListObjectPicklistValueRepresentation (at "' + path_picklistValues_item + '")\n';
|
|
19863
19863
|
message += referencepath_picklistValues_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20003,7 +20003,7 @@ function equals$y(existing, incoming) {
|
|
|
20003
20003
|
|
|
20004
20004
|
const TTL$k = 900000;
|
|
20005
20005
|
const VERSION$D = "84e1e3ffdfcb59f65d7b8906e33027ac";
|
|
20006
|
-
function validate
|
|
20006
|
+
function validate$$(obj, path = 'ListObjectInfoRepresentation') {
|
|
20007
20007
|
const v_error = (() => {
|
|
20008
20008
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20009
20009
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20016,7 +20016,7 @@ function validate$_(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
20016
20016
|
for (let i = 0; i < obj_availableScopes.length; i++) {
|
|
20017
20017
|
const obj_availableScopes_item = obj_availableScopes[i];
|
|
20018
20018
|
const path_availableScopes_item = path_availableScopes + '[' + i + ']';
|
|
20019
|
-
const referencepath_availableScopes_itemValidationError = validate$
|
|
20019
|
+
const referencepath_availableScopes_itemValidationError = validate$12(obj_availableScopes_item, path_availableScopes_item);
|
|
20020
20020
|
if (referencepath_availableScopes_itemValidationError !== null) {
|
|
20021
20021
|
let message = 'Object doesn\'t match ListObjectScopeRepresentation (at "' + path_availableScopes_item + '")\n';
|
|
20022
20022
|
message += referencepath_availableScopes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20031,7 +20031,7 @@ function validate$_(obj, path = 'ListObjectInfoRepresentation') {
|
|
|
20031
20031
|
for (let i = 0; i < obj_columns.length; i++) {
|
|
20032
20032
|
const obj_columns_item = obj_columns[i];
|
|
20033
20033
|
const path_columns_item = path_columns + '[' + i + ']';
|
|
20034
|
-
const referencepath_columns_itemValidationError = validate
|
|
20034
|
+
const referencepath_columns_itemValidationError = validate$10(obj_columns_item, path_columns_item);
|
|
20035
20035
|
if (referencepath_columns_itemValidationError !== null) {
|
|
20036
20036
|
let message = 'Object doesn\'t match ListObjectColumnRepresentation (at "' + path_columns_item + '")\n';
|
|
20037
20037
|
message += referencepath_columns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20165,7 +20165,7 @@ function equals$x(existing, incoming) {
|
|
|
20165
20165
|
}
|
|
20166
20166
|
const ingest$o = function ListObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20167
20167
|
if (process.env.NODE_ENV !== 'production') {
|
|
20168
|
-
const validateError = validate
|
|
20168
|
+
const validateError = validate$$(input);
|
|
20169
20169
|
if (validateError !== null) {
|
|
20170
20170
|
throw validateError;
|
|
20171
20171
|
}
|
|
@@ -20328,7 +20328,7 @@ const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObject
|
|
|
20328
20328
|
|
|
20329
20329
|
const TTL$j = 900000;
|
|
20330
20330
|
const VERSION$C = "458d4a6a30201e422e8daec5fcb03845";
|
|
20331
|
-
function validate$
|
|
20331
|
+
function validate$_(obj, path = 'ListPreferencesRepresentation') {
|
|
20332
20332
|
const v_error = (() => {
|
|
20333
20333
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20334
20334
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20363,7 +20363,7 @@ function validate$Z(obj, path = 'ListPreferencesRepresentation') {
|
|
|
20363
20363
|
}
|
|
20364
20364
|
const obj_listReference = obj.listReference;
|
|
20365
20365
|
const path_listReference = path + '.listReference';
|
|
20366
|
-
const referencepath_listReferenceValidationError = validate$
|
|
20366
|
+
const referencepath_listReferenceValidationError = validate$1Z(obj_listReference, path_listReference);
|
|
20367
20367
|
if (referencepath_listReferenceValidationError !== null) {
|
|
20368
20368
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
20369
20369
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20377,7 +20377,7 @@ function validate$Z(obj, path = 'ListPreferencesRepresentation') {
|
|
|
20377
20377
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
20378
20378
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
20379
20379
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
20380
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
20380
|
+
const referencepath_orderedBy_itemValidationError = validate$1W(obj_orderedBy_item, path_orderedBy_item);
|
|
20381
20381
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
20382
20382
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
20383
20383
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20473,7 +20473,7 @@ function equals$w(existing, incoming) {
|
|
|
20473
20473
|
}
|
|
20474
20474
|
const ingest$n = function ListPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20475
20475
|
if (process.env.NODE_ENV !== 'production') {
|
|
20476
|
-
const validateError = validate$
|
|
20476
|
+
const validateError = validate$_(input);
|
|
20477
20477
|
if (validateError !== null) {
|
|
20478
20478
|
throw validateError;
|
|
20479
20479
|
}
|
|
@@ -20636,7 +20636,7 @@ const getListPreferencesAdapterFactory = (luvio) => function UiApi__getListPrefe
|
|
|
20636
20636
|
buildCachedSnapshotCachePolicy$q, buildNetworkSnapshotCachePolicy$r);
|
|
20637
20637
|
};
|
|
20638
20638
|
|
|
20639
|
-
function validate$
|
|
20639
|
+
function validate$Z(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
20640
20640
|
const v_error = (() => {
|
|
20641
20641
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20642
20642
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20744,7 +20744,7 @@ function typeCheckConfig$C(untrustedConfig) {
|
|
|
20744
20744
|
const untrustedConfig_orderedBy_array = [];
|
|
20745
20745
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
20746
20746
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
20747
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
20747
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$Z(untrustedConfig_orderedBy_item);
|
|
20748
20748
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
20749
20749
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
20750
20750
|
}
|
|
@@ -20798,7 +20798,7 @@ const updateListPreferencesAdapterFactory = (luvio) => {
|
|
|
20798
20798
|
|
|
20799
20799
|
const TTL$i = 120000;
|
|
20800
20800
|
const VERSION$B = "756779d0d7e137dd72c743544afbad82";
|
|
20801
|
-
function validate$
|
|
20801
|
+
function validate$Y(obj, path = 'NavItemsRepresentation') {
|
|
20802
20802
|
const v_error = (() => {
|
|
20803
20803
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20804
20804
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20926,7 +20926,7 @@ function equals$v(existing, incoming) {
|
|
|
20926
20926
|
}
|
|
20927
20927
|
const ingest$m = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20928
20928
|
if (process.env.NODE_ENV !== 'production') {
|
|
20929
|
-
const validateError = validate$
|
|
20929
|
+
const validateError = validate$Y(input);
|
|
20930
20930
|
if (validateError !== null) {
|
|
20931
20931
|
throw validateError;
|
|
20932
20932
|
}
|
|
@@ -21662,7 +21662,7 @@ var DiscriminatorValues$4;
|
|
|
21662
21662
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
21663
21663
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
21664
21664
|
const VERSION$w = "bd523b2343366edfc25a2dbee2c4e986";
|
|
21665
|
-
function validate$
|
|
21665
|
+
function validate$X(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
|
|
21666
21666
|
const v_error = (() => {
|
|
21667
21667
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21668
21668
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21707,7 +21707,7 @@ const select$L = function AbstractPicklistValueAttributesRepresentationSelect()
|
|
|
21707
21707
|
};
|
|
21708
21708
|
|
|
21709
21709
|
const VERSION$v = "9e2a16a80378487f557124c771201cf9";
|
|
21710
|
-
function validate$
|
|
21710
|
+
function validate$W(obj, path = 'PicklistValueRepresentation') {
|
|
21711
21711
|
const v_error = (() => {
|
|
21712
21712
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21713
21713
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21716,7 +21716,7 @@ function validate$V(obj, path = 'PicklistValueRepresentation') {
|
|
|
21716
21716
|
const path_attributes = path + '.attributes';
|
|
21717
21717
|
let obj_attributes_union0 = null;
|
|
21718
21718
|
const obj_attributes_union0_error = (() => {
|
|
21719
|
-
const referencepath_attributesValidationError = validate$
|
|
21719
|
+
const referencepath_attributesValidationError = validate$X(obj_attributes, path_attributes);
|
|
21720
21720
|
if (referencepath_attributesValidationError !== null) {
|
|
21721
21721
|
let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
21722
21722
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21811,7 +21811,7 @@ function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
|
|
|
21811
21811
|
|
|
21812
21812
|
const TTL$h = 900000;
|
|
21813
21813
|
const VERSION$u = "0a361a49370acb4c6a31721a2057649a";
|
|
21814
|
-
function validate$
|
|
21814
|
+
function validate$V(obj, path = 'PicklistValuesRepresentation') {
|
|
21815
21815
|
const v_error = (() => {
|
|
21816
21816
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21817
21817
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21834,7 +21834,7 @@ function validate$U(obj, path = 'PicklistValuesRepresentation') {
|
|
|
21834
21834
|
const path_defaultValue = path + '.defaultValue';
|
|
21835
21835
|
let obj_defaultValue_union0 = null;
|
|
21836
21836
|
const obj_defaultValue_union0_error = (() => {
|
|
21837
|
-
const referencepath_defaultValueValidationError = validate$
|
|
21837
|
+
const referencepath_defaultValueValidationError = validate$W(obj_defaultValue, path_defaultValue);
|
|
21838
21838
|
if (referencepath_defaultValueValidationError !== null) {
|
|
21839
21839
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
21840
21840
|
message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21877,7 +21877,7 @@ function validate$U(obj, path = 'PicklistValuesRepresentation') {
|
|
|
21877
21877
|
for (let i = 0; i < obj_values.length; i++) {
|
|
21878
21878
|
const obj_values_item = obj_values[i];
|
|
21879
21879
|
const path_values_item = path_values + '[' + i + ']';
|
|
21880
|
-
const referencepath_values_itemValidationError = validate$
|
|
21880
|
+
const referencepath_values_itemValidationError = validate$W(obj_values_item, path_values_item);
|
|
21881
21881
|
if (referencepath_values_itemValidationError !== null) {
|
|
21882
21882
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
21883
21883
|
message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21935,7 +21935,7 @@ function equals$u(existing, incoming) {
|
|
|
21935
21935
|
}
|
|
21936
21936
|
const ingest$l = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21937
21937
|
if (process.env.NODE_ENV !== 'production') {
|
|
21938
|
-
const validateError = validate$
|
|
21938
|
+
const validateError = validate$V(input);
|
|
21939
21939
|
if (validateError !== null) {
|
|
21940
21940
|
throw validateError;
|
|
21941
21941
|
}
|
|
@@ -21957,7 +21957,7 @@ function getTypeCacheKeys$s(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
21957
21957
|
|
|
21958
21958
|
const TTL$g = 300000;
|
|
21959
21959
|
const VERSION$t = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
21960
|
-
function validate$
|
|
21960
|
+
function validate$U(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
21961
21961
|
const v_error = (() => {
|
|
21962
21962
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21963
21963
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22044,7 +22044,7 @@ function equals$t(existing, incoming) {
|
|
|
22044
22044
|
}
|
|
22045
22045
|
const ingest$k = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22046
22046
|
if (process.env.NODE_ENV !== 'production') {
|
|
22047
|
-
const validateError = validate$
|
|
22047
|
+
const validateError = validate$U(input);
|
|
22048
22048
|
if (validateError !== null) {
|
|
22049
22049
|
throw validateError;
|
|
22050
22050
|
}
|
|
@@ -22382,7 +22382,7 @@ const getPicklistValuesAdapterFactory = (luvio) => function UiApi__getPicklistVa
|
|
|
22382
22382
|
buildCachedSnapshotCachePolicy$l, buildNetworkSnapshotCachePolicy$m);
|
|
22383
22383
|
};
|
|
22384
22384
|
|
|
22385
|
-
function validate$
|
|
22385
|
+
function validate$T(obj, path = 'MatchResultInfoRepresentation') {
|
|
22386
22386
|
const v_error = (() => {
|
|
22387
22387
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22388
22388
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22408,7 +22408,7 @@ function validate$S(obj, path = 'MatchResultInfoRepresentation') {
|
|
|
22408
22408
|
return v_error === undefined ? null : v_error;
|
|
22409
22409
|
}
|
|
22410
22410
|
|
|
22411
|
-
function validate$
|
|
22411
|
+
function validate$S(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
22412
22412
|
const v_error = (() => {
|
|
22413
22413
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22414
22414
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22420,7 +22420,7 @@ function validate$R(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
22420
22420
|
}
|
|
22421
22421
|
const obj_matchResultInfo = obj.matchResultInfo;
|
|
22422
22422
|
const path_matchResultInfo = path + '.matchResultInfo';
|
|
22423
|
-
const referencepath_matchResultInfoValidationError = validate$
|
|
22423
|
+
const referencepath_matchResultInfoValidationError = validate$T(obj_matchResultInfo, path_matchResultInfo);
|
|
22424
22424
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
22425
22425
|
let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
22426
22426
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22435,7 +22435,7 @@ function validate$R(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
22435
22435
|
return v_error === undefined ? null : v_error;
|
|
22436
22436
|
}
|
|
22437
22437
|
|
|
22438
|
-
function validate$
|
|
22438
|
+
function validate$R(obj, path = 'MatchRepresentation') {
|
|
22439
22439
|
const v_error = (() => {
|
|
22440
22440
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22441
22441
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22450,7 +22450,7 @@ function validate$Q(obj, path = 'MatchRepresentation') {
|
|
|
22450
22450
|
const key = obj_duplicateResultInfos_keys[i];
|
|
22451
22451
|
const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
22452
22452
|
const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
22453
|
-
const referencepath_duplicateResultInfos_propValidationError = validate$
|
|
22453
|
+
const referencepath_duplicateResultInfos_propValidationError = validate$S(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
22454
22454
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
22455
22455
|
let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
22456
22456
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22480,7 +22480,7 @@ function validate$Q(obj, path = 'MatchRepresentation') {
|
|
|
22480
22480
|
|
|
22481
22481
|
const TTL$f = 30000;
|
|
22482
22482
|
const VERSION$s = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
22483
|
-
function validate$
|
|
22483
|
+
function validate$Q(obj, path = 'DuplicatesRepresentation') {
|
|
22484
22484
|
const v_error = (() => {
|
|
22485
22485
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22486
22486
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22515,7 +22515,7 @@ function validate$P(obj, path = 'DuplicatesRepresentation') {
|
|
|
22515
22515
|
for (let i = 0; i < obj_matches.length; i++) {
|
|
22516
22516
|
const obj_matches_item = obj_matches[i];
|
|
22517
22517
|
const path_matches_item = path_matches + '[' + i + ']';
|
|
22518
|
-
const referencepath_matches_itemValidationError = validate$
|
|
22518
|
+
const referencepath_matches_itemValidationError = validate$R(obj_matches_item, path_matches_item);
|
|
22519
22519
|
if (referencepath_matches_itemValidationError !== null) {
|
|
22520
22520
|
let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
22521
22521
|
message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22545,7 +22545,7 @@ function equals$s(existing, incoming) {
|
|
|
22545
22545
|
}
|
|
22546
22546
|
const ingest$j = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22547
22547
|
if (process.env.NODE_ENV !== 'production') {
|
|
22548
|
-
const validateError = validate$
|
|
22548
|
+
const validateError = validate$Q(input);
|
|
22549
22549
|
if (validateError !== null) {
|
|
22550
22550
|
throw validateError;
|
|
22551
22551
|
}
|
|
@@ -22738,7 +22738,7 @@ const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(unt
|
|
|
22738
22738
|
};
|
|
22739
22739
|
|
|
22740
22740
|
const VERSION$r = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
22741
|
-
function validate$
|
|
22741
|
+
function validate$P(obj, path = 'PhotoMetadataRepresentation') {
|
|
22742
22742
|
const v_error = (() => {
|
|
22743
22743
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22744
22744
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22830,8 +22830,8 @@ function equals$r(existing, incoming) {
|
|
|
22830
22830
|
}
|
|
22831
22831
|
|
|
22832
22832
|
const VERSION$q = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
22833
|
-
function validate$
|
|
22834
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
22833
|
+
function validate$O(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
22834
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$M(obj, path);
|
|
22835
22835
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
22836
22836
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
22837
22837
|
}
|
|
@@ -22898,7 +22898,7 @@ function validate$N(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
|
22898
22898
|
}
|
|
22899
22899
|
const obj_photoMetadata = obj.photoMetadata;
|
|
22900
22900
|
const path_photoMetadata = path + '.photoMetadata';
|
|
22901
|
-
const referencepath_photoMetadataValidationError = validate$
|
|
22901
|
+
const referencepath_photoMetadataValidationError = validate$P(obj_photoMetadata, path_photoMetadata);
|
|
22902
22902
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
22903
22903
|
let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
22904
22904
|
message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23053,7 +23053,7 @@ function equals$q(existing, incoming) {
|
|
|
23053
23053
|
}
|
|
23054
23054
|
const ingest$i = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23055
23055
|
if (process.env.NODE_ENV !== 'production') {
|
|
23056
|
-
const validateError = validate$
|
|
23056
|
+
const validateError = validate$O(input);
|
|
23057
23057
|
if (validateError !== null) {
|
|
23058
23058
|
throw validateError;
|
|
23059
23059
|
}
|
|
@@ -23074,8 +23074,8 @@ function getTypeCacheKeys$p(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23074
23074
|
}
|
|
23075
23075
|
|
|
23076
23076
|
const VERSION$p = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
23077
|
-
function validate$
|
|
23078
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
23077
|
+
function validate$N(obj, path = 'ThemeRecordAvatarRepresentation') {
|
|
23078
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$M(obj, path);
|
|
23079
23079
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
23080
23080
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
23081
23081
|
}
|
|
@@ -23194,7 +23194,7 @@ function equals$p(existing, incoming) {
|
|
|
23194
23194
|
}
|
|
23195
23195
|
const ingest$h = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23196
23196
|
if (process.env.NODE_ENV !== 'production') {
|
|
23197
|
-
const validateError = validate$
|
|
23197
|
+
const validateError = validate$N(input);
|
|
23198
23198
|
if (validateError !== null) {
|
|
23199
23199
|
throw validateError;
|
|
23200
23200
|
}
|
|
@@ -23220,7 +23220,7 @@ var DiscriminatorValues$3;
|
|
|
23220
23220
|
DiscriminatorValues["Theme"] = "Theme";
|
|
23221
23221
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
23222
23222
|
const VERSION$o = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
23223
|
-
function validate$
|
|
23223
|
+
function validate$M(obj, path = 'AbstractRecordAvatarRepresentation') {
|
|
23224
23224
|
const v_error = (() => {
|
|
23225
23225
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23226
23226
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23313,8 +23313,8 @@ function getTypeCacheKeys$n(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23313
23313
|
}
|
|
23314
23314
|
|
|
23315
23315
|
const VERSION$n = "f531b44760afecfce89990fe5a5c5c29";
|
|
23316
|
-
function validate$
|
|
23317
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
23316
|
+
function validate$L(obj, path = 'RecordAvatarBatchRepresentation') {
|
|
23317
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$H(obj, path);
|
|
23318
23318
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
23319
23319
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
23320
23320
|
}
|
|
@@ -23375,7 +23375,7 @@ function equals$n(existing, incoming) {
|
|
|
23375
23375
|
}
|
|
23376
23376
|
const ingest$g = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23377
23377
|
if (process.env.NODE_ENV !== 'production') {
|
|
23378
|
-
const validateError = validate$
|
|
23378
|
+
const validateError = validate$L(input);
|
|
23379
23379
|
if (validateError !== null) {
|
|
23380
23380
|
throw validateError;
|
|
23381
23381
|
}
|
|
@@ -23396,7 +23396,7 @@ function getTypeCacheKeys$m(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23396
23396
|
}
|
|
23397
23397
|
|
|
23398
23398
|
const VERSION$m = "17c20b01167dba9a81452e60bb28b2f2";
|
|
23399
|
-
function validate$
|
|
23399
|
+
function validate$K(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
|
|
23400
23400
|
const v_error = (() => {
|
|
23401
23401
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23402
23402
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23446,8 +23446,8 @@ function equals$m(existing, incoming) {
|
|
|
23446
23446
|
}
|
|
23447
23447
|
|
|
23448
23448
|
const VERSION$l = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
23449
|
-
function validate$
|
|
23450
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
23449
|
+
function validate$J(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
|
|
23450
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$H(obj, path);
|
|
23451
23451
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
23452
23452
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
23453
23453
|
}
|
|
@@ -23463,7 +23463,7 @@ function validate$I(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation'
|
|
|
23463
23463
|
for (let i = 0; i < obj_result.length; i++) {
|
|
23464
23464
|
const obj_result_item = obj_result[i];
|
|
23465
23465
|
const path_result_item = path_result + '[' + i + ']';
|
|
23466
|
-
const referencepath_result_itemValidationError = validate$
|
|
23466
|
+
const referencepath_result_itemValidationError = validate$K(obj_result_item, path_result_item);
|
|
23467
23467
|
if (referencepath_result_itemValidationError !== null) {
|
|
23468
23468
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
23469
23469
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23513,7 +23513,7 @@ function equals$l(existing, incoming) {
|
|
|
23513
23513
|
}
|
|
23514
23514
|
const ingest$f = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23515
23515
|
if (process.env.NODE_ENV !== 'production') {
|
|
23516
|
-
const validateError = validate$
|
|
23516
|
+
const validateError = validate$J(input);
|
|
23517
23517
|
if (validateError !== null) {
|
|
23518
23518
|
throw validateError;
|
|
23519
23519
|
}
|
|
@@ -23534,8 +23534,8 @@ function getTypeCacheKeys$l(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23534
23534
|
}
|
|
23535
23535
|
|
|
23536
23536
|
const VERSION$k = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
23537
|
-
function validate$
|
|
23538
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
23537
|
+
function validate$I(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
23538
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$H(obj, path);
|
|
23539
23539
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
23540
23540
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
23541
23541
|
}
|
|
@@ -23551,7 +23551,7 @@ function validate$H(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
|
23551
23551
|
for (let i = 0; i < obj_result.length; i++) {
|
|
23552
23552
|
const obj_result_item = obj_result[i];
|
|
23553
23553
|
const path_result_item = path_result + '[' + i + ']';
|
|
23554
|
-
const referencepath_result_itemValidationError = validate$
|
|
23554
|
+
const referencepath_result_itemValidationError = validate$K(obj_result_item, path_result_item);
|
|
23555
23555
|
if (referencepath_result_itemValidationError !== null) {
|
|
23556
23556
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
23557
23557
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23601,7 +23601,7 @@ function equals$k(existing, incoming) {
|
|
|
23601
23601
|
}
|
|
23602
23602
|
const ingest$e = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23603
23603
|
if (process.env.NODE_ENV !== 'production') {
|
|
23604
|
-
const validateError = validate$
|
|
23604
|
+
const validateError = validate$I(input);
|
|
23605
23605
|
if (validateError !== null) {
|
|
23606
23606
|
throw validateError;
|
|
23607
23607
|
}
|
|
@@ -23628,7 +23628,7 @@ const DiscriminatorValues$2 = {
|
|
|
23628
23628
|
};
|
|
23629
23629
|
const TTL$e = 300000;
|
|
23630
23630
|
const VERSION$j = "8956293536e94d5ec63b274b61033d2c";
|
|
23631
|
-
function validate$
|
|
23631
|
+
function validate$H(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
23632
23632
|
const v_error = (() => {
|
|
23633
23633
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23634
23634
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23706,7 +23706,7 @@ function getTypeCacheKeys$j(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
23706
23706
|
|
|
23707
23707
|
const TTL$d = 300000;
|
|
23708
23708
|
const VERSION$i = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
23709
|
-
function validate$
|
|
23709
|
+
function validate$G(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
23710
23710
|
const v_error = (() => {
|
|
23711
23711
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23712
23712
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23785,7 +23785,7 @@ function merge(existing, incoming, _luvio, _path) {
|
|
|
23785
23785
|
|
|
23786
23786
|
const ingest$d = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23787
23787
|
if (process.env.NODE_ENV !== 'production') {
|
|
23788
|
-
const validateError = validate$
|
|
23788
|
+
const validateError = validate$G(input);
|
|
23789
23789
|
if (validateError !== null) {
|
|
23790
23790
|
throw validateError;
|
|
23791
23791
|
}
|
|
@@ -24277,7 +24277,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
|
|
|
24277
24277
|
};
|
|
24278
24278
|
|
|
24279
24279
|
const VERSION$h = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
24280
|
-
function validate$
|
|
24280
|
+
function validate$F(obj, path = 'RelatedListReferenceRepresentation') {
|
|
24281
24281
|
const v_error = (() => {
|
|
24282
24282
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24283
24283
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24516,7 +24516,7 @@ function equals$h(existing, incoming) {
|
|
|
24516
24516
|
}
|
|
24517
24517
|
|
|
24518
24518
|
const VERSION$g = "836b875b519813e7499efc62f0f1d04b";
|
|
24519
|
-
function validate$
|
|
24519
|
+
function validate$E(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
24520
24520
|
const v_error = (() => {
|
|
24521
24521
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24522
24522
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24559,7 +24559,7 @@ function validate$D(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
|
24559
24559
|
}
|
|
24560
24560
|
const obj_listReference = obj.listReference;
|
|
24561
24561
|
const path_listReference = path + '.listReference';
|
|
24562
|
-
const referencepath_listReferenceValidationError = validate$
|
|
24562
|
+
const referencepath_listReferenceValidationError = validate$F(obj_listReference, path_listReference);
|
|
24563
24563
|
if (referencepath_listReferenceValidationError !== null) {
|
|
24564
24564
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
24565
24565
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24632,7 +24632,7 @@ function equals$g(existing, incoming) {
|
|
|
24632
24632
|
}
|
|
24633
24633
|
const ingest$c = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24634
24634
|
if (process.env.NODE_ENV !== 'production') {
|
|
24635
|
-
const validateError = validate$
|
|
24635
|
+
const validateError = validate$E(input);
|
|
24636
24636
|
if (validateError !== null) {
|
|
24637
24637
|
throw validateError;
|
|
24638
24638
|
}
|
|
@@ -25144,7 +25144,7 @@ const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedL
|
|
|
25144
25144
|
buildCachedSnapshotCachePolicy$g, buildNetworkSnapshotCachePolicy$h);
|
|
25145
25145
|
};
|
|
25146
25146
|
|
|
25147
|
-
function validate$
|
|
25147
|
+
function validate$D(obj, path = 'RelatedListColumnRepresentation') {
|
|
25148
25148
|
const v_error = (() => {
|
|
25149
25149
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25150
25150
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25295,7 +25295,7 @@ function validate$C(obj, path = 'RelatedListColumnRepresentation') {
|
|
|
25295
25295
|
|
|
25296
25296
|
const TTL$c = 900000;
|
|
25297
25297
|
const VERSION$f = "c977d65d153a2b4e888ddd45fb083248";
|
|
25298
|
-
function validate$
|
|
25298
|
+
function validate$C(obj, path = 'RelatedListInfoRepresentation') {
|
|
25299
25299
|
const v_error = (() => {
|
|
25300
25300
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25301
25301
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25323,7 +25323,7 @@ function validate$B(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25323
25323
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
25324
25324
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
25325
25325
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
25326
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
25326
|
+
const referencepath_displayColumns_itemValidationError = validate$D(obj_displayColumns_item, path_displayColumns_item);
|
|
25327
25327
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
25328
25328
|
let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
25329
25329
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25370,7 +25370,7 @@ function validate$B(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25370
25370
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
25371
25371
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
25372
25372
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
25373
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
25373
|
+
const referencepath_filteredByInfo_itemValidationError = validate$1$(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
25374
25374
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
25375
25375
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
25376
25376
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25384,7 +25384,7 @@ function validate$B(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25384
25384
|
}
|
|
25385
25385
|
const obj_listReference = obj.listReference;
|
|
25386
25386
|
const path_listReference = path + '.listReference';
|
|
25387
|
-
const referencepath_listReferenceValidationError = validate$
|
|
25387
|
+
const referencepath_listReferenceValidationError = validate$F(obj_listReference, path_listReference);
|
|
25388
25388
|
if (referencepath_listReferenceValidationError !== null) {
|
|
25389
25389
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
25390
25390
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25422,7 +25422,7 @@ function validate$B(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25422
25422
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
25423
25423
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
25424
25424
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
25425
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
25425
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1W(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
25426
25426
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
25427
25427
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
25428
25428
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25441,7 +25441,7 @@ function validate$B(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25441
25441
|
}
|
|
25442
25442
|
const obj_userPreferences = obj.userPreferences;
|
|
25443
25443
|
const path_userPreferences = path + '.userPreferences';
|
|
25444
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
25444
|
+
const referencepath_userPreferencesValidationError = validate$1S(obj_userPreferences, path_userPreferences);
|
|
25445
25445
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
25446
25446
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
25447
25447
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25581,7 +25581,7 @@ function equals$f(existing, incoming) {
|
|
|
25581
25581
|
}
|
|
25582
25582
|
const ingest$b = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25583
25583
|
if (process.env.NODE_ENV !== 'production') {
|
|
25584
|
-
const validateError = validate$
|
|
25584
|
+
const validateError = validate$C(input);
|
|
25585
25585
|
if (validateError !== null) {
|
|
25586
25586
|
throw validateError;
|
|
25587
25587
|
}
|
|
@@ -26019,7 +26019,7 @@ const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRela
|
|
|
26019
26019
|
buildCachedSnapshotCachePolicy$f, buildNetworkSnapshotCachePolicy$g);
|
|
26020
26020
|
};
|
|
26021
26021
|
|
|
26022
|
-
function validate$
|
|
26022
|
+
function validate$B(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
26023
26023
|
const v_error = (() => {
|
|
26024
26024
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26025
26025
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26115,7 +26115,7 @@ function validate$A(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
26115
26115
|
const path_themeInfo = path + '.themeInfo';
|
|
26116
26116
|
let obj_themeInfo_union0 = null;
|
|
26117
26117
|
const obj_themeInfo_union0_error = (() => {
|
|
26118
|
-
const referencepath_themeInfoValidationError = validate$
|
|
26118
|
+
const referencepath_themeInfoValidationError = validate$1B(obj_themeInfo, path_themeInfo);
|
|
26119
26119
|
if (referencepath_themeInfoValidationError !== null) {
|
|
26120
26120
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
26121
26121
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26150,7 +26150,7 @@ function validate$A(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
26150
26150
|
}
|
|
26151
26151
|
|
|
26152
26152
|
const VERSION$e = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
26153
|
-
function validate$
|
|
26153
|
+
function validate$A(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
|
|
26154
26154
|
const v_error = (() => {
|
|
26155
26155
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26156
26156
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26199,7 +26199,7 @@ function validate$z(obj, path = 'RelatedListSummaryInfoCollectionRepresentation'
|
|
|
26199
26199
|
for (let i = 0; i < obj_relatedLists.length; i++) {
|
|
26200
26200
|
const obj_relatedLists_item = obj_relatedLists[i];
|
|
26201
26201
|
const path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
26202
|
-
const referencepath_relatedLists_itemValidationError = validate$
|
|
26202
|
+
const referencepath_relatedLists_itemValidationError = validate$B(obj_relatedLists_item, path_relatedLists_item);
|
|
26203
26203
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
26204
26204
|
let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
26205
26205
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26255,7 +26255,7 @@ function equals$e(existing, incoming) {
|
|
|
26255
26255
|
}
|
|
26256
26256
|
const ingest$a = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26257
26257
|
if (process.env.NODE_ENV !== 'production') {
|
|
26258
|
-
const validateError = validate$
|
|
26258
|
+
const validateError = validate$A(input);
|
|
26259
26259
|
if (validateError !== null) {
|
|
26260
26260
|
throw validateError;
|
|
26261
26261
|
}
|
|
@@ -26504,7 +26504,7 @@ const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedLi
|
|
|
26504
26504
|
buildCachedSnapshotCachePolicy$d, buildNetworkSnapshotCachePolicy$e);
|
|
26505
26505
|
};
|
|
26506
26506
|
|
|
26507
|
-
function validate$
|
|
26507
|
+
function validate$z(obj, path = 'ListUserPreferenceInputRepresentation') {
|
|
26508
26508
|
const v_error = (() => {
|
|
26509
26509
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26510
26510
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26586,7 +26586,7 @@ function typeCheckConfig$o(untrustedConfig) {
|
|
|
26586
26586
|
const untrustedConfig_orderedByInfo_array = [];
|
|
26587
26587
|
for (let i = 0, arrayLength = untrustedConfig_orderedByInfo.length; i < arrayLength; i++) {
|
|
26588
26588
|
const untrustedConfig_orderedByInfo_item = untrustedConfig_orderedByInfo[i];
|
|
26589
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
26589
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$Z(untrustedConfig_orderedByInfo_item);
|
|
26590
26590
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
26591
26591
|
untrustedConfig_orderedByInfo_array.push(untrustedConfig_orderedByInfo_item);
|
|
26592
26592
|
}
|
|
@@ -26594,7 +26594,7 @@ function typeCheckConfig$o(untrustedConfig) {
|
|
|
26594
26594
|
config.orderedByInfo = untrustedConfig_orderedByInfo_array;
|
|
26595
26595
|
}
|
|
26596
26596
|
const untrustedConfig_userPreferences = untrustedConfig.userPreferences;
|
|
26597
|
-
const referenceListUserPreferenceInputRepresentationValidationError = validate$
|
|
26597
|
+
const referenceListUserPreferenceInputRepresentationValidationError = validate$z(untrustedConfig_userPreferences);
|
|
26598
26598
|
if (referenceListUserPreferenceInputRepresentationValidationError === null) {
|
|
26599
26599
|
config.userPreferences = untrustedConfig_userPreferences;
|
|
26600
26600
|
}
|
|
@@ -26659,7 +26659,7 @@ const updateRelatedListInfoAdapterFactory = (luvio) => {
|
|
|
26659
26659
|
|
|
26660
26660
|
const TTL$b = 900000;
|
|
26661
26661
|
const VERSION$d = "094cdf8e3e1f07fca02c4e51e14c528e";
|
|
26662
|
-
function validate$
|
|
26662
|
+
function validate$y(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
26663
26663
|
const v_error = (() => {
|
|
26664
26664
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26665
26665
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26700,7 +26700,7 @@ function validate$x(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
26700
26700
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
26701
26701
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
26702
26702
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
26703
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
26703
|
+
const referencepath_orderedBy_itemValidationError = validate$1W(obj_orderedBy_item, path_orderedBy_item);
|
|
26704
26704
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
26705
26705
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
26706
26706
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26744,7 +26744,7 @@ function equals$d(existing, incoming) {
|
|
|
26744
26744
|
}
|
|
26745
26745
|
const ingest$9 = function RelatedListUserPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26746
26746
|
if (process.env.NODE_ENV !== 'production') {
|
|
26747
|
-
const validateError = validate$
|
|
26747
|
+
const validateError = validate$y(input);
|
|
26748
26748
|
if (validateError !== null) {
|
|
26749
26749
|
throw validateError;
|
|
26750
26750
|
}
|
|
@@ -27340,7 +27340,7 @@ function typeCheckConfig$l(untrustedConfig) {
|
|
|
27340
27340
|
const untrustedConfig_orderedBy_array = [];
|
|
27341
27341
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
27342
27342
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
27343
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
27343
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$Z(untrustedConfig_orderedBy_item);
|
|
27344
27344
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
27345
27345
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
27346
27346
|
}
|
|
@@ -27391,7 +27391,7 @@ const updateRelatedListPreferencesAdapterFactory = (luvio) => {
|
|
|
27391
27391
|
};
|
|
27392
27392
|
};
|
|
27393
27393
|
|
|
27394
|
-
function validate$
|
|
27394
|
+
function validate$x(obj, path = 'RelatedListRecordsSingleBatchInputRepresentation') {
|
|
27395
27395
|
const v_error = (() => {
|
|
27396
27396
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27397
27397
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27634,7 +27634,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
|
|
|
27634
27634
|
|
|
27635
27635
|
const TTL$a = 30000;
|
|
27636
27636
|
const VERSION$c = "62467c27c19349b70c9db2a8d9d591d9";
|
|
27637
|
-
function validate$
|
|
27637
|
+
function validate$w(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
27638
27638
|
const v_error = (() => {
|
|
27639
27639
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27640
27640
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27715,7 +27715,7 @@ function validate$v(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
|
27715
27715
|
}
|
|
27716
27716
|
const obj_listReference = obj.listReference;
|
|
27717
27717
|
const path_listReference = path + '.listReference';
|
|
27718
|
-
const referencepath_listReferenceValidationError = validate$
|
|
27718
|
+
const referencepath_listReferenceValidationError = validate$F(obj_listReference, path_listReference);
|
|
27719
27719
|
if (referencepath_listReferenceValidationError !== null) {
|
|
27720
27720
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
27721
27721
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28136,7 +28136,7 @@ function equals$c(existing, incoming) {
|
|
|
28136
28136
|
}
|
|
28137
28137
|
const ingest$8 = function RelatedListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28138
28138
|
if (process.env.NODE_ENV !== 'production') {
|
|
28139
|
-
const validateError = validate$
|
|
28139
|
+
const validateError = validate$w(input);
|
|
28140
28140
|
if (validateError !== null) {
|
|
28141
28141
|
throw validateError;
|
|
28142
28142
|
}
|
|
@@ -28627,7 +28627,7 @@ function typeCheckConfig$k(untrustedConfig) {
|
|
|
28627
28627
|
const untrustedConfig_relatedListParameters_array = [];
|
|
28628
28628
|
for (let i = 0, arrayLength = untrustedConfig_relatedListParameters.length; i < arrayLength; i++) {
|
|
28629
28629
|
const untrustedConfig_relatedListParameters_item = untrustedConfig_relatedListParameters[i];
|
|
28630
|
-
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$
|
|
28630
|
+
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$x(untrustedConfig_relatedListParameters_item);
|
|
28631
28631
|
if (referenceRelatedListRecordsSingleBatchInputRepresentationValidationError === null) {
|
|
28632
28632
|
untrustedConfig_relatedListParameters_array.push(untrustedConfig_relatedListParameters_item);
|
|
28633
28633
|
}
|
|
@@ -28872,7 +28872,7 @@ const getRelatedListRecordsAdapterFactory = (luvio) => function UiApi__getRelate
|
|
|
28872
28872
|
buildCachedSnapshotCachePolicy$9, buildNetworkSnapshotCachePolicy$a);
|
|
28873
28873
|
};
|
|
28874
28874
|
|
|
28875
|
-
function validate$
|
|
28875
|
+
function validate$v(obj, path = 'SearchFilterOptionRepresentation') {
|
|
28876
28876
|
const v_error = (() => {
|
|
28877
28877
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28878
28878
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28902,7 +28902,7 @@ var DiscriminatorValues;
|
|
|
28902
28902
|
DiscriminatorValues["Field"] = "Field";
|
|
28903
28903
|
DiscriminatorValues["DataCategory"] = "DataCategory";
|
|
28904
28904
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
28905
|
-
function validate$
|
|
28905
|
+
function validate$u(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
28906
28906
|
const v_error = (() => {
|
|
28907
28907
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28908
28908
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28963,7 +28963,7 @@ function validate$t(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
|
28963
28963
|
|
|
28964
28964
|
const TTL$9 = 30000;
|
|
28965
28965
|
const VERSION$b = "7d241c2ee7cc9b09d6bd434b33b0b5e4";
|
|
28966
|
-
function validate$
|
|
28966
|
+
function validate$t(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
|
|
28967
28967
|
const v_error = (() => {
|
|
28968
28968
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
28969
28969
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29002,7 +29002,7 @@ function validate$s(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
29002
29002
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
29003
29003
|
const obj_filters_item = obj_filters[i];
|
|
29004
29004
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
29005
|
-
const referencepath_filters_itemValidationError = validate$
|
|
29005
|
+
const referencepath_filters_itemValidationError = validate$u(obj_filters_item, path_filters_item);
|
|
29006
29006
|
if (referencepath_filters_itemValidationError !== null) {
|
|
29007
29007
|
let message = 'Object doesn\'t match SearchFilterDefinitionRepresentation (at "' + path_filters_item + '")\n';
|
|
29008
29008
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29047,7 +29047,7 @@ function equals$b(existing, incoming) {
|
|
|
29047
29047
|
}
|
|
29048
29048
|
const ingest$7 = function SearchFilterMetadataCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29049
29049
|
if (process.env.NODE_ENV !== 'production') {
|
|
29050
|
-
const validateError = validate$
|
|
29050
|
+
const validateError = validate$t(input);
|
|
29051
29051
|
if (validateError !== null) {
|
|
29052
29052
|
throw validateError;
|
|
29053
29053
|
}
|
|
@@ -29211,7 +29211,7 @@ const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSear
|
|
|
29211
29211
|
|
|
29212
29212
|
const TTL$8 = 30000;
|
|
29213
29213
|
const VERSION$a = "8d851a8d9abf0a061a8ad81d4cbb83bc";
|
|
29214
|
-
function validate$
|
|
29214
|
+
function validate$s(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
29215
29215
|
const v_error = (() => {
|
|
29216
29216
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29217
29217
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29234,7 +29234,7 @@ function validate$r(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
|
29234
29234
|
for (let i = 0; i < obj_options.length; i++) {
|
|
29235
29235
|
const obj_options_item = obj_options[i];
|
|
29236
29236
|
const path_options_item = path_options + '[' + i + ']';
|
|
29237
|
-
const referencepath_options_itemValidationError = validate$
|
|
29237
|
+
const referencepath_options_itemValidationError = validate$v(obj_options_item, path_options_item);
|
|
29238
29238
|
if (referencepath_options_itemValidationError !== null) {
|
|
29239
29239
|
let message = 'Object doesn\'t match SearchFilterOptionRepresentation (at "' + path_options_item + '")\n';
|
|
29240
29240
|
message += referencepath_options_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29301,7 +29301,7 @@ function equals$a(existing, incoming) {
|
|
|
29301
29301
|
}
|
|
29302
29302
|
const ingest$6 = function SearchFilterOptionCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29303
29303
|
if (process.env.NODE_ENV !== 'production') {
|
|
29304
|
-
const validateError = validate$
|
|
29304
|
+
const validateError = validate$s(input);
|
|
29305
29305
|
if (validateError !== null) {
|
|
29306
29306
|
throw validateError;
|
|
29307
29307
|
}
|
|
@@ -29465,7 +29465,7 @@ const getSearchFilterOptionsAdapterFactory = (luvio) => function UiApi__getSearc
|
|
|
29465
29465
|
buildCachedSnapshotCachePolicy$7, buildNetworkSnapshotCachePolicy$8);
|
|
29466
29466
|
};
|
|
29467
29467
|
|
|
29468
|
-
function validate$
|
|
29468
|
+
function validate$r(obj, path = 'DisplayLayoutRepresentation') {
|
|
29469
29469
|
const v_error = (() => {
|
|
29470
29470
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29471
29471
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29486,7 +29486,7 @@ function validate$q(obj, path = 'DisplayLayoutRepresentation') {
|
|
|
29486
29486
|
return v_error === undefined ? null : v_error;
|
|
29487
29487
|
}
|
|
29488
29488
|
|
|
29489
|
-
function validate$
|
|
29489
|
+
function validate$q(obj, path = 'MatchingInfoRepresentation') {
|
|
29490
29490
|
const v_error = (() => {
|
|
29491
29491
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29492
29492
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29507,14 +29507,14 @@ function validate$p(obj, path = 'MatchingInfoRepresentation') {
|
|
|
29507
29507
|
return v_error === undefined ? null : v_error;
|
|
29508
29508
|
}
|
|
29509
29509
|
|
|
29510
|
-
function validate$
|
|
29510
|
+
function validate$p(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
29511
29511
|
const v_error = (() => {
|
|
29512
29512
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29513
29513
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
29514
29514
|
}
|
|
29515
29515
|
const obj_displayLayout = obj.displayLayout;
|
|
29516
29516
|
const path_displayLayout = path + '.displayLayout';
|
|
29517
|
-
const referencepath_displayLayoutValidationError = validate$
|
|
29517
|
+
const referencepath_displayLayoutValidationError = validate$r(obj_displayLayout, path_displayLayout);
|
|
29518
29518
|
if (referencepath_displayLayoutValidationError !== null) {
|
|
29519
29519
|
let message = 'Object doesn\'t match DisplayLayoutRepresentation (at "' + path_displayLayout + '")\n';
|
|
29520
29520
|
message += referencepath_displayLayoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29522,7 +29522,7 @@ function validate$o(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
29522
29522
|
}
|
|
29523
29523
|
const obj_matchingInfo = obj.matchingInfo;
|
|
29524
29524
|
const path_matchingInfo = path + '.matchingInfo';
|
|
29525
|
-
const referencepath_matchingInfoValidationError = validate$
|
|
29525
|
+
const referencepath_matchingInfoValidationError = validate$q(obj_matchingInfo, path_matchingInfo);
|
|
29526
29526
|
if (referencepath_matchingInfoValidationError !== null) {
|
|
29527
29527
|
let message = 'Object doesn\'t match MatchingInfoRepresentation (at "' + path_matchingInfo + '")\n';
|
|
29528
29528
|
message += referencepath_matchingInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29532,14 +29532,14 @@ function validate$o(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
29532
29532
|
return v_error === undefined ? null : v_error;
|
|
29533
29533
|
}
|
|
29534
29534
|
|
|
29535
|
-
function validate$
|
|
29535
|
+
function validate$o(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
29536
29536
|
const v_error = (() => {
|
|
29537
29537
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29538
29538
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
29539
29539
|
}
|
|
29540
29540
|
const obj_fullSearchInfo = obj.fullSearchInfo;
|
|
29541
29541
|
const path_fullSearchInfo = path + '.fullSearchInfo';
|
|
29542
|
-
const referencepath_fullSearchInfoValidationError = validate$
|
|
29542
|
+
const referencepath_fullSearchInfoValidationError = validate$p(obj_fullSearchInfo, path_fullSearchInfo);
|
|
29543
29543
|
if (referencepath_fullSearchInfoValidationError !== null) {
|
|
29544
29544
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_fullSearchInfo + '")\n';
|
|
29545
29545
|
message += referencepath_fullSearchInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29552,7 +29552,7 @@ function validate$n(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
29552
29552
|
}
|
|
29553
29553
|
const obj_suggestionsInfo = obj.suggestionsInfo;
|
|
29554
29554
|
const path_suggestionsInfo = path + '.suggestionsInfo';
|
|
29555
|
-
const referencepath_suggestionsInfoValidationError = validate$
|
|
29555
|
+
const referencepath_suggestionsInfoValidationError = validate$p(obj_suggestionsInfo, path_suggestionsInfo);
|
|
29556
29556
|
if (referencepath_suggestionsInfoValidationError !== null) {
|
|
29557
29557
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_suggestionsInfo + '")\n';
|
|
29558
29558
|
message += referencepath_suggestionsInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29564,7 +29564,7 @@ function validate$n(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
29564
29564
|
|
|
29565
29565
|
const TTL$7 = 30000;
|
|
29566
29566
|
const VERSION$9 = "ab99b79a5e8a78e051ec92b39d76a6bd";
|
|
29567
|
-
function validate$
|
|
29567
|
+
function validate$n(obj, path = 'LookupMetadataRepresentation') {
|
|
29568
29568
|
const v_error = (() => {
|
|
29569
29569
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29570
29570
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29615,7 +29615,7 @@ function validate$m(obj, path = 'LookupMetadataRepresentation') {
|
|
|
29615
29615
|
const key = obj_targetInfo_keys[i];
|
|
29616
29616
|
const obj_targetInfo_prop = obj_targetInfo[key];
|
|
29617
29617
|
const path_targetInfo_prop = path_targetInfo + '["' + key + '"]';
|
|
29618
|
-
const referencepath_targetInfo_propValidationError = validate$
|
|
29618
|
+
const referencepath_targetInfo_propValidationError = validate$o(obj_targetInfo_prop, path_targetInfo_prop);
|
|
29619
29619
|
if (referencepath_targetInfo_propValidationError !== null) {
|
|
29620
29620
|
let message = 'Object doesn\'t match LookupMetadataTargetInfoRepresentation (at "' + path_targetInfo_prop + '")\n';
|
|
29621
29621
|
message += referencepath_targetInfo_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29655,7 +29655,7 @@ function equals$9(existing, incoming) {
|
|
|
29655
29655
|
}
|
|
29656
29656
|
const ingest$5 = function LookupMetadataRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29657
29657
|
if (process.env.NODE_ENV !== 'production') {
|
|
29658
|
-
const validateError = validate$
|
|
29658
|
+
const validateError = validate$n(input);
|
|
29659
29659
|
if (validateError !== null) {
|
|
29660
29660
|
throw validateError;
|
|
29661
29661
|
}
|
|
@@ -29817,7 +29817,7 @@ const getLookupMetadataAdapterFactory = (luvio) => function UiApi__getLookupMeta
|
|
|
29817
29817
|
buildCachedSnapshotCachePolicy$6, buildNetworkSnapshotCachePolicy$7);
|
|
29818
29818
|
};
|
|
29819
29819
|
|
|
29820
|
-
function validate$
|
|
29820
|
+
function validate$m(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
29821
29821
|
const v_error = (() => {
|
|
29822
29822
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29823
29823
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29848,7 +29848,7 @@ function validate$l(obj, path = 'SearchDataCategoryInputRepresentation') {
|
|
|
29848
29848
|
return v_error === undefined ? null : v_error;
|
|
29849
29849
|
}
|
|
29850
29850
|
|
|
29851
|
-
function validate$
|
|
29851
|
+
function validate$l(obj, path = 'SearchFilterInputRepresentation') {
|
|
29852
29852
|
const v_error = (() => {
|
|
29853
29853
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29854
29854
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29917,7 +29917,7 @@ function validate$k(obj, path = 'SearchFilterInputRepresentation') {
|
|
|
29917
29917
|
return v_error === undefined ? null : v_error;
|
|
29918
29918
|
}
|
|
29919
29919
|
|
|
29920
|
-
function validate$
|
|
29920
|
+
function validate$k(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
29921
29921
|
const v_error = (() => {
|
|
29922
29922
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29923
29923
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29930,7 +29930,7 @@ function validate$j(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
29930
29930
|
for (let i = 0; i < obj_dataCategories.length; i++) {
|
|
29931
29931
|
const obj_dataCategories_item = obj_dataCategories[i];
|
|
29932
29932
|
const path_dataCategories_item = path_dataCategories + '[' + i + ']';
|
|
29933
|
-
const referencepath_dataCategories_itemValidationError = validate$
|
|
29933
|
+
const referencepath_dataCategories_itemValidationError = validate$m(obj_dataCategories_item, path_dataCategories_item);
|
|
29934
29934
|
if (referencepath_dataCategories_itemValidationError !== null) {
|
|
29935
29935
|
let message = 'Object doesn\'t match SearchDataCategoryInputRepresentation (at "' + path_dataCategories_item + '")\n';
|
|
29936
29936
|
message += referencepath_dataCategories_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29945,7 +29945,7 @@ function validate$j(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
29945
29945
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
29946
29946
|
const obj_filters_item = obj_filters[i];
|
|
29947
29947
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
29948
|
-
const referencepath_filters_itemValidationError = validate$
|
|
29948
|
+
const referencepath_filters_itemValidationError = validate$l(obj_filters_item, path_filters_item);
|
|
29949
29949
|
if (referencepath_filters_itemValidationError !== null) {
|
|
29950
29950
|
let message = 'Object doesn\'t match SearchFilterInputRepresentation (at "' + path_filters_item + '")\n';
|
|
29951
29951
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29956,7 +29956,7 @@ function validate$j(obj, path = 'SearchObjectOptionsRepresentation') {
|
|
|
29956
29956
|
return v_error === undefined ? null : v_error;
|
|
29957
29957
|
}
|
|
29958
29958
|
|
|
29959
|
-
function validate$
|
|
29959
|
+
function validate$j(obj, path = 'ErrorMessageRepresentation') {
|
|
29960
29960
|
const v_error = (() => {
|
|
29961
29961
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29962
29962
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29996,7 +29996,7 @@ function validate$i(obj, path = 'ErrorMessageRepresentation') {
|
|
|
29996
29996
|
return v_error === undefined ? null : v_error;
|
|
29997
29997
|
}
|
|
29998
29998
|
|
|
29999
|
-
function validate$
|
|
29999
|
+
function validate$i(obj, path = 'SearchResultCollectionRepresentation') {
|
|
30000
30000
|
const v_error = (() => {
|
|
30001
30001
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30002
30002
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30010,7 +30010,7 @@ function validate$h(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
30010
30010
|
const path_error = path + '.error';
|
|
30011
30011
|
let obj_error_union0 = null;
|
|
30012
30012
|
const obj_error_union0_error = (() => {
|
|
30013
|
-
const referencepath_errorValidationError = validate$
|
|
30013
|
+
const referencepath_errorValidationError = validate$j(obj_error, path_error);
|
|
30014
30014
|
if (referencepath_errorValidationError !== null) {
|
|
30015
30015
|
let message = 'Object doesn\'t match ErrorMessageRepresentation (at "' + path_error + '")\n';
|
|
30016
30016
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30074,7 +30074,7 @@ function validate$h(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
30074
30074
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
30075
30075
|
const obj_orderBy_item = obj_orderBy[i];
|
|
30076
30076
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
30077
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
30077
|
+
const referencepath_orderBy_itemValidationError = validate$1W(obj_orderBy_item, path_orderBy_item);
|
|
30078
30078
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
30079
30079
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
30080
30080
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30140,7 +30140,7 @@ function validate$h(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
30140
30140
|
return v_error === undefined ? null : v_error;
|
|
30141
30141
|
}
|
|
30142
30142
|
|
|
30143
|
-
function validate$
|
|
30143
|
+
function validate$h(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
30144
30144
|
const v_error = (() => {
|
|
30145
30145
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30146
30146
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30161,6 +30161,42 @@ function validate$g(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
|
30161
30161
|
return v_error === undefined ? null : v_error;
|
|
30162
30162
|
}
|
|
30163
30163
|
|
|
30164
|
+
function validate$g(obj, path = 'AppliedSearchFilterOutputRepresentation') {
|
|
30165
|
+
const v_error = (() => {
|
|
30166
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30167
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
30168
|
+
}
|
|
30169
|
+
const obj_fieldPath = obj.fieldPath;
|
|
30170
|
+
const path_fieldPath = path + '.fieldPath';
|
|
30171
|
+
if (typeof obj_fieldPath !== 'string') {
|
|
30172
|
+
return new TypeError('Expected "string" but received "' + typeof obj_fieldPath + '" (at "' + path_fieldPath + '")');
|
|
30173
|
+
}
|
|
30174
|
+
const obj_label = obj.label;
|
|
30175
|
+
const path_label = path + '.label';
|
|
30176
|
+
if (typeof obj_label !== 'string') {
|
|
30177
|
+
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
30178
|
+
}
|
|
30179
|
+
const obj_operator = obj.operator;
|
|
30180
|
+
const path_operator = path + '.operator';
|
|
30181
|
+
if (typeof obj_operator !== 'string') {
|
|
30182
|
+
return new TypeError('Expected "string" but received "' + typeof obj_operator + '" (at "' + path_operator + '")');
|
|
30183
|
+
}
|
|
30184
|
+
const obj_values = obj.values;
|
|
30185
|
+
const path_values = path + '.values';
|
|
30186
|
+
if (!ArrayIsArray(obj_values)) {
|
|
30187
|
+
return new TypeError('Expected "array" but received "' + typeof obj_values + '" (at "' + path_values + '")');
|
|
30188
|
+
}
|
|
30189
|
+
for (let i = 0; i < obj_values.length; i++) {
|
|
30190
|
+
const obj_values_item = obj_values[i];
|
|
30191
|
+
const path_values_item = path_values + '[' + i + ']';
|
|
30192
|
+
if (typeof obj_values_item !== 'string') {
|
|
30193
|
+
return new TypeError('Expected "string" but received "' + typeof obj_values_item + '" (at "' + path_values_item + '")');
|
|
30194
|
+
}
|
|
30195
|
+
}
|
|
30196
|
+
})();
|
|
30197
|
+
return v_error === undefined ? null : v_error;
|
|
30198
|
+
}
|
|
30199
|
+
|
|
30164
30200
|
function validate$f(obj, path = 'SearchAnswersRecordRepresentation') {
|
|
30165
30201
|
const v_error = (() => {
|
|
30166
30202
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -30200,6 +30236,21 @@ function validate$e(obj, path = 'SearchAnswersResultRepresentation') {
|
|
|
30200
30236
|
if (typeof obj_answerType !== 'string') {
|
|
30201
30237
|
return new TypeError('Expected "string" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
|
|
30202
30238
|
}
|
|
30239
|
+
const obj_appliedFilters = obj.appliedFilters;
|
|
30240
|
+
const path_appliedFilters = path + '.appliedFilters';
|
|
30241
|
+
if (!ArrayIsArray(obj_appliedFilters)) {
|
|
30242
|
+
return new TypeError('Expected "array" but received "' + typeof obj_appliedFilters + '" (at "' + path_appliedFilters + '")');
|
|
30243
|
+
}
|
|
30244
|
+
for (let i = 0; i < obj_appliedFilters.length; i++) {
|
|
30245
|
+
const obj_appliedFilters_item = obj_appliedFilters[i];
|
|
30246
|
+
const path_appliedFilters_item = path_appliedFilters + '[' + i + ']';
|
|
30247
|
+
const referencepath_appliedFilters_itemValidationError = validate$g(obj_appliedFilters_item, path_appliedFilters_item);
|
|
30248
|
+
if (referencepath_appliedFilters_itemValidationError !== null) {
|
|
30249
|
+
let message = 'Object doesn\'t match AppliedSearchFilterOutputRepresentation (at "' + path_appliedFilters_item + '")\n';
|
|
30250
|
+
message += referencepath_appliedFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
30251
|
+
return new TypeError(message);
|
|
30252
|
+
}
|
|
30253
|
+
}
|
|
30203
30254
|
const obj_passage = obj.passage;
|
|
30204
30255
|
const path_passage = path + '.passage';
|
|
30205
30256
|
if (typeof obj_passage !== 'string') {
|
|
@@ -30265,11 +30316,6 @@ function validate$c(obj, path = 'SearchFilterOutputRepresentation') {
|
|
|
30265
30316
|
if (typeof obj_fieldPath !== 'string') {
|
|
30266
30317
|
return new TypeError('Expected "string" but received "' + typeof obj_fieldPath + '" (at "' + path_fieldPath + '")');
|
|
30267
30318
|
}
|
|
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
30319
|
const obj_operator = obj.operator;
|
|
30274
30320
|
const path_operator = path + '.operator';
|
|
30275
30321
|
if (typeof obj_operator !== 'string') {
|
|
@@ -30367,7 +30413,7 @@ function validate$a(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
30367
30413
|
const path_keywordSearchResults = path + '.keywordSearchResults';
|
|
30368
30414
|
let obj_keywordSearchResults_union0 = null;
|
|
30369
30415
|
const obj_keywordSearchResults_union0_error = (() => {
|
|
30370
|
-
const referencepath_keywordSearchResultsValidationError = validate$
|
|
30416
|
+
const referencepath_keywordSearchResultsValidationError = validate$h(obj_keywordSearchResults, path_keywordSearchResults);
|
|
30371
30417
|
if (referencepath_keywordSearchResultsValidationError !== null) {
|
|
30372
30418
|
let message = 'Object doesn\'t match KeywordSearchResultsRepresentation (at "' + path_keywordSearchResults + '")\n';
|
|
30373
30419
|
message += referencepath_keywordSearchResultsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30580,7 +30626,7 @@ function typeCheckConfig$f(untrustedConfig) {
|
|
|
30580
30626
|
for (let i = 0, arrayLength = untrustedConfig_searchObjectOptions_keys.length; i < arrayLength; i++) {
|
|
30581
30627
|
const key = untrustedConfig_searchObjectOptions_keys[i];
|
|
30582
30628
|
const untrustedConfig_searchObjectOptions_prop = untrustedConfig_searchObjectOptions[key];
|
|
30583
|
-
const referenceSearchObjectOptionsRepresentationValidationError = validate$
|
|
30629
|
+
const referenceSearchObjectOptionsRepresentationValidationError = validate$k(untrustedConfig_searchObjectOptions_prop);
|
|
30584
30630
|
if (referenceSearchObjectOptionsRepresentationValidationError === null) {
|
|
30585
30631
|
if (untrustedConfig_searchObjectOptions_object !== undefined) {
|
|
30586
30632
|
untrustedConfig_searchObjectOptions_object[key] = untrustedConfig_searchObjectOptions_prop;
|
|
@@ -30699,7 +30745,7 @@ function validate$9(obj, path = 'KeywordSearchResultsSummaryRepresentation') {
|
|
|
30699
30745
|
}
|
|
30700
30746
|
const obj_keywordSearchResult = obj.keywordSearchResult;
|
|
30701
30747
|
const path_keywordSearchResult = path + '.keywordSearchResult';
|
|
30702
|
-
const referencepath_keywordSearchResultValidationError = validate$
|
|
30748
|
+
const referencepath_keywordSearchResultValidationError = validate$i(obj_keywordSearchResult, path_keywordSearchResult);
|
|
30703
30749
|
if (referencepath_keywordSearchResultValidationError !== null) {
|
|
30704
30750
|
let message = 'Object doesn\'t match SearchResultCollectionRepresentation (at "' + path_keywordSearchResult + '")\n';
|
|
30705
30751
|
message += referencepath_keywordSearchResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30854,7 +30900,7 @@ function typeCheckConfig$e(untrustedConfig) {
|
|
|
30854
30900
|
const untrustedConfig_filters_array = [];
|
|
30855
30901
|
for (let i = 0, arrayLength = untrustedConfig_filters.length; i < arrayLength; i++) {
|
|
30856
30902
|
const untrustedConfig_filters_item = untrustedConfig_filters[i];
|
|
30857
|
-
const referenceSearchFilterInputRepresentationValidationError = validate$
|
|
30903
|
+
const referenceSearchFilterInputRepresentationValidationError = validate$l(untrustedConfig_filters_item);
|
|
30858
30904
|
if (referenceSearchFilterInputRepresentationValidationError === null) {
|
|
30859
30905
|
untrustedConfig_filters_array.push(untrustedConfig_filters_item);
|
|
30860
30906
|
}
|
|
@@ -32353,7 +32399,7 @@ function validate$6(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
32353
32399
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
32354
32400
|
let obj_recordTypeInfo_union0 = null;
|
|
32355
32401
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
32356
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
32402
|
+
const referencepath_recordTypeInfoValidationError = validate$1N(obj_recordTypeInfo, path_recordTypeInfo);
|
|
32357
32403
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
32358
32404
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
32359
32405
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -35590,4 +35636,4 @@ withDefaultLuvio((luvio) => {
|
|
|
35590
35636
|
});
|
|
35591
35637
|
|
|
35592
35638
|
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-
|
|
35639
|
+
// version: 1.266.0-dev5-5855d4d0a
|