@sassoftware/vi-api 1.7.1 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alert-reps/index.d.ts +1 -1
- package/alert-reps/package.json +1 -1
- package/config/config-api.d.ts +1 -0
- package/control/control-api.d.ts +15 -0
- package/control/restrictions.d.ts +5 -1
- package/event/event-api.d.ts +3 -1
- package/event/event-api.js +2 -0
- package/index.d.ts +2 -0
- package/metadata/metadata-api.d.ts +5 -2
- package/object/object-api.d.ts +14 -1
- package/package.json +1 -1
- package/page-state/page-state-api.d.ts +5 -32
- package/score-reps/index.d.ts +1 -1
- package/score-reps/package.json +1 -1
- package/search/client/client-search-api.d.ts +18 -8
- package/shell-tabs/package.json +9 -0
- package/shell-tabs/public-api.d.ts +2 -0
- package/shell-tabs/public-api.js +2 -0
- package/shell-tabs/shell-tabs-api.d.ts +199 -0
- package/shell-tabs/shell-tabs-api.js +6 -0
- package/shell-tabs/shell-tabs-lifecycle-api.d.ts +69 -0
- package/shell-tabs/shell-tabs-lifecycle-api.js +14 -0
- package/svi-datahub/index.d.ts +280 -133
- package/svi-datahub/package.json +1 -1
- package/svi-sand/index.d.ts +1 -1
- package/svi-sand/package.json +1 -1
package/svi-datahub/index.d.ts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
// Generated using typescript-generator version 2.15.527 on 2023-
|
|
3
|
+
// Generated using typescript-generator version 2.15.527 on 2023-07-17 19:52:59.
|
|
4
4
|
|
|
5
5
|
export interface SecuredApiMeta {
|
|
6
|
-
build?: SecuredBuild;
|
|
7
|
-
apiVersion?: number;
|
|
8
6
|
experimental?: boolean;
|
|
9
|
-
applicationVersion?: string;
|
|
10
|
-
serviceId?: string;
|
|
11
7
|
developmentStartYear?: number;
|
|
12
8
|
developmentEndYear?: number;
|
|
9
|
+
applicationVersion?: string;
|
|
10
|
+
serviceId?: string;
|
|
11
|
+
build?: SecuredBuild;
|
|
12
|
+
apiVersion?: number;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
export interface SecuredBuild {
|
|
16
|
+
sourceId?: string;
|
|
16
17
|
buildVersion?: string;
|
|
17
|
-
sourceTimeStamp?: string;
|
|
18
18
|
applicationVersion?: string;
|
|
19
|
+
sourceTimeStamp?: string;
|
|
19
20
|
timeStamp?: string;
|
|
20
|
-
sourceId?: string;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
export interface Api extends Serializable {
|
|
@@ -27,11 +27,11 @@ export interface Api extends Serializable {
|
|
|
27
27
|
|
|
28
28
|
export interface ApiMeta extends Serializable {
|
|
29
29
|
build?: Build;
|
|
30
|
-
apiVersion?: number;
|
|
31
30
|
experimental?: boolean;
|
|
32
|
-
serviceId?: string;
|
|
33
31
|
developmentStartYear?: number;
|
|
34
32
|
developmentEndYear?: number;
|
|
33
|
+
serviceId?: string;
|
|
34
|
+
apiVersion?: number;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
export interface ResourceMediaType {
|
|
@@ -47,11 +47,11 @@ export interface ResourceMediaTypes {
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
export interface Build extends Serializable {
|
|
50
|
-
|
|
50
|
+
sourceId?: string;
|
|
51
51
|
buildVersion?: string;
|
|
52
52
|
sourceTimeStamp?: string;
|
|
53
53
|
applicationVersion?: string;
|
|
54
|
-
|
|
54
|
+
timeStamp?: string;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
export interface Count extends Serializable {
|
|
@@ -503,8 +503,8 @@ export interface TraversalController {
|
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
export interface UtilityServicesController {
|
|
506
|
-
defaultLocale?: LocalizedLocale;
|
|
507
506
|
supportedLocales?: LocalizedLocale[];
|
|
507
|
+
defaultLocale?: LocalizedLocale;
|
|
508
508
|
}
|
|
509
509
|
|
|
510
510
|
export interface ActionController {
|
|
@@ -657,9 +657,10 @@ export interface CoreDataField<O> extends LocalizableObject, Versioned, NamedObj
|
|
|
657
657
|
redacted?: boolean;
|
|
658
658
|
useObjectAuthorization?: boolean;
|
|
659
659
|
allowedRedactedFieldGroups?: RedactionRuleEntity[];
|
|
660
|
-
constrained?: boolean;
|
|
661
|
-
owner?: O;
|
|
662
660
|
userGroupSelectionField?: boolean;
|
|
661
|
+
masked?: boolean;
|
|
662
|
+
owner?: O;
|
|
663
|
+
constrained?: boolean;
|
|
663
664
|
}
|
|
664
665
|
|
|
665
666
|
export interface CoreDataObject extends LocalizableObject, Versioned, NamedObject, SolutionAssignedEntity, Serializable {
|
|
@@ -761,21 +762,22 @@ export interface CoreRelationship extends CoreDataObjectWithHistory {
|
|
|
761
762
|
width?: number;
|
|
762
763
|
dashType?: string;
|
|
763
764
|
styles?: LinkStyleEntity[];
|
|
764
|
-
|
|
765
|
-
qualifiedName?: string;
|
|
765
|
+
reverseLabel?: string;
|
|
766
766
|
primaryKeyFields?: CoreRelationshipField[];
|
|
767
767
|
heterogeneous?: boolean;
|
|
768
768
|
internalHeterogeneous?: boolean;
|
|
769
|
-
reverseLabel?: string;
|
|
770
769
|
foreignKeyFieldNames?: string[];
|
|
771
770
|
attributeFields?: CoreRelationshipField[];
|
|
772
771
|
nonAttributeFieldNames?: string[];
|
|
772
|
+
qualifiedName?: string;
|
|
773
|
+
link?: boolean;
|
|
773
774
|
readOnly?: boolean;
|
|
774
775
|
}
|
|
775
776
|
|
|
776
777
|
export interface CoreRelationshipField extends CoreDataField<CoreRelationship> {
|
|
777
778
|
owner?: CoreRelationship;
|
|
778
779
|
summaryDisplayIndex?: number;
|
|
780
|
+
authorizedToRevealMasked?: MaskRevealAuthorizationEntityRelationship[];
|
|
779
781
|
}
|
|
780
782
|
|
|
781
783
|
export interface CoreStoredObject extends CoreDataObjectWithHistory {
|
|
@@ -827,6 +829,7 @@ export interface CoreStoredObjectField extends CoreDataField<CoreStoredObject> {
|
|
|
827
829
|
cascadingReferenceDataFilterByListName?: string;
|
|
828
830
|
cascadingReferenceDataFilterByCode?: string;
|
|
829
831
|
cascadingReferenceDataFilterByField?: string;
|
|
832
|
+
authorizedToRevealMasked?: MaskRevealAuthorizationEntityStoredObject[];
|
|
830
833
|
}
|
|
831
834
|
|
|
832
835
|
export interface CoreTransaction extends CoreDataObject {
|
|
@@ -845,16 +848,17 @@ export interface CoreTransaction extends CoreDataObject {
|
|
|
845
848
|
lineColorFunctionType?: AggregateFunctionType;
|
|
846
849
|
primaryKeyFields?: CoreDataField<any>[];
|
|
847
850
|
heterogeneous?: boolean;
|
|
848
|
-
toHeterogeneousAndFromObjectIsIndexable?: boolean;
|
|
849
851
|
fullHeterogeneous?: boolean;
|
|
850
|
-
toHeterogeneous?: boolean;
|
|
851
852
|
fromHeterogeneous?: boolean;
|
|
853
|
+
toHeterogeneousAndFromObjectIsIndexable?: boolean;
|
|
852
854
|
fromHeterogeneousAndToObjectIsIndexable?: boolean;
|
|
853
855
|
nonHeterogeneousAndBothSidesAreIndexable?: boolean;
|
|
856
|
+
toHeterogeneous?: boolean;
|
|
854
857
|
}
|
|
855
858
|
|
|
856
859
|
export interface CoreTransactionField extends CoreDataField<CoreTransaction> {
|
|
857
860
|
owner?: CoreTransaction;
|
|
861
|
+
authorizedToRevealMasked?: MaskRevealAuthorizationEntityTransaction[];
|
|
858
862
|
}
|
|
859
863
|
|
|
860
864
|
export interface DataStore extends AuditableObject, Versioned, NamedObject {
|
|
@@ -871,14 +875,22 @@ export interface DataStore extends AuditableObject, Versioned, NamedObject {
|
|
|
871
875
|
poolMinIdle?: number;
|
|
872
876
|
poolMaxIdle?: number;
|
|
873
877
|
poolMaxActive?: number;
|
|
874
|
-
defaultDataStore?: boolean;
|
|
875
878
|
testOnBorrow?: boolean;
|
|
876
879
|
defaultSchemaName?: string;
|
|
880
|
+
defaultDataStore?: boolean;
|
|
877
881
|
}
|
|
878
882
|
|
|
879
883
|
export interface FeatureConstants {
|
|
880
884
|
}
|
|
881
885
|
|
|
886
|
+
export interface FieldHeader {
|
|
887
|
+
fieldId?: number;
|
|
888
|
+
entityTypeId?: number;
|
|
889
|
+
fieldName?: string;
|
|
890
|
+
columnName?: string;
|
|
891
|
+
fieldDataType?: string;
|
|
892
|
+
}
|
|
893
|
+
|
|
882
894
|
export interface FileCategoryEntity extends Serializable {
|
|
883
895
|
name?: string;
|
|
884
896
|
displayName?: string;
|
|
@@ -927,6 +939,27 @@ export interface LocalizedLabel extends AuditableObject, Versioned {
|
|
|
927
939
|
type?: LabelType;
|
|
928
940
|
}
|
|
929
941
|
|
|
942
|
+
export interface MaskRevealAuthorizationEntity {
|
|
943
|
+
uuid?: string;
|
|
944
|
+
selectionTypeCd?: UserGroupType;
|
|
945
|
+
selectionNm?: string;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
export interface MaskRevealAuthorizationEntityFactory {
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
export interface MaskRevealAuthorizationEntityRelationship extends MaskRevealAuthorizationEntity {
|
|
952
|
+
coreDataField?: CoreRelationshipField;
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
export interface MaskRevealAuthorizationEntityStoredObject extends MaskRevealAuthorizationEntity {
|
|
956
|
+
coreDataField?: CoreStoredObjectField;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
export interface MaskRevealAuthorizationEntityTransaction extends MaskRevealAuthorizationEntity {
|
|
960
|
+
coreDataField?: CoreTransactionField;
|
|
961
|
+
}
|
|
962
|
+
|
|
930
963
|
export interface NamedObject {
|
|
931
964
|
name?: string;
|
|
932
965
|
}
|
|
@@ -996,6 +1029,7 @@ export interface QCoreDataField extends EntityPathBase<CoreDataField<CoreDataObj
|
|
|
996
1029
|
displayInTimeZone?: StringPath;
|
|
997
1030
|
id?: NumberPath<number>;
|
|
998
1031
|
indexedForSearch?: BooleanPath;
|
|
1032
|
+
isMasked?: BooleanPath;
|
|
999
1033
|
lastUpdatedAt?: DateTimePath<Date>;
|
|
1000
1034
|
lastUpdatedBy?: StringPath;
|
|
1001
1035
|
length?: NumberPath<number>;
|
|
@@ -1227,6 +1261,7 @@ export interface QCoreRelationshipField extends EntityPathBase<CoreRelationshipF
|
|
|
1227
1261
|
allowedRedactedFieldGroups?: ListPath<RedactionRuleEntity, QRedactionRuleEntity>;
|
|
1228
1262
|
allowMultipleSelections?: BooleanPath;
|
|
1229
1263
|
assignedTimeZone?: StringPath;
|
|
1264
|
+
authorizedToRevealMasked?: ListPath<MaskRevealAuthorizationEntityRelationship, QMaskRevealAuthorizationEntityRelationship>;
|
|
1230
1265
|
autoGenerated?: BooleanPath;
|
|
1231
1266
|
columnName?: StringPath;
|
|
1232
1267
|
constrainingListName?: StringPath;
|
|
@@ -1237,6 +1272,7 @@ export interface QCoreRelationshipField extends EntityPathBase<CoreRelationshipF
|
|
|
1237
1272
|
displayInTimeZone?: StringPath;
|
|
1238
1273
|
id?: NumberPath<number>;
|
|
1239
1274
|
indexedForSearch?: BooleanPath;
|
|
1275
|
+
isMasked?: BooleanPath;
|
|
1240
1276
|
lastUpdatedAt?: DateTimePath<Date>;
|
|
1241
1277
|
lastUpdatedBy?: StringPath;
|
|
1242
1278
|
length?: NumberPath<number>;
|
|
@@ -1325,6 +1361,7 @@ export interface QCoreStoredObjectField extends EntityPathBase<CoreStoredObjectF
|
|
|
1325
1361
|
allowedRedactedFieldGroups?: ListPath<RedactionRuleEntity, QRedactionRuleEntity>;
|
|
1326
1362
|
allowMultipleSelections?: BooleanPath;
|
|
1327
1363
|
assignedTimeZone?: StringPath;
|
|
1364
|
+
authorizedToRevealMasked?: ListPath<MaskRevealAuthorizationEntityStoredObject, QMaskRevealAuthorizationEntityStoredObject>;
|
|
1328
1365
|
autoGenerated?: BooleanPath;
|
|
1329
1366
|
cascadingReferenceDataFilterByCode?: StringPath;
|
|
1330
1367
|
cascadingReferenceDataFilterByField?: StringPath;
|
|
@@ -1340,6 +1377,7 @@ export interface QCoreStoredObjectField extends EntityPathBase<CoreStoredObjectF
|
|
|
1340
1377
|
element?: QCoreElement;
|
|
1341
1378
|
id?: NumberPath<number>;
|
|
1342
1379
|
indexedForSearch?: BooleanPath;
|
|
1380
|
+
isMasked?: BooleanPath;
|
|
1343
1381
|
lastUpdatedAt?: DateTimePath<Date>;
|
|
1344
1382
|
lastUpdatedBy?: StringPath;
|
|
1345
1383
|
length?: NumberPath<number>;
|
|
@@ -1409,6 +1447,7 @@ export interface QCoreTransactionField extends EntityPathBase<CoreTransactionFie
|
|
|
1409
1447
|
allowedRedactedFieldGroups?: ListPath<RedactionRuleEntity, QRedactionRuleEntity>;
|
|
1410
1448
|
allowMultipleSelections?: BooleanPath;
|
|
1411
1449
|
assignedTimeZone?: StringPath;
|
|
1450
|
+
authorizedToRevealMasked?: ListPath<MaskRevealAuthorizationEntityTransaction, QMaskRevealAuthorizationEntityTransaction>;
|
|
1412
1451
|
autoGenerated?: BooleanPath;
|
|
1413
1452
|
columnName?: StringPath;
|
|
1414
1453
|
constrainingListName?: StringPath;
|
|
@@ -1419,6 +1458,7 @@ export interface QCoreTransactionField extends EntityPathBase<CoreTransactionFie
|
|
|
1419
1458
|
displayInTimeZone?: StringPath;
|
|
1420
1459
|
id?: NumberPath<number>;
|
|
1421
1460
|
indexedForSearch?: BooleanPath;
|
|
1461
|
+
isMasked?: BooleanPath;
|
|
1422
1462
|
lastUpdatedAt?: DateTimePath<Date>;
|
|
1423
1463
|
lastUpdatedBy?: StringPath;
|
|
1424
1464
|
length?: NumberPath<number>;
|
|
@@ -1465,6 +1505,14 @@ export interface QDataStore extends EntityPathBase<DataStore> {
|
|
|
1465
1505
|
version?: NumberPath<number>;
|
|
1466
1506
|
}
|
|
1467
1507
|
|
|
1508
|
+
export interface QFieldHeader extends EntityPathBase<FieldHeader> {
|
|
1509
|
+
columnName?: StringPath;
|
|
1510
|
+
entityTypeId?: NumberPath<number>;
|
|
1511
|
+
fieldDataType?: StringPath;
|
|
1512
|
+
fieldId?: NumberPath<number>;
|
|
1513
|
+
fieldName?: StringPath;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1468
1516
|
export interface QFileCategoryEntity extends BeanPath<FileCategoryEntity> {
|
|
1469
1517
|
allowMultiple?: BooleanPath;
|
|
1470
1518
|
displayName?: StringPath;
|
|
@@ -1512,12 +1560,50 @@ export interface QLocalizedLabel extends EntityPathBase<LocalizedLabel> {
|
|
|
1512
1560
|
version?: NumberPath<number>;
|
|
1513
1561
|
}
|
|
1514
1562
|
|
|
1563
|
+
export interface QMaskRevealAuthorizationEntity extends EntityPathBase<MaskRevealAuthorizationEntity> {
|
|
1564
|
+
selectionNm?: StringPath;
|
|
1565
|
+
selectionTypeCd?: EnumPath<UserGroupType>;
|
|
1566
|
+
uuid?: StringPath;
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
export interface QMaskRevealAuthorizationEntityRelationship extends EntityPathBase<MaskRevealAuthorizationEntityRelationship> {
|
|
1570
|
+
_super?: QMaskRevealAuthorizationEntity;
|
|
1571
|
+
coreDataField?: QCoreRelationshipField;
|
|
1572
|
+
selectionNm?: StringPath;
|
|
1573
|
+
selectionTypeCd?: EnumPath<UserGroupType>;
|
|
1574
|
+
uuid?: StringPath;
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
export interface QMaskRevealAuthorizationEntityStoredObject extends EntityPathBase<MaskRevealAuthorizationEntityStoredObject> {
|
|
1578
|
+
_super?: QMaskRevealAuthorizationEntity;
|
|
1579
|
+
coreDataField?: QCoreStoredObjectField;
|
|
1580
|
+
selectionNm?: StringPath;
|
|
1581
|
+
selectionTypeCd?: EnumPath<UserGroupType>;
|
|
1582
|
+
uuid?: StringPath;
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
export interface QMaskRevealAuthorizationEntityTransaction extends EntityPathBase<MaskRevealAuthorizationEntityTransaction> {
|
|
1586
|
+
_super?: QMaskRevealAuthorizationEntity;
|
|
1587
|
+
coreDataField?: QCoreTransactionField;
|
|
1588
|
+
selectionNm?: StringPath;
|
|
1589
|
+
selectionTypeCd?: EnumPath<UserGroupType>;
|
|
1590
|
+
uuid?: StringPath;
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1515
1593
|
export interface QRedactionRuleEntity extends EntityPathBase<RedactionRuleEntity> {
|
|
1516
1594
|
groupName?: StringPath;
|
|
1517
1595
|
ownerId?: NumberPath<number>;
|
|
1518
1596
|
uuid?: StringPath;
|
|
1519
1597
|
}
|
|
1520
1598
|
|
|
1599
|
+
export interface QRelationshipTypeHeader extends EntityPathBase<RelationshipTypeHeader> {
|
|
1600
|
+
fromObjectId?: NumberPath<number>;
|
|
1601
|
+
relationshipId?: NumberPath<number>;
|
|
1602
|
+
relationshipName?: StringPath;
|
|
1603
|
+
reverseRelationshipName?: StringPath;
|
|
1604
|
+
toObjectId?: NumberPath<number>;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1521
1607
|
export interface QSolutionEntity extends EntityPathBase<SolutionEntity> {
|
|
1522
1608
|
_super?: QLocalizableObject;
|
|
1523
1609
|
archived?: BooleanPath;
|
|
@@ -1546,6 +1632,14 @@ export interface RedactionRuleEntity {
|
|
|
1546
1632
|
groupName?: string;
|
|
1547
1633
|
}
|
|
1548
1634
|
|
|
1635
|
+
export interface RelationshipTypeHeader {
|
|
1636
|
+
relationshipId?: number;
|
|
1637
|
+
fromObjectId?: number;
|
|
1638
|
+
toObjectId?: number;
|
|
1639
|
+
relationshipName?: string;
|
|
1640
|
+
reverseRelationshipName?: string;
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1549
1643
|
export interface RelationshipTypeName {
|
|
1550
1644
|
fromObject?: string;
|
|
1551
1645
|
relationshipName?: string;
|
|
@@ -1793,8 +1887,8 @@ export interface DTOUtil {
|
|
|
1793
1887
|
|
|
1794
1888
|
export interface DataFieldDTO extends LocalizableObjectDTO, DataField, Versioned, NamedObject {
|
|
1795
1889
|
dataType?: string;
|
|
1796
|
-
constrained?: boolean;
|
|
1797
1890
|
userGroupSelection?: boolean;
|
|
1891
|
+
constrained?: boolean;
|
|
1798
1892
|
}
|
|
1799
1893
|
|
|
1800
1894
|
export interface DataObjectDTO extends LocalizableObjectDTO, DataObject, Versioned, NamedObject {
|
|
@@ -1836,9 +1930,9 @@ export interface DataStoreDTO extends AuditableObjectDTO, Versioned, NamedObject
|
|
|
1836
1930
|
maxActive?: number;
|
|
1837
1931
|
username?: string;
|
|
1838
1932
|
connectionError?: string;
|
|
1933
|
+
defaultSchemaName?: string;
|
|
1839
1934
|
url?: string;
|
|
1840
1935
|
password?: string;
|
|
1841
|
-
defaultSchemaName?: string;
|
|
1842
1936
|
reindexRequired?: boolean;
|
|
1843
1937
|
postedTimestamp?: number;
|
|
1844
1938
|
casDistributedDataLoadSupported?: boolean;
|
|
@@ -1873,6 +1967,10 @@ export interface EntityDTO extends LocalizableObjectDTO, Entity, Versioned, Name
|
|
|
1873
1967
|
icons?: IconDTO[];
|
|
1874
1968
|
}
|
|
1875
1969
|
|
|
1970
|
+
export interface FieldValueDTO {
|
|
1971
|
+
raw?: any;
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1876
1974
|
export interface FileCategoryDTO extends InjectableResource, FileCategory {
|
|
1877
1975
|
filesExist?: boolean;
|
|
1878
1976
|
templates?: string[];
|
|
@@ -1920,6 +2018,10 @@ export interface JobFilter {
|
|
|
1920
2018
|
export interface LinkSummaryDTO {
|
|
1921
2019
|
relationshipId?: number;
|
|
1922
2020
|
relationshipName?: string;
|
|
2021
|
+
relationshipQualifiedName?: string;
|
|
2022
|
+
relationshipLabel?: string;
|
|
2023
|
+
reverseRelationshipName?: string;
|
|
2024
|
+
reverseRelationshipLabel?: string;
|
|
1923
2025
|
fromEntityTypeName?: string;
|
|
1924
2026
|
fromEntityTypeLabel?: string;
|
|
1925
2027
|
toEntityTypeName?: string;
|
|
@@ -2118,8 +2220,8 @@ export interface ControlConfigurationDTO extends NamedObject, SolutionAssignedDT
|
|
|
2118
2220
|
}
|
|
2119
2221
|
|
|
2120
2222
|
export interface DocumentTypeWithClientApplication {
|
|
2121
|
-
clientApplication?: string;
|
|
2122
2223
|
documentType?: string;
|
|
2224
|
+
clientApplication?: string;
|
|
2123
2225
|
}
|
|
2124
2226
|
|
|
2125
2227
|
export interface ElementExportDTO extends ElementDTO {
|
|
@@ -2265,8 +2367,8 @@ export interface RelationshipTypeCoreMetadataInternalAdapter extends Relationshi
|
|
|
2265
2367
|
}
|
|
2266
2368
|
|
|
2267
2369
|
export interface RelationshipTypeOperations {
|
|
2268
|
-
all?: RelationshipDTO[];
|
|
2269
2370
|
allHeterogeneousRelationshipTypes?: RelationshipDTO[];
|
|
2371
|
+
all?: RelationshipDTO[];
|
|
2270
2372
|
}
|
|
2271
2373
|
|
|
2272
2374
|
export interface RelationshipTypeUtils {
|
|
@@ -2276,8 +2378,8 @@ export interface TransactionTypeCoreMetadataInternalAdapter extends TransactionT
|
|
|
2276
2378
|
}
|
|
2277
2379
|
|
|
2278
2380
|
export interface TransactionTypeOperations {
|
|
2279
|
-
all?: TransactionDTO[];
|
|
2280
2381
|
allHeterogeneousTransactionTypes?: TransactionDTO[];
|
|
2382
|
+
all?: TransactionDTO[];
|
|
2281
2383
|
}
|
|
2282
2384
|
|
|
2283
2385
|
export interface TransactionTypeUtils {
|
|
@@ -2324,6 +2426,9 @@ export interface RuleSourceTypeGroup<T> {
|
|
|
2324
2426
|
ruleSources?: T[];
|
|
2325
2427
|
}
|
|
2326
2428
|
|
|
2429
|
+
export interface DataMaskingStrategy {
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2327
2432
|
export interface DatahubQuery {
|
|
2328
2433
|
filterCriteria?: FilterCriteria;
|
|
2329
2434
|
sortCriteria?: SortCriteria;
|
|
@@ -2336,6 +2441,7 @@ export interface DatahubQuery {
|
|
|
2336
2441
|
depth?: number;
|
|
2337
2442
|
includeDisplayLabel?: boolean;
|
|
2338
2443
|
includeAuditObjects?: boolean;
|
|
2444
|
+
dataMaskingStrategy?: DataMaskingStrategy;
|
|
2339
2445
|
selectColumnFields?: string[];
|
|
2340
2446
|
selectAll?: boolean;
|
|
2341
2447
|
}
|
|
@@ -2394,6 +2500,12 @@ export interface QueryResults<T> {
|
|
|
2394
2500
|
pagingOptions?: PagingOptions;
|
|
2395
2501
|
}
|
|
2396
2502
|
|
|
2503
|
+
export interface RemoveValuesDataMaskingStrategy extends DataMaskingStrategy {
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2506
|
+
export interface ReplaceWithDotsDataMaskingStrategy extends DataMaskingStrategy {
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2397
2509
|
export interface SortCriteria {
|
|
2398
2510
|
field?: FieldReference;
|
|
2399
2511
|
sortOrder?: SortOrder;
|
|
@@ -2408,6 +2520,9 @@ export interface TemporalOptions {
|
|
|
2408
2520
|
dateFieldName?: string;
|
|
2409
2521
|
}
|
|
2410
2522
|
|
|
2523
|
+
export interface UnmaskedDataMaskingStrategy extends DataMaskingStrategy {
|
|
2524
|
+
}
|
|
2525
|
+
|
|
2411
2526
|
export interface WherePredicate {
|
|
2412
2527
|
fields?: string[];
|
|
2413
2528
|
operator?: PredicateOperator;
|
|
@@ -2522,17 +2637,15 @@ export interface Compound {
|
|
|
2522
2637
|
}
|
|
2523
2638
|
|
|
2524
2639
|
export interface ConditionalRule {
|
|
2525
|
-
conditionId?: string;
|
|
2526
2640
|
objectState?: string;
|
|
2641
|
+
conditionId?: string;
|
|
2527
2642
|
}
|
|
2528
2643
|
|
|
2529
2644
|
export interface DataField {
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
scale?: number;
|
|
2535
|
-
description?: string;
|
|
2645
|
+
redacted?: AbstractRedactionRuleUnion;
|
|
2646
|
+
requiredConditionally?: ConditionalRule;
|
|
2647
|
+
readOnlyConditionally?: ConditionalRule;
|
|
2648
|
+
ownerName?: string;
|
|
2536
2649
|
dataType?: any;
|
|
2537
2650
|
primaryKeyField?: boolean;
|
|
2538
2651
|
displayIndex?: number;
|
|
@@ -2547,21 +2660,23 @@ export interface DataField {
|
|
|
2547
2660
|
assignedTimeZone?: string;
|
|
2548
2661
|
displayInTimeZone?: string;
|
|
2549
2662
|
showTimeZone?: boolean;
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2663
|
+
masked?: boolean;
|
|
2664
|
+
authorizedToRevealMasked?: UserGroupChooserSelection[];
|
|
2665
|
+
columnName?: string;
|
|
2666
|
+
scale?: number;
|
|
2667
|
+
label?: string;
|
|
2554
2668
|
length?: number;
|
|
2555
2669
|
name?: string;
|
|
2556
2670
|
id?: number;
|
|
2557
2671
|
readOnly?: boolean;
|
|
2672
|
+
description?: string;
|
|
2673
|
+
precision?: number;
|
|
2674
|
+
required?: boolean;
|
|
2558
2675
|
}
|
|
2559
2676
|
|
|
2560
2677
|
export interface DataObject extends SolutionAssignedDTO {
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
description?: string;
|
|
2564
|
-
version?: number;
|
|
2678
|
+
dataStoreDefaultSchemaName?: string;
|
|
2679
|
+
dataStoreAssignedTimeZone?: string;
|
|
2565
2680
|
historyEnabled?: boolean;
|
|
2566
2681
|
createdAtTimeFieldName?: string;
|
|
2567
2682
|
validFromFieldName?: string;
|
|
@@ -2571,12 +2686,14 @@ export interface DataObject extends SolutionAssignedDTO {
|
|
|
2571
2686
|
lastUpdatedAtTimeFieldName?: string;
|
|
2572
2687
|
displayTextFields?: SortableNameReference[];
|
|
2573
2688
|
dataStoreName?: string;
|
|
2574
|
-
|
|
2575
|
-
|
|
2689
|
+
tableName?: string;
|
|
2690
|
+
label?: string;
|
|
2576
2691
|
name?: string;
|
|
2577
2692
|
fields?: DataField[];
|
|
2578
2693
|
id?: number;
|
|
2579
2694
|
readOnly?: boolean;
|
|
2695
|
+
version?: number;
|
|
2696
|
+
description?: string;
|
|
2580
2697
|
}
|
|
2581
2698
|
|
|
2582
2699
|
export interface DocumentAndLink {
|
|
@@ -2593,10 +2710,10 @@ export interface DocumentIdRequest extends BaseDocumentCollectionRequest {
|
|
|
2593
2710
|
}
|
|
2594
2711
|
|
|
2595
2712
|
export interface Element {
|
|
2596
|
-
label?: string;
|
|
2597
2713
|
dataType?: any;
|
|
2598
2714
|
mappedFields?: DataField[];
|
|
2599
2715
|
displayable?: boolean;
|
|
2716
|
+
label?: string;
|
|
2600
2717
|
name?: string;
|
|
2601
2718
|
id?: number;
|
|
2602
2719
|
}
|
|
@@ -2615,12 +2732,12 @@ export interface EnrichedDocument {
|
|
|
2615
2732
|
sheets?: Sheet[];
|
|
2616
2733
|
comments?: Comment[];
|
|
2617
2734
|
fileOperations?: AbstractFileOperationUnion[];
|
|
2735
|
+
fieldRestrictions?: { [index: string]: any };
|
|
2618
2736
|
attachmentsCount?: number;
|
|
2619
2737
|
}
|
|
2620
2738
|
|
|
2621
2739
|
export interface Entity extends SolutionAssignedDTO {
|
|
2622
|
-
|
|
2623
|
-
scale?: number;
|
|
2740
|
+
defaultMapIcon?: Icon;
|
|
2624
2741
|
defaultRegularIcon?: Icon;
|
|
2625
2742
|
nodeColor?: string;
|
|
2626
2743
|
nodeShape?: string;
|
|
@@ -2634,7 +2751,8 @@ export interface Entity extends SolutionAssignedDTO {
|
|
|
2634
2751
|
requiresMultipleContributors?: boolean;
|
|
2635
2752
|
compounds?: Compound[];
|
|
2636
2753
|
publishCode?: PublishCode;
|
|
2637
|
-
|
|
2754
|
+
scale?: number;
|
|
2755
|
+
label?: string;
|
|
2638
2756
|
name?: string;
|
|
2639
2757
|
id?: number;
|
|
2640
2758
|
}
|
|
@@ -2650,9 +2768,13 @@ export interface Error {
|
|
|
2650
2768
|
version?: number;
|
|
2651
2769
|
}
|
|
2652
2770
|
|
|
2771
|
+
export interface FieldMaskingConfigDTO {
|
|
2772
|
+
currentUserIsAuthorizedToReveal?: boolean;
|
|
2773
|
+
}
|
|
2774
|
+
|
|
2653
2775
|
export interface Icon {
|
|
2654
|
-
imageType?: IconImageType;
|
|
2655
2776
|
imageLocation?: string;
|
|
2777
|
+
imageType?: IconImageType;
|
|
2656
2778
|
id?: number;
|
|
2657
2779
|
type?: IconType;
|
|
2658
2780
|
}
|
|
@@ -2686,28 +2808,28 @@ export interface ReferenceListSummary {
|
|
|
2686
2808
|
}
|
|
2687
2809
|
|
|
2688
2810
|
export interface Relationship extends DataObject {
|
|
2689
|
-
qualifiedName?: string;
|
|
2690
|
-
required?: boolean;
|
|
2691
|
-
managed?: boolean;
|
|
2692
|
-
width?: number;
|
|
2693
|
-
color?: string;
|
|
2694
|
-
fromObjectLabel?: string;
|
|
2695
|
-
toObjectLabel?: string;
|
|
2696
|
-
cardinality?: RelationshipCardinality;
|
|
2697
|
-
previousCardinality?: RelationshipCardinality;
|
|
2698
|
-
symmetric?: boolean;
|
|
2699
|
-
reverseName?: string;
|
|
2700
|
-
reverseLabel?: string;
|
|
2701
|
-
dashType?: string;
|
|
2702
|
-
styles?: LinkStyleDTO[];
|
|
2703
2811
|
toObjectTypeNames?: string[];
|
|
2704
2812
|
summaryFields?: SortableNameReference[];
|
|
2705
2813
|
heterogeneousLink?: boolean;
|
|
2706
2814
|
linkFields?: { [index: string]: string }[];
|
|
2707
2815
|
joinTableName?: string;
|
|
2816
|
+
reverseName?: string;
|
|
2817
|
+
reverseLabel?: string;
|
|
2818
|
+
fromObjectLabel?: string;
|
|
2819
|
+
toObjectLabel?: string;
|
|
2708
2820
|
fromObjectName?: string;
|
|
2709
2821
|
toObjectName?: string;
|
|
2822
|
+
cardinality?: RelationshipCardinality;
|
|
2823
|
+
previousCardinality?: RelationshipCardinality;
|
|
2824
|
+
symmetric?: boolean;
|
|
2825
|
+
dashType?: string;
|
|
2826
|
+
styles?: LinkStyleDTO[];
|
|
2827
|
+
qualifiedName?: string;
|
|
2828
|
+
managed?: boolean;
|
|
2829
|
+
width?: number;
|
|
2830
|
+
color?: string;
|
|
2710
2831
|
type?: RelationshipType;
|
|
2832
|
+
required?: boolean;
|
|
2711
2833
|
}
|
|
2712
2834
|
|
|
2713
2835
|
export interface SheetCopySelection {
|
|
@@ -2727,15 +2849,15 @@ export interface SortableNameReference {
|
|
|
2727
2849
|
}
|
|
2728
2850
|
|
|
2729
2851
|
export interface StoredDataObject extends DataObject {
|
|
2730
|
-
|
|
2731
|
-
|
|
2852
|
+
defaultMapIcon?: Icon;
|
|
2853
|
+
nodeDecoration?: NodeDecorationDTO;
|
|
2732
2854
|
defaultRegularIcon?: Icon;
|
|
2733
2855
|
nodeColor?: string;
|
|
2734
2856
|
nodeShape?: string;
|
|
2735
2857
|
markerColor?: string;
|
|
2858
|
+
relationshipsFrom?: Relationship[];
|
|
2736
2859
|
borderColor?: string;
|
|
2737
2860
|
borderWidth?: number;
|
|
2738
|
-
styles?: EntityStyleDTO[];
|
|
2739
2861
|
attachmentsIndexedForSearch?: boolean;
|
|
2740
2862
|
enableCasDistributedDataLoad?: boolean;
|
|
2741
2863
|
relationshipsTo?: Relationship[];
|
|
@@ -2743,23 +2865,23 @@ export interface StoredDataObject extends DataObject {
|
|
|
2743
2865
|
requireSearchBeforeCreate?: boolean;
|
|
2744
2866
|
mobileOfflineEnabled?: boolean;
|
|
2745
2867
|
fileCategories?: FileCategory[];
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2868
|
+
styles?: EntityStyleDTO[];
|
|
2869
|
+
scale?: number;
|
|
2870
|
+
parentName?: string;
|
|
2749
2871
|
type?: DataObjectType;
|
|
2750
2872
|
}
|
|
2751
2873
|
|
|
2752
2874
|
export interface Transaction extends DataObject {
|
|
2875
|
+
fromObjectName?: string;
|
|
2876
|
+
toObjectName?: string;
|
|
2753
2877
|
toObjectTypeFieldName?: string;
|
|
2878
|
+
lineWidthFunctionType?: AggregateFunctionType;
|
|
2879
|
+
lineColorFieldName?: string;
|
|
2880
|
+
lineColorFunctionType?: AggregateFunctionType;
|
|
2754
2881
|
fromObjectTypeFieldName?: string;
|
|
2755
2882
|
fromObjectRefFieldName?: string;
|
|
2756
2883
|
toObjectRefFieldName?: string;
|
|
2757
2884
|
lineWidthFieldName?: string;
|
|
2758
|
-
lineWidthFunctionType?: AggregateFunctionType;
|
|
2759
|
-
lineColorFieldName?: string;
|
|
2760
|
-
lineColorFunctionType?: AggregateFunctionType;
|
|
2761
|
-
fromObjectName?: string;
|
|
2762
|
-
toObjectName?: string;
|
|
2763
2885
|
}
|
|
2764
2886
|
|
|
2765
2887
|
export interface Version extends VersionSummary {
|
|
@@ -2815,11 +2937,11 @@ export interface EntityImpl extends Entity {
|
|
|
2815
2937
|
}
|
|
2816
2938
|
|
|
2817
2939
|
export interface FileCategory {
|
|
2818
|
-
required?: boolean;
|
|
2819
2940
|
allowMultiple?: boolean;
|
|
2820
2941
|
documentLockRequired?: boolean;
|
|
2821
2942
|
name?: string;
|
|
2822
2943
|
displayName?: string;
|
|
2944
|
+
required?: boolean;
|
|
2823
2945
|
}
|
|
2824
2946
|
|
|
2825
2947
|
export interface FileCategoryImpl extends FileCategory {
|
|
@@ -2932,9 +3054,9 @@ export interface CommentUser {
|
|
|
2932
3054
|
|
|
2933
3055
|
export interface AbstractFieldConditionMetadata<Y, T> {
|
|
2934
3056
|
cycleDetector?: CycleDetector;
|
|
2935
|
-
owner?: Y;
|
|
2936
3057
|
ownerName?: string;
|
|
2937
3058
|
parentObjectName?: string;
|
|
3059
|
+
owner?: Y;
|
|
2938
3060
|
}
|
|
2939
3061
|
|
|
2940
3062
|
export interface AbstractStyleDTO extends Comparable<AbstractStyleDTO>, Serializable {
|
|
@@ -3095,14 +3217,14 @@ export interface EventMetadata {
|
|
|
3095
3217
|
}
|
|
3096
3218
|
|
|
3097
3219
|
export interface ValidatableContextMapping extends SolutionAssignedDTO {
|
|
3098
|
-
tag?: string;
|
|
3099
|
-
event?: string;
|
|
3100
|
-
docType?: string;
|
|
3101
|
-
uuid?: string;
|
|
3102
3220
|
fallbackToEvent?: string;
|
|
3103
3221
|
templateId?: any;
|
|
3104
3222
|
toolbarEnabled?: boolean;
|
|
3105
3223
|
evaluateOrder?: number;
|
|
3224
|
+
docType?: string;
|
|
3225
|
+
uuid?: string;
|
|
3226
|
+
tag?: string;
|
|
3227
|
+
event?: string;
|
|
3106
3228
|
}
|
|
3107
3229
|
|
|
3108
3230
|
export interface Control extends ControlMetadata {
|
|
@@ -3535,8 +3657,8 @@ export interface EnrichedDocumentValidator {
|
|
|
3535
3657
|
}
|
|
3536
3658
|
|
|
3537
3659
|
export interface HtmlEncoder<T> {
|
|
3538
|
-
wrappedPolicy?: Policy;
|
|
3539
3660
|
wrappedRenderer?: HtmlStreamEventReceiver;
|
|
3661
|
+
wrappedPolicy?: Policy;
|
|
3540
3662
|
}
|
|
3541
3663
|
|
|
3542
3664
|
export interface InputChannel<T> extends Policy {
|
|
@@ -3581,6 +3703,15 @@ export interface TextCellValidator {
|
|
|
3581
3703
|
export interface ValidatorHtmlChangeListener extends HtmlChangeListener<string> {
|
|
3582
3704
|
}
|
|
3583
3705
|
|
|
3706
|
+
export interface JsonMapWithNoHtmlValidator extends ConstraintValidator<JsonMapWithNoHtml, { [index: string]: any }> {
|
|
3707
|
+
}
|
|
3708
|
+
|
|
3709
|
+
export interface SortByQueryParamValidator extends ConstraintValidator<SortByQueryParam, string> {
|
|
3710
|
+
}
|
|
3711
|
+
|
|
3712
|
+
export interface StringWithNoHtmlValidator extends ConstraintValidator<StringWithNoHtml, string> {
|
|
3713
|
+
}
|
|
3714
|
+
|
|
3584
3715
|
export interface HtmlSanitizerConfig {
|
|
3585
3716
|
htmlSanitizerProperties?: AdditionalHtmlSanitizerProperties;
|
|
3586
3717
|
}
|
|
@@ -3732,13 +3863,13 @@ export interface Serializable {
|
|
|
3732
3863
|
}
|
|
3733
3864
|
|
|
3734
3865
|
export interface JsonDeserializer<T> extends NullValueProvider {
|
|
3735
|
-
cachable?: boolean;
|
|
3736
3866
|
delegatee?: JsonDeserializer<any>;
|
|
3737
3867
|
knownPropertyNames?: any[];
|
|
3738
3868
|
nullValue?: T;
|
|
3739
3869
|
emptyAccessPattern?: AccessPattern;
|
|
3740
3870
|
emptyValue?: any;
|
|
3741
3871
|
objectIdReader?: ObjectIdReader;
|
|
3872
|
+
cachable?: boolean;
|
|
3742
3873
|
}
|
|
3743
3874
|
|
|
3744
3875
|
export interface ObjectIdReader extends Serializable {
|
|
@@ -3751,8 +3882,8 @@ export interface ObjectIdReader extends Serializable {
|
|
|
3751
3882
|
}
|
|
3752
3883
|
|
|
3753
3884
|
export interface JsonSerializer<T> extends JsonFormatVisitable {
|
|
3754
|
-
delegatee?: JsonSerializer<any>;
|
|
3755
3885
|
unwrappingSerializer?: boolean;
|
|
3886
|
+
delegatee?: JsonSerializer<any>;
|
|
3756
3887
|
}
|
|
3757
3888
|
|
|
3758
3889
|
export interface HandlerExceptionResolver {
|
|
@@ -3769,8 +3900,8 @@ export interface LocalizedLocale {
|
|
|
3769
3900
|
}
|
|
3770
3901
|
|
|
3771
3902
|
export interface ResponseEntity<T> extends HttpEntity<T> {
|
|
3772
|
-
statusCode?: HttpStatus;
|
|
3773
3903
|
statusCodeValue?: number;
|
|
3904
|
+
statusCode?: HttpStatus;
|
|
3774
3905
|
}
|
|
3775
3906
|
|
|
3776
3907
|
export interface CacheStats {
|
|
@@ -3780,11 +3911,14 @@ export interface Throwable extends Serializable {
|
|
|
3780
3911
|
cause?: Throwable;
|
|
3781
3912
|
stackTrace?: StackTraceElement[];
|
|
3782
3913
|
message?: string;
|
|
3783
|
-
localizedMessage?: string;
|
|
3784
3914
|
suppressed?: Throwable[];
|
|
3915
|
+
localizedMessage?: string;
|
|
3785
3916
|
}
|
|
3786
3917
|
|
|
3787
3918
|
export interface StackTraceElement extends Serializable {
|
|
3919
|
+
classLoaderName?: string;
|
|
3920
|
+
moduleName?: string;
|
|
3921
|
+
moduleVersion?: string;
|
|
3788
3922
|
methodName?: string;
|
|
3789
3923
|
fileName?: string;
|
|
3790
3924
|
lineNumber?: number;
|
|
@@ -3833,24 +3967,24 @@ export interface StringPath extends DslTypesDslStringExpression, Path<string> {
|
|
|
3833
3967
|
export interface NumberPath<T> extends NumberExpression<T>, Path<T> {
|
|
3834
3968
|
}
|
|
3835
3969
|
|
|
3836
|
-
export interface PathMetadata extends Serializable {
|
|
3837
|
-
element?: any;
|
|
3838
|
-
parent?: Path<any>;
|
|
3839
|
-
rootPath?: Path<any>;
|
|
3840
|
-
pathType?: PathType;
|
|
3841
|
-
root?: boolean;
|
|
3842
|
-
name?: string;
|
|
3843
|
-
}
|
|
3844
|
-
|
|
3845
3970
|
export interface AnnotatedElement {
|
|
3846
3971
|
annotations?: Annotation[];
|
|
3847
3972
|
declaredAnnotations?: Annotation[];
|
|
3848
3973
|
}
|
|
3849
3974
|
|
|
3850
3975
|
export interface Path<T> extends DslTypesExpression<T> {
|
|
3851
|
-
metadata?: PathMetadata;
|
|
3852
3976
|
annotatedElement?: AnnotatedElement;
|
|
3853
3977
|
root?: Path<any>;
|
|
3978
|
+
metadata?: PathMetadata;
|
|
3979
|
+
}
|
|
3980
|
+
|
|
3981
|
+
export interface PathMetadata extends Serializable {
|
|
3982
|
+
element?: any;
|
|
3983
|
+
parent?: Path<any>;
|
|
3984
|
+
rootPath?: Path<any>;
|
|
3985
|
+
pathType?: PathType;
|
|
3986
|
+
root?: boolean;
|
|
3987
|
+
name?: string;
|
|
3854
3988
|
}
|
|
3855
3989
|
|
|
3856
3990
|
export interface Class<T> extends Serializable, GenericDeclaration, Type, AnnotatedElement {
|
|
@@ -3940,8 +4074,8 @@ export interface Appendable {
|
|
|
3940
4074
|
}
|
|
3941
4075
|
|
|
3942
4076
|
export interface TypedPayload {
|
|
3943
|
-
eventType?: string;
|
|
3944
4077
|
payloadType?: string;
|
|
4078
|
+
eventType?: string;
|
|
3945
4079
|
}
|
|
3946
4080
|
|
|
3947
4081
|
export interface NullValueProvider {
|
|
@@ -3962,23 +4096,20 @@ export interface ObjectIdResolver {
|
|
|
3962
4096
|
}
|
|
3963
4097
|
|
|
3964
4098
|
export interface SettableBeanProperty extends ConcreteBeanPropertyBase, Serializable {
|
|
3965
|
-
ignorable?: boolean;
|
|
3966
4099
|
objectIdInfo?: ObjectIdInfo;
|
|
3967
4100
|
managedReferenceName?: string;
|
|
3968
|
-
valueDeserializer?: JsonDeserializer<any>;
|
|
3969
4101
|
valueTypeDeserializer?: TypeDeserializer;
|
|
3970
4102
|
nullValueProvider?: NullValueProvider;
|
|
3971
4103
|
propertyIndex?: number;
|
|
3972
4104
|
creatorIndex?: number;
|
|
3973
4105
|
injectableValueId?: any;
|
|
3974
4106
|
injectionOnly?: boolean;
|
|
4107
|
+
valueDeserializer?: JsonDeserializer<any>;
|
|
4108
|
+
ignorable?: boolean;
|
|
3975
4109
|
}
|
|
3976
4110
|
|
|
3977
4111
|
export interface JavaType extends ResolvedType, Serializable, Type {
|
|
3978
|
-
superClass?: JavaType;
|
|
3979
4112
|
keyType?: JavaType;
|
|
3980
|
-
contentType?: JavaType;
|
|
3981
|
-
bindings?: TypeBindings;
|
|
3982
4113
|
typeHandler?: any;
|
|
3983
4114
|
valueHandler?: any;
|
|
3984
4115
|
enumImplType?: boolean;
|
|
@@ -3987,8 +4118,11 @@ export interface JavaType extends ResolvedType, Serializable, Type {
|
|
|
3987
4118
|
contentValueHandler?: any;
|
|
3988
4119
|
contentTypeHandler?: any;
|
|
3989
4120
|
erasedSignature?: string;
|
|
4121
|
+
superClass?: JavaType;
|
|
4122
|
+
contentType?: JavaType;
|
|
3990
4123
|
interfaces?: JavaType[];
|
|
3991
4124
|
genericSignature?: string;
|
|
4125
|
+
bindings?: TypeBindings;
|
|
3992
4126
|
}
|
|
3993
4127
|
|
|
3994
4128
|
export interface JsonFormatVisitable {
|
|
@@ -4104,37 +4238,49 @@ export interface Function<T, R> {
|
|
|
4104
4238
|
export interface HtmlChangeListener<T> {
|
|
4105
4239
|
}
|
|
4106
4240
|
|
|
4107
|
-
export interface
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4241
|
+
export interface ConstraintValidator<A, T> {
|
|
4242
|
+
}
|
|
4243
|
+
|
|
4244
|
+
export interface JsonMapWithNoHtml extends Annotation {
|
|
4245
|
+
}
|
|
4246
|
+
|
|
4247
|
+
export interface SortByQueryParam extends Annotation {
|
|
4248
|
+
}
|
|
4249
|
+
|
|
4250
|
+
export interface StringWithNoHtml extends Annotation {
|
|
4113
4251
|
}
|
|
4114
4252
|
|
|
4115
4253
|
export interface ObjectIdInfo {
|
|
4116
|
-
scope?: Class<any>;
|
|
4117
|
-
propertyName?: PropertyName;
|
|
4118
4254
|
generatorType?: Class<ObjectIdGenerator<any>>;
|
|
4119
4255
|
resolverType?: Class<ObjectIdResolver>;
|
|
4120
4256
|
alwaysAsId?: boolean;
|
|
4257
|
+
scope?: Class<any>;
|
|
4258
|
+
propertyName?: PropertyName;
|
|
4121
4259
|
}
|
|
4122
4260
|
|
|
4123
4261
|
export interface TypeDeserializer {
|
|
4124
|
-
defaultImpl?: Class<any>;
|
|
4125
|
-
propertyName?: string;
|
|
4126
4262
|
typeInclusion?: As;
|
|
4127
4263
|
typeIdResolver?: TypeIdResolver;
|
|
4264
|
+
propertyName?: string;
|
|
4265
|
+
defaultImpl?: Class<any>;
|
|
4266
|
+
}
|
|
4267
|
+
|
|
4268
|
+
export interface AnnotatedMember extends Annotated, Serializable {
|
|
4269
|
+
typeContext?: TypeResolutionContext;
|
|
4270
|
+
allAnnotations?: AnnotationMap;
|
|
4271
|
+
member?: Member;
|
|
4272
|
+
fullName?: string;
|
|
4273
|
+
declaringClass?: Class<any>;
|
|
4128
4274
|
}
|
|
4129
4275
|
|
|
4130
4276
|
export interface PropertyMetadata extends Serializable {
|
|
4131
|
-
required?: boolean;
|
|
4132
|
-
index?: number;
|
|
4133
|
-
description?: string;
|
|
4134
4277
|
mergeInfo?: MergeInfo;
|
|
4135
4278
|
valueNulls?: Nulls;
|
|
4136
4279
|
contentNulls?: Nulls;
|
|
4280
|
+
required?: boolean;
|
|
4137
4281
|
defaultValue?: string;
|
|
4282
|
+
index?: number;
|
|
4283
|
+
description?: string;
|
|
4138
4284
|
}
|
|
4139
4285
|
|
|
4140
4286
|
export interface ConcreteBeanPropertyBase extends BeanProperty, Serializable {
|
|
@@ -4146,12 +4292,9 @@ export interface TypeBindings extends Serializable {
|
|
|
4146
4292
|
}
|
|
4147
4293
|
|
|
4148
4294
|
export interface ResolvedType {
|
|
4149
|
-
rawClass?: Class<any>;
|
|
4150
4295
|
keyType?: ResolvedType;
|
|
4151
|
-
contentType?: ResolvedType;
|
|
4152
4296
|
containerType?: boolean;
|
|
4153
4297
|
arrayType?: boolean;
|
|
4154
|
-
referenceType?: boolean;
|
|
4155
4298
|
concrete?: boolean;
|
|
4156
4299
|
throwable?: boolean;
|
|
4157
4300
|
enumType?: boolean;
|
|
@@ -4159,10 +4302,13 @@ export interface ResolvedType {
|
|
|
4159
4302
|
mapLikeType?: boolean;
|
|
4160
4303
|
referencedType?: ResolvedType;
|
|
4161
4304
|
parameterSource?: Class<any>;
|
|
4305
|
+
referenceType?: boolean;
|
|
4306
|
+
rawClass?: Class<any>;
|
|
4307
|
+
contentType?: ResolvedType;
|
|
4162
4308
|
interface?: boolean;
|
|
4163
4309
|
primitive?: boolean;
|
|
4164
|
-
abstract?: boolean;
|
|
4165
4310
|
final?: boolean;
|
|
4311
|
+
abstract?: boolean;
|
|
4166
4312
|
}
|
|
4167
4313
|
|
|
4168
4314
|
export interface HttpEntity<T> {
|
|
@@ -4191,9 +4337,9 @@ export interface DslTypesExpression<T> extends Serializable {
|
|
|
4191
4337
|
}
|
|
4192
4338
|
|
|
4193
4339
|
export interface TypeVariable<D> extends Type, AnnotatedElement {
|
|
4194
|
-
bounds?: Type[];
|
|
4195
4340
|
genericDeclaration?: D;
|
|
4196
4341
|
annotatedBounds?: AnnotatedType[];
|
|
4342
|
+
bounds?: Type[];
|
|
4197
4343
|
name?: string;
|
|
4198
4344
|
}
|
|
4199
4345
|
|
|
@@ -4277,6 +4423,14 @@ export interface StandardEntity {
|
|
|
4277
4423
|
export interface BaseVisitor extends ExpressionVisitor {
|
|
4278
4424
|
}
|
|
4279
4425
|
|
|
4426
|
+
export interface TypeIdResolver {
|
|
4427
|
+
descForKnownTypeIds?: string;
|
|
4428
|
+
mechanism?: Id;
|
|
4429
|
+
}
|
|
4430
|
+
|
|
4431
|
+
export interface TypeResolutionContext {
|
|
4432
|
+
}
|
|
4433
|
+
|
|
4280
4434
|
export interface AnnotationMap extends Annotations {
|
|
4281
4435
|
}
|
|
4282
4436
|
|
|
@@ -4287,35 +4441,27 @@ export interface Member {
|
|
|
4287
4441
|
declaringClass?: Class<any>;
|
|
4288
4442
|
}
|
|
4289
4443
|
|
|
4290
|
-
export interface TypeResolutionContext {
|
|
4291
|
-
}
|
|
4292
|
-
|
|
4293
4444
|
export interface Annotated {
|
|
4294
4445
|
annotated?: AnnotatedElement;
|
|
4295
4446
|
name?: string;
|
|
4296
|
-
type?: JavaType;
|
|
4297
4447
|
public?: boolean;
|
|
4448
|
+
type?: JavaType;
|
|
4298
4449
|
rawType?: Class<any>;
|
|
4299
4450
|
}
|
|
4300
4451
|
|
|
4301
|
-
export interface TypeIdResolver {
|
|
4302
|
-
descForKnownTypeIds?: string;
|
|
4303
|
-
mechanism?: Id;
|
|
4304
|
-
}
|
|
4305
|
-
|
|
4306
4452
|
export interface MergeInfo {
|
|
4307
4453
|
getter?: AnnotatedMember;
|
|
4308
4454
|
fromDefaults?: boolean;
|
|
4309
4455
|
}
|
|
4310
4456
|
|
|
4311
4457
|
export interface BeanProperty extends Named {
|
|
4312
|
-
|
|
4458
|
+
wrapperName?: PropertyName;
|
|
4313
4459
|
member?: AnnotatedMember;
|
|
4460
|
+
fullName?: PropertyName;
|
|
4461
|
+
type?: JavaType;
|
|
4462
|
+
metadata?: PropertyMetadata;
|
|
4314
4463
|
required?: boolean;
|
|
4315
4464
|
virtual?: boolean;
|
|
4316
|
-
metadata?: PropertyMetadata;
|
|
4317
|
-
wrapperName?: PropertyName;
|
|
4318
|
-
type?: JavaType;
|
|
4319
4465
|
}
|
|
4320
4466
|
|
|
4321
4467
|
export interface Mergable<E> {
|
|
@@ -4326,6 +4472,7 @@ export interface LiteralExpression<T> extends ComparableExpression<T> {
|
|
|
4326
4472
|
}
|
|
4327
4473
|
|
|
4328
4474
|
export interface AnnotatedType extends AnnotatedElement {
|
|
4475
|
+
annotatedOwnerType?: AnnotatedType;
|
|
4329
4476
|
type?: Type;
|
|
4330
4477
|
}
|
|
4331
4478
|
|
|
@@ -4456,7 +4603,7 @@ export type IconImageType = "GIF" | "JPEG" | "PNG" | "SVG";
|
|
|
4456
4603
|
|
|
4457
4604
|
export type IconType = "REGULAR" | "MAP";
|
|
4458
4605
|
|
|
4459
|
-
export type JobType = "SEARCH_INDEX_LOADER" | "PROCESS_ATTACHMENTS";
|
|
4606
|
+
export type JobType = "SEARCH_INDEX_LOADER" | "PROCESS_ATTACHMENTS" | "IMPORT_CONFIG";
|
|
4460
4607
|
|
|
4461
4608
|
export type MetadataObjectType = "ICON" | "DOCUMENT" | "LINK" | "TRANSACTION" | "ELEMENT" | "ENTITY" | "TEMPLATE" | "TRAVERSAL" | "CONTROL" | "CONTROL_CATEGORY" | "CONTEXT_MAPPING" | "ACTION" | "ACTION_ITEM" | "REFERENCE_LIST" | "HIERARCHICAL_REFERENCE_DATA" | "CLIENT_APPLICATION" | "TEMPLATE_TYPE" | "CONDITION" | "DATA_STORE" | "SOLUTION" | "ACTIVE_HOMEPAGE";
|
|
4462
4609
|
|
|
@@ -4488,7 +4635,7 @@ export type CardinalityStatus = "SATURATED" | "UNSATURATED" | "UNKNOWN";
|
|
|
4488
4635
|
|
|
4489
4636
|
export type ActionItemState = "ENABLED" | "DISABLED" | "REMOVED";
|
|
4490
4637
|
|
|
4491
|
-
export type FieldRestrictionRestrictionType = "required" | "readOnly" | "maxLength" | "systemReserved" | "fieldDataType" | "precision" | "scale" | "constrainingListName" | "cascadingReferenceDataFilterByCode" | "cascadingReferenceDataFilterByField" | "allowMultipleSelections" | "userSelectionStrategy";
|
|
4638
|
+
export type FieldRestrictionRestrictionType = "required" | "readOnly" | "maxLength" | "masked" | "systemReserved" | "fieldDataType" | "precision" | "scale" | "constrainingListName" | "cascadingReferenceDataFilterByCode" | "cascadingReferenceDataFilterByField" | "allowMultipleSelections" | "userSelectionStrategy";
|
|
4492
4639
|
|
|
4493
4640
|
export type RestrictionType = "required" | "requiresDocumentLock" | "allowMultipleFiles";
|
|
4494
4641
|
|
|
@@ -4518,7 +4665,7 @@ export type Status = "pending" | "running" | "stopping" | "cancelled" | "complet
|
|
|
4518
4665
|
|
|
4519
4666
|
export type AccessPattern = "ALWAYS_NULL" | "CONSTANT" | "DYNAMIC";
|
|
4520
4667
|
|
|
4521
|
-
export type ErrorCode = "DH0100" | "DH0101" | "DH0102" | "DH0103" | "DH0120" | "DH0121" | "DH0122" | "DH0300" | "DH0301" | "DH0302" | "DH0303" | "DH0304" | "DH0305" | "DH0306" | "DH0307" | "DH0400" | "DH1062" | "DH1063" | "DH1070" | "DH1090" | "DH1200" | "DH1202" | "DH1203" | "DH1204" | "DH1205" | "DH1206" | "DH1207" | "DH1208" | "DH1210" | "DH1219" | "DH1220" | "DH1221" | "DH1300" | "DH1310" | "DH1311" | "DH1312" | "DH1313" | "DH1320" | "DH1321" | "DH1354" | "DH1355" | "DH1356" | "DH1357" | "DH1402" | "DH1405" | "DH1406" | "DH1408" | "DH1409" | "DH1410" | "DH1412" | "DH1413" | "DH1414" | "DH1415" | "DH1416" | "DH1418" | "DH1419" | "DH1420" | "DH1501" | "DH1502" | "DH1503" | "DH1506" | "DH1507" | "DH1508" | "DH1509" | "DH1510" | "DH1511" | "DH1512" | "DH1513" | "DH1515" | "DH1517" | "DH1518" | "DH1519" | "DH1520" | "unable_to_serialize_json" | "DH1521" | "DH1522" | "DH1523" | "DH1524" | "DH1525" | "DH1526" | "DH1528" | "DH1529" | "DH1530" | "DH1531" | "DH1532" | "DH1533" | "DH1534" | "DH1535" | "DH1536" | "DH1537" | "DH1538" | "DH1540" | "DH1541" | "DH1544" | "DH1545" | "DH1560" | "DH1561" | "DH1562" | "DH1563" | "DH1564" | "DH1565" | "DH1566" | "DH2300" | "DH2301" | "DH2302" | "DH2303" | "DH2304" | "DH2305" | "DH2312" | "DH2313" | "DH2320" | "DH2321" | "DH2322" | "DH2323" | "DH2324" | "DH3000" | "DH3003" | "DH3004" | "DH3005" | "DH3006" | "DH3007" | "DH3010" | "DH3011" | "DH3012" | "DH3013" | "DH3014" | "DH3015" | "DH3016" | "DH3017" | "DH3018" | "DH3019" | "DH3020" | "DH3021" | "DH3022" | "DH3023" | "DH3024" | "DH3025" | "DH3026" | "DH3027" | "DH3029" | "DH3030" | "DH3031" | "DH3032" | "DH3033" | "DH3035" | "DH3065" | "DH3066" | "DH3067" | "DH3068" | "DH3070" | "DH3071" | "DH3072" | "DH3073" | "DH3076" | "DH3077" | "DH3078" | "DH3079" | "data_store_credential_create_op_failed" | "data_store_credential_read_op_failed" | "data_store_credential_update_op_failed" | "data_store_credential_delete_op_failed" | "data_store_credential_delete_op_unauthorized" | "data_store_internal_property_not_found" | "data_store_internal_resolved_property_not_found" | "DH3080" | "DH3081" | "DH3082" | "DH3083" | "DH3084" | "DH3085" | "DH3086" | "DH3087" | "DH3088" | "DH3089" | "DH3090" | "DH3100" | "DH3101" | "DH3102" | "DH3103" | "DH3105" | "DH3106" | "DH3107" | "DH3108" | "DH3109" | "DH3110" | "DH3112" | "DH3113" | "DH3114" | "DH3115" | "DH3116" | "DH3118" | "DH3119" | "DH3120" | "DH3122" | "DH3123" | "DH3124" | "DH3125" | "DH3126" | "DH3127" | "DH3129" | "DH3130" | "DH3132" | "DH3133" | "DH3135" | "DH3137" | "DH3138" | "DH3139" | "DH3140" | "DH3141" | "DH3142" | "DH3145" | "DH3146" | "DH3147" | "DH3148" | "DH3150" | "DH3151" | "DH3152" | "DH3153" | "DH3154" | "DH3155" | "DH3156" | "DH3157" | "DH3158" | "missing_primary_key_field_for_transaction" | "DH3160" | "DH3161" | "DH3162" | "DH3163" | "DH3164" | "DH3165" | "DH3166" | "DH3167" | "DH3168" | "DH3169" | "DH3170" | "DH3171" | "DH3172" | "DH3175" | "DH3176" | "DH3177" | "DH3178" | "DH3179" | "DH3180" | "DH3181" | "DH3182" | "DH3183" | "DH3184" | "DH3185" | "DH3186" | "DH3187" | "DH3188" | "DH3189" | "DH3190" | "DH3191" | "DH3192" | "DH3193" | "DH3194" | "DH3195" | "DH3196" | "DH3197" | "DH3198" | "DH3199" | "DH3200" | "DH3201" | "DH3202" | "DH3203" | "DH3205" | "DH3206" | "DH3207" | "DH3208" | "DH3209" | "DH3210" | "DH3211" | "DH3212" | "DH3213" | "DH3214" | "DH3215" | "DH3216" | "DH3217" | "DH3218" | "DH3219" | "DH3220" | "DH3221" | "DH3222" | "DH3223" | "DH3224" | "DH3225" | "DH3226" | "DH3227" | "DH3228" | "DH3229" | "DH3230" | "DH3231" | "DH3232" | "DH3238" | "DH3240" | "DH3261" | "DH3264" | "DH3266" | "DH3267" | "DH3268" | "DH3269" | "DH3272" | "DH3273" | "DH3274" | "DH3275" | "DH3276" | "DH3278" | "DH3279" | "DH3280" | "DH3281" | "DH3282" | "DH3283" | "DH3284" | "DH3285" | "DH3286" | "DH3287" | "DH3288" | "DH3289" | "DH3290" | "DH3291" | "DH3294" | "DH3295" | "DH3296" | "DH3298" | "DH3299" | "DH3300" | "DH3302" | "DH3303" | "DH3304" | "incompatibleColumnDataTypeForConstrainedExternalField" | "DH3310" | "DH3311" | "DH3312" | "DH3313" | "DH3320" | "DH3321" | "DH3324" | "DH3330" | "DH3338" | "DH3339" | "DH3340" | "DH3341" | "DH3342" | "DH3343" | "DH3344" | "DH3345" | "DH3346" | "DH3347" | "DH3348" | "DH3349" | "DH3351" | "DH3352" | "DH3353" | "DH3354" | "DH3355" | "DH3356" | "DH3357" | "DH3358" | "DH3359" | "DH3360" | "DH3361" | "DH3362" | "DH3363" | "DH3364" | "DH3365" | "DH3369" | "DH3380" | "DH3381" | "DH3382" | "DH3400" | "DH3401" | "DH3402" | "DH3404" | "DH3405" | "DH3414" | "DH3419" | "DH3420" | "DH3422" | "DH3424" | "DH3425" | "DH3426" | "DH3427" | "DH3428" | "DH3429" | "DH3430" | "DH3431" | "DH3432" | "DH3433" | "DH3440" | "DH3441" | "DH3442" | "DH3443" | "DH3444" | "DH3445" | "DH3446" | "DH3447" | "DH3448" | "DH3450" | "DH3451" | "DH3452" | "DH3453" | "DH3454" | "DH3455" | "DH3456" | "DH3466" | "DH3470" | "DH3471" | "DH3472" | "DH3473" | "DH3474" | "DH3475" | "DH3476" | "DH3477" | "DH3478" | "DH3479" | "DH3480" | "DH3481" | "DH3482" | "DH3483" | "DH3484" | "DH3486" | "DH3487" | "DH3488" | "DH3489" | "DH3490" | "DH3491" | "DH3492" | "DH3493" | "DH3494" | "DH3495" | "DH3497" | "DH3498" | "DH3500" | "DH3501" | "DH3502" | "DH3503" | "DH3504" | "DH3505" | "DH3506" | "DH3507" | "DH3508" | "DH3509" | "DH3510" | "publishCodeCannotBeModifiedForContextMapping" | "DH3511" | "DH3512" | "DH3513" | "DH3514" | "DH3515" | "DH3516" | "DH3517" | "userGroupMembershipOperatorCanOnlyBeUsedForUserGroupChooserFields" | "userGroupMembershipOperatorMustReferenceFieldOrValueButNotBoth" | "DH3520" | "DH3600" | "DH3601" | "DH3602" | "DH3620" | "DH3621" | "DH3650" | "DH3651" | "DH3652" | "DH3653" | "DH3654" | "DH3655" | "DH3700" | "DH3701" | "DH3702" | "DH3703" | "DH3704" | "DH3705" | "DH3706" | "DH3708" | "DH3709" | "DH3710" | "DH3711" | "DH3712" | "DH3713" | "DH3714" | "DH3715" | "DH3716" | "DH3717" | "DH3718" | "DH3719" | "DH3720" | "DH3721" | "DH3723" | "DH3724" | "DH3725" | "DH3726" | "DH3727" | "DH3728" | "DH3729" | "DH3730" | "DH3731" | "DH3732" | "DH3733" | "DH3734" | "DH3735" | "DH3736" | "DH3737" | "DH3738" | "DH3739" | "DH3740" | "DH3741" | "DH3742" | "DH3743" | "DH3744" | "DH4100" | "DH4101" | "DH4102" | "DH4103" | "DH4114" | "DH4116" | "DH4120" | "DH4129" | "DH4130" | "DH4131" | "DH4132" | "DH4133" | "DH4134" | "DH4135" | "DH4136" | "DH4137" | "DH4138" | "DH4139" | "DH4140" | "DH4141" | "DH4142" | "DH4143" | "DH4144" | "DH4145" | "DH4150" | "DH4151" | "DH4152" | "DH4153" | "DH4154" | "DH4155" | "DH4156" | "DH4157" | "DH4158" | "DH4159" | "DH4160" | "DH4162" | "DH4163" | "column_not_found_for_heterogeneous_link_field" | "DH4167" | "DH4168" | "rel_child_must_ref_parent_by_pk" | "DH4169" | "DH4170" | "DH4173" | "DH4174" | "DH4175" | "DH4179" | "DH4180" | "DH4181" | "DH4182" | "DH4183" | "DH4184" | "DH4185" | "DH4186" | "DH4187" | "DH4188" | "DH4189" | "DH4190" | "DH4191" | "DH4192" | "DH4193" | "DH4194" | "DH4200" | "DH4201" | "DH4202" | "DH4203" | "DH4207" | "DH4208" | "DH4211" | "DH4220" | "DH4221" | "DH4222" | "DH4223" | "DH4224" | "DH4225" | "DH4226" | "DH4227" | "DH4228" | "DH4229" | "DH4302" | "DH4332" | "DH4304" | "DH4305" | "DH4310" | "DH4331" | "DH4316" | "DH4317" | "DH4319" | "DH4320" | "DH4321" | "DH4322" | "DH4328" | "DH4330" | "DH4338" | "DH4343" | "DH4346" | "DH4347" | "DH4350" | "DH4351" | "DH4400" | "DH4401" | "DH4402" | "DH4403" | "DH4404" | "DH5100" | "DH5101" | "DH5102" | "DH5103" | "DH5104" | "DH5105" | "DH5107" | "DH5108" | "DH5109" | "DH5111" | "DH5112" | "DH5114" | "DH5115" | "DH5116" | "DH5118" | "DH5119" | "DH5120" | "DH5121" | "DH5122" | "DH5123" | "DH5125" | "DH5126" | "DH5127" | "DH5128" | "DH5129" | "DH5130" | "DH5131" | "DH5133" | "DH5134" | "DH5135" | "DH5200" | "DH5201" | "DH5202" | "DH5203" | "DH5204" | "DH5205" | "DH5206" | "DH5207" | "DH5210" | "DH5211" | "DH5212" | "DH5213" | "DH5500" | "DH5501" | "DH5502" | "DH5503" | "DH5504" | "DH5505" | "DH5506" | "DH5507" | "import_database_error" | "import_database_error_for_type" | "export_failed" | "DH5600" | "DH5601" | "DH5602" | "DH5603" | "DH6099" | "DH6100" | "DH6101" | "DH6102" | "DH6103" | "DH6104" | "DH6105" | "stored_objects_with_names_not_found" | "DH6106" | "DH6107" | "DH6108" | "DH6109" | "entity_does_not_have_relationship" | "DH6110" | "DH6112" | "DH6113" | "DH6114" | "DH6116" | "DH6118" | "DH6119" | "DH6120" | "DH6122" | "DH6123" | "DH6124" | "DH6125" | "DH6126" | "DH6127" | "DH6128" | "DH6129" | "DH6131" | "DH6132" | "DH6133" | "DH6134" | "DH6135" | "DH6136" | "DH6137" | "DH6138" | "DH6139" | "DH6140" | "DH6141" | "DH6142" | "DH6143" | "DH6144" | "DH6145" | "DH6146" | "DH6147" | "DH6148" | "DH6149" | "DH6150" | "DH6151" | "DH6152" | "DH6153" | "DH6154" | "DH6155" | "DH6156" | "DH6157" | "DH6158" | "DH6159" | "DH6160" | "DH6161" | "DH6162" | "DH6163" | "DH6164" | "DH6165" | "DH6166" | "DH6167" | "DH6168" | "DH6169" | "DH6170" | "DH6171" | "DH6172" | "DH6173" | "DH6174" | "DH6175" | "DH6176" | "DH6177" | "DH6178" | "DH6179" | "DH6180" | "DH6181" | "DH6182" | "DH6183" | "DH6184" | "DH6185" | "DH6186" | "DH6187" | "DH6188" | "DH6189" | "DH6191" | "DH6198" | "DH6199" | "DH6200" | "DH6201" | "DH6202" | "DH6203" | "DH6205" | "DH6206" | "DH6207" | "DH6208" | "DH6209" | "DH6210" | "DH6211" | "DH6212" | "DH6213" | "DH6214" | "DH6215" | "DH6216" | "DH6217" | "DH6218" | "DH6219" | "DH6220" | "DH6221" | "DH6222" | "DH6223" | "DH6224" | "DH6225" | "DH6226" | "tuning_global_parameters_must_be_supplied" | "tuning_parameters_property_cannot_be_empty" | "tuning_object_type_and_name_must_match_when_global_type" | "tuning_maximum_parameters_exceeded" | "tuning_no_parameters_supplied" | "value_must_be_supplied_for_tuning_parameter" | "invalid_tuning_parameter_name_supplied" | "tuning_parameter_values_must_be_greater_than_zero" | "tuning_parameter_cannot_have_decimal_value" | "tuning_non_global_values_cannot_have_default_values" | "global_default_values_cannot_be_updated" | "DH6300" | "DH6301" | "DH6302" | "DH6303" | "DH6304" | "DH6310" | "DH6311" | "DH6350" | "DH6351" | "DH6352" | "DH6353" | "DH6354" | "DH6356" | "DH6357" | "DH6358" | "DH6360" | "DH6361" | "DH6362" | "DH6363" | "DH6364" | "DH6365" | "DH6366" | "DH6380" | "DH6381" | "DH6382" | "DH6383" | "DH6900" | "DH6901" | "DH6902" | "DH6903" | "DH6904" | "DH6905" | "DH6907" | "DH6910" | "DH6911" | "DH6912" | "DH6913" | "DH6914" | "DH6915" | "DH6916" | "DH6917" | "DH6918" | "not_a_valid_entity_date_field_w_id" | "not_a_valid_entity_timestamp_w_id" | "not_a_valid_entity_date_field_without_id" | "not_a_valid_entity_timestamp_without_id" | "not_a_valid_relationship_entity_date_field_w_id" | "not_a_valid_relationship_entity_timestamp_w_id" | "not_a_valid_relationship_entity_date_field_without_id" | "not_a_valid_relationship_entity_timestamp_without_id" | "DH6919" | "DH6920" | "DH6921" | "DH6922" | "DH6923" | "DH6998" | "DH6999" | "DH7000" | "DH7001" | "DH7002" | "DH7003" | "DH7004" | "DH7005" | "DH7006" | "DH7008" | "DH7009" | "DH7010" | "DH7011" | "DH7012" | "DH7013" | "DH7014" | "DH7100" | "DH7101" | "DH7102" | "DH7103" | "DH7104" | "DH7105" | "DH7106" | "DH7107" | "DH7108" | "DH7109" | "DH7110" | "DH9000" | "DH9001" | "DH9003" | "DH9004" | "DH9005" | "DH9006" | "DH9010" | "DH9011" | "DH9012" | "DH9013" | "DH9016" | "DH9017" | "DH9032" | "DH9034" | "DH9035" | "DH9036" | "DH9037" | "DH9040" | "DH9041" | "DH9042" | "DH9043" | "DH9044" | "solutionMustHaveUniqueName" | "solutionWithNameNotFound" | "solutionNameCannotBeChanged" | "solutionMustHaveUniqueNameArchivedClash" | "solutionCannotBeCreatedAsArchived" | "solutionArchivedCannotBeUpdated" | "solutionResourceVersionMustBeNullOr0OnCreate" | "solutionCannotBeArchivedThroughUpdate" | "solutionImportDuplicateLabel" | "solutionNameMustBeSet" | "solutionArchivedCannotBeAssigned" | "solutionArchivedCannotBePublished" | "solutionChildObjectMustBeAssignedToSameSolutionAsParentObject" | "solutionCannotBeArchivedAsAtLeastOneSolutionMustBeUnarchived" | "activeHomepageClientApplicationDoesNotExist" | "activeHomepageTemplateDoesNotExist" | "activeHomepageClientApplicationMismatch" | "activeHomepageWrongTemplateType" | "activeHomepageAlreadySetForClientApplication" | "activeHomepageNotFound" | "activeHomepageCannotDelete" | "activeHomepageUpdateIdMismatch" | "activeHomepageUpdateRequestIdMismatch" | "activeHomepageAlreadyExistsForClientApplication" | "activeHomepageDoesNotExistForClientApplication" | "activeHomepageCanOnlyBeChangedThroughTemplateUpsertWhenImport" | "noMatchingRulesForKey" | "contextMappingUuidMismatch" | "contextMappingInvalidUuid" | "contextMappingEntityOrClientMismatch" | "dataHubClientError" | "DH15000" | "DH15001" | "DH15002" | "DH15003" | "DH15004" | "DH17000" | "DH17001" | "invalid_job_json";
|
|
4668
|
+
export type ErrorCode = "DH0100" | "DH0101" | "DH0102" | "DH0103" | "DH0120" | "DH0121" | "DH0122" | "DH0300" | "DH0301" | "DH0302" | "DH0303" | "DH0304" | "DH0305" | "DH0306" | "DH0307" | "DH0400" | "DH1062" | "DH1063" | "DH1070" | "DH1090" | "DH1200" | "DH1202" | "DH1203" | "DH1204" | "DH1205" | "DH1206" | "DH1207" | "DH1208" | "DH1210" | "DH1219" | "DH1220" | "DH1221" | "DH1300" | "DH1310" | "DH1311" | "DH1312" | "DH1313" | "DH1320" | "DH1321" | "DH1354" | "DH1355" | "DH1356" | "DH1357" | "could_not_apply_json_patch_to_document" | "DH1402" | "DH1405" | "DH1406" | "DH1408" | "DH1409" | "DH1410" | "DH1412" | "DH1413" | "DH1414" | "DH1415" | "DH1416" | "DH1418" | "DH1419" | "DH1420" | "DH1501" | "DH1502" | "DH1503" | "DH1506" | "DH1507" | "DH1508" | "DH1509" | "DH1510" | "DH1511" | "DH1512" | "DH1513" | "DH1515" | "DH1517" | "DH1518" | "DH1519" | "DH1520" | "unable_to_serialize_json" | "DH1521" | "DH1522" | "DH1523" | "DH1524" | "DH1525" | "DH1526" | "DH1528" | "DH1529" | "DH1530" | "DH1531" | "DH1532" | "DH1533" | "DH1534" | "DH1535" | "DH1536" | "DH1537" | "DH1538" | "DH1540" | "DH1541" | "DH1544" | "DH1545" | "DH1560" | "DH1561" | "DH1562" | "job_already_running" | "import_config_job_already_running" | "DH1563" | "DH1564" | "DH1565" | "DH1566" | "DH2300" | "DH2301" | "DH2302" | "DH2303" | "DH2304" | "DH2305" | "DH2312" | "DH2313" | "DH2320" | "DH2321" | "DH2322" | "DH2323" | "DH2324" | "DH3000" | "DH3003" | "DH3004" | "DH3005" | "DH3006" | "DH3007" | "DH3010" | "DH3011" | "DH3012" | "DH3013" | "DH3014" | "DH3015" | "DH3016" | "DH3017" | "DH3018" | "DH3019" | "DH3020" | "DH3021" | "DH3022" | "DH3023" | "DH3024" | "DH3025" | "DH3026" | "DH3027" | "DH3029" | "DH3030" | "DH3031" | "DH3032" | "DH3033" | "DH3035" | "DH3065" | "DH3066" | "DH3067" | "DH3068" | "DH3070" | "DH3071" | "DH3072" | "DH3073" | "DH3076" | "DH3077" | "DH3078" | "DH3079" | "data_store_credential_create_op_failed" | "data_store_credential_read_op_failed" | "data_store_credential_update_op_failed" | "data_store_credential_delete_op_failed" | "data_store_credential_delete_op_unauthorized" | "data_store_internal_property_not_found" | "data_store_internal_resolved_property_not_found" | "DH3080" | "DH3081" | "DH3082" | "DH3083" | "DH3084" | "DH3085" | "DH3086" | "DH3087" | "DH3088" | "DH3089" | "DH3090" | "DH3100" | "DH3101" | "DH3102" | "DH3103" | "DH3105" | "DH3106" | "DH3107" | "DH3108" | "DH3109" | "DH3110" | "DH3112" | "DH3113" | "DH3114" | "DH3115" | "DH3116" | "DH3118" | "DH3119" | "DH3120" | "DH3122" | "DH3123" | "DH3124" | "DH3125" | "DH3126" | "DH3127" | "DH3129" | "DH3130" | "DH3132" | "DH3133" | "DH3135" | "DH3137" | "DH3138" | "DH3139" | "DH3140" | "DH3141" | "DH3142" | "DH3145" | "DH3146" | "DH3147" | "DH3148" | "DH3150" | "DH3151" | "DH3152" | "DH3153" | "DH3154" | "DH3155" | "DH3156" | "DH3157" | "DH3158" | "missing_primary_key_field_for_transaction" | "DH3160" | "DH3161" | "DH3162" | "DH3163" | "DH3164" | "DH3165" | "DH3166" | "DH3167" | "DH3168" | "DH3169" | "DH3170" | "DH3171" | "DH3172" | "DH3175" | "DH3176" | "DH3177" | "DH3178" | "DH3179" | "DH3180" | "DH3181" | "DH3182" | "DH3183" | "DH3184" | "DH3185" | "DH3186" | "DH3187" | "DH3188" | "DH3189" | "DH3190" | "DH3191" | "DH3192" | "DH3193" | "DH3194" | "DH3195" | "DH3196" | "DH3197" | "DH3198" | "DH3199" | "DH3200" | "DH3201" | "DH3202" | "DH3203" | "DH3205" | "DH3206" | "DH3207" | "DH3208" | "DH3209" | "DH3210" | "DH3211" | "DH3212" | "DH3213" | "DH3214" | "DH3215" | "DH3216" | "DH3217" | "DH3218" | "DH3219" | "DH3220" | "DH3221" | "DH3222" | "DH3223" | "DH3224" | "DH3225" | "DH3226" | "DH3227" | "DH3228" | "DH3229" | "DH3230" | "DH3231" | "DH3232" | "DH3238" | "DH3240" | "DH3261" | "DH3264" | "DH3266" | "DH3267" | "DH3268" | "DH3269" | "DH3272" | "DH3273" | "DH3274" | "DH3275" | "DH3276" | "DH3278" | "DH3279" | "DH3280" | "DH3281" | "DH3282" | "DH3283" | "DH3284" | "DH3285" | "DH3286" | "DH3287" | "DH3288" | "DH3289" | "DH3290" | "DH3291" | "DH3294" | "DH3295" | "DH3296" | "DH3298" | "DH3299" | "DH3300" | "DH3302" | "DH3303" | "DH3304" | "incompatibleColumnDataTypeForConstrainedExternalField" | "DH3310" | "DH3311" | "DH3312" | "DH3313" | "DH3320" | "DH3321" | "DH3324" | "DH3330" | "DH3338" | "DH3339" | "DH3340" | "DH3341" | "DH3342" | "DH3343" | "DH3344" | "DH3345" | "DH3346" | "DH3347" | "DH3348" | "DH3349" | "DH3351" | "DH3352" | "DH3353" | "DH3354" | "DH3355" | "DH3356" | "DH3357" | "DH3358" | "DH3359" | "DH3360" | "DH3361" | "DH3362" | "DH3363" | "DH3364" | "DH3365" | "DH3369" | "DH3380" | "DH3381" | "DH3382" | "DH3400" | "DH3401" | "DH3402" | "DH3404" | "DH3405" | "DH3414" | "DH3419" | "DH3420" | "DH3422" | "DH3424" | "DH3425" | "DH3426" | "DH3427" | "DH3428" | "DH3429" | "DH3430" | "DH3431" | "DH3432" | "DH3433" | "DH3440" | "DH3441" | "DH3442" | "DH3443" | "DH3444" | "DH3445" | "DH3446" | "DH3447" | "DH3448" | "DH3450" | "DH3451" | "DH3452" | "DH3453" | "DH3454" | "DH3455" | "DH3456" | "DH3466" | "DH3470" | "DH3471" | "DH3472" | "DH3473" | "DH3474" | "DH3475" | "DH3476" | "DH3477" | "DH3478" | "DH3479" | "DH3480" | "DH3481" | "DH3482" | "DH3483" | "DH3484" | "DH3486" | "DH3487" | "DH3488" | "DH3489" | "DH3490" | "DH3491" | "DH3492" | "DH3493" | "DH3494" | "DH3495" | "DH3497" | "DH3498" | "DH3500" | "DH3501" | "DH3502" | "DH3503" | "DH3504" | "DH3505" | "DH3506" | "DH3507" | "DH3508" | "DH3509" | "DH3510" | "publishCodeCannotBeModifiedForContextMapping" | "invalid_client_application" | "DH3511" | "DH3512" | "DH3513" | "DH3514" | "DH3515" | "DH3516" | "DH3517" | "userGroupMembershipOperatorCanOnlyBeUsedForUserGroupChooserFields" | "userGroupMembershipOperatorMustReferenceFieldOrValueButNotBoth" | "DH3520" | "DH3600" | "DH3601" | "DH3602" | "DH3620" | "DH3621" | "DH3650" | "DH3651" | "DH3652" | "DH3653" | "DH3654" | "DH3655" | "DH3700" | "DH3701" | "DH3702" | "DH3703" | "DH3704" | "DH3705" | "DH3706" | "DH3708" | "DH3709" | "DH3710" | "DH3711" | "DH3712" | "DH3713" | "DH3714" | "DH3715" | "DH3716" | "DH3717" | "DH3718" | "DH3719" | "DH3720" | "DH3721" | "DH3723" | "DH3724" | "DH3725" | "DH3726" | "DH3727" | "DH3728" | "DH3729" | "DH3730" | "DH3731" | "DH3732" | "DH3733" | "DH3734" | "DH3735" | "DH3736" | "DH3737" | "DH3738" | "DH3739" | "DH3740" | "DH3741" | "DH3742" | "DH3743" | "DH3744" | "DH4100" | "DH4101" | "DH4102" | "DH4103" | "DH4114" | "DH4116" | "DH4120" | "DH4129" | "DH4130" | "DH4131" | "DH4132" | "DH4133" | "DH4134" | "DH4135" | "DH4136" | "DH4137" | "DH4138" | "DH4139" | "DH4140" | "DH4141" | "DH4142" | "DH4143" | "DH4144" | "DH4145" | "DH4150" | "DH4151" | "DH4152" | "DH4153" | "DH4154" | "DH4155" | "DH4156" | "DH4157" | "DH4158" | "DH4159" | "DH4160" | "DH4162" | "DH4163" | "column_not_found_for_heterogeneous_link_field" | "DH4167" | "DH4168" | "rel_child_must_ref_parent_by_pk" | "DH4169" | "DH4170" | "DH4173" | "DH4174" | "DH4175" | "DH4179" | "DH4180" | "DH4181" | "DH4182" | "DH4183" | "DH4184" | "DH4185" | "DH4186" | "DH4187" | "DH4188" | "DH4189" | "DH4190" | "DH4191" | "DH4192" | "DH4193" | "DH4194" | "DH4200" | "DH4201" | "DH4202" | "DH4203" | "DH4207" | "DH4208" | "DH4211" | "DH4220" | "DH4221" | "DH4222" | "DH4223" | "DH4224" | "DH4225" | "DH4226" | "DH4227" | "DH4228" | "DH4229" | "DH4302" | "DH4332" | "DH4304" | "DH4305" | "DH4310" | "DH4331" | "DH4316" | "DH4317" | "DH4319" | "DH4320" | "DH4321" | "DH4322" | "DH4328" | "DH4330" | "DH4338" | "DH4343" | "DH4346" | "DH4347" | "DH4350" | "DH4351" | "DH4400" | "DH4401" | "DH4402" | "DH4403" | "DH4404" | "DH5100" | "DH5101" | "DH5102" | "DH5103" | "DH5104" | "DH5105" | "DH5107" | "DH5108" | "DH5109" | "DH5111" | "DH5112" | "DH5114" | "DH5115" | "DH5116" | "DH5118" | "DH5119" | "DH5120" | "DH5121" | "DH5122" | "DH5123" | "DH5125" | "DH5126" | "DH5127" | "DH5128" | "DH5129" | "DH5130" | "DH5131" | "DH5133" | "DH5134" | "DH5135" | "DH5200" | "DH5201" | "DH5202" | "DH5203" | "DH5204" | "DH5205" | "DH5206" | "DH5207" | "DH5210" | "DH5211" | "DH5212" | "DH5213" | "DH5500" | "DH5501" | "DH5502" | "DH5503" | "DH5504" | "DH5505" | "DH5506" | "DH5507" | "import_database_error" | "import_database_error_for_type" | "export_failed" | "DH5600" | "DH5601" | "DH5602" | "DH5603" | "DH6099" | "DH6100" | "DH6101" | "DH6102" | "DH6103" | "DH6104" | "DH6105" | "stored_objects_with_names_not_found" | "DH6106" | "DH6107" | "DH6108" | "DH6109" | "entity_does_not_have_relationship" | "DH6110" | "DH6112" | "DH6113" | "DH6114" | "DH6116" | "DH6118" | "DH6119" | "DH6120" | "DH6122" | "DH6123" | "DH6124" | "DH6125" | "DH6126" | "DH6127" | "DH6128" | "DH6129" | "DH6131" | "DH6132" | "DH6133" | "DH6134" | "DH6135" | "DH6136" | "DH6137" | "DH6138" | "DH6139" | "DH6140" | "DH6141" | "DH6142" | "DH6143" | "DH6144" | "DH6145" | "DH6146" | "DH6147" | "DH6148" | "DH6149" | "DH6150" | "DH6151" | "DH6152" | "DH6153" | "DH6154" | "DH6155" | "DH6156" | "DH6157" | "DH6158" | "DH6159" | "DH6160" | "DH6161" | "DH6162" | "DH6163" | "DH6164" | "DH6165" | "DH6166" | "DH6167" | "DH6168" | "DH6169" | "DH6170" | "DH6171" | "DH6172" | "DH6173" | "DH6174" | "DH6175" | "DH6176" | "DH6177" | "DH6178" | "DH6179" | "DH6180" | "DH6181" | "DH6182" | "DH6183" | "DH6184" | "DH6185" | "DH6186" | "DH6187" | "DH6188" | "DH6189" | "DH6191" | "DH6198" | "DH6199" | "DH6200" | "DH6201" | "DH6202" | "DH6203" | "DH6205" | "DH6206" | "DH6207" | "DH6208" | "DH6209" | "DH6210" | "DH6211" | "DH6212" | "DH6213" | "DH6214" | "DH6215" | "DH6216" | "DH6217" | "DH6218" | "DH6219" | "DH6220" | "DH6221" | "DH6222" | "DH6223" | "DH6224" | "DH6225" | "DH6226" | "tuning_global_parameters_must_be_supplied" | "tuning_parameters_property_cannot_be_empty" | "tuning_object_type_and_name_must_match_when_global_type" | "tuning_maximum_parameters_exceeded" | "tuning_no_parameters_supplied" | "value_must_be_supplied_for_tuning_parameter" | "invalid_tuning_parameter_name_supplied" | "tuning_parameter_values_must_be_greater_than_zero" | "tuning_parameter_cannot_have_decimal_value" | "tuning_non_global_values_cannot_have_default_values" | "global_default_values_cannot_be_updated" | "DH6300" | "DH6301" | "DH6302" | "DH6303" | "DH6304" | "DH6310" | "DH6311" | "DH6350" | "DH6351" | "DH6352" | "DH6353" | "DH6354" | "DH6356" | "DH6357" | "DH6358" | "DH6360" | "DH6361" | "DH6362" | "DH6363" | "DH6364" | "DH6365" | "DH6366" | "DH6380" | "DH6381" | "DH6382" | "DH6383" | "DH6900" | "DH6901" | "DH6902" | "DH6903" | "DH6904" | "DH6905" | "DH6907" | "DH6910" | "DH6911" | "DH6912" | "DH6913" | "DH6914" | "DH6915" | "DH6916" | "DH6917" | "DH6918" | "not_a_valid_entity_date_field_w_id" | "not_a_valid_entity_timestamp_w_id" | "not_a_valid_entity_date_field_without_id" | "not_a_valid_entity_timestamp_without_id" | "not_a_valid_relationship_entity_date_field_w_id" | "not_a_valid_relationship_entity_timestamp_w_id" | "not_a_valid_relationship_entity_date_field_without_id" | "not_a_valid_relationship_entity_timestamp_without_id" | "DH6919" | "DH6920" | "DH6921" | "DH6922" | "DH6923" | "DH6998" | "DH6999" | "DH7000" | "DH7001" | "DH7002" | "DH7003" | "DH7004" | "DH7005" | "DH7006" | "DH7008" | "DH7009" | "DH7010" | "DH7011" | "DH7012" | "DH7013" | "DH7014" | "DH7100" | "DH7101" | "DH7102" | "DH7103" | "DH7104" | "DH7105" | "DH7106" | "DH7107" | "DH7108" | "DH7109" | "DH7110" | "DH9000" | "DH9001" | "DH9003" | "DH9004" | "DH9005" | "DH9006" | "DH9010" | "DH9011" | "DH9012" | "DH9013" | "DH9016" | "DH9017" | "DH9032" | "DH9034" | "DH9035" | "DH9036" | "DH9037" | "DH9040" | "DH9041" | "DH9042" | "DH9043" | "DH9044" | "solutionMustHaveUniqueName" | "solutionWithNameNotFound" | "solutionNameCannotBeChanged" | "solutionMustHaveUniqueNameArchivedClash" | "solutionCannotBeCreatedAsArchived" | "solutionArchivedCannotBeUpdated" | "solutionResourceVersionMustBeNullOr0OnCreate" | "solutionCannotBeArchivedThroughUpdate" | "solutionImportDuplicateLabel" | "solutionNameMustBeSet" | "solutionArchivedCannotBeAssigned" | "solutionArchivedCannotBePublished" | "solutionChildObjectMustBeAssignedToSameSolutionAsParentObject" | "solutionCannotBeArchivedAsAtLeastOneSolutionMustBeUnarchived" | "activeHomepageClientApplicationDoesNotExist" | "activeHomepageTemplateDoesNotExist" | "activeHomepageClientApplicationMismatch" | "activeHomepageWrongTemplateType" | "activeHomepageAlreadySetForClientApplication" | "activeHomepageNotFound" | "activeHomepageCannotDelete" | "activeHomepageUpdateIdMismatch" | "activeHomepageUpdateRequestIdMismatch" | "activeHomepageAlreadyExistsForClientApplication" | "activeHomepageDoesNotExistForClientApplication" | "activeHomepageCanOnlyBeChangedThroughTemplateUpsertWhenImport" | "noMatchingRulesForKey" | "contextMappingUuidMismatch" | "contextMappingInvalidUuid" | "contextMappingEntityOrClientMismatch" | "dataHubClientError" | "DH15000" | "DH15001" | "DH15002" | "DH15003" | "DH15004" | "DH17000" | "DH17001" | "invalid_job_json" | "authorized_to_reveal_masked_length" | "authorized_to_reveal_masked_should_be_null" | "authorized_to_reveal_masked_should_have_contents" | "authorized_to_reveal_masked_cannot_be_primary_key_field" | "user_group_not_authorized_to_reveal_masked_field" | "file_is_quarantined" | "invalid_rest_api_parameter" | "invalid_rest_api_body";
|
|
4522
4669
|
|
|
4523
4670
|
export type DataStoreType = "RELATIONAL";
|
|
4524
4671
|
|