@salesforce/lds-adapters-uiapi 1.308.0-dev2 → 1.308.0-dev3

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.
Files changed (25) hide show
  1. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsRepresentation.d.ts +3 -1
  2. package/dist/es/es2018/types/src/generated/graphql/types/PolymorphicAggregateParentRelationship.d.ts +20 -0
  3. package/dist/es/es2018/types/src/generated/graphql/types/Query.d.ts +3 -3
  4. package/dist/es/es2018/types/src/generated/graphql/types/RecordAggregate.d.ts +4 -1
  5. package/dist/es/es2018/types/src/generated/graphql/types/SObject__Field.d.ts +35 -0
  6. package/dist/es/es2018/types/src/generated/graphql/types/SObject__FieldType.d.ts +6 -0
  7. package/dist/es/es2018/types/src/generated/graphql/types/Setup__EntityRepresentation.d.ts +3 -1
  8. package/dist/es/es2018/types/src/generated/graphql/types/Setup__Setup.d.ts +3 -1
  9. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupAggregateConnection.d.ts +39 -0
  10. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupAggregateEdge.d.ts +36 -0
  11. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupPolymorphicAggregateParentRelationship.d.ts +20 -0
  12. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupQueryAggregate.d.ts +35 -0
  13. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupRecordAggregate.d.ts +71 -0
  14. package/dist/es/es2018/types/src/generated/graphql/types/Setup__SetupRecordResult.d.ts +35 -0
  15. package/dist/es/es2018/types/src/generated/types/DirectAnswerResultRepresentation.d.ts +37 -0
  16. package/dist/es/es2018/types/src/generated/types/KeywordSearchResultsRepresentation.d.ts +4 -1
  17. package/dist/es/es2018/types/src/generated/types/SearchAnswersResultRepresentation.d.ts +8 -5
  18. package/dist/es/es2018/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +5 -1
  19. package/dist/es/es2018/uiapi-records-service.js +6881 -4966
  20. package/package.json +10 -9
  21. package/sfdc/graphqlAdapters.js +5035 -3356
  22. package/sfdc/index.js +501 -265
  23. package/src/raml/api.raml +28 -2
  24. package/src/raml/uiapi.graphql +117 -39
  25. package/dist/es/es2018/types/src/generated/graphql/types/Analytics__AnalyticsAssetTypeSelection.d.ts +0 -10
package/sfdc/index.js CHANGED
@@ -721,7 +721,7 @@ function assignMetadataLink(entry, metadataKey) {
721
721
  }
722
722
 
723
723
  const VERSION$1t = "623aa9ce3a11031e35faf5671a41746e";
