@salesforce/lds-adapters-uiapi 1.157.1 → 1.158.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/types/src/generated/types/SearchAnswersRecordRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SearchAnswersResultRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +4 -4
- package/dist/es/es2018/uiapi-records-service.js +241 -212
- package/package.json +1 -1
- package/sfdc/graphqlAdapters.js +1 -1
- package/sfdc/index.js +242 -213
- package/src/raml/api.raml +34 -3
|
@@ -379,7 +379,7 @@ function assignMetadataLink(entry, metadataKey) {
|
|
|
379
379
|
}
|
|
380
380
|
|
|
381
381
|
const VERSION$2o = "275ae22194003d1e53f548b81219c5cb";
|
|
382
|
-
function validate$
|
|
382
|
+
function validate$1I(obj, path = 'ListColumnRepresentation') {
|
|
383
383
|
const v_error = (() => {
|
|
384
384
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
385
385
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -455,7 +455,7 @@ const select$2U = function ListColumnRepresentationSelect() {
|
|
|
455
455
|
};
|
|
456
456
|
|
|
457
457
|
const VERSION$2n = "623aa9ce3a11031e35faf5671a41746e";
|
|
458
|
-
function validate$
|
|
458
|
+
function validate$1H(obj, path = 'ListFilterByInfoRepresentation') {
|
|
459
459
|
const v_error = (() => {
|
|
460
460
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
461
461
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -518,7 +518,7 @@ const select$2T = function ListFilterByInfoRepresentationSelect() {
|
|
|
518
518
|
};
|
|
519
519
|
|
|
520
520
|
const VERSION$2m = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
521
|
-
function validate$
|
|
521
|
+
function validate$1G(obj, path = 'ListReferenceRepresentation') {
|
|
522
522
|
const v_error = (() => {
|
|
523
523
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
524
524
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -638,7 +638,7 @@ function equals$$(existing, incoming) {
|
|
|
638
638
|
}
|
|
639
639
|
|
|
640
640
|
const VERSION$2l = "32def9b631252c12b91a8209c1f49f5a";
|
|
641
|
-
function validate$
|
|
641
|
+
function validate$1F(obj, path = 'ListOrderByInfoRepresentation') {
|
|
642
642
|
const v_error = (() => {
|
|
643
643
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
644
644
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -705,7 +705,7 @@ const select$2R = function ListOrderByInfoRepresentationSelect() {
|
|
|
705
705
|
};
|
|
706
706
|
|
|
707
707
|
const VERSION$2k = "2634258f216db34315c06d759a35676d";
|
|
708
|
-
function validate$
|
|
708
|
+
function validate$1E(obj, path = 'ListScopeEntityRepresentation') {
|
|
709
709
|
const v_error = (() => {
|
|
710
710
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
711
711
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -742,7 +742,7 @@ const select$2Q = function ListScopeEntityRepresentationSelect() {
|
|
|
742
742
|
};
|
|
743
743
|
|
|
744
744
|
const VERSION$2j = "3b85c5a08d50ce328481b9f8ab56127b";
|
|
745
|
-
function validate$
|
|
745
|
+
function validate$1D(obj, path = 'ListScopeRelatedEntityRepresentation') {
|
|
746
746
|
const v_error = (() => {
|
|
747
747
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
748
748
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -788,7 +788,7 @@ const select$2P = function ListScopeRelatedEntityRepresentationSelect() {
|
|
|
788
788
|
};
|
|
789
789
|
|
|
790
790
|
const VERSION$2i = "a51de242c746e5500a833e84dfaa2170";
|
|
791
|
-
function validate$
|
|
791
|
+
function validate$1C(obj, path = 'ListScopeRepresentation') {
|
|
792
792
|
const v_error = (() => {
|
|
793
793
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
794
794
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -802,7 +802,7 @@ function validate$1B(obj, path = 'ListScopeRepresentation') {
|
|
|
802
802
|
const path_entity = path + '.entity';
|
|
803
803
|
let obj_entity_union0 = null;
|
|
804
804
|
const obj_entity_union0_error = (() => {
|
|
805
|
-
const referencepath_entityValidationError = validate$
|
|
805
|
+
const referencepath_entityValidationError = validate$1E(obj_entity, path_entity);
|
|
806
806
|
if (referencepath_entityValidationError !== null) {
|
|
807
807
|
let message = 'Object doesn\'t match ListScopeEntityRepresentation (at "' + path_entity + '")\n';
|
|
808
808
|
message += referencepath_entityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -836,7 +836,7 @@ function validate$1B(obj, path = 'ListScopeRepresentation') {
|
|
|
836
836
|
const path_relatedEntity = path + '.relatedEntity';
|
|
837
837
|
let obj_relatedEntity_union0 = null;
|
|
838
838
|
const obj_relatedEntity_union0_error = (() => {
|
|
839
|
-
const referencepath_relatedEntityValidationError = validate$
|
|
839
|
+
const referencepath_relatedEntityValidationError = validate$1D(obj_relatedEntity, path_relatedEntity);
|
|
840
840
|
if (referencepath_relatedEntityValidationError !== null) {
|
|
841
841
|
let message = 'Object doesn\'t match ListScopeRelatedEntityRepresentation (at "' + path_relatedEntity + '")\n';
|
|
842
842
|
message += referencepath_relatedEntityValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -897,7 +897,7 @@ const select$2O = function ListScopeRepresentationSelect() {
|
|
|
897
897
|
};
|
|
898
898
|
|
|
899
899
|
const VERSION$2h = "6506134f4d72fdfa349fe60ef1af2413";
|
|
900
|
-
function validate$
|
|
900
|
+
function validate$1B(obj, path = 'ListUserPreferenceRepresentation') {
|
|
901
901
|
const v_error = (() => {
|
|
902
902
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
903
903
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -955,7 +955,7 @@ const select$2N = function ListUserPreferenceRepresentationSelect() {
|
|
|
955
955
|
|
|
956
956
|
const TTL$C = 900000;
|
|
957
957
|
const VERSION$2g = "8b55d621d80c84ec2e331abc4e12fc56";
|
|
958
|
-
function validate$
|
|
958
|
+
function validate$1A(obj, path = 'ListInfoRepresentation') {
|
|
959
959
|
const v_error = (() => {
|
|
960
960
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
961
961
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -983,7 +983,7 @@ function validate$1z(obj, path = 'ListInfoRepresentation') {
|
|
|
983
983
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
984
984
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
985
985
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
986
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
986
|
+
const referencepath_displayColumns_itemValidationError = validate$1I(obj_displayColumns_item, path_displayColumns_item);
|
|
987
987
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
988
988
|
let message = 'Object doesn\'t match ListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
989
989
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1029,7 +1029,7 @@ function validate$1z(obj, path = 'ListInfoRepresentation') {
|
|
|
1029
1029
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
1030
1030
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
1031
1031
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
1032
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
1032
|
+
const referencepath_filteredByInfo_itemValidationError = validate$1H(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
1033
1033
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
1034
1034
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
1035
1035
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1064,7 +1064,7 @@ function validate$1z(obj, path = 'ListInfoRepresentation') {
|
|
|
1064
1064
|
}
|
|
1065
1065
|
const obj_listReference = obj.listReference;
|
|
1066
1066
|
const path_listReference = path + '.listReference';
|
|
1067
|
-
const referencepath_listReferenceValidationError = validate$
|
|
1067
|
+
const referencepath_listReferenceValidationError = validate$1G(obj_listReference, path_listReference);
|
|
1068
1068
|
if (referencepath_listReferenceValidationError !== null) {
|
|
1069
1069
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
1070
1070
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1092,7 +1092,7 @@ function validate$1z(obj, path = 'ListInfoRepresentation') {
|
|
|
1092
1092
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
1093
1093
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
1094
1094
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
1095
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
1095
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1F(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
1096
1096
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
1097
1097
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
1098
1098
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1104,7 +1104,7 @@ function validate$1z(obj, path = 'ListInfoRepresentation') {
|
|
|
1104
1104
|
const path_scope = path + '.scope';
|
|
1105
1105
|
let obj_scope_union0 = null;
|
|
1106
1106
|
const obj_scope_union0_error = (() => {
|
|
1107
|
-
const referencepath_scopeValidationError = validate$
|
|
1107
|
+
const referencepath_scopeValidationError = validate$1C(obj_scope, path_scope);
|
|
1108
1108
|
if (referencepath_scopeValidationError !== null) {
|
|
1109
1109
|
let message = 'Object doesn\'t match ListScopeRepresentation (at "' + path_scope + '")\n';
|
|
1110
1110
|
message += referencepath_scopeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1137,7 +1137,7 @@ function validate$1z(obj, path = 'ListInfoRepresentation') {
|
|
|
1137
1137
|
}
|
|
1138
1138
|
const obj_userPreferences = obj.userPreferences;
|
|
1139
1139
|
const path_userPreferences = path + '.userPreferences';
|
|
1140
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
1140
|
+
const referencepath_userPreferencesValidationError = validate$1B(obj_userPreferences, path_userPreferences);
|
|
1141
1141
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
1142
1142
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
1143
1143
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1269,7 +1269,7 @@ function equals$_(existing, incoming) {
|
|
|
1269
1269
|
}
|
|
1270
1270
|
const ingest$1R = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1271
1271
|
if (process.env.NODE_ENV !== 'production') {
|
|
1272
|
-
const validateError = validate$
|
|
1272
|
+
const validateError = validate$1A(input);
|
|
1273
1273
|
if (validateError !== null) {
|
|
1274
1274
|
throw validateError;
|
|
1275
1275
|
}
|
|
@@ -1310,7 +1310,7 @@ function getTypeCacheKeys$1V(luvio, input, fullPathFactory) {
|
|
|
1310
1310
|
}
|
|
1311
1311
|
|
|
1312
1312
|
const VERSION$2f = "d1e589a127fb1060c89070cdb6f500b2";
|
|
1313
|
-
function validate$
|
|
1313
|
+
function validate$1z(obj, path = 'RecordTypeInfoRepresentation') {
|
|
1314
1314
|
const v_error = (() => {
|
|
1315
1315
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1316
1316
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1402,7 +1402,7 @@ function equals$Z(existing, incoming) {
|
|
|
1402
1402
|
}
|
|
1403
1403
|
|
|
1404
1404
|
const VERSION$2e = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
1405
|
-
function validate$
|
|
1405
|
+
function validate$1y(obj, path = 'FieldValueRepresentation') {
|
|
1406
1406
|
const v_error = (() => {
|
|
1407
1407
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1408
1408
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1549,7 +1549,7 @@ function equals$Y(existing, incoming) {
|
|
|
1549
1549
|
}
|
|
1550
1550
|
const ingest$1Q = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1551
1551
|
if (process.env.NODE_ENV !== 'production') {
|
|
1552
|
-
const validateError = validate$
|
|
1552
|
+
const validateError = validate$1y(input);
|
|
1553
1553
|
if (validateError !== null) {
|
|
1554
1554
|
throw validateError;
|
|
1555
1555
|
}
|
|
@@ -1631,7 +1631,7 @@ const getTypeCacheKeys$1T = (luvio, input, _fullPathFactory) => {
|
|
|
1631
1631
|
|
|
1632
1632
|
const TTL$B = 120000;
|
|
1633
1633
|
const VERSION$2d = "79cb5ac9f44542f683d00245fdfe500d";
|
|
1634
|
-
function validate$
|
|
1634
|
+
function validate$1x(obj, path = 'RecordCollectionRepresentation') {
|
|
1635
1635
|
const v_error = (() => {
|
|
1636
1636
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1637
1637
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1904,7 +1904,7 @@ function equals$X(existing, incoming) {
|
|
|
1904
1904
|
}
|
|
1905
1905
|
const ingest$1P = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1906
1906
|
if (process.env.NODE_ENV !== 'production') {
|
|
1907
|
-
const validateError = validate$
|
|
1907
|
+
const validateError = validate$1x(input);
|
|
1908
1908
|
if (validateError !== null) {
|
|
1909
1909
|
throw validateError;
|
|
1910
1910
|
}
|
|
@@ -1960,7 +1960,7 @@ const keyBuilderFromType$y = function RecordRepresentationKeyBuilderFromType(luv
|
|
|
1960
1960
|
|
|
1961
1961
|
const TTL$A = 30000;
|
|
1962
1962
|
const VERSION$2c = "98c5b18512e48ca8d28727549507e4ba";
|
|
1963
|
-
function validate$
|
|
1963
|
+
function validate$1w(obj, path = 'RecordRepresentation') {
|
|
1964
1964
|
const v_error = (() => {
|
|
1965
1965
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1966
1966
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2090,7 +2090,7 @@ function validate$1v(obj, path = 'RecordRepresentation') {
|
|
|
2090
2090
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
2091
2091
|
let obj_recordTypeInfo_union0 = null;
|
|
2092
2092
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
2093
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
2093
|
+
const referencepath_recordTypeInfoValidationError = validate$1z(obj_recordTypeInfo, path_recordTypeInfo);
|
|
2094
2094
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
2095
2095
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
2096
2096
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4876,7 +4876,7 @@ function normalize$K(input, existing, path, luvio, store, timestamp, fieldsTrie,
|
|
|
4876
4876
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
4877
4877
|
return (input, path, luvio, store, timestamp) => {
|
|
4878
4878
|
if (process.env.NODE_ENV !== 'production') {
|
|
4879
|
-
const validateError = validate$
|
|
4879
|
+
const validateError = validate$1y(input);
|
|
4880
4880
|
if (validateError !== null) {
|
|
4881
4881
|
throw validateError;
|
|
4882
4882
|
}
|
|
@@ -4969,7 +4969,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
4969
4969
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
4970
4970
|
return (input, path, luvio, store, timestamp) => {
|
|
4971
4971
|
if (process.env.NODE_ENV !== 'production') {
|
|
4972
|
-
const validateError = validate$
|
|
4972
|
+
const validateError = validate$1w(input);
|
|
4973
4973
|
if (validateError !== null) {
|
|
4974
4974
|
throw validateError;
|
|
4975
4975
|
}
|
|
@@ -6090,7 +6090,7 @@ function revertPaginationOptimization(variables) {
|
|
|
6090
6090
|
|
|
6091
6091
|
const TTL$z = 30000;
|
|
6092
6092
|
const VERSION$2a = "614ef19823027c07fa6deb9a149619d2";
|
|
6093
|
-
function validate$
|
|
6093
|
+
function validate$1v(obj, path = 'ListRecordCollectionRepresentation') {
|
|
6094
6094
|
const v_error = (() => {
|
|
6095
6095
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
6096
6096
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -6150,7 +6150,7 @@ function validate$1u(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
6150
6150
|
}
|
|
6151
6151
|
const obj_listReference = obj.listReference;
|
|
6152
6152
|
const path_listReference = path + '.listReference';
|
|
6153
|
-
const referencepath_listReferenceValidationError = validate$
|
|
6153
|
+
const referencepath_listReferenceValidationError = validate$1G(obj_listReference, path_listReference);
|
|
6154
6154
|
if (referencepath_listReferenceValidationError !== null) {
|
|
6155
6155
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
6156
6156
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6651,7 +6651,7 @@ function equals$V(existing, incoming) {
|
|
|
6651
6651
|
}
|
|
6652
6652
|
const ingest$1N = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
6653
6653
|
if (process.env.NODE_ENV !== 'production') {
|
|
6654
|
-
const validateError = validate$
|
|
6654
|
+
const validateError = validate$1v(input);
|
|
6655
6655
|
if (validateError !== null) {
|
|
6656
6656
|
throw validateError;
|
|
6657
6657
|
}
|
|
@@ -6746,7 +6746,7 @@ function getTypeCacheKeys$1Q(luvio, input, fullPathFactory) {
|
|
|
6746
6746
|
}
|
|
6747
6747
|
|
|
6748
6748
|
const VERSION$29 = "cf8d2eb042188974da26ffe6618cfd07";
|
|
6749
|
-
function validate$
|
|
6749
|
+
function validate$1u(obj, path = 'ListUiRepresentation') {
|
|
6750
6750
|
const v_error = (() => {
|
|
6751
6751
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
6752
6752
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -6873,7 +6873,7 @@ function equals$U(existing, incoming) {
|
|
|
6873
6873
|
}
|
|
6874
6874
|
const ingest$1M = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
6875
6875
|
if (process.env.NODE_ENV !== 'production') {
|
|
6876
|
-
const validateError = validate$
|
|
6876
|
+
const validateError = validate$1u(input);
|
|
6877
6877
|
if (validateError !== null) {
|
|
6878
6878
|
throw validateError;
|
|
6879
6879
|
}
|
|
@@ -7841,7 +7841,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
7841
7841
|
}
|
|
7842
7842
|
|
|
7843
7843
|
const VERSION$28 = "c6347b2701bb8ffb0b6ca6c027011c57";
|
|
7844
|
-
function validate$
|
|
7844
|
+
function validate$1t(obj, path = 'ListViewSummaryRepresentation') {
|
|
7845
7845
|
const v_error = (() => {
|
|
7846
7846
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7847
7847
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7932,7 +7932,7 @@ function equals$T(existing, incoming) {
|
|
|
7932
7932
|
}
|
|
7933
7933
|
const ingest$1L = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7934
7934
|
if (process.env.NODE_ENV !== 'production') {
|
|
7935
|
-
const validateError = validate$
|
|
7935
|
+
const validateError = validate$1t(input);
|
|
7936
7936
|
if (validateError !== null) {
|
|
7937
7937
|
throw validateError;
|
|
7938
7938
|
}
|
|
@@ -7973,7 +7973,7 @@ function getTypeCacheKeys$1O(luvio, input, fullPathFactory) {
|
|
|
7973
7973
|
}
|
|
7974
7974
|
|
|
7975
7975
|
const VERSION$27 = "f4c79fe066da3558499d5ee88c72abcd";
|
|
7976
|
-
function validate$
|
|
7976
|
+
function validate$1s(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
7977
7977
|
const v_error = (() => {
|
|
7978
7978
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7979
7979
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8357,7 +8357,7 @@ function equals$S(existing, incoming) {
|
|
|
8357
8357
|
}
|
|
8358
8358
|
const ingest$1K = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8359
8359
|
if (process.env.NODE_ENV !== 'production') {
|
|
8360
|
-
const validateError = validate$
|
|
8360
|
+
const validateError = validate$1s(input);
|
|
8361
8361
|
if (validateError !== null) {
|
|
8362
8362
|
throw validateError;
|
|
8363
8363
|
}
|
|
@@ -9614,7 +9614,7 @@ const factory$i = (luvio) => {
|
|
|
9614
9614
|
}, { contextId: contextId$4 });
|
|
9615
9615
|
};
|
|
9616
9616
|
|
|
9617
|
-
function validate$
|
|
9617
|
+
function validate$1r(obj, path = 'ChildRelationshipRepresentation') {
|
|
9618
9618
|
const v_error = (() => {
|
|
9619
9619
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9620
9620
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9662,7 +9662,7 @@ function validate$1q(obj, path = 'ChildRelationshipRepresentation') {
|
|
|
9662
9662
|
return v_error === undefined ? null : v_error;
|
|
9663
9663
|
}
|
|
9664
9664
|
|
|
9665
|
-
function validate$
|
|
9665
|
+
function validate$1q(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
9666
9666
|
const v_error = (() => {
|
|
9667
9667
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9668
9668
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9693,7 +9693,7 @@ function validate$1p(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
|
9693
9693
|
return v_error === undefined ? null : v_error;
|
|
9694
9694
|
}
|
|
9695
9695
|
|
|
9696
|
-
function validate$
|
|
9696
|
+
function validate$1p(obj, path = 'ReferenceToInfoRepresentation') {
|
|
9697
9697
|
const v_error = (() => {
|
|
9698
9698
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9699
9699
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9719,7 +9719,7 @@ function validate$1o(obj, path = 'ReferenceToInfoRepresentation') {
|
|
|
9719
9719
|
return v_error === undefined ? null : v_error;
|
|
9720
9720
|
}
|
|
9721
9721
|
|
|
9722
|
-
function validate$
|
|
9722
|
+
function validate$1o(obj, path = 'FieldRepresentation') {
|
|
9723
9723
|
const v_error = (() => {
|
|
9724
9724
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9725
9725
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9879,7 +9879,7 @@ function validate$1n(obj, path = 'FieldRepresentation') {
|
|
|
9879
9879
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
9880
9880
|
let obj_filteredLookupInfo_union0 = null;
|
|
9881
9881
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
9882
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
9882
|
+
const referencepath_filteredLookupInfoValidationError = validate$1q(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
9883
9883
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
9884
9884
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
9885
9885
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10004,7 +10004,7 @@ function validate$1n(obj, path = 'FieldRepresentation') {
|
|
|
10004
10004
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
10005
10005
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
10006
10006
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
10007
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
10007
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1p(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
10008
10008
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
10009
10009
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
10010
10010
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10071,7 +10071,7 @@ function validate$1n(obj, path = 'FieldRepresentation') {
|
|
|
10071
10071
|
return v_error === undefined ? null : v_error;
|
|
10072
10072
|
}
|
|
10073
10073
|
|
|
10074
|
-
function validate$
|
|
10074
|
+
function validate$1n(obj, path = 'ThemeInfoRepresentation') {
|
|
10075
10075
|
const v_error = (() => {
|
|
10076
10076
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10077
10077
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10113,7 +10113,7 @@ function validate$1m(obj, path = 'ThemeInfoRepresentation') {
|
|
|
10113
10113
|
|
|
10114
10114
|
const TTL$y = 900000;
|
|
10115
10115
|
const VERSION$26 = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
10116
|
-
function validate$
|
|
10116
|
+
function validate$1m(obj, path = 'ObjectInfoRepresentation') {
|
|
10117
10117
|
const v_error = (() => {
|
|
10118
10118
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10119
10119
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10183,7 +10183,7 @@ function validate$1l(obj, path = 'ObjectInfoRepresentation') {
|
|
|
10183
10183
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
10184
10184
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
10185
10185
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
10186
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
10186
|
+
const referencepath_childRelationships_itemValidationError = validate$1r(obj_childRelationships_item, path_childRelationships_item);
|
|
10187
10187
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
10188
10188
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
10189
10189
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10265,7 +10265,7 @@ function validate$1l(obj, path = 'ObjectInfoRepresentation') {
|
|
|
10265
10265
|
const key = obj_fields_keys[i];
|
|
10266
10266
|
const obj_fields_prop = obj_fields[key];
|
|
10267
10267
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
10268
|
-
const referencepath_fields_propValidationError = validate$
|
|
10268
|
+
const referencepath_fields_propValidationError = validate$1o(obj_fields_prop, path_fields_prop);
|
|
10269
10269
|
if (referencepath_fields_propValidationError !== null) {
|
|
10270
10270
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
10271
10271
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10345,7 +10345,7 @@ function validate$1l(obj, path = 'ObjectInfoRepresentation') {
|
|
|
10345
10345
|
const key = obj_recordTypeInfos_keys[i];
|
|
10346
10346
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
10347
10347
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
10348
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
10348
|
+
const referencepath_recordTypeInfos_propValidationError = validate$1z(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
10349
10349
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
10350
10350
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
10351
10351
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10361,7 +10361,7 @@ function validate$1l(obj, path = 'ObjectInfoRepresentation') {
|
|
|
10361
10361
|
const path_themeInfo = path + '.themeInfo';
|
|
10362
10362
|
let obj_themeInfo_union0 = null;
|
|
10363
10363
|
const obj_themeInfo_union0_error = (() => {
|
|
10364
|
-
const referencepath_themeInfoValidationError = validate$
|
|
10364
|
+
const referencepath_themeInfoValidationError = validate$1n(obj_themeInfo, path_themeInfo);
|
|
10365
10365
|
if (referencepath_themeInfoValidationError !== null) {
|
|
10366
10366
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
10367
10367
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10520,7 +10520,7 @@ function equals$R(existing, incoming) {
|
|
|
10520
10520
|
}
|
|
10521
10521
|
const ingest$1J = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10522
10522
|
if (process.env.NODE_ENV !== 'production') {
|
|
10523
|
-
const validateError = validate$
|
|
10523
|
+
const validateError = validate$1m(input);
|
|
10524
10524
|
if (validateError !== null) {
|
|
10525
10525
|
throw validateError;
|
|
10526
10526
|
}
|
|
@@ -10731,7 +10731,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
10731
10731
|
buildCachedSnapshotCachePolicy$K, buildNetworkSnapshotCachePolicy$L);
|
|
10732
10732
|
};
|
|
10733
10733
|
|
|
10734
|
-
function validate$
|
|
10734
|
+
function validate$1l(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
10735
10735
|
const v_error = (() => {
|
|
10736
10736
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10737
10737
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10779,7 +10779,7 @@ var DiscriminatorValues$4;
|
|
|
10779
10779
|
DiscriminatorValues["Field"] = "Field";
|
|
10780
10780
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
10781
10781
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
10782
|
-
function validate$
|
|
10782
|
+
function validate$1k(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
10783
10783
|
const v_error = (() => {
|
|
10784
10784
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10785
10785
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10819,7 +10819,7 @@ function validate$1j(obj, path = 'AbstractRecordLayoutComponentRepresentation')
|
|
|
10819
10819
|
return v_error === undefined ? null : v_error;
|
|
10820
10820
|
}
|
|
10821
10821
|
|
|
10822
|
-
function validate$
|
|
10822
|
+
function validate$1j(obj, path = 'RecordLayoutItemRepresentation') {
|
|
10823
10823
|
const v_error = (() => {
|
|
10824
10824
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10825
10825
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10847,7 +10847,7 @@ function validate$1i(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
10847
10847
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
10848
10848
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
10849
10849
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
10850
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
10850
|
+
const referencepath_layoutComponents_itemValidationError = validate$1k(obj_layoutComponents_item, path_layoutComponents_item);
|
|
10851
10851
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
10852
10852
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
10853
10853
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10894,7 +10894,7 @@ function validate$1i(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
10894
10894
|
return v_error === undefined ? null : v_error;
|
|
10895
10895
|
}
|
|
10896
10896
|
|
|
10897
|
-
function validate$
|
|
10897
|
+
function validate$1i(obj, path = 'RecordLayoutRowRepresentation') {
|
|
10898
10898
|
const v_error = (() => {
|
|
10899
10899
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10900
10900
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10907,7 +10907,7 @@ function validate$1h(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
10907
10907
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
10908
10908
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
10909
10909
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
10910
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
10910
|
+
const referencepath_layoutItems_itemValidationError = validate$1j(obj_layoutItems_item, path_layoutItems_item);
|
|
10911
10911
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
10912
10912
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
10913
10913
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10918,7 +10918,7 @@ function validate$1h(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
10918
10918
|
return v_error === undefined ? null : v_error;
|
|
10919
10919
|
}
|
|
10920
10920
|
|
|
10921
|
-
function validate$
|
|
10921
|
+
function validate$1h(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
10922
10922
|
const v_error = (() => {
|
|
10923
10923
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10924
10924
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10993,7 +10993,7 @@ function validate$1g(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
10993
10993
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
10994
10994
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
10995
10995
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
10996
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
10996
|
+
const referencepath_layoutRows_itemValidationError = validate$1i(obj_layoutRows_item, path_layoutRows_item);
|
|
10997
10997
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
10998
10998
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
10999
10999
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11016,7 +11016,7 @@ function validate$1g(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
11016
11016
|
|
|
11017
11017
|
const TTL$x = 900000;
|
|
11018
11018
|
const VERSION$25 = "fb515e25a89ca1ec154dc865e72b913a";
|
|
11019
|
-
function validate$
|
|
11019
|
+
function validate$1g(obj, path = 'RecordLayoutRepresentation') {
|
|
11020
11020
|
const v_error = (() => {
|
|
11021
11021
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11022
11022
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11122,7 +11122,7 @@ function validate$1f(obj, path = 'RecordLayoutRepresentation') {
|
|
|
11122
11122
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
11123
11123
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
11124
11124
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
11125
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
11125
|
+
const referencepath_saveOptions_itemValidationError = validate$1l(obj_saveOptions_item, path_saveOptions_item);
|
|
11126
11126
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
11127
11127
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
11128
11128
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11137,7 +11137,7 @@ function validate$1f(obj, path = 'RecordLayoutRepresentation') {
|
|
|
11137
11137
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
11138
11138
|
const obj_sections_item = obj_sections[i];
|
|
11139
11139
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
11140
|
-
const referencepath_sections_itemValidationError = validate$
|
|
11140
|
+
const referencepath_sections_itemValidationError = validate$1h(obj_sections_item, path_sections_item);
|
|
11141
11141
|
if (referencepath_sections_itemValidationError !== null) {
|
|
11142
11142
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
11143
11143
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11212,7 +11212,7 @@ function equals$Q(existing, incoming) {
|
|
|
11212
11212
|
}
|
|
11213
11213
|
const ingest$1I = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11214
11214
|
if (process.env.NODE_ENV !== 'production') {
|
|
11215
|
-
const validateError = validate$
|
|
11215
|
+
const validateError = validate$1g(input);
|
|
11216
11216
|
if (validateError !== null) {
|
|
11217
11217
|
throw validateError;
|
|
11218
11218
|
}
|
|
@@ -11252,7 +11252,7 @@ function getTypeCacheKeys$1L(luvio, input, fullPathFactory) {
|
|
|
11252
11252
|
return rootKeySet;
|
|
11253
11253
|
}
|
|
11254
11254
|
|
|
11255
|
-
function validate$
|
|
11255
|
+
function validate$1f(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
11256
11256
|
const v_error = (() => {
|
|
11257
11257
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11258
11258
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11273,7 +11273,7 @@ function validate$1e(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
|
11273
11273
|
|
|
11274
11274
|
const TTL$w = 900000;
|
|
11275
11275
|
const VERSION$24 = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
11276
|
-
function validate$
|
|
11276
|
+
function validate$1e(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
11277
11277
|
const v_error = (() => {
|
|
11278
11278
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11279
11279
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11313,7 +11313,7 @@ function validate$1d(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
11313
11313
|
const key = obj_sectionUserStates_keys[i];
|
|
11314
11314
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
11315
11315
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
11316
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
11316
|
+
const referencepath_sectionUserStates_propValidationError = validate$1f(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
11317
11317
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
11318
11318
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
11319
11319
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11370,7 +11370,7 @@ function equals$P(existing, incoming) {
|
|
|
11370
11370
|
}
|
|
11371
11371
|
const ingest$1H = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11372
11372
|
if (process.env.NODE_ENV !== 'production') {
|
|
11373
|
-
const validateError = validate$
|
|
11373
|
+
const validateError = validate$1e(input);
|
|
11374
11374
|
if (validateError !== null) {
|
|
11375
11375
|
throw validateError;
|
|
11376
11376
|
}
|
|
@@ -11412,7 +11412,7 @@ function getTypeCacheKeys$1K(luvio, input, fullPathFactory) {
|
|
|
11412
11412
|
|
|
11413
11413
|
const TTL$v = 900000;
|
|
11414
11414
|
const VERSION$23 = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
11415
|
-
function validate$
|
|
11415
|
+
function validate$1d(obj, path = 'RecordUiRepresentation') {
|
|
11416
11416
|
const v_error = (() => {
|
|
11417
11417
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11418
11418
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11674,7 +11674,7 @@ function equals$O(existing, incoming) {
|
|
|
11674
11674
|
}
|
|
11675
11675
|
const ingest$1G = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11676
11676
|
if (process.env.NODE_ENV !== 'production') {
|
|
11677
|
-
const validateError = validate$
|
|
11677
|
+
const validateError = validate$1d(input);
|
|
11678
11678
|
if (validateError !== null) {
|
|
11679
11679
|
throw validateError;
|
|
11680
11680
|
}
|
|
@@ -12850,7 +12850,7 @@ const factory$g = (luvio) => function getRecord(untrustedConfig, requestContext)
|
|
|
12850
12850
|
};
|
|
12851
12851
|
|
|
12852
12852
|
const VERSION$22 = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
12853
|
-
function validate$
|
|
12853
|
+
function validate$1c(obj, path = 'QuickActionExecutionRepresentation') {
|
|
12854
12854
|
const v_error = (() => {
|
|
12855
12855
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12856
12856
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13023,7 +13023,7 @@ function equals$N(existing, incoming) {
|
|
|
13023
13023
|
}
|
|
13024
13024
|
const ingest$1F = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13025
13025
|
if (process.env.NODE_ENV !== 'production') {
|
|
13026
|
-
const validateError = validate$
|
|
13026
|
+
const validateError = validate$1c(input);
|
|
13027
13027
|
if (validateError !== null) {
|
|
13028
13028
|
throw validateError;
|
|
13029
13029
|
}
|
|
@@ -13064,7 +13064,7 @@ function getTypeCacheKeys$1J(luvio, input, fullPathFactory) {
|
|
|
13064
13064
|
}
|
|
13065
13065
|
|
|
13066
13066
|
const VERSION$21 = "3f49d751896cf66e6e29788d8880e2cc";
|
|
13067
|
-
function validate$
|
|
13067
|
+
function validate$1b(obj, path = 'PlatformActionRepresentation') {
|
|
13068
13068
|
const v_error = (() => {
|
|
13069
13069
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13070
13070
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13596,7 +13596,7 @@ function equals$M(existing, incoming) {
|
|
|
13596
13596
|
}
|
|
13597
13597
|
const ingest$1E = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13598
13598
|
if (process.env.NODE_ENV !== 'production') {
|
|
13599
|
-
const validateError = validate$
|
|
13599
|
+
const validateError = validate$1b(input);
|
|
13600
13600
|
if (validateError !== null) {
|
|
13601
13601
|
throw validateError;
|
|
13602
13602
|
}
|
|
@@ -13637,7 +13637,7 @@ function getTypeCacheKeys$1I(luvio, input, fullPathFactory) {
|
|
|
13637
13637
|
}
|
|
13638
13638
|
|
|
13639
13639
|
const VERSION$20 = "378d506f563a4bd724b322d440df33d1";
|
|
13640
|
-
function validate$
|
|
13640
|
+
function validate$1a(obj, path = 'EntityActionRepresentation') {
|
|
13641
13641
|
const v_error = (() => {
|
|
13642
13642
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13643
13643
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13751,7 +13751,7 @@ function equals$L(existing, incoming) {
|
|
|
13751
13751
|
}
|
|
13752
13752
|
const ingest$1D = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13753
13753
|
if (process.env.NODE_ENV !== 'production') {
|
|
13754
|
-
const validateError = validate$
|
|
13754
|
+
const validateError = validate$1a(input);
|
|
13755
13755
|
if (validateError !== null) {
|
|
13756
13756
|
throw validateError;
|
|
13757
13757
|
}
|
|
@@ -13797,7 +13797,7 @@ function getTypeCacheKeys$1H(luvio, input, fullPathFactory) {
|
|
|
13797
13797
|
|
|
13798
13798
|
const TTL$u = 300000;
|
|
13799
13799
|
const VERSION$1$ = "e485d96c1402a9ca2f56e56485af0216";
|
|
13800
|
-
function validate$
|
|
13800
|
+
function validate$19(obj, path = 'ActionRepresentation') {
|
|
13801
13801
|
const v_error = (() => {
|
|
13802
13802
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13803
13803
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13895,7 +13895,7 @@ function equals$K(existing, incoming) {
|
|
|
13895
13895
|
}
|
|
13896
13896
|
const ingest$1C = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13897
13897
|
if (process.env.NODE_ENV !== 'production') {
|
|
13898
|
-
const validateError = validate$
|
|
13898
|
+
const validateError = validate$19(input);
|
|
13899
13899
|
if (validateError !== null) {
|
|
13900
13900
|
throw validateError;
|
|
13901
13901
|
}
|
|
@@ -14189,7 +14189,7 @@ const getGlobalActionsAdapterFactory = (luvio) => function UiApi__getGlobalActio
|
|
|
14189
14189
|
|
|
14190
14190
|
const TTL$t = 900000;
|
|
14191
14191
|
const VERSION$1_ = "3c5af9dc4086169091e3c5df2414c495";
|
|
14192
|
-
function validate$
|
|
14192
|
+
function validate$18(obj, path = 'QuickActionLayoutRepresentation') {
|
|
14193
14193
|
const v_error = (() => {
|
|
14194
14194
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14195
14195
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14206,7 +14206,7 @@ function validate$17(obj, path = 'QuickActionLayoutRepresentation') {
|
|
|
14206
14206
|
}
|
|
14207
14207
|
const obj_layout = obj.layout;
|
|
14208
14208
|
const path_layout = path + '.layout';
|
|
14209
|
-
const referencepath_layoutValidationError = validate$
|
|
14209
|
+
const referencepath_layoutValidationError = validate$1g(obj_layout, path_layout);
|
|
14210
14210
|
if (referencepath_layoutValidationError !== null) {
|
|
14211
14211
|
let message = 'Object doesn\'t match RecordLayoutRepresentation (at "' + path_layout + '")\n';
|
|
14212
14212
|
message += referencepath_layoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -14256,7 +14256,7 @@ function equals$J(existing, incoming) {
|
|
|
14256
14256
|
}
|
|
14257
14257
|
const ingest$1B = function QuickActionLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14258
14258
|
if (process.env.NODE_ENV !== 'production') {
|
|
14259
|
-
const validateError = validate$
|
|
14259
|
+
const validateError = validate$18(input);
|
|
14260
14260
|
if (validateError !== null) {
|
|
14261
14261
|
throw validateError;
|
|
14262
14262
|
}
|
|
@@ -14918,7 +14918,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
14918
14918
|
};
|
|
14919
14919
|
|
|
14920
14920
|
const VERSION$1Z = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
14921
|
-
function validate$
|
|
14921
|
+
function validate$17(obj, path = 'ActionOverrideRepresentation') {
|
|
14922
14922
|
const v_error = (() => {
|
|
14923
14923
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14924
14924
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14951,7 +14951,7 @@ function equals$I(existing, incoming) {
|
|
|
14951
14951
|
}
|
|
14952
14952
|
const ingest$1A = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14953
14953
|
if (process.env.NODE_ENV !== 'production') {
|
|
14954
|
-
const validateError = validate$
|
|
14954
|
+
const validateError = validate$17(input);
|
|
14955
14955
|
if (validateError !== null) {
|
|
14956
14956
|
throw validateError;
|
|
14957
14957
|
}
|
|
@@ -15167,7 +15167,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
|
|
|
15167
15167
|
|
|
15168
15168
|
const TTL$s = 900000;
|
|
15169
15169
|
const VERSION$1Y = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
15170
|
-
function validate$
|
|
15170
|
+
function validate$16(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
15171
15171
|
const v_error = (() => {
|
|
15172
15172
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15173
15173
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15334,7 +15334,7 @@ function merge$1(existing, incoming) {
|
|
|
15334
15334
|
const dynamicIngest$4 = (ingestParams) => {
|
|
15335
15335
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
15336
15336
|
if (process.env.NODE_ENV !== 'production') {
|
|
15337
|
-
const validateError = validate$
|
|
15337
|
+
const validateError = validate$16(input);
|
|
15338
15338
|
if (validateError !== null) {
|
|
15339
15339
|
throw validateError;
|
|
15340
15340
|
}
|
|
@@ -16068,7 +16068,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
16068
16068
|
buildCachedSnapshotCachePolicy$C, buildNetworkSnapshotCachePolicy$D);
|
|
16069
16069
|
};
|
|
16070
16070
|
|
|
16071
|
-
function validate$
|
|
16071
|
+
function validate$15(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
16072
16072
|
const v_error = (() => {
|
|
16073
16073
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16074
16074
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16476,7 +16476,7 @@ function typeCheckConfig$N(untrustedConfig) {
|
|
|
16476
16476
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
16477
16477
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
16478
16478
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
16479
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
16479
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$15(untrustedConfig_relatedListsActionParameters_item);
|
|
16480
16480
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
16481
16481
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
16482
16482
|
}
|
|
@@ -17006,7 +17006,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
17006
17006
|
};
|
|
17007
17007
|
|
|
17008
17008
|
const VERSION$1X = "a316b3bba367f54adc67d7552ed7d36d";
|
|
17009
|
-
function validate$
|
|
17009
|
+
function validate$14(obj, path = 'PageReferenceRepresentation') {
|
|
17010
17010
|
const v_error = (() => {
|
|
17011
17011
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17012
17012
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17067,7 +17067,7 @@ function equals$G(existing, incoming) {
|
|
|
17067
17067
|
}
|
|
17068
17068
|
const ingest$1z = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17069
17069
|
if (process.env.NODE_ENV !== 'production') {
|
|
17070
|
-
const validateError = validate$
|
|
17070
|
+
const validateError = validate$14(input);
|
|
17071
17071
|
if (validateError !== null) {
|
|
17072
17072
|
throw validateError;
|
|
17073
17073
|
}
|
|
@@ -17109,7 +17109,7 @@ function getTypeCacheKeys$1C(luvio, input, fullPathFactory) {
|
|
|
17109
17109
|
|
|
17110
17110
|
const TTL$r = 120000;
|
|
17111
17111
|
const VERSION$1W = "09884ca5bf90ea4662092a4e48817081";
|
|
17112
|
-
function validate$
|
|
17112
|
+
function validate$13(obj, path = 'NavItemRepresentation') {
|
|
17113
17113
|
const v_error = (() => {
|
|
17114
17114
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17115
17115
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17501,7 +17501,7 @@ function equals$F(existing, incoming) {
|
|
|
17501
17501
|
}
|
|
17502
17502
|
const ingest$1y = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17503
17503
|
if (process.env.NODE_ENV !== 'production') {
|
|
17504
|
-
const validateError = validate$
|
|
17504
|
+
const validateError = validate$13(input);
|
|
17505
17505
|
if (validateError !== null) {
|
|
17506
17506
|
throw validateError;
|
|
17507
17507
|
}
|
|
@@ -17547,7 +17547,7 @@ function getTypeCacheKeys$1B(luvio, input, fullPathFactory) {
|
|
|
17547
17547
|
|
|
17548
17548
|
const TTL$q = 300000;
|
|
17549
17549
|
const VERSION$1V = "1781f2d3d4e413cf0c681774d82d02cd";
|
|
17550
|
-
function validate$
|
|
17550
|
+
function validate$12(obj, path = 'AppRepresentation') {
|
|
17551
17551
|
const v_error = (() => {
|
|
17552
17552
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17553
17553
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17989,7 +17989,7 @@ function equals$E(existing, incoming) {
|
|
|
17989
17989
|
}
|
|
17990
17990
|
const ingest$1x = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17991
17991
|
if (process.env.NODE_ENV !== 'production') {
|
|
17992
|
-
const validateError = validate$
|
|
17992
|
+
const validateError = validate$12(input);
|
|
17993
17993
|
if (validateError !== null) {
|
|
17994
17994
|
throw validateError;
|
|
17995
17995
|
}
|
|
@@ -18039,7 +18039,7 @@ function getTypeCacheKeys$1A(luvio, input, fullPathFactory) {
|
|
|
18039
18039
|
|
|
18040
18040
|
const TTL$p = 300000;
|
|
18041
18041
|
const VERSION$1U = "a254babf0b6414315db7808a157fd9fc";
|
|
18042
|
-
function validate$
|
|
18042
|
+
function validate$11(obj, path = 'AppsRepresentation') {
|
|
18043
18043
|
const v_error = (() => {
|
|
18044
18044
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18045
18045
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18121,7 +18121,7 @@ function equals$D(existing, incoming) {
|
|
|
18121
18121
|
}
|
|
18122
18122
|
const ingest$1w = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18123
18123
|
if (process.env.NODE_ENV !== 'production') {
|
|
18124
|
-
const validateError = validate$
|
|
18124
|
+
const validateError = validate$11(input);
|
|
18125
18125
|
if (validateError !== null) {
|
|
18126
18126
|
throw validateError;
|
|
18127
18127
|
}
|
|
@@ -18697,7 +18697,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
18697
18697
|
};
|
|
18698
18698
|
|
|
18699
18699
|
const VERSION$1T = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
18700
|
-
function validate
|
|
18700
|
+
function validate$10(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
18701
18701
|
const v_error = (() => {
|
|
18702
18702
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18703
18703
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18759,7 +18759,7 @@ const select$28 = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
18759
18759
|
};
|
|
18760
18760
|
|
|
18761
18761
|
const VERSION$1S = "320d7f254687278f2763d4b490dab3fb";
|
|
18762
|
-
function validate
|
|
18762
|
+
function validate$$(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
18763
18763
|
const v_error = (() => {
|
|
18764
18764
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18765
18765
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18782,7 +18782,7 @@ function validate$_(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
18782
18782
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
18783
18783
|
const obj_filterItems_item = obj_filterItems[i];
|
|
18784
18784
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
18785
|
-
const referencepath_filterItems_itemValidationError = validate
|
|
18785
|
+
const referencepath_filterItems_itemValidationError = validate$10(obj_filterItems_item, path_filterItems_item);
|
|
18786
18786
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
18787
18787
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
18788
18788
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18825,7 +18825,7 @@ const select$27 = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
18825
18825
|
};
|
|
18826
18826
|
|
|
18827
18827
|
const VERSION$1R = "b47b44e260e5ce777beaf3da9088997c";
|
|
18828
|
-
function validate$
|
|
18828
|
+
function validate$_(obj, path = 'MatchRuleRepresentation') {
|
|
18829
18829
|
const v_error = (() => {
|
|
18830
18830
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18831
18831
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18895,7 +18895,7 @@ const select$26 = function MatchRuleRepresentationSelect() {
|
|
|
18895
18895
|
};
|
|
18896
18896
|
|
|
18897
18897
|
const VERSION$1Q = "bb83d7210bb1d7861b6188bc5f552617";
|
|
18898
|
-
function validate$
|
|
18898
|
+
function validate$Z(obj, path = 'DuplicateRuleRepresentation') {
|
|
18899
18899
|
const v_error = (() => {
|
|
18900
18900
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18901
18901
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18923,7 +18923,7 @@ function validate$Y(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
18923
18923
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
18924
18924
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
18925
18925
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
18926
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate
|
|
18926
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$$(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
18927
18927
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
18928
18928
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
18929
18929
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18943,7 +18943,7 @@ function validate$Y(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
18943
18943
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
18944
18944
|
const obj_matchRules_item = obj_matchRules[i];
|
|
18945
18945
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
18946
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
18946
|
+
const referencepath_matchRules_itemValidationError = validate$_(obj_matchRules_item, path_matchRules_item);
|
|
18947
18947
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
18948
18948
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
18949
18949
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -19036,7 +19036,7 @@ const select$25 = function DuplicateRuleRepresentationSelect() {
|
|
|
19036
19036
|
|
|
19037
19037
|
const TTL$o = 900000;
|
|
19038
19038
|
const VERSION$1P = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
19039
|
-
function validate$
|
|
19039
|
+
function validate$Y(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
19040
19040
|
const v_error = (() => {
|
|
19041
19041
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19042
19042
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19071,7 +19071,7 @@ function validate$X(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
19071
19071
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
19072
19072
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
19073
19073
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
19074
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
19074
|
+
const referencepath_duplicateRules_itemValidationError = validate$Z(obj_duplicateRules_item, path_duplicateRules_item);
|
|
19075
19075
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
19076
19076
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
19077
19077
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -19138,7 +19138,7 @@ function equals$C(existing, incoming) {
|
|
|
19138
19138
|
}
|
|
19139
19139
|
const ingest$1v = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19140
19140
|
if (process.env.NODE_ENV !== 'production') {
|
|
19141
|
-
const validateError = validate$
|
|
19141
|
+
const validateError = validate$Y(input);
|
|
19142
19142
|
if (validateError !== null) {
|
|
19143
19143
|
throw validateError;
|
|
19144
19144
|
}
|
|
@@ -20418,7 +20418,7 @@ const getListInfoByNameAdapterFactory = (luvio) => function UiApi__getListInfoBy
|
|
|
20418
20418
|
|
|
20419
20419
|
const TTL$n = 120000;
|
|
20420
20420
|
const VERSION$1N = "756779d0d7e137dd72c743544afbad82";
|
|
20421
|
-
function validate$
|
|
20421
|
+
function validate$X(obj, path = 'NavItemsRepresentation') {
|
|
20422
20422
|
const v_error = (() => {
|
|
20423
20423
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20424
20424
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20546,7 +20546,7 @@ function equals$B(existing, incoming) {
|
|
|
20546
20546
|
}
|
|
20547
20547
|
const ingest$1u = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20548
20548
|
if (process.env.NODE_ENV !== 'production') {
|
|
20549
|
-
const validateError = validate$
|
|
20549
|
+
const validateError = validate$X(input);
|
|
20550
20550
|
if (validateError !== null) {
|
|
20551
20551
|
throw validateError;
|
|
20552
20552
|
}
|
|
@@ -21249,7 +21249,7 @@ var DiscriminatorValues$3;
|
|
|
21249
21249
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
21250
21250
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
21251
21251
|
const VERSION$1J = "bd523b2343366edfc25a2dbee2c4e986";
|
|
21252
|
-
function validate$
|
|
21252
|
+
function validate$W(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
|
|
21253
21253
|
const v_error = (() => {
|
|
21254
21254
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21255
21255
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21292,7 +21292,7 @@ const select$1W = function AbstractPicklistValueAttributesRepresentationSelect()
|
|
|
21292
21292
|
};
|
|
21293
21293
|
|
|
21294
21294
|
const VERSION$1I = "9e2a16a80378487f557124c771201cf9";
|
|
21295
|
-
function validate$
|
|
21295
|
+
function validate$V(obj, path = 'PicklistValueRepresentation') {
|
|
21296
21296
|
const v_error = (() => {
|
|
21297
21297
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21298
21298
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21301,7 +21301,7 @@ function validate$U(obj, path = 'PicklistValueRepresentation') {
|
|
|
21301
21301
|
const path_attributes = path + '.attributes';
|
|
21302
21302
|
let obj_attributes_union0 = null;
|
|
21303
21303
|
const obj_attributes_union0_error = (() => {
|
|
21304
|
-
const referencepath_attributesValidationError = validate$
|
|
21304
|
+
const referencepath_attributesValidationError = validate$W(obj_attributes, path_attributes);
|
|
21305
21305
|
if (referencepath_attributesValidationError !== null) {
|
|
21306
21306
|
let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
21307
21307
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21385,7 +21385,7 @@ const select$1V = function PicklistValueRepresentationSelect() {
|
|
|
21385
21385
|
|
|
21386
21386
|
const TTL$m = 300000;
|
|
21387
21387
|
const VERSION$1H = "0a361a49370acb4c6a31721a2057649a";
|
|
21388
|
-
function validate$
|
|
21388
|
+
function validate$U(obj, path = 'PicklistValuesRepresentation') {
|
|
21389
21389
|
const v_error = (() => {
|
|
21390
21390
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21391
21391
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21408,7 +21408,7 @@ function validate$T(obj, path = 'PicklistValuesRepresentation') {
|
|
|
21408
21408
|
const path_defaultValue = path + '.defaultValue';
|
|
21409
21409
|
let obj_defaultValue_union0 = null;
|
|
21410
21410
|
const obj_defaultValue_union0_error = (() => {
|
|
21411
|
-
const referencepath_defaultValueValidationError = validate$
|
|
21411
|
+
const referencepath_defaultValueValidationError = validate$V(obj_defaultValue, path_defaultValue);
|
|
21412
21412
|
if (referencepath_defaultValueValidationError !== null) {
|
|
21413
21413
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
21414
21414
|
message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21451,7 +21451,7 @@ function validate$T(obj, path = 'PicklistValuesRepresentation') {
|
|
|
21451
21451
|
for (let i = 0; i < obj_values.length; i++) {
|
|
21452
21452
|
const obj_values_item = obj_values[i];
|
|
21453
21453
|
const path_values_item = path_values + '[' + i + ']';
|
|
21454
|
-
const referencepath_values_itemValidationError = validate$
|
|
21454
|
+
const referencepath_values_itemValidationError = validate$V(obj_values_item, path_values_item);
|
|
21455
21455
|
if (referencepath_values_itemValidationError !== null) {
|
|
21456
21456
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
21457
21457
|
message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21515,7 +21515,7 @@ function equals$A(existing, incoming) {
|
|
|
21515
21515
|
}
|
|
21516
21516
|
const ingest$1t = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21517
21517
|
if (process.env.NODE_ENV !== 'production') {
|
|
21518
|
-
const validateError = validate$
|
|
21518
|
+
const validateError = validate$U(input);
|
|
21519
21519
|
if (validateError !== null) {
|
|
21520
21520
|
throw validateError;
|
|
21521
21521
|
}
|
|
@@ -21557,7 +21557,7 @@ function getTypeCacheKeys$1w(luvio, input, fullPathFactory) {
|
|
|
21557
21557
|
|
|
21558
21558
|
const TTL$l = 300000;
|
|
21559
21559
|
const VERSION$1G = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
21560
|
-
function validate$
|
|
21560
|
+
function validate$T(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
21561
21561
|
const v_error = (() => {
|
|
21562
21562
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21563
21563
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21644,7 +21644,7 @@ function equals$z(existing, incoming) {
|
|
|
21644
21644
|
}
|
|
21645
21645
|
const ingest$1s = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21646
21646
|
if (process.env.NODE_ENV !== 'production') {
|
|
21647
|
-
const validateError = validate$
|
|
21647
|
+
const validateError = validate$T(input);
|
|
21648
21648
|
if (validateError !== null) {
|
|
21649
21649
|
throw validateError;
|
|
21650
21650
|
}
|
|
@@ -22058,7 +22058,7 @@ const getPicklistValuesAdapterFactory = (luvio) => function UiApi__getPicklistVa
|
|
|
22058
22058
|
buildCachedSnapshotCachePolicy$n, buildNetworkSnapshotCachePolicy$o);
|
|
22059
22059
|
};
|
|
22060
22060
|
|
|
22061
|
-
function validate$
|
|
22061
|
+
function validate$S(obj, path = 'MatchResultInfoRepresentation') {
|
|
22062
22062
|
const v_error = (() => {
|
|
22063
22063
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22064
22064
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22084,7 +22084,7 @@ function validate$R(obj, path = 'MatchResultInfoRepresentation') {
|
|
|
22084
22084
|
return v_error === undefined ? null : v_error;
|
|
22085
22085
|
}
|
|
22086
22086
|
|
|
22087
|
-
function validate$
|
|
22087
|
+
function validate$R(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
22088
22088
|
const v_error = (() => {
|
|
22089
22089
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22090
22090
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22096,7 +22096,7 @@ function validate$Q(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
22096
22096
|
}
|
|
22097
22097
|
const obj_matchResultInfo = obj.matchResultInfo;
|
|
22098
22098
|
const path_matchResultInfo = path + '.matchResultInfo';
|
|
22099
|
-
const referencepath_matchResultInfoValidationError = validate$
|
|
22099
|
+
const referencepath_matchResultInfoValidationError = validate$S(obj_matchResultInfo, path_matchResultInfo);
|
|
22100
22100
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
22101
22101
|
let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
22102
22102
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22111,7 +22111,7 @@ function validate$Q(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
22111
22111
|
return v_error === undefined ? null : v_error;
|
|
22112
22112
|
}
|
|
22113
22113
|
|
|
22114
|
-
function validate$
|
|
22114
|
+
function validate$Q(obj, path = 'MatchRepresentation') {
|
|
22115
22115
|
const v_error = (() => {
|
|
22116
22116
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22117
22117
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22126,7 +22126,7 @@ function validate$P(obj, path = 'MatchRepresentation') {
|
|
|
22126
22126
|
const key = obj_duplicateResultInfos_keys[i];
|
|
22127
22127
|
const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
22128
22128
|
const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
22129
|
-
const referencepath_duplicateResultInfos_propValidationError = validate$
|
|
22129
|
+
const referencepath_duplicateResultInfos_propValidationError = validate$R(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
22130
22130
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
22131
22131
|
let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
22132
22132
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22156,7 +22156,7 @@ function validate$P(obj, path = 'MatchRepresentation') {
|
|
|
22156
22156
|
|
|
22157
22157
|
const TTL$k = 30000;
|
|
22158
22158
|
const VERSION$1F = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
22159
|
-
function validate$
|
|
22159
|
+
function validate$P(obj, path = 'DuplicatesRepresentation') {
|
|
22160
22160
|
const v_error = (() => {
|
|
22161
22161
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22162
22162
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22191,7 +22191,7 @@ function validate$O(obj, path = 'DuplicatesRepresentation') {
|
|
|
22191
22191
|
for (let i = 0; i < obj_matches.length; i++) {
|
|
22192
22192
|
const obj_matches_item = obj_matches[i];
|
|
22193
22193
|
const path_matches_item = path_matches + '[' + i + ']';
|
|
22194
|
-
const referencepath_matches_itemValidationError = validate$
|
|
22194
|
+
const referencepath_matches_itemValidationError = validate$Q(obj_matches_item, path_matches_item);
|
|
22195
22195
|
if (referencepath_matches_itemValidationError !== null) {
|
|
22196
22196
|
let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
22197
22197
|
message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22221,7 +22221,7 @@ function equals$y(existing, incoming) {
|
|
|
22221
22221
|
}
|
|
22222
22222
|
const ingest$1r = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22223
22223
|
if (process.env.NODE_ENV !== 'production') {
|
|
22224
|
-
const validateError = validate$
|
|
22224
|
+
const validateError = validate$P(input);
|
|
22225
22225
|
if (validateError !== null) {
|
|
22226
22226
|
throw validateError;
|
|
22227
22227
|
}
|
|
@@ -22464,7 +22464,7 @@ const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(unt
|
|
|
22464
22464
|
};
|
|
22465
22465
|
|
|
22466
22466
|
const VERSION$1E = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
22467
|
-
function validate$
|
|
22467
|
+
function validate$O(obj, path = 'PhotoMetadataRepresentation') {
|
|
22468
22468
|
const v_error = (() => {
|
|
22469
22469
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22470
22470
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22556,8 +22556,8 @@ function equals$x(existing, incoming) {
|
|
|
22556
22556
|
}
|
|
22557
22557
|
|
|
22558
22558
|
const VERSION$1D = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
22559
|
-
function validate$
|
|
22560
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
22559
|
+
function validate$N(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
22560
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$L(obj, path);
|
|
22561
22561
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
22562
22562
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
22563
22563
|
}
|
|
@@ -22624,7 +22624,7 @@ function validate$M(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
|
22624
22624
|
}
|
|
22625
22625
|
const obj_photoMetadata = obj.photoMetadata;
|
|
22626
22626
|
const path_photoMetadata = path + '.photoMetadata';
|
|
22627
|
-
const referencepath_photoMetadataValidationError = validate$
|
|
22627
|
+
const referencepath_photoMetadataValidationError = validate$O(obj_photoMetadata, path_photoMetadata);
|
|
22628
22628
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
22629
22629
|
let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
22630
22630
|
message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22779,7 +22779,7 @@ function equals$w(existing, incoming) {
|
|
|
22779
22779
|
}
|
|
22780
22780
|
const ingest$1q = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22781
22781
|
if (process.env.NODE_ENV !== 'production') {
|
|
22782
|
-
const validateError = validate$
|
|
22782
|
+
const validateError = validate$N(input);
|
|
22783
22783
|
if (validateError !== null) {
|
|
22784
22784
|
throw validateError;
|
|
22785
22785
|
}
|
|
@@ -22820,8 +22820,8 @@ function getTypeCacheKeys$1t(luvio, input, fullPathFactory) {
|
|
|
22820
22820
|
}
|
|
22821
22821
|
|
|
22822
22822
|
const VERSION$1C = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
22823
|
-
function validate$
|
|
22824
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
22823
|
+
function validate$M(obj, path = 'ThemeRecordAvatarRepresentation') {
|
|
22824
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$L(obj, path);
|
|
22825
22825
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
22826
22826
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
22827
22827
|
}
|
|
@@ -22940,7 +22940,7 @@ function equals$v(existing, incoming) {
|
|
|
22940
22940
|
}
|
|
22941
22941
|
const ingest$1p = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22942
22942
|
if (process.env.NODE_ENV !== 'production') {
|
|
22943
|
-
const validateError = validate$
|
|
22943
|
+
const validateError = validate$M(input);
|
|
22944
22944
|
if (validateError !== null) {
|
|
22945
22945
|
throw validateError;
|
|
22946
22946
|
}
|
|
@@ -22986,7 +22986,7 @@ var DiscriminatorValues$2;
|
|
|
22986
22986
|
DiscriminatorValues["Theme"] = "Theme";
|
|
22987
22987
|
})(DiscriminatorValues$2 || (DiscriminatorValues$2 = {}));
|
|
22988
22988
|
const VERSION$1B = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
22989
|
-
function validate$
|
|
22989
|
+
function validate$L(obj, path = 'AbstractRecordAvatarRepresentation') {
|
|
22990
22990
|
const v_error = (() => {
|
|
22991
22991
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22992
22992
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23079,8 +23079,8 @@ function getTypeCacheKeys$1r(luvio, input, fullPathFactory) {
|
|
|
23079
23079
|
}
|
|
23080
23080
|
|
|
23081
23081
|
const VERSION$1A = "f531b44760afecfce89990fe5a5c5c29";
|
|
23082
|
-
function validate$
|
|
23083
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
23082
|
+
function validate$K(obj, path = 'RecordAvatarBatchRepresentation') {
|
|
23083
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$G(obj, path);
|
|
23084
23084
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
23085
23085
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
23086
23086
|
}
|
|
@@ -23141,7 +23141,7 @@ function equals$t(existing, incoming) {
|
|
|
23141
23141
|
}
|
|
23142
23142
|
const ingest$1o = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23143
23143
|
if (process.env.NODE_ENV !== 'production') {
|
|
23144
|
-
const validateError = validate$
|
|
23144
|
+
const validateError = validate$K(input);
|
|
23145
23145
|
if (validateError !== null) {
|
|
23146
23146
|
throw validateError;
|
|
23147
23147
|
}
|
|
@@ -23182,7 +23182,7 @@ function getTypeCacheKeys$1q(luvio, input, fullPathFactory) {
|
|
|
23182
23182
|
}
|
|
23183
23183
|
|
|
23184
23184
|
const VERSION$1z = "17c20b01167dba9a81452e60bb28b2f2";
|
|
23185
|
-
function validate$
|
|
23185
|
+
function validate$J(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
|
|
23186
23186
|
const v_error = (() => {
|
|
23187
23187
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23188
23188
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23232,8 +23232,8 @@ function equals$s(existing, incoming) {
|
|
|
23232
23232
|
}
|
|
23233
23233
|
|
|
23234
23234
|
const VERSION$1y = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
23235
|
-
function validate$
|
|
23236
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
23235
|
+
function validate$I(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
|
|
23236
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$G(obj, path);
|
|
23237
23237
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
23238
23238
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
23239
23239
|
}
|
|
@@ -23249,7 +23249,7 @@ function validate$H(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation'
|
|
|
23249
23249
|
for (let i = 0; i < obj_result.length; i++) {
|
|
23250
23250
|
const obj_result_item = obj_result[i];
|
|
23251
23251
|
const path_result_item = path_result + '[' + i + ']';
|
|
23252
|
-
const referencepath_result_itemValidationError = validate$
|
|
23252
|
+
const referencepath_result_itemValidationError = validate$J(obj_result_item, path_result_item);
|
|
23253
23253
|
if (referencepath_result_itemValidationError !== null) {
|
|
23254
23254
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
23255
23255
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23299,7 +23299,7 @@ function equals$r(existing, incoming) {
|
|
|
23299
23299
|
}
|
|
23300
23300
|
const ingest$1n = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23301
23301
|
if (process.env.NODE_ENV !== 'production') {
|
|
23302
|
-
const validateError = validate$
|
|
23302
|
+
const validateError = validate$I(input);
|
|
23303
23303
|
if (validateError !== null) {
|
|
23304
23304
|
throw validateError;
|
|
23305
23305
|
}
|
|
@@ -23340,8 +23340,8 @@ function getTypeCacheKeys$1p(luvio, input, fullPathFactory) {
|
|
|
23340
23340
|
}
|
|
23341
23341
|
|
|
23342
23342
|
const VERSION$1x = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
23343
|
-
function validate$
|
|
23344
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
23343
|
+
function validate$H(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
23344
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$G(obj, path);
|
|
23345
23345
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
23346
23346
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
23347
23347
|
}
|
|
@@ -23357,7 +23357,7 @@ function validate$G(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
|
23357
23357
|
for (let i = 0; i < obj_result.length; i++) {
|
|
23358
23358
|
const obj_result_item = obj_result[i];
|
|
23359
23359
|
const path_result_item = path_result + '[' + i + ']';
|
|
23360
|
-
const referencepath_result_itemValidationError = validate$
|
|
23360
|
+
const referencepath_result_itemValidationError = validate$J(obj_result_item, path_result_item);
|
|
23361
23361
|
if (referencepath_result_itemValidationError !== null) {
|
|
23362
23362
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
23363
23363
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23407,7 +23407,7 @@ function equals$q(existing, incoming) {
|
|
|
23407
23407
|
}
|
|
23408
23408
|
const ingest$1m = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23409
23409
|
if (process.env.NODE_ENV !== 'production') {
|
|
23410
|
-
const validateError = validate$
|
|
23410
|
+
const validateError = validate$H(input);
|
|
23411
23411
|
if (validateError !== null) {
|
|
23412
23412
|
throw validateError;
|
|
23413
23413
|
}
|
|
@@ -23454,7 +23454,7 @@ const DiscriminatorValues$1 = {
|
|
|
23454
23454
|
};
|
|
23455
23455
|
const TTL$j = 300000;
|
|
23456
23456
|
const VERSION$1w = "8956293536e94d5ec63b274b61033d2c";
|
|
23457
|
-
function validate$
|
|
23457
|
+
function validate$G(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
23458
23458
|
const v_error = (() => {
|
|
23459
23459
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23460
23460
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23532,7 +23532,7 @@ function getTypeCacheKeys$1n(luvio, input, fullPathFactory) {
|
|
|
23532
23532
|
|
|
23533
23533
|
const TTL$i = 300000;
|
|
23534
23534
|
const VERSION$1v = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
23535
|
-
function validate$
|
|
23535
|
+
function validate$F(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
23536
23536
|
const v_error = (() => {
|
|
23537
23537
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23538
23538
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23614,7 +23614,7 @@ function merge(existing, incoming, _luvio, _path) {
|
|
|
23614
23614
|
|
|
23615
23615
|
const ingest$1l = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23616
23616
|
if (process.env.NODE_ENV !== 'production') {
|
|
23617
|
-
const validateError = validate$
|
|
23617
|
+
const validateError = validate$F(input);
|
|
23618
23618
|
if (validateError !== null) {
|
|
23619
23619
|
throw validateError;
|
|
23620
23620
|
}
|
|
@@ -24147,7 +24147,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
|
|
|
24147
24147
|
};
|
|
24148
24148
|
|
|
24149
24149
|
const VERSION$1u = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
24150
|
-
function validate$
|
|
24150
|
+
function validate$E(obj, path = 'RelatedListReferenceRepresentation') {
|
|
24151
24151
|
const v_error = (() => {
|
|
24152
24152
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24153
24153
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24386,7 +24386,7 @@ function equals$n(existing, incoming) {
|
|
|
24386
24386
|
}
|
|
24387
24387
|
|
|
24388
24388
|
const VERSION$1t = "836b875b519813e7499efc62f0f1d04b";
|
|
24389
|
-
function validate$
|
|
24389
|
+
function validate$D(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
24390
24390
|
const v_error = (() => {
|
|
24391
24391
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24392
24392
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24429,7 +24429,7 @@ function validate$C(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
|
24429
24429
|
}
|
|
24430
24430
|
const obj_listReference = obj.listReference;
|
|
24431
24431
|
const path_listReference = path + '.listReference';
|
|
24432
|
-
const referencepath_listReferenceValidationError = validate$
|
|
24432
|
+
const referencepath_listReferenceValidationError = validate$E(obj_listReference, path_listReference);
|
|
24433
24433
|
if (referencepath_listReferenceValidationError !== null) {
|
|
24434
24434
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
24435
24435
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24502,7 +24502,7 @@ function equals$m(existing, incoming) {
|
|
|
24502
24502
|
}
|
|
24503
24503
|
const ingest$1k = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24504
24504
|
if (process.env.NODE_ENV !== 'production') {
|
|
24505
|
-
const validateError = validate$
|
|
24505
|
+
const validateError = validate$D(input);
|
|
24506
24506
|
if (validateError !== null) {
|
|
24507
24507
|
throw validateError;
|
|
24508
24508
|
}
|
|
@@ -25121,7 +25121,7 @@ const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedL
|
|
|
25121
25121
|
buildCachedSnapshotCachePolicy$i, buildNetworkSnapshotCachePolicy$j);
|
|
25122
25122
|
};
|
|
25123
25123
|
|
|
25124
|
-
function validate$
|
|
25124
|
+
function validate$C(obj, path = 'RelatedListColumnRepresentation') {
|
|
25125
25125
|
const v_error = (() => {
|
|
25126
25126
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25127
25127
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25272,7 +25272,7 @@ function validate$B(obj, path = 'RelatedListColumnRepresentation') {
|
|
|
25272
25272
|
|
|
25273
25273
|
const TTL$h = 900000;
|
|
25274
25274
|
const VERSION$1s = "c977d65d153a2b4e888ddd45fb083248";
|
|
25275
|
-
function validate$
|
|
25275
|
+
function validate$B(obj, path = 'RelatedListInfoRepresentation') {
|
|
25276
25276
|
const v_error = (() => {
|
|
25277
25277
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25278
25278
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25300,7 +25300,7 @@ function validate$A(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25300
25300
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
25301
25301
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
25302
25302
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
25303
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
25303
|
+
const referencepath_displayColumns_itemValidationError = validate$C(obj_displayColumns_item, path_displayColumns_item);
|
|
25304
25304
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
25305
25305
|
let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
25306
25306
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25347,7 +25347,7 @@ function validate$A(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25347
25347
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
25348
25348
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
25349
25349
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
25350
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
25350
|
+
const referencepath_filteredByInfo_itemValidationError = validate$1H(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
25351
25351
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
25352
25352
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
25353
25353
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25361,7 +25361,7 @@ function validate$A(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25361
25361
|
}
|
|
25362
25362
|
const obj_listReference = obj.listReference;
|
|
25363
25363
|
const path_listReference = path + '.listReference';
|
|
25364
|
-
const referencepath_listReferenceValidationError = validate$
|
|
25364
|
+
const referencepath_listReferenceValidationError = validate$E(obj_listReference, path_listReference);
|
|
25365
25365
|
if (referencepath_listReferenceValidationError !== null) {
|
|
25366
25366
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
25367
25367
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25399,7 +25399,7 @@ function validate$A(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25399
25399
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
25400
25400
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
25401
25401
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
25402
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
25402
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1F(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
25403
25403
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
25404
25404
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
25405
25405
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25418,7 +25418,7 @@ function validate$A(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
25418
25418
|
}
|
|
25419
25419
|
const obj_userPreferences = obj.userPreferences;
|
|
25420
25420
|
const path_userPreferences = path + '.userPreferences';
|
|
25421
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
25421
|
+
const referencepath_userPreferencesValidationError = validate$1B(obj_userPreferences, path_userPreferences);
|
|
25422
25422
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
25423
25423
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
25424
25424
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25558,7 +25558,7 @@ function equals$l(existing, incoming) {
|
|
|
25558
25558
|
}
|
|
25559
25559
|
const ingest$1j = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25560
25560
|
if (process.env.NODE_ENV !== 'production') {
|
|
25561
|
-
const validateError = validate$
|
|
25561
|
+
const validateError = validate$B(input);
|
|
25562
25562
|
if (validateError !== null) {
|
|
25563
25563
|
throw validateError;
|
|
25564
25564
|
}
|
|
@@ -26073,7 +26073,7 @@ const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRela
|
|
|
26073
26073
|
buildCachedSnapshotCachePolicy$h, buildNetworkSnapshotCachePolicy$i);
|
|
26074
26074
|
};
|
|
26075
26075
|
|
|
26076
|
-
function validate$
|
|
26076
|
+
function validate$A(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
26077
26077
|
const v_error = (() => {
|
|
26078
26078
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26079
26079
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26169,7 +26169,7 @@ function validate$z(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
26169
26169
|
const path_themeInfo = path + '.themeInfo';
|
|
26170
26170
|
let obj_themeInfo_union0 = null;
|
|
26171
26171
|
const obj_themeInfo_union0_error = (() => {
|
|
26172
|
-
const referencepath_themeInfoValidationError = validate$
|
|
26172
|
+
const referencepath_themeInfoValidationError = validate$1n(obj_themeInfo, path_themeInfo);
|
|
26173
26173
|
if (referencepath_themeInfoValidationError !== null) {
|
|
26174
26174
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
26175
26175
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26204,7 +26204,7 @@ function validate$z(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
26204
26204
|
}
|
|
26205
26205
|
|
|
26206
26206
|
const VERSION$1r = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
26207
|
-
function validate$
|
|
26207
|
+
function validate$z(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
|
|
26208
26208
|
const v_error = (() => {
|
|
26209
26209
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26210
26210
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26253,7 +26253,7 @@ function validate$y(obj, path = 'RelatedListSummaryInfoCollectionRepresentation'
|
|
|
26253
26253
|
for (let i = 0; i < obj_relatedLists.length; i++) {
|
|
26254
26254
|
const obj_relatedLists_item = obj_relatedLists[i];
|
|
26255
26255
|
const path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
26256
|
-
const referencepath_relatedLists_itemValidationError = validate$
|
|
26256
|
+
const referencepath_relatedLists_itemValidationError = validate$A(obj_relatedLists_item, path_relatedLists_item);
|
|
26257
26257
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
26258
26258
|
let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
26259
26259
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26309,7 +26309,7 @@ function equals$k(existing, incoming) {
|
|
|
26309
26309
|
}
|
|
26310
26310
|
const ingest$1i = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26311
26311
|
if (process.env.NODE_ENV !== 'production') {
|
|
26312
|
-
const validateError = validate$
|
|
26312
|
+
const validateError = validate$z(input);
|
|
26313
26313
|
if (validateError !== null) {
|
|
26314
26314
|
throw validateError;
|
|
26315
26315
|
}
|
|
@@ -26700,7 +26700,7 @@ const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedLi
|
|
|
26700
26700
|
buildCachedSnapshotCachePolicy$f, buildNetworkSnapshotCachePolicy$g);
|
|
26701
26701
|
};
|
|
26702
26702
|
|
|
26703
|
-
function validate$
|
|
26703
|
+
function validate$y(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
26704
26704
|
const v_error = (() => {
|
|
26705
26705
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26706
26706
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26719,7 +26719,7 @@ function validate$x(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
|
26719
26719
|
return v_error === undefined ? null : v_error;
|
|
26720
26720
|
}
|
|
26721
26721
|
|
|
26722
|
-
function validate$
|
|
26722
|
+
function validate$x(obj, path = 'ListUserPreferenceInputRepresentation') {
|
|
26723
26723
|
const v_error = (() => {
|
|
26724
26724
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26725
26725
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26857,7 +26857,7 @@ function typeCheckConfig$q(untrustedConfig) {
|
|
|
26857
26857
|
const untrustedConfig_orderedByInfo_array = [];
|
|
26858
26858
|
for (let i = 0, arrayLength = untrustedConfig_orderedByInfo.length; i < arrayLength; i++) {
|
|
26859
26859
|
const untrustedConfig_orderedByInfo_item = untrustedConfig_orderedByInfo[i];
|
|
26860
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
26860
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$y(untrustedConfig_orderedByInfo_item);
|
|
26861
26861
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
26862
26862
|
untrustedConfig_orderedByInfo_array.push(untrustedConfig_orderedByInfo_item);
|
|
26863
26863
|
}
|
|
@@ -26865,7 +26865,7 @@ function typeCheckConfig$q(untrustedConfig) {
|
|
|
26865
26865
|
config.orderedByInfo = untrustedConfig_orderedByInfo_array;
|
|
26866
26866
|
}
|
|
26867
26867
|
const untrustedConfig_userPreferences = untrustedConfig.userPreferences;
|
|
26868
|
-
const referenceListUserPreferenceInputRepresentationValidationError = validate$
|
|
26868
|
+
const referenceListUserPreferenceInputRepresentationValidationError = validate$x(untrustedConfig_userPreferences);
|
|
26869
26869
|
if (referenceListUserPreferenceInputRepresentationValidationError === null) {
|
|
26870
26870
|
config.userPreferences = untrustedConfig_userPreferences;
|
|
26871
26871
|
}
|
|
@@ -26912,7 +26912,7 @@ const updateRelatedListInfoAdapterFactory = (luvio) => {
|
|
|
26912
26912
|
|
|
26913
26913
|
const TTL$g = 900000;
|
|
26914
26914
|
const VERSION$1q = "094cdf8e3e1f07fca02c4e51e14c528e";
|
|
26915
|
-
function validate$
|
|
26915
|
+
function validate$w(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
26916
26916
|
const v_error = (() => {
|
|
26917
26917
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26918
26918
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26953,7 +26953,7 @@ function validate$v(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
26953
26953
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
26954
26954
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
26955
26955
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
26956
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
26956
|
+
const referencepath_orderedBy_itemValidationError = validate$1F(obj_orderedBy_item, path_orderedBy_item);
|
|
26957
26957
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
26958
26958
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
26959
26959
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26997,7 +26997,7 @@ function equals$j(existing, incoming) {
|
|
|
26997
26997
|
}
|
|
26998
26998
|
const ingest$1h = function RelatedListUserPreferencesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
26999
26999
|
if (process.env.NODE_ENV !== 'production') {
|
|
27000
|
-
const validateError = validate$
|
|
27000
|
+
const validateError = validate$w(input);
|
|
27001
27001
|
if (validateError !== null) {
|
|
27002
27002
|
throw validateError;
|
|
27003
27003
|
}
|
|
@@ -27686,7 +27686,7 @@ function typeCheckConfig$n(untrustedConfig) {
|
|
|
27686
27686
|
const untrustedConfig_orderedBy_array = [];
|
|
27687
27687
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
27688
27688
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
27689
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
27689
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$y(untrustedConfig_orderedBy_item);
|
|
27690
27690
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
27691
27691
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
27692
27692
|
}
|
|
@@ -27733,7 +27733,7 @@ const updateRelatedListPreferencesAdapterFactory = (luvio) => {
|
|
|
27733
27733
|
};
|
|
27734
27734
|
};
|
|
27735
27735
|
|
|
27736
|
-
function validate$
|
|
27736
|
+
function validate$v(obj, path = 'RelatedListRecordsSingleBatchInputRepresentation') {
|
|
27737
27737
|
const v_error = (() => {
|
|
27738
27738
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27739
27739
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -27976,7 +27976,7 @@ function equalsMetadata(existingMetadata, incomingMetadata) {
|
|
|
27976
27976
|
|
|
27977
27977
|
const TTL$f = 30000;
|
|
27978
27978
|
const VERSION$1p = "62467c27c19349b70c9db2a8d9d591d9";
|
|
27979
|
-
function validate$
|
|
27979
|
+
function validate$u(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
27980
27980
|
const v_error = (() => {
|
|
27981
27981
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
27982
27982
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -28057,7 +28057,7 @@ function validate$t(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
|
28057
28057
|
}
|
|
28058
28058
|
const obj_listReference = obj.listReference;
|
|
28059
28059
|
const path_listReference = path + '.listReference';
|
|
28060
|
-
const referencepath_listReferenceValidationError = validate$
|
|
28060
|
+
const referencepath_listReferenceValidationError = validate$E(obj_listReference, path_listReference);
|
|
28061
28061
|
if (referencepath_listReferenceValidationError !== null) {
|
|
28062
28062
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
28063
28063
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -28478,7 +28478,7 @@ function equals$i(existing, incoming) {
|
|
|
28478
28478
|
}
|
|
28479
28479
|
const ingest$1g = function RelatedListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
28480
28480
|
if (process.env.NODE_ENV !== 'production') {
|
|
28481
|
-
const validateError = validate$
|
|
28481
|
+
const validateError = validate$u(input);
|
|
28482
28482
|
if (validateError !== null) {
|
|
28483
28483
|
throw validateError;
|
|
28484
28484
|
}
|
|
@@ -28990,7 +28990,7 @@ function typeCheckConfig$m(untrustedConfig) {
|
|
|
28990
28990
|
const untrustedConfig_relatedListParameters_array = [];
|
|
28991
28991
|
for (let i = 0, arrayLength = untrustedConfig_relatedListParameters.length; i < arrayLength; i++) {
|
|
28992
28992
|
const untrustedConfig_relatedListParameters_item = untrustedConfig_relatedListParameters[i];
|
|
28993
|
-
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$
|
|
28993
|
+
const referenceRelatedListRecordsSingleBatchInputRepresentationValidationError = validate$v(untrustedConfig_relatedListParameters_item);
|
|
28994
28994
|
if (referenceRelatedListRecordsSingleBatchInputRepresentationValidationError === null) {
|
|
28995
28995
|
untrustedConfig_relatedListParameters_array.push(untrustedConfig_relatedListParameters_item);
|
|
28996
28996
|
}
|
|
@@ -29324,7 +29324,7 @@ const getRelatedListRecordsAdapterFactory = (luvio) => function UiApi__getRelate
|
|
|
29324
29324
|
};
|
|
29325
29325
|
|
|
29326
29326
|
const VERSION$1o = "d4e38b1f08aca427c57c06b571d54993";
|
|
29327
|
-
function validate$
|
|
29327
|
+
function validate$t(obj, path = 'SearchFilterOptionRepresentation') {
|
|
29328
29328
|
const v_error = (() => {
|
|
29329
29329
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29330
29330
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29411,7 +29411,7 @@ var DiscriminatorValues;
|
|
|
29411
29411
|
DiscriminatorValues["Text"] = "Text";
|
|
29412
29412
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
29413
29413
|
const VERSION$1l = "ce65f5507177936e5b70ecf2a75b446f";
|
|
29414
|
-
function validate$
|
|
29414
|
+
function validate$s(obj, path = 'SearchFilterAttributesRepresentation') {
|
|
29415
29415
|
const v_error = (() => {
|
|
29416
29416
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29417
29417
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29460,7 +29460,7 @@ function equals$h(existing, incoming) {
|
|
|
29460
29460
|
}
|
|
29461
29461
|
|
|
29462
29462
|
const VERSION$1k = "8bccbceb2d8850c1388ea82df95ba2d8";
|
|
29463
|
-
function validate$
|
|
29463
|
+
function validate$r(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
29464
29464
|
const v_error = (() => {
|
|
29465
29465
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29466
29466
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29472,7 +29472,7 @@ function validate$q(obj, path = 'SearchFilterDefinitionRepresentation') {
|
|
|
29472
29472
|
}
|
|
29473
29473
|
const obj_attributes = obj.attributes;
|
|
29474
29474
|
const path_attributes = path + '.attributes';
|
|
29475
|
-
const referencepath_attributesValidationError = validate$
|
|
29475
|
+
const referencepath_attributesValidationError = validate$s(obj_attributes, path_attributes);
|
|
29476
29476
|
if (referencepath_attributesValidationError !== null) {
|
|
29477
29477
|
let message = 'Object doesn\'t match SearchFilterAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
29478
29478
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29593,7 +29593,7 @@ function equals$g(existing, incoming) {
|
|
|
29593
29593
|
|
|
29594
29594
|
const TTL$e = 30000;
|
|
29595
29595
|
const VERSION$1j = "4c15d70367f2a3acd1e1c627b4946679";
|
|
29596
|
-
function validate$
|
|
29596
|
+
function validate$q(obj, path = 'SearchFilterMetadataCollectionRepresentation') {
|
|
29597
29597
|
const v_error = (() => {
|
|
29598
29598
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29599
29599
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29606,7 +29606,7 @@ function validate$p(obj, path = 'SearchFilterMetadataCollectionRepresentation')
|
|
|
29606
29606
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
29607
29607
|
const obj_filters_item = obj_filters[i];
|
|
29608
29608
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
29609
|
-
const referencepath_filters_itemValidationError = validate$
|
|
29609
|
+
const referencepath_filters_itemValidationError = validate$r(obj_filters_item, path_filters_item);
|
|
29610
29610
|
if (referencepath_filters_itemValidationError !== null) {
|
|
29611
29611
|
let message = 'Object doesn\'t match SearchFilterDefinitionRepresentation (at "' + path_filters_item + '")\n';
|
|
29612
29612
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29674,7 +29674,7 @@ function equals$f(existing, incoming) {
|
|
|
29674
29674
|
}
|
|
29675
29675
|
const ingest$1f = function SearchFilterMetadataCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29676
29676
|
if (process.env.NODE_ENV !== 'production') {
|
|
29677
|
-
const validateError = validate$
|
|
29677
|
+
const validateError = validate$q(input);
|
|
29678
29678
|
if (validateError !== null) {
|
|
29679
29679
|
throw validateError;
|
|
29680
29680
|
}
|
|
@@ -29878,7 +29878,7 @@ const getSearchFilterMetadataAdapterFactory = (luvio) => function UiApi__getSear
|
|
|
29878
29878
|
|
|
29879
29879
|
const TTL$d = 30000;
|
|
29880
29880
|
const VERSION$1i = "8d851a8d9abf0a061a8ad81d4cbb83bc";
|
|
29881
|
-
function validate$
|
|
29881
|
+
function validate$p(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
29882
29882
|
const v_error = (() => {
|
|
29883
29883
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
29884
29884
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -29901,7 +29901,7 @@ function validate$o(obj, path = 'SearchFilterOptionCollectionRepresentation') {
|
|
|
29901
29901
|
for (let i = 0; i < obj_options.length; i++) {
|
|
29902
29902
|
const obj_options_item = obj_options[i];
|
|
29903
29903
|
const path_options_item = path_options + '[' + i + ']';
|
|
29904
|
-
const referencepath_options_itemValidationError = validate$
|
|
29904
|
+
const referencepath_options_itemValidationError = validate$t(obj_options_item, path_options_item);
|
|
29905
29905
|
if (referencepath_options_itemValidationError !== null) {
|
|
29906
29906
|
let message = 'Object doesn\'t match SearchFilterOptionRepresentation (at "' + path_options_item + '")\n';
|
|
29907
29907
|
message += referencepath_options_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -29968,7 +29968,7 @@ function equals$e(existing, incoming) {
|
|
|
29968
29968
|
}
|
|
29969
29969
|
const ingest$1e = function SearchFilterOptionCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
29970
29970
|
if (process.env.NODE_ENV !== 'production') {
|
|
29971
|
-
const validateError = validate$
|
|
29971
|
+
const validateError = validate$p(input);
|
|
29972
29972
|
if (validateError !== null) {
|
|
29973
29973
|
throw validateError;
|
|
29974
29974
|
}
|
|
@@ -30183,7 +30183,7 @@ const getSearchFilterOptionsAdapterFactory = (luvio) => function UiApi__getSearc
|
|
|
30183
30183
|
buildCachedSnapshotCachePolicy$9, buildNetworkSnapshotCachePolicy$a);
|
|
30184
30184
|
};
|
|
30185
30185
|
|
|
30186
|
-
function validate$
|
|
30186
|
+
function validate$o(obj, path = 'DisplayLayoutRepresentation') {
|
|
30187
30187
|
const v_error = (() => {
|
|
30188
30188
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30189
30189
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30204,7 +30204,7 @@ function validate$n(obj, path = 'DisplayLayoutRepresentation') {
|
|
|
30204
30204
|
return v_error === undefined ? null : v_error;
|
|
30205
30205
|
}
|
|
30206
30206
|
|
|
30207
|
-
function validate$
|
|
30207
|
+
function validate$n(obj, path = 'MatchingInfoRepresentation') {
|
|
30208
30208
|
const v_error = (() => {
|
|
30209
30209
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30210
30210
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30225,14 +30225,14 @@ function validate$m(obj, path = 'MatchingInfoRepresentation') {
|
|
|
30225
30225
|
return v_error === undefined ? null : v_error;
|
|
30226
30226
|
}
|
|
30227
30227
|
|
|
30228
|
-
function validate$
|
|
30228
|
+
function validate$m(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
30229
30229
|
const v_error = (() => {
|
|
30230
30230
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30231
30231
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
30232
30232
|
}
|
|
30233
30233
|
const obj_displayLayout = obj.displayLayout;
|
|
30234
30234
|
const path_displayLayout = path + '.displayLayout';
|
|
30235
|
-
const referencepath_displayLayoutValidationError = validate$
|
|
30235
|
+
const referencepath_displayLayoutValidationError = validate$o(obj_displayLayout, path_displayLayout);
|
|
30236
30236
|
if (referencepath_displayLayoutValidationError !== null) {
|
|
30237
30237
|
let message = 'Object doesn\'t match DisplayLayoutRepresentation (at "' + path_displayLayout + '")\n';
|
|
30238
30238
|
message += referencepath_displayLayoutValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30240,7 +30240,7 @@ function validate$l(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
30240
30240
|
}
|
|
30241
30241
|
const obj_matchingInfo = obj.matchingInfo;
|
|
30242
30242
|
const path_matchingInfo = path + '.matchingInfo';
|
|
30243
|
-
const referencepath_matchingInfoValidationError = validate$
|
|
30243
|
+
const referencepath_matchingInfoValidationError = validate$n(obj_matchingInfo, path_matchingInfo);
|
|
30244
30244
|
if (referencepath_matchingInfoValidationError !== null) {
|
|
30245
30245
|
let message = 'Object doesn\'t match MatchingInfoRepresentation (at "' + path_matchingInfo + '")\n';
|
|
30246
30246
|
message += referencepath_matchingInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30250,14 +30250,14 @@ function validate$l(obj, path = 'DisplayLayoutAndMatchingInfoRepresentation') {
|
|
|
30250
30250
|
return v_error === undefined ? null : v_error;
|
|
30251
30251
|
}
|
|
30252
30252
|
|
|
30253
|
-
function validate$
|
|
30253
|
+
function validate$l(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
30254
30254
|
const v_error = (() => {
|
|
30255
30255
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30256
30256
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
30257
30257
|
}
|
|
30258
30258
|
const obj_fullSearchInfo = obj.fullSearchInfo;
|
|
30259
30259
|
const path_fullSearchInfo = path + '.fullSearchInfo';
|
|
30260
|
-
const referencepath_fullSearchInfoValidationError = validate$
|
|
30260
|
+
const referencepath_fullSearchInfoValidationError = validate$m(obj_fullSearchInfo, path_fullSearchInfo);
|
|
30261
30261
|
if (referencepath_fullSearchInfoValidationError !== null) {
|
|
30262
30262
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_fullSearchInfo + '")\n';
|
|
30263
30263
|
message += referencepath_fullSearchInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30270,7 +30270,7 @@ function validate$k(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
30270
30270
|
}
|
|
30271
30271
|
const obj_suggestionsInfo = obj.suggestionsInfo;
|
|
30272
30272
|
const path_suggestionsInfo = path + '.suggestionsInfo';
|
|
30273
|
-
const referencepath_suggestionsInfoValidationError = validate$
|
|
30273
|
+
const referencepath_suggestionsInfoValidationError = validate$m(obj_suggestionsInfo, path_suggestionsInfo);
|
|
30274
30274
|
if (referencepath_suggestionsInfoValidationError !== null) {
|
|
30275
30275
|
let message = 'Object doesn\'t match DisplayLayoutAndMatchingInfoRepresentation (at "' + path_suggestionsInfo + '")\n';
|
|
30276
30276
|
message += referencepath_suggestionsInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30282,7 +30282,7 @@ function validate$k(obj, path = 'LookupMetadataTargetInfoRepresentation') {
|
|
|
30282
30282
|
|
|
30283
30283
|
const TTL$c = 30000;
|
|
30284
30284
|
const VERSION$1h = "ab99b79a5e8a78e051ec92b39d76a6bd";
|
|
30285
|
-
function validate$
|
|
30285
|
+
function validate$k(obj, path = 'LookupMetadataRepresentation') {
|
|
30286
30286
|
const v_error = (() => {
|
|
30287
30287
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30288
30288
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30333,7 +30333,7 @@ function validate$j(obj, path = 'LookupMetadataRepresentation') {
|
|
|
30333
30333
|
const key = obj_targetInfo_keys[i];
|
|
30334
30334
|
const obj_targetInfo_prop = obj_targetInfo[key];
|
|
30335
30335
|
const path_targetInfo_prop = path_targetInfo + '["' + key + '"]';
|
|
30336
|
-
const referencepath_targetInfo_propValidationError = validate$
|
|
30336
|
+
const referencepath_targetInfo_propValidationError = validate$l(obj_targetInfo_prop, path_targetInfo_prop);
|
|
30337
30337
|
if (referencepath_targetInfo_propValidationError !== null) {
|
|
30338
30338
|
let message = 'Object doesn\'t match LookupMetadataTargetInfoRepresentation (at "' + path_targetInfo_prop + '")\n';
|
|
30339
30339
|
message += referencepath_targetInfo_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30373,7 +30373,7 @@ function equals$d(existing, incoming) {
|
|
|
30373
30373
|
}
|
|
30374
30374
|
const ingest$1d = function LookupMetadataRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
30375
30375
|
if (process.env.NODE_ENV !== 'production') {
|
|
30376
|
-
const validateError = validate$
|
|
30376
|
+
const validateError = validate$k(input);
|
|
30377
30377
|
if (validateError !== null) {
|
|
30378
30378
|
throw validateError;
|
|
30379
30379
|
}
|
|
@@ -30580,7 +30580,7 @@ const getLookupMetadataAdapterFactory = (luvio) => function UiApi__getLookupMeta
|
|
|
30580
30580
|
buildCachedSnapshotCachePolicy$8, buildNetworkSnapshotCachePolicy$9);
|
|
30581
30581
|
};
|
|
30582
30582
|
|
|
30583
|
-
function validate$
|
|
30583
|
+
function validate$j(obj, path = 'ErrorMessageRepresentation') {
|
|
30584
30584
|
const v_error = (() => {
|
|
30585
30585
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30586
30586
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30620,7 +30620,7 @@ function validate$i(obj, path = 'ErrorMessageRepresentation') {
|
|
|
30620
30620
|
return v_error === undefined ? null : v_error;
|
|
30621
30621
|
}
|
|
30622
30622
|
|
|
30623
|
-
function validate$
|
|
30623
|
+
function validate$i(obj, path = 'SearchResultCollectionRepresentation') {
|
|
30624
30624
|
const v_error = (() => {
|
|
30625
30625
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30626
30626
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30634,7 +30634,7 @@ function validate$h(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
30634
30634
|
const path_error = path + '.error';
|
|
30635
30635
|
let obj_error_union0 = null;
|
|
30636
30636
|
const obj_error_union0_error = (() => {
|
|
30637
|
-
const referencepath_errorValidationError = validate$
|
|
30637
|
+
const referencepath_errorValidationError = validate$j(obj_error, path_error);
|
|
30638
30638
|
if (referencepath_errorValidationError !== null) {
|
|
30639
30639
|
let message = 'Object doesn\'t match ErrorMessageRepresentation (at "' + path_error + '")\n';
|
|
30640
30640
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30698,7 +30698,7 @@ function validate$h(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
30698
30698
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
30699
30699
|
const obj_orderBy_item = obj_orderBy[i];
|
|
30700
30700
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
30701
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
30701
|
+
const referencepath_orderBy_itemValidationError = validate$1F(obj_orderBy_item, path_orderBy_item);
|
|
30702
30702
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
30703
30703
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
30704
30704
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30764,7 +30764,7 @@ function validate$h(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
30764
30764
|
return v_error === undefined ? null : v_error;
|
|
30765
30765
|
}
|
|
30766
30766
|
|
|
30767
|
-
function validate$
|
|
30767
|
+
function validate$h(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
30768
30768
|
const v_error = (() => {
|
|
30769
30769
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30770
30770
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30785,7 +30785,7 @@ function validate$g(obj, path = 'KeywordSearchResultsRepresentation') {
|
|
|
30785
30785
|
return v_error === undefined ? null : v_error;
|
|
30786
30786
|
}
|
|
30787
30787
|
|
|
30788
|
-
function validate$
|
|
30788
|
+
function validate$g(obj, path = 'SearchAnswersRecordRepresentation') {
|
|
30789
30789
|
const v_error = (() => {
|
|
30790
30790
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30791
30791
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -30800,11 +30800,6 @@ function validate$f(obj, path = 'QnASearchResultRepresentation') {
|
|
|
30800
30800
|
if (typeof obj_objectApiName !== 'string') {
|
|
30801
30801
|
return new TypeError('Expected "string" but received "' + typeof obj_objectApiName + '" (at "' + path_objectApiName + '")');
|
|
30802
30802
|
}
|
|
30803
|
-
const obj_passage = obj.passage;
|
|
30804
|
-
const path_passage = path + '.passage';
|
|
30805
|
-
if (typeof obj_passage !== 'string') {
|
|
30806
|
-
return new TypeError('Expected "string" but received "' + typeof obj_passage + '" (at "' + path_passage + '")');
|
|
30807
|
-
}
|
|
30808
30803
|
const obj_recordId = obj.recordId;
|
|
30809
30804
|
const path_recordId = path + '.recordId';
|
|
30810
30805
|
if (typeof obj_recordId !== 'string') {
|
|
@@ -30819,8 +30814,42 @@ function validate$f(obj, path = 'QnASearchResultRepresentation') {
|
|
|
30819
30814
|
return v_error === undefined ? null : v_error;
|
|
30820
30815
|
}
|
|
30821
30816
|
|
|
30817
|
+
function validate$f(obj, path = 'SearchAnswersResultRepresentation') {
|
|
30818
|
+
const v_error = (() => {
|
|
30819
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
30820
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
30821
|
+
}
|
|
30822
|
+
const obj_answerType = obj.answerType;
|
|
30823
|
+
const path_answerType = path + '.answerType';
|
|
30824
|
+
if (typeof obj_answerType !== 'string') {
|
|
30825
|
+
return new TypeError('Expected "string" but received "' + typeof obj_answerType + '" (at "' + path_answerType + '")');
|
|
30826
|
+
}
|
|
30827
|
+
const obj_passage = obj.passage;
|
|
30828
|
+
const path_passage = path + '.passage';
|
|
30829
|
+
if (typeof obj_passage !== 'string') {
|
|
30830
|
+
return new TypeError('Expected "string" but received "' + typeof obj_passage + '" (at "' + path_passage + '")');
|
|
30831
|
+
}
|
|
30832
|
+
const obj_records = obj.records;
|
|
30833
|
+
const path_records = path + '.records';
|
|
30834
|
+
if (!ArrayIsArray(obj_records)) {
|
|
30835
|
+
return new TypeError('Expected "array" but received "' + typeof obj_records + '" (at "' + path_records + '")');
|
|
30836
|
+
}
|
|
30837
|
+
for (let i = 0; i < obj_records.length; i++) {
|
|
30838
|
+
const obj_records_item = obj_records[i];
|
|
30839
|
+
const path_records_item = path_records + '[' + i + ']';
|
|
30840
|
+
const referencepath_records_itemValidationError = validate$g(obj_records_item, path_records_item);
|
|
30841
|
+
if (referencepath_records_itemValidationError !== null) {
|
|
30842
|
+
let message = 'Object doesn\'t match SearchAnswersRecordRepresentation (at "' + path_records_item + '")\n';
|
|
30843
|
+
message += referencepath_records_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
30844
|
+
return new TypeError(message);
|
|
30845
|
+
}
|
|
30846
|
+
}
|
|
30847
|
+
})();
|
|
30848
|
+
return v_error === undefined ? null : v_error;
|
|
30849
|
+
}
|
|
30850
|
+
|
|
30822
30851
|
const TTL$b = 200;
|
|
30823
|
-
const VERSION$1g = "
|
|
30852
|
+
const VERSION$1g = "da21e889922062e90012ba48c4a733e2";
|
|
30824
30853
|
function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
30825
30854
|
const v_error = (() => {
|
|
30826
30855
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -30830,7 +30859,7 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
30830
30859
|
const path_keywordSearchResults = path + '.keywordSearchResults';
|
|
30831
30860
|
let obj_keywordSearchResults_union0 = null;
|
|
30832
30861
|
const obj_keywordSearchResults_union0_error = (() => {
|
|
30833
|
-
const referencepath_keywordSearchResultsValidationError = validate$
|
|
30862
|
+
const referencepath_keywordSearchResultsValidationError = validate$h(obj_keywordSearchResults, path_keywordSearchResults);
|
|
30834
30863
|
if (referencepath_keywordSearchResultsValidationError !== null) {
|
|
30835
30864
|
let message = 'Object doesn\'t match KeywordSearchResultsRepresentation (at "' + path_keywordSearchResults + '")\n';
|
|
30836
30865
|
message += referencepath_keywordSearchResultsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30861,7 +30890,7 @@ function validate$e(obj, path = 'SearchResultsSummaryRepresentation') {
|
|
|
30861
30890
|
const obj_qnaResult_union0_error = (() => {
|
|
30862
30891
|
const referencepath_qnaResultValidationError = validate$f(obj_qnaResult, path_qnaResult);
|
|
30863
30892
|
if (referencepath_qnaResultValidationError !== null) {
|
|
30864
|
-
let message = 'Object doesn\'t match
|
|
30893
|
+
let message = 'Object doesn\'t match SearchAnswersResultRepresentation (at "' + path_qnaResult + '")\n';
|
|
30865
30894
|
message += referencepath_qnaResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
30866
30895
|
return new TypeError(message);
|
|
30867
30896
|
}
|
|
@@ -31235,7 +31264,7 @@ function validate$c(obj, path = 'KeywordSearchResultsSummaryRepresentation') {
|
|
|
31235
31264
|
}
|
|
31236
31265
|
const obj_keywordSearchResult = obj.keywordSearchResult;
|
|
31237
31266
|
const path_keywordSearchResult = path + '.keywordSearchResult';
|
|
31238
|
-
const referencepath_keywordSearchResultValidationError = validate$
|
|
31267
|
+
const referencepath_keywordSearchResultValidationError = validate$i(obj_keywordSearchResult, path_keywordSearchResult);
|
|
31239
31268
|
if (referencepath_keywordSearchResultValidationError !== null) {
|
|
31240
31269
|
let message = 'Object doesn\'t match SearchResultCollectionRepresentation (at "' + path_keywordSearchResult + '")\n';
|
|
31241
31270
|
message += referencepath_keywordSearchResultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -52654,7 +52683,7 @@ function validate$a(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
52654
52683
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
52655
52684
|
let obj_recordTypeInfo_union0 = null;
|
|
52656
52685
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
52657
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
52686
|
+
const referencepath_recordTypeInfoValidationError = validate$1z(obj_recordTypeInfo, path_recordTypeInfo);
|
|
52658
52687
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
52659
52688
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
52660
52689
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|