@salesforce/lds-adapters-uiapi 1.103.0 → 1.104.1
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/uiapi-records-service.js +199 -162
- package/dist/types/src/generated/adapters/updateRelatedListInfo.d.ts +2 -2
- package/dist/types/src/generated/resources/patchUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +2 -2
- package/dist/types/src/generated/resources/patchUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +2 -2
- package/dist/types/src/generated/types/RelatedListInfoInputRepresentation.d.ts +34 -0
- package/dist/umd/es2018/uiapi-records-service.js +199 -162
- package/dist/umd/es5/uiapi-records-service.js +200 -162
- package/package.json +7 -7
- package/sfdc/graphqlAdapters.js +6 -6
- package/sfdc/index.js +200 -163
- package/src/raml/api.raml +14 -14
- package/dist/types/src/generated/types/ListInfoInputRepresentation.d.ts +0 -33
|
@@ -396,7 +396,7 @@ function assignMetadataLink(entry, metadataKey) {
|
|
|
396
396
|
}
|
|
397
397
|
|
|
398
398
|
const VERSION$1Z = "3b339f50551a63986bb2aa52572d2953";
|
|
399
|
-
function validate$
|
|
399
|
+
function validate$1D(obj, path = 'ListColumnRepresentation') {
|
|
400
400
|
const v_error = (() => {
|
|
401
401
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
402
402
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -442,7 +442,7 @@ const select$2r = function ListColumnRepresentationSelect() {
|
|
|
442
442
|
};
|
|
443
443
|
|
|
444
444
|
const VERSION$1Y = "623aa9ce3a11031e35faf5671a41746e";
|
|
445
|
-
function validate$
|
|
445
|
+
function validate$1C(obj, path = 'ListFilterByInfoRepresentation') {
|
|
446
446
|
const v_error = (() => {
|
|
447
447
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
448
448
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -510,7 +510,7 @@ function deepFreeze$N(input) {
|
|
|
510
510
|
}
|
|
511
511
|
|
|
512
512
|
const VERSION$1X = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
513
|
-
function validate$
|
|
513
|
+
function validate$1B(obj, path = 'ListReferenceRepresentation') {
|
|
514
514
|
const v_error = (() => {
|
|
515
515
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
516
516
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -630,7 +630,7 @@ function equals$_(existing, incoming) {
|
|
|
630
630
|
}
|
|
631
631
|
|
|
632
632
|
const VERSION$1W = "32def9b631252c12b91a8209c1f49f5a";
|
|
633
|
-
function validate$
|
|
633
|
+
function validate$1A(obj, path = 'ListOrderByInfoRepresentation') {
|
|
634
634
|
const v_error = (() => {
|
|
635
635
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
636
636
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -700,7 +700,7 @@ function deepFreeze$M(input) {
|
|
|
700
700
|
}
|
|
701
701
|
|
|
702
702
|
const VERSION$1V = "6506134f4d72fdfa349fe60ef1af2413";
|
|
703
|
-
function validate$
|
|
703
|
+
function validate$1z(obj, path = 'ListUserPreferenceRepresentation') {
|
|
704
704
|
const v_error = (() => {
|
|
705
705
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
706
706
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -775,7 +775,7 @@ function deepFreeze$L(input) {
|
|
|
775
775
|
|
|
776
776
|
const TTL$A = 900000;
|
|
777
777
|
const VERSION$1U = "ce51760eb46b65c484f42de806102162";
|
|
778
|
-
function validate$
|
|
778
|
+
function validate$1y(obj, path = 'ListInfoRepresentation') {
|
|
779
779
|
const v_error = (() => {
|
|
780
780
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
781
781
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -803,7 +803,7 @@ function validate$1x(obj, path = 'ListInfoRepresentation') {
|
|
|
803
803
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
804
804
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
805
805
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
806
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
806
|
+
const referencepath_displayColumns_itemValidationError = validate$1D(obj_displayColumns_item, path_displayColumns_item);
|
|
807
807
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
808
808
|
let message = 'Object doesn\'t match ListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
809
809
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -849,7 +849,7 @@ function validate$1x(obj, path = 'ListInfoRepresentation') {
|
|
|
849
849
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
850
850
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
851
851
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
852
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
852
|
+
const referencepath_filteredByInfo_itemValidationError = validate$1C(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
853
853
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
854
854
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
855
855
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -884,7 +884,7 @@ function validate$1x(obj, path = 'ListInfoRepresentation') {
|
|
|
884
884
|
}
|
|
885
885
|
const obj_listReference = obj.listReference;
|
|
886
886
|
const path_listReference = path + '.listReference';
|
|
887
|
-
const referencepath_listReferenceValidationError = validate$
|
|
887
|
+
const referencepath_listReferenceValidationError = validate$1B(obj_listReference, path_listReference);
|
|
888
888
|
if (referencepath_listReferenceValidationError !== null) {
|
|
889
889
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
890
890
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -910,7 +910,7 @@ function validate$1x(obj, path = 'ListInfoRepresentation') {
|
|
|
910
910
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
911
911
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
912
912
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
913
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
913
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1A(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
914
914
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
915
915
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
916
916
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -924,7 +924,7 @@ function validate$1x(obj, path = 'ListInfoRepresentation') {
|
|
|
924
924
|
}
|
|
925
925
|
const obj_userPreferences = obj.userPreferences;
|
|
926
926
|
const path_userPreferences = path + '.userPreferences';
|
|
927
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
927
|
+
const referencepath_userPreferencesValidationError = validate$1z(obj_userPreferences, path_userPreferences);
|
|
928
928
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
929
929
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
930
930
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1047,7 +1047,7 @@ function equals$Z(existing, incoming) {
|
|
|
1047
1047
|
}
|
|
1048
1048
|
const ingest$1t = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1049
1049
|
if (process.env.NODE_ENV !== 'production') {
|
|
1050
|
-
const validateError = validate$
|
|
1050
|
+
const validateError = validate$1y(input);
|
|
1051
1051
|
if (validateError !== null) {
|
|
1052
1052
|
throw validateError;
|
|
1053
1053
|
}
|
|
@@ -1088,7 +1088,7 @@ function getTypeCacheKeys$1w(luvio, input, fullPathFactory) {
|
|
|
1088
1088
|
}
|
|
1089
1089
|
|
|
1090
1090
|
const VERSION$1T = "d1e589a127fb1060c89070cdb6f500b2";
|
|
1091
|
-
function validate$
|
|
1091
|
+
function validate$1x(obj, path = 'RecordTypeInfoRepresentation') {
|
|
1092
1092
|
const v_error = (() => {
|
|
1093
1093
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1094
1094
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1183,7 +1183,7 @@ function deepFreeze$K(input) {
|
|
|
1183
1183
|
}
|
|
1184
1184
|
|
|
1185
1185
|
const VERSION$1S = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
1186
|
-
function validate$
|
|
1186
|
+
function validate$1w(obj, path = 'FieldValueRepresentation') {
|
|
1187
1187
|
const v_error = (() => {
|
|
1188
1188
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1189
1189
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1337,7 +1337,7 @@ function deepFreeze$J(input) {
|
|
|
1337
1337
|
}
|
|
1338
1338
|
const ingest$1s = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1339
1339
|
if (process.env.NODE_ENV !== 'production') {
|
|
1340
|
-
const validateError = validate$
|
|
1340
|
+
const validateError = validate$1w(input);
|
|
1341
1341
|
if (validateError !== null) {
|
|
1342
1342
|
throw validateError;
|
|
1343
1343
|
}
|
|
@@ -1419,7 +1419,7 @@ const getTypeCacheKeys$1u = (luvio, input, _fullPathFactory) => {
|
|
|
1419
1419
|
|
|
1420
1420
|
const TTL$z = 120000;
|
|
1421
1421
|
const VERSION$1R = "79cb5ac9f44542f683d00245fdfe500d";
|
|
1422
|
-
function validate$
|
|
1422
|
+
function validate$1v(obj, path = 'RecordCollectionRepresentation') {
|
|
1423
1423
|
const v_error = (() => {
|
|
1424
1424
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1425
1425
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1701,7 +1701,7 @@ function deepFreeze$I(input) {
|
|
|
1701
1701
|
}
|
|
1702
1702
|
const ingest$1r = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1703
1703
|
if (process.env.NODE_ENV !== 'production') {
|
|
1704
|
-
const validateError = validate$
|
|
1704
|
+
const validateError = validate$1v(input);
|
|
1705
1705
|
if (validateError !== null) {
|
|
1706
1706
|
throw validateError;
|
|
1707
1707
|
}
|
|
@@ -1757,7 +1757,7 @@ const keyBuilderFromType$y = function RecordRepresentationKeyBuilderFromType(luv
|
|
|
1757
1757
|
|
|
1758
1758
|
const TTL$y = 30000;
|
|
1759
1759
|
const VERSION$1Q = "98c5b18512e48ca8d28727549507e4ba";
|
|
1760
|
-
function validate$
|
|
1760
|
+
function validate$1u(obj, path = 'RecordRepresentation') {
|
|
1761
1761
|
const v_error = (() => {
|
|
1762
1762
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1763
1763
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1887,7 +1887,7 @@ function validate$1t(obj, path = 'RecordRepresentation') {
|
|
|
1887
1887
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
1888
1888
|
let obj_recordTypeInfo_union0 = null;
|
|
1889
1889
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
1890
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
1890
|
+
const referencepath_recordTypeInfoValidationError = validate$1x(obj_recordTypeInfo, path_recordTypeInfo);
|
|
1891
1891
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
1892
1892
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
1893
1893
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4698,7 +4698,7 @@ function normalize$J(input, existing, path, luvio, store, timestamp, fieldsTrie,
|
|
|
4698
4698
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
4699
4699
|
return (input, path, luvio, store, timestamp) => {
|
|
4700
4700
|
if (process.env.NODE_ENV !== 'production') {
|
|
4701
|
-
const validateError = validate$
|
|
4701
|
+
const validateError = validate$1w(input);
|
|
4702
4702
|
if (validateError !== null) {
|
|
4703
4703
|
throw validateError;
|
|
4704
4704
|
}
|
|
@@ -4791,7 +4791,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
|
|
|
4791
4791
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
4792
4792
|
return (input, path, luvio, store, timestamp) => {
|
|
4793
4793
|
if (process.env.NODE_ENV !== 'production') {
|
|
4794
|
-
const validateError = validate$
|
|
4794
|
+
const validateError = validate$1u(input);
|
|
4795
4795
|
if (validateError !== null) {
|
|
4796
4796
|
throw validateError;
|
|
4797
4797
|
}
|
|
@@ -5829,7 +5829,7 @@ function trimEdges(edges, startOffset, endOffset) {
|
|
|
5829
5829
|
}
|
|
5830
5830
|
|
|
5831
5831
|
const VERSION$1O = "7c380e05568c88f57081db3ca03df013";
|
|
5832
|
-
function validate$
|
|
5832
|
+
function validate$1t(obj, path = 'ListRecordCollectionRepresentation') {
|
|
5833
5833
|
const v_error = (() => {
|
|
5834
5834
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5835
5835
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -5868,7 +5868,7 @@ function validate$1s(obj, path = 'ListRecordCollectionRepresentation') {
|
|
|
5868
5868
|
}
|
|
5869
5869
|
const obj_listReference = obj.listReference;
|
|
5870
5870
|
const path_listReference = path + '.listReference';
|
|
5871
|
-
const referencepath_listReferenceValidationError = validate$
|
|
5871
|
+
const referencepath_listReferenceValidationError = validate$1B(obj_listReference, path_listReference);
|
|
5872
5872
|
if (referencepath_listReferenceValidationError !== null) {
|
|
5873
5873
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
5874
5874
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6369,7 +6369,7 @@ function equals$U(existing, incoming) {
|
|
|
6369
6369
|
}
|
|
6370
6370
|
const ingest$1p = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
6371
6371
|
if (process.env.NODE_ENV !== 'production') {
|
|
6372
|
-
const validateError = validate$
|
|
6372
|
+
const validateError = validate$1t(input);
|
|
6373
6373
|
if (validateError !== null) {
|
|
6374
6374
|
throw validateError;
|
|
6375
6375
|
}
|
|
@@ -6464,7 +6464,7 @@ function getTypeCacheKeys$1r(luvio, input, fullPathFactory) {
|
|
|
6464
6464
|
}
|
|
6465
6465
|
|
|
6466
6466
|
const VERSION$1N = "cf8d2eb042188974da26ffe6618cfd07";
|
|
6467
|
-
function validate$
|
|
6467
|
+
function validate$1s(obj, path = 'ListUiRepresentation') {
|
|
6468
6468
|
const v_error = (() => {
|
|
6469
6469
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
6470
6470
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -6591,7 +6591,7 @@ function equals$T(existing, incoming) {
|
|
|
6591
6591
|
}
|
|
6592
6592
|
const ingest$1o = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
6593
6593
|
if (process.env.NODE_ENV !== 'production') {
|
|
6594
|
-
const validateError = validate$
|
|
6594
|
+
const validateError = validate$1s(input);
|
|
6595
6595
|
if (validateError !== null) {
|
|
6596
6596
|
throw validateError;
|
|
6597
6597
|
}
|
|
@@ -7445,7 +7445,7 @@ function isErrorSnapshot(snapshot) {
|
|
|
7445
7445
|
}
|
|
7446
7446
|
|
|
7447
7447
|
const VERSION$1M = "c6347b2701bb8ffb0b6ca6c027011c57";
|
|
7448
|
-
function validate$
|
|
7448
|
+
function validate$1r(obj, path = 'ListViewSummaryRepresentation') {
|
|
7449
7449
|
const v_error = (() => {
|
|
7450
7450
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7451
7451
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7536,7 +7536,7 @@ function equals$S(existing, incoming) {
|
|
|
7536
7536
|
}
|
|
7537
7537
|
const ingest$1n = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7538
7538
|
if (process.env.NODE_ENV !== 'production') {
|
|
7539
|
-
const validateError = validate$
|
|
7539
|
+
const validateError = validate$1r(input);
|
|
7540
7540
|
if (validateError !== null) {
|
|
7541
7541
|
throw validateError;
|
|
7542
7542
|
}
|
|
@@ -7577,7 +7577,7 @@ function getTypeCacheKeys$1p(luvio, input, fullPathFactory) {
|
|
|
7577
7577
|
}
|
|
7578
7578
|
|
|
7579
7579
|
const VERSION$1L = "f4c79fe066da3558499d5ee88c72abcd";
|
|
7580
|
-
function validate$
|
|
7580
|
+
function validate$1q(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
7581
7581
|
const v_error = (() => {
|
|
7582
7582
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7583
7583
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7962,7 +7962,7 @@ function equals$R(existing, incoming) {
|
|
|
7962
7962
|
}
|
|
7963
7963
|
const ingest$1m = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7964
7964
|
if (process.env.NODE_ENV !== 'production') {
|
|
7965
|
-
const validateError = validate$
|
|
7965
|
+
const validateError = validate$1q(input);
|
|
7966
7966
|
if (validateError !== null) {
|
|
7967
7967
|
throw validateError;
|
|
7968
7968
|
}
|
|
@@ -9210,7 +9210,7 @@ const factory$h = (luvio) => {
|
|
|
9210
9210
|
}, { contextId: contextId$3 });
|
|
9211
9211
|
};
|
|
9212
9212
|
|
|
9213
|
-
function validate$
|
|
9213
|
+
function validate$1p(obj, path = 'ChildRelationshipRepresentation') {
|
|
9214
9214
|
const v_error = (() => {
|
|
9215
9215
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9216
9216
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9265,7 +9265,7 @@ function deepFreeze$G(input) {
|
|
|
9265
9265
|
ObjectFreeze(input);
|
|
9266
9266
|
}
|
|
9267
9267
|
|
|
9268
|
-
function validate$
|
|
9268
|
+
function validate$1o(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
9269
9269
|
const v_error = (() => {
|
|
9270
9270
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9271
9271
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9301,7 +9301,7 @@ function deepFreeze$F(input) {
|
|
|
9301
9301
|
ObjectFreeze(input);
|
|
9302
9302
|
}
|
|
9303
9303
|
|
|
9304
|
-
function validate$
|
|
9304
|
+
function validate$1n(obj, path = 'ReferenceToInfoRepresentation') {
|
|
9305
9305
|
const v_error = (() => {
|
|
9306
9306
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9307
9307
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9332,7 +9332,7 @@ function deepFreeze$E(input) {
|
|
|
9332
9332
|
ObjectFreeze(input);
|
|
9333
9333
|
}
|
|
9334
9334
|
|
|
9335
|
-
function validate$
|
|
9335
|
+
function validate$1m(obj, path = 'FieldRepresentation') {
|
|
9336
9336
|
const v_error = (() => {
|
|
9337
9337
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9338
9338
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9492,7 +9492,7 @@ function validate$1l(obj, path = 'FieldRepresentation') {
|
|
|
9492
9492
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
9493
9493
|
let obj_filteredLookupInfo_union0 = null;
|
|
9494
9494
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
9495
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
9495
|
+
const referencepath_filteredLookupInfoValidationError = validate$1o(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
9496
9496
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
9497
9497
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
9498
9498
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9617,7 +9617,7 @@ function validate$1l(obj, path = 'FieldRepresentation') {
|
|
|
9617
9617
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
9618
9618
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
9619
9619
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
9620
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
9620
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1n(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
9621
9621
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
9622
9622
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
9623
9623
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9699,7 +9699,7 @@ function deepFreeze$D(input) {
|
|
|
9699
9699
|
ObjectFreeze(input);
|
|
9700
9700
|
}
|
|
9701
9701
|
|
|
9702
|
-
function validate$
|
|
9702
|
+
function validate$1l(obj, path = 'ThemeInfoRepresentation') {
|
|
9703
9703
|
const v_error = (() => {
|
|
9704
9704
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9705
9705
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9744,7 +9744,7 @@ function deepFreeze$C(input) {
|
|
|
9744
9744
|
|
|
9745
9745
|
const TTL$x = 900000;
|
|
9746
9746
|
const VERSION$1K = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
9747
|
-
function validate$
|
|
9747
|
+
function validate$1k(obj, path = 'ObjectInfoRepresentation') {
|
|
9748
9748
|
const v_error = (() => {
|
|
9749
9749
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9750
9750
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9814,7 +9814,7 @@ function validate$1j(obj, path = 'ObjectInfoRepresentation') {
|
|
|
9814
9814
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
9815
9815
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
9816
9816
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
9817
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
9817
|
+
const referencepath_childRelationships_itemValidationError = validate$1p(obj_childRelationships_item, path_childRelationships_item);
|
|
9818
9818
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
9819
9819
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
9820
9820
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9896,7 +9896,7 @@ function validate$1j(obj, path = 'ObjectInfoRepresentation') {
|
|
|
9896
9896
|
const key = obj_fields_keys[i];
|
|
9897
9897
|
const obj_fields_prop = obj_fields[key];
|
|
9898
9898
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
9899
|
-
const referencepath_fields_propValidationError = validate$
|
|
9899
|
+
const referencepath_fields_propValidationError = validate$1m(obj_fields_prop, path_fields_prop);
|
|
9900
9900
|
if (referencepath_fields_propValidationError !== null) {
|
|
9901
9901
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
9902
9902
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9976,7 +9976,7 @@ function validate$1j(obj, path = 'ObjectInfoRepresentation') {
|
|
|
9976
9976
|
const key = obj_recordTypeInfos_keys[i];
|
|
9977
9977
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
9978
9978
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
9979
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
9979
|
+
const referencepath_recordTypeInfos_propValidationError = validate$1x(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
9980
9980
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
9981
9981
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
9982
9982
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9992,7 +9992,7 @@ function validate$1j(obj, path = 'ObjectInfoRepresentation') {
|
|
|
9992
9992
|
const path_themeInfo = path + '.themeInfo';
|
|
9993
9993
|
let obj_themeInfo_union0 = null;
|
|
9994
9994
|
const obj_themeInfo_union0_error = (() => {
|
|
9995
|
-
const referencepath_themeInfoValidationError = validate$
|
|
9995
|
+
const referencepath_themeInfoValidationError = validate$1l(obj_themeInfo, path_themeInfo);
|
|
9996
9996
|
if (referencepath_themeInfoValidationError !== null) {
|
|
9997
9997
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
9998
9998
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10193,7 +10193,7 @@ function deepFreeze$B(input) {
|
|
|
10193
10193
|
}
|
|
10194
10194
|
const ingest$1l = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10195
10195
|
if (process.env.NODE_ENV !== 'production') {
|
|
10196
|
-
const validateError = validate$
|
|
10196
|
+
const validateError = validate$1k(input);
|
|
10197
10197
|
if (validateError !== null) {
|
|
10198
10198
|
throw validateError;
|
|
10199
10199
|
}
|
|
@@ -10404,7 +10404,7 @@ const getObjectInfoAdapterFactory = (luvio) => function UiApi__getObjectInfo(unt
|
|
|
10404
10404
|
buildCachedSnapshotCachePolicy$I, buildNetworkSnapshotCachePolicy$J);
|
|
10405
10405
|
};
|
|
10406
10406
|
|
|
10407
|
-
function validate$
|
|
10407
|
+
function validate$1j(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
10408
10408
|
const v_error = (() => {
|
|
10409
10409
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10410
10410
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10455,7 +10455,7 @@ var DiscriminatorValues$4;
|
|
|
10455
10455
|
DiscriminatorValues["Field"] = "Field";
|
|
10456
10456
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
10457
10457
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
10458
|
-
function validate$
|
|
10458
|
+
function validate$1i(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
10459
10459
|
const v_error = (() => {
|
|
10460
10460
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10461
10461
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10498,7 +10498,7 @@ function deepFreeze$z(input) {
|
|
|
10498
10498
|
ObjectFreeze(input);
|
|
10499
10499
|
}
|
|
10500
10500
|
|
|
10501
|
-
function validate$
|
|
10501
|
+
function validate$1h(obj, path = 'RecordLayoutItemRepresentation') {
|
|
10502
10502
|
const v_error = (() => {
|
|
10503
10503
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10504
10504
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10526,7 +10526,7 @@ function validate$1g(obj, path = 'RecordLayoutItemRepresentation') {
|
|
|
10526
10526
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
10527
10527
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
10528
10528
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
10529
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
10529
|
+
const referencepath_layoutComponents_itemValidationError = validate$1i(obj_layoutComponents_item, path_layoutComponents_item);
|
|
10530
10530
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
10531
10531
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
10532
10532
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10582,7 +10582,7 @@ function deepFreeze$y(input) {
|
|
|
10582
10582
|
ObjectFreeze(input);
|
|
10583
10583
|
}
|
|
10584
10584
|
|
|
10585
|
-
function validate$
|
|
10585
|
+
function validate$1g(obj, path = 'RecordLayoutRowRepresentation') {
|
|
10586
10586
|
const v_error = (() => {
|
|
10587
10587
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10588
10588
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10595,7 +10595,7 @@ function validate$1f(obj, path = 'RecordLayoutRowRepresentation') {
|
|
|
10595
10595
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
10596
10596
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
10597
10597
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
10598
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
10598
|
+
const referencepath_layoutItems_itemValidationError = validate$1h(obj_layoutItems_item, path_layoutItems_item);
|
|
10599
10599
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
10600
10600
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
10601
10601
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10615,7 +10615,7 @@ function deepFreeze$x(input) {
|
|
|
10615
10615
|
ObjectFreeze(input);
|
|
10616
10616
|
}
|
|
10617
10617
|
|
|
10618
|
-
function validate$
|
|
10618
|
+
function validate$1f(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
10619
10619
|
const v_error = (() => {
|
|
10620
10620
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10621
10621
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10690,7 +10690,7 @@ function validate$1e(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
|
10690
10690
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
10691
10691
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
10692
10692
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
10693
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
10693
|
+
const referencepath_layoutRows_itemValidationError = validate$1g(obj_layoutRows_item, path_layoutRows_item);
|
|
10694
10694
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
10695
10695
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
10696
10696
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10722,7 +10722,7 @@ function deepFreeze$w(input) {
|
|
|
10722
10722
|
|
|
10723
10723
|
const TTL$w = 900000;
|
|
10724
10724
|
const VERSION$1J = "9098f497e606c4ed6953b8ce203e8fb5";
|
|
10725
|
-
function validate$
|
|
10725
|
+
function validate$1e(obj, path = 'RecordLayoutRepresentation') {
|
|
10726
10726
|
const v_error = (() => {
|
|
10727
10727
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10728
10728
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10786,7 +10786,7 @@ function validate$1d(obj, path = 'RecordLayoutRepresentation') {
|
|
|
10786
10786
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
10787
10787
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
10788
10788
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
10789
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
10789
|
+
const referencepath_saveOptions_itemValidationError = validate$1j(obj_saveOptions_item, path_saveOptions_item);
|
|
10790
10790
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
10791
10791
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
10792
10792
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10801,7 +10801,7 @@ function validate$1d(obj, path = 'RecordLayoutRepresentation') {
|
|
|
10801
10801
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
10802
10802
|
const obj_sections_item = obj_sections[i];
|
|
10803
10803
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
10804
|
-
const referencepath_sections_itemValidationError = validate$
|
|
10804
|
+
const referencepath_sections_itemValidationError = validate$1f(obj_sections_item, path_sections_item);
|
|
10805
10805
|
if (referencepath_sections_itemValidationError !== null) {
|
|
10806
10806
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
10807
10807
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10891,7 +10891,7 @@ function deepFreeze$v(input) {
|
|
|
10891
10891
|
}
|
|
10892
10892
|
const ingest$1k = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10893
10893
|
if (process.env.NODE_ENV !== 'production') {
|
|
10894
|
-
const validateError = validate$
|
|
10894
|
+
const validateError = validate$1e(input);
|
|
10895
10895
|
if (validateError !== null) {
|
|
10896
10896
|
throw validateError;
|
|
10897
10897
|
}
|
|
@@ -10932,7 +10932,7 @@ function getTypeCacheKeys$1m(luvio, input, fullPathFactory) {
|
|
|
10932
10932
|
return rootKeySet;
|
|
10933
10933
|
}
|
|
10934
10934
|
|
|
10935
|
-
function validate$
|
|
10935
|
+
function validate$1d(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
10936
10936
|
const v_error = (() => {
|
|
10937
10937
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10938
10938
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10956,7 +10956,7 @@ function deepFreeze$u(input) {
|
|
|
10956
10956
|
|
|
10957
10957
|
const TTL$v = 900000;
|
|
10958
10958
|
const VERSION$1I = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
10959
|
-
function validate$
|
|
10959
|
+
function validate$1c(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
10960
10960
|
const v_error = (() => {
|
|
10961
10961
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10962
10962
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10996,7 +10996,7 @@ function validate$1b(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
|
10996
10996
|
const key = obj_sectionUserStates_keys[i];
|
|
10997
10997
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
10998
10998
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
10999
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
10999
|
+
const referencepath_sectionUserStates_propValidationError = validate$1d(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
11000
11000
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
11001
11001
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
11002
11002
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11065,7 +11065,7 @@ function deepFreeze$t(input) {
|
|
|
11065
11065
|
}
|
|
11066
11066
|
const ingest$1j = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11067
11067
|
if (process.env.NODE_ENV !== 'production') {
|
|
11068
|
-
const validateError = validate$
|
|
11068
|
+
const validateError = validate$1c(input);
|
|
11069
11069
|
if (validateError !== null) {
|
|
11070
11070
|
throw validateError;
|
|
11071
11071
|
}
|
|
@@ -11108,7 +11108,7 @@ function getTypeCacheKeys$1l(luvio, input, fullPathFactory) {
|
|
|
11108
11108
|
|
|
11109
11109
|
const TTL$u = 900000;
|
|
11110
11110
|
const VERSION$1H = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
11111
|
-
function validate$
|
|
11111
|
+
function validate$1b(obj, path = 'RecordUiRepresentation') {
|
|
11112
11112
|
const v_error = (() => {
|
|
11113
11113
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11114
11114
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11370,7 +11370,7 @@ function equals$N(existing, incoming) {
|
|
|
11370
11370
|
}
|
|
11371
11371
|
const ingest$1i = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11372
11372
|
if (process.env.NODE_ENV !== 'production') {
|
|
11373
|
-
const validateError = validate$
|
|
11373
|
+
const validateError = validate$1b(input);
|
|
11374
11374
|
if (validateError !== null) {
|
|
11375
11375
|
throw validateError;
|
|
11376
11376
|
}
|
|
@@ -12541,7 +12541,7 @@ const factory$f = (luvio) => function getRecord(untrustedConfig, requestContext)
|
|
|
12541
12541
|
};
|
|
12542
12542
|
|
|
12543
12543
|
const VERSION$1G = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
12544
|
-
function validate$
|
|
12544
|
+
function validate$1a(obj, path = 'QuickActionExecutionRepresentation') {
|
|
12545
12545
|
const v_error = (() => {
|
|
12546
12546
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12547
12547
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12714,7 +12714,7 @@ function equals$M(existing, incoming) {
|
|
|
12714
12714
|
}
|
|
12715
12715
|
const ingest$1h = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12716
12716
|
if (process.env.NODE_ENV !== 'production') {
|
|
12717
|
-
const validateError = validate$
|
|
12717
|
+
const validateError = validate$1a(input);
|
|
12718
12718
|
if (validateError !== null) {
|
|
12719
12719
|
throw validateError;
|
|
12720
12720
|
}
|
|
@@ -12755,7 +12755,7 @@ function getTypeCacheKeys$1k(luvio, input, fullPathFactory) {
|
|
|
12755
12755
|
}
|
|
12756
12756
|
|
|
12757
12757
|
const VERSION$1F = "3f49d751896cf66e6e29788d8880e2cc";
|
|
12758
|
-
function validate$
|
|
12758
|
+
function validate$19(obj, path = 'PlatformActionRepresentation') {
|
|
12759
12759
|
const v_error = (() => {
|
|
12760
12760
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12761
12761
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13287,7 +13287,7 @@ function equals$L(existing, incoming) {
|
|
|
13287
13287
|
}
|
|
13288
13288
|
const ingest$1g = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13289
13289
|
if (process.env.NODE_ENV !== 'production') {
|
|
13290
|
-
const validateError = validate$
|
|
13290
|
+
const validateError = validate$19(input);
|
|
13291
13291
|
if (validateError !== null) {
|
|
13292
13292
|
throw validateError;
|
|
13293
13293
|
}
|
|
@@ -13328,7 +13328,7 @@ function getTypeCacheKeys$1j(luvio, input, fullPathFactory) {
|
|
|
13328
13328
|
}
|
|
13329
13329
|
|
|
13330
13330
|
const VERSION$1E = "378d506f563a4bd724b322d440df33d1";
|
|
13331
|
-
function validate$
|
|
13331
|
+
function validate$18(obj, path = 'EntityActionRepresentation') {
|
|
13332
13332
|
const v_error = (() => {
|
|
13333
13333
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13334
13334
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13442,7 +13442,7 @@ function equals$K(existing, incoming) {
|
|
|
13442
13442
|
}
|
|
13443
13443
|
const ingest$1f = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13444
13444
|
if (process.env.NODE_ENV !== 'production') {
|
|
13445
|
-
const validateError = validate$
|
|
13445
|
+
const validateError = validate$18(input);
|
|
13446
13446
|
if (validateError !== null) {
|
|
13447
13447
|
throw validateError;
|
|
13448
13448
|
}
|
|
@@ -13488,7 +13488,7 @@ function getTypeCacheKeys$1i(luvio, input, fullPathFactory) {
|
|
|
13488
13488
|
|
|
13489
13489
|
const TTL$t = 300000;
|
|
13490
13490
|
const VERSION$1D = "e485d96c1402a9ca2f56e56485af0216";
|
|
13491
|
-
function validate$
|
|
13491
|
+
function validate$17(obj, path = 'ActionRepresentation') {
|
|
13492
13492
|
const v_error = (() => {
|
|
13493
13493
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13494
13494
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13586,7 +13586,7 @@ function equals$J(existing, incoming) {
|
|
|
13586
13586
|
}
|
|
13587
13587
|
const ingest$1e = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13588
13588
|
if (process.env.NODE_ENV !== 'production') {
|
|
13589
|
-
const validateError = validate$
|
|
13589
|
+
const validateError = validate$17(input);
|
|
13590
13590
|
if (validateError !== null) {
|
|
13591
13591
|
throw validateError;
|
|
13592
13592
|
}
|
|
@@ -14335,7 +14335,7 @@ const getObjectCreateActionsAdapterFactory = (luvio) => function UiApi__getObjec
|
|
|
14335
14335
|
};
|
|
14336
14336
|
|
|
14337
14337
|
const VERSION$1C = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
14338
|
-
function validate$
|
|
14338
|
+
function validate$16(obj, path = 'ActionOverrideRepresentation') {
|
|
14339
14339
|
const v_error = (() => {
|
|
14340
14340
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14341
14341
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14373,7 +14373,7 @@ function deepFreeze$s(input) {
|
|
|
14373
14373
|
}
|
|
14374
14374
|
const ingest$1d = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14375
14375
|
if (process.env.NODE_ENV !== 'production') {
|
|
14376
|
-
const validateError = validate$
|
|
14376
|
+
const validateError = validate$16(input);
|
|
14377
14377
|
if (validateError !== null) {
|
|
14378
14378
|
throw validateError;
|
|
14379
14379
|
}
|
|
@@ -14589,7 +14589,7 @@ const getActionOverridesAdapterFactory = (luvio) => function UiApi__getActionOve
|
|
|
14589
14589
|
|
|
14590
14590
|
const TTL$s = 900000;
|
|
14591
14591
|
const VERSION$1B = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
14592
|
-
function validate$
|
|
14592
|
+
function validate$15(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
14593
14593
|
const v_error = (() => {
|
|
14594
14594
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14595
14595
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14756,7 +14756,7 @@ function merge$1(existing, incoming) {
|
|
|
14756
14756
|
const dynamicIngest$4 = (ingestParams) => {
|
|
14757
14757
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14758
14758
|
if (process.env.NODE_ENV !== 'production') {
|
|
14759
|
-
const validateError = validate$
|
|
14759
|
+
const validateError = validate$15(input);
|
|
14760
14760
|
if (validateError !== null) {
|
|
14761
14761
|
throw validateError;
|
|
14762
14762
|
}
|
|
@@ -15488,7 +15488,7 @@ const getRecordEditActionsAdapterFactory = (luvio) => function UiApi__getRecordE
|
|
|
15488
15488
|
buildCachedSnapshotCachePolicy$B, buildNetworkSnapshotCachePolicy$C);
|
|
15489
15489
|
};
|
|
15490
15490
|
|
|
15491
|
-
function validate$
|
|
15491
|
+
function validate$14(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
15492
15492
|
const v_error = (() => {
|
|
15493
15493
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15494
15494
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15899,7 +15899,7 @@ function typeCheckConfig$M(untrustedConfig) {
|
|
|
15899
15899
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
15900
15900
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
15901
15901
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
15902
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
15902
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$14(untrustedConfig_relatedListsActionParameters_item);
|
|
15903
15903
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
15904
15904
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
15905
15905
|
}
|
|
@@ -16428,7 +16428,7 @@ const getRelatedListRecordActionsAdapterFactory = (luvio) => function UiApi__get
|
|
|
16428
16428
|
};
|
|
16429
16429
|
|
|
16430
16430
|
const VERSION$1A = "a316b3bba367f54adc67d7552ed7d36d";
|
|
16431
|
-
function validate$
|
|
16431
|
+
function validate$13(obj, path = 'PageReferenceRepresentation') {
|
|
16432
16432
|
const v_error = (() => {
|
|
16433
16433
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16434
16434
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16510,7 +16510,7 @@ function deepFreeze$r(input) {
|
|
|
16510
16510
|
}
|
|
16511
16511
|
const ingest$1c = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16512
16512
|
if (process.env.NODE_ENV !== 'production') {
|
|
16513
|
-
const validateError = validate$
|
|
16513
|
+
const validateError = validate$13(input);
|
|
16514
16514
|
if (validateError !== null) {
|
|
16515
16515
|
throw validateError;
|
|
16516
16516
|
}
|
|
@@ -16553,7 +16553,7 @@ function getTypeCacheKeys$1e(luvio, input, fullPathFactory) {
|
|
|
16553
16553
|
|
|
16554
16554
|
const TTL$r = 120000;
|
|
16555
16555
|
const VERSION$1z = "09884ca5bf90ea4662092a4e48817081";
|
|
16556
|
-
function validate$
|
|
16556
|
+
function validate$12(obj, path = 'NavItemRepresentation') {
|
|
16557
16557
|
const v_error = (() => {
|
|
16558
16558
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16559
16559
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16945,7 +16945,7 @@ function equals$F(existing, incoming) {
|
|
|
16945
16945
|
}
|
|
16946
16946
|
const ingest$1b = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16947
16947
|
if (process.env.NODE_ENV !== 'production') {
|
|
16948
|
-
const validateError = validate$
|
|
16948
|
+
const validateError = validate$12(input);
|
|
16949
16949
|
if (validateError !== null) {
|
|
16950
16950
|
throw validateError;
|
|
16951
16951
|
}
|
|
@@ -16991,7 +16991,7 @@ function getTypeCacheKeys$1d(luvio, input, fullPathFactory) {
|
|
|
16991
16991
|
|
|
16992
16992
|
const TTL$q = 300000;
|
|
16993
16993
|
const VERSION$1y = "f0c7134ce18a20d9eb4ae8e4e8ebb0fe";
|
|
16994
|
-
function validate$
|
|
16994
|
+
function validate$11(obj, path = 'AppRepresentation') {
|
|
16995
16995
|
const v_error = (() => {
|
|
16996
16996
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16997
16997
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17391,7 +17391,7 @@ function equals$E(existing, incoming) {
|
|
|
17391
17391
|
}
|
|
17392
17392
|
const ingest$1a = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17393
17393
|
if (process.env.NODE_ENV !== 'production') {
|
|
17394
|
-
const validateError = validate$
|
|
17394
|
+
const validateError = validate$11(input);
|
|
17395
17395
|
if (validateError !== null) {
|
|
17396
17396
|
throw validateError;
|
|
17397
17397
|
}
|
|
@@ -17441,7 +17441,7 @@ function getTypeCacheKeys$1c(luvio, input, fullPathFactory) {
|
|
|
17441
17441
|
|
|
17442
17442
|
const TTL$p = 300000;
|
|
17443
17443
|
const VERSION$1x = "a254babf0b6414315db7808a157fd9fc";
|
|
17444
|
-
function validate
|
|
17444
|
+
function validate$10(obj, path = 'AppsRepresentation') {
|
|
17445
17445
|
const v_error = (() => {
|
|
17446
17446
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17447
17447
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17523,7 +17523,7 @@ function equals$D(existing, incoming) {
|
|
|
17523
17523
|
}
|
|
17524
17524
|
const ingest$19 = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17525
17525
|
if (process.env.NODE_ENV !== 'production') {
|
|
17526
|
-
const validateError = validate
|
|
17526
|
+
const validateError = validate$10(input);
|
|
17527
17527
|
if (validateError !== null) {
|
|
17528
17528
|
throw validateError;
|
|
17529
17529
|
}
|
|
@@ -18096,7 +18096,7 @@ const getAppDetailsAdapterFactory = (luvio) => function UiApi__getAppDetails(unt
|
|
|
18096
18096
|
};
|
|
18097
18097
|
|
|
18098
18098
|
const VERSION$1w = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
18099
|
-
function validate
|
|
18099
|
+
function validate$$(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
18100
18100
|
const v_error = (() => {
|
|
18101
18101
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18102
18102
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18158,7 +18158,7 @@ const select$1N = function DuplicateRuleFilterItemRepresentationSelect() {
|
|
|
18158
18158
|
};
|
|
18159
18159
|
|
|
18160
18160
|
const VERSION$1v = "320d7f254687278f2763d4b490dab3fb";
|
|
18161
|
-
function validate$
|
|
18161
|
+
function validate$_(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
18162
18162
|
const v_error = (() => {
|
|
18163
18163
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18164
18164
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18181,7 +18181,7 @@ function validate$Z(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
|
18181
18181
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
18182
18182
|
const obj_filterItems_item = obj_filterItems[i];
|
|
18183
18183
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
18184
|
-
const referencepath_filterItems_itemValidationError = validate
|
|
18184
|
+
const referencepath_filterItems_itemValidationError = validate$$(obj_filterItems_item, path_filterItems_item);
|
|
18185
18185
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
18186
18186
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
18187
18187
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18224,7 +18224,7 @@ const select$1M = function DuplicateRuleFilterRepresentationSelect() {
|
|
|
18224
18224
|
};
|
|
18225
18225
|
|
|
18226
18226
|
const VERSION$1u = "b47b44e260e5ce777beaf3da9088997c";
|
|
18227
|
-
function validate$
|
|
18227
|
+
function validate$Z(obj, path = 'MatchRuleRepresentation') {
|
|
18228
18228
|
const v_error = (() => {
|
|
18229
18229
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18230
18230
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18294,7 +18294,7 @@ const select$1L = function MatchRuleRepresentationSelect() {
|
|
|
18294
18294
|
};
|
|
18295
18295
|
|
|
18296
18296
|
const VERSION$1t = "bb83d7210bb1d7861b6188bc5f552617";
|
|
18297
|
-
function validate$
|
|
18297
|
+
function validate$Y(obj, path = 'DuplicateRuleRepresentation') {
|
|
18298
18298
|
const v_error = (() => {
|
|
18299
18299
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18300
18300
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18322,7 +18322,7 @@ function validate$X(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
18322
18322
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
18323
18323
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
18324
18324
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
18325
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
18325
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$_(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
18326
18326
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
18327
18327
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
18328
18328
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18342,7 +18342,7 @@ function validate$X(obj, path = 'DuplicateRuleRepresentation') {
|
|
|
18342
18342
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
18343
18343
|
const obj_matchRules_item = obj_matchRules[i];
|
|
18344
18344
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
18345
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
18345
|
+
const referencepath_matchRules_itemValidationError = validate$Z(obj_matchRules_item, path_matchRules_item);
|
|
18346
18346
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
18347
18347
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
18348
18348
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18435,7 +18435,7 @@ const select$1K = function DuplicateRuleRepresentationSelect() {
|
|
|
18435
18435
|
|
|
18436
18436
|
const TTL$o = 900000;
|
|
18437
18437
|
const VERSION$1s = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
18438
|
-
function validate$
|
|
18438
|
+
function validate$X(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
18439
18439
|
const v_error = (() => {
|
|
18440
18440
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18441
18441
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18470,7 +18470,7 @@ function validate$W(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
|
18470
18470
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
18471
18471
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
18472
18472
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
18473
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
18473
|
+
const referencepath_duplicateRules_itemValidationError = validate$Y(obj_duplicateRules_item, path_duplicateRules_item);
|
|
18474
18474
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
18475
18475
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
18476
18476
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18537,7 +18537,7 @@ function equals$C(existing, incoming) {
|
|
|
18537
18537
|
}
|
|
18538
18538
|
const ingest$18 = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18539
18539
|
if (process.env.NODE_ENV !== 'production') {
|
|
18540
|
-
const validateError = validate$
|
|
18540
|
+
const validateError = validate$X(input);
|
|
18541
18541
|
if (validateError !== null) {
|
|
18542
18542
|
throw validateError;
|
|
18543
18543
|
}
|
|
@@ -19810,7 +19810,7 @@ const getListInfoByNameAdapterFactory = (luvio) => function UiApi__getListInfoBy
|
|
|
19810
19810
|
|
|
19811
19811
|
const TTL$n = 120000;
|
|
19812
19812
|
const VERSION$1q = "756779d0d7e137dd72c743544afbad82";
|
|
19813
|
-
function validate$
|
|
19813
|
+
function validate$W(obj, path = 'NavItemsRepresentation') {
|
|
19814
19814
|
const v_error = (() => {
|
|
19815
19815
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19816
19816
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19938,7 +19938,7 @@ function equals$B(existing, incoming) {
|
|
|
19938
19938
|
}
|
|
19939
19939
|
const ingest$17 = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19940
19940
|
if (process.env.NODE_ENV !== 'production') {
|
|
19941
|
-
const validateError = validate$
|
|
19941
|
+
const validateError = validate$W(input);
|
|
19942
19942
|
if (validateError !== null) {
|
|
19943
19943
|
throw validateError;
|
|
19944
19944
|
}
|
|
@@ -20642,7 +20642,7 @@ var DiscriminatorValues$3;
|
|
|
20642
20642
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
20643
20643
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
20644
20644
|
const VERSION$1m = "bd523b2343366edfc25a2dbee2c4e986";
|
|
20645
|
-
function validate$
|
|
20645
|
+
function validate$V(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
|
|
20646
20646
|
const v_error = (() => {
|
|
20647
20647
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20648
20648
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20685,7 +20685,7 @@ const select$1z = function AbstractPicklistValueAttributesRepresentationSelect()
|
|
|
20685
20685
|
};
|
|
20686
20686
|
|
|
20687
20687
|
const VERSION$1l = "9e2a16a80378487f557124c771201cf9";
|
|
20688
|
-
function validate$
|
|
20688
|
+
function validate$U(obj, path = 'PicklistValueRepresentation') {
|
|
20689
20689
|
const v_error = (() => {
|
|
20690
20690
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20691
20691
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20694,7 +20694,7 @@ function validate$T(obj, path = 'PicklistValueRepresentation') {
|
|
|
20694
20694
|
const path_attributes = path + '.attributes';
|
|
20695
20695
|
let obj_attributes_union0 = null;
|
|
20696
20696
|
const obj_attributes_union0_error = (() => {
|
|
20697
|
-
const referencepath_attributesValidationError = validate$
|
|
20697
|
+
const referencepath_attributesValidationError = validate$V(obj_attributes, path_attributes);
|
|
20698
20698
|
if (referencepath_attributesValidationError !== null) {
|
|
20699
20699
|
let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
20700
20700
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20778,7 +20778,7 @@ const select$1y = function PicklistValueRepresentationSelect() {
|
|
|
20778
20778
|
|
|
20779
20779
|
const TTL$m = 300000;
|
|
20780
20780
|
const VERSION$1k = "0a361a49370acb4c6a31721a2057649a";
|
|
20781
|
-
function validate$
|
|
20781
|
+
function validate$T(obj, path = 'PicklistValuesRepresentation') {
|
|
20782
20782
|
const v_error = (() => {
|
|
20783
20783
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20784
20784
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20801,7 +20801,7 @@ function validate$S(obj, path = 'PicklistValuesRepresentation') {
|
|
|
20801
20801
|
const path_defaultValue = path + '.defaultValue';
|
|
20802
20802
|
let obj_defaultValue_union0 = null;
|
|
20803
20803
|
const obj_defaultValue_union0_error = (() => {
|
|
20804
|
-
const referencepath_defaultValueValidationError = validate$
|
|
20804
|
+
const referencepath_defaultValueValidationError = validate$U(obj_defaultValue, path_defaultValue);
|
|
20805
20805
|
if (referencepath_defaultValueValidationError !== null) {
|
|
20806
20806
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
20807
20807
|
message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20844,7 +20844,7 @@ function validate$S(obj, path = 'PicklistValuesRepresentation') {
|
|
|
20844
20844
|
for (let i = 0; i < obj_values.length; i++) {
|
|
20845
20845
|
const obj_values_item = obj_values[i];
|
|
20846
20846
|
const path_values_item = path_values + '[' + i + ']';
|
|
20847
|
-
const referencepath_values_itemValidationError = validate$
|
|
20847
|
+
const referencepath_values_itemValidationError = validate$U(obj_values_item, path_values_item);
|
|
20848
20848
|
if (referencepath_values_itemValidationError !== null) {
|
|
20849
20849
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
20850
20850
|
message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20908,7 +20908,7 @@ function equals$A(existing, incoming) {
|
|
|
20908
20908
|
}
|
|
20909
20909
|
const ingest$16 = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20910
20910
|
if (process.env.NODE_ENV !== 'production') {
|
|
20911
|
-
const validateError = validate$
|
|
20911
|
+
const validateError = validate$T(input);
|
|
20912
20912
|
if (validateError !== null) {
|
|
20913
20913
|
throw validateError;
|
|
20914
20914
|
}
|
|
@@ -20950,7 +20950,7 @@ function getTypeCacheKeys$18(luvio, input, fullPathFactory) {
|
|
|
20950
20950
|
|
|
20951
20951
|
const TTL$l = 300000;
|
|
20952
20952
|
const VERSION$1j = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
20953
|
-
function validate$
|
|
20953
|
+
function validate$S(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
20954
20954
|
const v_error = (() => {
|
|
20955
20955
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20956
20956
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21037,7 +21037,7 @@ function equals$z(existing, incoming) {
|
|
|
21037
21037
|
}
|
|
21038
21038
|
const ingest$15 = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21039
21039
|
if (process.env.NODE_ENV !== 'production') {
|
|
21040
|
-
const validateError = validate$
|
|
21040
|
+
const validateError = validate$S(input);
|
|
21041
21041
|
if (validateError !== null) {
|
|
21042
21042
|
throw validateError;
|
|
21043
21043
|
}
|
|
@@ -21450,7 +21450,7 @@ const getPicklistValuesAdapterFactory = (luvio) => function UiApi__getPicklistVa
|
|
|
21450
21450
|
buildCachedSnapshotCachePolicy$m, buildNetworkSnapshotCachePolicy$n);
|
|
21451
21451
|
};
|
|
21452
21452
|
|
|
21453
|
-
function validate$
|
|
21453
|
+
function validate$R(obj, path = 'MatchResultInfoRepresentation') {
|
|
21454
21454
|
const v_error = (() => {
|
|
21455
21455
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21456
21456
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21481,7 +21481,7 @@ function deepFreeze$q(input) {
|
|
|
21481
21481
|
ObjectFreeze(input);
|
|
21482
21482
|
}
|
|
21483
21483
|
|
|
21484
|
-
function validate$
|
|
21484
|
+
function validate$Q(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
21485
21485
|
const v_error = (() => {
|
|
21486
21486
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21487
21487
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21493,7 +21493,7 @@ function validate$P(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
|
21493
21493
|
}
|
|
21494
21494
|
const obj_matchResultInfo = obj.matchResultInfo;
|
|
21495
21495
|
const path_matchResultInfo = path + '.matchResultInfo';
|
|
21496
|
-
const referencepath_matchResultInfoValidationError = validate$
|
|
21496
|
+
const referencepath_matchResultInfoValidationError = validate$R(obj_matchResultInfo, path_matchResultInfo);
|
|
21497
21497
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
21498
21498
|
let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
21499
21499
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21513,7 +21513,7 @@ function deepFreeze$p(input) {
|
|
|
21513
21513
|
ObjectFreeze(input);
|
|
21514
21514
|
}
|
|
21515
21515
|
|
|
21516
|
-
function validate$
|
|
21516
|
+
function validate$P(obj, path = 'MatchRepresentation') {
|
|
21517
21517
|
const v_error = (() => {
|
|
21518
21518
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21519
21519
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21528,7 +21528,7 @@ function validate$O(obj, path = 'MatchRepresentation') {
|
|
|
21528
21528
|
const key = obj_duplicateResultInfos_keys[i];
|
|
21529
21529
|
const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
21530
21530
|
const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
21531
|
-
const referencepath_duplicateResultInfos_propValidationError = validate$
|
|
21531
|
+
const referencepath_duplicateResultInfos_propValidationError = validate$Q(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
21532
21532
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
21533
21533
|
let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
21534
21534
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21572,7 +21572,7 @@ function deepFreeze$o(input) {
|
|
|
21572
21572
|
|
|
21573
21573
|
const TTL$k = 30000;
|
|
21574
21574
|
const VERSION$1i = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
21575
|
-
function validate$
|
|
21575
|
+
function validate$O(obj, path = 'DuplicatesRepresentation') {
|
|
21576
21576
|
const v_error = (() => {
|
|
21577
21577
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21578
21578
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21607,7 +21607,7 @@ function validate$N(obj, path = 'DuplicatesRepresentation') {
|
|
|
21607
21607
|
for (let i = 0; i < obj_matches.length; i++) {
|
|
21608
21608
|
const obj_matches_item = obj_matches[i];
|
|
21609
21609
|
const path_matches_item = path_matches + '[' + i + ']';
|
|
21610
|
-
const referencepath_matches_itemValidationError = validate$
|
|
21610
|
+
const referencepath_matches_itemValidationError = validate$P(obj_matches_item, path_matches_item);
|
|
21611
21611
|
if (referencepath_matches_itemValidationError !== null) {
|
|
21612
21612
|
let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
21613
21613
|
message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21648,7 +21648,7 @@ function deepFreeze$n(input) {
|
|
|
21648
21648
|
}
|
|
21649
21649
|
const ingest$14 = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21650
21650
|
if (process.env.NODE_ENV !== 'production') {
|
|
21651
|
-
const validateError = validate$
|
|
21651
|
+
const validateError = validate$O(input);
|
|
21652
21652
|
if (validateError !== null) {
|
|
21653
21653
|
throw validateError;
|
|
21654
21654
|
}
|
|
@@ -21891,7 +21891,7 @@ const getDuplicatesAdapterFactory = (luvio) => function UiApi__getDuplicates(unt
|
|
|
21891
21891
|
};
|
|
21892
21892
|
|
|
21893
21893
|
const VERSION$1h = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
21894
|
-
function validate$
|
|
21894
|
+
function validate$N(obj, path = 'PhotoMetadataRepresentation') {
|
|
21895
21895
|
const v_error = (() => {
|
|
21896
21896
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21897
21897
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21983,8 +21983,8 @@ function equals$x(existing, incoming) {
|
|
|
21983
21983
|
}
|
|
21984
21984
|
|
|
21985
21985
|
const VERSION$1g = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
21986
|
-
function validate$
|
|
21987
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
21986
|
+
function validate$M(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
21987
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$K(obj, path);
|
|
21988
21988
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
21989
21989
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
21990
21990
|
}
|
|
@@ -22051,7 +22051,7 @@ function validate$L(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
|
22051
22051
|
}
|
|
22052
22052
|
const obj_photoMetadata = obj.photoMetadata;
|
|
22053
22053
|
const path_photoMetadata = path + '.photoMetadata';
|
|
22054
|
-
const referencepath_photoMetadataValidationError = validate$
|
|
22054
|
+
const referencepath_photoMetadataValidationError = validate$N(obj_photoMetadata, path_photoMetadata);
|
|
22055
22055
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
22056
22056
|
let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
22057
22057
|
message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22206,7 +22206,7 @@ function equals$w(existing, incoming) {
|
|
|
22206
22206
|
}
|
|
22207
22207
|
const ingest$13 = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22208
22208
|
if (process.env.NODE_ENV !== 'production') {
|
|
22209
|
-
const validateError = validate$
|
|
22209
|
+
const validateError = validate$M(input);
|
|
22210
22210
|
if (validateError !== null) {
|
|
22211
22211
|
throw validateError;
|
|
22212
22212
|
}
|
|
@@ -22247,8 +22247,8 @@ function getTypeCacheKeys$15(luvio, input, fullPathFactory) {
|
|
|
22247
22247
|
}
|
|
22248
22248
|
|
|
22249
22249
|
const VERSION$1f = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
22250
|
-
function validate$
|
|
22251
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
22250
|
+
function validate$L(obj, path = 'ThemeRecordAvatarRepresentation') {
|
|
22251
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$K(obj, path);
|
|
22252
22252
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
22253
22253
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
22254
22254
|
}
|
|
@@ -22367,7 +22367,7 @@ function equals$v(existing, incoming) {
|
|
|
22367
22367
|
}
|
|
22368
22368
|
const ingest$12 = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22369
22369
|
if (process.env.NODE_ENV !== 'production') {
|
|
22370
|
-
const validateError = validate$
|
|
22370
|
+
const validateError = validate$L(input);
|
|
22371
22371
|
if (validateError !== null) {
|
|
22372
22372
|
throw validateError;
|
|
22373
22373
|
}
|
|
@@ -22413,7 +22413,7 @@ var DiscriminatorValues$2;
|
|
|
22413
22413
|
DiscriminatorValues["Theme"] = "Theme";
|
|
22414
22414
|
})(DiscriminatorValues$2 || (DiscriminatorValues$2 = {}));
|
|
22415
22415
|
const VERSION$1e = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
22416
|
-
function validate$
|
|
22416
|
+
function validate$K(obj, path = 'AbstractRecordAvatarRepresentation') {
|
|
22417
22417
|
const v_error = (() => {
|
|
22418
22418
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22419
22419
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22506,8 +22506,8 @@ function getTypeCacheKeys$13(luvio, input, fullPathFactory) {
|
|
|
22506
22506
|
}
|
|
22507
22507
|
|
|
22508
22508
|
const VERSION$1d = "f531b44760afecfce89990fe5a5c5c29";
|
|
22509
|
-
function validate$
|
|
22510
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
22509
|
+
function validate$J(obj, path = 'RecordAvatarBatchRepresentation') {
|
|
22510
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$F(obj, path);
|
|
22511
22511
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
22512
22512
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
22513
22513
|
}
|
|
@@ -22568,7 +22568,7 @@ function equals$t(existing, incoming) {
|
|
|
22568
22568
|
}
|
|
22569
22569
|
const ingest$11 = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22570
22570
|
if (process.env.NODE_ENV !== 'production') {
|
|
22571
|
-
const validateError = validate$
|
|
22571
|
+
const validateError = validate$J(input);
|
|
22572
22572
|
if (validateError !== null) {
|
|
22573
22573
|
throw validateError;
|
|
22574
22574
|
}
|
|
@@ -22609,7 +22609,7 @@ function getTypeCacheKeys$12(luvio, input, fullPathFactory) {
|
|
|
22609
22609
|
}
|
|
22610
22610
|
|
|
22611
22611
|
const VERSION$1c = "17c20b01167dba9a81452e60bb28b2f2";
|
|
22612
|
-
function validate$
|
|
22612
|
+
function validate$I(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
|
|
22613
22613
|
const v_error = (() => {
|
|
22614
22614
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22615
22615
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22659,8 +22659,8 @@ function equals$s(existing, incoming) {
|
|
|
22659
22659
|
}
|
|
22660
22660
|
|
|
22661
22661
|
const VERSION$1b = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
22662
|
-
function validate$
|
|
22663
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
22662
|
+
function validate$H(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
|
|
22663
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$F(obj, path);
|
|
22664
22664
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
22665
22665
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
22666
22666
|
}
|
|
@@ -22676,7 +22676,7 @@ function validate$G(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation'
|
|
|
22676
22676
|
for (let i = 0; i < obj_result.length; i++) {
|
|
22677
22677
|
const obj_result_item = obj_result[i];
|
|
22678
22678
|
const path_result_item = path_result + '[' + i + ']';
|
|
22679
|
-
const referencepath_result_itemValidationError = validate$
|
|
22679
|
+
const referencepath_result_itemValidationError = validate$I(obj_result_item, path_result_item);
|
|
22680
22680
|
if (referencepath_result_itemValidationError !== null) {
|
|
22681
22681
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
22682
22682
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22726,7 +22726,7 @@ function equals$r(existing, incoming) {
|
|
|
22726
22726
|
}
|
|
22727
22727
|
const ingest$10 = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22728
22728
|
if (process.env.NODE_ENV !== 'production') {
|
|
22729
|
-
const validateError = validate$
|
|
22729
|
+
const validateError = validate$H(input);
|
|
22730
22730
|
if (validateError !== null) {
|
|
22731
22731
|
throw validateError;
|
|
22732
22732
|
}
|
|
@@ -22767,8 +22767,8 @@ function getTypeCacheKeys$11(luvio, input, fullPathFactory) {
|
|
|
22767
22767
|
}
|
|
22768
22768
|
|
|
22769
22769
|
const VERSION$1a = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
22770
|
-
function validate$
|
|
22771
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
22770
|
+
function validate$G(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
22771
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$F(obj, path);
|
|
22772
22772
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
22773
22773
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
22774
22774
|
}
|
|
@@ -22784,7 +22784,7 @@ function validate$F(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
|
22784
22784
|
for (let i = 0; i < obj_result.length; i++) {
|
|
22785
22785
|
const obj_result_item = obj_result[i];
|
|
22786
22786
|
const path_result_item = path_result + '[' + i + ']';
|
|
22787
|
-
const referencepath_result_itemValidationError = validate$
|
|
22787
|
+
const referencepath_result_itemValidationError = validate$I(obj_result_item, path_result_item);
|
|
22788
22788
|
if (referencepath_result_itemValidationError !== null) {
|
|
22789
22789
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
22790
22790
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22834,7 +22834,7 @@ function equals$q(existing, incoming) {
|
|
|
22834
22834
|
}
|
|
22835
22835
|
const ingest$$ = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22836
22836
|
if (process.env.NODE_ENV !== 'production') {
|
|
22837
|
-
const validateError = validate$
|
|
22837
|
+
const validateError = validate$G(input);
|
|
22838
22838
|
if (validateError !== null) {
|
|
22839
22839
|
throw validateError;
|
|
22840
22840
|
}
|
|
@@ -22881,7 +22881,7 @@ const DiscriminatorValues$1 = {
|
|
|
22881
22881
|
};
|
|
22882
22882
|
const TTL$j = 300000;
|
|
22883
22883
|
const VERSION$19 = "8956293536e94d5ec63b274b61033d2c";
|
|
22884
|
-
function validate$
|
|
22884
|
+
function validate$F(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
22885
22885
|
const v_error = (() => {
|
|
22886
22886
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22887
22887
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22959,7 +22959,7 @@ function getTypeCacheKeys$$(luvio, input, fullPathFactory) {
|
|
|
22959
22959
|
|
|
22960
22960
|
const TTL$i = 300000;
|
|
22961
22961
|
const VERSION$18 = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
22962
|
-
function validate$
|
|
22962
|
+
function validate$E(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
22963
22963
|
const v_error = (() => {
|
|
22964
22964
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22965
22965
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23041,7 +23041,7 @@ function merge(existing, incoming, _luvio, _path) {
|
|
|
23041
23041
|
|
|
23042
23042
|
const ingest$_ = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23043
23043
|
if (process.env.NODE_ENV !== 'production') {
|
|
23044
|
-
const validateError = validate$
|
|
23044
|
+
const validateError = validate$E(input);
|
|
23045
23045
|
if (validateError !== null) {
|
|
23046
23046
|
throw validateError;
|
|
23047
23047
|
}
|
|
@@ -23574,7 +23574,7 @@ const getRecordsAdapterFactory = (luvio) => function UiApi__getRecords(untrusted
|
|
|
23574
23574
|
};
|
|
23575
23575
|
|
|
23576
23576
|
const VERSION$17 = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
23577
|
-
function validate$
|
|
23577
|
+
function validate$D(obj, path = 'RelatedListReferenceRepresentation') {
|
|
23578
23578
|
const v_error = (() => {
|
|
23579
23579
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23580
23580
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23816,7 +23816,7 @@ function deepFreeze$m(input) {
|
|
|
23816
23816
|
}
|
|
23817
23817
|
|
|
23818
23818
|
const VERSION$16 = "836b875b519813e7499efc62f0f1d04b";
|
|
23819
|
-
function validate$
|
|
23819
|
+
function validate$C(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
23820
23820
|
const v_error = (() => {
|
|
23821
23821
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23822
23822
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23859,7 +23859,7 @@ function validate$B(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
|
23859
23859
|
}
|
|
23860
23860
|
const obj_listReference = obj.listReference;
|
|
23861
23861
|
const path_listReference = path + '.listReference';
|
|
23862
|
-
const referencepath_listReferenceValidationError = validate$
|
|
23862
|
+
const referencepath_listReferenceValidationError = validate$D(obj_listReference, path_listReference);
|
|
23863
23863
|
if (referencepath_listReferenceValidationError !== null) {
|
|
23864
23864
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
23865
23865
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23932,7 +23932,7 @@ function equals$m(existing, incoming) {
|
|
|
23932
23932
|
}
|
|
23933
23933
|
const ingest$Z = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23934
23934
|
if (process.env.NODE_ENV !== 'production') {
|
|
23935
|
-
const validateError = validate$
|
|
23935
|
+
const validateError = validate$C(input);
|
|
23936
23936
|
if (validateError !== null) {
|
|
23937
23937
|
throw validateError;
|
|
23938
23938
|
}
|
|
@@ -24552,7 +24552,7 @@ const getRelatedListCountAdapterFactory = (luvio) => function UiApi__getRelatedL
|
|
|
24552
24552
|
buildCachedSnapshotCachePolicy$h, buildNetworkSnapshotCachePolicy$i);
|
|
24553
24553
|
};
|
|
24554
24554
|
|
|
24555
|
-
function validate$
|
|
24555
|
+
function validate$B(obj, path = 'RelatedListColumnRepresentation') {
|
|
24556
24556
|
const v_error = (() => {
|
|
24557
24557
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24558
24558
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24717,7 +24717,7 @@ function deepFreeze$l(input) {
|
|
|
24717
24717
|
|
|
24718
24718
|
const TTL$h = 900000;
|
|
24719
24719
|
const VERSION$15 = "d7f25ef61c7467805940f28371ac1f20";
|
|
24720
|
-
function validate$
|
|
24720
|
+
function validate$A(obj, path = 'RelatedListInfoRepresentation') {
|
|
24721
24721
|
const v_error = (() => {
|
|
24722
24722
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24723
24723
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24745,7 +24745,7 @@ function validate$z(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
24745
24745
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
24746
24746
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
24747
24747
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
24748
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
24748
|
+
const referencepath_displayColumns_itemValidationError = validate$B(obj_displayColumns_item, path_displayColumns_item);
|
|
24749
24749
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
24750
24750
|
let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
24751
24751
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24787,7 +24787,7 @@ function validate$z(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
24787
24787
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
24788
24788
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
24789
24789
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
24790
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
24790
|
+
const referencepath_filteredByInfo_itemValidationError = validate$1C(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
24791
24791
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
24792
24792
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
24793
24793
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24806,7 +24806,7 @@ function validate$z(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
24806
24806
|
}
|
|
24807
24807
|
const obj_listReference = obj.listReference;
|
|
24808
24808
|
const path_listReference = path + '.listReference';
|
|
24809
|
-
const referencepath_listReferenceValidationError = validate$
|
|
24809
|
+
const referencepath_listReferenceValidationError = validate$D(obj_listReference, path_listReference);
|
|
24810
24810
|
if (referencepath_listReferenceValidationError !== null) {
|
|
24811
24811
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
24812
24812
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24844,7 +24844,7 @@ function validate$z(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
24844
24844
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
24845
24845
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
24846
24846
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
24847
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
24847
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1A(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
24848
24848
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
24849
24849
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
24850
24850
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24863,7 +24863,7 @@ function validate$z(obj, path = 'RelatedListInfoRepresentation') {
|
|
|
24863
24863
|
}
|
|
24864
24864
|
const obj_userPreferences = obj.userPreferences;
|
|
24865
24865
|
const path_userPreferences = path + '.userPreferences';
|
|
24866
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
24866
|
+
const referencepath_userPreferencesValidationError = validate$1z(obj_userPreferences, path_userPreferences);
|
|
24867
24867
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
24868
24868
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
24869
24869
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25034,7 +25034,7 @@ function deepFreeze$k(input) {
|
|
|
25034
25034
|
}
|
|
25035
25035
|
const ingest$Y = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25036
25036
|
if (process.env.NODE_ENV !== 'production') {
|
|
25037
|
-
const validateError = validate$
|
|
25037
|
+
const validateError = validate$A(input);
|
|
25038
25038
|
if (validateError !== null) {
|
|
25039
25039
|
throw validateError;
|
|
25040
25040
|
}
|
|
@@ -25551,7 +25551,7 @@ const getRelatedListInfoBatchAdapterFactory = (luvio) => function UiApi__getRela
|
|
|
25551
25551
|
buildCachedSnapshotCachePolicy$g, buildNetworkSnapshotCachePolicy$h);
|
|
25552
25552
|
};
|
|
25553
25553
|
|
|
25554
|
-
function validate$
|
|
25554
|
+
function validate$z(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
25555
25555
|
const v_error = (() => {
|
|
25556
25556
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25557
25557
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25647,7 +25647,7 @@ function validate$y(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
|
25647
25647
|
const path_themeInfo = path + '.themeInfo';
|
|
25648
25648
|
let obj_themeInfo_union0 = null;
|
|
25649
25649
|
const obj_themeInfo_union0_error = (() => {
|
|
25650
|
-
const referencepath_themeInfoValidationError = validate$
|
|
25650
|
+
const referencepath_themeInfoValidationError = validate$1l(obj_themeInfo, path_themeInfo);
|
|
25651
25651
|
if (referencepath_themeInfoValidationError !== null) {
|
|
25652
25652
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
25653
25653
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25689,7 +25689,7 @@ function deepFreeze$j(input) {
|
|
|
25689
25689
|
}
|
|
25690
25690
|
|
|
25691
25691
|
const VERSION$14 = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
25692
|
-
function validate$
|
|
25692
|
+
function validate$y(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
|
|
25693
25693
|
const v_error = (() => {
|
|
25694
25694
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25695
25695
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25738,7 +25738,7 @@ function validate$x(obj, path = 'RelatedListSummaryInfoCollectionRepresentation'
|
|
|
25738
25738
|
for (let i = 0; i < obj_relatedLists.length; i++) {
|
|
25739
25739
|
const obj_relatedLists_item = obj_relatedLists[i];
|
|
25740
25740
|
const path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
25741
|
-
const referencepath_relatedLists_itemValidationError = validate$
|
|
25741
|
+
const referencepath_relatedLists_itemValidationError = validate$z(obj_relatedLists_item, path_relatedLists_item);
|
|
25742
25742
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
25743
25743
|
let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
25744
25744
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25803,7 +25803,7 @@ function deepFreeze$i(input) {
|
|
|
25803
25803
|
}
|
|
25804
25804
|
const ingest$X = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25805
25805
|
if (process.env.NODE_ENV !== 'production') {
|
|
25806
|
-
const validateError = validate$
|
|
25806
|
+
const validateError = validate$y(input);
|
|
25807
25807
|
if (validateError !== null) {
|
|
25808
25808
|
throw validateError;
|
|
25809
25809
|
}
|
|
@@ -26194,7 +26194,7 @@ const getRelatedListInfoAdapterFactory = (luvio) => function UiApi__getRelatedLi
|
|
|
26194
26194
|
buildCachedSnapshotCachePolicy$e, buildNetworkSnapshotCachePolicy$f);
|
|
26195
26195
|
};
|
|
26196
26196
|
|
|
26197
|
-
function validate$
|
|
26197
|
+
function validate$x(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
26198
26198
|
const v_error = (() => {
|
|
26199
26199
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26200
26200
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26213,6 +26213,43 @@ function validate$w(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
|
26213
26213
|
return v_error === undefined ? null : v_error;
|
|
26214
26214
|
}
|
|
26215
26215
|
|
|
26216
|
+
function validate$w(obj, path = 'ListUserPreferenceInputRepresentation') {
|
|
26217
|
+
const v_error = (() => {
|
|
26218
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26219
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
26220
|
+
}
|
|
26221
|
+
const obj_columnWidths = obj.columnWidths;
|
|
26222
|
+
const path_columnWidths = path + '.columnWidths';
|
|
26223
|
+
if (typeof obj_columnWidths !== 'object' || ArrayIsArray(obj_columnWidths) || obj_columnWidths === null) {
|
|
26224
|
+
return new TypeError('Expected "object" but received "' + typeof obj_columnWidths + '" (at "' + path_columnWidths + '")');
|
|
26225
|
+
}
|
|
26226
|
+
const obj_columnWidths_keys = ObjectKeys(obj_columnWidths);
|
|
26227
|
+
for (let i = 0; i < obj_columnWidths_keys.length; i++) {
|
|
26228
|
+
const key = obj_columnWidths_keys[i];
|
|
26229
|
+
const obj_columnWidths_prop = obj_columnWidths[key];
|
|
26230
|
+
const path_columnWidths_prop = path_columnWidths + '["' + key + '"]';
|
|
26231
|
+
if (typeof obj_columnWidths_prop !== 'number' || (typeof obj_columnWidths_prop === 'number' && Math.floor(obj_columnWidths_prop) !== obj_columnWidths_prop)) {
|
|
26232
|
+
return new TypeError('Expected "integer" but received "' + typeof obj_columnWidths_prop + '" (at "' + path_columnWidths_prop + '")');
|
|
26233
|
+
}
|
|
26234
|
+
}
|
|
26235
|
+
const obj_columnWrap = obj.columnWrap;
|
|
26236
|
+
const path_columnWrap = path + '.columnWrap';
|
|
26237
|
+
if (typeof obj_columnWrap !== 'object' || ArrayIsArray(obj_columnWrap) || obj_columnWrap === null) {
|
|
26238
|
+
return new TypeError('Expected "object" but received "' + typeof obj_columnWrap + '" (at "' + path_columnWrap + '")');
|
|
26239
|
+
}
|
|
26240
|
+
const obj_columnWrap_keys = ObjectKeys(obj_columnWrap);
|
|
26241
|
+
for (let i = 0; i < obj_columnWrap_keys.length; i++) {
|
|
26242
|
+
const key = obj_columnWrap_keys[i];
|
|
26243
|
+
const obj_columnWrap_prop = obj_columnWrap[key];
|
|
26244
|
+
const path_columnWrap_prop = path_columnWrap + '["' + key + '"]';
|
|
26245
|
+
if (typeof obj_columnWrap_prop !== 'boolean') {
|
|
26246
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_columnWrap_prop + '" (at "' + path_columnWrap_prop + '")');
|
|
26247
|
+
}
|
|
26248
|
+
}
|
|
26249
|
+
})();
|
|
26250
|
+
return v_error === undefined ? null : v_error;
|
|
26251
|
+
}
|
|
26252
|
+
|
|
26216
26253
|
function select$1a(luvio, params) {
|
|
26217
26254
|
return select$1f();
|
|
26218
26255
|
}
|
|
@@ -26313,7 +26350,7 @@ function typeCheckConfig$p(untrustedConfig) {
|
|
|
26313
26350
|
const untrustedConfig_orderedByInfo_array = [];
|
|
26314
26351
|
for (let i = 0, arrayLength = untrustedConfig_orderedByInfo.length; i < arrayLength; i++) {
|
|
26315
26352
|
const untrustedConfig_orderedByInfo_item = untrustedConfig_orderedByInfo[i];
|
|
26316
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
26353
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$x(untrustedConfig_orderedByInfo_item);
|
|
26317
26354
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
26318
26355
|
untrustedConfig_orderedByInfo_array.push(untrustedConfig_orderedByInfo_item);
|
|
26319
26356
|
}
|
|
@@ -26321,8 +26358,8 @@ function typeCheckConfig$p(untrustedConfig) {
|
|
|
26321
26358
|
config.orderedByInfo = untrustedConfig_orderedByInfo_array;
|
|
26322
26359
|
}
|
|
26323
26360
|
const untrustedConfig_userPreferences = untrustedConfig.userPreferences;
|
|
26324
|
-
const
|
|
26325
|
-
if (
|
|
26361
|
+
const referenceListUserPreferenceInputRepresentationValidationError = validate$w(untrustedConfig_userPreferences);
|
|
26362
|
+
if (referenceListUserPreferenceInputRepresentationValidationError === null) {
|
|
26326
26363
|
config.userPreferences = untrustedConfig_userPreferences;
|
|
26327
26364
|
}
|
|
26328
26365
|
return config;
|
|
@@ -26409,7 +26446,7 @@ function validate$v(obj, path = 'RelatedListUserPreferencesRepresentation') {
|
|
|
26409
26446
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
26410
26447
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
26411
26448
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
26412
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
26449
|
+
const referencepath_orderedBy_itemValidationError = validate$1A(obj_orderedBy_item, path_orderedBy_item);
|
|
26413
26450
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
26414
26451
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
26415
26452
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27166,7 +27203,7 @@ function typeCheckConfig$m(untrustedConfig) {
|
|
|
27166
27203
|
const untrustedConfig_orderedBy_array = [];
|
|
27167
27204
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
27168
27205
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
27169
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
27206
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$x(untrustedConfig_orderedBy_item);
|
|
27170
27207
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
27171
27208
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
27172
27209
|
}
|
|
@@ -27537,7 +27574,7 @@ function validate$t(obj, path = 'RelatedListRecordCollectionRepresentation') {
|
|
|
27537
27574
|
}
|
|
27538
27575
|
const obj_listReference = obj.listReference;
|
|
27539
27576
|
const path_listReference = path + '.listReference';
|
|
27540
|
-
const referencepath_listReferenceValidationError = validate$
|
|
27577
|
+
const referencepath_listReferenceValidationError = validate$D(obj_listReference, path_listReference);
|
|
27541
27578
|
if (referencepath_listReferenceValidationError !== null) {
|
|
27542
27579
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
27543
27580
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30204,7 +30241,7 @@ function validate$h(obj, path = 'SearchResultCollectionRepresentation') {
|
|
|
30204
30241
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
30205
30242
|
const obj_orderBy_item = obj_orderBy[i];
|
|
30206
30243
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
30207
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
30244
|
+
const referencepath_orderBy_itemValidationError = validate$1A(obj_orderBy_item, path_orderBy_item);
|
|
30208
30245
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
30209
30246
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
30210
30247
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -48915,7 +48952,7 @@ function validate$a(obj, path = 'RecordCreateDefaultRecordRepresentation') {
|
|
|
48915
48952
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
48916
48953
|
let obj_recordTypeInfo_union0 = null;
|
|
48917
48954
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
48918
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
48955
|
+
const referencepath_recordTypeInfoValidationError = validate$1x(obj_recordTypeInfo, path_recordTypeInfo);
|
|
48919
48956
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
48920
48957
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
48921
48958
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|