@sassoftware/vi-api 1.40.4 → 1.44.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.
Files changed (133) hide show
  1. package/README.md +36 -5
  2. package/alert-reps/index.d.ts +16 -3
  3. package/alert-reps/package.json +1 -1
  4. package/component/index.d.ts +5 -1
  5. package/component/package.json +2 -2
  6. package/config/config-api.d.ts +23 -3
  7. package/config/config-api.js +10 -0
  8. package/config/package.json +2 -2
  9. package/control/control-api.d.ts +40 -8
  10. package/control/events.d.ts +1 -1
  11. package/control/masking-api.d.ts +187 -0
  12. package/control/masking-api.js +3 -0
  13. package/control/package.json +2 -2
  14. package/control/restrictions.d.ts +7 -1
  15. package/current-user/currentUser-api.d.ts +7 -2
  16. package/current-user/package.json +2 -2
  17. package/elements/bindings.d.ts +25 -0
  18. package/elements/identity-select.d.ts +274 -0
  19. package/elements/identity-select.js +24 -0
  20. package/elements/index.d.ts +49 -0
  21. package/elements/index.js +50 -0
  22. package/elements/labelled-control.d.ts +47 -0
  23. package/elements/labelled-control.js +1 -0
  24. package/elements/mask-toggle-button.d.ts +37 -0
  25. package/elements/mask-toggle-button.js +1 -0
  26. package/elements/package.json +9 -0
  27. package/event/event-api.d.ts +10 -5
  28. package/event/event-api.js +3 -2
  29. package/event/package.json +2 -2
  30. package/file/file-api.d.ts +5 -1
  31. package/file/package.json +2 -2
  32. package/http/index.d.ts +5 -1
  33. package/http/package.json +2 -2
  34. package/index.d.ts +3 -1
  35. package/init/index.d.ts +12 -7
  36. package/init/index.js +3 -2
  37. package/init/package.json +2 -2
  38. package/localization/localization-api.d.ts +24 -9
  39. package/localization/package.json +2 -2
  40. package/metadata/admin/admin-metadata-api.d.ts +5 -1
  41. package/metadata/admin/index.d.ts +1 -0
  42. package/metadata/admin/index.js +1 -0
  43. package/metadata/metadata-api.d.ts +9 -5
  44. package/metadata/package.json +2 -2
  45. package/object/object-api.d.ts +15 -9
  46. package/object/package.json +2 -2
  47. package/package.json +3 -3
  48. package/page-admin/package.json +2 -2
  49. package/page-admin/page-admin-api.d.ts +5 -1
  50. package/page-model/package.json +2 -2
  51. package/page-model/page-model-api.d.ts +7 -6
  52. package/page-model/page-model-api.js +10 -0
  53. package/page-state/package.json +2 -2
  54. package/page-state/page-state-api.d.ts +4 -1
  55. package/page-template/package.json +2 -2
  56. package/page-template/page-template-api.d.ts +5 -1
  57. package/property/package.json +2 -2
  58. package/property/property-api.d.ts +6 -2
  59. package/reference-data/package.json +2 -2
  60. package/reference-data/refData.d.ts +4 -1
  61. package/resource/package.json +2 -2
  62. package/resource/resource-api.d.ts +5 -1
  63. package/score-reps/index.d.ts +11 -2
  64. package/score-reps/package.json +1 -1
  65. package/search/client/client-search-api.d.ts +7 -3
  66. package/search/client/index.d.ts +1 -0
  67. package/search/client/index.js +1 -0
  68. package/search/package.json +2 -2
  69. package/search/search-api.d.ts +5 -1
  70. package/sheet/package.json +2 -2
  71. package/sheet/sheet-api.d.ts +5 -1
  72. package/shell-tabs/package.json +2 -2
  73. package/shell-tabs/shell-tabs-api.d.ts +11 -7
  74. package/svi-datahub/index.d.ts +266 -231
  75. package/svi-datahub/package.json +1 -1
  76. package/svi-sand/index.d.ts +29 -2
  77. package/svi-sand/package.json +1 -1
  78. package/tab/package.json +2 -2
  79. package/tab/tab-api.d.ts +5 -1
  80. package/theme/package.json +2 -2
  81. package/theme/theme-api.d.ts +6 -2
  82. package/traversal/package.json +2 -2
  83. package/traversal/traversal-api.d.ts +5 -1
  84. package/component/public-api.d.ts +0 -1
  85. package/component/public-api.js +0 -1
  86. package/http/public-api.d.ts +0 -1
  87. package/http/public-api.js +0 -1
  88. package/init/public-api.d.ts +0 -1
  89. package/init/public-api.js +0 -1
  90. package/public-api.d.ts +0 -1
  91. /package/config/{public-api.d.ts → index.d.ts} +0 -0
  92. /package/config/{public-api.js → index.js} +0 -0
  93. /package/control/{public-api.d.ts → index.d.ts} +0 -0
  94. /package/control/{public-api.js → index.js} +0 -0
  95. /package/current-user/{public-api.d.ts → index.d.ts} +0 -0
  96. /package/current-user/{public-api.js → index.js} +0 -0
  97. /package/{public-api.js → elements/bindings.js} +0 -0
  98. /package/event/{public-api.d.ts → index.d.ts} +0 -0
  99. /package/event/{public-api.js → index.js} +0 -0
  100. /package/file/{public-api.d.ts → index.d.ts} +0 -0
  101. /package/file/{public-api.js → index.js} +0 -0
  102. /package/localization/{public-api.d.ts → index.d.ts} +0 -0
  103. /package/localization/{public-api.js → index.js} +0 -0
  104. /package/metadata/{public-api.d.ts → index.d.ts} +0 -0
  105. /package/metadata/{public-api.js → index.js} +0 -0
  106. /package/object/{public-api.d.ts → index.d.ts} +0 -0
  107. /package/object/{public-api.js → index.js} +0 -0
  108. /package/page-admin/{public-api.d.ts → index.d.ts} +0 -0
  109. /package/page-admin/{public-api.js → index.js} +0 -0
  110. /package/page-model/{public-api.d.ts → index.d.ts} +0 -0
  111. /package/page-model/{public-api.js → index.js} +0 -0
  112. /package/page-state/{public-api.d.ts → index.d.ts} +0 -0
  113. /package/page-state/{public-api.js → index.js} +0 -0
  114. /package/page-template/{public-api.d.ts → index.d.ts} +0 -0
  115. /package/page-template/{public-api.js → index.js} +0 -0
  116. /package/property/{public-api.d.ts → index.d.ts} +0 -0
  117. /package/property/{public-api.js → index.js} +0 -0
  118. /package/reference-data/{public-api.d.ts → index.d.ts} +0 -0
  119. /package/reference-data/{public-api.js → index.js} +0 -0
  120. /package/resource/{public-api.d.ts → index.d.ts} +0 -0
  121. /package/resource/{public-api.js → index.js} +0 -0
  122. /package/search/{public-api.d.ts → index.d.ts} +0 -0
  123. /package/search/{public-api.js → index.js} +0 -0
  124. /package/sheet/{public-api.d.ts → index.d.ts} +0 -0
  125. /package/sheet/{public-api.js → index.js} +0 -0
  126. /package/shell-tabs/{public-api.d.ts → index.d.ts} +0 -0
  127. /package/shell-tabs/{public-api.js → index.js} +0 -0
  128. /package/tab/{public-api.d.ts → index.d.ts} +0 -0
  129. /package/tab/{public-api.js → index.js} +0 -0
  130. /package/theme/{public-api.d.ts → index.d.ts} +0 -0
  131. /package/theme/{public-api.js → index.js} +0 -0
  132. /package/traversal/{public-api.d.ts → index.d.ts} +0 -0
  133. /package/traversal/{public-api.js → index.js} +0 -0
@@ -1,22 +1,22 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
- // Generated using typescript-generator version 2.15.527 on 2024-05-06 15:22:27.
3
+ // Generated using typescript-generator version 2.15.527 on 2024-11-13 16:05:22.
4
4
 
5
5
  export interface SecuredApiMeta {
6
- build?: SecuredBuild;
7
- apiVersion?: number;
8
6
  experimental?: boolean;
9
7
  developmentStartYear?: number;
10
8
  developmentEndYear?: number;
11
9
  applicationVersion?: string;
12
10
  serviceId?: string;
11
+ build?: SecuredBuild;
12
+ apiVersion?: number;
13
13
  }
14
14
 
15
15
  export interface SecuredBuild {
16
16
  applicationVersion?: string;
17
17
  sourceId?: string;
18
- buildVersion?: string;
19
18
  sourceTimeStamp?: string;
19
+ buildVersion?: string;
20
20
  timeStamp?: string;
21
21
  }
22
22
 
@@ -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
31
  developmentStartYear?: number;
33
32
  developmentEndYear?: number;
34
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
- timeStamp?: string;
51
- buildVersion?: string;
50
+ applicationVersion?: string;
52
51
  sourceId?: string;
53
52
  sourceTimeStamp?: string;
