@salesforce/lds-adapters-uiapi 1.103.1 → 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 +1 -1
- package/sfdc/index.js +200 -163
- package/src/raml/api.raml +14 -14
- package/dist/types/src/generated/types/ListInfoInputRepresentation.d.ts +0 -33
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
}
|
|
447
447
|
|
|
448
448
|
var VERSION$1Z = "3b339f50551a63986bb2aa52572d2953";
|
|
449
|
-
function validate$
|
|
449
|
+
function validate$1D(obj, path) {
|
|
450
450
|
if (path === void 0) { path = 'ListColumnRepresentation'; }
|
|
451
451
|
var v_error = (function () {
|
|
452
452
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
};
|
|
494
494
|
|
|
495
495
|
var VERSION$1Y = "623aa9ce3a11031e35faf5671a41746e";
|
|
496
|
-
function validate$
|
|
496
|
+
function validate$1C(obj, path) {
|
|
497
497
|
if (path === void 0) { path = 'ListFilterByInfoRepresentation'; }
|
|
498
498
|
var v_error = (function () {
|
|
499
499
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
}
|
|
563
563
|
|
|
564
564
|
var VERSION$1X = "76042ff4af603b2ac0ec69fa0bd12046";
|
|
565
|
-
function validate$
|
|
565
|
+
function validate$1B(obj, path) {
|
|
566
566
|
if (path === void 0) { path = 'ListReferenceRepresentation'; }
|
|
567
567
|
var v_error = (function () {
|
|
568
568
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -683,7 +683,7 @@
|
|
|
683
683
|
}
|
|
684
684
|
|
|
685
685
|
var VERSION$1W = "32def9b631252c12b91a8209c1f49f5a";
|
|
686
|
-
function validate$
|
|
686
|
+
function validate$1A(obj, path) {
|
|
687
687
|
if (path === void 0) { path = 'ListOrderByInfoRepresentation'; }
|
|
688
688
|
var v_error = (function () {
|
|
689
689
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -754,7 +754,7 @@
|
|
|
754
754
|
}
|
|
755
755
|
|
|
756
756
|
var VERSION$1V = "6506134f4d72fdfa349fe60ef1af2413";
|
|
757
|
-
function validate$
|
|
757
|
+
function validate$1z(obj, path) {
|
|
758
758
|
if (path === void 0) { path = 'ListUserPreferenceRepresentation'; }
|
|
759
759
|
var v_error = (function () {
|
|
760
760
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -830,7 +830,7 @@
|
|
|
830
830
|
|
|
831
831
|
var TTL$A = 900000;
|
|
832
832
|
var VERSION$1U = "ce51760eb46b65c484f42de806102162";
|
|
833
|
-
function validate$
|
|
833
|
+
function validate$1y(obj, path) {
|
|
834
834
|
if (path === void 0) { path = 'ListInfoRepresentation'; }
|
|
835
835
|
var v_error = (function () {
|
|
836
836
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
for (var i = 0; i < obj_displayColumns.length; i++) {
|
|
860
860
|
var obj_displayColumns_item = obj_displayColumns[i];
|
|
861
861
|
var path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
862
|
-
var referencepath_displayColumns_itemValidationError = validate$
|
|
862
|
+
var referencepath_displayColumns_itemValidationError = validate$1D(obj_displayColumns_item, path_displayColumns_item);
|
|
863
863
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
864
864
|
var message = 'Object doesn\'t match ListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
865
865
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -905,7 +905,7 @@
|
|
|
905
905
|
for (var i = 0; i < obj_filteredByInfo.length; i++) {
|
|
906
906
|
var obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
907
907
|
var path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
908
|
-
var referencepath_filteredByInfo_itemValidationError = validate$
|
|
908
|
+
var referencepath_filteredByInfo_itemValidationError = validate$1C(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
909
909
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
910
910
|
var message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
911
911
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -940,7 +940,7 @@
|
|
|
940
940
|
}
|
|
941
941
|
var obj_listReference = obj.listReference;
|
|
942
942
|
var path_listReference = path + '.listReference';
|
|
943
|
-
var referencepath_listReferenceValidationError = validate$
|
|
943
|
+
var referencepath_listReferenceValidationError = validate$1B(obj_listReference, path_listReference);
|
|
944
944
|
if (referencepath_listReferenceValidationError !== null) {
|
|
945
945
|
var message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
946
946
|
message += referencepath_listReferenceValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -966,7 +966,7 @@
|
|
|
966
966
|
for (var i = 0; i < obj_orderedByInfo.length; i++) {
|
|
967
967
|
var obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
968
968
|
var path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
969
|
-
var referencepath_orderedByInfo_itemValidationError = validate$
|
|
969
|
+
var referencepath_orderedByInfo_itemValidationError = validate$1A(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
970
970
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
971
971
|
var message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
972
972
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -980,7 +980,7 @@
|
|
|
980
980
|
}
|
|
981
981
|
var obj_userPreferences = obj.userPreferences;
|
|
982
982
|
var path_userPreferences = path + '.userPreferences';
|
|
983
|
-
var referencepath_userPreferencesValidationError = validate$
|
|
983
|
+
var referencepath_userPreferencesValidationError = validate$1z(obj_userPreferences, path_userPreferences);
|
|
984
984
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
985
985
|
var message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
986
986
|
message += referencepath_userPreferencesValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -1103,7 +1103,7 @@
|
|
|
1103
1103
|
}
|
|
1104
1104
|
var ingest$1t = function ListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1105
1105
|
if (process.env.NODE_ENV !== 'production') {
|
|
1106
|
-
var validateError = validate$
|
|
1106
|
+
var validateError = validate$1y(input);
|
|
1107
1107
|
if (validateError !== null) {
|
|
1108
1108
|
throw validateError;
|
|
1109
1109
|
}
|
|
@@ -1144,7 +1144,7 @@
|
|
|
1144
1144
|
}
|
|
1145
1145
|
|
|
1146
1146
|
var VERSION$1T = "d1e589a127fb1060c89070cdb6f500b2";
|
|
1147
|
-
function validate$
|
|
1147
|
+
function validate$1x(obj, path) {
|
|
1148
1148
|
if (path === void 0) { path = 'RecordTypeInfoRepresentation'; }
|
|
1149
1149
|
var v_error = (function () {
|
|
1150
1150
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -1240,7 +1240,7 @@
|
|
|
1240
1240
|
}
|
|
1241
1241
|
|
|
1242
1242
|
var VERSION$1S = "195d918987a35f45e1aa4dce9a11d8c5";
|
|
1243
|
-
function validate$
|
|
1243
|
+
function validate$1w(obj, path) {
|
|
1244
1244
|
if (path === void 0) { path = 'FieldValueRepresentation'; }
|
|
1245
1245
|
var v_error = (function () {
|
|
1246
1246
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -1395,7 +1395,7 @@
|
|
|
1395
1395
|
}
|
|
1396
1396
|
var ingest$1s = function FieldValueRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1397
1397
|
if (process.env.NODE_ENV !== 'production') {
|
|
1398
|
-
var validateError = validate$
|
|
1398
|
+
var validateError = validate$1w(input);
|
|
1399
1399
|
if (validateError !== null) {
|
|
1400
1400
|
throw validateError;
|
|
1401
1401
|
}
|
|
@@ -1483,7 +1483,7 @@
|
|
|
1483
1483
|
|
|
1484
1484
|
var TTL$z = 120000;
|
|
1485
1485
|
var VERSION$1R = "79cb5ac9f44542f683d00245fdfe500d";
|
|
1486
|
-
function validate$
|
|
1486
|
+
function validate$1v(obj, path) {
|
|
1487
1487
|
if (path === void 0) { path = 'RecordCollectionRepresentation'; }
|
|
1488
1488
|
var v_error = (function () {
|
|
1489
1489
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -1766,7 +1766,7 @@
|
|
|
1766
1766
|
}
|
|
1767
1767
|
var ingest$1r = function RecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1768
1768
|
if (process.env.NODE_ENV !== 'production') {
|
|
1769
|
-
var validateError = validate$
|
|
1769
|
+
var validateError = validate$1v(input);
|
|
1770
1770
|
if (validateError !== null) {
|
|
1771
1771
|
throw validateError;
|
|
1772
1772
|
}
|
|
@@ -1822,7 +1822,7 @@
|
|
|
1822
1822
|
|
|
1823
1823
|
var TTL$y = 30000;
|
|
1824
1824
|
var VERSION$1Q = "98c5b18512e48ca8d28727549507e4ba";
|
|
1825
|
-
function validate$
|
|
1825
|
+
function validate$1u(obj, path) {
|
|
1826
1826
|
if (path === void 0) { path = 'RecordRepresentation'; }
|
|
1827
1827
|
var v_error = (function () {
|
|
1828
1828
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -1953,7 +1953,7 @@
|
|
|
1953
1953
|
var path_recordTypeInfo = path + '.recordTypeInfo';
|
|
1954
1954
|
var obj_recordTypeInfo_union0 = null;
|
|
1955
1955
|
var obj_recordTypeInfo_union0_error = (function () {
|
|
1956
|
-
var referencepath_recordTypeInfoValidationError = validate$
|
|
1956
|
+
var referencepath_recordTypeInfoValidationError = validate$1x(obj_recordTypeInfo, path_recordTypeInfo);
|
|
1957
1957
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
1958
1958
|
var message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
1959
1959
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -4767,7 +4767,7 @@
|
|
|
4767
4767
|
function makeIngest(fieldsTrie, optionalFieldsTrie, recordConflictMap) {
|
|
4768
4768
|
return function (input, path, luvio, store, timestamp) {
|
|
4769
4769
|
if (process.env.NODE_ENV !== 'production') {
|
|
4770
|
-
var validateError = validate$
|
|
4770
|
+
var validateError = validate$1w(input);
|
|
4771
4771
|
if (validateError !== null) {
|
|
4772
4772
|
throw validateError;
|
|
4773
4773
|
}
|
|
@@ -4860,7 +4860,7 @@
|
|
|
4860
4860
|
var childNormalize = createChildRecordNormalize(fieldsTrie, optionalFieldsTrie, recordConflictMap);
|
|
4861
4861
|
return function (input, path, luvio, store, timestamp) {
|
|
4862
4862
|
if (process.env.NODE_ENV !== 'production') {
|
|
4863
|
-
var validateError = validate$
|
|
4863
|
+
var validateError = validate$1u(input);
|
|
4864
4864
|
if (validateError !== null) {
|
|
4865
4865
|
throw validateError;
|
|
4866
4866
|
}
|
|
@@ -5904,7 +5904,7 @@
|
|
|
5904
5904
|
}
|
|
5905
5905
|
|
|
5906
5906
|
var VERSION$1O = "7c380e05568c88f57081db3ca03df013";
|
|
5907
|
-
function validate$
|
|
5907
|
+
function validate$1t(obj, path) {
|
|
5908
5908
|
if (path === void 0) { path = 'ListRecordCollectionRepresentation'; }
|
|
5909
5909
|
var v_error = (function () {
|
|
5910
5910
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -5944,7 +5944,7 @@
|
|
|
5944
5944
|
}
|
|
5945
5945
|
var obj_listReference = obj.listReference;
|
|
5946
5946
|
var path_listReference = path + '.listReference';
|
|
5947
|
-
var referencepath_listReferenceValidationError = validate$
|
|
5947
|
+
var referencepath_listReferenceValidationError = validate$1B(obj_listReference, path_listReference);
|
|
5948
5948
|
if (referencepath_listReferenceValidationError !== null) {
|
|
5949
5949
|
var message = 'Object doesn\'t match ListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
5950
5950
|
message += referencepath_listReferenceValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -6446,7 +6446,7 @@
|
|
|
6446
6446
|
var ingest$1p = function ListRecordCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
6447
6447
|
var _a;
|
|
6448
6448
|
if (process.env.NODE_ENV !== 'production') {
|
|
6449
|
-
var validateError = validate$
|
|
6449
|
+
var validateError = validate$1t(input);
|
|
6450
6450
|
if (validateError !== null) {
|
|
6451
6451
|
throw validateError;
|
|
6452
6452
|
}
|
|
@@ -6537,7 +6537,7 @@
|
|
|
6537
6537
|
}
|
|
6538
6538
|
|
|
6539
6539
|
var VERSION$1N = "cf8d2eb042188974da26ffe6618cfd07";
|
|
6540
|
-
function validate$
|
|
6540
|
+
function validate$1s(obj, path) {
|
|
6541
6541
|
if (path === void 0) { path = 'ListUiRepresentation'; }
|
|
6542
6542
|
var v_error = (function () {
|
|
6543
6543
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -6665,7 +6665,7 @@
|
|
|
6665
6665
|
}
|
|
6666
6666
|
var ingest$1o = function ListUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
6667
6667
|
if (process.env.NODE_ENV !== 'production') {
|
|
6668
|
-
var validateError = validate$
|
|
6668
|
+
var validateError = validate$1s(input);
|
|
6669
6669
|
if (validateError !== null) {
|
|
6670
6670
|
throw validateError;
|
|
6671
6671
|
}
|
|
@@ -7519,7 +7519,7 @@
|
|
|
7519
7519
|
}
|
|
7520
7520
|
|
|
7521
7521
|
var VERSION$1M = "c6347b2701bb8ffb0b6ca6c027011c57";
|
|
7522
|
-
function validate$
|
|
7522
|
+
function validate$1r(obj, path) {
|
|
7523
7523
|
if (path === void 0) { path = 'ListViewSummaryRepresentation'; }
|
|
7524
7524
|
var v_error = (function () {
|
|
7525
7525
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -7611,7 +7611,7 @@
|
|
|
7611
7611
|
}
|
|
7612
7612
|
var ingest$1n = function ListViewSummaryRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7613
7613
|
if (process.env.NODE_ENV !== 'production') {
|
|
7614
|
-
var validateError = validate$
|
|
7614
|
+
var validateError = validate$1r(input);
|
|
7615
7615
|
if (validateError !== null) {
|
|
7616
7616
|
throw validateError;
|
|
7617
7617
|
}
|
|
@@ -7652,7 +7652,7 @@
|
|
|
7652
7652
|
}
|
|
7653
7653
|
|
|
7654
7654
|
var VERSION$1L = "f4c79fe066da3558499d5ee88c72abcd";
|
|
7655
|
-
function validate$
|
|
7655
|
+
function validate$1q(obj, path) {
|
|
7656
7656
|
if (path === void 0) { path = 'ListViewSummaryCollectionRepresentation'; }
|
|
7657
7657
|
var v_error = (function () {
|
|
7658
7658
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -8039,7 +8039,7 @@
|
|
|
8039
8039
|
var ingest$1m = function ListViewSummaryCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8040
8040
|
var _a;
|
|
8041
8041
|
if (process.env.NODE_ENV !== 'production') {
|
|
8042
|
-
var validateError = validate$
|
|
8042
|
+
var validateError = validate$1q(input);
|
|
8043
8043
|
if (validateError !== null) {
|
|
8044
8044
|
throw validateError;
|
|
8045
8045
|
}
|
|
@@ -9260,7 +9260,7 @@
|
|
|
9260
9260
|
}, { contextId: contextId$3 });
|
|
9261
9261
|
};
|
|
9262
9262
|
|
|
9263
|
-
function validate$
|
|
9263
|
+
function validate$1p(obj, path) {
|
|
9264
9264
|
if (path === void 0) { path = 'ChildRelationshipRepresentation'; }
|
|
9265
9265
|
var v_error = (function () {
|
|
9266
9266
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -9316,7 +9316,7 @@
|
|
|
9316
9316
|
ObjectFreeze(input);
|
|
9317
9317
|
}
|
|
9318
9318
|
|
|
9319
|
-
function validate$
|
|
9319
|
+
function validate$1o(obj, path) {
|
|
9320
9320
|
if (path === void 0) { path = 'FilteredLookupInfoRepresentation'; }
|
|
9321
9321
|
var v_error = (function () {
|
|
9322
9322
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -9353,7 +9353,7 @@
|
|
|
9353
9353
|
ObjectFreeze(input);
|
|
9354
9354
|
}
|
|
9355
9355
|
|
|
9356
|
-
function validate$
|
|
9356
|
+
function validate$1n(obj, path) {
|
|
9357
9357
|
if (path === void 0) { path = 'ReferenceToInfoRepresentation'; }
|
|
9358
9358
|
var v_error = (function () {
|
|
9359
9359
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -9385,7 +9385,7 @@
|
|
|
9385
9385
|
ObjectFreeze(input);
|
|
9386
9386
|
}
|
|
9387
9387
|
|
|
9388
|
-
function validate$
|
|
9388
|
+
function validate$1m(obj, path) {
|
|
9389
9389
|
if (path === void 0) { path = 'FieldRepresentation'; }
|
|
9390
9390
|
var v_error = (function () {
|
|
9391
9391
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -9546,7 +9546,7 @@
|
|
|
9546
9546
|
var path_filteredLookupInfo = path + '.filteredLookupInfo';
|
|
9547
9547
|
var obj_filteredLookupInfo_union0 = null;
|
|
9548
9548
|
var obj_filteredLookupInfo_union0_error = (function () {
|
|
9549
|
-
var referencepath_filteredLookupInfoValidationError = validate$
|
|
9549
|
+
var referencepath_filteredLookupInfoValidationError = validate$1o(obj_filteredLookupInfo, path_filteredLookupInfo);
|
|
9550
9550
|
if (referencepath_filteredLookupInfoValidationError !== null) {
|
|
9551
9551
|
var message = 'Object doesn\'t match FilteredLookupInfoRepresentation (at "' + path_filteredLookupInfo + '")\n';
|
|
9552
9552
|
message += referencepath_filteredLookupInfoValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -9671,7 +9671,7 @@
|
|
|
9671
9671
|
for (var i = 0; i < obj_referenceToInfos.length; i++) {
|
|
9672
9672
|
var obj_referenceToInfos_item = obj_referenceToInfos[i];
|
|
9673
9673
|
var path_referenceToInfos_item = path_referenceToInfos + '[' + i + ']';
|
|
9674
|
-
var referencepath_referenceToInfos_itemValidationError = validate$
|
|
9674
|
+
var referencepath_referenceToInfos_itemValidationError = validate$1n(obj_referenceToInfos_item, path_referenceToInfos_item);
|
|
9675
9675
|
if (referencepath_referenceToInfos_itemValidationError !== null) {
|
|
9676
9676
|
var message = 'Object doesn\'t match ReferenceToInfoRepresentation (at "' + path_referenceToInfos_item + '")\n';
|
|
9677
9677
|
message += referencepath_referenceToInfos_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -9753,7 +9753,7 @@
|
|
|
9753
9753
|
ObjectFreeze(input);
|
|
9754
9754
|
}
|
|
9755
9755
|
|
|
9756
|
-
function validate$
|
|
9756
|
+
function validate$1l(obj, path) {
|
|
9757
9757
|
if (path === void 0) { path = 'ThemeInfoRepresentation'; }
|
|
9758
9758
|
var v_error = (function () {
|
|
9759
9759
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -9799,7 +9799,7 @@
|
|
|
9799
9799
|
|
|
9800
9800
|
var TTL$x = 900000;
|
|
9801
9801
|
var VERSION$1K = "ec9370a0cd56f4769fe9ec5cd942ff30";
|
|
9802
|
-
function validate$
|
|
9802
|
+
function validate$1k(obj, path) {
|
|
9803
9803
|
if (path === void 0) { path = 'ObjectInfoRepresentation'; }
|
|
9804
9804
|
var v_error = (function () {
|
|
9805
9805
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -9870,7 +9870,7 @@
|
|
|
9870
9870
|
for (var i = 0; i < obj_childRelationships.length; i++) {
|
|
9871
9871
|
var obj_childRelationships_item = obj_childRelationships[i];
|
|
9872
9872
|
var path_childRelationships_item = path_childRelationships + '[' + i + ']';
|
|
9873
|
-
var referencepath_childRelationships_itemValidationError = validate$
|
|
9873
|
+
var referencepath_childRelationships_itemValidationError = validate$1p(obj_childRelationships_item, path_childRelationships_item);
|
|
9874
9874
|
if (referencepath_childRelationships_itemValidationError !== null) {
|
|
9875
9875
|
var message = 'Object doesn\'t match ChildRelationshipRepresentation (at "' + path_childRelationships_item + '")\n';
|
|
9876
9876
|
message += referencepath_childRelationships_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -9952,7 +9952,7 @@
|
|
|
9952
9952
|
var key = obj_fields_keys[i];
|
|
9953
9953
|
var obj_fields_prop = obj_fields[key];
|
|
9954
9954
|
var path_fields_prop = path_fields + '["' + key + '"]';
|
|
9955
|
-
var referencepath_fields_propValidationError = validate$
|
|
9955
|
+
var referencepath_fields_propValidationError = validate$1m(obj_fields_prop, path_fields_prop);
|
|
9956
9956
|
if (referencepath_fields_propValidationError !== null) {
|
|
9957
9957
|
var message = 'Object doesn\'t match FieldRepresentation (at "' + path_fields_prop + '")\n';
|
|
9958
9958
|
message += referencepath_fields_propValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -10032,7 +10032,7 @@
|
|
|
10032
10032
|
var key = obj_recordTypeInfos_keys[i];
|
|
10033
10033
|
var obj_recordTypeInfos_prop = obj_recordTypeInfos[key];
|
|
10034
10034
|
var path_recordTypeInfos_prop = path_recordTypeInfos + '["' + key + '"]';
|
|
10035
|
-
var referencepath_recordTypeInfos_propValidationError = validate$
|
|
10035
|
+
var referencepath_recordTypeInfos_propValidationError = validate$1x(obj_recordTypeInfos_prop, path_recordTypeInfos_prop);
|
|
10036
10036
|
if (referencepath_recordTypeInfos_propValidationError !== null) {
|
|
10037
10037
|
var message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfos_prop + '")\n';
|
|
10038
10038
|
message += referencepath_recordTypeInfos_propValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -10048,7 +10048,7 @@
|
|
|
10048
10048
|
var path_themeInfo = path + '.themeInfo';
|
|
10049
10049
|
var obj_themeInfo_union0 = null;
|
|
10050
10050
|
var obj_themeInfo_union0_error = (function () {
|
|
10051
|
-
var referencepath_themeInfoValidationError = validate$
|
|
10051
|
+
var referencepath_themeInfoValidationError = validate$1l(obj_themeInfo, path_themeInfo);
|
|
10052
10052
|
if (referencepath_themeInfoValidationError !== null) {
|
|
10053
10053
|
var message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
10054
10054
|
message += referencepath_themeInfoValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -10249,7 +10249,7 @@
|
|
|
10249
10249
|
}
|
|
10250
10250
|
var ingest$1l = function ObjectInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10251
10251
|
if (process.env.NODE_ENV !== 'production') {
|
|
10252
|
-
var validateError = validate$
|
|
10252
|
+
var validateError = validate$1k(input);
|
|
10253
10253
|
if (validateError !== null) {
|
|
10254
10254
|
throw validateError;
|
|
10255
10255
|
}
|
|
@@ -10460,7 +10460,7 @@
|
|
|
10460
10460
|
buildCachedSnapshotCachePolicy$I, buildNetworkSnapshotCachePolicy$J);
|
|
10461
10461
|
}; };
|
|
10462
10462
|
|
|
10463
|
-
function validate$
|
|
10463
|
+
function validate$1j(obj, path) {
|
|
10464
10464
|
if (path === void 0) { path = 'RecordLayoutSaveOptionRepresentation'; }
|
|
10465
10465
|
var v_error = (function () {
|
|
10466
10466
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -10512,7 +10512,7 @@
|
|
|
10512
10512
|
DiscriminatorValues["Field"] = "Field";
|
|
10513
10513
|
DiscriminatorValues["CustomLink"] = "CustomLink";
|
|
10514
10514
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
10515
|
-
function validate$
|
|
10515
|
+
function validate$1i(obj, path) {
|
|
10516
10516
|
if (path === void 0) { path = 'AbstractRecordLayoutComponentRepresentation'; }
|
|
10517
10517
|
var v_error = (function () {
|
|
10518
10518
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -10556,7 +10556,7 @@
|
|
|
10556
10556
|
ObjectFreeze(input);
|
|
10557
10557
|
}
|
|
10558
10558
|
|
|
10559
|
-
function validate$
|
|
10559
|
+
function validate$1h(obj, path) {
|
|
10560
10560
|
if (path === void 0) { path = 'RecordLayoutItemRepresentation'; }
|
|
10561
10561
|
var v_error = (function () {
|
|
10562
10562
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -10585,7 +10585,7 @@
|
|
|
10585
10585
|
for (var i = 0; i < obj_layoutComponents.length; i++) {
|
|
10586
10586
|
var obj_layoutComponents_item = obj_layoutComponents[i];
|
|
10587
10587
|
var path_layoutComponents_item = path_layoutComponents + '[' + i + ']';
|
|
10588
|
-
var referencepath_layoutComponents_itemValidationError = validate$
|
|
10588
|
+
var referencepath_layoutComponents_itemValidationError = validate$1i(obj_layoutComponents_item, path_layoutComponents_item);
|
|
10589
10589
|
if (referencepath_layoutComponents_itemValidationError !== null) {
|
|
10590
10590
|
var message = 'Object doesn\'t match AbstractRecordLayoutComponentRepresentation (at "' + path_layoutComponents_item + '")\n';
|
|
10591
10591
|
message += referencepath_layoutComponents_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -10641,7 +10641,7 @@
|
|
|
10641
10641
|
ObjectFreeze(input);
|
|
10642
10642
|
}
|
|
10643
10643
|
|
|
10644
|
-
function validate$
|
|
10644
|
+
function validate$1g(obj, path) {
|
|
10645
10645
|
if (path === void 0) { path = 'RecordLayoutRowRepresentation'; }
|
|
10646
10646
|
var v_error = (function () {
|
|
10647
10647
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -10655,7 +10655,7 @@
|
|
|
10655
10655
|
for (var i = 0; i < obj_layoutItems.length; i++) {
|
|
10656
10656
|
var obj_layoutItems_item = obj_layoutItems[i];
|
|
10657
10657
|
var path_layoutItems_item = path_layoutItems + '[' + i + ']';
|
|
10658
|
-
var referencepath_layoutItems_itemValidationError = validate$
|
|
10658
|
+
var referencepath_layoutItems_itemValidationError = validate$1h(obj_layoutItems_item, path_layoutItems_item);
|
|
10659
10659
|
if (referencepath_layoutItems_itemValidationError !== null) {
|
|
10660
10660
|
var message = 'Object doesn\'t match RecordLayoutItemRepresentation (at "' + path_layoutItems_item + '")\n';
|
|
10661
10661
|
message += referencepath_layoutItems_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -10675,7 +10675,7 @@
|
|
|
10675
10675
|
ObjectFreeze(input);
|
|
10676
10676
|
}
|
|
10677
10677
|
|
|
10678
|
-
function validate$
|
|
10678
|
+
function validate$1f(obj, path) {
|
|
10679
10679
|
if (path === void 0) { path = 'RecordLayoutSectionRepresentation'; }
|
|
10680
10680
|
var v_error = (function () {
|
|
10681
10681
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -10751,7 +10751,7 @@
|
|
|
10751
10751
|
for (var i = 0; i < obj_layoutRows.length; i++) {
|
|
10752
10752
|
var obj_layoutRows_item = obj_layoutRows[i];
|
|
10753
10753
|
var path_layoutRows_item = path_layoutRows + '[' + i + ']';
|
|
10754
|
-
var referencepath_layoutRows_itemValidationError = validate$
|
|
10754
|
+
var referencepath_layoutRows_itemValidationError = validate$1g(obj_layoutRows_item, path_layoutRows_item);
|
|
10755
10755
|
if (referencepath_layoutRows_itemValidationError !== null) {
|
|
10756
10756
|
var message = 'Object doesn\'t match RecordLayoutRowRepresentation (at "' + path_layoutRows_item + '")\n';
|
|
10757
10757
|
message += referencepath_layoutRows_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -10783,7 +10783,7 @@
|
|
|
10783
10783
|
|
|
10784
10784
|
var TTL$w = 900000;
|
|
10785
10785
|
var VERSION$1J = "9098f497e606c4ed6953b8ce203e8fb5";
|
|
10786
|
-
function validate$
|
|
10786
|
+
function validate$1e(obj, path) {
|
|
10787
10787
|
if (path === void 0) { path = 'RecordLayoutRepresentation'; }
|
|
10788
10788
|
var v_error = (function () {
|
|
10789
10789
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -10848,7 +10848,7 @@
|
|
|
10848
10848
|
for (var i = 0; i < obj_saveOptions.length; i++) {
|
|
10849
10849
|
var obj_saveOptions_item = obj_saveOptions[i];
|
|
10850
10850
|
var path_saveOptions_item = path_saveOptions + '[' + i + ']';
|
|
10851
|
-
var referencepath_saveOptions_itemValidationError = validate$
|
|
10851
|
+
var referencepath_saveOptions_itemValidationError = validate$1j(obj_saveOptions_item, path_saveOptions_item);
|
|
10852
10852
|
if (referencepath_saveOptions_itemValidationError !== null) {
|
|
10853
10853
|
var message = 'Object doesn\'t match RecordLayoutSaveOptionRepresentation (at "' + path_saveOptions_item + '")\n';
|
|
10854
10854
|
message += referencepath_saveOptions_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -10863,7 +10863,7 @@
|
|
|
10863
10863
|
for (var i = 0; i < obj_sections.length; i++) {
|
|
10864
10864
|
var obj_sections_item = obj_sections[i];
|
|
10865
10865
|
var path_sections_item = path_sections + '[' + i + ']';
|
|
10866
|
-
var referencepath_sections_itemValidationError = validate$
|
|
10866
|
+
var referencepath_sections_itemValidationError = validate$1f(obj_sections_item, path_sections_item);
|
|
10867
10867
|
if (referencepath_sections_itemValidationError !== null) {
|
|
10868
10868
|
var message = 'Object doesn\'t match RecordLayoutSectionRepresentation (at "' + path_sections_item + '")\n';
|
|
10869
10869
|
message += referencepath_sections_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -10953,7 +10953,7 @@
|
|
|
10953
10953
|
}
|
|
10954
10954
|
var ingest$1k = function RecordLayoutRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
10955
10955
|
if (process.env.NODE_ENV !== 'production') {
|
|
10956
|
-
var validateError = validate$
|
|
10956
|
+
var validateError = validate$1e(input);
|
|
10957
10957
|
if (validateError !== null) {
|
|
10958
10958
|
throw validateError;
|
|
10959
10959
|
}
|
|
@@ -10994,7 +10994,7 @@
|
|
|
10994
10994
|
return rootKeySet;
|
|
10995
10995
|
}
|
|
10996
10996
|
|
|
10997
|
-
function validate$
|
|
10997
|
+
function validate$1d(obj, path) {
|
|
10998
10998
|
if (path === void 0) { path = 'RecordLayoutSectionUserStateRepresentation'; }
|
|
10999
10999
|
var v_error = (function () {
|
|
11000
11000
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -11019,7 +11019,7 @@
|
|
|
11019
11019
|
|
|
11020
11020
|
var TTL$v = 900000;
|
|
11021
11021
|
var VERSION$1I = "4ba42e1fa0fb00cf78fce86082da41c9";
|
|
11022
|
-
function validate$
|
|
11022
|
+
function validate$1c(obj, path) {
|
|
11023
11023
|
if (path === void 0) { path = 'RecordLayoutUserStateRepresentation'; }
|
|
11024
11024
|
var v_error = (function () {
|
|
11025
11025
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -11060,7 +11060,7 @@
|
|
|
11060
11060
|
var key = obj_sectionUserStates_keys[i];
|
|
11061
11061
|
var obj_sectionUserStates_prop = obj_sectionUserStates[key];
|
|
11062
11062
|
var path_sectionUserStates_prop = path_sectionUserStates + '["' + key + '"]';
|
|
11063
|
-
var referencepath_sectionUserStates_propValidationError = validate$
|
|
11063
|
+
var referencepath_sectionUserStates_propValidationError = validate$1d(obj_sectionUserStates_prop, path_sectionUserStates_prop);
|
|
11064
11064
|
if (referencepath_sectionUserStates_propValidationError !== null) {
|
|
11065
11065
|
var message = 'Object doesn\'t match RecordLayoutSectionUserStateRepresentation (at "' + path_sectionUserStates_prop + '")\n';
|
|
11066
11066
|
message += referencepath_sectionUserStates_propValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -11129,7 +11129,7 @@
|
|
|
11129
11129
|
}
|
|
11130
11130
|
var ingest$1j = function RecordLayoutUserStateRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11131
11131
|
if (process.env.NODE_ENV !== 'production') {
|
|
11132
|
-
var validateError = validate$
|
|
11132
|
+
var validateError = validate$1c(input);
|
|
11133
11133
|
if (validateError !== null) {
|
|
11134
11134
|
throw validateError;
|
|
11135
11135
|
}
|
|
@@ -11172,7 +11172,7 @@
|
|
|
11172
11172
|
|
|
11173
11173
|
var TTL$u = 900000;
|
|
11174
11174
|
var VERSION$1H = "49cdd4bc235a6094c3559cc7735b3b6d";
|
|
11175
|
-
function validate$
|
|
11175
|
+
function validate$1b(obj, path) {
|
|
11176
11176
|
if (path === void 0) { path = 'RecordUiRepresentation'; }
|
|
11177
11177
|
var v_error = (function () {
|
|
11178
11178
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -11435,7 +11435,7 @@
|
|
|
11435
11435
|
}
|
|
11436
11436
|
var ingest$1i = function RecordUiRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
11437
11437
|
if (process.env.NODE_ENV !== 'production') {
|
|
11438
|
-
var validateError = validate$
|
|
11438
|
+
var validateError = validate$1b(input);
|
|
11439
11439
|
if (validateError !== null) {
|
|
11440
11440
|
throw validateError;
|
|
11441
11441
|
}
|
|
@@ -12618,7 +12618,7 @@
|
|
|
12618
12618
|
};
|
|
12619
12619
|
|
|
12620
12620
|
var VERSION$1G = "7e00c51105cbf56a79ab8fcddf462c1e";
|
|
12621
|
-
function validate$
|
|
12621
|
+
function validate$1a(obj, path) {
|
|
12622
12622
|
if (path === void 0) { path = 'QuickActionExecutionRepresentation'; }
|
|
12623
12623
|
var v_error = (function () {
|
|
12624
12624
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -12792,7 +12792,7 @@
|
|
|
12792
12792
|
}
|
|
12793
12793
|
var ingest$1h = function QuickActionExecutionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
12794
12794
|
if (process.env.NODE_ENV !== 'production') {
|
|
12795
|
-
var validateError = validate$
|
|
12795
|
+
var validateError = validate$1a(input);
|
|
12796
12796
|
if (validateError !== null) {
|
|
12797
12797
|
throw validateError;
|
|
12798
12798
|
}
|
|
@@ -12833,7 +12833,7 @@
|
|
|
12833
12833
|
}
|
|
12834
12834
|
|
|
12835
12835
|
var VERSION$1F = "3f49d751896cf66e6e29788d8880e2cc";
|
|
12836
|
-
function validate$
|
|
12836
|
+
function validate$19(obj, path) {
|
|
12837
12837
|
if (path === void 0) { path = 'PlatformActionRepresentation'; }
|
|
12838
12838
|
var v_error = (function () {
|
|
12839
12839
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -13366,7 +13366,7 @@
|
|
|
13366
13366
|
}
|
|
13367
13367
|
var ingest$1g = function PlatformActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13368
13368
|
if (process.env.NODE_ENV !== 'production') {
|
|
13369
|
-
var validateError = validate$
|
|
13369
|
+
var validateError = validate$19(input);
|
|
13370
13370
|
if (validateError !== null) {
|
|
13371
13371
|
throw validateError;
|
|
13372
13372
|
}
|
|
@@ -13407,7 +13407,7 @@
|
|
|
13407
13407
|
}
|
|
13408
13408
|
|
|
13409
13409
|
var VERSION$1E = "378d506f563a4bd724b322d440df33d1";
|
|
13410
|
-
function validate$
|
|
13410
|
+
function validate$18(obj, path) {
|
|
13411
13411
|
if (path === void 0) { path = 'EntityActionRepresentation'; }
|
|
13412
13412
|
var v_error = (function () {
|
|
13413
13413
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -13522,7 +13522,7 @@
|
|
|
13522
13522
|
}
|
|
13523
13523
|
var ingest$1f = function EntityActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13524
13524
|
if (process.env.NODE_ENV !== 'production') {
|
|
13525
|
-
var validateError = validate$
|
|
13525
|
+
var validateError = validate$18(input);
|
|
13526
13526
|
if (validateError !== null) {
|
|
13527
13527
|
throw validateError;
|
|
13528
13528
|
}
|
|
@@ -13568,7 +13568,7 @@
|
|
|
13568
13568
|
|
|
13569
13569
|
var TTL$t = 300000;
|
|
13570
13570
|
var VERSION$1D = "e485d96c1402a9ca2f56e56485af0216";
|
|
13571
|
-
function validate$
|
|
13571
|
+
function validate$17(obj, path) {
|
|
13572
13572
|
if (path === void 0) { path = 'ActionRepresentation'; }
|
|
13573
13573
|
var v_error = (function () {
|
|
13574
13574
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -13667,7 +13667,7 @@
|
|
|
13667
13667
|
}
|
|
13668
13668
|
var ingest$1e = function ActionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
13669
13669
|
if (process.env.NODE_ENV !== 'production') {
|
|
13670
|
-
var validateError = validate$
|
|
13670
|
+
var validateError = validate$17(input);
|
|
13671
13671
|
if (validateError !== null) {
|
|
13672
13672
|
throw validateError;
|
|
13673
13673
|
}
|
|
@@ -14419,7 +14419,7 @@
|
|
|
14419
14419
|
}; };
|
|
14420
14420
|
|
|
14421
14421
|
var VERSION$1C = "fecd80e9e24a1c1e75fd5395cd34ff2e";
|
|
14422
|
-
function validate$
|
|
14422
|
+
function validate$16(obj, path) {
|
|
14423
14423
|
if (path === void 0) { path = 'ActionOverrideRepresentation'; }
|
|
14424
14424
|
var v_error = (function () {
|
|
14425
14425
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -14458,7 +14458,7 @@
|
|
|
14458
14458
|
}
|
|
14459
14459
|
var ingest$1d = function ActionOverrideRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14460
14460
|
if (process.env.NODE_ENV !== 'production') {
|
|
14461
|
-
var validateError = validate$
|
|
14461
|
+
var validateError = validate$16(input);
|
|
14462
14462
|
if (validateError !== null) {
|
|
14463
14463
|
throw validateError;
|
|
14464
14464
|
}
|
|
@@ -14674,7 +14674,7 @@
|
|
|
14674
14674
|
|
|
14675
14675
|
var TTL$s = 900000;
|
|
14676
14676
|
var VERSION$1B = "993b0a7bce6056c4f57ed300ec153d9c";
|
|
14677
|
-
function validate$
|
|
14677
|
+
function validate$15(obj, path) {
|
|
14678
14678
|
if (path === void 0) { path = 'QuickActionDefaultsRepresentation'; }
|
|
14679
14679
|
var v_error = (function () {
|
|
14680
14680
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -14839,7 +14839,7 @@
|
|
|
14839
14839
|
var dynamicIngest$4 = function (ingestParams) {
|
|
14840
14840
|
return function QuickActionDefaultsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
14841
14841
|
if (process.env.NODE_ENV !== 'production') {
|
|
14842
|
-
var validateError = validate$
|
|
14842
|
+
var validateError = validate$15(input);
|
|
14843
14843
|
if (validateError !== null) {
|
|
14844
14844
|
throw validateError;
|
|
14845
14845
|
}
|
|
@@ -15568,7 +15568,7 @@
|
|
|
15568
15568
|
buildCachedSnapshotCachePolicy$B, buildNetworkSnapshotCachePolicy$C);
|
|
15569
15569
|
}; };
|
|
15570
15570
|
|
|
15571
|
-
function validate$
|
|
15571
|
+
function validate$14(obj, path) {
|
|
15572
15572
|
if (path === void 0) { path = 'ActionRelatedListSingleBatchInputRepresentation'; }
|
|
15573
15573
|
var v_error = (function () {
|
|
15574
15574
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -15980,7 +15980,7 @@
|
|
|
15980
15980
|
var untrustedConfig_relatedListsActionParameters_array = [];
|
|
15981
15981
|
for (var i = 0, arrayLength = untrustedConfig_relatedListsActionParameters.length; i < arrayLength; i++) {
|
|
15982
15982
|
var untrustedConfig_relatedListsActionParameters_item = untrustedConfig_relatedListsActionParameters[i];
|
|
15983
|
-
var referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$
|
|
15983
|
+
var referenceActionRelatedListSingleBatchInputRepresentationValidationError = validate$14(untrustedConfig_relatedListsActionParameters_item);
|
|
15984
15984
|
if (referenceActionRelatedListSingleBatchInputRepresentationValidationError === null) {
|
|
15985
15985
|
untrustedConfig_relatedListsActionParameters_array.push(untrustedConfig_relatedListsActionParameters_item);
|
|
15986
15986
|
}
|
|
@@ -16509,7 +16509,7 @@
|
|
|
16509
16509
|
}; };
|
|
16510
16510
|
|
|
16511
16511
|
var VERSION$1A = "a316b3bba367f54adc67d7552ed7d36d";
|
|
16512
|
-
function validate$
|
|
16512
|
+
function validate$13(obj, path) {
|
|
16513
16513
|
if (path === void 0) { path = 'PageReferenceRepresentation'; }
|
|
16514
16514
|
var v_error = (function () {
|
|
16515
16515
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -16592,7 +16592,7 @@
|
|
|
16592
16592
|
}
|
|
16593
16593
|
var ingest$1c = function PageReferenceRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
16594
16594
|
if (process.env.NODE_ENV !== 'production') {
|
|
16595
|
-
var validateError = validate$
|
|
16595
|
+
var validateError = validate$13(input);
|
|
16596
16596
|
if (validateError !== null) {
|
|
16597
16597
|
throw validateError;
|
|
16598
16598
|
}
|
|
@@ -16635,7 +16635,7 @@
|
|
|
16635
16635
|
|
|
16636
16636
|
var TTL$r = 120000;
|
|
16637
16637
|
var VERSION$1z = "09884ca5bf90ea4662092a4e48817081";
|
|
16638
|
-
function validate$
|
|
16638
|
+
function validate$12(obj, path) {
|
|
16639
16639
|
if (path === void 0) { path = 'NavItemRepresentation'; }
|
|
16640
16640
|
var v_error = (function () {
|
|
16641
16641
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -17028,7 +17028,7 @@
|
|
|
17028
17028
|
}
|
|
17029
17029
|
var ingest$1b = function NavItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17030
17030
|
if (process.env.NODE_ENV !== 'production') {
|
|
17031
|
-
var validateError = validate$
|
|
17031
|
+
var validateError = validate$12(input);
|
|
17032
17032
|
if (validateError !== null) {
|
|
17033
17033
|
throw validateError;
|
|
17034
17034
|
}
|
|
@@ -17074,7 +17074,7 @@
|
|
|
17074
17074
|
|
|
17075
17075
|
var TTL$q = 300000;
|
|
17076
17076
|
var VERSION$1y = "f0c7134ce18a20d9eb4ae8e4e8ebb0fe";
|
|
17077
|
-
function validate$
|
|
17077
|
+
function validate$11(obj, path) {
|
|
17078
17078
|
if (path === void 0) { path = 'AppRepresentation'; }
|
|
17079
17079
|
var v_error = (function () {
|
|
17080
17080
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -17475,7 +17475,7 @@
|
|
|
17475
17475
|
}
|
|
17476
17476
|
var ingest$1a = function AppRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17477
17477
|
if (process.env.NODE_ENV !== 'production') {
|
|
17478
|
-
var validateError = validate$
|
|
17478
|
+
var validateError = validate$11(input);
|
|
17479
17479
|
if (validateError !== null) {
|
|
17480
17480
|
throw validateError;
|
|
17481
17481
|
}
|
|
@@ -17525,7 +17525,7 @@
|
|
|
17525
17525
|
|
|
17526
17526
|
var TTL$p = 300000;
|
|
17527
17527
|
var VERSION$1x = "a254babf0b6414315db7808a157fd9fc";
|
|
17528
|
-
function validate
|
|
17528
|
+
function validate$10(obj, path) {
|
|
17529
17529
|
if (path === void 0) { path = 'AppsRepresentation'; }
|
|
17530
17530
|
var v_error = (function () {
|
|
17531
17531
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -17608,7 +17608,7 @@
|
|
|
17608
17608
|
}
|
|
17609
17609
|
var ingest$19 = function AppsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
17610
17610
|
if (process.env.NODE_ENV !== 'production') {
|
|
17611
|
-
var validateError = validate
|
|
17611
|
+
var validateError = validate$10(input);
|
|
17612
17612
|
if (validateError !== null) {
|
|
17613
17613
|
throw validateError;
|
|
17614
17614
|
}
|
|
@@ -18181,7 +18181,7 @@
|
|
|
18181
18181
|
}; };
|
|
18182
18182
|
|
|
18183
18183
|
var VERSION$1w = "f43ef90ffde4d488414d6868e3aaefcb";
|
|
18184
|
-
function validate
|
|
18184
|
+
function validate$$(obj, path) {
|
|
18185
18185
|
if (path === void 0) { path = 'DuplicateRuleFilterItemRepresentation'; }
|
|
18186
18186
|
var v_error = (function () {
|
|
18187
18187
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -18244,7 +18244,7 @@
|
|
|
18244
18244
|
};
|
|
18245
18245
|
|
|
18246
18246
|
var VERSION$1v = "320d7f254687278f2763d4b490dab3fb";
|
|
18247
|
-
function validate$
|
|
18247
|
+
function validate$_(obj, path) {
|
|
18248
18248
|
if (path === void 0) { path = 'DuplicateRuleFilterRepresentation'; }
|
|
18249
18249
|
var v_error = (function () {
|
|
18250
18250
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -18268,7 +18268,7 @@
|
|
|
18268
18268
|
for (var i = 0; i < obj_filterItems.length; i++) {
|
|
18269
18269
|
var obj_filterItems_item = obj_filterItems[i];
|
|
18270
18270
|
var path_filterItems_item = path_filterItems + '[' + i + ']';
|
|
18271
|
-
var referencepath_filterItems_itemValidationError = validate
|
|
18271
|
+
var referencepath_filterItems_itemValidationError = validate$$(obj_filterItems_item, path_filterItems_item);
|
|
18272
18272
|
if (referencepath_filterItems_itemValidationError !== null) {
|
|
18273
18273
|
var message = 'Object doesn\'t match DuplicateRuleFilterItemRepresentation (at "' + path_filterItems_item + '")\n';
|
|
18274
18274
|
message += referencepath_filterItems_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -18311,7 +18311,7 @@
|
|
|
18311
18311
|
};
|
|
18312
18312
|
|
|
18313
18313
|
var VERSION$1u = "b47b44e260e5ce777beaf3da9088997c";
|
|
18314
|
-
function validate$
|
|
18314
|
+
function validate$Z(obj, path) {
|
|
18315
18315
|
if (path === void 0) { path = 'MatchRuleRepresentation'; }
|
|
18316
18316
|
var v_error = (function () {
|
|
18317
18317
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -18382,7 +18382,7 @@
|
|
|
18382
18382
|
};
|
|
18383
18383
|
|
|
18384
18384
|
var VERSION$1t = "bb83d7210bb1d7861b6188bc5f552617";
|
|
18385
|
-
function validate$
|
|
18385
|
+
function validate$Y(obj, path) {
|
|
18386
18386
|
if (path === void 0) { path = 'DuplicateRuleRepresentation'; }
|
|
18387
18387
|
var v_error = (function () {
|
|
18388
18388
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -18411,7 +18411,7 @@
|
|
|
18411
18411
|
for (var i = 0; i < obj_duplicateRuleFilters.length; i++) {
|
|
18412
18412
|
var obj_duplicateRuleFilters_item = obj_duplicateRuleFilters[i];
|
|
18413
18413
|
var path_duplicateRuleFilters_item = path_duplicateRuleFilters + '[' + i + ']';
|
|
18414
|
-
var referencepath_duplicateRuleFilters_itemValidationError = validate$
|
|
18414
|
+
var referencepath_duplicateRuleFilters_itemValidationError = validate$_(obj_duplicateRuleFilters_item, path_duplicateRuleFilters_item);
|
|
18415
18415
|
if (referencepath_duplicateRuleFilters_itemValidationError !== null) {
|
|
18416
18416
|
var message = 'Object doesn\'t match DuplicateRuleFilterRepresentation (at "' + path_duplicateRuleFilters_item + '")\n';
|
|
18417
18417
|
message += referencepath_duplicateRuleFilters_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -18431,7 +18431,7 @@
|
|
|
18431
18431
|
for (var i = 0; i < obj_matchRules.length; i++) {
|
|
18432
18432
|
var obj_matchRules_item = obj_matchRules[i];
|
|
18433
18433
|
var path_matchRules_item = path_matchRules + '[' + i + ']';
|
|
18434
|
-
var referencepath_matchRules_itemValidationError = validate$
|
|
18434
|
+
var referencepath_matchRules_itemValidationError = validate$Z(obj_matchRules_item, path_matchRules_item);
|
|
18435
18435
|
if (referencepath_matchRules_itemValidationError !== null) {
|
|
18436
18436
|
var message = 'Object doesn\'t match MatchRuleRepresentation (at "' + path_matchRules_item + '")\n';
|
|
18437
18437
|
message += referencepath_matchRules_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -18524,7 +18524,7 @@
|
|
|
18524
18524
|
|
|
18525
18525
|
var TTL$o = 900000;
|
|
18526
18526
|
var VERSION$1s = "be27ee99dc0dc43a1f66b8fe98dc532c";
|
|
18527
|
-
function validate$
|
|
18527
|
+
function validate$X(obj, path) {
|
|
18528
18528
|
if (path === void 0) { path = 'DuplicatesConfigurationRepresentation'; }
|
|
18529
18529
|
var v_error = (function () {
|
|
18530
18530
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -18560,7 +18560,7 @@
|
|
|
18560
18560
|
for (var i = 0; i < obj_duplicateRules.length; i++) {
|
|
18561
18561
|
var obj_duplicateRules_item = obj_duplicateRules[i];
|
|
18562
18562
|
var path_duplicateRules_item = path_duplicateRules + '[' + i + ']';
|
|
18563
|
-
var referencepath_duplicateRules_itemValidationError = validate$
|
|
18563
|
+
var referencepath_duplicateRules_itemValidationError = validate$Y(obj_duplicateRules_item, path_duplicateRules_item);
|
|
18564
18564
|
if (referencepath_duplicateRules_itemValidationError !== null) {
|
|
18565
18565
|
var message = 'Object doesn\'t match DuplicateRuleRepresentation (at "' + path_duplicateRules_item + '")\n';
|
|
18566
18566
|
message += referencepath_duplicateRules_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -18627,7 +18627,7 @@
|
|
|
18627
18627
|
}
|
|
18628
18628
|
var ingest$18 = function DuplicatesConfigurationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
18629
18629
|
if (process.env.NODE_ENV !== 'production') {
|
|
18630
|
-
var validateError = validate$
|
|
18630
|
+
var validateError = validate$X(input);
|
|
18631
18631
|
if (validateError !== null) {
|
|
18632
18632
|
throw validateError;
|
|
18633
18633
|
}
|
|
@@ -19893,7 +19893,7 @@
|
|
|
19893
19893
|
|
|
19894
19894
|
var TTL$n = 120000;
|
|
19895
19895
|
var VERSION$1q = "756779d0d7e137dd72c743544afbad82";
|
|
19896
|
-
function validate$
|
|
19896
|
+
function validate$W(obj, path) {
|
|
19897
19897
|
if (path === void 0) { path = 'NavItemsRepresentation'; }
|
|
19898
19898
|
var v_error = (function () {
|
|
19899
19899
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -20022,7 +20022,7 @@
|
|
|
20022
20022
|
}
|
|
20023
20023
|
var ingest$17 = function NavItemsRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20024
20024
|
if (process.env.NODE_ENV !== 'production') {
|
|
20025
|
-
var validateError = validate$
|
|
20025
|
+
var validateError = validate$W(input);
|
|
20026
20026
|
if (validateError !== null) {
|
|
20027
20027
|
throw validateError;
|
|
20028
20028
|
}
|
|
@@ -20723,7 +20723,7 @@
|
|
|
20723
20723
|
DiscriminatorValues["OpportunityStage"] = "OpportunityStage";
|
|
20724
20724
|
})(DiscriminatorValues$3 || (DiscriminatorValues$3 = {}));
|
|
20725
20725
|
var VERSION$1m = "bd523b2343366edfc25a2dbee2c4e986";
|
|
20726
|
-
function validate$
|
|
20726
|
+
function validate$V(obj, path) {
|
|
20727
20727
|
if (path === void 0) { path = 'AbstractPicklistValueAttributesRepresentation'; }
|
|
20728
20728
|
var v_error = (function () {
|
|
20729
20729
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -20768,7 +20768,7 @@
|
|
|
20768
20768
|
};
|
|
20769
20769
|
|
|
20770
20770
|
var VERSION$1l = "9e2a16a80378487f557124c771201cf9";
|
|
20771
|
-
function validate$
|
|
20771
|
+
function validate$U(obj, path) {
|
|
20772
20772
|
if (path === void 0) { path = 'PicklistValueRepresentation'; }
|
|
20773
20773
|
var v_error = (function () {
|
|
20774
20774
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -20778,7 +20778,7 @@
|
|
|
20778
20778
|
var path_attributes = path + '.attributes';
|
|
20779
20779
|
var obj_attributes_union0 = null;
|
|
20780
20780
|
var obj_attributes_union0_error = (function () {
|
|
20781
|
-
var referencepath_attributesValidationError = validate$
|
|
20781
|
+
var referencepath_attributesValidationError = validate$V(obj_attributes, path_attributes);
|
|
20782
20782
|
if (referencepath_attributesValidationError !== null) {
|
|
20783
20783
|
var message = 'Object doesn\'t match AbstractPicklistValueAttributesRepresentation (at "' + path_attributes + '")\n';
|
|
20784
20784
|
message += referencepath_attributesValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -20862,7 +20862,7 @@
|
|
|
20862
20862
|
|
|
20863
20863
|
var TTL$m = 300000;
|
|
20864
20864
|
var VERSION$1k = "0a361a49370acb4c6a31721a2057649a";
|
|
20865
|
-
function validate$
|
|
20865
|
+
function validate$T(obj, path) {
|
|
20866
20866
|
if (path === void 0) { path = 'PicklistValuesRepresentation'; }
|
|
20867
20867
|
var v_error = (function () {
|
|
20868
20868
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -20886,7 +20886,7 @@
|
|
|
20886
20886
|
var path_defaultValue = path + '.defaultValue';
|
|
20887
20887
|
var obj_defaultValue_union0 = null;
|
|
20888
20888
|
var obj_defaultValue_union0_error = (function () {
|
|
20889
|
-
var referencepath_defaultValueValidationError = validate$
|
|
20889
|
+
var referencepath_defaultValueValidationError = validate$U(obj_defaultValue, path_defaultValue);
|
|
20890
20890
|
if (referencepath_defaultValueValidationError !== null) {
|
|
20891
20891
|
var message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_defaultValue + '")\n';
|
|
20892
20892
|
message += referencepath_defaultValueValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -20929,7 +20929,7 @@
|
|
|
20929
20929
|
for (var i = 0; i < obj_values.length; i++) {
|
|
20930
20930
|
var obj_values_item = obj_values[i];
|
|
20931
20931
|
var path_values_item = path_values + '[' + i + ']';
|
|
20932
|
-
var referencepath_values_itemValidationError = validate$
|
|
20932
|
+
var referencepath_values_itemValidationError = validate$U(obj_values_item, path_values_item);
|
|
20933
20933
|
if (referencepath_values_itemValidationError !== null) {
|
|
20934
20934
|
var message = 'Object doesn\'t match PicklistValueRepresentation (at "' + path_values_item + '")\n';
|
|
20935
20935
|
message += referencepath_values_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -20993,7 +20993,7 @@
|
|
|
20993
20993
|
}
|
|
20994
20994
|
var ingest$16 = function PicklistValuesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
20995
20995
|
if (process.env.NODE_ENV !== 'production') {
|
|
20996
|
-
var validateError = validate$
|
|
20996
|
+
var validateError = validate$T(input);
|
|
20997
20997
|
if (validateError !== null) {
|
|
20998
20998
|
throw validateError;
|
|
20999
20999
|
}
|
|
@@ -21035,7 +21035,7 @@
|
|
|
21035
21035
|
|
|
21036
21036
|
var TTL$l = 300000;
|
|
21037
21037
|
var VERSION$1j = "ec03b0f6da287c949d1ccaa904ddbfd3";
|
|
21038
|
-
function validate$
|
|
21038
|
+
function validate$S(obj, path) {
|
|
21039
21039
|
if (path === void 0) { path = 'PicklistValuesCollectionRepresentation'; }
|
|
21040
21040
|
var v_error = (function () {
|
|
21041
21041
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -21123,7 +21123,7 @@
|
|
|
21123
21123
|
}
|
|
21124
21124
|
var ingest$15 = function PicklistValuesCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21125
21125
|
if (process.env.NODE_ENV !== 'production') {
|
|
21126
|
-
var validateError = validate$
|
|
21126
|
+
var validateError = validate$S(input);
|
|
21127
21127
|
if (validateError !== null) {
|
|
21128
21128
|
throw validateError;
|
|
21129
21129
|
}
|
|
@@ -21539,7 +21539,7 @@
|
|
|
21539
21539
|
buildCachedSnapshotCachePolicy$m, buildNetworkSnapshotCachePolicy$n);
|
|
21540
21540
|
}; };
|
|
21541
21541
|
|
|
21542
|
-
function validate$
|
|
21542
|
+
function validate$R(obj, path) {
|
|
21543
21543
|
if (path === void 0) { path = 'MatchResultInfoRepresentation'; }
|
|
21544
21544
|
var v_error = (function () {
|
|
21545
21545
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -21571,7 +21571,7 @@
|
|
|
21571
21571
|
ObjectFreeze(input);
|
|
21572
21572
|
}
|
|
21573
21573
|
|
|
21574
|
-
function validate$
|
|
21574
|
+
function validate$Q(obj, path) {
|
|
21575
21575
|
if (path === void 0) { path = 'DuplicateResultInfoRepresentation'; }
|
|
21576
21576
|
var v_error = (function () {
|
|
21577
21577
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -21584,7 +21584,7 @@
|
|
|
21584
21584
|
}
|
|
21585
21585
|
var obj_matchResultInfo = obj.matchResultInfo;
|
|
21586
21586
|
var path_matchResultInfo = path + '.matchResultInfo';
|
|
21587
|
-
var referencepath_matchResultInfoValidationError = validate$
|
|
21587
|
+
var referencepath_matchResultInfoValidationError = validate$R(obj_matchResultInfo, path_matchResultInfo);
|
|
21588
21588
|
if (referencepath_matchResultInfoValidationError !== null) {
|
|
21589
21589
|
var message = 'Object doesn\'t match MatchResultInfoRepresentation (at "' + path_matchResultInfo + '")\n';
|
|
21590
21590
|
message += referencepath_matchResultInfoValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -21604,7 +21604,7 @@
|
|
|
21604
21604
|
ObjectFreeze(input);
|
|
21605
21605
|
}
|
|
21606
21606
|
|
|
21607
|
-
function validate$
|
|
21607
|
+
function validate$P(obj, path) {
|
|
21608
21608
|
if (path === void 0) { path = 'MatchRepresentation'; }
|
|
21609
21609
|
var v_error = (function () {
|
|
21610
21610
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -21620,7 +21620,7 @@
|
|
|
21620
21620
|
var key = obj_duplicateResultInfos_keys[i];
|
|
21621
21621
|
var obj_duplicateResultInfos_prop = obj_duplicateResultInfos[key];
|
|
21622
21622
|
var path_duplicateResultInfos_prop = path_duplicateResultInfos + '["' + key + '"]';
|
|
21623
|
-
var referencepath_duplicateResultInfos_propValidationError = validate$
|
|
21623
|
+
var referencepath_duplicateResultInfos_propValidationError = validate$Q(obj_duplicateResultInfos_prop, path_duplicateResultInfos_prop);
|
|
21624
21624
|
if (referencepath_duplicateResultInfos_propValidationError !== null) {
|
|
21625
21625
|
var message = 'Object doesn\'t match DuplicateResultInfoRepresentation (at "' + path_duplicateResultInfos_prop + '")\n';
|
|
21626
21626
|
message += referencepath_duplicateResultInfos_propValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -21664,7 +21664,7 @@
|
|
|
21664
21664
|
|
|
21665
21665
|
var TTL$k = 30000;
|
|
21666
21666
|
var VERSION$1i = "583c38564fa15ce0fb3dd2807be1bdc6";
|
|
21667
|
-
function validate$
|
|
21667
|
+
function validate$O(obj, path) {
|
|
21668
21668
|
if (path === void 0) { path = 'DuplicatesRepresentation'; }
|
|
21669
21669
|
var v_error = (function () {
|
|
21670
21670
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -21700,7 +21700,7 @@
|
|
|
21700
21700
|
for (var i = 0; i < obj_matches.length; i++) {
|
|
21701
21701
|
var obj_matches_item = obj_matches[i];
|
|
21702
21702
|
var path_matches_item = path_matches + '[' + i + ']';
|
|
21703
|
-
var referencepath_matches_itemValidationError = validate$
|
|
21703
|
+
var referencepath_matches_itemValidationError = validate$P(obj_matches_item, path_matches_item);
|
|
21704
21704
|
if (referencepath_matches_itemValidationError !== null) {
|
|
21705
21705
|
var message = 'Object doesn\'t match MatchRepresentation (at "' + path_matches_item + '")\n';
|
|
21706
21706
|
message += referencepath_matches_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -21741,7 +21741,7 @@
|
|
|
21741
21741
|
}
|
|
21742
21742
|
var ingest$14 = function DuplicatesRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
21743
21743
|
if (process.env.NODE_ENV !== 'production') {
|
|
21744
|
-
var validateError = validate$
|
|
21744
|
+
var validateError = validate$O(input);
|
|
21745
21745
|
if (validateError !== null) {
|
|
21746
21746
|
throw validateError;
|
|
21747
21747
|
}
|
|
@@ -21984,7 +21984,7 @@
|
|
|
21984
21984
|
}; };
|
|
21985
21985
|
|
|
21986
21986
|
var VERSION$1h = "e84b9ffdeff97c411bd111f2a55cf6b6";
|
|
21987
|
-
function validate$
|
|
21987
|
+
function validate$N(obj, path) {
|
|
21988
21988
|
if (path === void 0) { path = 'PhotoMetadataRepresentation'; }
|
|
21989
21989
|
var v_error = (function () {
|
|
21990
21990
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -22077,9 +22077,9 @@
|
|
|
22077
22077
|
}
|
|
22078
22078
|
|
|
22079
22079
|
var VERSION$1g = "34ffbf4219dfebb707bff609c2d5bf89";
|
|
22080
|
-
function validate$
|
|
22080
|
+
function validate$M(obj, path) {
|
|
22081
22081
|
if (path === void 0) { path = 'PhotoRecordAvatarRepresentation'; }
|
|
22082
|
-
var validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
22082
|
+
var validateAbstractRecordAvatarRepresentation_validateError = validate$K(obj, path);
|
|
22083
22083
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
22084
22084
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
22085
22085
|
}
|
|
@@ -22146,7 +22146,7 @@
|
|
|
22146
22146
|
}
|
|
22147
22147
|
var obj_photoMetadata = obj.photoMetadata;
|
|
22148
22148
|
var path_photoMetadata = path + '.photoMetadata';
|
|
22149
|
-
var referencepath_photoMetadataValidationError = validate$
|
|
22149
|
+
var referencepath_photoMetadataValidationError = validate$N(obj_photoMetadata, path_photoMetadata);
|
|
22150
22150
|
if (referencepath_photoMetadataValidationError !== null) {
|
|
22151
22151
|
var message = 'Object doesn\'t match PhotoMetadataRepresentation (at "' + path_photoMetadata + '")\n';
|
|
22152
22152
|
message += referencepath_photoMetadataValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -22300,7 +22300,7 @@
|
|
|
22300
22300
|
}
|
|
22301
22301
|
var ingest$13 = function PhotoRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22302
22302
|
if (process.env.NODE_ENV !== 'production') {
|
|
22303
|
-
var validateError = validate$
|
|
22303
|
+
var validateError = validate$M(input);
|
|
22304
22304
|
if (validateError !== null) {
|
|
22305
22305
|
throw validateError;
|
|
22306
22306
|
}
|
|
@@ -22341,9 +22341,9 @@
|
|
|
22341
22341
|
}
|
|
22342
22342
|
|
|
22343
22343
|
var VERSION$1f = "cbdcf69a6568d41ccf155b2b95ec70e7";
|
|
22344
|
-
function validate$
|
|
22344
|
+
function validate$L(obj, path) {
|
|
22345
22345
|
if (path === void 0) { path = 'ThemeRecordAvatarRepresentation'; }
|
|
22346
|
-
var validateAbstractRecordAvatarRepresentation_validateError = validate$
|
|
22346
|
+
var validateAbstractRecordAvatarRepresentation_validateError = validate$K(obj, path);
|
|
22347
22347
|
if (validateAbstractRecordAvatarRepresentation_validateError !== null) {
|
|
22348
22348
|
return validateAbstractRecordAvatarRepresentation_validateError;
|
|
22349
22349
|
}
|
|
@@ -22461,7 +22461,7 @@
|
|
|
22461
22461
|
}
|
|
22462
22462
|
var ingest$12 = function ThemeRecordAvatarRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22463
22463
|
if (process.env.NODE_ENV !== 'production') {
|
|
22464
|
-
var validateError = validate$
|
|
22464
|
+
var validateError = validate$L(input);
|
|
22465
22465
|
if (validateError !== null) {
|
|
22466
22466
|
throw validateError;
|
|
22467
22467
|
}
|
|
@@ -22507,7 +22507,7 @@
|
|
|
22507
22507
|
DiscriminatorValues["Theme"] = "Theme";
|
|
22508
22508
|
})(DiscriminatorValues$2 || (DiscriminatorValues$2 = {}));
|
|
22509
22509
|
var VERSION$1e = "bc05f8d1c708b6c41c9bf2fe6001aff0";
|
|
22510
|
-
function validate$
|
|
22510
|
+
function validate$K(obj, path) {
|
|
22511
22511
|
if (path === void 0) { path = 'AbstractRecordAvatarRepresentation'; }
|
|
22512
22512
|
var v_error = (function () {
|
|
22513
22513
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -22602,9 +22602,9 @@
|
|
|
22602
22602
|
}
|
|
22603
22603
|
|
|
22604
22604
|
var VERSION$1d = "f531b44760afecfce89990fe5a5c5c29";
|
|
22605
|
-
function validate$
|
|
22605
|
+
function validate$J(obj, path) {
|
|
22606
22606
|
if (path === void 0) { path = 'RecordAvatarBatchRepresentation'; }
|
|
22607
|
-
var validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
22607
|
+
var validateAbstractRecordAvatarBatchRepresentation_validateError = validate$F(obj, path);
|
|
22608
22608
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
22609
22609
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
22610
22610
|
}
|
|
@@ -22664,7 +22664,7 @@
|
|
|
22664
22664
|
}
|
|
22665
22665
|
var ingest$11 = function RecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22666
22666
|
if (process.env.NODE_ENV !== 'production') {
|
|
22667
|
-
var validateError = validate$
|
|
22667
|
+
var validateError = validate$J(input);
|
|
22668
22668
|
if (validateError !== null) {
|
|
22669
22669
|
throw validateError;
|
|
22670
22670
|
}
|
|
@@ -22705,7 +22705,7 @@
|
|
|
22705
22705
|
}
|
|
22706
22706
|
|
|
22707
22707
|
var VERSION$1c = "17c20b01167dba9a81452e60bb28b2f2";
|
|
22708
|
-
function validate$
|
|
22708
|
+
function validate$I(obj, path) {
|
|
22709
22709
|
if (path === void 0) { path = 'ErrorSingleRecordAvatarRepresentation'; }
|
|
22710
22710
|
var v_error = (function () {
|
|
22711
22711
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -22756,9 +22756,9 @@
|
|
|
22756
22756
|
}
|
|
22757
22757
|
|
|
22758
22758
|
var VERSION$1b = "e7fac2bfb5cdacc5e0f15c350f9ab8fe";
|
|
22759
|
-
function validate$
|
|
22759
|
+
function validate$H(obj, path) {
|
|
22760
22760
|
if (path === void 0) { path = 'ErrorBadRequestRecordAvatarBatchRepresentation'; }
|
|
22761
|
-
var validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
22761
|
+
var validateAbstractRecordAvatarBatchRepresentation_validateError = validate$F(obj, path);
|
|
22762
22762
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
22763
22763
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
22764
22764
|
}
|
|
@@ -22774,7 +22774,7 @@
|
|
|
22774
22774
|
for (var i = 0; i < obj_result.length; i++) {
|
|
22775
22775
|
var obj_result_item = obj_result[i];
|
|
22776
22776
|
var path_result_item = path_result + '[' + i + ']';
|
|
22777
|
-
var referencepath_result_itemValidationError = validate$
|
|
22777
|
+
var referencepath_result_itemValidationError = validate$I(obj_result_item, path_result_item);
|
|
22778
22778
|
if (referencepath_result_itemValidationError !== null) {
|
|
22779
22779
|
var message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
22780
22780
|
message += referencepath_result_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -22823,7 +22823,7 @@
|
|
|
22823
22823
|
}
|
|
22824
22824
|
var ingest$10 = function ErrorBadRequestRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22825
22825
|
if (process.env.NODE_ENV !== 'production') {
|
|
22826
|
-
var validateError = validate$
|
|
22826
|
+
var validateError = validate$H(input);
|
|
22827
22827
|
if (validateError !== null) {
|
|
22828
22828
|
throw validateError;
|
|
22829
22829
|
}
|
|
@@ -22864,9 +22864,9 @@
|
|
|
22864
22864
|
}
|
|
22865
22865
|
|
|
22866
22866
|
var VERSION$1a = "cbd48fd50d0db463fdff7b1834c22bed";
|
|
22867
|
-
function validate$
|
|
22867
|
+
function validate$G(obj, path) {
|
|
22868
22868
|
if (path === void 0) { path = 'ErrorRecordAvatarBatchRepresentation'; }
|
|
22869
|
-
var validateAbstractRecordAvatarBatchRepresentation_validateError = validate$
|
|
22869
|
+
var validateAbstractRecordAvatarBatchRepresentation_validateError = validate$F(obj, path);
|
|
22870
22870
|
if (validateAbstractRecordAvatarBatchRepresentation_validateError !== null) {
|
|
22871
22871
|
return validateAbstractRecordAvatarBatchRepresentation_validateError;
|
|
22872
22872
|
}
|
|
@@ -22882,7 +22882,7 @@
|
|
|
22882
22882
|
for (var i = 0; i < obj_result.length; i++) {
|
|
22883
22883
|
var obj_result_item = obj_result[i];
|
|
22884
22884
|
var path_result_item = path_result + '[' + i + ']';
|
|
22885
|
-
var referencepath_result_itemValidationError = validate$
|
|
22885
|
+
var referencepath_result_itemValidationError = validate$I(obj_result_item, path_result_item);
|
|
22886
22886
|
if (referencepath_result_itemValidationError !== null) {
|
|
22887
22887
|
var message = 'Object doesn\'t match ErrorSingleRecordAvatarRepresentation (at "' + path_result_item + '")\n';
|
|
22888
22888
|
message += referencepath_result_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -22931,7 +22931,7 @@
|
|
|
22931
22931
|
}
|
|
22932
22932
|
var ingest$$ = function ErrorRecordAvatarBatchRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
22933
22933
|
if (process.env.NODE_ENV !== 'production') {
|
|
22934
|
-
var validateError = validate$
|
|
22934
|
+
var validateError = validate$G(input);
|
|
22935
22935
|
if (validateError !== null) {
|
|
22936
22936
|
throw validateError;
|
|
22937
22937
|
}
|
|
@@ -22978,7 +22978,7 @@
|
|
|
22978
22978
|
};
|
|
22979
22979
|
var TTL$j = 300000;
|
|
22980
22980
|
var VERSION$19 = "8956293536e94d5ec63b274b61033d2c";
|
|
22981
|
-
function validate$
|
|
22981
|
+
function validate$F(obj, path) {
|
|
22982
22982
|
if (path === void 0) { path = 'AbstractRecordAvatarBatchRepresentation'; }
|
|
22983
22983
|
var v_error = (function () {
|
|
22984
22984
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -23058,7 +23058,7 @@
|
|
|
23058
23058
|
|
|
23059
23059
|
var TTL$i = 300000;
|
|
23060
23060
|
var VERSION$18 = "c44c049fa6ad7cf7e932c0aab9107d86";
|
|
23061
|
-
function validate$
|
|
23061
|
+
function validate$E(obj, path) {
|
|
23062
23062
|
if (path === void 0) { path = 'RecordAvatarBulkMapRepresentation'; }
|
|
23063
23063
|
var v_error = (function () {
|
|
23064
23064
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -23141,7 +23141,7 @@
|
|
|
23141
23141
|
|
|
23142
23142
|
var ingest$_ = function RecordAvatarBulkMapRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
23143
23143
|
if (process.env.NODE_ENV !== 'production') {
|
|
23144
|
-
var validateError = validate$
|
|
23144
|
+
var validateError = validate$E(input);
|
|
23145
23145
|
if (validateError !== null) {
|
|
23146
23146
|
throw validateError;
|
|
23147
23147
|
}
|
|
@@ -23674,7 +23674,7 @@
|
|
|
23674
23674
|
}; };
|
|
23675
23675
|
|
|
23676
23676
|
var VERSION$17 = "4d4bdab5d0aa61e365e766409c9b3a31";
|
|
23677
|
-
function validate$
|
|
23677
|
+
function validate$D(obj, path) {
|
|
23678
23678
|
if (path === void 0) { path = 'RelatedListReferenceRepresentation'; }
|
|
23679
23679
|
var v_error = (function () {
|
|
23680
23680
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -23917,7 +23917,7 @@
|
|
|
23917
23917
|
}
|
|
23918
23918
|
|
|
23919
23919
|
var VERSION$16 = "836b875b519813e7499efc62f0f1d04b";
|
|
23920
|
-
function validate$
|
|
23920
|
+
function validate$C(obj, path) {
|
|
23921
23921
|
if (path === void 0) { path = 'RelatedListRecordCountRepresentation'; }
|
|
23922
23922
|
var v_error = (function () {
|
|
23923
23923
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -23961,7 +23961,7 @@
|
|
|
23961
23961
|
}
|
|
23962
23962
|
var obj_listReference = obj.listReference;
|
|
23963
23963
|
var path_listReference = path + '.listReference';
|
|
23964
|
-
var referencepath_listReferenceValidationError = validate$
|
|
23964
|
+
var referencepath_listReferenceValidationError = validate$D(obj_listReference, path_listReference);
|
|
23965
23965
|
if (referencepath_listReferenceValidationError !== null) {
|
|
23966
23966
|
var message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
23967
23967
|
message += referencepath_listReferenceValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -24034,7 +24034,7 @@
|
|
|
24034
24034
|
}
|
|
24035
24035
|
var ingest$Z = function RelatedListRecordCountRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
24036
24036
|
if (process.env.NODE_ENV !== 'production') {
|
|
24037
|
-
var validateError = validate$
|
|
24037
|
+
var validateError = validate$C(input);
|
|
24038
24038
|
if (validateError !== null) {
|
|
24039
24039
|
throw validateError;
|
|
24040
24040
|
}
|
|
@@ -24654,7 +24654,7 @@
|
|
|
24654
24654
|
buildCachedSnapshotCachePolicy$h, buildNetworkSnapshotCachePolicy$i);
|
|
24655
24655
|
}; };
|
|
24656
24656
|
|
|
24657
|
-
function validate$
|
|
24657
|
+
function validate$B(obj, path) {
|
|
24658
24658
|
if (path === void 0) { path = 'RelatedListColumnRepresentation'; }
|
|
24659
24659
|
var v_error = (function () {
|
|
24660
24660
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -24820,7 +24820,7 @@
|
|
|
24820
24820
|
|
|
24821
24821
|
var TTL$h = 900000;
|
|
24822
24822
|
var VERSION$15 = "d7f25ef61c7467805940f28371ac1f20";
|
|
24823
|
-
function validate$
|
|
24823
|
+
function validate$A(obj, path) {
|
|
24824
24824
|
if (path === void 0) { path = 'RelatedListInfoRepresentation'; }
|
|
24825
24825
|
var v_error = (function () {
|
|
24826
24826
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -24849,7 +24849,7 @@
|
|
|
24849
24849
|
for (var i = 0; i < obj_displayColumns.length; i++) {
|
|
24850
24850
|
var obj_displayColumns_item = obj_displayColumns[i];
|
|
24851
24851
|
var path_displayColumns_item = path_displayColumns + '[' + i + ']';
|
|
24852
|
-
var referencepath_displayColumns_itemValidationError = validate$
|
|
24852
|
+
var referencepath_displayColumns_itemValidationError = validate$B(obj_displayColumns_item, path_displayColumns_item);
|
|
24853
24853
|
if (referencepath_displayColumns_itemValidationError !== null) {
|
|
24854
24854
|
var message = 'Object doesn\'t match RelatedListColumnRepresentation (at "' + path_displayColumns_item + '")\n';
|
|
24855
24855
|
message += referencepath_displayColumns_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -24891,7 +24891,7 @@
|
|
|
24891
24891
|
for (var i = 0; i < obj_filteredByInfo.length; i++) {
|
|
24892
24892
|
var obj_filteredByInfo_item = obj_filteredByInfo[i];
|
|
24893
24893
|
var path_filteredByInfo_item = path_filteredByInfo + '[' + i + ']';
|
|
24894
|
-
var referencepath_filteredByInfo_itemValidationError = validate$
|
|
24894
|
+
var referencepath_filteredByInfo_itemValidationError = validate$1C(obj_filteredByInfo_item, path_filteredByInfo_item);
|
|
24895
24895
|
if (referencepath_filteredByInfo_itemValidationError !== null) {
|
|
24896
24896
|
var message = 'Object doesn\'t match ListFilterByInfoRepresentation (at "' + path_filteredByInfo_item + '")\n';
|
|
24897
24897
|
message += referencepath_filteredByInfo_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -24910,7 +24910,7 @@
|
|
|
24910
24910
|
}
|
|
24911
24911
|
var obj_listReference = obj.listReference;
|
|
24912
24912
|
var path_listReference = path + '.listReference';
|
|
24913
|
-
var referencepath_listReferenceValidationError = validate$
|
|
24913
|
+
var referencepath_listReferenceValidationError = validate$D(obj_listReference, path_listReference);
|
|
24914
24914
|
if (referencepath_listReferenceValidationError !== null) {
|
|
24915
24915
|
var message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
24916
24916
|
message += referencepath_listReferenceValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -24948,7 +24948,7 @@
|
|
|
24948
24948
|
for (var i = 0; i < obj_orderedByInfo.length; i++) {
|
|
24949
24949
|
var obj_orderedByInfo_item = obj_orderedByInfo[i];
|
|
24950
24950
|
var path_orderedByInfo_item = path_orderedByInfo + '[' + i + ']';
|
|
24951
|
-
var referencepath_orderedByInfo_itemValidationError = validate$
|
|
24951
|
+
var referencepath_orderedByInfo_itemValidationError = validate$1A(obj_orderedByInfo_item, path_orderedByInfo_item);
|
|
24952
24952
|
if (referencepath_orderedByInfo_itemValidationError !== null) {
|
|
24953
24953
|
var message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedByInfo_item + '")\n';
|
|
24954
24954
|
message += referencepath_orderedByInfo_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -24967,7 +24967,7 @@
|
|
|
24967
24967
|
}
|
|
24968
24968
|
var obj_userPreferences = obj.userPreferences;
|
|
24969
24969
|
var path_userPreferences = path + '.userPreferences';
|
|
24970
|
-
var referencepath_userPreferencesValidationError = validate$
|
|
24970
|
+
var referencepath_userPreferencesValidationError = validate$1z(obj_userPreferences, path_userPreferences);
|
|
24971
24971
|
if (referencepath_userPreferencesValidationError !== null) {
|
|
24972
24972
|
var message = 'Object doesn\'t match ListUserPreferenceRepresentation (at "' + path_userPreferences + '")\n';
|
|
24973
24973
|
message += referencepath_userPreferencesValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -25138,7 +25138,7 @@
|
|
|
25138
25138
|
}
|
|
25139
25139
|
var ingest$Y = function RelatedListInfoRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25140
25140
|
if (process.env.NODE_ENV !== 'production') {
|
|
25141
|
-
var validateError = validate$
|
|
25141
|
+
var validateError = validate$A(input);
|
|
25142
25142
|
if (validateError !== null) {
|
|
25143
25143
|
throw validateError;
|
|
25144
25144
|
}
|
|
@@ -25655,7 +25655,7 @@
|
|
|
25655
25655
|
buildCachedSnapshotCachePolicy$g, buildNetworkSnapshotCachePolicy$h);
|
|
25656
25656
|
}; };
|
|
25657
25657
|
|
|
25658
|
-
function validate$
|
|
25658
|
+
function validate$z(obj, path) {
|
|
25659
25659
|
if (path === void 0) { path = 'RelatedListSummaryInfoRepresentation'; }
|
|
25660
25660
|
var v_error = (function () {
|
|
25661
25661
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -25752,7 +25752,7 @@
|
|
|
25752
25752
|
var path_themeInfo = path + '.themeInfo';
|
|
25753
25753
|
var obj_themeInfo_union0 = null;
|
|
25754
25754
|
var obj_themeInfo_union0_error = (function () {
|
|
25755
|
-
var referencepath_themeInfoValidationError = validate$
|
|
25755
|
+
var referencepath_themeInfoValidationError = validate$1l(obj_themeInfo, path_themeInfo);
|
|
25756
25756
|
if (referencepath_themeInfoValidationError !== null) {
|
|
25757
25757
|
var message = 'Object doesn\'t match ThemeInfoRepresentation (at "' + path_themeInfo + '")\n';
|
|
25758
25758
|
message += referencepath_themeInfoValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -25794,7 +25794,7 @@
|
|
|
25794
25794
|
}
|
|
25795
25795
|
|
|
25796
25796
|
var VERSION$14 = "2a1722afba0e1ee52d6b7b0a25ccd9f4";
|
|
25797
|
-
function validate$
|
|
25797
|
+
function validate$y(obj, path) {
|
|
25798
25798
|
if (path === void 0) { path = 'RelatedListSummaryInfoCollectionRepresentation'; }
|
|
25799
25799
|
var v_error = (function () {
|
|
25800
25800
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -25844,7 +25844,7 @@
|
|
|
25844
25844
|
for (var i = 0; i < obj_relatedLists.length; i++) {
|
|
25845
25845
|
var obj_relatedLists_item = obj_relatedLists[i];
|
|
25846
25846
|
var path_relatedLists_item = path_relatedLists + '[' + i + ']';
|
|
25847
|
-
var referencepath_relatedLists_itemValidationError = validate$
|
|
25847
|
+
var referencepath_relatedLists_itemValidationError = validate$z(obj_relatedLists_item, path_relatedLists_item);
|
|
25848
25848
|
if (referencepath_relatedLists_itemValidationError !== null) {
|
|
25849
25849
|
var message = 'Object doesn\'t match RelatedListSummaryInfoRepresentation (at "' + path_relatedLists_item + '")\n';
|
|
25850
25850
|
message += referencepath_relatedLists_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -25909,7 +25909,7 @@
|
|
|
25909
25909
|
}
|
|
25910
25910
|
var ingest$X = function RelatedListSummaryInfoCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
25911
25911
|
if (process.env.NODE_ENV !== 'production') {
|
|
25912
|
-
var validateError = validate$
|
|
25912
|
+
var validateError = validate$y(input);
|
|
25913
25913
|
if (validateError !== null) {
|
|
25914
25914
|
throw validateError;
|
|
25915
25915
|
}
|
|
@@ -26300,7 +26300,7 @@
|
|
|
26300
26300
|
buildCachedSnapshotCachePolicy$e, buildNetworkSnapshotCachePolicy$f);
|
|
26301
26301
|
}; };
|
|
26302
26302
|
|
|
26303
|
-
function validate$
|
|
26303
|
+
function validate$x(obj, path) {
|
|
26304
26304
|
if (path === void 0) { path = 'ListOrderedByInfoInputRepresentation'; }
|
|
26305
26305
|
var v_error = (function () {
|
|
26306
26306
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -26320,6 +26320,44 @@
|
|
|
26320
26320
|
return v_error === undefined ? null : v_error;
|
|
26321
26321
|
}
|
|
26322
26322
|
|
|
26323
|
+
function validate$w(obj, path) {
|
|
26324
|
+
if (path === void 0) { path = 'ListUserPreferenceInputRepresentation'; }
|
|
26325
|
+
var v_error = (function () {
|
|
26326
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
26327
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
26328
|
+
}
|
|
26329
|
+
var obj_columnWidths = obj.columnWidths;
|
|
26330
|
+
var path_columnWidths = path + '.columnWidths';
|
|
26331
|
+
if (typeof obj_columnWidths !== 'object' || ArrayIsArray(obj_columnWidths) || obj_columnWidths === null) {
|
|
26332
|
+
return new TypeError('Expected "object" but received "' + typeof obj_columnWidths + '" (at "' + path_columnWidths + '")');
|
|
26333
|
+
}
|
|
26334
|
+
var obj_columnWidths_keys = ObjectKeys(obj_columnWidths);
|
|
26335
|
+
for (var i = 0; i < obj_columnWidths_keys.length; i++) {
|
|
26336
|
+
var key = obj_columnWidths_keys[i];
|
|
26337
|
+
var obj_columnWidths_prop = obj_columnWidths[key];
|
|
26338
|
+
var path_columnWidths_prop = path_columnWidths + '["' + key + '"]';
|
|
26339
|
+
if (typeof obj_columnWidths_prop !== 'number' || (typeof obj_columnWidths_prop === 'number' && Math.floor(obj_columnWidths_prop) !== obj_columnWidths_prop)) {
|
|
26340
|
+
return new TypeError('Expected "integer" but received "' + typeof obj_columnWidths_prop + '" (at "' + path_columnWidths_prop + '")');
|
|
26341
|
+
}
|
|
26342
|
+
}
|
|
26343
|
+
var obj_columnWrap = obj.columnWrap;
|
|
26344
|
+
var path_columnWrap = path + '.columnWrap';
|
|
26345
|
+
if (typeof obj_columnWrap !== 'object' || ArrayIsArray(obj_columnWrap) || obj_columnWrap === null) {
|
|
26346
|
+
return new TypeError('Expected "object" but received "' + typeof obj_columnWrap + '" (at "' + path_columnWrap + '")');
|
|
26347
|
+
}
|
|
26348
|
+
var obj_columnWrap_keys = ObjectKeys(obj_columnWrap);
|
|
26349
|
+
for (var i = 0; i < obj_columnWrap_keys.length; i++) {
|
|
26350
|
+
var key = obj_columnWrap_keys[i];
|
|
26351
|
+
var obj_columnWrap_prop = obj_columnWrap[key];
|
|
26352
|
+
var path_columnWrap_prop = path_columnWrap + '["' + key + '"]';
|
|
26353
|
+
if (typeof obj_columnWrap_prop !== 'boolean') {
|
|
26354
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_columnWrap_prop + '" (at "' + path_columnWrap_prop + '")');
|
|
26355
|
+
}
|
|
26356
|
+
}
|
|
26357
|
+
})();
|
|
26358
|
+
return v_error === undefined ? null : v_error;
|
|
26359
|
+
}
|
|
26360
|
+
|
|
26323
26361
|
function select$1a(luvio, params) {
|
|
26324
26362
|
return select$1f();
|
|
26325
26363
|
}
|
|
@@ -26420,7 +26458,7 @@
|
|
|
26420
26458
|
var untrustedConfig_orderedByInfo_array = [];
|
|
26421
26459
|
for (var i = 0, arrayLength = untrustedConfig_orderedByInfo.length; i < arrayLength; i++) {
|
|
26422
26460
|
var untrustedConfig_orderedByInfo_item = untrustedConfig_orderedByInfo[i];
|
|
26423
|
-
var referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
26461
|
+
var referenceListOrderedByInfoInputRepresentationValidationError = validate$x(untrustedConfig_orderedByInfo_item);
|
|
26424
26462
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
26425
26463
|
untrustedConfig_orderedByInfo_array.push(untrustedConfig_orderedByInfo_item);
|
|
26426
26464
|
}
|
|
@@ -26428,8 +26466,8 @@
|
|
|
26428
26466
|
config.orderedByInfo = untrustedConfig_orderedByInfo_array;
|
|
26429
26467
|
}
|
|
26430
26468
|
var untrustedConfig_userPreferences = untrustedConfig.userPreferences;
|
|
26431
|
-
var
|
|
26432
|
-
if (
|
|
26469
|
+
var referenceListUserPreferenceInputRepresentationValidationError = validate$w(untrustedConfig_userPreferences);
|
|
26470
|
+
if (referenceListUserPreferenceInputRepresentationValidationError === null) {
|
|
26433
26471
|
config.userPreferences = untrustedConfig_userPreferences;
|
|
26434
26472
|
}
|
|
26435
26473
|
return config;
|
|
@@ -26517,7 +26555,7 @@
|
|
|
26517
26555
|
for (var i = 0; i < obj_orderedBy.length; i++) {
|
|
26518
26556
|
var obj_orderedBy_item = obj_orderedBy[i];
|
|
26519
26557
|
var path_orderedBy_item = path_orderedBy + '[' + i + ']';
|
|
26520
|
-
var referencepath_orderedBy_itemValidationError = validate$
|
|
26558
|
+
var referencepath_orderedBy_itemValidationError = validate$1A(obj_orderedBy_item, path_orderedBy_item);
|
|
26521
26559
|
if (referencepath_orderedBy_itemValidationError !== null) {
|
|
26522
26560
|
var message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderedBy_item + '")\n';
|
|
26523
26561
|
message += referencepath_orderedBy_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -27274,7 +27312,7 @@
|
|
|
27274
27312
|
var untrustedConfig_orderedBy_array = [];
|
|
27275
27313
|
for (var i = 0, arrayLength = untrustedConfig_orderedBy.length; i < arrayLength; i++) {
|
|
27276
27314
|
var untrustedConfig_orderedBy_item = untrustedConfig_orderedBy[i];
|
|
27277
|
-
var referenceListOrderedByInfoInputRepresentationValidationError = validate$
|
|
27315
|
+
var referenceListOrderedByInfoInputRepresentationValidationError = validate$x(untrustedConfig_orderedBy_item);
|
|
27278
27316
|
if (referenceListOrderedByInfoInputRepresentationValidationError === null) {
|
|
27279
27317
|
untrustedConfig_orderedBy_array.push(untrustedConfig_orderedBy_item);
|
|
27280
27318
|
}
|
|
@@ -27644,7 +27682,7 @@
|
|
|
27644
27682
|
}
|
|
27645
27683
|
var obj_listReference = obj.listReference;
|
|
27646
27684
|
var path_listReference = path + '.listReference';
|
|
27647
|
-
var referencepath_listReferenceValidationError = validate$
|
|
27685
|
+
var referencepath_listReferenceValidationError = validate$D(obj_listReference, path_listReference);
|
|
27648
27686
|
if (referencepath_listReferenceValidationError !== null) {
|
|
27649
27687
|
var message = 'Object doesn\'t match RelatedListReferenceRepresentation (at "' + path_listReference + '")\n';
|
|
27650
27688
|
message += referencepath_listReferenceValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -30314,7 +30352,7 @@
|
|
|
30314
30352
|
for (var i = 0; i < obj_orderBy.length; i++) {
|
|
30315
30353
|
var obj_orderBy_item = obj_orderBy[i];
|
|
30316
30354
|
var path_orderBy_item = path_orderBy + '[' + i + ']';
|
|
30317
|
-
var referencepath_orderBy_itemValidationError = validate$
|
|
30355
|
+
var referencepath_orderBy_itemValidationError = validate$1A(obj_orderBy_item, path_orderBy_item);
|
|
30318
30356
|
if (referencepath_orderBy_itemValidationError !== null) {
|
|
30319
30357
|
var message = 'Object doesn\'t match ListOrderByInfoRepresentation (at "' + path_orderBy_item + '")\n';
|
|
30320
30358
|
message += referencepath_orderBy_itemValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|
|
@@ -48606,7 +48644,7 @@
|
|
|
48606
48644
|
var path_recordTypeInfo = path + '.recordTypeInfo';
|
|
48607
48645
|
var obj_recordTypeInfo_union0 = null;
|
|
48608
48646
|
var obj_recordTypeInfo_union0_error = (function () {
|
|
48609
|
-
var referencepath_recordTypeInfoValidationError = validate$
|
|
48647
|
+
var referencepath_recordTypeInfoValidationError = validate$1x(obj_recordTypeInfo, path_recordTypeInfo);
|
|
48610
48648
|
if (referencepath_recordTypeInfoValidationError !== null) {
|
|
48611
48649
|
var message = 'Object doesn\'t match RecordTypeInfoRepresentation (at "' + path_recordTypeInfo + '")\n';
|
|
48612
48650
|
message += referencepath_recordTypeInfoValidationError.message.split('\n').map(function (line) { return '\t' + line; }).join('\n');
|