@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
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
}
|
|
399
399
|
|
|
400
400
|
const VERSION$1Z = "3b339f50551a63986bb2aa52572d2953";
|
|
401
|
-
function validate$
|
|
401
|
+
function validate$1D(obj, path = 'ListColumnRepresentation') {
|
|
402
402
|
const v_error = (() => {
|
|
403
403
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
404
404
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
};
|
|
445
445
|
|
|
446
446
|
const VERSION$1Y = "623aa9ce3a11031e35faf5671a41746e";
|
|
447
|
-
function validate$
|
|
447
|
+
function validate$1C(obj, path = 'ListFilterByInfoRepresentation') {
|
|
448
448
|
const v_error = (() => {
|
|
449
449
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
450
450
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
}
|
|
513
513
|
|
|
514
514
|
const VERSION$1X = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
515
|
-
function validate$
|
|
515
|
+
function validate$1B(obj, path = 'ListReferenceRepresentation') {
|
|
516
516
|
const v_error = (() => {
|
|
517
517
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
518
518
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
}
|
|
633
633
|
|
|
634
634
|
const VERSION$1W = "32def9b631252c12b91a8209c1f49f5a";
|
|
635
|
-
function validate$
|
|
635
|
+
function validate$1A(obj, path = 'ListOrderByInfoRepresentation') {
|
|
636
636
|
const v_error = (() => {
|
|
637
637
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
638
638
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
}
|
|
703
703
|
|
|
704
704
|
const VERSION$1V = "6506134f4d72fdfa349fe60ef1af2413";
|
|
705
|
-
function validate$
|
|
705
|
+
function validate$1z(obj, path = 'ListUserPreferenceRepresentation') {
|
|
706
706
|
const v_error = (() => {
|
|
707
707
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
708
708
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
|
|
778
778
|
const TTL$A = 900000;
|
|
779
779
|
const VERSION$1U = "ce51760eb46b65c484f42de806102162";
|
|
780
|
-
function validate$
|
|
780
|
+
function validate$1y(obj, path = 'ListInfoRepresentation') {
|
|
781
781
|
const v_error = (() => {
|
|
782
782
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
783
783
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
806
806
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
807
807
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
808
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
808
|
+
const referencepath_displayColumns_itemValidationError = validate$1D(obj_displayColumns_item, path_displayColumns_item);
|
|
809
809
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
810
810
|
let message = 'Object doesn\'t match ListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
811
811
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -851,7 +851,7 @@
|
|
|
851
851
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
852
852
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
853
853
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
854
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
854
|
+
const referencepath_filteredByInfo_itemValidationError = validate$1C(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
855
855
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
856
856
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
857
857
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -886,7 +886,7 @@
|
|
|
886
886
|
}
|
|
887
887
|
const obj_listReference = obj.listReference;
|
|
888
888
|
const path_listReference = path + '.listReference';
|
|
889
|
-
const referencepath_listReferenceValidationError = validate$
|
|
889
|
+
const referencepath_listReferenceValidationError = validate$1B(obj_listReference, path_listReference);
|
|
890
890
|
if (referencepath_listReferenceValidationError !== null) {
|
|
891
891
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
892
892
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -912,7 +912,7 @@
|
|
|
912
912
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
913
913
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
914
914
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
915
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
915
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1A(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
916
916
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
917
917
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
918
918
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -926,7 +926,7 @@
|
|
|
926
926
|
}
|
|
927
927
|
const obj_userPreferences = obj.userPreferences;
|
|
928
928
|
const path_userPreferences = path + '.userPreferences';
|
|
929
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
929
|
+
const referencepath_userPreferencesValidationError = validate$1z(obj_userPreferences, path_userPreferences);
|
|
930
930
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
931
931
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
932
932
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1049,7 +1049,7 @@
|
|
|
1049
1049
|
}
|
|
1050
1050
|
const ingest$1t = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1051
1051
|
if (process.env.NODE_ENV !== 'production') {
|
|
1052
|
-
const validateError = validate$
|
|
1052
|
+
const validateError = validate$1y(input);
|
|
1053
1053
|
if (validateError !== null) {
|
|
1054
1054
|
throw validateError;
|
|
1055
1055
|
}
|
|
@@ -1090,7 +1090,7 @@
|
|
|
1090
1090
|
}
|
|
1091
1091
|
|
|
1092
1092
|
const VERSION$1T = "d1e589a127fb1060c89070cdb6f500b2";
|
|
1093
|
-
function validate$
|
|
1093
|
+
function validate$1x(obj, path = 'RecordTypeInfoRepresentation') {
|
|
1094
1094
|
const v_error = (() => {
|
|
1095
1095
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1096
1096
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1185,7 +1185,7 @@
|
|
|
1185
1185
|
}
|
|
1186
1186
|
|
|
1187
1187
|
const VERSION$1S = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
1188
|
-
function validate$
|
|
1188
|
+
function validate$1w(obj, path = 'FieldValueRepresentation') {
|
|
1189
1189
|
const v_error = (() => {
|
|
1190
1190
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1191
1191
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1339,7 +1339,7 @@
|
|
|
1339
1339
|
}
|
|
1340
1340
|
const ingest$1s = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1341
1341
|
if (process.env.NODE_ENV !== 'production') {
|
|
1342
|
-
const validateError = validate$
|
|
1342
|
+
const validateError = validate$1w(input);
|
|
1343
1343
|
if (validateError !== null) {
|
|
1344
1344
|
throw validateError;
|
|
1345
1345
|
}
|
|
@@ -1421,7 +1421,7 @@
|
|
|
1421
1421
|
|
|
1422
1422
|
const TTL$z = 120000;
|
|
1423
1423
|
const VERSION$1R = "79cb5ac9f44542f683d00245fdfe500d";
|
|
1424
|
-
function validate$
|
|
1424
|
+
function validate$1v(obj, path = 'RecordCollectionRepresentation') {
|
|
1425
1425
|
const v_error = (() => {
|
|
1426
1426
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1427
1427
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1703,7 +1703,7 @@
|
|
|
1703
1703
|
}
|
|
1704
1704
|
const ingest$1r = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1705
1705
|
if (process.env.NODE_ENV !== 'production') {
|
|
1706
|
-
const validateError = validate$
|
|
1706
|
+
const validateError = validate$1v(input);
|
|
1707
1707
|
if (validateError !== null) {
|
|
1708
1708
|
throw validateError;
|
|
1709
1709
|
}
|
|
@@ -1759,7 +1759,7 @@
|
|
|
1759
1759
|
|
|
1760
1760
|
const TTL$y = 30000;
|
|
1761
1761
|
const VERSION$1Q = "98c5b18512e48ca8d28727549507e4ba";
|
|
1762
|
-
function validate$
|
|
1762
|
+
function validate$1u(obj, path = 'RecordRepresentation') {
|
|
1763
1763
|
const v_error = (() => {
|
|
1764
1764
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1765
1765
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1889,7 +1889,7 @@
|
|
|
1889
1889
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
1890
1890
|
let obj_recordTypeInfo_union0 = null;
|
|
1891
1891
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
1892
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
1892
|
+
const referencepath_recordTypeInfoValidationError = validate$1x(obj_recordTypeInfo, path_recordTypeInfo);
|
|
1893
1893
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
1894
1894
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
1895
1895
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4700,7 +4700,7 @@
|
|
|
4700
4700
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
4701
4701
|
return (input, path, luvio, store, timestamp) => {
|
|
4702
4702
|
if (process.env.NODE_ENV !== 'production') {
|
|
4703
|
-
const validateError = validate$
|
|
4703
|
+
const validateError = validate$1w(input);
|
|
4704
4704
|
if (validateError !== null) {
|
|
4705
4705
|
throw validateError;
|
|
4706
4706
|
}
|
|
@@ -4793,7 +4793,7 @@
|
|
|
4793
4793
|
const childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
4794
4794
|
return (input, path, luvio, store, timestamp) => {
|
|
4795
4795
|
if (process.env.NODE_ENV !== 'production') {
|
|
4796
|
-
const validateError = validate$
|
|
4796
|
+
const validateError = validate$1u(input);
|
|
4797
4797
|
if (validateError !== null) {
|
|
4798
4798
|
throw validateError;
|
|
4799
4799
|
}
|
|
@@ -5831,7 +5831,7 @@
|
|
|
5831
5831
|
}
|
|
5832
5832
|
|
|
5833
5833
|
const VERSION$1O = "7c380e05568c88f57081db3ca03df013";
|
|
5834
|
-
function validate$
|
|
5834
|
+
function validate$1t(obj, path = 'ListRecordCollectionRepresentation') {
|
|
5835
5835
|
const v_error = (() => {
|
|
5836
5836
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5837
5837
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -5870,7 +5870,7 @@
|
|
|
5870
5870
|
}
|
|
5871
5871
|
const obj_listReference = obj.listReference;
|
|
5872
5872
|
const path_listReference = path + '.listReference';
|
|
5873
|
-
const referencepath_listReferenceValidationError = validate$
|
|
5873
|
+
const referencepath_listReferenceValidationError = validate$1B(obj_listReference, path_listReference);
|
|
5874
5874
|
if (referencepath_listReferenceValidationError !== null) {
|
|
5875
5875
|
let message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
5876
5876
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6371,7 +6371,7 @@
|
|
|
6371
6371
|
}
|
|
6372
6372
|
const ingest$1p = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
6373
6373
|
if (process.env.NODE_ENV !== 'production') {
|
|
6374
|
-
const validateError = validate$
|
|
6374
|
+
const validateError = validate$1t(input);
|
|
6375
6375
|
if (validateError !== null) {
|
|
6376
6376
|
throw validateError;
|
|
6377
6377
|
}
|
|
@@ -6466,7 +6466,7 @@
|
|
|
6466
6466
|
}
|
|
6467
6467
|
|
|
6468
6468
|
const VERSION$1N = "cf8d2eb042188974da26ffe6618cfd07";
|
|
6469
|
-
function validate$
|
|
6469
|
+
function validate$1s(obj, path = 'ListUiRepresentation') {
|
|
6470
6470
|
const v_error = (() => {
|
|
6471
6471
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
6472
6472
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -6593,7 +6593,7 @@
|
|
|
6593
6593
|
}
|
|
6594
6594
|
const ingest$1o = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
6595
6595
|
if (process.env.NODE_ENV !== 'production') {
|
|
6596
|
-
const validateError = validate$
|
|
6596
|
+
const validateError = validate$1s(input);
|
|
6597
6597
|
if (validateError !== null) {
|
|
6598
6598
|
throw validateError;
|
|
6599
6599
|
}
|
|
@@ -7447,7 +7447,7 @@
|
|
|
7447
7447
|
}
|
|
7448
7448
|
|
|
7449
7449
|
const VERSION$1M = "c6347b2701bb8ffb0b6ca6c027011c57";
|
|
7450
|
-
function validate$
|
|
7450
|
+
function validate$1r(obj, path = 'ListViewSummaryRepresentation') {
|
|
7451
7451
|
const v_error = (() => {
|
|
7452
7452
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7453
7453
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7538,7 +7538,7 @@
|
|
|
7538
7538
|
}
|
|
7539
7539
|
const ingest$1n = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7540
7540
|
if (process.env.NODE_ENV !== 'production') {
|
|
7541
|
-
const validateError = validate$
|
|
7541
|
+
const validateError = validate$1r(input);
|
|
7542
7542
|
if (validateError !== null) {
|
|
7543
7543
|
throw validateError;
|
|
7544
7544
|
}
|
|
@@ -7579,7 +7579,7 @@
|
|
|
7579
7579
|
}
|
|
7580
7580
|
|
|
7581
7581
|
const VERSION$1L = "f4c79fe066da3558499d5ee88c72abcd";
|
|
7582
|
-
function validate$
|
|
7582
|
+
function validate$1q(obj, path = 'ListViewSummaryCollectionRepresentation') {
|
|
7583
7583
|
const v_error = (() => {
|
|
7584
7584
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7585
7585
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7964,7 +7964,7 @@
|
|
|
7964
7964
|
}
|
|
7965
7965
|
const ingest$1m = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7966
7966
|
if (process.env.NODE_ENV !== 'production') {
|
|
7967
|
-
const validateError = validate$
|
|
7967
|
+
const validateError = validate$1q(input);
|
|
7968
7968
|
if (validateError !== null) {
|
|
7969
7969
|
throw validateError;
|
|
7970
7970
|
}
|
|
@@ -9212,7 +9212,7 @@
|
|
|
9212
9212
|
}, { contextId: contextId$3 });
|
|
9213
9213
|
};
|
|
9214
9214
|
|
|
9215
|
-
function validate$
|
|
9215
|
+
function validate$1p(obj, path = 'ChildRelationshipRepresentation') {
|
|
9216
9216
|
const v_error = (() => {
|
|
9217
9217
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9218
9218
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9267,7 +9267,7 @@
|
|
|
9267
9267
|
ObjectFreeze(input);
|
|
9268
9268
|
}
|
|
9269
9269
|
|
|
9270
|
-
function validate$
|
|
9270
|
+
function validate$1o(obj, path = 'FilteredLookupInfoRepresentation') {
|
|
9271
9271
|
const v_error = (() => {
|
|
9272
9272
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9273
9273
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9303,7 +9303,7 @@
|
|
|
9303
9303
|
ObjectFreeze(input);
|
|
9304
9304
|
}
|
|
9305
9305
|
|
|
9306
|
-
function validate$
|
|
9306
|
+
function validate$1n(obj, path = 'ReferenceToInfoRepresentation') {
|
|
9307
9307
|
const v_error = (() => {
|
|
9308
9308
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9309
9309
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9334,7 +9334,7 @@
|
|
|
9334
9334
|
ObjectFreeze(input);
|
|
9335
9335
|
}
|
|
9336
9336
|
|
|
9337
|
-
function validate$
|
|
9337
|
+
function validate$1m(obj, path = 'FieldRepresentation') {
|
|
9338
9338
|
const v_error = (() => {
|
|
9339
9339
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9340
9340
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9494,7 +9494,7 @@
|
|
|
9494
9494
|
const path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
9495
9495
|
let obj_filteredLookupInfo_union0 = null;
|
|
9496
9496
|
const obj_filteredLookupInfo_union0_error = (() => {
|
|
9497
|
-
const referencepath_filteredLookupInfoValidationError = validate$
|
|
9497
|
+
const referencepath_filteredLookupInfoValidationError = validate$1o(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
9498
9498
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
9499
9499
|
let message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
9500
9500
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9619,7 +9619,7 @@
|
|
|
9619
9619
|
for (let i = 0; i < obj_referenceToInfos.length; i++) {
|
|
9620
9620
|
const obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
9621
9621
|
const path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
9622
|
-
const referencepath_referenceToInfos_itemValidationError = validate$
|
|
9622
|
+
const referencepath_referenceToInfos_itemValidationError = validate$1n(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
9623
9623
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
9624
9624
|
let message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
9625
9625
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9701,7 +9701,7 @@
|
|
|
9701
9701
|
ObjectFreeze(input);
|
|
9702
9702
|
}
|
|
9703
9703
|
|
|
9704
|
-
function validate$
|
|
9704
|
+
function validate$1l(obj, path = 'ThemeInfoRepresentation') {
|
|
9705
9705
|
const v_error = (() => {
|
|
9706
9706
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9707
9707
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9746,7 +9746,7 @@
|
|
|
9746
9746
|
|
|
9747
9747
|
const TTL$x = 900000;
|
|
9748
9748
|
const VERSION$1K = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
9749
|
-
function validate$
|
|
9749
|
+
function validate$1k(obj, path = 'ObjectInfoRepresentation') {
|
|
9750
9750
|
const v_error = (() => {
|
|
9751
9751
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9752
9752
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9816,7 +9816,7 @@
|
|
|
9816
9816
|
for (let i = 0; i < obj_childRelationships.length; i++) {
|
|
9817
9817
|
const obj_childRelationships_item = obj_childRelationships[i];
|
|
9818
9818
|
const path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
9819
|
-
const referencepath_childRelationships_itemValidationError = validate$
|
|
9819
|
+
const referencepath_childRelationships_itemValidationError = validate$1p(obj_childRelationships_item, path_childRelationships_item);
|
|
9820
9820
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
9821
9821
|
let message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
9822
9822
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9898,7 +9898,7 @@
|
|
|
9898
9898
|
const key = obj_fields_keys[i];
|
|
9899
9899
|
const obj_fields_prop = obj_fields[key];
|
|
9900
9900
|
const path_fields_prop = path_fields + '["' + key + '"]';
|
|
9901
|
-
const referencepath_fields_propValidationError = validate$
|
|
9901
|
+
const referencepath_fields_propValidationError = validate$1m(obj_fields_prop, path_fields_prop);
|
|
9902
9902
|
if (referencepath_fields_propValidationError !== null) {
|
|
9903
9903
|
let message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
9904
9904
|
message += referencepath_fields_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9978,7 +9978,7 @@
|
|
|
9978
9978
|
const key = obj_recordTypeInfos_keys[i];
|
|
9979
9979
|
const obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
9980
9980
|
const path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
9981
|
-
const referencepath_recordTypeInfos_propValidationError = validate$
|
|
9981
|
+
const referencepath_recordTypeInfos_propValidationError = validate$1x(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
9982
9982
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
9983
9983
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
9984
9984
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9994,7 +9994,7 @@
|
|
|
9994
9994
|
const path_themeInfo = path + '.themeInfo';
|
|
9995
9995
|
let obj_themeInfo_union0 = null;
|
|
9996
9996
|
const obj_themeInfo_union0_error = (() => {
|
|
9997
|
-
const referencepath_themeInfoValidationError = validate$
|
|
9997
|
+
const referencepath_themeInfoValidationError = validate$1l(obj_themeInfo, path_themeInfo);
|
|
9998
9998
|
if (referencepath_themeInfoValidationError !== null) {
|
|
9999
9999
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
10000
10000
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10195,7 +10195,7 @@
|
|
|
10195
10195
|
}
|
|
10196
10196
|
const ingest$1l = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10197
10197
|
if (process.env.NODE_ENV !== 'production') {
|
|
10198
|
-
const validateError = validate$
|
|
10198
|
+
const validateError = validate$1k(input);
|
|
10199
10199
|
if (validateError !== null) {
|
|
10200
10200
|
throw validateError;
|
|
10201
10201
|
}
|
|
@@ -10406,7 +10406,7 @@
|
|
|
10406
10406
|
buildCachedSnapshotCachePolicy$I, buildNetworkSnapshotCachePolicy$J);
|
|
10407
10407
|
};
|
|
10408
10408
|
|
|
10409
|
-
function validate$
|
|
10409
|
+
function validate$1j(obj, path = 'RecordLayoutSaveOptionRepresentation') {
|
|
10410
10410
|
const v_error = (() => {
|
|
10411
10411
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10412
10412
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10457,7 +10457,7 @@
|
|
|
10457
10457
|
DiscriminatorValues["Field"] = "Field";
|
|
10458
10458
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
10459
10459
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
10460
|
-
function validate$
|
|
10460
|
+
function validate$1i(obj, path = 'AbstractRecordLayoutComponentRepresentation') {
|
|
10461
10461
|
const v_error = (() => {
|
|
10462
10462
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10463
10463
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10500,7 +10500,7 @@
|
|
|
10500
10500
|
ObjectFreeze(input);
|
|
10501
10501
|
}
|
|
10502
10502
|
|
|
10503
|
-
function validate$
|
|
10503
|
+
function validate$1h(obj, path = 'RecordLayoutItemRepresentation') {
|
|
10504
10504
|
const v_error = (() => {
|
|
10505
10505
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10506
10506
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10528,7 +10528,7 @@
|
|
|
10528
10528
|
for (let i = 0; i < obj_layoutComponents.length; i++) {
|
|
10529
10529
|
const obj_layoutComponents_item = obj_layoutComponents[i];
|
|
10530
10530
|
const path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
10531
|
-
const referencepath_layoutComponents_itemValidationError = validate$
|
|
10531
|
+
const referencepath_layoutComponents_itemValidationError = validate$1i(obj_layoutComponents_item, path_layoutComponents_item);
|
|
10532
10532
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
10533
10533
|
let message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
10534
10534
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10584,7 +10584,7 @@
|
|
|
10584
10584
|
ObjectFreeze(input);
|
|
10585
10585
|
}
|
|
10586
10586
|
|
|
10587
|
-
function validate$
|
|
10587
|
+
function validate$1g(obj, path = 'RecordLayoutRowRepresentation') {
|
|
10588
10588
|
const v_error = (() => {
|
|
10589
10589
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10590
10590
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10597,7 +10597,7 @@
|
|
|
10597
10597
|
for (let i = 0; i < obj_layoutItems.length; i++) {
|
|
10598
10598
|
const obj_layoutItems_item = obj_layoutItems[i];
|
|
10599
10599
|
const path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
10600
|
-
const referencepath_layoutItems_itemValidationError = validate$
|
|
10600
|
+
const referencepath_layoutItems_itemValidationError = validate$1h(obj_layoutItems_item, path_layoutItems_item);
|
|
10601
10601
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
10602
10602
|
let message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
10603
10603
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10617,7 +10617,7 @@
|
|
|
10617
10617
|
ObjectFreeze(input);
|
|
10618
10618
|
}
|
|
10619
10619
|
|
|
10620
|
-
function validate$
|
|
10620
|
+
function validate$1f(obj, path = 'RecordLayoutSectionRepresentation') {
|
|
10621
10621
|
const v_error = (() => {
|
|
10622
10622
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10623
10623
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10692,7 +10692,7 @@
|
|
|
10692
10692
|
for (let i = 0; i < obj_layoutRows.length; i++) {
|
|
10693
10693
|
const obj_layoutRows_item = obj_layoutRows[i];
|
|
10694
10694
|
const path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
10695
|
-
const referencepath_layoutRows_itemValidationError = validate$
|
|
10695
|
+
const referencepath_layoutRows_itemValidationError = validate$1g(obj_layoutRows_item, path_layoutRows_item);
|
|
10696
10696
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
10697
10697
|
let message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
10698
10698
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10724,7 +10724,7 @@
|
|
|
10724
10724
|
|
|
10725
10725
|
const TTL$w = 900000;
|
|
10726
10726
|
const VERSION$1J = "9098f497e606c4ed6953b8ce203e8fb5";
|
|
10727
|
-
function validate$
|
|
10727
|
+
function validate$1e(obj, path = 'RecordLayoutRepresentation') {
|
|
10728
10728
|
const v_error = (() => {
|
|
10729
10729
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10730
10730
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10788,7 +10788,7 @@
|
|
|
10788
10788
|
for (let i = 0; i < obj_saveOptions.length; i++) {
|
|
10789
10789
|
const obj_saveOptions_item = obj_saveOptions[i];
|
|
10790
10790
|
const path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
10791
|
-
const referencepath_saveOptions_itemValidationError = validate$
|
|
10791
|
+
const referencepath_saveOptions_itemValidationError = validate$1j(obj_saveOptions_item, path_saveOptions_item);
|
|
10792
10792
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
10793
10793
|
let message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
10794
10794
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10803,7 +10803,7 @@
|
|
|
10803
10803
|
for (let i = 0; i < obj_sections.length; i++) {
|
|
10804
10804
|
const obj_sections_item = obj_sections[i];
|
|
10805
10805
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
10806
|
-
const referencepath_sections_itemValidationError = validate$
|
|
10806
|
+
const referencepath_sections_itemValidationError = validate$1f(obj_sections_item, path_sections_item);
|
|
10807
10807
|
if (referencepath_sections_itemValidationError !== null) {
|
|
10808
10808
|
let message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
10809
10809
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10893,7 +10893,7 @@
|
|
|
10893
10893
|
}
|
|
10894
10894
|
const ingest$1k = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10895
10895
|
if (process.env.NODE_ENV !== 'production') {
|
|
10896
|
-
const validateError = validate$
|
|
10896
|
+
const validateError = validate$1e(input);
|
|
10897
10897
|
if (validateError !== null) {
|
|
10898
10898
|
throw validateError;
|
|
10899
10899
|
}
|
|
@@ -10934,7 +10934,7 @@
|
|
|
10934
10934
|
return rootKeySet;
|
|
10935
10935
|
}
|
|
10936
10936
|
|
|
10937
|
-
function validate$
|
|
10937
|
+
function validate$1d(obj, path = 'RecordLayoutSectionUserStateRepresentation') {
|
|
10938
10938
|
const v_error = (() => {
|
|
10939
10939
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10940
10940
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10958,7 +10958,7 @@
|
|
|
10958
10958
|
|
|
10959
10959
|
const TTL$v = 900000;
|
|
10960
10960
|
const VERSION$1I = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
10961
|
-
function validate$
|
|
10961
|
+
function validate$1c(obj, path = 'RecordLayoutUserStateRepresentation') {
|
|
10962
10962
|
const v_error = (() => {
|
|
10963
10963
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
10964
10964
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -10998,7 +10998,7 @@
|
|
|
10998
10998
|
const key = obj_sectionUserStates_keys[i];
|
|
10999
10999
|
const obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
11000
11000
|
const path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
11001
|
-
const referencepath_sectionUserStates_propValidationError = validate$
|
|
11001
|
+
const referencepath_sectionUserStates_propValidationError = validate$1d(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
11002
11002
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
11003
11003
|
let message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
11004
11004
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -11067,7 +11067,7 @@
|
|
|
11067
11067
|
}
|
|
11068
11068
|
const ingest$1j = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11069
11069
|
if (process.env.NODE_ENV !== 'production') {
|
|
11070
|
-
const validateError = validate$
|
|
11070
|
+
const validateError = validate$1c(input);
|
|
11071
11071
|
if (validateError !== null) {
|
|
11072
11072
|
throw validateError;
|
|
11073
11073
|
}
|
|
@@ -11110,7 +11110,7 @@
|
|
|
11110
11110
|
|
|
11111
11111
|
const TTL$u = 900000;
|
|
11112
11112
|
const VERSION$1H = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
11113
|
-
function validate$
|
|
11113
|
+
function validate$1b(obj, path = 'RecordUiRepresentation') {
|
|
11114
11114
|
const v_error = (() => {
|
|
11115
11115
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
11116
11116
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -11372,7 +11372,7 @@
|
|
|
11372
11372
|
}
|
|
11373
11373
|
const ingest$1i = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11374
11374
|
if (process.env.NODE_ENV !== 'production') {
|
|
11375
|
-
const validateError = validate$
|
|
11375
|
+
const validateError = validate$1b(input);
|
|
11376
11376
|
if (validateError !== null) {
|
|
11377
11377
|
throw validateError;
|
|
11378
11378
|
}
|
|
@@ -12543,7 +12543,7 @@
|
|
|
12543
12543
|
};
|
|
12544
12544
|
|
|
12545
12545
|
const VERSION$1G = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
12546
|
-
function validate$
|
|
12546
|
+
function validate$1a(obj, path = 'QuickActionExecutionRepresentation') {
|
|
12547
12547
|
const v_error = (() => {
|
|
12548
12548
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12549
12549
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -12716,7 +12716,7 @@
|
|
|
12716
12716
|
}
|
|
12717
12717
|
const ingest$1h = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12718
12718
|
if (process.env.NODE_ENV !== 'production') {
|
|
12719
|
-
const validateError = validate$
|
|
12719
|
+
const validateError = validate$1a(input);
|
|
12720
12720
|
if (validateError !== null) {
|
|
12721
12721
|
throw validateError;
|
|
12722
12722
|
}
|
|
@@ -12757,7 +12757,7 @@
|
|
|
12757
12757
|
}
|
|
12758
12758
|
|
|
12759
12759
|
const VERSION$1F = "3f49d751896cf66e6e29788d8880e2cc";
|
|
12760
|
-
function validate$
|
|
12760
|
+
function validate$19(obj, path = 'PlatformActionRepresentation') {
|
|
12761
12761
|
const v_error = (() => {
|
|
12762
12762
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
12763
12763
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13289,7 +13289,7 @@
|
|
|
13289
13289
|
}
|
|
13290
13290
|
const ingest$1g = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13291
13291
|
if (process.env.NODE_ENV !== 'production') {
|
|
13292
|
-
const validateError = validate$
|
|
13292
|
+
const validateError = validate$19(input);
|
|
13293
13293
|
if (validateError !== null) {
|
|
13294
13294
|
throw validateError;
|
|
13295
13295
|
}
|
|
@@ -13330,7 +13330,7 @@
|
|
|
13330
13330
|
}
|
|
13331
13331
|
|
|
13332
13332
|
const VERSION$1E = "378d506f563a4bd724b322d440df33d1";
|
|
13333
|
-
function validate$
|
|
13333
|
+
function validate$18(obj, path = 'EntityActionRepresentation') {
|
|
13334
13334
|
const v_error = (() => {
|
|
13335
13335
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13336
13336
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13444,7 +13444,7 @@
|
|
|
13444
13444
|
}
|
|
13445
13445
|
const ingest$1f = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13446
13446
|
if (process.env.NODE_ENV !== 'production') {
|
|
13447
|
-
const validateError = validate$
|
|
13447
|
+
const validateError = validate$18(input);
|
|
13448
13448
|
if (validateError !== null) {
|
|
13449
13449
|
throw validateError;
|
|
13450
13450
|
}
|
|
@@ -13490,7 +13490,7 @@
|
|
|
13490
13490
|
|
|
13491
13491
|
const TTL$t = 300000;
|
|
13492
13492
|
const VERSION$1D = "e485d96c1402a9ca2f56e56485af0216";
|
|
13493
|
-
function validate$
|
|
13493
|
+
function validate$17(obj, path = 'ActionRepresentation') {
|
|
13494
13494
|
const v_error = (() => {
|
|
13495
13495
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
13496
13496
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -13588,7 +13588,7 @@
|
|
|
13588
13588
|
}
|
|
13589
13589
|
const ingest$1e = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13590
13590
|
if (process.env.NODE_ENV !== 'production') {
|
|
13591
|
-
const validateError = validate$
|
|
13591
|
+
const validateError = validate$17(input);
|
|
13592
13592
|
if (validateError !== null) {
|
|
13593
13593
|
throw validateError;
|
|
13594
13594
|
}
|
|
@@ -14337,7 +14337,7 @@
|
|
|
14337
14337
|
};
|
|
14338
14338
|
|
|
14339
14339
|
const VERSION$1C = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
14340
|
-
function validate$
|
|
14340
|
+
function validate$16(obj, path = 'ActionOverrideRepresentation') {
|
|
14341
14341
|
const v_error = (() => {
|
|
14342
14342
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14343
14343
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14375,7 +14375,7 @@
|
|
|
14375
14375
|
}
|
|
14376
14376
|
const ingest$1d = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14377
14377
|
if (process.env.NODE_ENV !== 'production') {
|
|
14378
|
-
const validateError = validate$
|
|
14378
|
+
const validateError = validate$16(input);
|
|
14379
14379
|
if (validateError !== null) {
|
|
14380
14380
|
throw validateError;
|
|
14381
14381
|
}
|
|
@@ -14591,7 +14591,7 @@
|
|
|
14591
14591
|
|
|
14592
14592
|
const TTL$s = 900000;
|
|
14593
14593
|
const VERSION$1B = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
14594
|
-
function validate$
|
|
14594
|
+
function validate$15(obj, path = 'QuickActionDefaultsRepresentation') {
|
|
14595
14595
|
const v_error = (() => {
|
|
14596
14596
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
14597
14597
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -14758,7 +14758,7 @@
|
|
|
14758
14758
|
const dynamicIngest$4 = (ingestParams) => {
|
|
14759
14759
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14760
14760
|
if (process.env.NODE_ENV !== 'production') {
|
|
14761
|
-
const validateError = validate$
|
|
14761
|
+
const validateError = validate$15(input);
|
|
14762
14762
|
if (validateError !== null) {
|
|
14763
14763
|
throw validateError;
|
|
14764
14764
|
}
|
|
@@ -15490,7 +15490,7 @@
|
|
|
15490
15490
|
buildCachedSnapshotCachePolicy$B, buildNetworkSnapshotCachePolicy$C);
|
|
15491
15491
|
};
|
|
15492
15492
|
|
|
15493
|
-
function validate$
|
|
15493
|
+
function validate$14(obj, path = 'ActionRelatedListSingleBatchInputRepresentation') {
|
|
15494
15494
|
const v_error = (() => {
|
|
15495
15495
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
15496
15496
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -15901,7 +15901,7 @@
|
|
|
15901
15901
|
const untrustedConfig_relatedListsActionParameters_array = [];
|
|
15902
15902
|
for (let i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
15903
15903
|
const untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
15904
|
-
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
15904
|
+
const referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$14(untrustedConfig_relatedListsActionParameters_item);
|
|
15905
15905
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
15906
15906
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
15907
15907
|
}
|
|
@@ -16430,7 +16430,7 @@
|
|
|
16430
16430
|
};
|
|
16431
16431
|
|
|
16432
16432
|
const VERSION$1A = "a316b3bba367f54adc67d7552ed7d36d";
|
|
16433
|
-
function validate$
|
|
16433
|
+
function validate$13(obj, path = 'PageReferenceRepresentation') {
|
|
16434
16434
|
const v_error = (() => {
|
|
16435
16435
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16436
16436
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16512,7 +16512,7 @@
|
|
|
16512
16512
|
}
|
|
16513
16513
|
const ingest$1c = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16514
16514
|
if (process.env.NODE_ENV !== 'production') {
|
|
16515
|
-
const validateError = validate$
|
|
16515
|
+
const validateError = validate$13(input);
|
|
16516
16516
|
if (validateError !== null) {
|
|
16517
16517
|
throw validateError;
|
|
16518
16518
|
}
|
|
@@ -16555,7 +16555,7 @@
|
|
|
16555
16555
|
|
|
16556
16556
|
const TTL$r = 120000;
|
|
16557
16557
|
const VERSION$1z = "09884ca5bf90ea4662092a4e48817081";
|
|
16558
|
-
function validate$
|
|
16558
|
+
function validate$12(obj, path = 'NavItemRepresentation') {
|
|
16559
16559
|
const v_error = (() => {
|
|
16560
16560
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16561
16561
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -16947,7 +16947,7 @@
|
|
|
16947
16947
|
}
|
|
16948
16948
|
const ingest$1b = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16949
16949
|
if (process.env.NODE_ENV !== 'production') {
|
|
16950
|
-
const validateError = validate$
|
|
16950
|
+
const validateError = validate$12(input);
|
|
16951
16951
|
if (validateError !== null) {
|
|
16952
16952
|
throw validateError;
|
|
16953
16953
|
}
|
|
@@ -16993,7 +16993,7 @@
|
|
|
16993
16993
|
|
|
16994
16994
|
const TTL$q = 300000;
|
|
16995
16995
|
const VERSION$1y = "f0c7134ce18a20d9eb4ae8e4e8ebb0fe";
|
|
16996
|
-
function validate$
|
|
16996
|
+
function validate$11(obj, path = 'AppRepresentation') {
|
|
16997
16997
|
const v_error = (() => {
|
|
16998
16998
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
16999
16999
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17393,7 +17393,7 @@
|
|
|
17393
17393
|
}
|
|
17394
17394
|
const ingest$1a = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17395
17395
|
if (process.env.NODE_ENV !== 'production') {
|
|
17396
|
-
const validateError = validate$
|
|
17396
|
+
const validateError = validate$11(input);
|
|
17397
17397
|
if (validateError !== null) {
|
|
17398
17398
|
throw validateError;
|
|
17399
17399
|
}
|
|
@@ -17443,7 +17443,7 @@
|
|
|
17443
17443
|
|
|
17444
17444
|
const TTL$p = 300000;
|
|
17445
17445
|
const VERSION$1x = "a254babf0b6414315db7808a157fd9fc";
|
|
17446
|
-
function validate
|
|
17446
|
+
function validate$10(obj, path = 'AppsRepresentation') {
|
|
17447
17447
|
const v_error = (() => {
|
|
17448
17448
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
17449
17449
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -17525,7 +17525,7 @@
|
|
|
17525
17525
|
}
|
|
17526
17526
|
const ingest$19 = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17527
17527
|
if (process.env.NODE_ENV !== 'production') {
|
|
17528
|
-
const validateError = validate
|
|
17528
|
+
const validateError = validate$10(input);
|
|
17529
17529
|
if (validateError !== null) {
|
|
17530
17530
|
throw validateError;
|
|
17531
17531
|
}
|
|
@@ -18098,7 +18098,7 @@
|
|
|
18098
18098
|
};
|
|
18099
18099
|
|
|
18100
18100
|
const VERSION$1w = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
18101
|
-
function validate
|
|
18101
|
+
function validate$$(obj, path = 'DuplicateRuleFilterItemRepresentation') {
|
|
18102
18102
|
const v_error = (() => {
|
|
18103
18103
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18104
18104
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18160,7 +18160,7 @@
|
|
|
18160
18160
|
};
|
|
18161
18161
|
|
|
18162
18162
|
const VERSION$1v = "320d7f254687278f2763d4b490dab3fb";
|
|
18163
|
-
function validate$
|
|
18163
|
+
function validate$_(obj, path = 'DuplicateRuleFilterRepresentation') {
|
|
18164
18164
|
const v_error = (() => {
|
|
18165
18165
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18166
18166
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18183,7 +18183,7 @@
|
|
|
18183
18183
|
for (let i = 0; i < obj_filterItems.length; i++) {
|
|
18184
18184
|
const obj_filterItems_item = obj_filterItems[i];
|
|
18185
18185
|
const path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
18186
|
-
const referencepath_filterItems_itemValidationError = validate
|
|
18186
|
+
const referencepath_filterItems_itemValidationError = validate$$(obj_filterItems_item, path_filterItems_item);
|
|
18187
18187
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
18188
18188
|
let message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
18189
18189
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18226,7 +18226,7 @@
|
|
|
18226
18226
|
};
|
|
18227
18227
|
|
|
18228
18228
|
const VERSION$1u = "b47b44e260e5ce777beaf3da9088997c";
|
|
18229
|
-
function validate$
|
|
18229
|
+
function validate$Z(obj, path = 'MatchRuleRepresentation') {
|
|
18230
18230
|
const v_error = (() => {
|
|
18231
18231
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18232
18232
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18296,7 +18296,7 @@
|
|
|
18296
18296
|
};
|
|
18297
18297
|
|
|
18298
18298
|
const VERSION$1t = "bb83d7210bb1d7861b6188bc5f552617";
|
|
18299
|
-
function validate$
|
|
18299
|
+
function validate$Y(obj, path = 'DuplicateRuleRepresentation') {
|
|
18300
18300
|
const v_error = (() => {
|
|
18301
18301
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18302
18302
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18324,7 +18324,7 @@
|
|
|
18324
18324
|
for (let i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
18325
18325
|
const obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
18326
18326
|
const path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
18327
|
-
const referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
18327
|
+
const referencepath_duplicateRuleFilters_itemValidationError = validate$_(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
18328
18328
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
18329
18329
|
let message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
18330
18330
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18344,7 +18344,7 @@
|
|
|
18344
18344
|
for (let i = 0; i < obj_matchRules.length; i++) {
|
|
18345
18345
|
const obj_matchRules_item = obj_matchRules[i];
|
|
18346
18346
|
const path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
18347
|
-
const referencepath_matchRules_itemValidationError = validate$
|
|
18347
|
+
const referencepath_matchRules_itemValidationError = validate$Z(obj_matchRules_item, path_matchRules_item);
|
|
18348
18348
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
18349
18349
|
let message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
18350
18350
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18437,7 +18437,7 @@
|
|
|
18437
18437
|
|
|
18438
18438
|
const TTL$o = 900000;
|
|
18439
18439
|
const VERSION$1s = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
18440
|
-
function validate$
|
|
18440
|
+
function validate$X(obj, path = 'DuplicatesConfigurationRepresentation') {
|
|
18441
18441
|
const v_error = (() => {
|
|
18442
18442
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
18443
18443
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -18472,7 +18472,7 @@
|
|
|
18472
18472
|
for (let i = 0; i < obj_duplicateRules.length; i++) {
|
|
18473
18473
|
const obj_duplicateRules_item = obj_duplicateRules[i];
|
|
18474
18474
|
const path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
18475
|
-
const referencepath_duplicateRules_itemValidationError = validate$
|
|
18475
|
+
const referencepath_duplicateRules_itemValidationError = validate$Y(obj_duplicateRules_item, path_duplicateRules_item);
|
|
18476
18476
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
18477
18477
|
let message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
18478
18478
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18539,7 +18539,7 @@
|
|
|
18539
18539
|
}
|
|
18540
18540
|
const ingest$18 = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18541
18541
|
if (process.env.NODE_ENV !== 'production') {
|
|
18542
|
-
const validateError = validate$
|
|
18542
|
+
const validateError = validate$X(input);
|
|
18543
18543
|
if (validateError !== null) {
|
|
18544
18544
|
throw validateError;
|
|
18545
18545
|
}
|
|
@@ -19812,7 +19812,7 @@
|
|
|
19812
19812
|
|
|
19813
19813
|
const TTL$n = 120000;
|
|
19814
19814
|
const VERSION$1q = "756779d0d7e137dd72c743544afbad82";
|
|
19815
|
-
function validate$
|
|
19815
|
+
function validate$W(obj, path = 'NavItemsRepresentation') {
|
|
19816
19816
|
const v_error = (() => {
|
|
19817
19817
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
19818
19818
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -19940,7 +19940,7 @@
|
|
|
19940
19940
|
}
|
|
19941
19941
|
const ingest$17 = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
19942
19942
|
if (process.env.NODE_ENV !== 'production') {
|
|
19943
|
-
const validateError = validate$
|
|
19943
|
+
const validateError = validate$W(input);
|
|
19944
19944
|
if (validateError !== null) {
|
|
19945
19945
|
throw validateError;
|
|
19946
19946
|
}
|
|
@@ -20644,7 +20644,7 @@
|
|
|
20644
20644
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
20645
20645
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
20646
20646
|
const VERSION$1m = "bd523b2343366edfc25a2dbee2c4e986";
|
|
20647
|
-
function validate$
|
|
20647
|
+
function validate$V(obj, path = 'AbstractPicklistValueAttributesRepresentation') {
|
|
20648
20648
|
const v_error = (() => {
|
|
20649
20649
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20650
20650
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20687,7 +20687,7 @@
|
|
|
20687
20687
|
};
|
|
20688
20688
|
|
|
20689
20689
|
const VERSION$1l = "9e2a16a80378487f557124c771201cf9";
|
|
20690
|
-
function validate$
|
|
20690
|
+
function validate$U(obj, path = 'PicklistValueRepresentation') {
|
|
20691
20691
|
const v_error = (() => {
|
|
20692
20692
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20693
20693
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20696,7 +20696,7 @@
|
|
|
20696
20696
|
const path_attributes = path + '.attributes';
|
|
20697
20697
|
let obj_attributes_union0 = null;
|
|
20698
20698
|
const obj_attributes_union0_error = (() => {
|
|
20699
|
-
const referencepath_attributesValidationError = validate$
|
|
20699
|
+
const referencepath_attributesValidationError = validate$V(obj_attributes, path_attributes);
|
|
20700
20700
|
if (referencepath_attributesValidationError !== null) {
|
|
20701
20701
|
let message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
20702
20702
|
message += referencepath_attributesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20780,7 +20780,7 @@
|
|
|
20780
20780
|
|
|
20781
20781
|
const TTL$m = 300000;
|
|
20782
20782
|
const VERSION$1k = "0a361a49370acb4c6a31721a2057649a";
|
|
20783
|
-
function validate$
|
|
20783
|
+
function validate$T(obj, path = 'PicklistValuesRepresentation') {
|
|
20784
20784
|
const v_error = (() => {
|
|
20785
20785
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20786
20786
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -20803,7 +20803,7 @@
|
|
|
20803
20803
|
const path_defaultValue = path + '.defaultValue';
|
|
20804
20804
|
let obj_defaultValue_union0 = null;
|
|
20805
20805
|
const obj_defaultValue_union0_error = (() => {
|
|
20806
|
-
const referencepath_defaultValueValidationError = validate$
|
|
20806
|
+
const referencepath_defaultValueValidationError = validate$U(obj_defaultValue, path_defaultValue);
|
|
20807
20807
|
if (referencepath_defaultValueValidationError !== null) {
|
|
20808
20808
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
20809
20809
|
message += referencepath_defaultValueValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20846,7 +20846,7 @@
|
|
|
20846
20846
|
for (let i = 0; i < obj_values.length; i++) {
|
|
20847
20847
|
const obj_values_item = obj_values[i];
|
|
20848
20848
|
const path_values_item = path_values + '[' + i + ']';
|
|
20849
|
-
const referencepath_values_itemValidationError = validate$
|
|
20849
|
+
const referencepath_values_itemValidationError = validate$U(obj_values_item, path_values_item);
|
|
20850
20850
|
if (referencepath_values_itemValidationError !== null) {
|
|
20851
20851
|
let message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
20852
20852
|
message += referencepath_values_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -20910,7 +20910,7 @@
|
|
|
20910
20910
|
}
|
|
20911
20911
|
const ingest$16 = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20912
20912
|
if (process.env.NODE_ENV !== 'production') {
|
|
20913
|
-
const validateError = validate$
|
|
20913
|
+
const validateError = validate$T(input);
|
|
20914
20914
|
if (validateError !== null) {
|
|
20915
20915
|
throw validateError;
|
|
20916
20916
|
}
|
|
@@ -20952,7 +20952,7 @@
|
|
|
20952
20952
|
|
|
20953
20953
|
const TTL$l = 300000;
|
|
20954
20954
|
const VERSION$1j = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
20955
|
-
function validate$
|
|
20955
|
+
function validate$S(obj, path = 'PicklistValuesCollectionRepresentation') {
|
|
20956
20956
|
const v_error = (() => {
|
|
20957
20957
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
20958
20958
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21039,7 +21039,7 @@
|
|
|
21039
21039
|
}
|
|
21040
21040
|
const ingest$15 = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21041
21041
|
if (process.env.NODE_ENV !== 'production') {
|
|
21042
|
-
const validateError = validate$
|
|
21042
|
+
const validateError = validate$S(input);
|
|
21043
21043
|
if (validateError !== null) {
|
|
21044
21044
|
throw validateError;
|
|
21045
21045
|
}
|
|
@@ -21452,7 +21452,7 @@
|
|
|
21452
21452
|
buildCachedSnapshotCachePolicy$m, buildNetworkSnapshotCachePolicy$n);
|
|
21453
21453
|
};
|
|
21454
21454
|
|
|
21455
|
-
function validate$
|
|
21455
|
+
function validate$R(obj, path = 'MatchResultInfoRepresentation') {
|
|
21456
21456
|
const v_error = (() => {
|
|
21457
21457
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21458
21458
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21483,7 +21483,7 @@
|
|
|
21483
21483
|
ObjectFreeze(input);
|
|
21484
21484
|
}
|
|
21485
21485
|
|
|
21486
|
-
function validate$
|
|
21486
|
+
function validate$Q(obj, path = 'DuplicateResultInfoRepresentation') {
|
|
21487
21487
|
const v_error = (() => {
|
|
21488
21488
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21489
21489
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21495,7 +21495,7 @@
|
|
|
21495
21495
|
}
|
|
21496
21496
|
const obj_matchResultInfo = obj.matchResultInfo;
|
|
21497
21497
|
const path_matchResultInfo = path + '.matchResultInfo';
|
|
21498
|
-
const referencepath_matchResultInfoValidationError = validate$
|
|
21498
|
+
const referencepath_matchResultInfoValidationError = validate$R(obj_matchResultInfo, path_matchResultInfo);
|
|
21499
21499
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
21500
21500
|
let message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
21501
21501
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21515,7 +21515,7 @@
|
|
|
21515
21515
|
ObjectFreeze(input);
|
|
21516
21516
|
}
|
|
21517
21517
|
|
|
21518
|
-
function validate$
|
|
21518
|
+
function validate$P(obj, path = 'MatchRepresentation') {
|
|
21519
21519
|
const v_error = (() => {
|
|
21520
21520
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21521
21521
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21530,7 +21530,7 @@
|
|
|
21530
21530
|
const key = obj_duplicateResultInfos_keys[i];
|
|
21531
21531
|
const obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
21532
21532
|
const path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
21533
|
-
const referencepath_duplicateResultInfos_propValidationError = validate$
|
|
21533
|
+
const referencepath_duplicateResultInfos_propValidationError = validate$Q(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
21534
21534
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
21535
21535
|
let message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
21536
21536
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21574,7 +21574,7 @@
|
|
|
21574
21574
|
|
|
21575
21575
|
const TTL$k = 30000;
|
|
21576
21576
|
const VERSION$1i = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
21577
|
-
function validate$
|
|
21577
|
+
function validate$O(obj, path = 'DuplicatesRepresentation') {
|
|
21578
21578
|
const v_error = (() => {
|
|
21579
21579
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21580
21580
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21609,7 +21609,7 @@
|
|
|
21609
21609
|
for (let i = 0; i < obj_matches.length; i++) {
|
|
21610
21610
|
const obj_matches_item = obj_matches[i];
|
|
21611
21611
|
const path_matches_item = path_matches + '[' + i + ']';
|
|
21612
|
-
const referencepath_matches_itemValidationError = validate$
|
|
21612
|
+
const referencepath_matches_itemValidationError = validate$P(obj_matches_item, path_matches_item);
|
|
21613
21613
|
if (referencepath_matches_itemValidationError !== null) {
|
|
21614
21614
|
let message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
21615
21615
|
message += referencepath_matches_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -21650,7 +21650,7 @@
|
|
|
21650
21650
|
}
|
|
21651
21651
|
const ingest$14 = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21652
21652
|
if (process.env.NODE_ENV !== 'production') {
|
|
21653
|
-
const validateError = validate$
|
|
21653
|
+
const validateError = validate$O(input);
|
|
21654
21654
|
if (validateError !== null) {
|
|
21655
21655
|
throw validateError;
|
|
21656
21656
|
}
|
|
@@ -21893,7 +21893,7 @@
|
|
|
21893
21893
|
};
|
|
21894
21894
|
|
|
21895
21895
|
const VERSION$1h = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
21896
|
-
function validate$
|
|
21896
|
+
function validate$N(obj, path = 'PhotoMetadataRepresentation') {
|
|
21897
21897
|
const v_error = (() => {
|
|
21898
21898
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
21899
21899
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -21985,8 +21985,8 @@
|
|
|
21985
21985
|
}
|
|
21986
21986
|
|
|
21987
21987
|
const VERSION$1g = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
21988
|
-
function validate$
|
|
21989
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
21988
|
+
function validate$M(obj, path = 'PhotoRecordAvatarRepresentation') {
|
|
21989
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$K(obj, path);
|
|
21990
21990
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
21991
21991
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
21992
21992
|
}
|
|
@@ -22053,7 +22053,7 @@
|
|
|
22053
22053
|
}
|
|
22054
22054
|
const obj_photoMetadata = obj.photoMetadata;
|
|
22055
22055
|
const path_photoMetadata = path + '.photoMetadata';
|
|
22056
|
-
const referencepath_photoMetadataValidationError = validate$
|
|
22056
|
+
const referencepath_photoMetadataValidationError = validate$N(obj_photoMetadata, path_photoMetadata);
|
|
22057
22057
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
22058
22058
|
let message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
22059
22059
|
message += referencepath_photoMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22208,7 +22208,7 @@
|
|
|
22208
22208
|
}
|
|
22209
22209
|
const ingest$13 = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22210
22210
|
if (process.env.NODE_ENV !== 'production') {
|
|
22211
|
-
const validateError = validate$
|
|
22211
|
+
const validateError = validate$M(input);
|
|
22212
22212
|
if (validateError !== null) {
|
|
22213
22213
|
throw validateError;
|
|
22214
22214
|
}
|
|
@@ -22249,8 +22249,8 @@
|
|
|
22249
22249
|
}
|
|
22250
22250
|
|
|
22251
22251
|
const VERSION$1f = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
22252
|
-
function validate$
|
|
22253
|
-
const validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
22252
|
+
function validate$L(obj, path = 'ThemeRecordAvatarRepresentation') {
|
|
22253
|
+
const validateAbstractRecordAvatarRepresentation_validateError = validate$K(obj, path);
|
|
22254
22254
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
22255
22255
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
22256
22256
|
}
|
|
@@ -22369,7 +22369,7 @@
|
|
|
22369
22369
|
}
|
|
22370
22370
|
const ingest$12 = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22371
22371
|
if (process.env.NODE_ENV !== 'production') {
|
|
22372
|
-
const validateError = validate$
|
|
22372
|
+
const validateError = validate$L(input);
|
|
22373
22373
|
if (validateError !== null) {
|
|
22374
22374
|
throw validateError;
|
|
22375
22375
|
}
|
|
@@ -22415,7 +22415,7 @@
|
|
|
22415
22415
|
DiscriminatorValues["Theme"] = "Theme";
|
|
22416
22416
|
})(DiscriminatorValues$2 || (DiscriminatorValues$2 = {}));
|
|
22417
22417
|
const VERSION$1e = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
22418
|
-
function validate$
|
|
22418
|
+
function validate$K(obj, path = 'AbstractRecordAvatarRepresentation') {
|
|
22419
22419
|
const v_error = (() => {
|
|
22420
22420
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22421
22421
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22508,8 +22508,8 @@
|
|
|
22508
22508
|
}
|
|
22509
22509
|
|
|
22510
22510
|
const VERSION$1d = "f531b44760afecfce89990fe5a5c5c29";
|
|
22511
|
-
function validate$
|
|
22512
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
22511
|
+
function validate$J(obj, path = 'RecordAvatarBatchRepresentation') {
|
|
22512
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$F(obj, path);
|
|
22513
22513
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
22514
22514
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
22515
22515
|
}
|
|
@@ -22570,7 +22570,7 @@
|
|
|
22570
22570
|
}
|
|
22571
22571
|
const ingest$11 = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22572
22572
|
if (process.env.NODE_ENV !== 'production') {
|
|
22573
|
-
const validateError = validate$
|
|
22573
|
+
const validateError = validate$J(input);
|
|
22574
22574
|
if (validateError !== null) {
|
|
22575
22575
|
throw validateError;
|
|
22576
22576
|
}
|
|
@@ -22611,7 +22611,7 @@
|
|
|
22611
22611
|
}
|
|
22612
22612
|
|
|
22613
22613
|
const VERSION$1c = "17c20b01167dba9a81452e60bb28b2f2";
|
|
22614
|
-
function validate$
|
|
22614
|
+
function validate$I(obj, path = 'ErrorSingleRecordAvatarRepresentation') {
|
|
22615
22615
|
const v_error = (() => {
|
|
22616
22616
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22617
22617
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22661,8 +22661,8 @@
|
|
|
22661
22661
|
}
|
|
22662
22662
|
|
|
22663
22663
|
const VERSION$1b = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
22664
|
-
function validate$
|
|
22665
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
22664
|
+
function validate$H(obj, path = 'ErrorBadRequestRecordAvatarBatchRepresentation') {
|
|
22665
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$F(obj, path);
|
|
22666
22666
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
22667
22667
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
22668
22668
|
}
|
|
@@ -22678,7 +22678,7 @@
|
|
|
22678
22678
|
for (let i = 0; i < obj_result.length; i++) {
|
|
22679
22679
|
const obj_result_item = obj_result[i];
|
|
22680
22680
|
const path_result_item = path_result + '[' + i + ']';
|
|
22681
|
-
const referencepath_result_itemValidationError = validate$
|
|
22681
|
+
const referencepath_result_itemValidationError = validate$I(obj_result_item, path_result_item);
|
|
22682
22682
|
if (referencepath_result_itemValidationError !== null) {
|
|
22683
22683
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
22684
22684
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22728,7 +22728,7 @@
|
|
|
22728
22728
|
}
|
|
22729
22729
|
const ingest$10 = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22730
22730
|
if (process.env.NODE_ENV !== 'production') {
|
|
22731
|
-
const validateError = validate$
|
|
22731
|
+
const validateError = validate$H(input);
|
|
22732
22732
|
if (validateError !== null) {
|
|
22733
22733
|
throw validateError;
|
|
22734
22734
|
}
|
|
@@ -22769,8 +22769,8 @@
|
|
|
22769
22769
|
}
|
|
22770
22770
|
|
|
22771
22771
|
const VERSION$1a = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
22772
|
-
function validate$
|
|
22773
|
-
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
22772
|
+
function validate$G(obj, path = 'ErrorRecordAvatarBatchRepresentation') {
|
|
22773
|
+
const validateAbstractRecordAvatarBatchRepresentation_validateError = validate$F(obj, path);
|
|
22774
22774
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
22775
22775
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
22776
22776
|
}
|
|
@@ -22786,7 +22786,7 @@
|
|
|
22786
22786
|
for (let i = 0; i < obj_result.length; i++) {
|
|
22787
22787
|
const obj_result_item = obj_result[i];
|
|
22788
22788
|
const path_result_item = path_result + '[' + i + ']';
|
|
22789
|
-
const referencepath_result_itemValidationError = validate$
|
|
22789
|
+
const referencepath_result_itemValidationError = validate$I(obj_result_item, path_result_item);
|
|
22790
22790
|
if (referencepath_result_itemValidationError !== null) {
|
|
22791
22791
|
let message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
22792
22792
|
message += referencepath_result_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22836,7 +22836,7 @@
|
|
|
22836
22836
|
}
|
|
22837
22837
|
const ingest$$ = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22838
22838
|
if (process.env.NODE_ENV !== 'production') {
|
|
22839
|
-
const validateError = validate$
|
|
22839
|
+
const validateError = validate$G(input);
|
|
22840
22840
|
if (validateError !== null) {
|
|
22841
22841
|
throw validateError;
|
|
22842
22842
|
}
|
|
@@ -22883,7 +22883,7 @@
|
|
|
22883
22883
|
};
|
|
22884
22884
|
const TTL$j = 300000;
|
|
22885
22885
|
const VERSION$19 = "8956293536e94d5ec63b274b61033d2c";
|
|
22886
|
-
function validate$
|
|
22886
|
+
function validate$F(obj, path = 'AbstractRecordAvatarBatchRepresentation') {
|
|
22887
22887
|
const v_error = (() => {
|
|
22888
22888
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22889
22889
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -22961,7 +22961,7 @@
|
|
|
22961
22961
|
|
|
22962
22962
|
const TTL$i = 300000;
|
|
22963
22963
|
const VERSION$18 = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
22964
|
-
function validate$
|
|
22964
|
+
function validate$E(obj, path = 'RecordAvatarBulkMapRepresentation') {
|
|
22965
22965
|
const v_error = (() => {
|
|
22966
22966
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
22967
22967
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23043,7 +23043,7 @@
|
|
|
23043
23043
|
|
|
23044
23044
|
const ingest$_ = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23045
23045
|
if (process.env.NODE_ENV !== 'production') {
|
|
23046
|
-
const validateError = validate$
|
|
23046
|
+
const validateError = validate$E(input);
|
|
23047
23047
|
if (validateError !== null) {
|
|
23048
23048
|
throw validateError;
|
|
23049
23049
|
}
|
|
@@ -23576,7 +23576,7 @@
|
|
|
23576
23576
|
};
|
|
23577
23577
|
|
|
23578
23578
|
const VERSION$17 = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
23579
|
-
function validate$
|
|
23579
|
+
function validate$D(obj, path = 'RelatedListReferenceRepresentation') {
|
|
23580
23580
|
const v_error = (() => {
|
|
23581
23581
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23582
23582
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23818,7 +23818,7 @@
|
|
|
23818
23818
|
}
|
|
23819
23819
|
|
|
23820
23820
|
const VERSION$16 = "836b875b519813e7499efc62f0f1d04b";
|
|
23821
|
-
function validate$
|
|
23821
|
+
function validate$C(obj, path = 'RelatedListRecordCountRepresentation') {
|
|
23822
23822
|
const v_error = (() => {
|
|
23823
23823
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
23824
23824
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -23861,7 +23861,7 @@
|
|
|
23861
23861
|
}
|
|
23862
23862
|
const obj_listReference = obj.listReference;
|
|
23863
23863
|
const path_listReference = path + '.listReference';
|
|
23864
|
-
const referencepath_listReferenceValidationError = validate$
|
|
23864
|
+
const referencepath_listReferenceValidationError = validate$D(obj_listReference, path_listReference);
|
|
23865
23865
|
if (referencepath_listReferenceValidationError !== null) {
|
|
23866
23866
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
23867
23867
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23934,7 +23934,7 @@
|
|
|
23934
23934
|
}
|
|
23935
23935
|
const ingest$Z = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23936
23936
|
if (process.env.NODE_ENV !== 'production') {
|
|
23937
|
-
const validateError = validate$
|
|
23937
|
+
const validateError = validate$C(input);
|
|
23938
23938
|
if (validateError !== null) {
|
|
23939
23939
|
throw validateError;
|
|
23940
23940
|
}
|
|
@@ -24554,7 +24554,7 @@
|
|
|
24554
24554
|
buildCachedSnapshotCachePolicy$h, buildNetworkSnapshotCachePolicy$i);
|
|
24555
24555
|
};
|
|
24556
24556
|
|
|
24557
|
-
function validate$
|
|
24557
|
+
function validate$B(obj, path = 'RelatedListColumnRepresentation') {
|
|
24558
24558
|
const v_error = (() => {
|
|
24559
24559
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24560
24560
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24719,7 +24719,7 @@
|
|
|
24719
24719
|
|
|
24720
24720
|
const TTL$h = 900000;
|
|
24721
24721
|
const VERSION$15 = "d7f25ef61c7467805940f28371ac1f20";
|
|
24722
|
-
function validate$
|
|
24722
|
+
function validate$A(obj, path = 'RelatedListInfoRepresentation') {
|
|
24723
24723
|
const v_error = (() => {
|
|
24724
24724
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
24725
24725
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -24747,7 +24747,7 @@
|
|
|
24747
24747
|
for (let i = 0; i < obj_displayColumns.length; i++) {
|
|
24748
24748
|
const obj_displayColumns_item = obj_displayColumns[i];
|
|
24749
24749
|
const path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
24750
|
-
const referencepath_displayColumns_itemValidationError = validate$
|
|
24750
|
+
const referencepath_displayColumns_itemValidationError = validate$B(obj_displayColumns_item, path_displayColumns_item);
|
|
24751
24751
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
24752
24752
|
let message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
24753
24753
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24789,7 +24789,7 @@
|
|
|
24789
24789
|
for (let i = 0; i < obj_filteredByInfo.length; i++) {
|
|
24790
24790
|
const obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
24791
24791
|
const path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
24792
|
-
const referencepath_filteredByInfo_itemValidationError = validate$
|
|
24792
|
+
const referencepath_filteredByInfo_itemValidationError = validate$1C(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
24793
24793
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
24794
24794
|
let message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
24795
24795
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24808,7 +24808,7 @@
|
|
|
24808
24808
|
}
|
|
24809
24809
|
const obj_listReference = obj.listReference;
|
|
24810
24810
|
const path_listReference = path + '.listReference';
|
|
24811
|
-
const referencepath_listReferenceValidationError = validate$
|
|
24811
|
+
const referencepath_listReferenceValidationError = validate$D(obj_listReference, path_listReference);
|
|
24812
24812
|
if (referencepath_listReferenceValidationError !== null) {
|
|
24813
24813
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
24814
24814
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24846,7 +24846,7 @@
|
|
|
24846
24846
|
for (let i = 0; i < obj_orderedByInfo.length; i++) {
|
|
24847
24847
|
const obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
24848
24848
|
const path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
24849
|
-
const referencepath_orderedByInfo_itemValidationError = validate$
|
|
24849
|
+
const referencepath_orderedByInfo_itemValidationError = validate$1A(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
24850
24850
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
24851
24851
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
24852
24852
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -24865,7 +24865,7 @@
|
|
|
24865
24865
|
}
|
|
24866
24866
|
const obj_userPreferences = obj.userPreferences;
|
|
24867
24867
|
const path_userPreferences = path + '.userPreferences';
|
|
24868
|
-
const referencepath_userPreferencesValidationError = validate$
|
|
24868
|
+
const referencepath_userPreferencesValidationError = validate$1z(obj_userPreferences, path_userPreferences);
|
|
24869
24869
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
24870
24870
|
let message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
24871
24871
|
message += referencepath_userPreferencesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25036,7 +25036,7 @@
|
|
|
25036
25036
|
}
|
|
25037
25037
|
const ingest$Y = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25038
25038
|
if (process.env.NODE_ENV !== 'production') {
|
|
25039
|
-
const validateError = validate$
|
|
25039
|
+
const validateError = validate$A(input);
|
|
25040
25040
|
if (validateError !== null) {
|
|
25041
25041
|
throw validateError;
|
|
25042
25042
|
}
|
|
@@ -25553,7 +25553,7 @@
|
|
|
25553
25553
|
buildCachedSnapshotCachePolicy$g, buildNetworkSnapshotCachePolicy$h);
|
|
25554
25554
|
};
|
|
25555
25555
|
|
|
25556
|
-
function validate$
|
|
25556
|
+
function validate$z(obj, path = 'RelatedListSummaryInfoRepresentation') {
|
|
25557
25557
|
const v_error = (() => {
|
|
25558
25558
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25559
25559
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25649,7 +25649,7 @@
|
|
|
25649
25649
|
const path_themeInfo = path + '.themeInfo';
|
|
25650
25650
|
let obj_themeInfo_union0 = null;
|
|
25651
25651
|
const obj_themeInfo_union0_error = (() => {
|
|
25652
|
-
const referencepath_themeInfoValidationError = validate$
|
|
25652
|
+
const referencepath_themeInfoValidationError = validate$1l(obj_themeInfo, path_themeInfo);
|
|
25653
25653
|
if (referencepath_themeInfoValidationError !== null) {
|
|
25654
25654
|
let message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
25655
25655
|
message += referencepath_themeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25691,7 +25691,7 @@
|
|
|
25691
25691
|
}
|
|
25692
25692
|
|
|
25693
25693
|
const VERSION$14 = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
25694
|
-
function validate$
|
|
25694
|
+
function validate$y(obj, path = 'RelatedListSummaryInfoCollectionRepresentation') {
|
|
25695
25695
|
const v_error = (() => {
|
|
25696
25696
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
25697
25697
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -25740,7 +25740,7 @@
|
|
|
25740
25740
|
for (let i = 0; i < obj_relatedLists.length; i++) {
|
|
25741
25741
|
const obj_relatedLists_item = obj_relatedLists[i];
|
|
25742
25742
|
const path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
25743
|
-
const referencepath_relatedLists_itemValidationError = validate$
|
|
25743
|
+
const referencepath_relatedLists_itemValidationError = validate$z(obj_relatedLists_item, path_relatedLists_item);
|
|
25744
25744
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
25745
25745
|
let message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
25746
25746
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -25805,7 +25805,7 @@
|
|
|
25805
25805
|
}
|
|
25806
25806
|
const ingest$X = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25807
25807
|
if (process.env.NODE_ENV !== 'production') {
|
|
25808
|
-
const validateError = validate$
|
|
25808
|
+
const validateError = validate$y(input);
|
|
25809
25809
|
if (validateError !== null) {
|
|
25810
25810
|
throw validateError;
|
|
25811
25811
|
}
|
|
@@ -26196,7 +26196,7 @@
|
|
|
26196
26196
|
buildCachedSnapshotCachePolicy$e, buildNetworkSnapshotCachePolicy$f);
|
|
26197
26197
|
};
|
|
26198
26198
|
|
|
26199
|
-
function validate$
|
|
26199
|
+
function validate$x(obj, path = 'ListOrderedByInfoInputRepresentation') {
|
|
26200
26200
|
const v_error = (() => {
|
|
26201
26201
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26202
26202
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -26215,6 +26215,43 @@
|
|
|
26215
26215
|
return v_error === undefined ? null : v_error;
|
|
26216
26216
|
}
|
|
26217
26217
|
|
|
26218
|
+
function validate$w(obj, path = 'ListUserPreferenceInputRepresentation') {
|
|
26219
|
+
const v_error = (() => {
|
|
26220
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26221
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
26222
|
+
}
|
|
26223
|
+
const obj_columnWidths = obj.columnWidths;
|
|
26224
|
+
const path_columnWidths = path + '.columnWidths';
|
|
26225
|
+
if (typeof obj_columnWidths !== 'object' || ArrayIsArray(obj_columnWidths) || obj_columnWidths === null) {
|
|
26226
|
+
return new TypeError('Expected "object" but received "' + typeof obj_columnWidths + '" (at "' + path_columnWidths + '")');
|
|
26227
|
+
}
|
|
26228
|
+
const obj_columnWidths_keys = ObjectKeys(obj_columnWidths);
|
|
26229
|
+
for (let i = 0; i < obj_columnWidths_keys.length; i++) {
|
|
26230
|
+
const key = obj_columnWidths_keys[i];
|
|
26231
|
+
const obj_columnWidths_prop = obj_columnWidths[key];
|
|
26232
|
+
const path_columnWidths_prop = path_columnWidths + '["' + key + '"]';
|
|
26233
|
+
if (typeof obj_columnWidths_prop !== 'number' || (typeof obj_columnWidths_prop === 'number' && Math.floor(obj_columnWidths_prop) !== obj_columnWidths_prop)) {
|
|
26234
|
+
return new TypeError('Expected "integer" but received "' + typeof obj_columnWidths_prop + '" (at "' + path_columnWidths_prop + '")');
|
|
26235
|
+
}
|
|
26236
|
+
}
|
|
26237
|
+
const obj_columnWrap = obj.columnWrap;
|
|
26238
|
+
const path_columnWrap = path + '.columnWrap';
|
|
26239
|
+
if (typeof obj_columnWrap !== 'object' || ArrayIsArray(obj_columnWrap) || obj_columnWrap === null) {
|
|
26240
|
+
return new TypeError('Expected "object" but received "' + typeof obj_columnWrap + '" (at "' + path_columnWrap + '")');
|
|
26241
|
+
}
|
|
26242
|
+
const obj_columnWrap_keys = ObjectKeys(obj_columnWrap);
|
|
26243
|
+
for (let i = 0; i < obj_columnWrap_keys.length; i++) {
|
|
26244
|
+
const key = obj_columnWrap_keys[i];
|
|
26245
|
+
const obj_columnWrap_prop = obj_columnWrap[key];
|
|
26246
|
+
const path_columnWrap_prop = path_columnWrap + '["' + key + '"]';
|
|
26247
|
+
if (typeof obj_columnWrap_prop !== 'boolean') {
|
|
26248
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_columnWrap_prop + '" (at "' + path_columnWrap_prop + '")');
|
|
26249
|
+
}
|
|
26250
|
+
}
|
|
26251
|
+
})();
|
|
26252
|
+
return v_error === undefined ? null : v_error;
|
|
26253
|
+
}
|
|
26254
|
+
|
|
26218
26255
|
function select$1a(luvio, params) {
|
|
26219
26256
|
return select$1f();
|
|
26220
26257
|
}
|
|
@@ -26315,7 +26352,7 @@
|
|
|
26315
26352
|
const untrustedConfig_orderedByInfo_array = [];
|
|
26316
26353
|
for (let i = 0, arrayLength = untrustedConfig_orderedByInfo.length; i < arrayLength; i++) {
|
|
26317
26354
|
const untrustedConfig_orderedByInfo_item = untrustedConfig_orderedByInfo[i];
|
|
26318
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
26355
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$x(untrustedConfig_orderedByInfo_item);
|
|
26319
26356
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
26320
26357
|
untrustedConfig_orderedByInfo_array.push(untrustedConfig_orderedByInfo_item);
|
|
26321
26358
|
}
|
|
@@ -26323,8 +26360,8 @@
|
|
|
26323
26360
|
config.orderedByInfo = untrustedConfig_orderedByInfo_array;
|
|
26324
26361
|
}
|
|
26325
26362
|
const untrustedConfig_userPreferences = untrustedConfig.userPreferences;
|
|
26326
|
-
const
|
|
26327
|
-
if (
|
|
26363
|
+
const referenceListUserPreferenceInputRepresentationValidationError = validate$w(untrustedConfig_userPreferences);
|
|
26364
|
+
if (referenceListUserPreferenceInputRepresentationValidationError === null) {
|
|
26328
26365
|
config.userPreferences = untrustedConfig_userPreferences;
|
|
26329
26366
|
}
|
|
26330
26367
|
return config;
|
|
@@ -26411,7 +26448,7 @@
|
|
|
26411
26448
|
for (let i = 0; i < obj_orderedBy.length; i++) {
|
|
26412
26449
|
const obj_orderedBy_item = obj_orderedBy[i];
|
|
26413
26450
|
const path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
26414
|
-
const referencepath_orderedBy_itemValidationError = validate$
|
|
26451
|
+
const referencepath_orderedBy_itemValidationError = validate$1A(obj_orderedBy_item, path_orderedBy_item);
|
|
26415
26452
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
26416
26453
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
26417
26454
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27168,7 +27205,7 @@
|
|
|
27168
27205
|
const untrustedConfig_orderedBy_array = [];
|
|
27169
27206
|
for (let i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
27170
27207
|
const untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
27171
|
-
const referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
27208
|
+
const referenceListOrderedByInfoInputRepresentationValidationError = validate$x(untrustedConfig_orderedBy_item);
|
|
27172
27209
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
27173
27210
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
27174
27211
|
}
|
|
@@ -27539,7 +27576,7 @@
|
|
|
27539
27576
|
}
|
|
27540
27577
|
const obj_listReference = obj.listReference;
|
|
27541
27578
|
const path_listReference = path + '.listReference';
|
|
27542
|
-
const referencepath_listReferenceValidationError = validate$
|
|
27579
|
+
const referencepath_listReferenceValidationError = validate$D(obj_listReference, path_listReference);
|
|
27543
27580
|
if (referencepath_listReferenceValidationError !== null) {
|
|
27544
27581
|
let message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
27545
27582
|
message += referencepath_listReferenceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -30206,7 +30243,7 @@
|
|
|
30206
30243
|
for (let i = 0; i < obj_orderBy.length; i++) {
|
|
30207
30244
|
const obj_orderBy_item = obj_orderBy[i];
|
|
30208
30245
|
const path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
30209
|
-
const referencepath_orderBy_itemValidationError = validate$
|
|
30246
|
+
const referencepath_orderBy_itemValidationError = validate$1A(obj_orderBy_item, path_orderBy_item);
|
|
30210
30247
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
30211
30248
|
let message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
30212
30249
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -48917,7 +48954,7 @@
|
|
|
48917
48954
|
const path_recordTypeInfo = path + '.recordTypeInfo';
|
|
48918
48955
|
let obj_recordTypeInfo_union0 = null;
|
|
48919
48956
|
const obj_recordTypeInfo_union0_error = (() => {
|
|
48920
|
-
const referencepath_recordTypeInfoValidationError = validate$
|
|
48957
|
+
const referencepath_recordTypeInfoValidationError = validate$1x(obj_recordTypeInfo, path_recordTypeInfo);
|
|
48921
48958
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
48922
48959
|
let message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
48923
48960
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|