724
- function validate$28(obj, path = 'ListFilterByInfoRepresentation') {
724
+ function validate$29(obj, path = 'ListFilterByInfoRepresentation') {
725
725
  const v_error = (() => {
726
726
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
727
727
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -784,7 +784,7 @@ const select$26 = function ListFilterByInfoRepresentationSelect() {
784
784
  };
785
785
 
786
786
  const VERSION$1s = "f98dc7dec10408a9648ef8e5b37002a3";
787
- function validate$27(obj, path = 'ListInlineEditDetailsRepresentation') {
787
+ function validate$28(obj, path = 'ListInlineEditDetailsRepresentation') {
788
788
  const v_error = (() => {
789
789
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
790
790
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -863,7 +863,7 @@ const select$25 = function ListInlineEditDetailsRepresentationSelect() {
863
863
  };
864
864
 
865
865
  const VERSION$1r = "76042ff4af603b2ac0ec69fa0bd12046";
866
- function validate$26(obj, path = 'ListReferenceRepresentation') {
866
+ function validate$27(obj, path = 'ListReferenceRepresentation') {
867
867
  const v_error = (() => {
868
868
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
869
869
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -983,7 +983,7 @@ function equals$1a(existing, incoming) {
983
983
  }
984
984
 
985
985
  const VERSION$1q = "f1519bef57e70ab7c5ef160dc5ff0c47";
986
- function validate$25(obj, path = 'ListInfoShareRepresentation') {
986
+ function validate$26(obj, path = 'ListInfoShareRepresentation') {
987
987
  const v_error = (() => {
988
988
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
989
989
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1020,7 +1020,7 @@ const select$23 = function ListInfoShareRepresentationSelect() {
1020
1020
  };
1021
1021
 
1022
1022
  const VERSION$1p = "561657f32721ec1dac1601575b029640";
1023
- function validate$24(obj, path = 'ListInfoShareCategoryRepresentation') {
1023
+ function validate$25(obj, path = 'ListInfoShareCategoryRepresentation') {
1024
1024
  const v_error = (() => {
1025
1025
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1026
1026
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1038,7 +1038,7 @@ function validate$24(obj, path = 'ListInfoShareCategoryRepresentation') {
1038
1038
  for (let i = 0; i < obj_shares.length; i++) {
1039
1039
  const obj_shares_item = obj_shares[i];
1040
1040
  const path_shares_item = path_shares + '[' + i + ']';
1041
- const referencepath_shares_itemValidationError = validate$25(obj_shares_item, path_shares_item);
1041
+ const referencepath_shares_itemValidationError = validate$26(obj_shares_item, path_shares_item);
1042
1042
  if (referencepath_shares_itemValidationError !== null) {
1043
1043
  let message = 'Object doesn\'t match ListInfoShareRepresentation (at "' + path_shares_item + '")\n';
1044
1044
  message += referencepath_shares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1070,7 +1070,7 @@ const select$22 = function ListInfoShareCategoryRepresentationSelect() {
1070
1070
  };
1071
1071
 
1072
1072
  const VERSION$1o = "32def9b631252c12b91a8209c1f49f5a";
1073
- function validate$23(obj, path = 'ListOrderByInfoRepresentation') {
1073
+ function validate$24(obj, path = 'ListOrderByInfoRepresentation') {
1074
1074
  const v_error = (() => {
1075
1075
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1076
1076
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1155,7 +1155,7 @@ function equals$19(existing, incoming) {
1155
1155
  }
1156
1156
 
1157
1157
  const VERSION$1n = "2634258f216db34315c06d759a35676d";
1158
- function validate$22(obj, path = 'ListScopeEntityRepresentation') {
1158
+ function validate$23(obj, path = 'ListScopeEntityRepresentation') {
1159
1159
  const v_error = (() => {
1160
1160
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1161
1161
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1192,7 +1192,7 @@ const select$20 = function ListScopeEntityRepresentationSelect() {
1192
1192
  };
1193
1193
 
1194
1194
  const VERSION$1m = "3b85c5a08d50ce328481b9f8ab56127b";
1195
- function validate$21(obj, path = 'ListScopeRelatedEntityRepresentation') {
1195
+ function validate$22(obj, path = 'ListScopeRelatedEntityRepresentation') {
1196
1196
  const v_error = (() => {
1197
1197
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1198
1198
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1238,7 +1238,7 @@ const select$1$ = function ListScopeRelatedEntityRepresentationSelect() {
1238
1238
  };
1239
1239
 
1240
1240
  const VERSION$1l = "2fe9814e7124b47f59da585483c1b3f9";
1241
- function validate$20(obj, path = 'ListScopeRepresentation') {
1241
+ function validate$21(obj, path = 'ListScopeRepresentation') {
1242
1242
  const v_error = (() => {
1243
1243
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1244
1244
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1252,7 +1252,7 @@ function validate$20(obj, path = 'ListScopeRepresentation') {
1252
1252
  const path_entity = path + '.entity';
1253
1253
  let obj_entity_union0 = null;
1254
1254
  const obj_entity_union0_error = (() => {
1255
- const referencepath_entityValidationError = validate$22(obj_entity, path_entity);
1255
+ const referencepath_entityValidationError = validate$23(obj_entity, path_entity);
1256
1256
  if (referencepath_entityValidationError !== null) {
1257
1257
  let message = 'Object doesn\'t match ListScopeEntityRepresentation (at "' + path_entity + '")\n';
1258
1258
  message += referencepath_entityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1307,7 +1307,7 @@ function validate$20(obj, path = 'ListScopeRepresentation') {
1307
1307
  const path_relatedEntity = path + '.relatedEntity';
1308
1308
  let obj_relatedEntity_union0 = null;
1309
1309
  const obj_relatedEntity_union0_error = (() => {
1310
- const referencepath_relatedEntityValidationError = validate$21(obj_relatedEntity, path_relatedEntity);
1310
+ const referencepath_relatedEntityValidationError = validate$22(obj_relatedEntity, path_relatedEntity);
1311
1311
  if (referencepath_relatedEntityValidationError !== null) {
1312
1312
  let message = 'Object doesn\'t match ListScopeRelatedEntityRepresentation (at "' + path_relatedEntity + '")\n';
1313
1313
  message += referencepath_relatedEntityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1368,7 +1368,7 @@ const select$1_ = function ListScopeRepresentationSelect() {
1368
1368
  };
1369
1369
 
1370
1370
  const VERSION$1k = "6506134f4d72fdfa349fe60ef1af2413";
1371
- function validate$1$(obj, path = 'ListUserPreferenceRepresentation') {
1371
+ function validate$20(obj, path = 'ListUserPreferenceRepresentation') {
1372
1372
  const v_error = (() => {
1373
1373
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1374
1374
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1424,7 +1424,7 @@ const select$1Z = function ListUserPreferenceRepresentationSelect() {
1424
1424
  };
1425
1425
  };
1426
1426
 
1427
- function validate$1_(obj, path = 'ListColumnInlineEditAttributesRepresentation') {
1427
+ function validate$1$(obj, path = 'ListColumnInlineEditAttributesRepresentation') {
1428
1428
  const v_error = (() => {
1429
1429
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1430
1430
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1443,7 +1443,7 @@ function validate$1_(obj, path = 'ListColumnInlineEditAttributesRepresentation')
1443
1443
  return v_error === undefined ? null : v_error;
1444
1444
  }
1445
1445
 
1446
- function validate$1Z(obj, path = 'ListColumnInlineEditAttributesRepresentationWrapper') {
1446
+ function validate$1_(obj, path = 'ListColumnInlineEditAttributesRepresentationWrapper') {
1447
1447
  const v_error = (() => {
1448
1448
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1449
1449
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1453,7 +1453,7 @@ function validate$1Z(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
1453
1453
  const key = obj_keys[i];
1454
1454
  const obj_prop = obj[key];
1455
1455
  const path_prop = path + '["' + key + '"]';
1456
- const referencepath_propValidationError = validate$1_(obj_prop, path_prop);
1456
+ const referencepath_propValidationError = validate$1$(obj_prop, path_prop);
1457
1457
  if (referencepath_propValidationError !== null) {
1458
1458
  let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentation (at "' + path_prop + '")\n';
1459
1459
  message += referencepath_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1465,7 +1465,7 @@ function validate$1Z(obj, path = 'ListColumnInlineEditAttributesRepresentationWr
1465
1465
  }
1466
1466
 
1467
1467
  const VERSION$1j = "64e2cac6d374ad92f491a9f8a952c6c3";
1468
- function validate$1Y(obj, path = 'ListColumnRepresentation') {
1468
+ function validate$1Z(obj, path = 'ListColumnRepresentation') {
1469
1469
  const v_error = (() => {
1470
1470
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1471
1471
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1479,7 +1479,7 @@ function validate$1Y(obj, path = 'ListColumnRepresentation') {
1479
1479
  const path_inlineEditAttributes = path + '.inlineEditAttributes';
1480
1480
  let obj_inlineEditAttributes_union0 = null;
1481
1481
  const obj_inlineEditAttributes_union0_error = (() => {
1482
- const referencepath_inlineEditAttributesValidationError = validate$1Z(obj_inlineEditAttributes, path_inlineEditAttributes);
1482
+ const referencepath_inlineEditAttributesValidationError = validate$1_(obj_inlineEditAttributes, path_inlineEditAttributes);
1483
1483
  if (referencepath_inlineEditAttributesValidationError !== null) {
1484
1484
  let message = 'Object doesn\'t match ListColumnInlineEditAttributesRepresentationWrapper (at "' + path_inlineEditAttributes + '")\n';
1485
1485
  message += referencepath_inlineEditAttributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1568,7 +1568,7 @@ function equals$18(existing, incoming) {
1568
1568
  }
1569
1569
  const ingest$S = function ListColumnRepresentationIngest(input, path, luvio, store, timestamp) {
1570
1570
  if (process.env.NODE_ENV !== 'production') {
1571
- const validateError = validate$1Y(input);
1571
+ const validateError = validate$1Z(input);
1572
1572
  if (validateError !== null) {
1573
1573
  throw validateError;
1574
1574
  }
@@ -1601,7 +1601,7 @@ const keyBuilderFromType$F = function ListInfoRepresentationKeyBuilderFromType(l
1601
1601
 
1602
1602
  const TTL$B = 900000;
1603
1603
  const VERSION$1i = "5adf17d38be03c0f71b1c52485b377a6";
1604
- function validate$1X(obj, path = 'ListInfoRepresentation') {
1604
+ function validate$1Y(obj, path = 'ListInfoRepresentation') {
1605
1605
  const v_error = (() => {
1606
1606
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
1607
1607
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -1672,7 +1672,7 @@ function validate$1X(obj, path = 'ListInfoRepresentation') {
1672
1672
  for (let i = 0; i < obj_filteredByInfo.length; i++) {
1673
1673
  const obj_filteredByInfo_item = obj_filteredByInfo[i];
1674
1674
  const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
1675
- const referencepath_filteredByInfo_itemValidationError = validate$28(obj_filteredByInfo_item, path_filteredByInfo_item);
1675
+ const referencepath_filteredByInfo_itemValidationError = validate$29(obj_filteredByInfo_item, path_filteredByInfo_item);
1676
1676
  if (referencepath_filteredByInfo_itemValidationError !== null) {
1677
1677
  let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
1678
1678
  message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1688,7 +1688,7 @@ function validate$1X(obj, path = 'ListInfoRepresentation') {
1688
1688
  }
1689
1689
  const obj_inlineEditDetails = obj.inlineEditDetails;
1690
1690
  const path_inlineEditDetails = path + '.inlineEditDetails';
1691
- const referencepath_inlineEditDetailsValidationError = validate$27(obj_inlineEditDetails, path_inlineEditDetails);
1691
+ const referencepath_inlineEditDetailsValidationError = validate$28(obj_inlineEditDetails, path_inlineEditDetails);
1692
1692
  if (referencepath_inlineEditDetailsValidationError !== null) {
1693
1693
  let message = 'Object doesn\'t match ListInlineEditDetailsRepresentation (at "' + path_inlineEditDetails + '")\n';
1694
1694
  message += referencepath_inlineEditDetailsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1722,7 +1722,7 @@ function validate$1X(obj, path = 'ListInfoRepresentation') {
1722
1722
  }
1723
1723
  const obj_listReference = obj.listReference;
1724
1724
  const path_listReference = path + '.listReference';
1725
- const referencepath_listReferenceValidationError = validate$26(obj_listReference, path_listReference);
1725
+ const referencepath_listReferenceValidationError = validate$27(obj_listReference, path_listReference);
1726
1726
  if (referencepath_listReferenceValidationError !== null) {
1727
1727
  let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
1728
1728
  message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1736,7 +1736,7 @@ function validate$1X(obj, path = 'ListInfoRepresentation') {
1736
1736
  for (let i = 0; i < obj_listShares.length; i++) {
1737
1737
  const obj_listShares_item = obj_listShares[i];
1738
1738
  const path_listShares_item = path_listShares + '[' + i + ']';
1739
- const referencepath_listShares_itemValidationError = validate$24(obj_listShares_item, path_listShares_item);
1739
+ const referencepath_listShares_itemValidationError = validate$25(obj_listShares_item, path_listShares_item);
1740
1740
  if (referencepath_listShares_itemValidationError !== null) {
1741
1741
  let message = 'Object doesn\'t match ListInfoShareCategoryRepresentation (at "' + path_listShares_item + '")\n';
1742
1742
  message += referencepath_listShares_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1763,7 +1763,7 @@ function validate$1X(obj, path = 'ListInfoRepresentation') {
1763
1763
  for (let i = 0; i < obj_orderedByInfo.length; i++) {
1764
1764
  const obj_orderedByInfo_item = obj_orderedByInfo[i];
1765
1765
  const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
1766
- const referencepath_orderedByInfo_itemValidationError = validate$23(obj_orderedByInfo_item, path_orderedByInfo_item);
1766
+ const referencepath_orderedByInfo_itemValidationError = validate$24(obj_orderedByInfo_item, path_orderedByInfo_item);
1767
1767
  if (referencepath_orderedByInfo_itemValidationError !== null) {
1768
1768
  let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
1769
1769
  message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1774,7 +1774,7 @@ function validate$1X(obj, path = 'ListInfoRepresentation') {
1774
1774
  const path_scope = path + '.scope';
1775
1775
  let obj_scope_union0 = null;
1776
1776
  const obj_scope_union0_error = (() => {
1777
- const referencepath_scopeValidationError = validate$20(obj_scope, path_scope);
1777
+ const referencepath_scopeValidationError = validate$21(obj_scope, path_scope);
1778
1778
  if (referencepath_scopeValidationError !== null) {
1779
1779
  let message = 'Object doesn\'t match ListScopeRepresentation (at "' + path_scope + '")\n';
1780
1780
  message += referencepath_scopeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1811,7 +1811,7 @@ function validate$1X(obj, path = 'ListInfoRepresentation') {
1811
1811
  }
1812
1812
  const obj_userPreferences = obj.userPreferences;
1813
1813
  const path_userPreferences = path + '.userPreferences';
1814
- const referencepath_userPreferencesValidationError = validate$1$(obj_userPreferences, path_userPreferences);
1814
+ const referencepath_userPreferencesValidationError = validate$20(obj_userPreferences, path_userPreferences);
1815
1815
  if (referencepath_userPreferencesValidationError !== null) {
1816
1816
  let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
1817
1817
  message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -1970,7 +1970,7 @@ function equals$17(existing, incoming) {
1970
1970
  }
1971
1971
  const ingest$R = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
1972
1972
  if (process.env.NODE_ENV !== 'production') {
1973
- const validateError = validate$1X(input);
1973
+ const validateError = validate$1Y(input);
1974
1974
  if (validateError !== null) {
1975
1975
  throw validateError;
1976
1976
  }
@@ -2054,7 +2054,7 @@ function toSortedStringArray(value) {
2054
2054
  }
2055
2055
 
2056
2056
  const VERSION$1h = "d1e589a127fb1060c89070cdb6f500b2";
2057
- function validate$1W(obj, path = 'RecordTypeInfoRepresentation') {
2057
+ function validate$1X(obj, path = 'RecordTypeInfoRepresentation') {
2058
2058
  const v_error = (() => {
2059
2059
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2060
2060
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -2146,7 +2146,7 @@ function equals$16(existing, incoming) {
2146
2146
  }
2147
2147
 
2148
2148
  const VERSION$1g = "195d918987a35f45e1aa4dce9a11d8c5";
2149
- function validate$1V(obj, path = 'FieldValueRepresentation') {
2149
+ function validate$1W(obj, path = 'FieldValueRepresentation') {
2150
2150
  const v_error = (() => {
2151
2151
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2152
2152
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -2293,7 +2293,7 @@ function equals$15(existing, incoming) {
2293
2293
  }
2294
2294
  const ingest$Q = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
2295
2295
  if (process.env.NODE_ENV !== 'production') {
2296
- const validateError = validate$1V(input);
2296
+ const validateError = validate$1W(input);
2297
2297
  if (validateError !== null) {
2298
2298
  throw validateError;
2299
2299
  }
@@ -2344,7 +2344,7 @@ const getTypeCacheKeys$X = (rootKeySet, luvio, input, _fullPathFactory) => {
2344
2344
 
2345
2345
  const TTL$A = 120000;
2346
2346
  const VERSION$1f = "79cb5ac9f44542f683d00245fdfe500d";
2347
- function validate$1U(obj, path = 'RecordCollectionRepresentation') {
2347
+ function validate$1V(obj, path = 'RecordCollectionRepresentation') {
2348
2348
  const v_error = (() => {
2349
2349
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2350
2350
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -2617,7 +2617,7 @@ function equals$14(existing, incoming) {
2617
2617
  }
2618
2618
  const ingest$P = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
2619
2619
  if (process.env.NODE_ENV !== 'production') {
2620
- const validateError = validate$1U(input);
2620
+ const validateError = validate$1V(input);
2621
2621
  if (validateError !== null) {
2622
2622
  throw validateError;
2623
2623
  }
@@ -2653,7 +2653,7 @@ const keyBuilderFromType$E = function RecordRepresentationKeyBuilderFromType(luv
2653
2653
 
2654
2654
  const TTL$z = 30000;
2655
2655
  const VERSION$1e = "98c5b18512e48ca8d28727549507e4ba";
2656
- function validate$1T(obj, path = 'RecordRepresentation') {
2656
+ function validate$1U(obj, path = 'RecordRepresentation') {
2657
2657
  const v_error = (() => {
2658
2658
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
2659
2659
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -2783,7 +2783,7 @@ function validate$1T(obj, path = 'RecordRepresentation') {
2783
2783
  const path_recordTypeInfo = path + '.recordTypeInfo';
2784
2784
  let obj_recordTypeInfo_union0 = null;
2785
2785
  const obj_recordTypeInfo_union0_error = (() => {
2786
- const referencepath_recordTypeInfoValidationError = validate$1W(obj_recordTypeInfo, path_recordTypeInfo);
2786
+ const referencepath_recordTypeInfoValidationError = validate$1X(obj_recordTypeInfo, path_recordTypeInfo);
2787
2787
  if (referencepath_recordTypeInfoValidationError !== null) {
2788
2788
  let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
2789
2789
  message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -5433,7 +5433,7 @@ function normalize$O(input, existing, path, luvio, store, timestamp, fieldsTrie,
5433
5433
  function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
5434
5434
  return (input, path, luvio, store, timestamp) => {
5435
5435
  if (process.env.NODE_ENV !== 'production') {
5436
- const validateError = validate$1V(input);
5436
+ const validateError = validate$1W(input);
5437
5437
  if (validateError !== null) {
5438
5438
  throw validateError;
5439
5439
  }
@@ -5526,7 +5526,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
5526
5526
  const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
5527
5527
  return (input, path, luvio, store, timestamp) => {
5528
5528
  if (process.env.NODE_ENV !== 'production') {
5529
- const validateError = validate$1T(input);
5529
+ const validateError = validate$1U(input);
5530
5530
  if (validateError !== null) {
5531
5531
  throw validateError;
5532
5532
  }
@@ -6388,7 +6388,7 @@ const keyBuilderFromType$C = function ListRecordCollectionRepresentationKeyBuild
6388
6388
 
6389
6389
  const TTL$y = 30000;
6390
6390
  const VERSION$1c = "e5c90c4081cd557f8ffec53028ede1e8";
6391
- function validate$1S(obj, path = 'ListRecordCollectionRepresentation') {
6391
+ function validate$1T(obj, path = 'ListRecordCollectionRepresentation') {
6392
6392
  const v_error = (() => {
6393
6393
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
6394
6394
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -6448,7 +6448,7 @@ function validate$1S(obj, path = 'ListRecordCollectionRepresentation') {
6448
6448
  }
6449
6449
  const obj_listReference = obj.listReference;
6450
6450
  const path_listReference = path + '.listReference';
6451
- const referencepath_listReferenceValidationError = validate$26(obj_listReference, path_listReference);
6451
+ const referencepath_listReferenceValidationError = validate$27(obj_listReference, path_listReference);
6452
6452
  if (referencepath_listReferenceValidationError !== null) {
6453
6453
  let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
6454
6454
  message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -7014,7 +7014,7 @@ function equals$12(existing, incoming) {
7014
7014
  }
7015
7015
  const ingest$N = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
7016
7016
  if (process.env.NODE_ENV !== 'production') {
7017
- const validateError = validate$1S(input);
7017
+ const validateError = validate$1T(input);
7018
7018
  if (validateError !== null) {
7019
7019
  throw validateError;
7020
7020
  }
@@ -7122,7 +7122,7 @@ const notifyUpdateAvailableFactory$4 = (luvio) => {
7122
7122
  };
7123
7123
 
7124
7124
  const VERSION$1b = "cf8d2eb042188974da26ffe6618cfd07";
7125
- function validate$1R(obj, path = 'ListUiRepresentation') {
7125
+ function validate$1S(obj, path = 'ListUiRepresentation') {
7126
7126
  const v_error = (() => {
7127
7127
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
7128
7128
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -7228,7 +7228,7 @@ function equals$11(existing, incoming) {
7228
7228
  }
7229
7229
  const ingest$M = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
7230
7230
  if (process.env.NODE_ENV !== 'production') {
7231
- const validateError = validate$1R(input);
7231
+ const validateError = validate$1S(input);
7232
7232
  if (validateError !== null) {
7233
7233
  throw validateError;
7234
7234
  }
@@ -7370,7 +7370,7 @@ function createResourceRequest$17(config) {
7370
7370
  }
7371
7371
 
7372
7372
  const VERSION$1a = "0b29241fd9ed04bb61fde26b3f558ac4";
7373
- function validate$1Q(obj, path = 'ListInfoSummaryRepresentation') {
7373
+ function validate$1R(obj, path = 'ListInfoSummaryRepresentation') {
7374
7374
  const v_error = (() => {
7375
7375
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
7376
7376
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -7482,7 +7482,7 @@ function equals$10(existing, incoming) {
7482
7482
  }
7483
7483
  const ingest$L = function ListInfoSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
7484
7484
  if (process.env.NODE_ENV !== 'production') {
7485
- const validateError = validate$1Q(input);
7485
+ const validateError = validate$1R(input);
7486
7486
  if (validateError !== null) {
7487
7487
  throw validateError;
7488
7488
  }
@@ -7503,7 +7503,7 @@ function getTypeCacheKeys$S(rootKeySet, luvio, input, fullPathFactory) {
7503
7503
  }
7504
7504
 
7505
7505
  const VERSION$19 = "d0cadb0927f908b5b64694e1cff0b2d7";
7506
- function validate$1P(obj, path = 'ListInfoSummaryCollectionRepresentation') {
7506
+ function validate$1Q(obj, path = 'ListInfoSummaryCollectionRepresentation') {
7507
7507
  const v_error = (() => {
7508
7508
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
7509
7509
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -7887,7 +7887,7 @@ function equals$$(existing, incoming) {
7887
7887
  }
7888
7888
  const ingest$K = function ListInfoSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
7889
7889
  if (process.env.NODE_ENV !== 'production') {
7890
- const validateError = validate$1P(input);
7890
+ const validateError = validate$1Q(input);
7891
7891
  if (validateError !== null) {
7892
7892
  throw validateError;
7893
7893
  }
@@ -8511,7 +8511,7 @@ function isErrorSnapshot(snapshot) {
8511
8511
  }
8512
8512
 
8513
8513
  const VERSION$18 = "3529c5f7d0eb2206c90a52c6d9f721d4";
8514
- function validate$1O(obj, path = 'ListViewSummaryRepresentation') {
8514
+ function validate$1P(obj, path = 'ListViewSummaryRepresentation') {
8515
8515
  const v_error = (() => {
8516
8516
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
8517
8517
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -8623,7 +8623,7 @@ function equals$_(existing, incoming) {
8623
8623
  }
8624
8624
  const ingest$J = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
8625
8625
  if (process.env.NODE_ENV !== 'production') {
8626
- const validateError = validate$1O(input);
8626
+ const validateError = validate$1P(input);
8627
8627
  if (validateError !== null) {
8628
8628
  throw validateError;
8629
8629
  }
@@ -8644,7 +8644,7 @@ function getTypeCacheKeys$Q(rootKeySet, luvio, input, fullPathFactory) {
8644
8644
  }
8645
8645
 
8646
8646
  const VERSION$17 = "f4c79fe066da3558499d5ee88c72abcd";
8647
- function validate$1N(obj, path = 'ListViewSummaryCollectionRepresentation') {
8647
+ function validate$1O(obj, path = 'ListViewSummaryCollectionRepresentation') {
8648
8648
  const v_error = (() => {
8649
8649
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
8650
8650
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -9028,7 +9028,7 @@ function equals$Z(existing, incoming) {
9028
9028
  }
9029
9029
  const ingest$I = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
9030
9030
  if (process.env.NODE_ENV !== 'production') {
9031
- const validateError = validate$1N(input);
9031
+ const validateError = validate$1O(input);
9032
9032
  if (validateError !== null) {
9033
9033
  throw validateError;
9034
9034
  }
@@ -10212,7 +10212,7 @@ const factory$h = (luvio) => {
10212
10212
  }, { contextId: contextId$5 });
10213
10213
  };
10214
10214
 
10215
- function validate$1M(obj, path = 'ChildRelationshipRepresentation') {
10215
+ function validate$1N(obj, path = 'ChildRelationshipRepresentation') {
10216
10216
  const v_error = (() => {
10217
10217
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
10218
10218
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -10260,7 +10260,7 @@ function validate$1M(obj, path = 'ChildRelationshipRepresentation') {
10260
10260
  return v_error === undefined ? null : v_error;
10261
10261
  }
10262
10262
 
10263
- function validate$1L(obj, path = 'FilteredLookupInfoRepresentation') {
10263
+ function validate$1M(obj, path = 'FilteredLookupInfoRepresentation') {
10264
10264
  const v_error = (() => {
10265
10265
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
10266
10266
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -10291,7 +10291,7 @@ function validate$1L(obj, path = 'FilteredLookupInfoRepresentation') {
10291
10291
  return v_error === undefined ? null : v_error;
10292
10292
  }
10293
10293
 
10294
- function validate$1K(obj, path = 'ReferenceToInfoRepresentation') {
10294
+ function validate$1L(obj, path = 'ReferenceToInfoRepresentation') {
10295
10295
  const v_error = (() => {
10296
10296
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
10297
10297
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -10317,7 +10317,7 @@ function validate$1K(obj, path = 'ReferenceToInfoRepresentation') {
10317
10317
  return v_error === undefined ? null : v_error;
10318
10318
  }
10319
10319
 
10320
- function validate$1J(obj, path = 'FieldRepresentation') {
10320
+ function validate$1K(obj, path = 'FieldRepresentation') {
10321
10321
  const v_error = (() => {
10322
10322
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
10323
10323
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -10482,7 +10482,7 @@ function validate$1J(obj, path = 'FieldRepresentation') {
10482
10482
  const path_filteredLookupInfo = path + '.filteredLookupInfo';
10483
10483
  let obj_filteredLookupInfo_union0 = null;
10484
10484
  const obj_filteredLookupInfo_union0_error = (() => {
10485
- const referencepath_filteredLookupInfoValidationError = validate$1L(obj_filteredLookupInfo, path_filteredLookupInfo);
10485
+ const referencepath_filteredLookupInfoValidationError = validate$1M(obj_filteredLookupInfo, path_filteredLookupInfo);
10486
10486
  if (referencepath_filteredLookupInfoValidationError !== null) {
10487
10487
  let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
10488
10488
  message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -10633,7 +10633,7 @@ function validate$1J(obj, path = 'FieldRepresentation') {
10633
10633
  for (let i = 0; i < obj_referenceToInfos.length; i++) {
10634
10634
  const obj_referenceToInfos_item = obj_referenceToInfos[i];
10635
10635
  const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
10636
- const referencepath_referenceToInfos_itemValidationError = validate$1K(obj_referenceToInfos_item, path_referenceToInfos_item);
10636
+ const referencepath_referenceToInfos_itemValidationError = validate$1L(obj_referenceToInfos_item, path_referenceToInfos_item);
10637
10637
  if (referencepath_referenceToInfos_itemValidationError !== null) {
10638
10638
  let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
10639
10639
  message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -10700,7 +10700,7 @@ function validate$1J(obj, path = 'FieldRepresentation') {
10700
10700
  return v_error === undefined ? null : v_error;
10701
10701
  }
10702
10702
 
10703
- function validate$1I(obj, path = 'ThemeInfoRepresentation') {
10703
+ function validate$1J(obj, path = 'ThemeInfoRepresentation') {
10704
10704
  const v_error = (() => {
10705
10705
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
10706
10706
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -10742,7 +10742,7 @@ function validate$1I(obj, path = 'ThemeInfoRepresentation') {
10742
10742
 
10743
10743
  const TTL$x = 900000;
10744
10744
  const VERSION$16 = "2302a71ca718abb60353eb88dedb1c12";
10745
- function validate$1H(obj, path = 'ObjectInfoRepresentation') {
10745
+ function validate$1I(obj, path = 'ObjectInfoRepresentation') {
10746
10746
  const v_error = (() => {
10747
10747
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
10748
10748
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -10812,7 +10812,7 @@ function validate$1H(obj, path = 'ObjectInfoRepresentation') {
10812
10812
  for (let i = 0; i < obj_childRelationships.length; i++) {
10813
10813
  const obj_childRelationships_item = obj_childRelationships[i];
10814
10814
  const path_childRelationships_item = path_childRelationships + '[' + i + ']';
10815
- const referencepath_childRelationships_itemValidationError = validate$1M(obj_childRelationships_item, path_childRelationships_item);
10815
+ const referencepath_childRelationships_itemValidationError = validate$1N(obj_childRelationships_item, path_childRelationships_item);
10816
10816
  if (referencepath_childRelationships_itemValidationError !== null) {
10817
10817
  let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
10818
10818
  message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -10899,7 +10899,7 @@ function validate$1H(obj, path = 'ObjectInfoRepresentation') {
10899
10899
  const key = obj_fields_keys[i];
10900
10900
  const obj_fields_prop = obj_fields[key];
10901
10901
  const path_fields_prop = path_fields + '["' + key + '"]';
10902
- const referencepath_fields_propValidationError = validate$1J(obj_fields_prop, path_fields_prop);
10902
+ const referencepath_fields_propValidationError = validate$1K(obj_fields_prop, path_fields_prop);
10903
10903
  if (referencepath_fields_propValidationError !== null) {
10904
10904
  let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
10905
10905
  message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -10979,7 +10979,7 @@ function validate$1H(obj, path = 'ObjectInfoRepresentation') {
10979
10979
  const key = obj_recordTypeInfos_keys[i];
10980
10980
  const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
10981
10981
  const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
10982
- const referencepath_recordTypeInfos_propValidationError = validate$1W(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
10982
+ const referencepath_recordTypeInfos_propValidationError = validate$1X(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
10983
10983
  if (referencepath_recordTypeInfos_propValidationError !== null) {
10984
10984
  let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
10985
10985
  message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -11000,7 +11000,7 @@ function validate$1H(obj, path = 'ObjectInfoRepresentation') {
11000
11000
  const path_themeInfo = path + '.themeInfo';
11001
11001
  let obj_themeInfo_union0 = null;
11002
11002
  const obj_themeInfo_union0_error = (() => {
11003
- const referencepath_themeInfoValidationError = validate$1I(obj_themeInfo, path_themeInfo);
11003
+ const referencepath_themeInfoValidationError = validate$1J(obj_themeInfo, path_themeInfo);
11004
11004
  if (referencepath_themeInfoValidationError !== null) {
11005
11005
  let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
11006
11006
  message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -11167,7 +11167,7 @@ function equals$Y(existing, incoming) {
11167
11167
  }
11168
11168
  const ingest$H = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
11169
11169
  if (process.env.NODE_ENV !== 'production') {
11170
- const validateError = validate$1H(input);
11170
+ const validateError = validate$1I(input);
11171
11171
  if (validateError !== null) {
11172
11172
  throw validateError;
11173
11173
  }
@@ -11328,7 +11328,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
11328
11328
  buildCachedSnapshotCachePolicy$O, buildNetworkSnapshotCachePolicy$P);
11329
11329
  };
11330
11330
 
11331
- function validate$1G(obj, path = 'RecordLayoutSaveOptionRepresentation') {
11331
+ function validate$1H(obj, path = 'RecordLayoutSaveOptionRepresentation') {
11332
11332
  const v_error = (() => {
11333
11333
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
11334
11334
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -11376,7 +11376,7 @@ var DiscriminatorValues$5;
11376
11376
  DiscriminatorValues["Field"] = "Field";
11377
11377
  DiscriminatorValues["CustomLink"] = "CustomLink";
11378
11378
  })(DiscriminatorValues$5 || (DiscriminatorValues$5 = {}));
11379
- function validate$1F(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
11379
+ function validate$1G(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
11380
11380
  const v_error = (() => {
11381
11381
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
11382
11382
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -11416,7 +11416,7 @@ function validate$1F(obj, path = 'AbstractRecordLayoutComponentRepresentation')
11416
11416
  return v_error === undefined ? null : v_error;
11417
11417
  }
11418
11418
 
11419
- function validate$1E(obj, path = 'RecordLayoutItemRepresentation') {
11419
+ function validate$1F(obj, path = 'RecordLayoutItemRepresentation') {
11420
11420
  const v_error = (() => {
11421
11421
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
11422
11422
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -11444,7 +11444,7 @@ function validate$1E(obj, path = 'RecordLayoutItemRepresentation') {
11444
11444
  for (let i = 0; i < obj_layoutComponents.length; i++) {
11445
11445
  const obj_layoutComponents_item = obj_layoutComponents[i];
11446
11446
  const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
11447
- const referencepath_layoutComponents_itemValidationError = validate$1F(obj_layoutComponents_item, path_layoutComponents_item);
11447
+ const referencepath_layoutComponents_itemValidationError = validate$1G(obj_layoutComponents_item, path_layoutComponents_item);
11448
11448
  if (referencepath_layoutComponents_itemValidationError !== null) {
11449
11449
  let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
11450
11450
  message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -11491,7 +11491,7 @@ function validate$1E(obj, path = 'RecordLayoutItemRepresentation') {
11491
11491
  return v_error === undefined ? null : v_error;
11492
11492
  }
11493
11493
 
11494
- function validate$1D(obj, path = 'RecordLayoutRowRepresentation') {
11494
+ function validate$1E(obj, path = 'RecordLayoutRowRepresentation') {
11495
11495
  const v_error = (() => {
11496
11496
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
11497
11497
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -11504,7 +11504,7 @@ function validate$1D(obj, path = 'RecordLayoutRowRepresentation') {
11504
11504
  for (let i = 0; i < obj_layoutItems.length; i++) {
11505
11505
  const obj_layoutItems_item = obj_layoutItems[i];
11506
11506
  const path_layoutItems_item = path_layoutItems + '[' + i + ']';
11507
- const referencepath_layoutItems_itemValidationError = validate$1E(obj_layoutItems_item, path_layoutItems_item);
11507
+ const referencepath_layoutItems_itemValidationError = validate$1F(obj_layoutItems_item, path_layoutItems_item);
11508
11508
  if (referencepath_layoutItems_itemValidationError !== null) {
11509
11509
  let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
11510
11510
  message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -11515,7 +11515,7 @@ function validate$1D(obj, path = 'RecordLayoutRowRepresentation') {
11515
11515
  return v_error === undefined ? null : v_error;
11516
11516
  }
11517
11517
 
11518
- function validate$1C(obj, path = 'RecordLayoutSectionRepresentation') {
11518
+ function validate$1D(obj, path = 'RecordLayoutSectionRepresentation') {
11519
11519
  const v_error = (() => {
11520
11520
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
11521
11521
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -11590,7 +11590,7 @@ function validate$1C(obj, path = 'RecordLayoutSectionRepresentation') {
11590
11590
  for (let i = 0; i < obj_layoutRows.length; i++) {
11591
11591
  const obj_layoutRows_item = obj_layoutRows[i];
11592
11592
  const path_layoutRows_item = path_layoutRows + '[' + i + ']';
11593
- const referencepath_layoutRows_itemValidationError = validate$1D(obj_layoutRows_item, path_layoutRows_item);
11593
+ const referencepath_layoutRows_itemValidationError = validate$1E(obj_layoutRows_item, path_layoutRows_item);
11594
11594
  if (referencepath_layoutRows_itemValidationError !== null) {
11595
11595
  let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
11596
11596
  message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -11613,7 +11613,7 @@ function validate$1C(obj, path = 'RecordLayoutSectionRepresentation') {
11613
11613
 
11614
11614
  const TTL$w = 900000;
11615
11615
  const VERSION$15 = "fb515e25a89ca1ec154dc865e72b913a";
11616
- function validate$1B(obj, path = 'RecordLayoutRepresentation') {
11616
+ function validate$1C(obj, path = 'RecordLayoutRepresentation') {
11617
11617
  const v_error = (() => {
11618
11618
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
11619
11619
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -11719,7 +11719,7 @@ function validate$1B(obj, path = 'RecordLayoutRepresentation') {
11719
11719
  for (let i = 0; i < obj_saveOptions.length; i++) {
11720
11720
  const obj_saveOptions_item = obj_saveOptions[i];
11721
11721
  const path_saveOptions_item = path_saveOptions + '[' + i + ']';
11722
- const referencepath_saveOptions_itemValidationError = validate$1G(obj_saveOptions_item, path_saveOptions_item);
11722
+ const referencepath_saveOptions_itemValidationError = validate$1H(obj_saveOptions_item, path_saveOptions_item);
11723
11723
  if (referencepath_saveOptions_itemValidationError !== null) {
11724
11724
  let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
11725
11725
  message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -11734,7 +11734,7 @@ function validate$1B(obj, path = 'RecordLayoutRepresentation') {
11734
11734
  for (let i = 0; i < obj_sections.length; i++) {
11735
11735
  const obj_sections_item = obj_sections[i];
11736
11736
  const path_sections_item = path_sections + '[' + i + ']';
11737
- const referencepath_sections_itemValidationError = validate$1C(obj_sections_item, path_sections_item);
11737
+ const referencepath_sections_itemValidationError = validate$1D(obj_sections_item, path_sections_item);
11738
11738
  if (referencepath_sections_itemValidationError !== null) {
11739
11739
  let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
11740
11740
  message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -11809,7 +11809,7 @@ function equals$X(existing, incoming) {
11809
11809
  }
11810
11810
  const ingest$G = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
11811
11811
  if (process.env.NODE_ENV !== 'production') {
11812
- const validateError = validate$1B(input);
11812
+ const validateError = validate$1C(input);
11813
11813
  if (validateError !== null) {
11814
11814
  throw validateError;
11815
11815
  }
@@ -11851,7 +11851,7 @@ function getRecordId18Array(value) {
11851
11851
  return dedupe(array).sort();
11852
11852
  }
11853
11853
 
11854
- function validate$1A(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
11854
+ function validate$1B(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
11855
11855
  const v_error = (() => {
11856
11856
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
11857
11857
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -11872,7 +11872,7 @@ function validate$1A(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
11872
11872
 
11873
11873
  const TTL$v = 900000;
11874
11874
  const VERSION$14 = "4ba42e1fa0fb00cf78fce86082da41c9";
11875
- function validate$1z(obj, path = 'RecordLayoutUserStateRepresentation') {
11875
+ function validate$1A(obj, path = 'RecordLayoutUserStateRepresentation') {
11876
11876
  const v_error = (() => {
11877
11877
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
11878
11878
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -11912,7 +11912,7 @@ function validate$1z(obj, path = 'RecordLayoutUserStateRepresentation') {
11912
11912
  const key = obj_sectionUserStates_keys[i];
11913
11913
  const obj_sectionUserStates_prop = obj_sectionUserStates[key];
11914
11914
  const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
11915
- const referencepath_sectionUserStates_propValidationError = validate$1A(obj_sectionUserStates_prop, path_sectionUserStates_prop);
11915
+ const referencepath_sectionUserStates_propValidationError = validate$1B(obj_sectionUserStates_prop, path_sectionUserStates_prop);
11916
11916
  if (referencepath_sectionUserStates_propValidationError !== null) {
11917
11917
  let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
11918
11918
  message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -11969,7 +11969,7 @@ function equals$W(existing, incoming) {
11969
11969
  }
11970
11970
  const ingest$F = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
11971
11971
  if (process.env.NODE_ENV !== 'production') {
11972
- const validateError = validate$1z(input);
11972
+ const validateError = validate$1A(input);
11973
11973
  if (validateError !== null) {
11974
11974
  throw validateError;
11975
11975
  }
@@ -11991,7 +11991,7 @@ function getTypeCacheKeys$M(rootKeySet, luvio, input, fullPathFactory) {
11991
11991
 
11992
11992
  const TTL$u = 900000;
11993
11993
  const VERSION$13 = "49cdd4bc235a6094c3559cc7735b3b6d";
11994
- function validate$1y(obj, path = 'RecordUiRepresentation') {
11994
+ function validate$1z(obj, path = 'RecordUiRepresentation') {
11995
11995
  const v_error = (() => {
11996
11996
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
11997
11997
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -12253,7 +12253,7 @@ function equals$V(existing, incoming) {
12253
12253
  }
12254
12254
  const ingest$E = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
12255
12255
  if (process.env.NODE_ENV !== 'production') {
12256
- const validateError = validate$1y(input);
12256
+ const validateError = validate$1z(input);
12257
12257
  if (validateError !== null) {
12258
12258
  throw validateError;
12259
12259
  }
@@ -13432,7 +13432,7 @@ const notifyUpdateAvailableFactory$1 = (luvio) => {
13432
13432
  };
13433
13433
 
13434
13434
  const VERSION$12 = "4aa37812ee37c752a099b29026217c85";
13435
- function validate$1x(obj, path = 'ObjectInfoDirectoryEntryRepresentation') {
13435
+ function validate$1y(obj, path = 'ObjectInfoDirectoryEntryRepresentation') {
13436
13436
  const v_error = (() => {
13437
13437
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
13438
13438
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -13585,7 +13585,7 @@ function equals$U(existing, incoming) {
13585
13585
  }
13586
13586
  const ingest$D = function ObjectInfoDirectoryEntryRepresentationIngest(input, path, luvio, store, timestamp) {
13587
13587
  if (process.env.NODE_ENV !== 'production') {
13588
- const validateError = validate$1x(input);
13588
+ const validateError = validate$1y(input);
13589
13589
  if (validateError !== null) {
13590
13590
  throw validateError;
13591
13591
  }
@@ -13606,7 +13606,7 @@ function getTypeCacheKeys$L(rootKeySet, luvio, input, fullPathFactory) {
13606
13606
  }
13607
13607
 
13608
13608
  const VERSION$11 = "37fd8c0154ee743c9defbf03e9b4b067";
13609
- function validate$1w(obj, path = 'ObjectInfoDirectoryRepresentation') {
13609
+ function validate$1x(obj, path = 'ObjectInfoDirectoryRepresentation') {
13610
13610
  const v_error = (() => {
13611
13611
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
13612
13612
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -13681,7 +13681,7 @@ function equals$T(existing, incoming) {
13681
13681
  }
13682
13682
  const ingest$C = function ObjectInfoDirectoryRepresentationIngest(input, path, luvio, store, timestamp) {
13683
13683
  if (process.env.NODE_ENV !== 'production') {
13684
- const validateError = validate$1w(input);
13684
+ const validateError = validate$1x(input);
13685
13685
  if (validateError !== null) {
13686
13686
  throw validateError;
13687
13687
  }
@@ -13709,7 +13709,7 @@ function getTypeCacheKeys$K(rootKeySet, luvio, input, fullPathFactory) {
13709
13709
  }
13710
13710
 
13711
13711
  const VERSION$10 = "7e00c51105cbf56a79ab8fcddf462c1e";
13712
- function validate$1v(obj, path = 'QuickActionExecutionRepresentation') {
13712
+ function validate$1w(obj, path = 'QuickActionExecutionRepresentation') {
13713
13713
  const v_error = (() => {
13714
13714
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
13715
13715
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -13882,7 +13882,7 @@ function equals$S(existing, incoming) {
13882
13882
  }
13883
13883
  const ingest$B = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
13884
13884
  if (process.env.NODE_ENV !== 'production') {
13885
- const validateError = validate$1v(input);
13885
+ const validateError = validate$1w(input);
13886
13886
  if (validateError !== null) {
13887
13887
  throw validateError;
13888
13888
  }
@@ -13904,7 +13904,7 @@ function getTypeCacheKeys$J(rootKeySet, luvio, input, fullPathFactory) {
13904
13904
 
13905
13905
  const TTL$t = 900000;
13906
13906
  const VERSION$$ = "993b0a7bce6056c4f57ed300ec153d9c";
13907
- function validate$1u(obj, path = 'QuickActionDefaultsRepresentation') {
13907
+ function validate$1v(obj, path = 'QuickActionDefaultsRepresentation') {
13908
13908
  const v_error = (() => {
13909
13909
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
13910
13910
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -14083,7 +14083,7 @@ function coerceFormFactor(form) {
14083
14083
  }
14084
14084
 
14085
14085
  const VERSION$_ = "3f49d751896cf66e6e29788d8880e2cc";
14086
- function validate$1t(obj, path = 'PlatformActionRepresentation') {
14086
+ function validate$1u(obj, path = 'PlatformActionRepresentation') {
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 + '")');
@@ -14615,7 +14615,7 @@ function equals$Q(existing, incoming) {
14615
14615
  }
14616
14616
  const ingest$A = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
14617
14617
  if (process.env.NODE_ENV !== 'production') {
14618
- const validateError = validate$1t(input);
14618
+ const validateError = validate$1u(input);
14619
14619
  if (validateError !== null) {
14620
14620
  throw validateError;
14621
14621
  }
@@ -14636,7 +14636,7 @@ function getTypeCacheKeys$H(rootKeySet, luvio, input, fullPathFactory) {
14636
14636
  }
14637
14637
 
14638
14638
  const VERSION$Z = "378d506f563a4bd724b322d440df33d1";
14639
- function validate$1s(obj, path = 'EntityActionRepresentation') {
14639
+ function validate$1t(obj, path = 'EntityActionRepresentation') {
14640
14640
  const v_error = (() => {
14641
14641
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
14642
14642
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -14750,7 +14750,7 @@ function equals$P(existing, incoming) {
14750
14750
  }
14751
14751
  const ingest$z = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
14752
14752
  if (process.env.NODE_ENV !== 'production') {
14753
- const validateError = validate$1s(input);
14753
+ const validateError = validate$1t(input);
14754
14754
  if (validateError !== null) {
14755
14755
  throw validateError;
14756
14756
  }
@@ -14776,7 +14776,7 @@ function getTypeCacheKeys$G(rootKeySet, luvio, input, fullPathFactory) {
14776
14776
 
14777
14777
  const TTL$s = 300000;
14778
14778
  const VERSION$Y = "e485d96c1402a9ca2f56e56485af0216";
14779
- function validate$1r(obj, path = 'ActionRepresentation') {
14779
+ function validate$1s(obj, path = 'ActionRepresentation') {
14780
14780
  const v_error = (() => {
14781
14781
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
14782
14782
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -14874,7 +14874,7 @@ function equals$O(existing, incoming) {
14874
14874
  }
14875
14875
  const ingest$y = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
14876
14876
  if (process.env.NODE_ENV !== 'production') {
14877
- const validateError = validate$1r(input);
14877
+ const validateError = validate$1s(input);
14878
14878
  if (validateError !== null) {
14879
14879
  throw validateError;
14880
14880
  }
@@ -15046,7 +15046,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
15046
15046
 
15047
15047
  const TTL$r = 900000;
15048
15048
  const VERSION$X = "35f3eec8ce7f6001c6d5d17821b75bb9";
15049
- function validate$1q(obj, path = 'QuickActionLayoutRepresentation') {
15049
+ function validate$1r(obj, path = 'QuickActionLayoutRepresentation') {
15050
15050
  const v_error = (() => {
15051
15051
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
15052
15052
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -15063,7 +15063,7 @@ function validate$1q(obj, path = 'QuickActionLayoutRepresentation') {
15063
15063
  }
15064
15064
  const obj_layout = obj.layout;
15065
15065
  const path_layout = path + '.layout';
15066
- const referencepath_layoutValidationError = validate$1B(obj_layout, path_layout);
15066
+ const referencepath_layoutValidationError = validate$1C(obj_layout, path_layout);
15067
15067
  if (referencepath_layoutValidationError !== null) {
15068
15068
  let message = 'Object doesn\'t match RecordLayoutRepresentation (at "' + path_layout + '")\n';
15069
15069
  message += referencepath_layoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -15113,7 +15113,7 @@ function equals$N(existing, incoming) {
15113
15113
  }
15114
15114
  const ingest$x = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
15115
15115
  if (process.env.NODE_ENV !== 'production') {
15116
- const validateError = validate$1q(input);
15116
+ const validateError = validate$1r(input);
15117
15117
  if (validateError !== null) {
15118
15118
  throw validateError;
15119
15119
  }
@@ -15592,7 +15592,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
15592
15592
  };
15593
15593
 
15594
15594
  const VERSION$W = "fecd80e9e24a1c1e75fd5395cd34ff2e";
15595
- function validate$1p(obj, path = 'ActionOverrideRepresentation') {
15595
+ function validate$1q(obj, path = 'ActionOverrideRepresentation') {
15596
15596
  const v_error = (() => {
15597
15597
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
15598
15598
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -15625,7 +15625,7 @@ function equals$M(existing, incoming) {
15625
15625
  }
15626
15626
  const ingest$w = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
15627
15627
  if (process.env.NODE_ENV !== 'production') {
15628
- const validateError = validate$1p(input);
15628
+ const validateError = validate$1q(input);
15629
15629
  if (validateError !== null) {
15630
15630
  throw validateError;
15631
15631
  }
@@ -15780,7 +15780,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
15780
15780
  buildCachedSnapshotCachePolicy$J, buildNetworkSnapshotCachePolicy$K);
15781
15781
  };
15782
15782
 
15783
- function validate$1o(obj, path = 'FormulaOverridesInfoRepresentation') {
15783
+ function validate$1p(obj, path = 'FormulaOverridesInfoRepresentation') {
15784
15784
  const v_error = (() => {
15785
15785
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
15786
15786
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -15818,7 +15818,7 @@ function validate$1o(obj, path = 'FormulaOverridesInfoRepresentation') {
15818
15818
 
15819
15819
  const TTL$q = 300000;
15820
15820
  const VERSION$V = "c57b66c259b23683db7b763e132e8633";
15821
- function validate$1n(obj, path = 'FlexipageFormulaActivationRepresentation') {
15821
+ function validate$1o(obj, path = 'FlexipageFormulaActivationRepresentation') {
15822
15822
  const v_error = (() => {
15823
15823
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
15824
15824
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -15839,7 +15839,7 @@ function validate$1n(obj, path = 'FlexipageFormulaActivationRepresentation') {
15839
15839
  for (let i = 0; i < obj_activations_prop.length; i++) {
15840
15840
  const obj_activations_prop_item = obj_activations_prop[i];
15841
15841
  const path_activations_prop_item = path_activations_prop + '[' + i + ']';
15842
- const referencepath_activations_prop_itemValidationError = validate$1o(obj_activations_prop_item, path_activations_prop_item);
15842
+ const referencepath_activations_prop_itemValidationError = validate$1p(obj_activations_prop_item, path_activations_prop_item);
15843
15843
  if (referencepath_activations_prop_itemValidationError !== null) {
15844
15844
  let message = 'Object doesn\'t match FormulaOverridesInfoRepresentation (at "' + path_activations_prop_item + '")\n';
15845
15845
  message += referencepath_activations_prop_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -15883,7 +15883,7 @@ function equals$L(existing, incoming) {
15883
15883
  }
15884
15884
  const ingest$v = function FlexipageFormulaActivationRepresentationIngest(input, path, luvio, store, timestamp) {
15885
15885
  if (process.env.NODE_ENV !== 'production') {
15886
- const validateError = validate$1n(input);
15886
+ const validateError = validate$1o(input);
15887
15887
  if (validateError !== null) {
15888
15888
  throw validateError;
15889
15889
  }
@@ -16045,7 +16045,7 @@ const getFlexipageFormulaOverridesAdapterFactory = (luvio) => function UiApi__ge
16045
16045
  };
16046
16046
 
16047
16047
  const VERSION$U = "7a5e66e0b88fe9d2233bb3158931bfa6";
16048
- function validate$1m(obj, path = 'QuickActionColorRepresentation') {
16048
+ function validate$1n(obj, path = 'QuickActionColorRepresentation') {
16049
16049
  const v_error = (() => {
16050
16050
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
16051
16051
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -16121,7 +16121,7 @@ function equals$K(existing, incoming) {
16121
16121
  }
16122
16122
 
16123
16123
  const VERSION$T = "5e970aa7dacfdd8e0c6d5daca575ec58";
16124
- function validate$1l(obj, path = 'CopilotQuickActionInputRepresentation') {
16124
+ function validate$1m(obj, path = 'CopilotQuickActionInputRepresentation') {
16125
16125
  const v_error = (() => {
16126
16126
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
16127
16127
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -16183,7 +16183,7 @@ function equals$J(existing, incoming) {
16183
16183
  }
16184
16184
 
16185
16185
  const VERSION$S = "53b489083ef57944d2a9d4a2aaf72ec3";
16186
- function validate$1k(obj, path = 'QuickActionIconRepresentation') {
16186
+ function validate$1l(obj, path = 'QuickActionIconRepresentation') {
16187
16187
  const v_error = (() => {
16188
16188
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
16189
16189
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -16288,7 +16288,7 @@ function equals$I(existing, incoming) {
16288
16288
 
16289
16289
  const TTL$p = 900000;
16290
16290
  const VERSION$R = "fa106dcb7d887c1e9b3e958336280ac8";
16291
- function validate$1j(obj, path = 'QuickActionInfoRepresentation') {
16291
+ function validate$1k(obj, path = 'QuickActionInfoRepresentation') {
16292
16292
  const v_error = (() => {
16293
16293
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
16294
16294
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -16332,7 +16332,7 @@ function validate$1j(obj, path = 'QuickActionInfoRepresentation') {
16332
16332
  for (let i = 0; i < obj_colors.length; i++) {
16333
16333
  const obj_colors_item = obj_colors[i];
16334
16334
  const path_colors_item = path_colors + '[' + i + ']';
16335
- const referencepath_colors_itemValidationError = validate$1m(obj_colors_item, path_colors_item);
16335
+ const referencepath_colors_itemValidationError = validate$1n(obj_colors_item, path_colors_item);
16336
16336
  if (referencepath_colors_itemValidationError !== null) {
16337
16337
  let message = 'Object doesn\'t match QuickActionColorRepresentation (at "' + path_colors_item + '")\n';
16338
16338
  message += referencepath_colors_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -16373,7 +16373,7 @@ function validate$1j(obj, path = 'QuickActionInfoRepresentation') {
16373
16373
  for (let i = 0; i < obj_copilotInputs.length; i++) {
16374
16374
  const obj_copilotInputs_item = obj_copilotInputs[i];
16375
16375
  const path_copilotInputs_item = path_copilotInputs + '[' + i + ']';
16376
- const referencepath_copilotInputs_itemValidationError = validate$1l(obj_copilotInputs_item, path_copilotInputs_item);
16376
+ const referencepath_copilotInputs_itemValidationError = validate$1m(obj_copilotInputs_item, path_copilotInputs_item);
16377
16377
  if (referencepath_copilotInputs_itemValidationError !== null) {
16378
16378
  let message = 'Object doesn\'t match CopilotQuickActionInputRepresentation (at "' + path_copilotInputs_item + '")\n';
16379
16379
  message += referencepath_copilotInputs_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -16549,7 +16549,7 @@ function validate$1j(obj, path = 'QuickActionInfoRepresentation') {
16549
16549
  for (let i = 0; i < obj_icons.length; i++) {
16550
16550
  const obj_icons_item = obj_icons[i];
16551
16551
  const path_icons_item = path_icons + '[' + i + ']';
16552
- const referencepath_icons_itemValidationError = validate$1k(obj_icons_item, path_icons_item);
16552
+ const referencepath_icons_itemValidationError = validate$1l(obj_icons_item, path_icons_item);
16553
16553
  if (referencepath_icons_itemValidationError !== null) {
16554
16554
  let message = 'Object doesn\'t match QuickActionIconRepresentation (at "' + path_icons_item + '")\n';
16555
16555
  message += referencepath_icons_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -16998,7 +16998,7 @@ function equals$H(existing, incoming) {
16998
16998
  }
16999
16999
  const ingest$u = function QuickActionInfoRepresentationIngest(input, path, luvio, store, timestamp) {
17000
17000
  if (process.env.NODE_ENV !== 'production') {
17001
- const validateError = validate$1j(input);
17001
+ const validateError = validate$1k(input);
17002
17002
  if (validateError !== null) {
17003
17003
  throw validateError;
17004
17004
  }
@@ -17182,7 +17182,7 @@ function merge$1(existing, incoming) {
17182
17182
  const dynamicIngest$4 = (ingestParams) => {
17183
17183
  return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
17184
17184
  if (process.env.NODE_ENV !== 'production') {
17185
- const validateError = validate$1u(input);
17185
+ const validateError = validate$1v(input);
17186
17186
  if (validateError !== null) {
17187
17187
  throw validateError;
17188
17188
  }
@@ -17694,7 +17694,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
17694
17694
  buildCachedSnapshotCachePolicy$E, buildNetworkSnapshotCachePolicy$F);
17695
17695
  };
17696
17696
 
17697
- function validate$1i(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
17697
+ function validate$1j(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
17698
17698
  const v_error = (() => {
17699
17699
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
17700
17700
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -18120,7 +18120,7 @@ function typeCheckConfig$T(untrustedConfig) {
18120
18120
  const untrustedConfig_relatedListsActionParameters_array = [];
18121
18121
  for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
18122
18122
  const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
18123
- const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$1i(untrustedConfig_relatedListsActionParameters_item);
18123
+ const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$1j(untrustedConfig_relatedListsActionParameters_item);
18124
18124
  if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
18125
18125
  untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
18126
18126
  }
@@ -18438,7 +18438,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
18438
18438
  };
18439
18439
 
18440
18440
  const VERSION$Q = "a316b3bba367f54adc67d7552ed7d36d";
18441
- function validate$1h(obj, path = 'PageReferenceRepresentation') {
18441
+ function validate$1i(obj, path = 'PageReferenceRepresentation') {
18442
18442
  const v_error = (() => {
18443
18443
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
18444
18444
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -18499,7 +18499,7 @@ function equals$G(existing, incoming) {
18499
18499
  }
18500
18500
  const ingest$t = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
18501
18501
  if (process.env.NODE_ENV !== 'production') {
18502
- const validateError = validate$1h(input);
18502
+ const validateError = validate$1i(input);
18503
18503
  if (validateError !== null) {
18504
18504
  throw validateError;
18505
18505
  }
@@ -18521,7 +18521,7 @@ function getTypeCacheKeys$A(rootKeySet, luvio, input, fullPathFactory) {
18521
18521
 
18522
18522
  const TTL$o = 120000;
18523
18523
  const VERSION$P = "09884ca5bf90ea4662092a4e48817081";
18524
- function validate$1g(obj, path = 'NavItemRepresentation') {
18524
+ function validate$1h(obj, path = 'NavItemRepresentation') {
18525
18525
  const v_error = (() => {
18526
18526
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
18527
18527
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -18913,7 +18913,7 @@ function equals$F(existing, incoming) {
18913
18913
  }
18914
18914
  const ingest$s = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
18915
18915
  if (process.env.NODE_ENV !== 'production') {
18916
- const validateError = validate$1g(input);
18916
+ const validateError = validate$1h(input);
18917
18917
  if (validateError !== null) {
18918
18918
  throw validateError;
18919
18919
  }
@@ -18938,7 +18938,7 @@ function getTypeCacheKeys$z(rootKeySet, luvio, input, fullPathFactory) {
18938
18938
 
18939
18939
  const TTL$n = 300000;
18940
18940
  const VERSION$O = "0cd492fdd6c713c206ef53dc02175f71";
18941
- function validate$1f(obj, path = 'AppRepresentation') {
18941
+ function validate$1g(obj, path = 'AppRepresentation') {
18942
18942
  const v_error = (() => {
18943
18943
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
18944
18944
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -19415,7 +19415,7 @@ function equals$E(existing, incoming) {
19415
19415
  }
19416
19416
  const ingest$r = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
19417
19417
  if (process.env.NODE_ENV !== 'production') {
19418
- const validateError = validate$1f(input);
19418
+ const validateError = validate$1g(input);
19419
19419
  if (validateError !== null) {
19420
19420
  throw validateError;
19421
19421
  }
@@ -19445,7 +19445,7 @@ function getTypeCacheKeys$y(rootKeySet, luvio, input, fullPathFactory) {
19445
19445
 
19446
19446
  const TTL$m = 300000;
19447
19447
  const VERSION$N = "a254babf0b6414315db7808a157fd9fc";
19448
- function validate$1e(obj, path = 'AppsRepresentation') {
19448
+ function validate$1f(obj, path = 'AppsRepresentation') {
19449
19449
  const v_error = (() => {
19450
19450
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
19451
19451
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -19527,7 +19527,7 @@ function equals$D(existing, incoming) {
19527
19527
  }
19528
19528
  const ingest$q = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
19529
19529
  if (process.env.NODE_ENV !== 'production') {
19530
- const validateError = validate$1e(input);
19530
+ const validateError = validate$1f(input);
19531
19531
  if (validateError !== null) {
19532
19532
  throw validateError;
19533
19533
  }
@@ -19835,7 +19835,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
19835
19835
  };
19836
19836
 
19837
19837
  const VERSION$M = "f43ef90ffde4d488414d6868e3aaefcb";
19838
- function validate$1d(obj, path = 'DuplicateRuleFilterItemRepresentation') {
19838
+ function validate$1e(obj, path = 'DuplicateRuleFilterItemRepresentation') {
19839
19839
  const v_error = (() => {
19840
19840
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
19841
19841
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -19897,7 +19897,7 @@ const select$1c = function DuplicateRuleFilterItemRepresentationSelect() {
19897
19897
  };
19898
19898
 
19899
19899
  const VERSION$L = "320d7f254687278f2763d4b490dab3fb";
19900
- function validate$1c(obj, path = 'DuplicateRuleFilterRepresentation') {
19900
+ function validate$1d(obj, path = 'DuplicateRuleFilterRepresentation') {
19901
19901
  const v_error = (() => {
19902
19902
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
19903
19903
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -19920,7 +19920,7 @@ function validate$1c(obj, path = 'DuplicateRuleFilterRepresentation') {
19920
19920
  for (let i = 0; i < obj_filterItems.length; i++) {
19921
19921
  const obj_filterItems_item = obj_filterItems[i];
19922
19922
  const path_filterItems_item = path_filterItems + '[' + i + ']';
19923
- const referencepath_filterItems_itemValidationError = validate$1d(obj_filterItems_item, path_filterItems_item);
19923
+ const referencepath_filterItems_itemValidationError = validate$1e(obj_filterItems_item, path_filterItems_item);
19924
19924
  if (referencepath_filterItems_itemValidationError !== null) {
19925
19925
  let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
19926
19926
  message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -19963,7 +19963,7 @@ const select$1b = function DuplicateRuleFilterRepresentationSelect() {
19963
19963
  };
19964
19964
 
19965
19965
  const VERSION$K = "b47b44e260e5ce777beaf3da9088997c";
19966
- function validate$1b(obj, path = 'MatchRuleRepresentation') {
19966
+ function validate$1c(obj, path = 'MatchRuleRepresentation') {
19967
19967
  const v_error = (() => {
19968
19968
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
19969
19969
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -20033,7 +20033,7 @@ const select$1a = function MatchRuleRepresentationSelect() {
20033
20033
  };
20034
20034
 
20035
20035
  const VERSION$J = "bb83d7210bb1d7861b6188bc5f552617";
20036
- function validate$1a(obj, path = 'DuplicateRuleRepresentation') {
20036
+ function validate$1b(obj, path = 'DuplicateRuleRepresentation') {
20037
20037
  const v_error = (() => {
20038
20038
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
20039
20039
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -20061,7 +20061,7 @@ function validate$1a(obj, path = 'DuplicateRuleRepresentation') {
20061
20061
  for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
20062
20062
  const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
20063
20063
  const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
20064
- const referencepath_duplicateRuleFilters_itemValidationError = validate$1c(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
20064
+ const referencepath_duplicateRuleFilters_itemValidationError = validate$1d(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
20065
20065
  if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
20066
20066
  let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
20067
20067
  message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -20081,7 +20081,7 @@ function validate$1a(obj, path = 'DuplicateRuleRepresentation') {
20081
20081
  for (let i = 0; i < obj_matchRules.length; i++) {
20082
20082
  const obj_matchRules_item = obj_matchRules[i];
20083
20083
  const path_matchRules_item = path_matchRules + '[' + i + ']';
20084
- const referencepath_matchRules_itemValidationError = validate$1b(obj_matchRules_item, path_matchRules_item);
20084
+ const referencepath_matchRules_itemValidationError = validate$1c(obj_matchRules_item, path_matchRules_item);
20085
20085
  if (referencepath_matchRules_itemValidationError !== null) {
20086
20086
  let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
20087
20087
  message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -20174,7 +20174,7 @@ const select$19 = function DuplicateRuleRepresentationSelect() {
20174
20174
 
20175
20175
  const TTL$l = 900000;
20176
20176
  const VERSION$I = "be27ee99dc0dc43a1f66b8fe98dc532c";
20177
- function validate$19(obj, path = 'DuplicatesConfigurationRepresentation') {
20177
+ function validate$1a(obj, path = 'DuplicatesConfigurationRepresentation') {
20178
20178
  const v_error = (() => {
20179
20179
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
20180
20180
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -20209,7 +20209,7 @@ function validate$19(obj, path = 'DuplicatesConfigurationRepresentation') {
20209
20209
  for (let i = 0; i < obj_duplicateRules.length; i++) {
20210
20210
  const obj_duplicateRules_item = obj_duplicateRules[i];
20211
20211
  const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
20212
- const referencepath_duplicateRules_itemValidationError = validate$1a(obj_duplicateRules_item, path_duplicateRules_item);
20212
+ const referencepath_duplicateRules_itemValidationError = validate$1b(obj_duplicateRules_item, path_duplicateRules_item);
20213
20213
  if (referencepath_duplicateRules_itemValidationError !== null) {
20214
20214
  let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
20215
20215
  message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -20276,7 +20276,7 @@ function equals$C(existing, incoming) {
20276
20276
  }
20277
20277
  const ingest$p = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
20278
20278
  if (process.env.NODE_ENV !== 'production') {
20279
- const validateError = validate$19(input);
20279
+ const validateError = validate$1a(input);
20280
20280
  if (validateError !== null) {
20281
20281
  throw validateError;
20282
20282
  }
@@ -21443,7 +21443,7 @@ const getListInfosByObjectNameAdapterFactory = (luvio) => function UiApi__getLis
21443
21443
  buildCachedSnapshotCachePolicy$u, buildNetworkSnapshotCachePolicy$v);
21444
21444
  };
21445
21445
 
21446
- function validate$18(obj, path = 'ListFilterByInfoInputRepresentation') {
21446
+ function validate$19(obj, path = 'ListFilterByInfoInputRepresentation') {
21447
21447
  const v_error = (() => {
21448
21448
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
21449
21449
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -21474,7 +21474,7 @@ function validate$18(obj, path = 'ListFilterByInfoInputRepresentation') {
21474
21474
  return v_error === undefined ? null : v_error;
21475
21475
  }
21476
21476
 
21477
- function validate$17(obj, path = 'ListScopeInputRepresentation') {
21477
+ function validate$18(obj, path = 'ListScopeInputRepresentation') {
21478
21478
  const v_error = (() => {
21479
21479
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
21480
21480
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -21603,7 +21603,7 @@ function typeCheckConfig$J(untrustedConfig) {
21603
21603
  const untrustedConfig_filteredByInfo_array = [];
21604
21604
  for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
21605
21605
  const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
21606
- const referenceListFilterByInfoInputRepresentationValidationError = validate$18(untrustedConfig_filteredByInfo_item);
21606
+ const referenceListFilterByInfoInputRepresentationValidationError = validate$19(untrustedConfig_filteredByInfo_item);
21607
21607
  if (referenceListFilterByInfoInputRepresentationValidationError === null) {
21608
21608
  untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
21609
21609
  }
@@ -21611,7 +21611,7 @@ function typeCheckConfig$J(untrustedConfig) {
21611
21611
  config.filteredByInfo = untrustedConfig_filteredByInfo_array;
21612
21612
  }
21613
21613
  const untrustedConfig_scope = untrustedConfig.scope;
21614
- const referenceListScopeInputRepresentationValidationError = validate$17(untrustedConfig_scope);
21614
+ const referenceListScopeInputRepresentationValidationError = validate$18(untrustedConfig_scope);
21615
21615
  if (referenceListScopeInputRepresentationValidationError === null) {
21616
21616
  config.scope = untrustedConfig_scope;
21617
21617
  }
@@ -21893,7 +21893,7 @@ function typeCheckConfig$G(untrustedConfig) {
21893
21893
  const untrustedConfig_filteredByInfo_array = [];
21894
21894
  for (let i = 0, arrayLength = untrustedConfig_filteredByInfo.length; i < arrayLength; i++) {
21895
21895
  const untrustedConfig_filteredByInfo_item = untrustedConfig_filteredByInfo[i];
21896
- const referenceListFilterByInfoInputRepresentationValidationError = validate$18(untrustedConfig_filteredByInfo_item);
21896
+ const referenceListFilterByInfoInputRepresentationValidationError = validate$19(untrustedConfig_filteredByInfo_item);
21897
21897
  if (referenceListFilterByInfoInputRepresentationValidationError === null) {
21898
21898
  untrustedConfig_filteredByInfo_array.push(untrustedConfig_filteredByInfo_item);
21899
21899
  }
@@ -21901,7 +21901,7 @@ function typeCheckConfig$G(untrustedConfig) {
21901
21901
  config.filteredByInfo = untrustedConfig_filteredByInfo_array;
21902
21902
  }
21903
21903
  const untrustedConfig_scope = untrustedConfig.scope;
21904
- const referenceListScopeInputRepresentationValidationError = validate$17(untrustedConfig_scope);
21904
+ const referenceListScopeInputRepresentationValidationError = validate$18(untrustedConfig_scope);
21905
21905
  if (referenceListScopeInputRepresentationValidationError === null) {
21906
21906
  config.scope = untrustedConfig_scope;
21907
21907
  }
@@ -21951,7 +21951,7 @@ const updateListInfoByNameAdapterFactory = (luvio) => {
21951
21951
  };
21952
21952
 
21953
21953
  const VERSION$H = "d77026c4d63ef00cdd7e3d600687a40d";
21954
- function validate$16(obj, path = 'ListObjectScopeAvailableEntityRepresentation') {
21954
+ function validate$17(obj, path = 'ListObjectScopeAvailableEntityRepresentation') {
21955
21955
  const v_error = (() => {
21956
21956
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
21957
21957
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -22001,7 +22001,7 @@ function equals$B(existing, incoming) {
22001
22001
  }
22002
22002
 
22003
22003
  const VERSION$G = "355933ff2970aa91a2848a94565e956a";
22004
- function validate$15(obj, path = 'ListObjectScopeRepresentation') {
22004
+ function validate$16(obj, path = 'ListObjectScopeRepresentation') {
22005
22005
  const v_error = (() => {
22006
22006
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
22007
22007
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -22019,7 +22019,7 @@ function validate$15(obj, path = 'ListObjectScopeRepresentation') {
22019
22019
  for (let i = 0; i < obj_availableEntities.length; i++) {
22020
22020
  const obj_availableEntities_item = obj_availableEntities[i];
22021
22021
  const path_availableEntities_item = path_availableEntities + '[' + i + ']';
22022
- const referencepath_availableEntities_itemValidationError = validate$16(obj_availableEntities_item, path_availableEntities_item);
22022
+ const referencepath_availableEntities_itemValidationError = validate$17(obj_availableEntities_item, path_availableEntities_item);
22023
22023
  if (referencepath_availableEntities_itemValidationError !== null) {
22024
22024
  let message = 'Object doesn\'t match ListObjectScopeAvailableEntityRepresentation (at "' + path_availableEntities_item + '")\n';
22025
22025
  message += referencepath_availableEntities_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -22083,7 +22083,7 @@ function equals$A(existing, incoming) {
22083
22083
  }
22084
22084
 
22085
22085
  const VERSION$F = "c5c08ea834378670c9d6f235ff71c9f0";
22086
- function validate$14(obj, path = 'ListObjectPicklistValueRepresentation') {
22086
+ function validate$15(obj, path = 'ListObjectPicklistValueRepresentation') {
22087
22087
  const v_error = (() => {
22088
22088
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
22089
22089
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -22133,7 +22133,7 @@ function equals$z(existing, incoming) {
22133
22133
  }
22134
22134
 
22135
22135
  const VERSION$E = "2c35f797fead79b5c45b521e77dd6ace";
22136
- function validate$13(obj, path = 'ListObjectColumnRepresentation') {
22136
+ function validate$14(obj, path = 'ListObjectColumnRepresentation') {
22137
22137
  const v_error = (() => {
22138
22138
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
22139
22139
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -22202,7 +22202,7 @@ function validate$13(obj, path = 'ListObjectColumnRepresentation') {
22202
22202
  for (let i = 0; i < obj_picklistValues.length; i++) {
22203
22203
  const obj_picklistValues_item = obj_picklistValues[i];
22204
22204
  const path_picklistValues_item = path_picklistValues + '[' + i + ']';
22205
- const referencepath_picklistValues_itemValidationError = validate$14(obj_picklistValues_item, path_picklistValues_item);
22205
+ const referencepath_picklistValues_itemValidationError = validate$15(obj_picklistValues_item, path_picklistValues_item);
22206
22206
  if (referencepath_picklistValues_itemValidationError !== null) {
22207
22207
  let message = 'Object doesn\'t match ListObjectPicklistValueRepresentation (at "' + path_picklistValues_item + '")\n';
22208
22208
  message += referencepath_picklistValues_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -22348,7 +22348,7 @@ function equals$y(existing, incoming) {
22348
22348
 
22349
22349
  const TTL$k = 900000;
22350
22350
  const VERSION$D = "2405a0b25c2c00f82e88b600edc16387";
22351
- function validate$12(obj, path = 'ListObjectInfoRepresentation') {
22351
+ function validate$13(obj, path = 'ListObjectInfoRepresentation') {
22352
22352
  const v_error = (() => {
22353
22353
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
22354
22354
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -22361,7 +22361,7 @@ function validate$12(obj, path = 'ListObjectInfoRepresentation') {
22361
22361
  for (let i = 0; i < obj_availableScopes.length; i++) {
22362
22362
  const obj_availableScopes_item = obj_availableScopes[i];
22363
22363
  const path_availableScopes_item = path_availableScopes + '[' + i + ']';
22364
- const referencepath_availableScopes_itemValidationError = validate$15(obj_availableScopes_item, path_availableScopes_item);
22364
+ const referencepath_availableScopes_itemValidationError = validate$16(obj_availableScopes_item, path_availableScopes_item);
22365
22365
  if (referencepath_availableScopes_itemValidationError !== null) {
22366
22366
  let message = 'Object doesn\'t match ListObjectScopeRepresentation (at "' + path_availableScopes_item + '")\n';
22367
22367
  message += referencepath_availableScopes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -22376,7 +22376,7 @@ function validate$12(obj, path = 'ListObjectInfoRepresentation') {
22376
22376
  for (let i = 0; i < obj_columns.length; i++) {
22377
22377
  const obj_columns_item = obj_columns[i];
22378
22378
  const path_columns_item = path_columns + '[' + i + ']';
22379
- const referencepath_columns_itemValidationError = validate$13(obj_columns_item, path_columns_item);
22379
+ const referencepath_columns_itemValidationError = validate$14(obj_columns_item, path_columns_item);
22380
22380
  if (referencepath_columns_itemValidationError !== null) {
22381
22381
  let message = 'Object doesn\'t match ListObjectColumnRepresentation (at "' + path_columns_item + '")\n';
22382
22382
  message += referencepath_columns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -22524,7 +22524,7 @@ function equals$x(existing, incoming) {
22524
22524
  }
22525
22525
  const ingest$o = function ListObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
22526
22526
  if (process.env.NODE_ENV !== 'production') {
22527
- const validateError = validate$12(input);
22527
+ const validateError = validate$13(input);
22528
22528
  if (validateError !== null) {
22529
22529
  throw validateError;
22530
22530
  }
@@ -22687,7 +22687,7 @@ const getListObjectInfoAdapterFactory = (luvio) => function UiApi__getListObject
22687
22687
 
22688
22688
  const TTL$j = 900000;
22689
22689
  const VERSION$C = "458d4a6a30201e422e8daec5fcb03845";
22690
- function validate$11(obj, path = 'ListPreferencesRepresentation') {
22690
+ function validate$12(obj, path = 'ListPreferencesRepresentation') {
22691
22691
  const v_error = (() => {
22692
22692
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
22693
22693
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -22722,7 +22722,7 @@ function validate$11(obj, path = 'ListPreferencesRepresentation') {
22722
22722
  }
22723
22723
  const obj_listReference = obj.listReference;
22724
22724
  const path_listReference = path + '.listReference';
22725
- const referencepath_listReferenceValidationError = validate$26(obj_listReference, path_listReference);
22725
+ const referencepath_listReferenceValidationError = validate$27(obj_listReference, path_listReference);
22726
22726
  if (referencepath_listReferenceValidationError !== null) {
22727
22727
  let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
22728
22728
  message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -22736,7 +22736,7 @@ function validate$11(obj, path = 'ListPreferencesRepresentation') {
22736
22736
  for (let i = 0; i < obj_orderedBy.length; i++) {
22737
22737
  const obj_orderedBy_item = obj_orderedBy[i];
22738
22738
  const path_orderedBy_item = path_orderedBy + '[' + i + ']';
22739
- const referencepath_orderedBy_itemValidationError = validate$23(obj_orderedBy_item, path_orderedBy_item);
22739
+ const referencepath_orderedBy_itemValidationError = validate$24(obj_orderedBy_item, path_orderedBy_item);
22740
22740
  if (referencepath_orderedBy_itemValidationError !== null) {
22741
22741
  let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
22742
22742
  message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -22832,7 +22832,7 @@ function equals$w(existing, incoming) {
22832
22832
  }
22833
22833
  const ingest$n = function ListPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
22834
22834
  if (process.env.NODE_ENV !== 'production') {
22835
- const validateError = validate$11(input);
22835
+ const validateError = validate$12(input);
22836
22836
  if (validateError !== null) {
22837
22837
  throw validateError;
22838
22838
  }
@@ -22995,7 +22995,7 @@ const getListPreferencesAdapterFactory = (luvio) => function UiApi__getListPrefe
22995
22995
  buildCachedSnapshotCachePolicy$r, buildNetworkSnapshotCachePolicy$s);
22996
22996
  };
22997
22997
 
22998
- function validate$10(obj, path = 'ListOrderedByInfoInputRepresentation') {
22998
+ function validate$11(obj, path = 'ListOrderedByInfoInputRepresentation') {
22999
22999
  const v_error = (() => {
23000
23000
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
23001
23001
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -23103,7 +23103,7 @@ function typeCheckConfig$D(untrustedConfig) {
23103
23103
  const untrustedConfig_orderedBy_array = [];
23104
23104
  for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
23105
23105
  const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
23106
- const referenceListOrderedByInfoInputRepresentationValidationError = validate$10(untrustedConfig_orderedBy_item);
23106
+ const referenceListOrderedByInfoInputRepresentationValidationError = validate$11(untrustedConfig_orderedBy_item);
23107
23107
  if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
23108
23108
  untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
23109
23109
  }
@@ -23157,7 +23157,7 @@ const updateListPreferencesAdapterFactory = (luvio) => {
23157
23157
 
23158
23158
  const TTL$i = 120000;
23159
23159
  const VERSION$B = "756779d0d7e137dd72c743544afbad82";
23160
- function validate$$(obj, path = 'NavItemsRepresentation') {
23160
+ function validate$10(obj, path = 'NavItemsRepresentation') {
23161
23161
  const v_error = (() => {
23162
23162
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
23163
23163
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -23285,7 +23285,7 @@ function equals$v(existing, incoming) {
23285
23285
  }
23286
23286
  const ingest$m = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
23287
23287
  if (process.env.NODE_ENV !== 'production') {
23288
- const validateError = validate$$(input);
23288
+ const validateError = validate$10(input);
23289
23289
  if (validateError !== null) {
23290
23290
  throw validateError;
23291
23291
  }
@@ -24021,7 +24021,7 @@ var DiscriminatorValues$4;
24021
24021
  DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
24022
24022
  })(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
24023
24023
  const VERSION$w = "bd523b2343366edfc25a2dbee2c4e986";
24024
- function validate$_(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
24024
+ function validate$$(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
24025
24025
  const v_error = (() => {
24026
24026
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
24027
24027
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -24066,7 +24066,7 @@ const select$M = function AbstractPicklistValueAttributesRepresentationSelect()
24066
24066
  };
24067
24067
 
24068
24068
  const VERSION$v = "9e2a16a80378487f557124c771201cf9";
24069
- function validate$Z(obj, path = 'PicklistValueRepresentation') {
24069
+ function validate$_(obj, path = 'PicklistValueRepresentation') {
24070
24070
  const v_error = (() => {
24071
24071
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
24072
24072
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -24075,7 +24075,7 @@ function validate$Z(obj, path = 'PicklistValueRepresentation') {
24075
24075
  const path_attributes = path + '.attributes';
24076
24076
  let obj_attributes_union0 = null;
24077
24077
  const obj_attributes_union0_error = (() => {
24078
- const referencepath_attributesValidationError = validate$_(obj_attributes, path_attributes);
24078
+ const referencepath_attributesValidationError = validate$$(obj_attributes, path_attributes);
24079
24079
  if (referencepath_attributesValidationError !== null) {
24080
24080
  let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
24081
24081
  message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -24170,7 +24170,7 @@ function PicklistValuesRepresentationKeyBuilderFromType(luvio, object) {
24170
24170
 
24171
24171
  const TTL$h = 900000;
24172
24172
  const VERSION$u = "0a361a49370acb4c6a31721a2057649a";
24173
- function validate$Y(obj, path = 'PicklistValuesRepresentation') {
24173
+ function validate$Z(obj, path = 'PicklistValuesRepresentation') {
24174
24174
  const v_error = (() => {
24175
24175
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
24176
24176
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -24193,7 +24193,7 @@ function validate$Y(obj, path = 'PicklistValuesRepresentation') {
24193
24193
  const path_defaultValue = path + '.defaultValue';
24194
24194
  let obj_defaultValue_union0 = null;
24195
24195
  const obj_defaultValue_union0_error = (() => {
24196
- const referencepath_defaultValueValidationError = validate$Z(obj_defaultValue, path_defaultValue);
24196
+ const referencepath_defaultValueValidationError = validate$_(obj_defaultValue, path_defaultValue);
24197
24197
  if (referencepath_defaultValueValidationError !== null) {
24198
24198
  let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
24199
24199
  message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -24236,7 +24236,7 @@ function validate$Y(obj, path = 'PicklistValuesRepresentation') {
24236
24236
  for (let i = 0; i < obj_values.length; i++) {
24237
24237
  const obj_values_item = obj_values[i];
24238
24238
  const path_values_item = path_values + '[' + i + ']';
24239
- const referencepath_values_itemValidationError = validate$Z(obj_values_item, path_values_item);
24239
+ const referencepath_values_itemValidationError = validate$_(obj_values_item, path_values_item);
24240
24240
  if (referencepath_values_itemValidationError !== null) {
24241
24241
  let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
24242
24242
  message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -24294,7 +24294,7 @@ function equals$u(existing, incoming) {
24294
24294
  }
24295
24295
  const ingest$l = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
24296
24296
  if (process.env.NODE_ENV !== 'production') {
24297
- const validateError = validate$Y(input);
24297
+ const validateError = validate$Z(input);
24298
24298
  if (validateError !== null) {
24299
24299
  throw validateError;
24300
24300
  }
@@ -24316,7 +24316,7 @@ function getTypeCacheKeys$s(rootKeySet, luvio, input, fullPathFactory) {
24316
24316
 
24317
24317
  const TTL$g = 300000;
24318
24318
  const VERSION$t = "ec03b0f6da287c949d1ccaa904ddbfd3";
24319
- function validate$X(obj, path = 'PicklistValuesCollectionRepresentation') {
24319
+ function validate$Y(obj, path = 'PicklistValuesCollectionRepresentation') {
24320
24320
  const v_error = (() => {
24321
24321
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
24322
24322
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -24403,7 +24403,7 @@ function equals$t(existing, incoming) {
24403
24403
  }
24404
24404
  const ingest$k = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
24405
24405
  if (process.env.NODE_ENV !== 'production') {
24406
- const validateError = validate$X(input);
24406
+ const validateError = validate$Y(input);
24407
24407
  if (validateError !== null) {
24408
24408
  throw validateError;
24409
24409
  }
@@ -24891,7 +24891,7 @@ const getPathLayoutAdapterFactory = (luvio) => function UiApi__getPathLayout(unt
24891
24891
  buildCachedSnapshotCachePolicy$l, buildNetworkSnapshotCachePolicy$m);
24892
24892
  };
24893
24893
 
24894
- function validate$W(obj, path = 'MatchResultInfoRepresentation') {
24894
+ function validate$X(obj, path = 'MatchResultInfoRepresentation') {
24895
24895
  const v_error = (() => {
24896
24896
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
24897
24897
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -24917,7 +24917,7 @@ function validate$W(obj, path = 'MatchResultInfoRepresentation') {
24917
24917
  return v_error === undefined ? null : v_error;
24918
24918
  }
24919
24919
 
24920
- function validate$V(obj, path = 'DuplicateResultInfoRepresentation') {
24920
+ function validate$W(obj, path = 'DuplicateResultInfoRepresentation') {
24921
24921
  const v_error = (() => {
24922
24922
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
24923
24923
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -24929,7 +24929,7 @@ function validate$V(obj, path = 'DuplicateResultInfoRepresentation') {
24929
24929
  }
24930
24930
  const obj_matchResultInfo = obj.matchResultInfo;
24931
24931
  const path_matchResultInfo = path + '.matchResultInfo';
24932
- const referencepath_matchResultInfoValidationError = validate$W(obj_matchResultInfo, path_matchResultInfo);
24932
+ const referencepath_matchResultInfoValidationError = validate$X(obj_matchResultInfo, path_matchResultInfo);
24933
24933
  if (referencepath_matchResultInfoValidationError !== null) {
24934
24934
  let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
24935
24935
  message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -24944,7 +24944,7 @@ function validate$V(obj, path = 'DuplicateResultInfoRepresentation') {
24944
24944
  return v_error === undefined ? null : v_error;
24945
24945
  }
24946
24946
 
24947
- function validate$U(obj, path = 'MatchRepresentation') {
24947
+ function validate$V(obj, path = 'MatchRepresentation') {
24948
24948
  const v_error = (() => {
24949
24949
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
24950
24950
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -24959,7 +24959,7 @@ function validate$U(obj, path = 'MatchRepresentation') {
24959
24959
  const key = obj_duplicateResultInfos_keys[i];
24960
24960
  const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
24961
24961
  const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
24962
- const referencepath_duplicateResultInfos_propValidationError = validate$V(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
24962
+ const referencepath_duplicateResultInfos_propValidationError = validate$W(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
24963
24963
  if (referencepath_duplicateResultInfos_propValidationError !== null) {
24964
24964
  let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
24965
24965
  message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -24989,7 +24989,7 @@ function validate$U(obj, path = 'MatchRepresentation') {
24989
24989
 
24990
24990
  const TTL$f = 30000;
24991
24991
  const VERSION$s = "583c38564fa15ce0fb3dd2807be1bdc6";
24992
- function validate$T(obj, path = 'DuplicatesRepresentation') {
24992
+ function validate$U(obj, path = 'DuplicatesRepresentation') {
24993
24993
  const v_error = (() => {
24994
24994
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
24995
24995
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -25024,7 +25024,7 @@ function validate$T(obj, path = 'DuplicatesRepresentation') {
25024
25024
  for (let i = 0; i < obj_matches.length; i++) {
25025
25025
  const obj_matches_item = obj_matches[i];
25026
25026
  const path_matches_item = path_matches + '[' + i + ']';
25027
- const referencepath_matches_itemValidationError = validate$U(obj_matches_item, path_matches_item);
25027
+ const referencepath_matches_itemValidationError = validate$V(obj_matches_item, path_matches_item);
25028
25028
  if (referencepath_matches_itemValidationError !== null) {
25029
25029
  let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
25030
25030
  message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -25054,7 +25054,7 @@ function equals$s(existing, incoming) {
25054
25054
  }
25055
25055
  const ingest$j = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
25056
25056
  if (process.env.NODE_ENV !== 'production') {
25057
- const validateError = validate$T(input);
25057
+ const validateError = validate$U(input);
25058
25058
  if (validateError !== null) {
25059
25059
  throw validateError;
25060
25060
  }
@@ -25247,7 +25247,7 @@ const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(unt
25247
25247
  };
25248
25248
 
25249
25249
  const VERSION$r = "e84b9ffdeff97c411bd111f2a55cf6b6";
25250
- function validate$S(obj, path = 'PhotoMetadataRepresentation') {
25250
+ function validate$T(obj, path = 'PhotoMetadataRepresentation') {
25251
25251
  const v_error = (() => {
25252
25252
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
25253
25253
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -25339,8 +25339,8 @@ function equals$r(existing, incoming) {
25339
25339
  }
25340
25340
 
25341
25341
  const VERSION$q = "34ffbf4219dfebb707bff609c2d5bf89";
25342
- function validate$R(obj, path = 'PhotoRecordAvatarRepresentation') {
25343
- const validateAbstractRecordAvatarRepresentation_validateError = validate$P(obj, path);
25342
+ function validate$S(obj, path = 'PhotoRecordAvatarRepresentation') {
25343
+ const validateAbstractRecordAvatarRepresentation_validateError = validate$Q(obj, path);
25344
25344
  if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
25345
25345
  return validateAbstractRecordAvatarRepresentation_validateError;
25346
25346
  }
@@ -25407,7 +25407,7 @@ function validate$R(obj, path = 'PhotoRecordAvatarRepresentation') {
25407
25407
  }
25408
25408
  const obj_photoMetadata = obj.photoMetadata;
25409
25409
  const path_photoMetadata = path + '.photoMetadata';
25410
- const referencepath_photoMetadataValidationError = validate$S(obj_photoMetadata, path_photoMetadata);
25410
+ const referencepath_photoMetadataValidationError = validate$T(obj_photoMetadata, path_photoMetadata);
25411
25411
  if (referencepath_photoMetadataValidationError !== null) {
25412
25412
  let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
25413
25413
  message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -25562,7 +25562,7 @@ function equals$q(existing, incoming) {
25562
25562
  }
25563
25563
  const ingest$i = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
25564
25564
  if (process.env.NODE_ENV !== 'production') {
25565
- const validateError = validate$R(input);
25565
+ const validateError = validate$S(input);
25566
25566
  if (validateError !== null) {
25567
25567
  throw validateError;
25568
25568
  }
@@ -25583,8 +25583,8 @@ function getTypeCacheKeys$p(rootKeySet, luvio, input, fullPathFactory) {
25583
25583
  }
25584
25584
 
25585
25585
  const VERSION$p = "cbdcf69a6568d41ccf155b2b95ec70e7";
25586
- function validate$Q(obj, path = 'ThemeRecordAvatarRepresentation') {
25587
- const validateAbstractRecordAvatarRepresentation_validateError = validate$P(obj, path);
25586
+ function validate$R(obj, path = 'ThemeRecordAvatarRepresentation') {
25587
+ const validateAbstractRecordAvatarRepresentation_validateError = validate$Q(obj, path);
25588
25588
  if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
25589
25589
  return validateAbstractRecordAvatarRepresentation_validateError;
25590
25590
  }
@@ -25703,7 +25703,7 @@ function equals$p(existing, incoming) {
25703
25703
  }
25704
25704
  const ingest$h = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
25705
25705
  if (process.env.NODE_ENV !== 'production') {
25706
- const validateError = validate$Q(input);
25706
+ const validateError = validate$R(input);
25707
25707
  if (validateError !== null) {
25708
25708
  throw validateError;
25709
25709
  }
@@ -25729,7 +25729,7 @@ var DiscriminatorValues$3;
25729
25729
  DiscriminatorValues["Theme"] = "Theme";
25730
25730
  })(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
25731
25731
  const VERSION$o = "bc05f8d1c708b6c41c9bf2fe6001aff0";
25732
- function validate$P(obj, path = 'AbstractRecordAvatarRepresentation') {
25732
+ function validate$Q(obj, path = 'AbstractRecordAvatarRepresentation') {
25733
25733
  const v_error = (() => {
25734
25734
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
25735
25735
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -25822,8 +25822,8 @@ function getTypeCacheKeys$n(rootKeySet, luvio, input, fullPathFactory) {
25822
25822
  }
25823
25823
 
25824
25824
  const VERSION$n = "f531b44760afecfce89990fe5a5c5c29";
25825
- function validate$O(obj, path = 'RecordAvatarBatchRepresentation') {
25826
- const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$K(obj, path);
25825
+ function validate$P(obj, path = 'RecordAvatarBatchRepresentation') {
25826
+ const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
25827
25827
  if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
25828
25828
  return validateAbstractRecordAvatarBatchRepresentation_validateError;
25829
25829
  }
@@ -25884,7 +25884,7 @@ function equals$n(existing, incoming) {
25884
25884
  }
25885
25885
  const ingest$g = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
25886
25886
  if (process.env.NODE_ENV !== 'production') {
25887
- const validateError = validate$O(input);
25887
+ const validateError = validate$P(input);
25888
25888
  if (validateError !== null) {
25889
25889
  throw validateError;
25890
25890
  }
@@ -25905,7 +25905,7 @@ function getTypeCacheKeys$m(rootKeySet, luvio, input, fullPathFactory) {
25905
25905
  }
25906
25906
 
25907
25907
  const VERSION$m = "17c20b01167dba9a81452e60bb28b2f2";
25908
- function validate$N(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
25908
+ function validate$O(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
25909
25909
  const v_error = (() => {
25910
25910
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
25911
25911
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -25955,8 +25955,8 @@ function equals$m(existing, incoming) {
25955
25955
  }
25956
25956
 
25957
25957
  const VERSION$l = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
25958
- function validate$M(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
25959
- const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$K(obj, path);
25958
+ function validate$N(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
25959
+ const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
25960
25960
  if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
25961
25961
  return validateAbstractRecordAvatarBatchRepresentation_validateError;
25962
25962
  }
@@ -25972,7 +25972,7 @@ function validate$M(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation'
25972
25972
  for (let i = 0; i < obj_result.length; i++) {
25973
25973
  const obj_result_item = obj_result[i];
25974
25974
  const path_result_item = path_result + '[' + i + ']';
25975
- const referencepath_result_itemValidationError = validate$N(obj_result_item, path_result_item);
25975
+ const referencepath_result_itemValidationError = validate$O(obj_result_item, path_result_item);
25976
25976
  if (referencepath_result_itemValidationError !== null) {
25977
25977
  let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
25978
25978
  message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -26022,7 +26022,7 @@ function equals$l(existing, incoming) {
26022
26022
  }
26023
26023
  const ingest$f = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
26024
26024
  if (process.env.NODE_ENV !== 'production') {
26025
- const validateError = validate$M(input);
26025
+ const validateError = validate$N(input);
26026
26026
  if (validateError !== null) {
26027
26027
  throw validateError;
26028
26028
  }
@@ -26043,8 +26043,8 @@ function getTypeCacheKeys$l(rootKeySet, luvio, input, fullPathFactory) {
26043
26043
  }
26044
26044
 
26045
26045
  const VERSION$k = "cbd48fd50d0db463fdff7b1834c22bed";
26046
- function validate$L(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
26047
- const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$K(obj, path);
26046
+ function validate$M(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
26047
+ const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$L(obj, path);
26048
26048
  if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
26049
26049
  return validateAbstractRecordAvatarBatchRepresentation_validateError;
26050
26050
  }
@@ -26060,7 +26060,7 @@ function validate$L(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
26060
26060
  for (let i = 0; i < obj_result.length; i++) {
26061
26061
  const obj_result_item = obj_result[i];
26062
26062
  const path_result_item = path_result + '[' + i + ']';
26063
- const referencepath_result_itemValidationError = validate$N(obj_result_item, path_result_item);
26063
+ const referencepath_result_itemValidationError = validate$O(obj_result_item, path_result_item);
26064
26064
  if (referencepath_result_itemValidationError !== null) {
26065
26065
  let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
26066
26066
  message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -26110,7 +26110,7 @@ function equals$k(existing, incoming) {
26110
26110
  }
26111
26111
  const ingest$e = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
26112
26112
  if (process.env.NODE_ENV !== 'production') {
26113
- const validateError = validate$L(input);
26113
+ const validateError = validate$M(input);
26114
26114
  if (validateError !== null) {
26115
26115
  throw validateError;
26116
26116
  }
@@ -26137,7 +26137,7 @@ const DiscriminatorValues$2 = {
26137
26137
  };
26138
26138
  const TTL$e = 300000;
26139
26139
  const VERSION$j = "8956293536e94d5ec63b274b61033d2c";
26140
- function validate$K(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
26140
+ function validate$L(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
26141
26141
  const v_error = (() => {
26142
26142
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
26143
26143
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -26215,7 +26215,7 @@ function getTypeCacheKeys$j(rootKeySet, luvio, input, fullPathFactory) {
26215
26215
 
26216
26216
  const TTL$d = 1800000;
26217
26217
  const VERSION$i = "c44c049fa6ad7cf7e932c0aab9107d86";
26218
- function validate$J(obj, path = 'RecordAvatarBulkMapRepresentation') {
26218
+ function validate$K(obj, path = 'RecordAvatarBulkMapRepresentation') {
26219
26219
  const v_error = (() => {
26220
26220
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
26221
26221
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -26294,7 +26294,7 @@ function merge(existing, incoming, _luvio, _path) {
26294
26294
 
26295
26295
  const ingest$d = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
26296
26296
  if (process.env.NODE_ENV !== 'production') {
26297
- const validateError = validate$J(input);
26297
+ const validateError = validate$K(input);
26298
26298
  if (validateError !== null) {
26299
26299
  throw validateError;
26300
26300
  }
@@ -26786,7 +26786,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
26786
26786
  };
26787
26787
 
26788
26788
  const VERSION$h = "4d4bdab5d0aa61e365e766409c9b3a31";
26789
- function validate$I(obj, path = 'RelatedListReferenceRepresentation') {
26789
+ function validate$J(obj, path = 'RelatedListReferenceRepresentation') {
26790
26790
  const v_error = (() => {
26791
26791
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
26792
26792
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -27025,7 +27025,7 @@ function equals$h(existing, incoming) {
27025
27025
  }
27026
27026
 
27027
27027
  const VERSION$g = "836b875b519813e7499efc62f0f1d04b";
27028
- function validate$H(obj, path = 'RelatedListRecordCountRepresentation') {
27028
+ function validate$I(obj, path = 'RelatedListRecordCountRepresentation') {
27029
27029
  const v_error = (() => {
27030
27030
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
27031
27031
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -27068,7 +27068,7 @@ function validate$H(obj, path = 'RelatedListRecordCountRepresentation') {
27068
27068
  }
27069
27069
  const obj_listReference = obj.listReference;
27070
27070
  const path_listReference = path + '.listReference';
27071
- const referencepath_listReferenceValidationError = validate$I(obj_listReference, path_listReference);
27071
+ const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
27072
27072
  if (referencepath_listReferenceValidationError !== null) {
27073
27073
  let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
27074
27074
  message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -27141,7 +27141,7 @@ function equals$g(existing, incoming) {
27141
27141
  }
27142
27142
  const ingest$c = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
27143
27143
  if (process.env.NODE_ENV !== 'production') {
27144
- const validateError = validate$H(input);
27144
+ const validateError = validate$I(input);
27145
27145
  if (validateError !== null) {
27146
27146
  throw validateError;
27147
27147
  }
@@ -27653,7 +27653,7 @@ const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedL
27653
27653
  buildCachedSnapshotCachePolicy$g, buildNetworkSnapshotCachePolicy$h);
27654
27654
  };
27655
27655
 
27656
- function validate$G(obj, path = 'RelatedListColumnRepresentation') {
27656
+ function validate$H(obj, path = 'RelatedListColumnRepresentation') {
27657
27657
  const v_error = (() => {
27658
27658
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
27659
27659
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -27804,7 +27804,7 @@ function validate$G(obj, path = 'RelatedListColumnRepresentation') {
27804
27804
 
27805
27805
  const TTL$c = 900000;
27806
27806
  const VERSION$f = "c977d65d153a2b4e888ddd45fb083248";
27807
- function validate$F(obj, path = 'RelatedListInfoRepresentation') {
27807
+ function validate$G(obj, path = 'RelatedListInfoRepresentation') {
27808
27808
  const v_error = (() => {
27809
27809
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
27810
27810
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -27832,7 +27832,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
27832
27832
  for (let i = 0; i < obj_displayColumns.length; i++) {
27833
27833
  const obj_displayColumns_item = obj_displayColumns[i];
27834
27834
  const path_displayColumns_item = path_displayColumns + '[' + i + ']';
27835
- const referencepath_displayColumns_itemValidationError = validate$G(obj_displayColumns_item, path_displayColumns_item);
27835
+ const referencepath_displayColumns_itemValidationError = validate$H(obj_displayColumns_item, path_displayColumns_item);
27836
27836
  if (referencepath_displayColumns_itemValidationError !== null) {
27837
27837
  let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
27838
27838
  message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -27879,7 +27879,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
27879
27879
  for (let i = 0; i < obj_filteredByInfo.length; i++) {
27880
27880
  const obj_filteredByInfo_item = obj_filteredByInfo[i];
27881
27881
  const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
27882
- const referencepath_filteredByInfo_itemValidationError = validate$28(obj_filteredByInfo_item, path_filteredByInfo_item);
27882
+ const referencepath_filteredByInfo_itemValidationError = validate$29(obj_filteredByInfo_item, path_filteredByInfo_item);
27883
27883
  if (referencepath_filteredByInfo_itemValidationError !== null) {
27884
27884
  let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
27885
27885
  message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -27893,7 +27893,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
27893
27893
  }
27894
27894
  const obj_listReference = obj.listReference;
27895
27895
  const path_listReference = path + '.listReference';
27896
- const referencepath_listReferenceValidationError = validate$I(obj_listReference, path_listReference);
27896
+ const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
27897
27897
  if (referencepath_listReferenceValidationError !== null) {
27898
27898
  let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
27899
27899
  message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -27931,7 +27931,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
27931
27931
  for (let i = 0; i < obj_orderedByInfo.length; i++) {
27932
27932
  const obj_orderedByInfo_item = obj_orderedByInfo[i];
27933
27933
  const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
27934
- const referencepath_orderedByInfo_itemValidationError = validate$23(obj_orderedByInfo_item, path_orderedByInfo_item);
27934
+ const referencepath_orderedByInfo_itemValidationError = validate$24(obj_orderedByInfo_item, path_orderedByInfo_item);
27935
27935
  if (referencepath_orderedByInfo_itemValidationError !== null) {
27936
27936
  let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
27937
27937
  message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -27950,7 +27950,7 @@ function validate$F(obj, path = 'RelatedListInfoRepresentation') {
27950
27950
  }
27951
27951
  const obj_userPreferences = obj.userPreferences;
27952
27952
  const path_userPreferences = path + '.userPreferences';
27953
- const referencepath_userPreferencesValidationError = validate$1$(obj_userPreferences, path_userPreferences);
27953
+ const referencepath_userPreferencesValidationError = validate$20(obj_userPreferences, path_userPreferences);
27954
27954
  if (referencepath_userPreferencesValidationError !== null) {
27955
27955
  let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
27956
27956
  message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -28090,7 +28090,7 @@ function equals$f(existing, incoming) {
28090
28090
  }
28091
28091
  const ingest$b = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
28092
28092
  if (process.env.NODE_ENV !== 'production') {
28093
- const validateError = validate$F(input);
28093
+ const validateError = validate$G(input);
28094
28094
  if (validateError !== null) {
28095
28095
  throw validateError;
28096
28096
  }
@@ -28528,7 +28528,7 @@ const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRela
28528
28528
  buildCachedSnapshotCachePolicy$f, buildNetworkSnapshotCachePolicy$g);
28529
28529
  };
28530
28530
 
28531
- function validate$E(obj, path = 'RelatedListSummaryInfoRepresentation') {
28531
+ function validate$F(obj, path = 'RelatedListSummaryInfoRepresentation') {
28532
28532
  const v_error = (() => {
28533
28533
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
28534
28534
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -28624,7 +28624,7 @@ function validate$E(obj, path = 'RelatedListSummaryInfoRepresentation') {
28624
28624
  const path_themeInfo = path + '.themeInfo';
28625
28625
  let obj_themeInfo_union0 = null;
28626
28626
  const obj_themeInfo_union0_error = (() => {
28627
- const referencepath_themeInfoValidationError = validate$1I(obj_themeInfo, path_themeInfo);
28627
+ const referencepath_themeInfoValidationError = validate$1J(obj_themeInfo, path_themeInfo);
28628
28628
  if (referencepath_themeInfoValidationError !== null) {
28629
28629
  let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
28630
28630
  message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -28659,7 +28659,7 @@ function validate$E(obj, path = 'RelatedListSummaryInfoRepresentation') {
28659
28659
  }
28660
28660
 
28661
28661
  const VERSION$e = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
28662
- function validate$D(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
28662
+ function validate$E(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
28663
28663
  const v_error = (() => {
28664
28664
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
28665
28665
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -28708,7 +28708,7 @@ function validate$D(obj, path = 'RelatedListSummaryInfoCollectionRepresentation'
28708
28708
  for (let i = 0; i < obj_relatedLists.length; i++) {
28709
28709
  const obj_relatedLists_item = obj_relatedLists[i];
28710
28710
  const path_relatedLists_item = path_relatedLists + '[' + i + ']';
28711
- const referencepath_relatedLists_itemValidationError = validate$E(obj_relatedLists_item, path_relatedLists_item);
28711
+ const referencepath_relatedLists_itemValidationError = validate$F(obj_relatedLists_item, path_relatedLists_item);
28712
28712
  if (referencepath_relatedLists_itemValidationError !== null) {
28713
28713
  let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
28714
28714
  message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -28764,7 +28764,7 @@ function equals$e(existing, incoming) {
28764
28764
  }
28765
28765
  const ingest$a = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
28766
28766
  if (process.env.NODE_ENV !== 'production') {
28767
- const validateError = validate$D(input);
28767
+ const validateError = validate$E(input);
28768
28768
  if (validateError !== null) {
28769
28769
  throw validateError;
28770
28770
  }
@@ -29013,7 +29013,7 @@ const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedLi
29013
29013
  buildCachedSnapshotCachePolicy$d, buildNetworkSnapshotCachePolicy$e);
29014
29014
  };
29015
29015
 
29016
- function validate$C(obj, path = 'ListUserPreferenceInputRepresentation') {
29016
+ function validate$D(obj, path = 'ListUserPreferenceInputRepresentation') {
29017
29017
  const v_error = (() => {
29018
29018
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
29019
29019
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -29095,7 +29095,7 @@ function typeCheckConfig$o(untrustedConfig) {
29095
29095
  const untrustedConfig_orderedByInfo_array = [];
29096
29096
  for (let i = 0, arrayLength = untrustedConfig_orderedByInfo.length; i < arrayLength; i++) {
29097
29097
  const untrustedConfig_orderedByInfo_item = untrustedConfig_orderedByInfo[i];
29098
- const referenceListOrderedByInfoInputRepresentationValidationError = validate$10(untrustedConfig_orderedByInfo_item);
29098
+ const referenceListOrderedByInfoInputRepresentationValidationError = validate$11(untrustedConfig_orderedByInfo_item);
29099
29099
  if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
29100
29100
  untrustedConfig_orderedByInfo_array.push(untrustedConfig_orderedByInfo_item);
29101
29101
  }
@@ -29103,7 +29103,7 @@ function typeCheckConfig$o(untrustedConfig) {
29103
29103
  config.orderedByInfo = untrustedConfig_orderedByInfo_array;
29104
29104
  }
29105
29105
  const untrustedConfig_userPreferences = untrustedConfig.userPreferences;
29106
- const referenceListUserPreferenceInputRepresentationValidationError = validate$C(untrustedConfig_userPreferences);
29106
+ const referenceListUserPreferenceInputRepresentationValidationError = validate$D(untrustedConfig_userPreferences);
29107
29107
  if (referenceListUserPreferenceInputRepresentationValidationError === null) {
29108
29108
  config.userPreferences = untrustedConfig_userPreferences;
29109
29109
  }
@@ -29168,7 +29168,7 @@ const updateRelatedListInfoAdapterFactory = (luvio) => {
29168
29168
 
29169
29169
  const TTL$b = 900000;
29170
29170
  const VERSION$d = "094cdf8e3e1f07fca02c4e51e14c528e";
29171
- function validate$B(obj, path = 'RelatedListUserPreferencesRepresentation') {
29171
+ function validate$C(obj, path = 'RelatedListUserPreferencesRepresentation') {
29172
29172
  const v_error = (() => {
29173
29173
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
29174
29174
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -29209,7 +29209,7 @@ function validate$B(obj, path = 'RelatedListUserPreferencesRepresentation') {
29209
29209
  for (let i = 0; i < obj_orderedBy.length; i++) {
29210
29210
  const obj_orderedBy_item = obj_orderedBy[i];
29211
29211
  const path_orderedBy_item = path_orderedBy + '[' + i + ']';
29212
- const referencepath_orderedBy_itemValidationError = validate$23(obj_orderedBy_item, path_orderedBy_item);
29212
+ const referencepath_orderedBy_itemValidationError = validate$24(obj_orderedBy_item, path_orderedBy_item);
29213
29213
  if (referencepath_orderedBy_itemValidationError !== null) {
29214
29214
  let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
29215
29215
  message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -29253,7 +29253,7 @@ function equals$d(existing, incoming) {
29253
29253
  }
29254
29254
  const ingest$9 = function RelatedListUserPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
29255
29255
  if (process.env.NODE_ENV !== 'production') {
29256
- const validateError = validate$B(input);
29256
+ const validateError = validate$C(input);
29257
29257
  if (validateError !== null) {
29258
29258
  throw validateError;
29259
29259
  }
@@ -29849,7 +29849,7 @@ function typeCheckConfig$l(untrustedConfig) {
29849
29849
  const untrustedConfig_orderedBy_array = [];
29850
29850
  for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
29851
29851
  const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
29852
- const referenceListOrderedByInfoInputRepresentationValidationError = validate$10(untrustedConfig_orderedBy_item);
29852
+ const referenceListOrderedByInfoInputRepresentationValidationError = validate$11(untrustedConfig_orderedBy_item);
29853
29853
  if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
29854
29854
  untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
29855
29855
  }
@@ -29900,7 +29900,7 @@ const updateRelatedListPreferencesAdapterFactory = (luvio) => {
29900
29900
  };
29901
29901
  };
29902
29902
 
29903
- function validate$A(obj, path = 'RelatedListRecordsSingleBatchInputRepresentation') {
29903
+ function validate$B(obj, path = 'RelatedListRecordsSingleBatchInputRepresentation') {
29904
29904
  const v_error = (() => {
29905
29905
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
29906
29906
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -30143,7 +30143,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
30143
30143
 
30144
30144
  const TTL$a = 30000;
30145
30145
  const VERSION$c = "62467c27c19349b70c9db2a8d9d591d9";
30146
- function validate$z(obj, path = 'RelatedListRecordCollectionRepresentation') {
30146
+ function validate$A(obj, path = 'RelatedListRecordCollectionRepresentation') {
30147
30147
  const v_error = (() => {
30148
30148
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
30149
30149
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -30224,7 +30224,7 @@ function validate$z(obj, path = 'RelatedListRecordCollectionRepresentation') {
30224
30224
  }
30225
30225
  const obj_listReference = obj.listReference;
30226
30226
  const path_listReference = path + '.listReference';
30227
- const referencepath_listReferenceValidationError = validate$I(obj_listReference, path_listReference);
30227
+ const referencepath_listReferenceValidationError = validate$J(obj_listReference, path_listReference);
30228
30228
  if (referencepath_listReferenceValidationError !== null) {
30229
30229
  let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
30230
30230
  message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -30645,7 +30645,7 @@ function equals$c(existing, incoming) {
30645
30645
  }
30646
30646
  const ingest$8 = function RelatedListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
30647
30647
  if (process.env.NODE_ENV !== 'production') {
30648
- const validateError = validate$z(input);
30648
+ const validateError = validate$A(input);
30649
30649
  if (validateError !== null) {
30650
30650
  throw validateError;
30651
30651
  }
@@ -31137,7 +31137,7 @@ function typeCheckConfig$k(untrustedConfig) {
31137
31137
  const untrustedConfig_relatedListParameters_array = [];
31138
31138
  for (let i = 0, arrayLength = untrustedConfig_relatedListParameters.length; i < arrayLength; i++) {
31139
31139
  const untrustedConfig_relatedListParameters_item = untrustedConfig_relatedListParameters[i];
31140
- const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$A(untrustedConfig_relatedListParameters_item);
31140
+ const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$B(untrustedConfig_relatedListParameters_item);
31141
31141
  if (referenceRelatedListRecordsSingleBatchInputRepresentationValidationError === null) {
31142
31142
  untrustedConfig_relatedListParameters_array.push(untrustedConfig_relatedListParameters_item);
31143
31143
  }
@@ -31382,7 +31382,7 @@ const getRelatedListRecordsAdapterFactory = (luvio) => function UiApi__getRelate
31382
31382
  buildCachedSnapshotCachePolicy$9, buildNetworkSnapshotCachePolicy$a);
31383
31383
  };
31384
31384
 
31385
- function validate$y(obj, path = 'SearchFilterOptionRepresentation') {
31385
+ function validate$z(obj, path = 'SearchFilterOptionRepresentation') {
31386
31386
  const v_error = (() => {
31387
31387
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
31388
31388
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -31412,7 +31412,7 @@ var DiscriminatorValues;
31412
31412
  DiscriminatorValues["Field"] = "Field";
31413
31413
  DiscriminatorValues["DataCategory"] = "DataCategory";
31414
31414
  })(DiscriminatorValues || (DiscriminatorValues = {}));
31415
- function validate$x(obj, path = 'SearchFilterDefinitionRepresentation') {
31415
+ function validate$y(obj, path = 'SearchFilterDefinitionRepresentation') {
31416
31416
  const v_error = (() => {
31417
31417
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
31418
31418
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -31473,7 +31473,7 @@ function validate$x(obj, path = 'SearchFilterDefinitionRepresentation') {
31473
31473
 
31474
31474
  const TTL$9 = 30000;
31475
31475
  const VERSION$b = "7d241c2ee7cc9b09d6bd434b33b0b5e4";
31476
- function validate$w(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
31476
+ function validate$x(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
31477
31477
  const v_error = (() => {
31478
31478
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
31479
31479
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -31512,7 +31512,7 @@ function validate$w(obj, path = 'SearchFilterMetadataCollectionRepresentation')
31512
31512
  for (let i = 0; i < obj_filters.length; i++) {
31513
31513
  const obj_filters_item = obj_filters[i];
31514
31514
  const path_filters_item = path_filters + '[' + i + ']';
31515
- const referencepath_filters_itemValidationError = validate$x(obj_filters_item, path_filters_item);
31515
+ const referencepath_filters_itemValidationError = validate$y(obj_filters_item, path_filters_item);
31516
31516
  if (referencepath_filters_itemValidationError !== null) {
31517
31517
  let message = 'Object doesn\'t match SearchFilterDefinitionRepresentation (at "' + path_filters_item + '")\n';
31518
31518
  message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -31557,7 +31557,7 @@ function equals$b(existing, incoming) {
31557
31557
  }
31558
31558
  const ingest$7 = function SearchFilterMetadataCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
31559
31559
  if (process.env.NODE_ENV !== 'production') {
31560
- const validateError = validate$w(input);
31560
+ const validateError = validate$x(input);
31561
31561
  if (validateError !== null) {
31562
31562
  throw validateError;
31563
31563
  }
@@ -31721,7 +31721,7 @@ const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSear
31721
31721
 
31722
31722
  const TTL$8 = 30000;
31723
31723
  const VERSION$a = "8d851a8d9abf0a061a8ad81d4cbb83bc";
31724
- function validate$v(obj, path = 'SearchFilterOptionCollectionRepresentation') {
31724
+ function validate$w(obj, path = 'SearchFilterOptionCollectionRepresentation') {
31725
31725
  const v_error = (() => {
31726
31726
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
31727
31727
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -31744,7 +31744,7 @@ function validate$v(obj, path = 'SearchFilterOptionCollectionRepresentation') {
31744
31744
  for (let i = 0; i < obj_options.length; i++) {
31745
31745
  const obj_options_item = obj_options[i];
31746
31746
  const path_options_item = path_options + '[' + i + ']';
31747
- const referencepath_options_itemValidationError = validate$y(obj_options_item, path_options_item);
31747
+ const referencepath_options_itemValidationError = validate$z(obj_options_item, path_options_item);
31748
31748
  if (referencepath_options_itemValidationError !== null) {
31749
31749
  let message = 'Object doesn\'t match SearchFilterOptionRepresentation (at "' + path_options_item + '")\n';
31750
31750
  message += referencepath_options_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -31811,7 +31811,7 @@ function equals$a(existing, incoming) {
31811
31811
  }
31812
31812
  const ingest$6 = function SearchFilterOptionCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
31813
31813
  if (process.env.NODE_ENV !== 'production') {
31814
- const validateError = validate$v(input);
31814
+ const validateError = validate$w(input);
31815
31815
  if (validateError !== null) {
31816
31816
  throw validateError;
31817
31817
  }
@@ -31975,7 +31975,7 @@ const getSearchFilterOptionsAdapterFactory = (luvio) => function UiApi__getSearc
31975
31975
  buildCachedSnapshotCachePolicy$7, buildNetworkSnapshotCachePolicy$8);
31976
31976
  };
31977
31977
 
31978
- function validate$u(obj, path = 'AdvancedLookupDisplayInfoFieldRepresentation') {
31978
+ function validate$v(obj, path = 'AdvancedLookupDisplayInfoFieldRepresentation') {
31979
31979
  const v_error = (() => {
31980
31980
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
31981
31981
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -31999,7 +31999,7 @@ function validate$u(obj, path = 'AdvancedLookupDisplayInfoFieldRepresentation')
31999
31999
  return v_error === undefined ? null : v_error;
32000
32000
  }
32001
32001
 
32002
- function validate$t(obj, path = 'AdvancedLookupDisplayInfoRepresentation') {
32002
+ function validate$u(obj, path = 'AdvancedLookupDisplayInfoRepresentation') {
32003
32003
  const v_error = (() => {
32004
32004
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
32005
32005
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -32012,7 +32012,7 @@ function validate$t(obj, path = 'AdvancedLookupDisplayInfoRepresentation') {
32012
32012
  for (let i = 0; i < obj_fields.length; i++) {
32013
32013
  const obj_fields_item = obj_fields[i];
32014
32014
  const path_fields_item = path_fields + '[' + i + ']';
32015
- const referencepath_fields_itemValidationError = validate$u(obj_fields_item, path_fields_item);
32015
+ const referencepath_fields_itemValidationError = validate$v(obj_fields_item, path_fields_item);
32016
32016
  if (referencepath_fields_itemValidationError !== null) {
32017
32017
  let message = 'Object doesn\'t match AdvancedLookupDisplayInfoFieldRepresentation (at "' + path_fields_item + '")\n';
32018
32018
  message += referencepath_fields_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -32023,14 +32023,14 @@ function validate$t(obj, path = 'AdvancedLookupDisplayInfoRepresentation') {
32023
32023
  return v_error === undefined ? null : v_error;
32024
32024
  }
32025
32025
 
32026
- function validate$s(obj, path = 'AdvancedLookupInfoRepresentation') {
32026
+ function validate$t(obj, path = 'AdvancedLookupInfoRepresentation') {
32027
32027
  const v_error = (() => {
32028
32028
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
32029
32029
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
32030
32030
  }
32031
32031
  const obj_displayInfo = obj.displayInfo;
32032
32032
  const path_displayInfo = path + '.displayInfo';
32033
- const referencepath_displayInfoValidationError = validate$t(obj_displayInfo, path_displayInfo);
32033
+ const referencepath_displayInfoValidationError = validate$u(obj_displayInfo, path_displayInfo);
32034
32034
  if (referencepath_displayInfoValidationError !== null) {
32035
32035
  let message = 'Object doesn\'t match AdvancedLookupDisplayInfoRepresentation (at "' + path_displayInfo + '")\n';
32036
32036
  message += referencepath_displayInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -32040,7 +32040,7 @@ function validate$s(obj, path = 'AdvancedLookupInfoRepresentation') {
32040
32040
  return v_error === undefined ? null : v_error;
32041
32041
  }
32042
32042
 
32043
- function validate$r(obj, path = 'DisplayLayoutRepresentation') {
32043
+ function validate$s(obj, path = 'DisplayLayoutRepresentation') {
32044
32044
  const v_error = (() => {
32045
32045
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
32046
32046
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -32061,7 +32061,7 @@ function validate$r(obj, path = 'DisplayLayoutRepresentation') {
32061
32061
  return v_error === undefined ? null : v_error;
32062
32062
  }
32063
32063
 
32064
- function validate$q(obj, path = 'MatchingInfoRepresentation') {
32064
+ function validate$r(obj, path = 'MatchingInfoRepresentation') {
32065
32065
  const v_error = (() => {
32066
32066
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
32067
32067
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -32082,14 +32082,14 @@ function validate$q(obj, path = 'MatchingInfoRepresentation') {
32082
32082
  return v_error === undefined ? null : v_error;
32083
32083
  }
32084
32084
 
32085
- function validate$p(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
32085
+ function validate$q(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
32086
32086
  const v_error = (() => {
32087
32087
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
32088
32088
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
32089
32089
  }
32090
32090
  const obj_displayLayout = obj.displayLayout;
32091
32091
  const path_displayLayout = path + '.displayLayout';
32092
- const referencepath_displayLayoutValidationError = validate$r(obj_displayLayout, path_displayLayout);
32092
+ const referencepath_displayLayoutValidationError = validate$s(obj_displayLayout, path_displayLayout);
32093
32093
  if (referencepath_displayLayoutValidationError !== null) {
32094
32094
  let message = 'Object doesn\'t match DisplayLayoutRepresentation (at "' + path_displayLayout + '")\n';
32095
32095
  message += referencepath_displayLayoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -32097,7 +32097,7 @@ function validate$p(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
32097
32097
  }
32098
32098
  const obj_matchingInfo = obj.matchingInfo;
32099
32099
  const path_matchingInfo = path + '.matchingInfo';
32100
- const referencepath_matchingInfoValidationError = validate$q(obj_matchingInfo, path_matchingInfo);
32100
+ const referencepath_matchingInfoValidationError = validate$r(obj_matchingInfo, path_matchingInfo);
32101
32101
  if (referencepath_matchingInfoValidationError !== null) {
32102
32102
  let message = 'Object doesn\'t match MatchingInfoRepresentation (at "' + path_matchingInfo + '")\n';
32103
32103
  message += referencepath_matchingInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -32107,14 +32107,14 @@ function validate$p(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
32107
32107
  return v_error === undefined ? null : v_error;
32108
32108
  }
32109
32109
 
32110
- function validate$o(obj, path = 'LookupMetadataTargetInfoRepresentation') {
32110
+ function validate$p(obj, path = 'LookupMetadataTargetInfoRepresentation') {
32111
32111
  const v_error = (() => {
32112
32112
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
32113
32113
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
32114
32114
  }
32115
32115
  const obj_advancedLookupInfo = obj.advancedLookupInfo;
32116
32116
  const path_advancedLookupInfo = path + '.advancedLookupInfo';
32117
- const referencepath_advancedLookupInfoValidationError = validate$s(obj_advancedLookupInfo, path_advancedLookupInfo);
32117
+ const referencepath_advancedLookupInfoValidationError = validate$t(obj_advancedLookupInfo, path_advancedLookupInfo);
32118
32118
  if (referencepath_advancedLookupInfoValidationError !== null) {
32119
32119
  let message = 'Object doesn\'t match AdvancedLookupInfoRepresentation (at "' + path_advancedLookupInfo + '")\n';
32120
32120
  message += referencepath_advancedLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -32127,7 +32127,7 @@ function validate$o(obj, path = 'LookupMetadataTargetInfoRepresentation') {
32127
32127
  }
32128
32128
  const obj_suggestionsInfo = obj.suggestionsInfo;
32129
32129
  const path_suggestionsInfo = path + '.suggestionsInfo';
32130
- const referencepath_suggestionsInfoValidationError = validate$p(obj_suggestionsInfo, path_suggestionsInfo);
32130
+ const referencepath_suggestionsInfoValidationError = validate$q(obj_suggestionsInfo, path_suggestionsInfo);
32131
32131
  if (referencepath_suggestionsInfoValidationError !== null) {
32132
32132
  let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_suggestionsInfo + '")\n';
32133
32133
  message += referencepath_suggestionsInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -32139,7 +32139,7 @@ function validate$o(obj, path = 'LookupMetadataTargetInfoRepresentation') {
32139
32139
 
32140
32140
  const TTL$7 = 30000;
32141
32141
  const VERSION$9 = "ab99b79a5e8a78e051ec92b39d76a6bd";
32142
- function validate$n(obj, path = 'LookupMetadataRepresentation') {
32142
+ function validate$o(obj, path = 'LookupMetadataRepresentation') {
32143
32143
  const v_error = (() => {
32144
32144
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
32145
32145
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -32190,7 +32190,7 @@ function validate$n(obj, path = 'LookupMetadataRepresentation') {
32190
32190
  const key = obj_targetInfo_keys[i];
32191
32191
  const obj_targetInfo_prop = obj_targetInfo[key];
32192
32192
  const path_targetInfo_prop = path_targetInfo + '["' + key + '"]';
32193
- const referencepath_targetInfo_propValidationError = validate$o(obj_targetInfo_prop, path_targetInfo_prop);
32193
+ const referencepath_targetInfo_propValidationError = validate$p(obj_targetInfo_prop, path_targetInfo_prop);
32194
32194
  if (referencepath_targetInfo_propValidationError !== null) {
32195
32195
  let message = 'Object doesn\'t match LookupMetadataTargetInfoRepresentation (at "' + path_targetInfo_prop + '")\n';
32196
32196
  message += referencepath_targetInfo_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -32230,7 +32230,7 @@ function equals$9(existing, incoming) {
32230
32230
  }
32231
32231
  const ingest$5 = function LookupMetadataRepresentationIngest(input, path, luvio, store, timestamp) {
32232
32232
  if (process.env.NODE_ENV !== 'production') {
32233
- const validateError = validate$n(input);
32233
+ const validateError = validate$o(input);
32234
32234
  if (validateError !== null) {
32235
32235
  throw validateError;
32236
32236
  }
@@ -32392,7 +32392,7 @@ const getLookupMetadataAdapterFactory = (luvio) => function UiApi__getLookupMeta
32392
32392
  buildCachedSnapshotCachePolicy$6, buildNetworkSnapshotCachePolicy$7);
32393
32393
  };
32394
32394
 
32395
- function validate$m(obj, path = 'SearchDataCategoryInputRepresentation') {
32395
+ function validate$n(obj, path = 'SearchDataCategoryInputRepresentation') {
32396
32396
  const v_error = (() => {
32397
32397
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
32398
32398
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -32423,7 +32423,7 @@ function validate$m(obj, path = 'SearchDataCategoryInputRepresentation') {
32423
32423
  return v_error === undefined ? null : v_error;
32424
32424
  }
32425
32425
 
32426
- function validate$l(obj, path = 'SearchFilterInputRepresentation') {
32426
+ function validate$m(obj, path = 'SearchFilterInputRepresentation') {
32427
32427
  const v_error = (() => {
32428
32428
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
32429
32429
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -32492,7 +32492,7 @@ function validate$l(obj, path = 'SearchFilterInputRepresentation') {
32492
32492
  return v_error === undefined ? null : v_error;
32493
32493
  }
32494
32494
 
32495
- function validate$k(obj, path = 'SearchObjectOptionsRepresentation') {
32495
+ function validate$l(obj, path = 'SearchObjectOptionsRepresentation') {
32496
32496
  const v_error = (() => {
32497
32497
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
32498
32498
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
@@ -32505,7 +32505,7 @@ function validate$k(obj, path = 'SearchObjectOptionsRepresentation') {
32505
32505
  for (let i = 0; i < obj_dataCategories.length; i++) {
32506
32506
  const obj_dataCategories_item = obj_dataCategories[i];
32507
32507
  const path_dataCategories_item = path_dataCategories + '[' + i + ']';
32508
- const referencepath_dataCategories_itemValidationError = validate$m(obj_dataCategories_item, path_dataCategories_item);
32508
+ const referencepath_dataCategories_itemValidationError = validate$n(obj_dataCategories_item, path_dataCategories_item);
32509
32509
  if (referencepath_dataCategories_itemValidationError !== null) {
32510
32510
  let message = 'Object doesn\'t match SearchDataCategoryInputRepresentation (at "' + path_dataCategories_item + '")\n';
32511
32511
  message += referencepath_dataCategories_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -32520,7 +32520,7 @@ function validate$k(obj, path = 'SearchObjectOptionsRepresentation') {
32520
32520
  for (let i = 0; i < obj_filters.length; i++) {
32521
32521
  const obj_filters_item = obj_filters[i];
32522
32522
  const path_filters_item = path_filters + '[' + i + ']';
32523
- const referencepath_filters_itemValidationError = validate$l(obj_filters_item, path_filters_item);
32523
+ const referencepath_filters_itemValidationError = validate$m(obj_filters_item, path_filters_item);
32524
32524
  if (referencepath_filters_itemValidationError !== null) {
32525
32525
  let message = 'Object doesn\'t match SearchFilterInputRepresentation (at "' + path_filters_item + '")\n';
32526
32526
  message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -32531,6 +32531,119 @@ function validate$k(obj, path = 'SearchObjectOptionsRepresentation') {
32531
32531
  return v_error === undefined ? null : v_error;
32532
32532
  }
32533
32533
 
32534
+ function validate$k(obj, path = 'DirectAnswerResultRepresentation') {
32535
+ const v_error = (() => {
32536
+ if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
32537
+ return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
32538
+ }
32539
+ const obj_explanation = obj.explanation;
32540
+ const path_explanation = path + '.explanation';
32541
+ let obj_explanation_union0 = null;
32542
+ const obj_explanation_union0_error = (() => {
32543
+ if (typeof obj_explanation !== 'string') {
32544
+ return new TypeError('Expected "string" but received "' + typeof obj_explanation + '" (at "' + path_explanation + '")');
32545
+ }
32546
+ })();
32547
+ if (obj_explanation_union0_error != null) {
32548
+ obj_explanation_union0 = obj_explanation_union0_error.message;
32549
+ }
32550
+ let obj_explanation_union1 = null;
32551
+ const obj_explanation_union1_error = (() => {
32552
+ if (obj_explanation !== null) {
32553
+ return new TypeError('Expected "null" but received "' + typeof obj_explanation + '" (at "' + path_explanation + '")');
32554
+ }
32555
+ })();
32556
+ if (obj_explanation_union1_error != null) {
32557
+ obj_explanation_union1 = obj_explanation_union1_error.message;
32558
+ }
32559
+ if (obj_explanation_union0 && obj_explanation_union1) {
32560
+ let message = 'Object doesn\'t match union (at "' + path_explanation + '")';
32561
+ message += '\n' + obj_explanation_union0.split('\n').map((line) => '\t' + line).join('\n');
32562
+ message += '\n' + obj_explanation_union1.split('\n').map((line) => '\t' + line).join('\n');
32563
+ return new TypeError(message);
32564
+ }
32565
+ const obj_hasNoResult = obj.hasNoResult;
32566
+ const path_hasNoResult = path + '.hasNoResult';
32567
+ let obj_hasNoResult_union0 = null;
32568
+ const obj_hasNoResult_union0_error = (() => {
32569
+ if (typeof obj_hasNoResult !== 'boolean') {
32570
+ return new TypeError('Expected "boolean" but received "' + typeof obj_hasNoResult + '" (at "' + path_hasNoResult + '")');
32571
+ }
32572
+ })();
32573
+ if (obj_hasNoResult_union0_error != null) {
32574
+ obj_hasNoResult_union0 = obj_hasNoResult_union0_error.message;
32575
+ }
32576
+ let obj_hasNoResult_union1 = null;
32577
+ const obj_hasNoResult_union1_error = (() => {
32578
+ if (obj_hasNoResult !== null) {
32579
+ return new TypeError('Expected "null" but received "' + typeof obj_hasNoResult + '" (at "' + path_hasNoResult + '")');
32580
+ }
32581
+ })();
32582
+ if (obj_hasNoResult_union1_error != null) {
32583
+ obj_hasNoResult_union1 = obj_hasNoResult_union1_error.message;
32584
+ }
32585
+ if (obj_hasNoResult_union0 && obj_hasNoResult_union1) {
32586
+ let message = 'Object doesn\'t match union (at "' + path_hasNoResult + '")';
32587
+ message += '\n' + obj_hasNoResult_union0.split('\n').map((line) => '\t' + line).join('\n');
32588
+ message += '\n' + obj_hasNoResult_union1.split('\n').map((line) => '\t' + line).join('\n');
32589
+ return new TypeError(message);
32590
+ }
32591
+ const obj_result = obj.result;
32592
+ const path_result = path + '.result';
32593
+ let obj_result_union0 = null;
32594
+ const obj_result_union0_error = (() => {
32595
+ if (typeof obj_result !== 'string') {
32596
+ return new TypeError('Expected "string" but received "' + typeof obj_result + '" (at "' + path_result + '")');
32597
+ }
32598
+ })();
32599
+ if (obj_result_union0_error != null) {
32600
+ obj_result_union0 = obj_result_union0_error.message;
32601
+ }
32602
+ let obj_result_union1 = null;
32603
+ const obj_result_union1_error = (() => {
32604
+ if (obj_result !== null) {
32605
+ return new TypeError('Expected "null" but received "' + typeof obj_result + '" (at "' + path_result + '")');
32606
+ }
32607
+ })();
32608
+ if (obj_result_union1_error != null) {
32609
+ obj_result_union1 = obj_result_union1_error.message;
32610
+ }
32611
+ if (obj_result_union0 && obj_result_union1) {
32612
+ let message = 'Object doesn\'t match union (at "' + path_result + '")';
32613
+ message += '\n' + obj_result_union0.split('\n').map((line) => '\t' + line).join('\n');
32614
+ message += '\n' + obj_result_union1.split('\n').map((line) => '\t' + line).join('\n');
32615
+ return new TypeError(message);
32616
+ }
32617
+ const obj_turnId = obj.turnId;
32618
+ const path_turnId = path + '.turnId';
32619
+ let obj_turnId_union0 = null;
32620
+ const obj_turnId_union0_error = (() => {
32621
+ if (typeof obj_turnId !== 'string') {
32622
+ return new TypeError('Expected "string" but received "' + typeof obj_turnId + '" (at "' + path_turnId + '")');
32623
+ }
32624
+ })();
32625
+ if (obj_turnId_union0_error != null) {
32626
+ obj_turnId_union0 = obj_turnId_union0_error.message;
32627
+ }
32628
+ let obj_turnId_union1 = null;
32629
+ const obj_turnId_union1_error = (() => {
32630
+ if (obj_turnId !== null) {
32631
+ return new TypeError('Expected "null" but received "' + typeof obj_turnId + '" (at "' + path_turnId + '")');
32632
+ }
32633
+ })();
32634
+ if (obj_turnId_union1_error != null) {
32635
+ obj_turnId_union1 = obj_turnId_union1_error.message;
32636
+ }
32637
+ if (obj_turnId_union0 && obj_turnId_union1) {
32638
+ let message = 'Object doesn\'t match union (at "' + path_turnId + '")';
32639
+ message += '\n' + obj_turnId_union0.split('\n').map((line) => '\t' + line).join('\n');
32640
+ message += '\n' + obj_turnId_union1.split('\n').map((line) => '\t' + line).join('\n');
32641
+ return new TypeError(message);
32642
+ }
32643
+ })();
32644
+ return v_error === undefined ? null : v_error;
32645
+ }
32646
+
32534
32647
  function validate$j(obj, path = 'ErrorMessageRepresentation') {
32535
32648
  const v_error = (() => {
32536
32649
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -32649,7 +32762,7 @@ function validate$i(obj, path = 'SearchResultCollectionRepresentation') {
32649
32762
  for (let i = 0; i < obj_orderBy.length; i++) {
32650
32763
  const obj_orderBy_item = obj_orderBy[i];
32651
32764
  const path_orderBy_item = path_orderBy + '[' + i + ']';
32652
- const referencepath_orderBy_itemValidationError = validate$23(obj_orderBy_item, path_orderBy_item);
32765
+ const referencepath_orderBy_itemValidationError = validate$24(obj_orderBy_item, path_orderBy_item);
32653
32766
  if (referencepath_orderBy_itemValidationError !== null) {
32654
32767
  let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
32655
32768
  message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -32720,6 +32833,32 @@ function validate$h(obj, path = 'KeywordSearchResultsRepresentation') {
32720
32833
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
32721
32834
  return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
32722
32835
  }
32836
+ const obj_hasNoResult = obj.hasNoResult;
32837
+ const path_hasNoResult = path + '.hasNoResult';
32838
+ let obj_hasNoResult_union0 = null;
32839
+ const obj_hasNoResult_union0_error = (() => {
32840
+ if (typeof obj_hasNoResult !== 'boolean') {
32841
+ return new TypeError('Expected "boolean" but received "' + typeof obj_hasNoResult + '" (at "' + path_hasNoResult + '")');
32842
+ }
32843
+ })();
32844
+ if (obj_hasNoResult_union0_error != null) {
32845
+ obj_hasNoResult_union0 = obj_hasNoResult_union0_error.message;
32846
+ }
32847
+ let obj_hasNoResult_union1 = null;
32848
+ const obj_hasNoResult_union1_error = (() => {
32849
+ if (obj_hasNoResult !== null) {
32850
+ return new TypeError('Expected "null" but received "' + typeof obj_hasNoResult + '" (at "' + path_hasNoResult + '")');
32851
+ }
32852
+ })();
32853
+ if (obj_hasNoResult_union1_error != null) {
32854
+ obj_hasNoResult_union1 = obj_hasNoResult_union1_error.message;
32855
+ }
32856
+ if (obj_hasNoResult_union0 && obj_hasNoResult_union1) {
32857
+ let message = 'Object doesn\'t match union (at "' + path_hasNoResult + '")';
32858
+ message += '\n' + obj_hasNoResult_union0.split('\n').map((line) => '\t' + line).join('\n');
32859
+ message += '\n' + obj_hasNoResult_union1.split('\n').map((line) => '\t' + line).join('\n');
32860
+ return new TypeError(message);
32861
+ }
32723
32862
  const obj_results = obj.results;
32724
32863
  const path_results = path + '.results';
32725
32864
  if (!ArrayIsArray(obj_results)) {
@@ -32808,8 +32947,29 @@ function validate$e(obj, path = 'SearchAnswersResultRepresentation') {
32808
32947
  }
32809
32948
  const obj_answerType = obj.answerType;
32810
32949
  const path_answerType = path + '.answerType';
32811
- if (typeof obj_answerType !== 'string') {
32812
- return new TypeError('Expected "string" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
32950
+ let obj_answerType_union0 = null;
32951
+ const obj_answerType_union0_error = (() => {
32952
+ if (typeof obj_answerType !== 'string') {
32953
+ return new TypeError('Expected "string" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
32954
+ }
32955
+ })();
32956
+ if (obj_answerType_union0_error != null) {
32957
+ obj_answerType_union0 = obj_answerType_union0_error.message;
32958
+ }
32959
+ let obj_answerType_union1 = null;
32960
+ const obj_answerType_union1_error = (() => {
32961
+ if (obj_answerType !== null) {
32962
+ return new TypeError('Expected "null" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
32963
+ }
32964
+ })();
32965
+ if (obj_answerType_union1_error != null) {
32966
+ obj_answerType_union1 = obj_answerType_union1_error.message;
32967
+ }
32968
+ if (obj_answerType_union0 && obj_answerType_union1) {
32969
+ let message = 'Object doesn\'t match union (at "' + path_answerType + '")';
32970
+ message += '\n' + obj_answerType_union0.split('\n').map((line) => '\t' + line).join('\n');
32971
+ message += '\n' + obj_answerType_union1.split('\n').map((line) => '\t' + line).join('\n');
32972
+ return new TypeError(message);
32813
32973
  }
32814
32974
  const obj_appliedFilters = obj.appliedFilters;
32815
32975
  const path_appliedFilters = path + '.appliedFilters';
@@ -32826,10 +32986,57 @@ function validate$e(obj, path = 'SearchAnswersResultRepresentation') {
32826
32986
  return new TypeError(message);
32827
32987
  }
32828
32988
  }
32989
+ const obj_hasNoResult = obj.hasNoResult;
32990
+ const path_hasNoResult = path + '.hasNoResult';
32991
+ let obj_hasNoResult_union0 = null;
32992
+ const obj_hasNoResult_union0_error = (() => {
32993
+ if (typeof obj_hasNoResult !== 'boolean') {
32994
+ return new TypeError('Expected "boolean" but received "' + typeof obj_hasNoResult + '" (at "' + path_hasNoResult + '")');
32995
+ }
32996
+ })();
32997
+ if (obj_hasNoResult_union0_error != null) {
32998
+ obj_hasNoResult_union0 = obj_hasNoResult_union0_error.message;
32999
+ }
33000
+ let obj_hasNoResult_union1 = null;
33001
+ const obj_hasNoResult_union1_error = (() => {
33002
+ if (obj_hasNoResult !== null) {
33003
+ return new TypeError('Expected "null" but received "' + typeof obj_hasNoResult + '" (at "' + path_hasNoResult + '")');
33004
+ }
33005
+ })();
33006
+ if (obj_hasNoResult_union1_error != null) {
33007
+ obj_hasNoResult_union1 = obj_hasNoResult_union1_error.message;
33008
+ }
33009
+ if (obj_hasNoResult_union0 && obj_hasNoResult_union1) {
33010
+ let message = 'Object doesn\'t match union (at "' + path_hasNoResult + '")';
33011
+ message += '\n' + obj_hasNoResult_union0.split('\n').map((line) => '\t' + line).join('\n');
33012
+ message += '\n' + obj_hasNoResult_union1.split('\n').map((line) => '\t' + line).join('\n');
33013
+ return new TypeError(message);
33014
+ }
32829
33015
  const obj_passage = obj.passage;
32830
33016
  const path_passage = path + '.passage';
32831
- if (typeof obj_passage !== 'string') {
32832
- return new TypeError('Expected "string" but received "' + typeof obj_passage + '" (at "' + path_passage + '")');
33017
+ let obj_passage_union0 = null;
33018
+ const obj_passage_union0_error = (() => {
33019
+ if (typeof obj_passage !== 'string') {
33020
+ return new TypeError('Expected "string" but received "' + typeof obj_passage + '" (at "' + path_passage + '")');
33021
+ }
33022
+ })();
33023
+ if (obj_passage_union0_error != null) {
33024
+ obj_passage_union0 = obj_passage_union0_error.message;
33025
+ }
33026
+ let obj_passage_union1 = null;
33027
+ const obj_passage_union1_error = (() => {
33028
+ if (obj_passage !== null) {
33029
+ return new TypeError('Expected "null" but received "' + typeof obj_passage + '" (at "' + path_passage + '")');
33030
+ }
33031
+ })();
33032
+ if (obj_passage_union1_error != null) {
33033
+ obj_passage_union1 = obj_passage_union1_error.message;
33034
+ }
33035
+ if (obj_passage_union0 && obj_passage_union1) {
33036
+ let message = 'Object doesn\'t match union (at "' + path_passage + '")';
33037
+ message += '\n' + obj_passage_union0.split('\n').map((line) => '\t' + line).join('\n');
33038
+ message += '\n' + obj_passage_union1.split('\n').map((line) => '\t' + line).join('\n');
33039
+ return new TypeError(message);
32833
33040
  }
32834
33041
  const obj_records = obj.records;
32835
33042
  const path_records = path + '.records';
@@ -32952,7 +33159,7 @@ function validate$b(obj, path = 'SearchObjectOptionsOutputRepresentation') {
32952
33159
  }
32953
33160
 
32954
33161
  const TTL$6 = 200;
32955
- const VERSION$8 = "c3b86b51e83e00857929bc3dd6742a85";
33162
+ const VERSION$8 = "e5e39b39842d8ac72b8403aa973fbb1d";
32956
33163
  function validate$a(obj, path = 'SearchResultsSummaryRepresentation') {
32957
33164
  const v_error = (() => {
32958
33165
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -32984,6 +33191,35 @@ function validate$a(obj, path = 'SearchResultsSummaryRepresentation') {
32984
33191
  message += '\n' + obj_configurationName_union1.split('\n').map((line) => '\t' + line).join('\n');
32985
33192
  return new TypeError(message);
32986
33193
  }
33194
+ const obj_directAnswerResult = obj.directAnswerResult;
33195
+ const path_directAnswerResult = path + '.directAnswerResult';
33196
+ let obj_directAnswerResult_union0 = null;
33197
+ const obj_directAnswerResult_union0_error = (() => {
33198
+ const referencepath_directAnswerResultValidationError = validate$k(obj_directAnswerResult, path_directAnswerResult);
33199
+ if (referencepath_directAnswerResultValidationError !== null) {
33200
+ let message = 'Object doesn\'t match DirectAnswerResultRepresentation (at "' + path_directAnswerResult + '")\n';
33201
+ message += referencepath_directAnswerResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
33202
+ return new TypeError(message);
33203
+ }
33204
+ })();
33205
+ if (obj_directAnswerResult_union0_error != null) {
33206
+ obj_directAnswerResult_union0 = obj_directAnswerResult_union0_error.message;
33207
+ }
33208
+ let obj_directAnswerResult_union1 = null;
33209
+ const obj_directAnswerResult_union1_error = (() => {
33210
+ if (obj_directAnswerResult !== null) {
33211
+ return new TypeError('Expected "null" but received "' + typeof obj_directAnswerResult + '" (at "' + path_directAnswerResult + '")');
33212
+ }
33213
+ })();
33214
+ if (obj_directAnswerResult_union1_error != null) {
33215
+ obj_directAnswerResult_union1 = obj_directAnswerResult_union1_error.message;
33216
+ }
33217
+ if (obj_directAnswerResult_union0 && obj_directAnswerResult_union1) {
33218
+ let message = 'Object doesn\'t match union (at "' + path_directAnswerResult + '")';
33219
+ message += '\n' + obj_directAnswerResult_union0.split('\n').map((line) => '\t' + line).join('\n');
33220
+ message += '\n' + obj_directAnswerResult_union1.split('\n').map((line) => '\t' + line).join('\n');
33221
+ return new TypeError(message);
33222
+ }
32987
33223
  const obj_keywordSearchResults = obj.keywordSearchResults;
32988
33224
  const path_keywordSearchResults = path + '.keywordSearchResults';
32989
33225
  let obj_keywordSearchResults_union0 = null;
@@ -33201,7 +33437,7 @@ function typeCheckConfig$f(untrustedConfig) {
33201
33437
  for (let i = 0, arrayLength = untrustedConfig_searchObjectOptions_keys.length; i < arrayLength; i++) {
33202
33438
  const key = untrustedConfig_searchObjectOptions_keys[i];
33203
33439
  const untrustedConfig_searchObjectOptions_prop = untrustedConfig_searchObjectOptions[key];
33204
- const referenceSearchObjectOptionsRepresentationValidationError = validate$k(untrustedConfig_searchObjectOptions_prop);
33440
+ const referenceSearchObjectOptionsRepresentationValidationError = validate$l(untrustedConfig_searchObjectOptions_prop);
33205
33441
  if (referenceSearchObjectOptionsRepresentationValidationError === null) {
33206
33442
  if (untrustedConfig_searchObjectOptions_object !== undefined) {
33207
33443
  untrustedConfig_searchObjectOptions_object[key] = untrustedConfig_searchObjectOptions_prop;
@@ -33475,7 +33711,7 @@ function typeCheckConfig$e(untrustedConfig) {
33475
33711
  const untrustedConfig_filters_array = [];
33476
33712
  for (let i = 0, arrayLength = untrustedConfig_filters.length; i < arrayLength; i++) {
33477
33713
  const untrustedConfig_filters_item = untrustedConfig_filters[i];
33478
- const referenceSearchFilterInputRepresentationValidationError = validate$l(untrustedConfig_filters_item);
33714
+ const referenceSearchFilterInputRepresentationValidationError = validate$m(untrustedConfig_filters_item);
33479
33715
  if (referenceSearchFilterInputRepresentationValidationError === null) {
33480
33716
  untrustedConfig_filters_array.push(untrustedConfig_filters_item);
33481
33717
  }
@@ -34978,7 +35214,7 @@ function validate$6(obj, path = 'RecordCreateDefaultRecordRepresentation') {
34978
35214
  const path_recordTypeInfo = path + '.recordTypeInfo';
34979
35215
  let obj_recordTypeInfo_union0 = null;
34980
35216
  const obj_recordTypeInfo_union0_error = (() => {
34981
- const referencepath_recordTypeInfoValidationError = validate$1W(obj_recordTypeInfo, path_recordTypeInfo);
35217
+ const referencepath_recordTypeInfoValidationError = validate$1X(obj_recordTypeInfo, path_recordTypeInfo);
34982
35218
  if (referencepath_recordTypeInfoValidationError !== null) {
34983
35219
  let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
34984
35220
  message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
@@ -38286,4 +38522,4 @@ withDefaultLuvio((luvio) => {
38286
38522
  });
38287
38523
 
38288
38524
  export { API_NAMESPACE, InMemoryRecordRepresentationQueryEvaluator, MRU, RepresentationType$J as ObjectInfoDirectoryEntryRepresentationType, RepresentationType$O as ObjectInfoRepresentationType, RECORD_FIELDS_KEY_JUNCTION, RECORD_ID_PREFIX, RECORD_REPRESENTATION_NAME, RECORD_VIEW_ENTITY_ID_PREFIX, RECORD_VIEW_ENTITY_REPRESENTATION_NAME, RepresentationType$V as RecordRepresentationRepresentationType, TTL$z as RecordRepresentationTTL, RepresentationType$V as RecordRepresentationType, VERSION$1e as RecordRepresentationVersion, keyPrefix as UiApiNamespace, buildRecordRepKeyFromId, getFieldApiNamesArray as coerceFieldIdArray, getObjectApiName$1 as coerceObjectId, getObjectApiNamesArray as coerceObjectIdArray, configurationForRestAdapters as configuration, createContentDocumentAndVersion, createContentVersion, createIngestRecordWithFields, createLDSAdapterWithPrediction, createListInfo, createRecord, createRelatedListAdapterWithPrediction, 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, getListInfoByNameAdapterFactory, getListInfoByName_imperative, getListInfosByName, getListInfosByName_imperative, getListInfosByObjectName, getListInfosByObjectNameAdapterFactory, getListInfosByObjectName_imperative, getListObjectInfo, getListObjectInfoAdapterFactory, getListObjectInfo_imperative, getListPreferences, getListPreferences_imperative, getListRecordsByName, factory$a as getListRecordsByNameAdapterFactory, 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, getPathLayout, getPathLayout_imperative, getPicklistValues, getPicklistValuesByRecordType, getPicklistValuesByRecordType_imperative, getPicklistValues_imperative, getQuickActionDefaults, getQuickActionDefaults_imperative, getQuickActionInfo, getQuickActionInfo_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, getRelatedListInfoBatchAdapterFactory, getRelatedListInfoBatch_imperative, getRelatedListInfo_imperative, getRelatedListPreferences, getRelatedListPreferencesBatch, getRelatedListPreferencesBatch_imperative, getRelatedListPreferences_imperative, getRelatedListRecordActions, getRelatedListRecordActions_imperative, getRelatedListRecords, getRelatedListRecordsAdapterFactory, getRelatedListRecordsBatch, getRelatedListRecordsBatchAdapterFactory, getRelatedListRecordsBatch_imperative, getRelatedListRecords_imperative, getRelatedListsActions, getRelatedListsActionsAdapterFactory, getRelatedListsActions_imperative, getRelatedListsCount, getRelatedListsCount_imperative, getRelatedListsInfo, getRelatedListsInfo_imperative, getResponseCacheKeys as getResponseCacheKeysContentDocumentCompositeRepresentation, getSearchFilterMetadata, getSearchFilterMetadata_imperative, getSearchFilterOptions, getSearchFilterOptions_imperative, getSearchResults, getSearchResults_imperative, getTypeCacheKeys$X as getTypeCacheKeysRecord, ingest as ingestContentDocumentCompositeRepresentation, ingest$H as ingestObjectInfo, ingest$B as ingestQuickActionExecutionRepresentation, ingest$O as ingestRecord, instrument, isStoreKeyRecordViewEntity, keyBuilder as keyBuilderContentDocumentCompositeRepresentation, keyBuilderFromType as keyBuilderFromTypeContentDocumentCompositeRepresentation, keyBuilderFromType$D as keyBuilderFromTypeRecordRepresentation, keyBuilder$1Y as keyBuilderObjectInfo, keyBuilder$1R as keyBuilderQuickActionExecutionRepresentation, keyBuilder$29 as keyBuilderRecord, notifyAllListInfoSummaryUpdateAvailable, notifyAllListRecordUpdateAvailable, notifyListInfoSummaryUpdateAvailable, notifyListInfoUpdateAvailable, notifyListRecordCollectionUpdateAvailable, notifyListViewSummaryUpdateAvailable, notifyQuickActionDefaultsUpdateAvailable, notifyRecordUpdateAvailable, performQuickAction, performUpdateRecordQuickAction, refresh, registerPrefetcher, updateLayoutUserState, updateListInfoByName, updateListPreferences, updateRecord, updateRecordAvatar, updateRelatedListInfo, updateRelatedListPreferences };
38289
- // version: 1.308.0-dev2-9bec7cb98f
38525
+ // version: 1.308.0-dev3-5eb971dcf6