54
- applicationVersion?: string;
53
+ buildVersion?: string;
54
+ timeStamp?: string;
55
55
  }
56
56
 
57
57
  export interface Count extends Serializable {
@@ -74,7 +74,7 @@ export interface ErrorResponse extends Serializable {
74
74
  httpStatusCode?: number;
75
75
  }
76
76
 
77
- export interface RestRepresentationsLink extends Serializable {
77
+ export interface RestRepresentationsLink extends Serializable, Comparable<RestRepresentationsLink> {
78
78
  method?: string;
79
79
  rel?: string;
80
80
  href?: string;
@@ -236,8 +236,8 @@ export interface ActionTableValue {
236
236
  }
237
237
 
238
238
  export interface ActionType {
239
- localizedMessage?: string;
240
239
  actionType?: string;
240
+ localizedMessage?: string;
241
241
  }
242
242
 
243
243
  export interface LabelActionItem extends ActionItem {
@@ -352,7 +352,7 @@ export interface DeleteFileOperation extends AbstractFileOperation {
352
352
  id?: string;
353
353
  }
354
354
 
355
- export interface FileAssociation {
355
+ export interface FileAssociation extends ETaggable {
356
356
  version?: number;
357
357
  id?: string;
358
358
  name?: string;
@@ -485,6 +485,9 @@ export interface ReferenceListController {
485
485
  export interface RelationshipsController {
486
486
  }
487
487
 
488
+ export interface LinkETaggable extends ETaggable {
489
+ }
490
+
488
491
  export interface ResolvedEntityController {
489
492
  }
490
493
 
@@ -495,15 +498,15 @@ export interface TransactionDataController {
495
498
  }
496
499
 
497
500
  export interface TransactionMetadataController {
498
- allTransactions?: TransactionDTO[];
501
+ allTransactions?: ResponseEntity<TransactionDTO[]>;
499
502
  }
500
503
 
501
504
  export interface TraversalController {
502
505
  }
503
506
 
504
507
  export interface UtilityServicesController {
505
- defaultLocale?: LocalizedLocale;
506
508
  supportedLocales?: LocalizedLocale[];
509
+ defaultLocale?: LocalizedLocale;
507
510
  }
508
511
 
509
512
  export interface ActionController {
@@ -543,7 +546,7 @@ export interface AdminEntityUtilController {
543
546
  }
544
547
 
545
548
  export interface AdminIconController {
546
- allIcons?: IconDTO[];
549
+ allIcons?: ResponseEntity<IconDTO[]>;
547
550
  }
548
551
 
549
552
  export interface AdminMetadataCacheController {
@@ -558,6 +561,9 @@ export interface AdminNldStylingRuleController {
558
561
  export interface AdminPageBuilderController {
559
562
  }
560
563
 
564
+ export interface contextMappingListWrapper extends ETagAndLastModifiedProvider {
565
+ }
566
+
561
567
  export interface AdminReferenceListController {
562
568
  }
563
569
 
@@ -653,10 +659,12 @@ export interface CoreDataField<O> extends LocalizableObject, Versioned, NamedObj
653
659
  redacted?: boolean;
654
660
  useObjectAuthorization?: boolean;
655
661
  allowedRedactedFieldGroups?: RedactionRuleEntity[];
656
- owner?: O;
657
- constrained?: boolean;
658
- userGroupSelectionField?: boolean;
659
662
  masked?: boolean;
663
+ userGroupSelectionField?: boolean;
664
+ writeOnlyAtCreate?: boolean;
665
+ constrained?: boolean;
666
+ hidden?: boolean;
667
+ owner?: O;
660
668
  }
661
669
 
662
670
  export interface CoreDataObject extends LocalizableObject, Versioned, NamedObject, SolutionAssignedEntity, Serializable {
@@ -758,16 +766,16 @@ export interface CoreRelationship extends CoreDataObjectWithHistory {
758
766
  width?: number;
759
767
  dashType?: string;
760
768
  styles?: LinkStyleEntity[];
761
- readOnly?: boolean;
762
- qualifiedName?: string;
763
- link?: boolean;
769
+ heterogeneous?: boolean;
770
+ primaryKeyFields?: CoreRelationshipField[];
764
771
  attributeFields?: CoreRelationshipField[];
765
772
  nonAttributeFieldNames?: string[];
766
773
  foreignKeyFieldNames?: string[];
767
774
  internalHeterogeneous?: boolean;
768
775
  reverseLabel?: string;
769
- primaryKeyFields?: CoreRelationshipField[];
770
- heterogeneous?: boolean;
776
+ qualifiedName?: string;
777
+ link?: boolean;
778
+ readOnly?: boolean;
771
779
  }
772
780
 
773
781
  export interface CoreRelationshipField extends CoreDataField<CoreRelationship> {
@@ -808,10 +816,10 @@ export interface CoreStoredObject extends CoreDataObjectWithHistory {
808
816
  additionalLabel?: string;
809
817
  publishCode?: PublishCode;
810
818
  fieldMap?: { [index: string]: CoreStoredObjectField };
811
- readOnly?: boolean;
819
+ primaryKeyFields?: CoreStoredObjectField[];
812
820
  quotedDeleteTableName?: string;
813
821
  urnsequential?: boolean;
814
- primaryKeyFields?: CoreStoredObjectField[];
822
+ readOnly?: boolean;
815
823
  }
816
824
 
817
825
  export interface CoreStoredObjectField extends CoreDataField<CoreStoredObject> {
@@ -825,6 +833,7 @@ export interface CoreStoredObjectField extends CoreDataField<CoreStoredObject> {
825
833
  cascadingReferenceDataFilterByListName?: string;
826
834
  cascadingReferenceDataFilterByCode?: string;
827
835
  cascadingReferenceDataFilterByField?: string;
836
+ primaryKeyUserSelected?: boolean;
828
837
  authorizedToRevealMasked?: MaskRevealAuthorizationEntityStoredObject[];
829
838
  }
830
839
 
@@ -842,14 +851,14 @@ export interface CoreTransaction extends CoreDataObject {
842
851
  lineWidthFunctionType?: AggregateFunctionType;
843
852
  lineColorFieldName?: string;
844
853
  lineColorFunctionType?: AggregateFunctionType;
845
- toHeterogeneousAndFromObjectIsIndexable?: boolean;
854
+ heterogeneous?: boolean;
855
+ primaryKeyFields?: CoreDataField<any>[];
846
856
  toHeterogeneous?: boolean;
847
857
  fromHeterogeneous?: boolean;
848
858
  fullHeterogeneous?: boolean;
849
859
  fromHeterogeneousAndToObjectIsIndexable?: boolean;
850
860
  nonHeterogeneousAndBothSidesAreIndexable?: boolean;
851
- primaryKeyFields?: CoreDataField<any>[];
852
- heterogeneous?: boolean;
861
+ toHeterogeneousAndFromObjectIsIndexable?: boolean;
853
862
  }
854
863
 
855
864
  export interface CoreTransactionField extends CoreDataField<CoreTransaction> {
@@ -857,7 +866,7 @@ export interface CoreTransactionField extends CoreDataField<CoreTransaction> {
857
866
  authorizedToRevealMasked?: MaskRevealAuthorizationEntityTransaction[];
858
867
  }
859
868
 
860
- export interface DataStore extends AuditableObject, Versioned, NamedObject {
869
+ export interface DataStore extends AuditableObject, Versioned, NamedObject, ETagAndLastModifiedProvider {
861
870
  type?: DataStoreType;
862
871
  schemaName?: string;
863
872
  assignedTimeZone?: string;
@@ -876,6 +885,9 @@ export interface DataStore extends AuditableObject, Versioned, NamedObject {
876
885
  defaultSchemaName?: string;
877
886
  }
878
887
 
888
+ export interface DatahubPrePersistEventListener extends PersistEventListener {
889
+ }
890
+
879
891
  export interface EntityTypeNameAndVersion {
880
892
  name?: string;
881
893
  id?: number;
@@ -922,7 +934,7 @@ export interface Identifiable {
922
934
  id?: number;
923
935
  }
924
936
 
925
- export interface IdentifiableObject extends Identifiable {
937
+ export interface IdentifiableObject extends Identifiable, HasGeneratedId {
926
938
  }
927
939
 
928
940
  export interface InjectableResource {
@@ -1278,6 +1290,7 @@ export interface QCoreRelationshipField extends EntityPathBase<CoreRelationshipF
1278
1290
  dataType?: EnumPath<any>;
1279
1291
  displayIndex?: NumberPath<number>;
1280
1292
  displayInTimeZone?: StringPath;
1293
+ hidden?: BooleanPath;
1281
1294
  id?: NumberPath<number>;
1282
1295
  indexedForSearch?: BooleanPath;
1283
1296
  isMasked?: BooleanPath;
@@ -1302,6 +1315,7 @@ export interface QCoreRelationshipField extends EntityPathBase<CoreRelationshipF
1302
1315
  useObjectAuthorization?: BooleanPath;
1303
1316
  userSelectionStrategy?: EnumPath<UserSelectionStrategyType>;
1304
1317
  version?: NumberPath<number>;
1318
+ writeOnlyAtCreate?: BooleanPath;
1305
1319
  }
1306
1320
 
1307
1321
  export interface QCoreStoredObject extends EntityPathBase<CoreStoredObject> {
@@ -1396,6 +1410,7 @@ export interface QCoreStoredObjectField extends EntityPathBase<CoreStoredObjectF
1396
1410
  precision?: NumberPath<number>;
1397
1411
  primaryKeyField?: BooleanPath;
1398
1412
  primaryKeySeqNo?: NumberPath<number>;
1413
+ primaryKeyUserSelected?: BooleanPath;
1399
1414
  readOnly?: BooleanPath;
1400
1415
  readOnlyCondition?: StringPath;
1401
1416
  readOnlyConditionType?: EnumPath<ObjectStateType>;
@@ -1654,9 +1669,6 @@ export interface RelationshipTypeName {
1654
1669
  qualifiedName?: string;
1655
1670
  }
1656
1671
 
1657
- export interface ShortBooleanType extends UserType {
1658
- }
1659
-
1660
1672
  export interface SolutionAssignedEntity {
1661
1673
  assignedSolution?: SolutionEntity;
1662
1674
  }
@@ -1792,7 +1804,7 @@ export interface AuditableObjectDTO extends Identifiable {
1792
1804
  lastUpdatedAt?: Date;
1793
1805
  }
1794
1806
 
1795
- export interface CascadingReferenceDataDTO extends LocalizableObjectDTO, NamedObject, Comparable<CascadingReferenceDataDTO>, SolutionAssignedDTO {
1807
+ export interface CascadingReferenceDataDTO extends LocalizableObjectDTO, NamedObject, Comparable<CascadingReferenceDataDTO>, SolutionAssignedDTO, ETagAndLastModifiedProvider {
1796
1808
  levels?: ReferenceListDTO[];
1797
1809
  links?: RestRepresentationsLink[];
1798
1810
  version?: number;
@@ -1895,8 +1907,10 @@ export interface DTOUtil {
1895
1907
 
1896
1908
  export interface DataFieldDTO extends LocalizableObjectDTO, DataField, Versioned, NamedObject {
1897
1909
  dataType?: string;
1898
- constrained?: boolean;
1910
+ writeOnlyAtCreate?: boolean;
1899
1911
  userGroupSelection?: boolean;
1912
+ constrained?: boolean;
1913
+ hidden?: boolean;
1900
1914
  }
1901
1915
 
1902
1916
  export interface DataObjectDTO extends LocalizableObjectDTO, DataObject, Versioned, NamedObject {
@@ -1921,7 +1935,7 @@ export interface DataObjectWithHistoryDTO extends DataObjectDTO {
1921
1935
  historyManaged?: boolean;
1922
1936
  }
1923
1937
 
1924
- export interface DataStoreDTO extends AuditableObjectDTO, Versioned, NamedObject {
1938
+ export interface DataStoreDTO extends AuditableObjectDTO, Versioned, NamedObject, ETaggable {
1925
1939
  type?: DataStoreType;
1926
1940
  connectionType?: TYPE;
1927
1941
  schema?: string;
@@ -1938,9 +1952,9 @@ export interface DataStoreDTO extends AuditableObjectDTO, Versioned, NamedObject
1938
1952
  maxActive?: number;
1939
1953
  username?: string;
1940
1954
  connectionError?: string;
1955
+ defaultSchemaName?: string;
1941
1956
  url?: string;
1942
1957
  password?: string;
1943
- defaultSchemaName?: string;
1944
1958
  reindexRequired?: boolean;
1945
1959
  postedTimestamp?: number;
1946
1960
  casDistributedDataLoadSupported?: boolean;
@@ -2006,7 +2020,7 @@ export interface HistoryInfoDTO {
2006
2020
  ownerVersion?: string;
2007
2021
  }
2008
2022
 
2009
- export interface IconDTO extends AuditableObjectDTO, Versioned, Icon, NamedObject, Comparable<IconDTO>, SolutionAssignedDTO {
2023
+ export interface IconDTO extends AuditableObjectDTO, Versioned, Icon, NamedObject, Comparable<IconDTO>, SolutionAssignedDTO, ETagAndLastModifiedProvider {
2010
2024
  bytes?: any;
2011
2025
  solutionLabel?: string;
2012
2026
  }
@@ -2060,7 +2074,7 @@ export interface ObjectDeletionWarningDTO {
2060
2074
  name?: string;
2061
2075
  }
2062
2076
 
2063
- export interface ReferenceListDTO extends LocalizableObjectDTO, NamedObject, Comparable<ReferenceListDTO>, SolutionAssignedDTO {
2077
+ export interface ReferenceListDTO extends LocalizableObjectDTO, NamedObject, Comparable<ReferenceListDTO>, SolutionAssignedDTO, ETagAndLastModifiedProvider {
2064
2078
  archived?: boolean;
2065
2079
  maxCodeLength?: number;
2066
2080
  alphabeticalSort?: boolean;
@@ -2083,7 +2097,7 @@ export interface RelatedEntityDTO extends NamedObject {
2083
2097
  relationshipTypes?: string[];
2084
2098
  }
2085
2099
 
2086
- export interface RelationshipDTO extends DataObjectWithHistoryDTO, Relationship, Comparable<RelationshipDTO> {
2100
+ export interface RelationshipDTO extends DataObjectWithHistoryDTO, Relationship, Comparable<RelationshipDTO>, ETagAndLastModifiedProvider {
2087
2101
  cascadeType?: CascadeType;
2088
2102
  sortCriteria?: SortCriteria;
2089
2103
  toObjectTypeFieldName?: string;
@@ -2099,14 +2113,14 @@ export interface RelationshipDTO extends DataObjectWithHistoryDTO, Relationship,
2099
2113
  export interface RelationshipFieldDTO extends DataFieldDTO, Comparable<RelationshipFieldDTO> {
2100
2114
  }
2101
2115
 
2102
- export interface SolutionDTO extends LocalizableObjectDTO, NamedObject, Comparable<SolutionDTO> {
2116
+ export interface SolutionDTO extends LocalizableObjectDTO, NamedObject, Comparable<SolutionDTO>, ETagAndLastModifiedProvider {
2103
2117
  archived?: boolean;
2104
2118
  resourceVersion?: number;
2105
2119
  version?: number;
2106
2120
  links?: RestRepresentationsLink[];
2107
2121
  }
2108
2122
 
2109
- export interface StoredObjectDTO extends DataObjectWithHistoryDTO, StoredDataObject, Comparable<StoredObjectDTO> {
2123
+ export interface StoredObjectDTO extends DataObjectWithHistoryDTO, StoredDataObject, Comparable<StoredObjectDTO>, ETagAndLastModifiedProvider {
2110
2124
  indexedForSearch?: boolean;
2111
2125
  reindexRequired?: boolean;
2112
2126
  fields?: StoredObjectFieldDTO[];
@@ -2149,7 +2163,7 @@ export interface TableDTO extends NamedObject {
2149
2163
  columns?: ColumnDTO[];
2150
2164
  }
2151
2165
 
2152
- export interface TransactionDTO extends DataObjectDTO, Transaction, Comparable<TransactionDTO> {
2166
+ export interface TransactionDTO extends DataObjectDTO, Transaction, Comparable<TransactionDTO>, ETagAndLastModifiedProvider {
2153
2167
  fromObjJoinCondition?: BooleanExpressionUnion;
2154
2168
  toObjJoinCondition?: BooleanExpressionUnion;
2155
2169
  fields?: TransactionFieldDTO[];
@@ -2164,7 +2178,7 @@ export interface ActionConfigurationDTO extends Comparable<ActionConfigurationDT
2164
2178
  items?: ActionItemConfigurationDTO[];
2165
2179
  }
2166
2180
 
2167
- export interface ActionItemConfigurationDTO extends Comparable<ActionItemConfigurationDTO> {
2181
+ export interface ActionItemConfigurationDTO extends Comparable<ActionItemConfigurationDTO>, Versioned, ETaggable {
2168
2182
  documentType?: string;
2169
2183
  uuid?: string;
2170
2184
  attributes?: { [index: string]: any };
@@ -2229,8 +2243,8 @@ export interface ControlConfigurationDTO extends NamedObject, SolutionAssignedDT
2229
2243
  }
2230
2244
 
2231
2245
  export interface DocumentTypeWithClientApplication {
2232
- clientApplication?: string;
2233
2246
  documentType?: string;
2247
+ clientApplication?: string;
2234
2248
  }
2235
2249
 
2236
2250
  export interface ElementExportDTO extends ElementDTO {
@@ -2379,8 +2393,8 @@ export interface RelationshipTypeCoreMetadataInternalAdapter extends Relationshi
2379
2393
  }
2380
2394
 
2381
2395
  export interface RelationshipTypeOperations {
2382
- all?: RelationshipDTO[];
2383
2396
  allHeterogeneousRelationshipTypes?: RelationshipDTO[];
2397
+ all?: RelationshipDTO[];
2384
2398
  }
2385
2399
 
2386
2400
  export interface RelationshipTypeUtils {
@@ -2390,8 +2404,8 @@ export interface TransactionTypeCoreMetadataInternalAdapter extends TransactionT
2390
2404
  }
2391
2405
 
2392
2406
  export interface TransactionTypeOperations {
2393
- all?: TransactionDTO[];
2394
2407
  allHeterogeneousTransactionTypes?: TransactionDTO[];
2408
+ all?: TransactionDTO[];
2395
2409
  }
2396
2410
 
2397
2411
  export interface TransactionTypeUtils {
@@ -2666,8 +2680,8 @@ export interface ChildVersionSummary extends VersionSummary {
2666
2680
  }
2667
2681
 
2668
2682
  export interface Compound {
2669
- id?: number;
2670
2683
  elements?: Element[];
2684
+ id?: number;
2671
2685
  }
2672
2686
 
2673
2687
  export interface ConditionalRule {
@@ -2676,23 +2690,14 @@ export interface ConditionalRule {
2676
2690
  }
2677
2691
 
2678
2692
  export interface DataField {
2679
- length?: number;
2680
- name?: string;
2681
- id?: number;
2682
- readOnly?: boolean;
2683
- precision?: number;
2684
- required?: boolean;
2685
- columnName?: string;
2686
- scale?: number;
2687
- label?: string;
2688
- authorizedToRevealMasked?: UserGroupChooserSelection[];
2693
+ dataType?: any;
2689
2694
  primaryKeyField?: boolean;
2690
- allowMultipleSelections?: boolean;
2691
2695
  displayIndex?: number;
2692
2696
  primaryKeySeqNo?: number;
2693
2697
  unique?: boolean;
2694
2698
  autoGenerated?: boolean;
2695
2699
  systemReserved?: boolean;
2700
+ allowMultipleSelections?: boolean;
2696
2701
  userSelectionStrategy?: UserSelectionStrategyType;
2697
2702
  constrainingListName?: string;
2698
2703
  indexedForSearch?: boolean;
@@ -2700,34 +2705,44 @@ export interface DataField {
2700
2705
  displayInTimeZone?: string;
2701
2706
  showTimeZone?: boolean;
2702
2707
  masked?: boolean;
2703
- dataType?: any;
2708
+ authorizedToRevealMasked?: UserGroupChooserSelection[];
2709
+ primaryKeyUserSelected?: boolean;
2704
2710
  redacted?: AbstractRedactionRuleUnion;
2705
2711
  requiredConditionally?: ConditionalRule;
2706
2712
  readOnlyConditionally?: ConditionalRule;
2707
2713
  ownerName?: string;
2708
2714
  currentUserIsAuthorizedToReveal?: boolean;
2715
+ required?: boolean;
2716
+ columnName?: string;
2717
+ scale?: number;
2718
+ label?: string;
2719
+ name?: string;
2720
+ length?: number;
2721
+ id?: number;
2722
+ readOnly?: boolean;
2723
+ precision?: number;
2709
2724
  description?: string;
2710
2725
  }
2711
2726
 
2712
2727
  export interface DataObject extends SolutionAssignedDTO {
2713
- name?: string;
2714
- fields?: DataField[];
2715
- id?: number;
2716
- readOnly?: boolean;
2717
- version?: number;
2718
- tableName?: string;
2719
- label?: string;
2720
- validToFieldName?: string;
2721
- lastUpdatedAtTimeFieldName?: string;
2722
- displayTextFields?: SortableNameReference[];
2723
- dataStoreName?: string;
2728
+ historyEnabled?: boolean;
2729
+ createdAtTimeFieldName?: string;
2724
2730
  validFromFieldName?: string;
2731
+ lastUpdatedAtTimeFieldName?: string;
2725
2732
  systemReserved?: boolean;
2726
2733
  allowedRedactedFieldGroups?: string[];
2727
- historyEnabled?: boolean;
2728
- createdAtTimeFieldName?: string;
2734
+ validToFieldName?: string;
2735
+ displayTextFields?: SortableNameReference[];
2736
+ dataStoreName?: string;
2729
2737
  dataStoreDefaultSchemaName?: string;
2730
2738
  dataStoreAssignedTimeZone?: string;
2739
+ tableName?: string;
2740
+ label?: string;
2741
+ name?: string;
2742
+ fields?: DataField[];
2743
+ id?: number;
2744
+ readOnly?: boolean;
2745
+ version?: number;
2731
2746
  description?: string;
2732
2747
  }
2733
2748
 
@@ -2745,12 +2760,12 @@ export interface DocumentIdRequest extends BaseDocumentCollectionRequest {
2745
2760
  }
2746
2761
 
2747
2762
  export interface Element {
2748
- name?: string;
2749
- id?: number;
2750
- label?: string;
2763
+ dataType?: any;
2751
2764
  mappedFields?: DataField[];
2752
2765
  displayable?: boolean;
2753
- dataType?: any;
2766
+ label?: string;
2767
+ name?: string;
2768
+ id?: number;
2754
2769
  }
2755
2770
 
2756
2771
  export interface EnrichedDocument {
@@ -2772,24 +2787,24 @@ export interface EnrichedDocument {
2772
2787
  }
2773
2788
 
2774
2789
  export interface Entity extends SolutionAssignedDTO {
2775
- name?: string;
2776
- id?: number;
2777
- scale?: number;
2778
- label?: string;
2779
- compounds?: Compound[];
2790
+ defaultRegularIcon?: Icon;
2791
+ nodeColor?: string;
2792
+ nodeShape?: string;
2793
+ markerColor?: string;
2780
2794
  borderColor?: string;
2781
2795
  borderWidth?: number;
2796
+ compounds?: Compound[];
2782
2797
  useForNetworkBuild?: boolean;
2783
2798
  temporalSplitting?: boolean;
2784
2799
  displayTextElements?: SortableNameReference[];
2785
2800
  linkDisplayTextElements?: SortableNameReference[];
2786
2801
  requiresMultipleContributors?: boolean;
2787
2802
  publishCode?: PublishCode;
2788
- nodeColor?: string;
2789
- nodeShape?: string;
2790
- markerColor?: string;
2791
- defaultRegularIcon?: Icon;
2792
2803
  defaultMapIcon?: Icon;
2804
+ scale?: number;
2805
+ label?: string;
2806
+ name?: string;
2807
+ id?: number;
2793
2808
  }
2794
2809
 
2795
2810
  export interface Error {
@@ -2809,10 +2824,10 @@ export interface FieldMaskingConfigDTO {
2809
2824
  }
2810
2825
 
2811
2826
  export interface Icon {
2812
- id?: number;
2813
- type?: IconType;
2814
2827
  imageType?: IconImageType;
2815
2828
  imageLocation?: string;
2829
+ id?: number;
2830
+ type?: IconType;
2816
2831
  }
2817
2832
 
2818
2833
  export interface LinkBulkOperationResult {
@@ -2844,12 +2859,8 @@ export interface ReferenceListSummary {
2844
2859
  }
2845
2860
 
2846
2861
  export interface Relationship extends DataObject {
2847
- type?: RelationshipType;
2848
- required?: boolean;
2849
- qualifiedName?: string;
2850
- managed?: boolean;
2851
- color?: string;
2852
- width?: number;
2862
+ toObjectName?: string;
2863
+ fromObjectName?: string;
2853
2864
  cardinality?: RelationshipCardinality;
2854
2865
  previousCardinality?: RelationshipCardinality;
2855
2866
  symmetric?: boolean;
@@ -2857,8 +2868,6 @@ export interface Relationship extends DataObject {
2857
2868
  reverseLabel?: string;
2858
2869
  dashType?: string;
2859
2870
  styles?: LinkStyleDTO[];
2860
- fromObjectName?: string;
2861
- toObjectName?: string;
2862
2871
  fromObjectLabel?: string;
2863
2872
  toObjectLabel?: string;
2864
2873
  toObjectTypeNames?: string[];
@@ -2866,6 +2875,12 @@ export interface Relationship extends DataObject {
2866
2875
  heterogeneousLink?: boolean;
2867
2876
  linkFields?: { [index: string]: string }[];
2868
2877
  joinTableName?: string;
2878
+ required?: boolean;
2879
+ color?: string;
2880
+ qualifiedName?: string;
2881
+ managed?: boolean;
2882
+ width?: number;
2883
+ type?: RelationshipType;
2869
2884
  }
2870
2885
 
2871
2886
  export interface SheetCopySelection {
@@ -2885,9 +2900,11 @@ export interface SortableNameReference {
2885
2900
  }
2886
2901
 
2887
2902
  export interface StoredDataObject extends DataObject {
2888
- type?: DataObjectType;
2889
- scale?: number;
2890
- parentName?: string;
2903
+ relationshipsFrom?: Relationship[];
2904
+ defaultRegularIcon?: Icon;
2905
+ nodeColor?: string;
2906
+ nodeShape?: string;
2907
+ markerColor?: string;
2891
2908
  borderColor?: string;
2892
2909
  borderWidth?: number;
2893
2910
  relationshipsTo?: Relationship[];
@@ -2898,16 +2915,17 @@ export interface StoredDataObject extends DataObject {
2898
2915
  requireSearchBeforeCreate?: boolean;
2899
2916
  mobileOfflineEnabled?: boolean;
2900
2917
  styles?: EntityStyleDTO[];
2901
- nodeColor?: string;
2902
- nodeShape?: string;
2903
- markerColor?: string;
2904
- defaultRegularIcon?: Icon;
2905
- relationshipsFrom?: Relationship[];
2906
2918
  defaultMapIcon?: Icon;
2907
2919
  nodeDecoration?: NodeDecorationDTO;
2920
+ scale?: number;
2921
+ parentName?: string;
2922
+ type?: DataObjectType;
2908
2923
  }
2909
2924
 
2910
2925
  export interface Transaction extends DataObject {
2926
+ toObjectName?: string;
2927
+ fromObjectName?: string;
2928
+ toObjectTypeFieldName?: string;
2911
2929
  fromObjectTypeFieldName?: string;
2912
2930
  fromObjectRefFieldName?: string;
2913
2931
  toObjectRefFieldName?: string;
@@ -2915,9 +2933,6 @@ export interface Transaction extends DataObject {
2915
2933
  lineWidthFunctionType?: AggregateFunctionType;
2916
2934
  lineColorFieldName?: string;
2917
2935
  lineColorFunctionType?: AggregateFunctionType;
2918
- toObjectTypeFieldName?: string;
2919
- fromObjectName?: string;
2920
- toObjectName?: string;
2921
2936
  }
2922
2937
 
2923
2938
  export interface Version extends VersionSummary {
@@ -2975,11 +2990,11 @@ export interface EntityImpl extends Entity {
2975
2990
  }
2976
2991
 
2977
2992
  export interface FileCategory {
2978
- name?: string;
2979
- displayName?: string;
2980
- required?: boolean;
2981
2993
  allowMultiple?: boolean;
2982
2994
  documentLockRequired?: boolean;
2995
+ required?: boolean;
2996
+ name?: string;
2997
+ displayName?: string;
2983
2998
  }
2984
2999
 
2985
3000
  export interface FileCategoryImpl extends FileCategory {
@@ -3059,10 +3074,11 @@ export interface TemplateResourceSummary extends ResourceSummary {
3059
3074
  export interface TransactionImpl extends DataObjectImpl, Transaction {
3060
3075
  }
3061
3076
 
3062
- export interface Traversal extends SolutionAssignedDTO {
3077
+ export interface Traversal extends SolutionAssignedDTO, ETagAndLastModifiedProvider {
3063
3078
  id?: number;
3064
3079
  uuid?: string;
3065
3080
  name?: string;
3081
+ lastUpdatedAt?: Date;
3066
3082
  traversalDefinition?: { [index: string]: any };
3067
3083
  solutionLabel?: string;
3068
3084
  }
@@ -3070,7 +3086,7 @@ export interface Traversal extends SolutionAssignedDTO {
3070
3086
  export interface Versions {
3071
3087
  }
3072
3088
 
3073
- export interface Comment {
3089
+ export interface Comment extends ETagAndLastModifiedProvider {
3074
3090
  id?: number;
3075
3091
  category?: string;
3076
3092
  author?: CommentUser;
@@ -3092,9 +3108,9 @@ export interface CommentUser {
3092
3108
 
3093
3109
  export interface AbstractFieldConditionMetadata<Y, T> {
3094
3110
  cycleDetector?: CycleDetector;
3095
- owner?: Y;
3096
3111
  ownerName?: string;
3097
3112
  parentObjectName?: string;
3113
+ owner?: Y;
3098
3114
  }
3099
3115
 
3100
3116
  export interface AbstractStyleDTO extends Comparable<AbstractStyleDTO>, Serializable {
@@ -3108,7 +3124,7 @@ export interface ConditionAssociationDTO {
3108
3124
  association?: string;
3109
3125
  }
3110
3126
 
3111
- export interface ConditionDTO extends Comparable<ConditionDTO>, ImplIdentifiable<string> {
3127
+ export interface ConditionDTO extends Comparable<ConditionDTO>, ImplIdentifiable<string>, ETaggable {
3112
3128
  id?: string;
3113
3129
  version?: number;
3114
3130
  name?: string;
@@ -3184,8 +3200,8 @@ export interface PresenceComparatorSerializer extends JsonSerializer<PresenceCom
3184
3200
  }
3185
3201
 
3186
3202
  export interface AbstractCondition<T> extends Serializable {
3187
- type?: string;
3188
3203
  parameters?: T[];
3204
+ type?: string;
3189
3205
  }
3190
3206
 
3191
3207
  export interface AbstractFieldCondition<T> extends AbstractCondition<T> {
@@ -3226,11 +3242,12 @@ export interface ReferencedCondition extends AbstractCondition<string> {
3226
3242
  parameters?: string[];
3227
3243
  }
3228
3244
 
3229
- export interface ContextMapping extends ImplIdentifiable<number>, ValidatableContextMapping {
3245
+ export interface ContextMapping extends ImplIdentifiable<number>, ValidatableContextMapping, ETaggable {
3230
3246
  id?: number;
3231
3247
  conditions?: QueryUnion;
3232
3248
  templateId?: number;
3233
3249
  mode?: PageMode;
3250
+ version?: number;
3234
3251
  clientApplication?: string;
3235
3252
  publishCode?: PublishCode;
3236
3253
  solutionLabel?: string;
@@ -3255,13 +3272,13 @@ export interface EventMetadata {
3255
3272
  }
3256
3273
 
3257
3274
  export interface ValidatableContextMapping extends SolutionAssignedDTO {
3258
- tag?: string;
3259
- uuid?: string;
3260
3275
  docType?: string;
3276
+ uuid?: string;
3261
3277
  toolbarEnabled?: boolean;
3262
3278
  evaluateOrder?: number;
3263
3279
  fallbackToEvent?: string;
3264
3280
  templateId?: any;
3281
+ tag?: string;
3265
3282
  event?: string;
3266
3283
  }
3267
3284
 
@@ -3274,7 +3291,6 @@ export interface Control extends ControlMetadata {
3274
3291
  propertiesTitleResource?: string;
3275
3292
  directiveTemplate?: string;
3276
3293
  directive?: string;
3277
- version?: number;
3278
3294
  }
3279
3295
 
3280
3296
  export interface ControlCategory {
@@ -3295,6 +3311,7 @@ export interface ControlMetadata extends SolutionAssignedDTO {
3295
3311
  controlAttributes?: { [index: string]: any };
3296
3312
  customControl?: boolean;
3297
3313
  solutionLabel?: string;
3314
+ version?: number;
3298
3315
  requiredCapabilities?: string[];
3299
3316
  }
3300
3317
 
@@ -3329,7 +3346,7 @@ export interface BulkOperationsOutcome<T> {
3329
3346
  affectedDocumentTypes?: string[];
3330
3347
  }
3331
3348
 
3332
- export interface PageAction extends Comparable<PageAction>, SolutionAssignedDTO {
3349
+ export interface PageAction extends Comparable<PageAction>, SolutionAssignedDTO, ETaggable {
3333
3350
  actionName?: string;
3334
3351
  controlName?: string;
3335
3352
  displayName?: ResourcedString;
@@ -3344,7 +3361,7 @@ export interface PageActionItem {
3344
3361
  attrs?: ActionItemDetails;
3345
3362
  }
3346
3363
 
3347
- export interface ActionItemConfig extends ImplIdentifiable<number> {
3364
+ export interface ActionItemConfig extends ImplIdentifiable<number>, ETaggable {
3348
3365
  id?: number;
3349
3366
  uuid?: string;
3350
3367
  actionName?: string;
@@ -3353,6 +3370,7 @@ export interface ActionItemConfig extends ImplIdentifiable<number> {
3353
3370
  resources?: { [index: string]: any };
3354
3371
  conditions?: QueryUnion;
3355
3372
  order?: number;
3373
+ version?: number;
3356
3374
  usedFields?: string[];
3357
3375
  usedGroups?: string[];
3358
3376
  }
@@ -3499,8 +3517,8 @@ export interface RelationshipId {
3499
3517
  relationshipName?: string;
3500
3518
  fromObjectTypeName?: string;
3501
3519
  toObjectTypeName?: string;
3502
- id?: string;
3503
3520
  relationshipQName?: string;
3521
+ id?: string;
3504
3522
  }
3505
3523
 
3506
3524
  export interface RelationshipIdBuilder {
@@ -3602,7 +3620,7 @@ export interface TextCell extends Cell {
3602
3620
  contents?: string;
3603
3621
  }
3604
3622
 
3605
- export interface ActiveHomepage {
3623
+ export interface ActiveHomepage extends ETagAndLastModifiedProvider {
3606
3624
  id?: number;
3607
3625
  clientApplication?: string;
3608
3626
  templateUUID?: string;
@@ -3625,9 +3643,10 @@ export interface LinkedTemplate {
3625
3643
  traversal?: { [index: string]: any };
3626
3644
  }
3627
3645
 
3628
- export interface Template extends SolutionAssignedDTO {
3646
+ export interface Template extends SolutionAssignedDTO, ETagAndLastModifiedProvider {
3629
3647
  id?: number;
3630
3648
  uuid?: string;
3649
+ lastUpdatedAt?: Date;
3631
3650
  name?: string;
3632
3651
  template?: { [index: string]: any };
3633
3652
  metadata?: TemplateMetadata;
@@ -3730,6 +3749,12 @@ export interface CreatedEvent extends JobEvent {
3730
3749
  parameters?: { [index: string]: any };
3731
3750
  }
3732
3751
 
3752
+ export interface EventSourceConfiguration {
3753
+ }
3754
+
3755
+ export interface EventSubjectGenerator {
3756
+ }
3757
+
3733
3758
  export interface JobCreatedEvent extends CreatedEvent {
3734
3759
  tags?: string[];
3735
3760
  startedBy?: string;
@@ -3742,6 +3767,7 @@ export interface JobEvent extends TypedPayload {
3742
3767
  status?: Status;
3743
3768
  startedAt?: Date;
3744
3769
  links?: RestRepresentationsLink[];
3770
+ eventAction?: string;
3745
3771
  eventTopic?: string;
3746
3772
  eventSubject?: string;
3747
3773
  job?: boolean;
@@ -3813,22 +3839,7 @@ export interface RecordLevelAccessResponse {
3813
3839
  export interface Serializable {
3814
3840
  }
3815
3841
 
3816
- export interface JavaType extends ResolvedType, Serializable, Type {
3817
- interfaces?: JavaType[];
3818
- genericSignature?: string;
3819
- superClass?: JavaType;
3820
- keyType?: JavaType;
3821
- javaLangObject?: boolean;
3822
- valueHandler?: any;
3823
- typeHandler?: any;
3824
- referencedType?: JavaType;
3825
- recordType?: boolean;
3826
- enumImplType?: boolean;
3827
- erasedSignature?: string;
3828
- contentValueHandler?: any;
3829
- contentTypeHandler?: any;
3830
- bindings?: TypeBindings;
3831
- contentType?: JavaType;
3842
+ export interface Class<T> extends Serializable, GenericDeclaration, Type, AnnotatedElement, OfField<Class<any>>, Constable {
3832
3843
  }
3833
3844
 
3834
3845
  export interface ValueInstantiator {
@@ -3840,17 +3851,32 @@ export interface ValueInstantiator {
3840
3851
  withArgsCreator?: AnnotatedWithParams;
3841
3852
  }
3842
3853
 
3843
- export interface Class<T> extends Serializable, GenericDeclaration, Type, AnnotatedElement, OfField<Class<any>>, Constable {
3854
+ export interface JavaType extends ResolvedType, Serializable, Type {
3855
+ recordType?: boolean;
3856
+ typeHandler?: any;
3857
+ valueHandler?: any;
3858
+ enumImplType?: boolean;
3859
+ referencedType?: JavaType;
3860
+ contentValueHandler?: any;
3861
+ contentTypeHandler?: any;
3862
+ erasedSignature?: string;
3863
+ superClass?: JavaType;
3864
+ javaLangObject?: boolean;
3865
+ keyType?: JavaType;
3866
+ interfaces?: JavaType[];
3867
+ genericSignature?: string;
3868
+ contentType?: JavaType;
3869
+ bindings?: TypeBindings;
3844
3870
  }
3845
3871
 
3846
3872
  export interface JsonDeserializer<T> extends NullValueProvider {
3847
- cachable?: boolean;
3848
3873
  emptyValue?: any;
3849
3874
  nullValue?: T;
3850
3875
  emptyAccessPattern?: AccessPattern;
3851
3876
  delegatee?: JsonDeserializer<any>;
3852
- knownPropertyNames?: any[];
3853
3877
  objectIdReader?: ObjectIdReader;
3878
+ cachable?: boolean;
3879
+ knownPropertyNames?: any[];
3854
3880
  }
3855
3881
 
3856
3882
  export interface ObjectIdReader extends Serializable {
@@ -3874,17 +3900,17 @@ export interface Ordered {
3874
3900
  order?: number;
3875
3901
  }
3876
3902
 
3903
+ export interface ResponseEntity<T> extends HttpEntity<T> {
3904
+ statusCodeValue?: number;
3905
+ statusCode?: HttpStatusCode;
3906
+ }
3907
+
3877
3908
  export interface LocalizedLocale {
3878
3909
  localeCd?: string;
3879
3910
  label?: string;
3880
3911
  default?: boolean;
3881
3912
  }
3882
3913
 
3883
- export interface ResponseEntity<T> extends HttpEntity<T> {
3884
- statusCode?: HttpStatus;
3885
- statusCodeValue?: number;
3886
- }
3887
-
3888
3914
  export interface Throwable extends Serializable {
3889
3915
  cause?: Throwable;
3890
3916
  stackTrace?: StackTraceElement[];
@@ -3933,6 +3959,13 @@ export interface EntityStyleEntity extends AbstractStyleEntity {
3933
3959
  indicatorIcon?: string;
3934
3960
  }
3935
3961
 
3962
+ export interface PersistEventListener {
3963
+ }
3964
+
3965
+ export interface HasGeneratedId {
3966
+ id?: number;
3967
+ }
3968
+
3936
3969
  export interface Locale extends Cloneable, Serializable {
3937
3970
  }
3938
3971
 
@@ -3945,17 +3978,17 @@ export interface StringPath extends DslTypesDslStringExpression, Path<string> {
3945
3978
  export interface NumberPath<T> extends NumberExpression<T>, Path<T> {
3946
3979
  }
3947
3980
 
3948
- export interface Path<T> extends DslTypesExpression<T> {
3949
- root?: Path<any>;
3950
- annotatedElement?: AnnotatedElement;
3951
- metadata?: PathMetadata;
3952
- }
3953
-
3954
3981
  export interface AnnotatedElement {
3955
3982
  annotations?: Annotation[];
3956
3983
  declaredAnnotations?: Annotation[];
3957
3984
  }
3958
3985
 
3986
+ export interface Path<T> extends DslTypesExpression<T> {
3987
+ annotatedElement?: AnnotatedElement;
3988
+ root?: Path<any>;
3989
+ metadata?: PathMetadata;
3990
+ }
3991
+
3959
3992
  export interface PathMetadata extends Serializable {
3960
3993
  element?: any;
3961
3994
  parent?: Path<any>;
@@ -4018,10 +4051,6 @@ export interface MapPath<K, V, E> extends MapExpressionBase<K, V, E>, Path<{ [in
4018
4051
  valueType?: Class<V>;
4019
4052
  }
4020
4053
 
4021
- export interface UserType {
4022
- mutable?: boolean;
4023
- }
4024
-
4025
4054
  export interface ConfigTransportObject {
4026
4055
  handlerName?: string;
4027
4056
  schemaVersion?: string;
@@ -4040,49 +4069,52 @@ export interface KeyDeserializer {
4040
4069
  }
4041
4070
 
4042
4071
  export interface TypedPayload {
4043
- eventType?: string;
4044
4072
  payloadType?: string;
4073
+ eventType?: string;
4045
4074
  }
4046
4075
 
4047
- export interface TypeBindings extends Serializable {
4048
- empty?: boolean;
4049
- typeParameters?: JavaType[];
4076
+ export interface Comparable<T> {
4050
4077
  }
4051
4078
 
4052
- export interface ResolvedType {
4053
- interface?: boolean;
4054
- primitive?: boolean;
4055
- final?: boolean;
4056
- abstract?: boolean;
4057
- referenceType?: boolean;
4058
- rawClass?: Class<any>;
4059
- keyType?: ResolvedType;
4060
- containerType?: boolean;
4061
- throwable?: boolean;
4062
- enumType?: boolean;
4063
- concrete?: boolean;
4064
- collectionLikeType?: boolean;
4065
- arrayType?: boolean;
4066
- referencedType?: ResolvedType;
4067
- mapLikeType?: boolean;
4068
- parameterSource?: Class<any>;
4069
- contentType?: ResolvedType;
4079
+ export interface GenericDeclaration extends AnnotatedElement {
4080
+ typeParameters?: TypeVariable<any>[];
4070
4081
  }
4071
4082
 
4072
4083
  export interface Type {
4073
4084
  typeName?: string;
4074
4085
  }
4075
4086
 
4087
+ export interface Constable {
4088
+ }
4089
+
4076
4090
  export interface AnnotatedWithParams extends AnnotatedMember {
4077
- parameterCount?: number;
4078
4091
  annotationCount?: number;
4092
+ parameterCount?: number;
4079
4093
  }
4080
4094
 
4081
- export interface GenericDeclaration extends AnnotatedElement {
4082
- typeParameters?: TypeVariable<any>[];
4095
+ export interface TypeBindings extends Serializable {
4096
+ empty?: boolean;
4097
+ typeParameters?: JavaType[];
4083
4098
  }
4084
4099
 
4085
- export interface Constable {
4100
+ export interface ResolvedType {
4101
+ containerType?: boolean;
4102
+ arrayType?: boolean;
4103
+ concrete?: boolean;
4104
+ throwable?: boolean;
4105
+ enumType?: boolean;
4106
+ collectionLikeType?: boolean;
4107
+ mapLikeType?: boolean;
4108
+ referencedType?: ResolvedType;
4109
+ parameterSource?: Class<any>;
4110
+ rawClass?: Class<any>;
4111
+ keyType?: ResolvedType;
4112
+ interface?: boolean;
4113
+ primitive?: boolean;
4114
+ final?: boolean;
4115
+ abstract?: boolean;
4116
+ referenceType?: boolean;
4117
+ contentType?: ResolvedType;
4086
4118
  }
4087
4119
 
4088
4120
  export interface NullValueProvider {
@@ -4090,9 +4122,9 @@ export interface NullValueProvider {
4090
4122
  }
4091
4123
 
4092
4124
  export interface PropertyName extends Serializable {
4125
+ namespace?: string;
4093
4126
  empty?: boolean;
4094
4127
  simpleName?: string;
4095
- namespace?: string;
4096
4128
  }
4097
4129
 
4098
4130
  export interface ObjectIdGenerator<T> extends Serializable {
@@ -4106,18 +4138,18 @@ export interface SettableBeanProperty extends ConcreteBeanPropertyBase, Serializ
4106
4138
  valueDeserializer?: JsonDeserializer<any>;
4107
4139
  objectIdInfo?: ObjectIdInfo;
4108
4140
  managedReferenceName?: string;
4141
+ ignorable?: boolean;
4109
4142
  valueTypeDeserializer?: TypeDeserializer;
4110
4143
  nullValueProvider?: NullValueProvider;
4111
4144
  propertyIndex?: number;
4112
4145
  creatorIndex?: number;
4113
4146
  injectableValueId?: any;
4114
4147
  injectionOnly?: boolean;
4115
- ignorable?: boolean;
4116
4148
  }
4117
4149
 
4118
4150
  export interface StdDeserializer<T> extends JsonDeserializer<T>, Serializable, Gettable {
4119
- valueType?: JavaType;
4120
4151
  valueClass?: Class<any>;
4152
+ valueType?: JavaType;
4121
4153
  }
4122
4154
 
4123
4155
  export interface JsonFormatVisitable {
@@ -4126,6 +4158,15 @@ export interface JsonFormatVisitable {
4126
4158
  export interface StdSerializer<T> extends JsonSerializer<T>, JsonFormatVisitable, SchemaAware, Serializable {
4127
4159
  }
4128
4160
 
4161
+ export interface HttpStatusCode extends Serializable {
4162
+ "4xxClientError"?: boolean;
4163
+ "5xxServerError"?: boolean;
4164
+ "3xxRedirection"?: boolean;
4165
+ "1xxInformational"?: boolean;
4166
+ "2xxSuccessful"?: boolean;
4167
+ error?: boolean;
4168
+ }
4169
+
4129
4170
  export interface ConditionEntity extends Mergable<ConditionEntity> {
4130
4171
  id?: string;
4131
4172
  name?: string;
@@ -4191,7 +4232,7 @@ export interface QConditionEntity extends EntityPathBase<ConditionEntity> {
4191
4232
  export interface BeanPath<T> extends SimpleExpression<T>, Path<T> {
4192
4233
  }
4193
4234
 
4194
- export interface ActiveHomepageEntity extends Serializable, StandardEntity {
4235
+ export interface ActiveHomepageEntity extends Serializable, HasGeneratedId, StandardEntity {
4195
4236
  clientApplication?: ClientApplicationEntity;
4196
4237
  template?: TemplateEntity;
4197
4238
  createdBy?: string;
@@ -4201,9 +4242,6 @@ export interface ActiveHomepageEntity extends Serializable, StandardEntity {
4201
4242
  version?: number;
4202
4243
  }
4203
4244
 
4204
- export interface Comparable<T> {
4205
- }
4206
-
4207
4245
  export interface ResourceStringAccumulator {
4208
4246
  resourceStringsBySolution?: { [index: string]: { [index: string]: string } };
4209
4247
  transportResourceStrings?: { [index: string]: string };
@@ -4231,45 +4269,45 @@ export interface BiFunction<T, U, R> {
4231
4269
  export interface Function<T, R> {
4232
4270
  }
4233
4271
 
4234
- export interface Member {
4235
- modifiers?: number;
4272
+ export interface TypeVariable<D> extends Type, AnnotatedElement {
4236
4273
  name?: string;
4237
- synthetic?: boolean;
4238
- declaringClass?: Class<any>;
4274
+ bounds?: Type[];
4275
+ genericDeclaration?: D;
4276
+ annotatedBounds?: AnnotatedType[];
4239
4277
  }
4240
4278
 
4241
- export interface AnnotationMap extends Annotations {
4279
+ export interface OfField<F> extends TypeDescriptor {
4280
+ array?: boolean;
4281
+ primitive?: boolean;
4242
4282
  }
4243
4283
 
4244
- export interface TypeResolutionContext {
4284
+ export interface AnnotationMap extends Annotations {
4245
4285
  }
4246
4286
 
4247
- export interface AnnotatedMember extends Annotated, Serializable {
4248
- declaringClass?: Class<any>;
4249
- fullName?: string;
4250
- member?: Member;
4251
- allAnnotations?: AnnotationMap;
4252
- typeContext?: TypeResolutionContext;
4287
+ export interface TypeResolutionContext {
4253
4288
  }
4254
4289
 
4255
- export interface TypeVariable<D> extends Type, AnnotatedElement {
4290
+ export interface Member {
4256
4291
  name?: string;
4257
- bounds?: Type[];
4258
- genericDeclaration?: D;
4259
- annotatedBounds?: AnnotatedType[];
4292
+ modifiers?: number;
4293
+ synthetic?: boolean;
4294
+ declaringClass?: Class<any>;
4260
4295
  }
4261
4296
 
4262
- export interface OfField<F> extends TypeDescriptor {
4263
- array?: boolean;
4264
- primitive?: boolean;
4297
+ export interface AnnotatedMember extends Annotated, Serializable {
4298
+ allAnnotations?: AnnotationMap;
4299
+ typeContext?: TypeResolutionContext;
4300
+ member?: Member;
4301
+ declaringClass?: Class<any>;
4302
+ fullName?: string;
4265
4303
  }
4266
4304
 
4267
4305
  export interface ObjectIdInfo {
4268
4306
  generatorType?: Class<ObjectIdGenerator<any>>;
4269
4307
  resolverType?: Class<ObjectIdResolver>;
4270
4308
  alwaysAsId?: boolean;
4271
- propertyName?: PropertyName;
4272
4309
  scope?: Class<any>;
4310
+ propertyName?: PropertyName;
4273
4311
  }
4274
4312
 
4275
4313
  export interface TypeDeserializer {
@@ -4280,12 +4318,12 @@ export interface TypeDeserializer {
4280
4318
  }
4281
4319
 
4282
4320
  export interface PropertyMetadata extends Serializable {
4283
- defaultValue?: string;
4284
- index?: number;
4285
- required?: boolean;
4286
4321
  valueNulls?: Nulls;
4287
4322
  contentNulls?: Nulls;
4288
4323
  mergeInfo?: MergeInfo;
4324
+ required?: boolean;
4325
+ defaultValue?: string;
4326
+ index?: number;
4289
4327
  description?: string;
4290
4328
  }
4291
4329
 
@@ -4404,23 +4442,23 @@ export interface StandardEntity {
4404
4442
  export interface BaseVisitor extends ExpressionVisitor {
4405
4443
  }
4406
4444
 
4445
+ export interface AnnotatedType extends AnnotatedElement {
4446
+ annotatedOwnerType?: AnnotatedType;
4447
+ type?: Type;
4448
+ }
4449
+
4450
+ export interface TypeDescriptor {
4451
+ }
4452
+
4407
4453
  export interface Annotations {
4408
4454
  }
4409
4455
 
4410
4456
  export interface Annotated {
4457
+ annotated?: AnnotatedElement;
4411
4458
  name?: string;
4412
4459
  public?: boolean;
4413
4460
  type?: JavaType;
4414
4461
  rawType?: Class<any>;
4415
- annotated?: AnnotatedElement;
4416
- }
4417
-
4418
- export interface AnnotatedType extends AnnotatedElement {
4419
- type?: Type;
4420
- annotatedOwnerType?: AnnotatedType;
4421
- }
4422
-
4423
- export interface TypeDescriptor {
4424
4462
  }
4425
4463
 
4426
4464
  export interface TypeIdResolver {
@@ -4434,12 +4472,12 @@ export interface MergeInfo {
4434
4472
  }
4435
4473
 
4436
4474
  export interface BeanProperty extends Named {
4437
- type?: JavaType;
4438
- fullName?: PropertyName;
4439
- virtual?: boolean;
4475
+ wrapperName?: PropertyName;
4440
4476
  required?: boolean;
4441
4477
  member?: AnnotatedMember;
4442
- wrapperName?: PropertyName;
4478
+ type?: JavaType;
4479
+ virtual?: boolean;
4480
+ fullName?: PropertyName;
4443
4481
  metadata?: PropertyMetadata;
4444
4482
  }
4445
4483
 
@@ -4502,8 +4540,7 @@ export interface LinkedPageTemplateIdEntity extends Serializable {
4502
4540
  export interface ComparableExpression<T> extends ComparableExpressionBase<T> {
4503
4541
  }
4504
4542
 
4505
- export interface TraversalDefinitionEntity extends Serializable, SolutionAssignedEntity, Mergable<TraversalDefinitionEntity> {
4506
- id?: number;
4543
+ export interface TraversalDefinitionEntity extends Serializable, HasGeneratedId, SolutionAssignedEntity, Mergable<TraversalDefinitionEntity> {
4507
4544
  uuid?: string;
4508
4545
  displayName?: string;
4509
4546
  traversal?: { [index: string]: any };
@@ -4636,7 +4673,7 @@ export type Status = "pending" | "running" | "stopping" | "cancelled" | "complet
4636
4673
 
4637
4674
  export type AccessPattern = "ALWAYS_NULL" | "CONSTANT" | "DYNAMIC";
4638
4675
 
4639
- 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" | "differing_datatypes_when_sorting_error" | "DH1320" | "DH1321" | "DH1354" | "DH1355" | "DH1356" | "DH1357" | "could_not_apply_json_patch_to_document" | "could_not_apply_json_patch_to_link" | "json_patch_invalid_operation_required" | "json_patch_operation_not_allowed_at_path" | "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" | "DH1539" | "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" | "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" | "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" | "icon_svg_invalid" | "icon_invalid_image_type" | "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" | "media_type_mismatch" | "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" | "condition_id_required" | "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" | "system_field_cannot_be_masked" | "field_used_in_join_condition_cannot_be_masked" | "field_used_in_txn_join_condition_cannot_be_masked" | "txn_field_used_in_txn_join_condition_cannot_be_masked" | "heterogeneous_external_join_key_field_cannot_be_masked" | "txn_field_used_in_ref_join_cannot_be_masked" | "file_is_quarantined" | "invalid_rest_api_parameter" | "invalid_rest_api_body" | "entity_type_not_found" | "template_type_not_found" | "field_value_contains_invalid_characters" | "size_constraint_violation_parameter" | "size_constraint_violation_body" | "character_constraint_violation_parameter" | "character_constraint_violation_body" | "character_constraint_violation_with_allow_list_parameter" | "character_constraint_violation_with_allow_list_body" | "time_zone_constraint_violation_parameter" | "time_zone_constraint_violation_body" | "uuid_constraint_violation_parameter" | "uuid_constraint_violation_body" | "sort_by_constraint_violation_parameter" | "sort_by_constraint_violation_body" | "locale_constraint_violation_parameter" | "locale_constraint_violation_body" | "expression_constraint_violation_parameter" | "expression_constraint_violation_body" | "invalid_control_solution_id";
4676
+ 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" | "differing_datatypes_when_sorting_error" | "DH1320" | "DH1321" | "DH1354" | "DH1355" | "DH1356" | "DH1357" | "could_not_apply_json_patch_to_document" | "could_not_apply_json_patch_to_link" | "json_patch_invalid_operation_required" | "json_patch_operation_not_allowed_at_path" | "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" | "DH1539" | "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" | "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" | "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" | "write_only_at_create_for_relationship_requires_read_only" | "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" | "icon_svg_invalid" | "icon_invalid_image_type" | "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" | "media_type_mismatch" | "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_values_must_not_exceed_max_int_value" | "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" | "condition_id_required" | "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" | "DH9014" | "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" | "system_field_cannot_be_masked" | "field_used_in_join_condition_cannot_be_masked" | "field_used_in_txn_join_condition_cannot_be_masked" | "txn_field_used_in_txn_join_condition_cannot_be_masked" | "heterogeneous_external_join_key_field_cannot_be_masked" | "txn_field_used_in_ref_join_cannot_be_masked" | "file_is_quarantined" | "invalid_rest_api_parameter" | "invalid_rest_api_body" | "entity_type_not_found" | "condition_owner_not_found" | "template_type_not_found" | "field_value_contains_invalid_characters" | "size_constraint_violation_parameter" | "size_constraint_violation_body" | "character_constraint_violation_parameter" | "character_constraint_violation_body" | "character_constraint_violation_with_allow_list_parameter" | "character_constraint_violation_with_allow_list_body" | "time_zone_constraint_violation_parameter" | "time_zone_constraint_violation_body" | "uuid_constraint_violation_parameter" | "uuid_constraint_violation_body" | "sort_by_constraint_violation_parameter" | "sort_by_constraint_violation_body" | "locale_constraint_violation_parameter" | "locale_constraint_violation_body" | "expression_constraint_violation_parameter" | "expression_constraint_violation_body" | "invalid_control_solution_id";
4640
4677
 
4641
4678
  export type DataStoreType = "RELATIONAL";
4642
4679
 
@@ -4648,8 +4685,6 @@ export type CommonsSecurityBootStrapModelTypesUserGroupType = "user" | "group";
4648
4685
 
4649
4686
  export type AccessType = "create" | "read" | "update" | "delete" | "search";
4650
4687
 
4651
- export type HttpStatus = "100 CONTINUE" | "101 SWITCHING_PROTOCOLS" | "102 PROCESSING" | "103 CHECKPOINT" | "200 OK" | "201 CREATED" | "202 ACCEPTED" | "203 NON_AUTHORITATIVE_INFORMATION" | "204 NO_CONTENT" | "205 RESET_CONTENT" | "206 PARTIAL_CONTENT" | "207 MULTI_STATUS" | "208 ALREADY_REPORTED" | "226 IM_USED" | "300 MULTIPLE_CHOICES" | "301 MOVED_PERMANENTLY" | "302 FOUND" | "302 MOVED_TEMPORARILY" | "303 SEE_OTHER" | "304 NOT_MODIFIED" | "305 USE_PROXY" | "307 TEMPORARY_REDIRECT" | "308 PERMANENT_REDIRECT" | "400 BAD_REQUEST" | "401 UNAUTHORIZED" | "402 PAYMENT_REQUIRED" | "403 FORBIDDEN" | "404 NOT_FOUND" | "405 METHOD_NOT_ALLOWED" | "406 NOT_ACCEPTABLE" | "407 PROXY_AUTHENTICATION_REQUIRED" | "408 REQUEST_TIMEOUT" | "409 CONFLICT" | "410 GONE" | "411 LENGTH_REQUIRED" | "412 PRECONDITION_FAILED" | "413 PAYLOAD_TOO_LARGE" | "413 REQUEST_ENTITY_TOO_LARGE" | "414 URI_TOO_LONG" | "414 REQUEST_URI_TOO_LONG" | "415 UNSUPPORTED_MEDIA_TYPE" | "416 REQUESTED_RANGE_NOT_SATISFIABLE" | "417 EXPECTATION_FAILED" | "418 I_AM_A_TEAPOT" | "419 INSUFFICIENT_SPACE_ON_RESOURCE" | "420 METHOD_FAILURE" | "421 DESTINATION_LOCKED" | "422 UNPROCESSABLE_ENTITY" | "423 LOCKED" | "424 FAILED_DEPENDENCY" | "425 TOO_EARLY" | "426 UPGRADE_REQUIRED" | "428 PRECONDITION_REQUIRED" | "429 TOO_MANY_REQUESTS" | "431 REQUEST_HEADER_FIELDS_TOO_LARGE" | "451 UNAVAILABLE_FOR_LEGAL_REASONS" | "500 INTERNAL_SERVER_ERROR" | "501 NOT_IMPLEMENTED" | "502 BAD_GATEWAY" | "503 SERVICE_UNAVAILABLE" | "504 GATEWAY_TIMEOUT" | "505 HTTP_VERSION_NOT_SUPPORTED" | "506 VARIANT_ALSO_NEGOTIATES" | "507 INSUFFICIENT_STORAGE" | "508 LOOP_DETECTED" | "509 BANDWIDTH_LIMIT_EXCEEDED" | "510 NOT_EXTENDED" | "511 NETWORK_AUTHENTICATION_REQUIRED";
4652
-
4653
4688
  export type PathType = "ARRAYVALUE" | "ARRAYVALUE_CONSTANT" | "COLLECTION_ANY" | "DELEGATE" | "LISTVALUE" | "LISTVALUE_CONSTANT" | "MAPVALUE" | "MAPVALUE_CONSTANT" | "PROPERTY" | "VARIABLE" | "TREATED_PATH";
4654
4689
 
4655
4690
  export type As = "PROPERTY" | "WRAPPER_OBJECT" | "WRAPPER_ARRAY" | "EXTERNAL_PROPERTY" | "EXISTING_PROPERTY";