@azure-rest/purview-datamap 1.0.0-beta.1 → 1.0.0-beta.2
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/README.md +4 -6
- package/dist/browser/clientDefinitions.d.ts +680 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +98 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/isUnexpected.js +1 -1
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/logger.js +1 -1
- package/{dist-esm/src → dist/browser}/logger.js.map +1 -1
- package/dist/browser/models.d.ts +1205 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +1585 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/parameters.d.ts +805 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/purviewDataMapClient.d.ts +14 -0
- package/dist/browser/purviewDataMapClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/purviewDataMapClient.js +10 -7
- package/dist/browser/purviewDataMapClient.js.map +1 -0
- package/dist/browser/responses.d.ts +848 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/browser/serializeHelper.d.ts +2 -0
- package/dist/browser/serializeHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serializeHelper.js +1 -1
- package/{dist-esm/src → dist/browser}/serializeHelper.js.map +1 -1
- package/dist/commonjs/clientDefinitions.d.ts +680 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +20 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +98 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/{index.js → commonjs/isUnexpected.js} +5 -69
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +1205 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +1585 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/parameters.d.ts +805 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/purviewDataMapClient.d.ts +14 -0
- package/dist/commonjs/purviewDataMapClient.d.ts.map +1 -0
- package/dist/commonjs/purviewDataMapClient.js +35 -0
- package/dist/commonjs/purviewDataMapClient.js.map +1 -0
- package/dist/commonjs/responses.d.ts +848 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/serializeHelper.d.ts +2 -0
- package/dist/commonjs/serializeHelper.d.ts.map +1 -0
- package/dist/commonjs/serializeHelper.js +16 -0
- package/dist/commonjs/serializeHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/clientDefinitions.d.ts +680 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +98 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +167 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +1205 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +1585 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/parameters.d.ts +805 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/purviewDataMapClient.d.ts +14 -0
- package/dist/esm/purviewDataMapClient.d.ts.map +1 -0
- package/dist/esm/purviewDataMapClient.js +32 -0
- package/dist/esm/purviewDataMapClient.js.map +1 -0
- package/dist/esm/responses.d.ts +848 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/esm/serializeHelper.d.ts +2 -0
- package/dist/esm/serializeHelper.d.ts.map +1 -0
- package/dist/esm/serializeHelper.js +13 -0
- package/dist/esm/serializeHelper.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +680 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +98 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +167 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +1205 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +1585 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/parameters.d.ts +805 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/purviewDataMapClient.d.ts +14 -0
- package/dist/react-native/purviewDataMapClient.d.ts.map +1 -0
- package/dist/react-native/purviewDataMapClient.js +32 -0
- package/dist/react-native/purviewDataMapClient.js.map +1 -0
- package/dist/react-native/responses.d.ts +848 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/dist/react-native/serializeHelper.d.ts +2 -0
- package/dist/react-native/serializeHelper.d.ts.map +1 -0
- package/dist/react-native/serializeHelper.js +13 -0
- package/dist/react-native/serializeHelper.js.map +1 -0
- package/package.json +75 -58
- package/dist/index.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js +0 -4
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/index.js +0 -14
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/isUnexpected.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/outputModels.js +0 -4
- package/dist-esm/src/outputModels.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/purviewDataMapClient.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/review/purview-datamap.api.md +0 -4600
- package/types/purview-datamap.d.ts +0 -5770
|
@@ -0,0 +1,1585 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* An instance of an entity along with extended info - like hive_table,
|
|
3
|
+
* hive_database.
|
|
4
|
+
*/
|
|
5
|
+
export interface AtlasEntityWithExtInfoOutput {
|
|
6
|
+
/** The referred entities. */
|
|
7
|
+
referredEntities?: Record<string, AtlasEntityOutput>;
|
|
8
|
+
/** An instance of an entity - like hive_table, hive_database. */
|
|
9
|
+
entity?: AtlasEntityOutput;
|
|
10
|
+
}
|
|
11
|
+
/** An instance of an entity - like hive_table, hive_database. */
|
|
12
|
+
export interface AtlasEntityOutput {
|
|
13
|
+
/** The attributes of the struct. */
|
|
14
|
+
attributes?: Record<string, any>;
|
|
15
|
+
/** The name of the type. */
|
|
16
|
+
typeName?: string;
|
|
17
|
+
/** ETag for concurrency control. */
|
|
18
|
+
lastModifiedTS?: string;
|
|
19
|
+
/** Business attributes */
|
|
20
|
+
businessAttributes?: Record<string, any>;
|
|
21
|
+
/** An array of classifications. */
|
|
22
|
+
classifications?: Array<AtlasClassificationOutput>;
|
|
23
|
+
/** The created time of the record. */
|
|
24
|
+
createTime?: number;
|
|
25
|
+
/** The user who created the record. */
|
|
26
|
+
createdBy?: string;
|
|
27
|
+
/** Custom Attribute */
|
|
28
|
+
customAttributes?: Record<string, string>;
|
|
29
|
+
/** The GUID of the entity. */
|
|
30
|
+
guid?: string;
|
|
31
|
+
/** The home ID of the entity. */
|
|
32
|
+
homeId?: string;
|
|
33
|
+
/** The collection ID of the entity. */
|
|
34
|
+
readonly collectionId?: string;
|
|
35
|
+
/** Whether it is a shell entity */
|
|
36
|
+
isIncomplete?: boolean;
|
|
37
|
+
/** labels */
|
|
38
|
+
labels?: string[];
|
|
39
|
+
/** An array of term assignment headers indicating the meanings of the entity. */
|
|
40
|
+
meanings?: Array<AtlasTermAssignmentHeaderOutput>;
|
|
41
|
+
/** Used to record the provenance of an instance of an entity or relationship. */
|
|
42
|
+
provenanceType?: number;
|
|
43
|
+
/** Determines if there's a proxy. */
|
|
44
|
+
proxy?: boolean;
|
|
45
|
+
/** The attributes of relationship. */
|
|
46
|
+
relationshipAttributes?: Record<string, any>;
|
|
47
|
+
/**
|
|
48
|
+
* Status of the entity - can be active or deleted. Deleted entities are not
|
|
49
|
+
* removed.
|
|
50
|
+
*
|
|
51
|
+
* Possible values: "ACTIVE", "DELETED"
|
|
52
|
+
*/
|
|
53
|
+
status?: EntityStatusOutput;
|
|
54
|
+
/** The update time of the record. */
|
|
55
|
+
updateTime?: number;
|
|
56
|
+
/** The user who updated the record. */
|
|
57
|
+
updatedBy?: string;
|
|
58
|
+
/** The version of the entity. */
|
|
59
|
+
version?: number;
|
|
60
|
+
/** The dictionary of contacts for entities. Key could be Expert or Owner. */
|
|
61
|
+
contacts?: Record<string, Array<ContactInfoOutput>>;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* An instance of a classification; it doesn't have an identity, this object
|
|
65
|
+
* exists only when associated with an entity.
|
|
66
|
+
*/
|
|
67
|
+
export interface AtlasClassificationOutput {
|
|
68
|
+
/** The attributes of the struct. */
|
|
69
|
+
attributes?: Record<string, any>;
|
|
70
|
+
/** The name of the type. */
|
|
71
|
+
typeName?: string;
|
|
72
|
+
/** ETag for concurrency control. */
|
|
73
|
+
lastModifiedTS?: string;
|
|
74
|
+
/** The GUID of the entity. */
|
|
75
|
+
entityGuid?: string;
|
|
76
|
+
/**
|
|
77
|
+
* Status of the entity - can be active or deleted. Deleted entities are not
|
|
78
|
+
* removed.
|
|
79
|
+
*
|
|
80
|
+
* Possible values: "ACTIVE", "DELETED"
|
|
81
|
+
*/
|
|
82
|
+
entityStatus?: EntityStatusOutput;
|
|
83
|
+
/** Determines if propagations will be removed on entity deletion. */
|
|
84
|
+
removePropagationsOnEntityDelete?: boolean;
|
|
85
|
+
/** An array of time boundaries indicating validity periods. */
|
|
86
|
+
validityPeriods?: Array<TimeBoundaryOutput>;
|
|
87
|
+
}
|
|
88
|
+
/** Captures time-boundary details */
|
|
89
|
+
export interface TimeBoundaryOutput {
|
|
90
|
+
/** The end of the time boundary. */
|
|
91
|
+
endTime?: string;
|
|
92
|
+
/** The start of the time boundary. */
|
|
93
|
+
startTime?: string;
|
|
94
|
+
/** The timezone of the time boundary. */
|
|
95
|
+
timeZone?: string;
|
|
96
|
+
}
|
|
97
|
+
/** The header for term assignment. */
|
|
98
|
+
export interface AtlasTermAssignmentHeaderOutput {
|
|
99
|
+
/** The confidence of the term assignment. */
|
|
100
|
+
confidence?: number;
|
|
101
|
+
/** The user who created the record. */
|
|
102
|
+
createdBy?: string;
|
|
103
|
+
/** The description of the term assignment. */
|
|
104
|
+
description?: string;
|
|
105
|
+
/** The display text. */
|
|
106
|
+
displayText?: string;
|
|
107
|
+
/** The expression of the term assignment. */
|
|
108
|
+
expression?: string;
|
|
109
|
+
/** The GUID of the relationship. */
|
|
110
|
+
relationGuid?: string;
|
|
111
|
+
/**
|
|
112
|
+
* The status of terms assignment.
|
|
113
|
+
*
|
|
114
|
+
* Possible values: "DISCOVERED", "PROPOSED", "IMPORTED", "VALIDATED", "DEPRECATED", "OBSOLETE", "OTHER"
|
|
115
|
+
*/
|
|
116
|
+
status?: AtlasTermAssignmentStatusOutput;
|
|
117
|
+
/** The steward of the term. */
|
|
118
|
+
steward?: string;
|
|
119
|
+
/** The GUID of the term. */
|
|
120
|
+
termGuid?: string;
|
|
121
|
+
}
|
|
122
|
+
/** ContactInfo */
|
|
123
|
+
export interface ContactInfoOutput {
|
|
124
|
+
/** Azure Active Directory object Id. */
|
|
125
|
+
id?: string;
|
|
126
|
+
/** additional information to describe this contact. */
|
|
127
|
+
info?: string;
|
|
128
|
+
}
|
|
129
|
+
/** The mutation response result of entity. */
|
|
130
|
+
export interface EntityMutationResultOutput {
|
|
131
|
+
/** A map of GUID assignments with entities. */
|
|
132
|
+
guidAssignments?: Record<string, string>;
|
|
133
|
+
/** The entity headers of mutated entities. */
|
|
134
|
+
mutatedEntities?: Record<string, Array<AtlasEntityHeaderOutput>>;
|
|
135
|
+
/** An array of entity headers that partially updated. */
|
|
136
|
+
partialUpdatedEntities?: Array<AtlasEntityHeaderOutput>;
|
|
137
|
+
}
|
|
138
|
+
/** An instance of an entity - like hive_table, hive_database. */
|
|
139
|
+
export interface AtlasEntityHeaderOutput {
|
|
140
|
+
/** The attributes of the struct. */
|
|
141
|
+
attributes?: Record<string, any>;
|
|
142
|
+
/** The name of the type. */
|
|
143
|
+
typeName?: string;
|
|
144
|
+
/** ETag for concurrency control. */
|
|
145
|
+
lastModifiedTS?: string;
|
|
146
|
+
/** An array of classification names. */
|
|
147
|
+
classificationNames?: string[];
|
|
148
|
+
/** An array of classifications. */
|
|
149
|
+
classifications?: Array<AtlasClassificationOutput>;
|
|
150
|
+
/** The display text. */
|
|
151
|
+
displayText?: string;
|
|
152
|
+
/** The GUID of the record. */
|
|
153
|
+
guid?: string;
|
|
154
|
+
/** Whether it is a shell entity */
|
|
155
|
+
isIncomplete?: boolean;
|
|
156
|
+
/** labels */
|
|
157
|
+
labels?: string[];
|
|
158
|
+
/** An array of meanings. */
|
|
159
|
+
meaningNames?: string[];
|
|
160
|
+
/** An array of term assignment headers. */
|
|
161
|
+
meanings?: Array<AtlasTermAssignmentHeaderOutput>;
|
|
162
|
+
/**
|
|
163
|
+
* Status of the entity - can be active or deleted. Deleted entities are not
|
|
164
|
+
* removed.
|
|
165
|
+
*
|
|
166
|
+
* Possible values: "ACTIVE", "DELETED"
|
|
167
|
+
*/
|
|
168
|
+
status?: EntityStatusOutput;
|
|
169
|
+
}
|
|
170
|
+
/** An error response from the service */
|
|
171
|
+
export interface AtlasErrorResponseOutput {
|
|
172
|
+
/** The request ID. */
|
|
173
|
+
requestId?: string;
|
|
174
|
+
/** The error code. */
|
|
175
|
+
errorCode?: string;
|
|
176
|
+
/** The error message. */
|
|
177
|
+
errorMessage?: string;
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* An instance of an entity along with extended info - like hive_table,
|
|
181
|
+
* hive_database.
|
|
182
|
+
*/
|
|
183
|
+
export interface AtlasEntitiesWithExtInfoOutput {
|
|
184
|
+
/** The referred entities. */
|
|
185
|
+
referredEntities?: Record<string, AtlasEntityOutput>;
|
|
186
|
+
/** An array of entities. */
|
|
187
|
+
entities?: Array<AtlasEntityOutput>;
|
|
188
|
+
}
|
|
189
|
+
/** REST serialization friendly list. */
|
|
190
|
+
export interface AtlasClassificationsOutput {
|
|
191
|
+
/** An array of objects. */
|
|
192
|
+
list?: any[];
|
|
193
|
+
/** The size of the page. */
|
|
194
|
+
pageSize?: number;
|
|
195
|
+
/** The sorted by field. */
|
|
196
|
+
sortBy?: string;
|
|
197
|
+
/**
|
|
198
|
+
* to specify whether the result should be sorted? If yes, whether asc or desc.
|
|
199
|
+
*
|
|
200
|
+
* Possible values: "NONE", "ASC", "DESC"
|
|
201
|
+
*/
|
|
202
|
+
sortType?: SortTypeOutput;
|
|
203
|
+
/** The start index of the page. */
|
|
204
|
+
startIndex?: number;
|
|
205
|
+
/** The total count of items. */
|
|
206
|
+
totalCount?: number;
|
|
207
|
+
}
|
|
208
|
+
/** Bulk import result */
|
|
209
|
+
export interface BulkImportResultOutput {
|
|
210
|
+
/** failed importInfoList */
|
|
211
|
+
failedImportInfoList?: Array<ImportInfoOutput>;
|
|
212
|
+
/** successful importInfoList */
|
|
213
|
+
successImportInfoList?: Array<ImportInfoOutput>;
|
|
214
|
+
}
|
|
215
|
+
/** ImportInfo */
|
|
216
|
+
export interface ImportInfoOutput {
|
|
217
|
+
/** childObjectName */
|
|
218
|
+
childObjectName?: string;
|
|
219
|
+
/**
|
|
220
|
+
* importStatus
|
|
221
|
+
*
|
|
222
|
+
* Possible values: "SUCCESS", "FAILED"
|
|
223
|
+
*/
|
|
224
|
+
importStatus?: ImportStatusOutput;
|
|
225
|
+
/** parentObjectName */
|
|
226
|
+
parentObjectName?: string;
|
|
227
|
+
/** remarks */
|
|
228
|
+
remarks?: string;
|
|
229
|
+
}
|
|
230
|
+
/** The glossary object. */
|
|
231
|
+
export interface AtlasGlossaryOutput {
|
|
232
|
+
/** The GUID of the object. */
|
|
233
|
+
guid?: string;
|
|
234
|
+
/** An array of classifications. */
|
|
235
|
+
classifications?: Array<AtlasClassificationOutput>;
|
|
236
|
+
/** The long version description. */
|
|
237
|
+
longDescription?: string;
|
|
238
|
+
/** The name of the glossary object. */
|
|
239
|
+
name?: string;
|
|
240
|
+
/** The qualified name of the glossary object. */
|
|
241
|
+
qualifiedName?: string;
|
|
242
|
+
/** The short version of description. */
|
|
243
|
+
shortDescription?: string;
|
|
244
|
+
/** ETag for concurrency control. */
|
|
245
|
+
lastModifiedTS?: string;
|
|
246
|
+
/** The created time of the record. */
|
|
247
|
+
createTime?: number;
|
|
248
|
+
/** The user who created the record. */
|
|
249
|
+
createdBy?: string;
|
|
250
|
+
/** The update time of the record. */
|
|
251
|
+
updateTime?: number;
|
|
252
|
+
/** The user who updated the record. */
|
|
253
|
+
updatedBy?: string;
|
|
254
|
+
/** An array of categories. */
|
|
255
|
+
categories?: Array<AtlasRelatedCategoryHeaderOutput>;
|
|
256
|
+
/** The language of the glossary. */
|
|
257
|
+
language?: string;
|
|
258
|
+
/** An array of related term headers. */
|
|
259
|
+
terms?: Array<AtlasRelatedTermHeaderOutput>;
|
|
260
|
+
/** The usage of the glossary. */
|
|
261
|
+
usage?: string;
|
|
262
|
+
}
|
|
263
|
+
/** The header of the related category. */
|
|
264
|
+
export interface AtlasRelatedCategoryHeaderOutput {
|
|
265
|
+
/** The GUID of the category. */
|
|
266
|
+
categoryGuid?: string;
|
|
267
|
+
/** The description of the category header. */
|
|
268
|
+
description?: string;
|
|
269
|
+
/** The display text. */
|
|
270
|
+
displayText?: string;
|
|
271
|
+
/** The GUID of the parent category. */
|
|
272
|
+
parentCategoryGuid?: string;
|
|
273
|
+
/** The GUID of the relationship. */
|
|
274
|
+
relationGuid?: string;
|
|
275
|
+
}
|
|
276
|
+
/** The header of the related term. */
|
|
277
|
+
export interface AtlasRelatedTermHeaderOutput {
|
|
278
|
+
/** The description of the related term. */
|
|
279
|
+
description?: string;
|
|
280
|
+
/** The display text. */
|
|
281
|
+
displayText?: string;
|
|
282
|
+
/** The expression of the term. */
|
|
283
|
+
expression?: string;
|
|
284
|
+
/** The GUID of the relationship. */
|
|
285
|
+
relationGuid?: string;
|
|
286
|
+
/**
|
|
287
|
+
* The status of term relationship.
|
|
288
|
+
*
|
|
289
|
+
* Possible values: "DRAFT", "ACTIVE", "DEPRECATED", "OBSOLETE", "OTHER"
|
|
290
|
+
*/
|
|
291
|
+
status?: AtlasTermRelationshipStatusOutput;
|
|
292
|
+
/** The steward of the term. */
|
|
293
|
+
steward?: string;
|
|
294
|
+
/** The GUID of the term. */
|
|
295
|
+
termGuid?: string;
|
|
296
|
+
}
|
|
297
|
+
/** The glossary category. */
|
|
298
|
+
export interface AtlasGlossaryCategoryOutput {
|
|
299
|
+
/** The GUID of the object. */
|
|
300
|
+
guid?: string;
|
|
301
|
+
/** An array of classifications. */
|
|
302
|
+
classifications?: Array<AtlasClassificationOutput>;
|
|
303
|
+
/** The long version description. */
|
|
304
|
+
longDescription?: string;
|
|
305
|
+
/** The name of the glossary object. */
|
|
306
|
+
name?: string;
|
|
307
|
+
/** The qualified name of the glossary object. */
|
|
308
|
+
qualifiedName?: string;
|
|
309
|
+
/** The short version of description. */
|
|
310
|
+
shortDescription?: string;
|
|
311
|
+
/** ETag for concurrency control. */
|
|
312
|
+
lastModifiedTS?: string;
|
|
313
|
+
/** The created time of the record. */
|
|
314
|
+
createTime?: number;
|
|
315
|
+
/** The user who created the record. */
|
|
316
|
+
createdBy?: string;
|
|
317
|
+
/** The update time of the record. */
|
|
318
|
+
updateTime?: number;
|
|
319
|
+
/** The user who updated the record. */
|
|
320
|
+
updatedBy?: string;
|
|
321
|
+
/** The glossary header with basic information. */
|
|
322
|
+
anchor?: AtlasGlossaryHeaderOutput;
|
|
323
|
+
/** An array of children categories. */
|
|
324
|
+
childrenCategories?: Array<AtlasRelatedCategoryHeaderOutput>;
|
|
325
|
+
/** The header of the related category. */
|
|
326
|
+
parentCategory?: AtlasRelatedCategoryHeaderOutput;
|
|
327
|
+
/** An array of related term headers. */
|
|
328
|
+
terms?: Array<AtlasRelatedTermHeaderOutput>;
|
|
329
|
+
}
|
|
330
|
+
/** The glossary header with basic information. */
|
|
331
|
+
export interface AtlasGlossaryHeaderOutput {
|
|
332
|
+
/** The display text. */
|
|
333
|
+
displayText?: string;
|
|
334
|
+
/** The GUID of the glossary. */
|
|
335
|
+
glossaryGuid?: string;
|
|
336
|
+
/** The GUID of the relationship. */
|
|
337
|
+
relationGuid?: string;
|
|
338
|
+
}
|
|
339
|
+
/** The glossary term. */
|
|
340
|
+
export interface AtlasGlossaryTermOutput {
|
|
341
|
+
/** The GUID of the object. */
|
|
342
|
+
guid?: string;
|
|
343
|
+
/** An array of classifications. */
|
|
344
|
+
classifications?: Array<AtlasClassificationOutput>;
|
|
345
|
+
/** The long version description. */
|
|
346
|
+
longDescription?: string;
|
|
347
|
+
/** The name of the glossary object. */
|
|
348
|
+
name?: string;
|
|
349
|
+
/** The qualified name of the glossary object. */
|
|
350
|
+
qualifiedName?: string;
|
|
351
|
+
/** The short version of description. */
|
|
352
|
+
shortDescription?: string;
|
|
353
|
+
/** ETag for concurrency control. */
|
|
354
|
+
lastModifiedTS?: string;
|
|
355
|
+
/** The created time of the record. */
|
|
356
|
+
createTime?: number;
|
|
357
|
+
/** The user who created the record. */
|
|
358
|
+
createdBy?: string;
|
|
359
|
+
/** The update time of the record. */
|
|
360
|
+
updateTime?: number;
|
|
361
|
+
/** The user who updated the record. */
|
|
362
|
+
updatedBy?: string;
|
|
363
|
+
/** The abbreviation of the term. */
|
|
364
|
+
abbreviation?: string;
|
|
365
|
+
/** The name of the template. */
|
|
366
|
+
templateName?: any[];
|
|
367
|
+
/** The glossary header with basic information. */
|
|
368
|
+
anchor?: AtlasGlossaryHeaderOutput;
|
|
369
|
+
/** An array of related term headers as antonyms. */
|
|
370
|
+
antonyms?: Array<AtlasRelatedTermHeaderOutput>;
|
|
371
|
+
/**
|
|
372
|
+
* Status of the AtlasGlossaryTerm
|
|
373
|
+
*
|
|
374
|
+
* Possible values: "Draft", "Approved", "Alert", "Expired"
|
|
375
|
+
*/
|
|
376
|
+
status?: TermStatusOutput;
|
|
377
|
+
/** The nick name of the term. */
|
|
378
|
+
nickName?: string;
|
|
379
|
+
/** The hierarchy information of the term. */
|
|
380
|
+
hierarchyInfo?: Array<PurviewObjectIdOutput>;
|
|
381
|
+
/** An array of resource link for term */
|
|
382
|
+
resources?: Array<ResourceLinkOutput>;
|
|
383
|
+
/** The dictionary of contacts for terms. Key could be Expert or Steward. */
|
|
384
|
+
contacts?: Record<string, Array<ContactInfoOutput>>;
|
|
385
|
+
/**
|
|
386
|
+
* The custom attributes of the term, which is map<string,map<string,object>>.
|
|
387
|
+
* The
|
|
388
|
+
* key of the first layer map is term template name.
|
|
389
|
+
*/
|
|
390
|
+
attributes?: Record<string, Record<string, any>>;
|
|
391
|
+
/** An array of related object IDs. */
|
|
392
|
+
assignedEntities?: Array<AtlasRelatedObjectIdOutput>;
|
|
393
|
+
/** An array of term categorization headers. */
|
|
394
|
+
categories?: Array<AtlasTermCategorizationHeaderOutput>;
|
|
395
|
+
/** An array of related term headers. */
|
|
396
|
+
classifies?: Array<AtlasRelatedTermHeaderOutput>;
|
|
397
|
+
/** An array of examples. */
|
|
398
|
+
examples?: string[];
|
|
399
|
+
/** An array of related term headers indicating the is-a relationship. */
|
|
400
|
+
isA?: Array<AtlasRelatedTermHeaderOutput>;
|
|
401
|
+
/** An array of preferred related term headers. */
|
|
402
|
+
preferredTerms?: Array<AtlasRelatedTermHeaderOutput>;
|
|
403
|
+
/** An array of related term headers that are preferred to. */
|
|
404
|
+
preferredToTerms?: Array<AtlasRelatedTermHeaderOutput>;
|
|
405
|
+
/** An array of related term headers that are replaced by. */
|
|
406
|
+
replacedBy?: Array<AtlasRelatedTermHeaderOutput>;
|
|
407
|
+
/** An array of related term headers for replacement. */
|
|
408
|
+
replacementTerms?: Array<AtlasRelatedTermHeaderOutput>;
|
|
409
|
+
/** An array of related term headers for see also. */
|
|
410
|
+
seeAlso?: Array<AtlasRelatedTermHeaderOutput>;
|
|
411
|
+
/** An array of related term headers as synonyms. */
|
|
412
|
+
synonyms?: Array<AtlasRelatedTermHeaderOutput>;
|
|
413
|
+
/** An array of translated related term headers. */
|
|
414
|
+
translatedTerms?: Array<AtlasRelatedTermHeaderOutput>;
|
|
415
|
+
/** An array of related term headers for translation. */
|
|
416
|
+
translationTerms?: Array<AtlasRelatedTermHeaderOutput>;
|
|
417
|
+
/** The usage of the term. */
|
|
418
|
+
usage?: string;
|
|
419
|
+
/** An array of related term headers as valid values. */
|
|
420
|
+
validValues?: Array<AtlasRelatedTermHeaderOutput>;
|
|
421
|
+
/** An array of related term headers as valid values for other records. */
|
|
422
|
+
validValuesFor?: Array<AtlasRelatedTermHeaderOutput>;
|
|
423
|
+
}
|
|
424
|
+
/** PurviewObjectId */
|
|
425
|
+
export interface PurviewObjectIdOutput {
|
|
426
|
+
/** The GUID of the object. */
|
|
427
|
+
guid?: string;
|
|
428
|
+
/** The name of the type. */
|
|
429
|
+
typeName?: string;
|
|
430
|
+
/** The unique attributes of the object. */
|
|
431
|
+
uniqueAttributes?: Record<string, any>;
|
|
432
|
+
/** Name */
|
|
433
|
+
name?: string;
|
|
434
|
+
/** Display text */
|
|
435
|
+
displayText?: string;
|
|
436
|
+
/** Item path */
|
|
437
|
+
itemPath?: string;
|
|
438
|
+
/** Resource Id */
|
|
439
|
+
resourceId?: string;
|
|
440
|
+
/** Dictionary of <any> */
|
|
441
|
+
properties?: Record<string, any>;
|
|
442
|
+
}
|
|
443
|
+
/** ResourceLink */
|
|
444
|
+
export interface ResourceLinkOutput {
|
|
445
|
+
/** Display name for url. */
|
|
446
|
+
displayName?: string;
|
|
447
|
+
/** web url. http or https */
|
|
448
|
+
url?: string;
|
|
449
|
+
}
|
|
450
|
+
/**
|
|
451
|
+
* Reference to an object-instance of AtlasEntity type used in relationship
|
|
452
|
+
* attribute values
|
|
453
|
+
*/
|
|
454
|
+
export interface AtlasRelatedObjectIdOutput {
|
|
455
|
+
/** The GUID of the object. */
|
|
456
|
+
guid?: string;
|
|
457
|
+
/** The name of the type. */
|
|
458
|
+
typeName?: string;
|
|
459
|
+
/** The unique attributes of the object. */
|
|
460
|
+
uniqueAttributes?: Record<string, any>;
|
|
461
|
+
/** The display text. */
|
|
462
|
+
displayText?: string;
|
|
463
|
+
/**
|
|
464
|
+
* Status of the entity - can be active or deleted. Deleted entities are not
|
|
465
|
+
* removed.
|
|
466
|
+
*
|
|
467
|
+
* Possible values: "ACTIVE", "DELETED"
|
|
468
|
+
*/
|
|
469
|
+
entityStatus?: EntityStatusOutput;
|
|
470
|
+
/** Relationship type */
|
|
471
|
+
relationshipType?: string;
|
|
472
|
+
/**
|
|
473
|
+
* Captures details of struct contents. Not instantiated directly, used only via
|
|
474
|
+
* AtlasEntity, AtlasClassification.
|
|
475
|
+
*/
|
|
476
|
+
relationshipAttributes?: AtlasStructOutput;
|
|
477
|
+
/** The GUID of the relationship. */
|
|
478
|
+
relationshipGuid?: string;
|
|
479
|
+
/**
|
|
480
|
+
* The enum of relationship status.
|
|
481
|
+
*
|
|
482
|
+
* Possible values: "ACTIVE", "DELETED"
|
|
483
|
+
*/
|
|
484
|
+
relationshipStatus?: StatusAtlasRelationshipOutput;
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
* Captures details of struct contents. Not instantiated directly, used only via
|
|
488
|
+
* AtlasEntity, AtlasClassification.
|
|
489
|
+
*/
|
|
490
|
+
export interface AtlasStructOutput {
|
|
491
|
+
/** The attributes of the struct. */
|
|
492
|
+
attributes?: Record<string, any>;
|
|
493
|
+
/** The name of the type. */
|
|
494
|
+
typeName?: string;
|
|
495
|
+
/** ETag for concurrency control. */
|
|
496
|
+
lastModifiedTS?: string;
|
|
497
|
+
}
|
|
498
|
+
/** The basic information for term categorization. */
|
|
499
|
+
export interface AtlasTermCategorizationHeaderOutput {
|
|
500
|
+
/** The GUID of the category. */
|
|
501
|
+
categoryGuid?: string;
|
|
502
|
+
/** The description of the record. */
|
|
503
|
+
description?: string;
|
|
504
|
+
/** The display text. */
|
|
505
|
+
displayText?: string;
|
|
506
|
+
/** The GUID of the relationship. */
|
|
507
|
+
relationGuid?: string;
|
|
508
|
+
/**
|
|
509
|
+
* The status of term relationship.
|
|
510
|
+
*
|
|
511
|
+
* Possible values: "DRAFT", "ACTIVE", "DEPRECATED", "OBSOLETE", "OTHER"
|
|
512
|
+
*/
|
|
513
|
+
status?: AtlasTermRelationshipStatusOutput;
|
|
514
|
+
}
|
|
515
|
+
/** The extended information of glossary. */
|
|
516
|
+
export interface AtlasGlossaryExtInfoOutput {
|
|
517
|
+
/** The GUID of the object. */
|
|
518
|
+
guid?: string;
|
|
519
|
+
/** An array of classifications. */
|
|
520
|
+
classifications?: Array<AtlasClassificationOutput>;
|
|
521
|
+
/** The long version description. */
|
|
522
|
+
longDescription?: string;
|
|
523
|
+
/** The name of the glossary object. */
|
|
524
|
+
name?: string;
|
|
525
|
+
/** The qualified name of the glossary object. */
|
|
526
|
+
qualifiedName?: string;
|
|
527
|
+
/** The short version of description. */
|
|
528
|
+
shortDescription?: string;
|
|
529
|
+
/** ETag for concurrency control. */
|
|
530
|
+
lastModifiedTS?: string;
|
|
531
|
+
/** The created time of the record. */
|
|
532
|
+
createTime?: number;
|
|
533
|
+
/** The user who created the record. */
|
|
534
|
+
createdBy?: string;
|
|
535
|
+
/** The update time of the record. */
|
|
536
|
+
updateTime?: number;
|
|
537
|
+
/** The user who updated the record. */
|
|
538
|
+
updatedBy?: string;
|
|
539
|
+
/** An array of categories. */
|
|
540
|
+
categories?: Array<AtlasRelatedCategoryHeaderOutput>;
|
|
541
|
+
/** The language of the glossary. */
|
|
542
|
+
language?: string;
|
|
543
|
+
/** An array of related term headers. */
|
|
544
|
+
terms?: Array<AtlasRelatedTermHeaderOutput>;
|
|
545
|
+
/** The usage of the glossary. */
|
|
546
|
+
usage?: string;
|
|
547
|
+
/** The glossary category information. */
|
|
548
|
+
categoryInfo?: Record<string, AtlasGlossaryCategoryOutput>;
|
|
549
|
+
/** The glossary term information. */
|
|
550
|
+
termInfo?: Record<string, AtlasGlossaryTermOutput>;
|
|
551
|
+
}
|
|
552
|
+
/** The result of the search result. */
|
|
553
|
+
export interface QueryResultOutput {
|
|
554
|
+
/**
|
|
555
|
+
* The total number of search results (not the number of documents in a single
|
|
556
|
+
* page).
|
|
557
|
+
*/
|
|
558
|
+
"@search.count"?: number;
|
|
559
|
+
/** 'True' if the '@search.count' is an approximate value and vise versa. */
|
|
560
|
+
"@search.count.approximate"?: boolean;
|
|
561
|
+
/** The token used to get next batch of data. Absent if there's no more data. */
|
|
562
|
+
continuationToken?: string;
|
|
563
|
+
/**
|
|
564
|
+
* A facet list that consists of index fields assetType ,classification,
|
|
565
|
+
* contactId, and label. When the facet is specified in the request, the value of
|
|
566
|
+
* the facet is returned as an element of @search.facets.
|
|
567
|
+
*/
|
|
568
|
+
"@search.facets"?: SearchFacetResultValueOutput;
|
|
569
|
+
/** Search result value */
|
|
570
|
+
value?: Array<SearchResultValueOutput>;
|
|
571
|
+
}
|
|
572
|
+
/**
|
|
573
|
+
* A facet list that consists of index fields assetType ,classification,
|
|
574
|
+
* contactId, and label. When the facet is specified in the request, the value of
|
|
575
|
+
* the facet is returned as an element of @search.facets.
|
|
576
|
+
*/
|
|
577
|
+
export interface SearchFacetResultValueOutput {
|
|
578
|
+
/** Entity type */
|
|
579
|
+
entityType?: Array<SearchFacetItemValueOutput>;
|
|
580
|
+
/** Asset type */
|
|
581
|
+
assetType?: Array<SearchFacetItemValueOutput>;
|
|
582
|
+
/** Classification */
|
|
583
|
+
classification?: Array<SearchFacetItemValueOutput>;
|
|
584
|
+
/** Term */
|
|
585
|
+
term?: Array<SearchFacetItemValueOutput>;
|
|
586
|
+
/** Contact id */
|
|
587
|
+
contactId?: Array<SearchFacetItemValueOutput>;
|
|
588
|
+
/** Contact type */
|
|
589
|
+
contactType?: Array<SearchFacetItemValueOutput>;
|
|
590
|
+
/** Label */
|
|
591
|
+
label?: Array<SearchFacetItemValueOutput>;
|
|
592
|
+
/** Glossary type */
|
|
593
|
+
glossaryType?: Array<SearchFacetItemValueOutput>;
|
|
594
|
+
/** Term status */
|
|
595
|
+
termStatus?: Array<SearchFacetItemValueOutput>;
|
|
596
|
+
/** Term template */
|
|
597
|
+
termTemplate?: Array<SearchFacetItemValueOutput>;
|
|
598
|
+
}
|
|
599
|
+
/** The content of a search facet result item. */
|
|
600
|
+
export interface SearchFacetItemValueOutput {
|
|
601
|
+
/** The count of the facet item. */
|
|
602
|
+
count?: number;
|
|
603
|
+
/** The name of the facet item. */
|
|
604
|
+
value?: string;
|
|
605
|
+
}
|
|
606
|
+
/** The value item of the search result. */
|
|
607
|
+
export interface SearchResultValueOutput {
|
|
608
|
+
/**
|
|
609
|
+
* The search score calculated by the search engine. The results are ordered by
|
|
610
|
+
* search score by default.
|
|
611
|
+
*/
|
|
612
|
+
"@search.score"?: number;
|
|
613
|
+
/**
|
|
614
|
+
* A highlight list that consists of index fields id ,qualifiedName, name,
|
|
615
|
+
* description, entityType. When the keyword appears in those fields, the value of
|
|
616
|
+
* the field, attached with emphasis mark, is returned as an element of
|
|
617
|
+
* @search.highlights.
|
|
618
|
+
*/
|
|
619
|
+
"@search.highlights"?: SearchHighlightsOutput;
|
|
620
|
+
/**
|
|
621
|
+
* The object type of the record. Object type is the top-level property to
|
|
622
|
+
* distinguish whether a record is an asset or a term.
|
|
623
|
+
*/
|
|
624
|
+
objectType?: string;
|
|
625
|
+
/** The create time of the record. The Unix epoch format. */
|
|
626
|
+
createTime?: number;
|
|
627
|
+
/** The last update time of the record. The Unix epoch format. */
|
|
628
|
+
updateTime?: number;
|
|
629
|
+
/** The GUID of the record. */
|
|
630
|
+
id?: string;
|
|
631
|
+
/** The name of the record. */
|
|
632
|
+
name?: string;
|
|
633
|
+
/** The qualified name of the record. */
|
|
634
|
+
qualifiedName?: string;
|
|
635
|
+
/** The type name of the asset. */
|
|
636
|
+
entityType?: string;
|
|
637
|
+
/** The description of the asset. */
|
|
638
|
+
description?: string;
|
|
639
|
+
/** The endorsement of the asset. */
|
|
640
|
+
endorsement?: string;
|
|
641
|
+
/** The owner of the record. */
|
|
642
|
+
owner?: string;
|
|
643
|
+
/** The classifications of the record. */
|
|
644
|
+
classification?: string[];
|
|
645
|
+
/** The labels of the asset. */
|
|
646
|
+
label?: string[];
|
|
647
|
+
/** The terms assigned to the asset. */
|
|
648
|
+
term?: Array<TermSearchResultValueOutput>;
|
|
649
|
+
/** The contacts of the asset. */
|
|
650
|
+
contact?: Array<ContactSearchResultValueOutput>;
|
|
651
|
+
/** The asset types of the asset. */
|
|
652
|
+
assetType?: string[];
|
|
653
|
+
/**
|
|
654
|
+
* The type name of the term. Could be AtlasGlossary, AtlasGlossaryTerm or
|
|
655
|
+
* AtlasGlossaryCategory.
|
|
656
|
+
*/
|
|
657
|
+
glossaryType?: string;
|
|
658
|
+
/** The glossary name of the term. */
|
|
659
|
+
glossary?: string;
|
|
660
|
+
/** The status of the term. */
|
|
661
|
+
termStatus?: string;
|
|
662
|
+
/** The term template names used by the term. */
|
|
663
|
+
termTemplate?: string[];
|
|
664
|
+
/** The definition of the term. */
|
|
665
|
+
longDescription?: string;
|
|
666
|
+
}
|
|
667
|
+
/**
|
|
668
|
+
* A highlight list that consists of index fields id ,qualifiedName, name,
|
|
669
|
+
* description, entityType. When the keyword appears in those fields, the value of
|
|
670
|
+
* the field, attached with emphasis mark, is returned as an element of
|
|
671
|
+
* @search.highlights.
|
|
672
|
+
*/
|
|
673
|
+
export interface SearchHighlightsOutput {
|
|
674
|
+
/** Id */
|
|
675
|
+
id?: string[];
|
|
676
|
+
/** Qualified name */
|
|
677
|
+
qualifiedName?: string[];
|
|
678
|
+
/** Name */
|
|
679
|
+
name?: string[];
|
|
680
|
+
/** Description */
|
|
681
|
+
description?: string[];
|
|
682
|
+
/** Entity type */
|
|
683
|
+
entityType?: string[];
|
|
684
|
+
}
|
|
685
|
+
/** The context. */
|
|
686
|
+
export interface TermSearchResultValueOutput {
|
|
687
|
+
/** The name of the term. */
|
|
688
|
+
name?: string;
|
|
689
|
+
/** The name of the glossary which contains the term. */
|
|
690
|
+
glossaryName?: string;
|
|
691
|
+
/** The GUID of the term. */
|
|
692
|
+
guid?: string;
|
|
693
|
+
}
|
|
694
|
+
/** The contact in the search and suggest result. */
|
|
695
|
+
export interface ContactSearchResultValueOutput {
|
|
696
|
+
/** The GUID of the contact. */
|
|
697
|
+
id?: string;
|
|
698
|
+
/** The description of the contact. */
|
|
699
|
+
info?: string;
|
|
700
|
+
/**
|
|
701
|
+
* The type of the contact. It can be Expert or Owner for an entity. It can be
|
|
702
|
+
* Expert or Steward for a glossary term.
|
|
703
|
+
*/
|
|
704
|
+
contactType?: string;
|
|
705
|
+
}
|
|
706
|
+
/** The result item of the search suggest. */
|
|
707
|
+
export interface SuggestResultOutput {
|
|
708
|
+
/** The result value */
|
|
709
|
+
value?: Array<SuggestResultValueOutput>;
|
|
710
|
+
}
|
|
711
|
+
/** The value item of the search suggest. */
|
|
712
|
+
export interface SuggestResultValueOutput {
|
|
713
|
+
/**
|
|
714
|
+
* The search score calculated by the search engine. The results are ordered by
|
|
715
|
+
* search score by default.
|
|
716
|
+
*/
|
|
717
|
+
"@search.score"?: number;
|
|
718
|
+
/**
|
|
719
|
+
* The target text that contains the keyword as prefix. The keyword is wrapped
|
|
720
|
+
* with emphasis mark.
|
|
721
|
+
*/
|
|
722
|
+
"@search.text"?: string;
|
|
723
|
+
/**
|
|
724
|
+
* The object type of the record. Object type is the top-level property to
|
|
725
|
+
* distinguish whether a record is an asset or a term.
|
|
726
|
+
*/
|
|
727
|
+
objectType?: string;
|
|
728
|
+
/** The create time of the record. The Unix epoch format. */
|
|
729
|
+
createTime?: number;
|
|
730
|
+
/** The last update time of the record. The Unix epoch format. */
|
|
731
|
+
updateTime?: number;
|
|
732
|
+
/** The GUID of the record. */
|
|
733
|
+
id?: string;
|
|
734
|
+
/** The name of the record. */
|
|
735
|
+
name?: string;
|
|
736
|
+
/** The qualified name of the record. */
|
|
737
|
+
qualifiedName?: string;
|
|
738
|
+
/** The type name of the asset. */
|
|
739
|
+
entityType?: string;
|
|
740
|
+
/** The description of the asset. */
|
|
741
|
+
description?: string;
|
|
742
|
+
/** The endorsement of the asset. */
|
|
743
|
+
endorsement?: string;
|
|
744
|
+
/** The owner of the record. */
|
|
745
|
+
owner?: string;
|
|
746
|
+
/** The classifications of the record. */
|
|
747
|
+
classification?: string[];
|
|
748
|
+
/** The labels of the asset. */
|
|
749
|
+
label?: string[];
|
|
750
|
+
/** The terms assigned to the asset. */
|
|
751
|
+
term?: Array<TermSearchResultValueOutput>;
|
|
752
|
+
/** The contacts of the asset. */
|
|
753
|
+
contact?: Array<ContactSearchResultValueOutput>;
|
|
754
|
+
/** The asset types of the asset. */
|
|
755
|
+
assetType?: string[];
|
|
756
|
+
/**
|
|
757
|
+
* The type name of the term. Could be AtlasGlossary, AtlasGlossaryTerm or
|
|
758
|
+
* AtlasGlossaryCategory.
|
|
759
|
+
*/
|
|
760
|
+
glossaryType?: string;
|
|
761
|
+
/** The glossary name of the term. */
|
|
762
|
+
glossary?: string;
|
|
763
|
+
/** The status of the term. */
|
|
764
|
+
termStatus?: string;
|
|
765
|
+
/** The term template names used by the term. */
|
|
766
|
+
termTemplate?: string[];
|
|
767
|
+
/** The definition of the term. */
|
|
768
|
+
longDescription?: string;
|
|
769
|
+
}
|
|
770
|
+
/** The result of the autocomplete request. */
|
|
771
|
+
export interface AutoCompleteResultOutput {
|
|
772
|
+
/** The result value */
|
|
773
|
+
value?: Array<AutoCompleteResultValueOutput>;
|
|
774
|
+
}
|
|
775
|
+
/** The value item of the autocomplete suggest. */
|
|
776
|
+
export interface AutoCompleteResultValueOutput {
|
|
777
|
+
/** The completed term or phrase. */
|
|
778
|
+
text?: string;
|
|
779
|
+
/** The completed search query text. */
|
|
780
|
+
queryPlusText?: string;
|
|
781
|
+
}
|
|
782
|
+
/** The lineage information. */
|
|
783
|
+
export interface AtlasLineageInfoOutput {
|
|
784
|
+
/** The GUID of the base entity. */
|
|
785
|
+
baseEntityGuid?: string;
|
|
786
|
+
/** The GUID entity map. */
|
|
787
|
+
guidEntityMap?: Record<string, AtlasEntityHeaderOutput>;
|
|
788
|
+
/** The entity count in specific direction. */
|
|
789
|
+
widthCounts?: Record<string, Record<string, any>>;
|
|
790
|
+
/** The depth of lineage. */
|
|
791
|
+
lineageDepth?: number;
|
|
792
|
+
/** The width of lineage. */
|
|
793
|
+
lineageWidth?: number;
|
|
794
|
+
/** The number of children node. */
|
|
795
|
+
childrenCount?: number;
|
|
796
|
+
/**
|
|
797
|
+
* The enum of lineage direction.
|
|
798
|
+
*
|
|
799
|
+
* Possible values: "INPUT", "OUTPUT", "BOTH"
|
|
800
|
+
*/
|
|
801
|
+
lineageDirection?: LineageDirectionOutput;
|
|
802
|
+
/** An array of parentRelations relations. */
|
|
803
|
+
parentRelations?: Array<ParentRelationOutput>;
|
|
804
|
+
/** An array of lineage relations. */
|
|
805
|
+
relations?: Array<LineageRelationOutput>;
|
|
806
|
+
}
|
|
807
|
+
/** The lineage parents relation with GUID of the parent entity and to child entity. */
|
|
808
|
+
export interface ParentRelationOutput {
|
|
809
|
+
/** The GUID of child entity. */
|
|
810
|
+
childEntityId?: string;
|
|
811
|
+
/** The GUID of relationship. */
|
|
812
|
+
relationshipId?: string;
|
|
813
|
+
/** The GUID of parent entity. */
|
|
814
|
+
parentEntityId?: string;
|
|
815
|
+
}
|
|
816
|
+
/** The lineage relation with GUID of the from and to entity. */
|
|
817
|
+
export interface LineageRelationOutput {
|
|
818
|
+
/** The GUID of from-entity. */
|
|
819
|
+
fromEntityId?: string;
|
|
820
|
+
/** The GUID of relationship. */
|
|
821
|
+
relationshipId?: string;
|
|
822
|
+
/** The GUID of to-entity. */
|
|
823
|
+
toEntityId?: string;
|
|
824
|
+
}
|
|
825
|
+
/** Atlas relationship instance. */
|
|
826
|
+
export interface AtlasRelationshipOutput {
|
|
827
|
+
/** The attributes of the struct. */
|
|
828
|
+
attributes?: Record<string, any>;
|
|
829
|
+
/** The name of the type. */
|
|
830
|
+
typeName?: string;
|
|
831
|
+
/** ETag for concurrency control. */
|
|
832
|
+
lastModifiedTS?: string;
|
|
833
|
+
/** The created time of the record. */
|
|
834
|
+
createTime?: number;
|
|
835
|
+
/** The user who created the record. */
|
|
836
|
+
createdBy?: string;
|
|
837
|
+
/** Reference to an object-instance of a type - like entity. */
|
|
838
|
+
end1?: AtlasObjectIdOutput;
|
|
839
|
+
/** Reference to an object-instance of a type - like entity. */
|
|
840
|
+
end2?: AtlasObjectIdOutput;
|
|
841
|
+
/** The GUID of the relationship. */
|
|
842
|
+
guid?: string;
|
|
843
|
+
/** The home ID of the relationship. */
|
|
844
|
+
homeId?: string;
|
|
845
|
+
/** The label of the relationship. */
|
|
846
|
+
label?: string;
|
|
847
|
+
/** Used to record the provenance of an instance of an entity or relationship */
|
|
848
|
+
provenanceType?: number;
|
|
849
|
+
/**
|
|
850
|
+
* The enum of relationship status.
|
|
851
|
+
*
|
|
852
|
+
* Possible values: "ACTIVE", "DELETED"
|
|
853
|
+
*/
|
|
854
|
+
status?: StatusAtlasRelationshipOutput;
|
|
855
|
+
/** The update time of the record. */
|
|
856
|
+
updateTime?: number;
|
|
857
|
+
/** The user who updated the record. */
|
|
858
|
+
updatedBy?: string;
|
|
859
|
+
/** The version of the relationship. */
|
|
860
|
+
version?: number;
|
|
861
|
+
}
|
|
862
|
+
/** Reference to an object-instance of a type - like entity. */
|
|
863
|
+
export interface AtlasObjectIdOutput {
|
|
864
|
+
/** The GUID of the object. */
|
|
865
|
+
guid?: string;
|
|
866
|
+
/** The name of the type. */
|
|
867
|
+
typeName?: string;
|
|
868
|
+
/** The unique attributes of the object. */
|
|
869
|
+
uniqueAttributes?: Record<string, any>;
|
|
870
|
+
}
|
|
871
|
+
/** The relationship with extended information. */
|
|
872
|
+
export interface AtlasRelationshipWithExtInfoOutput {
|
|
873
|
+
/** The referred entity header. */
|
|
874
|
+
referredEntities?: Record<string, AtlasEntityHeaderOutput>;
|
|
875
|
+
/** Atlas relationship instance. */
|
|
876
|
+
relationship?: AtlasRelationshipOutput;
|
|
877
|
+
}
|
|
878
|
+
/** class that captures details of a struct-type. */
|
|
879
|
+
export interface AtlasBusinessMetadataDefOutput {
|
|
880
|
+
/**
|
|
881
|
+
* The enum of type category.
|
|
882
|
+
*
|
|
883
|
+
* Possible values: "PRIMITIVE", "OBJECT_ID_TYPE", "ENUM", "STRUCT", "CLASSIFICATION", "ENTITY", "ARRAY", "MAP", "RELATIONSHIP", "TERM_TEMPLATE"
|
|
884
|
+
*/
|
|
885
|
+
category?: TypeCategoryOutput;
|
|
886
|
+
/** The created time of the record. */
|
|
887
|
+
createTime?: number;
|
|
888
|
+
/** The user who created the record. */
|
|
889
|
+
createdBy?: string;
|
|
890
|
+
/** The date format. */
|
|
891
|
+
dateFormatter?: DateFormatOutput;
|
|
892
|
+
/** The description of the type definition. */
|
|
893
|
+
description?: string;
|
|
894
|
+
/** The GUID of the type definition. */
|
|
895
|
+
guid?: string;
|
|
896
|
+
/** The name of the type definition. */
|
|
897
|
+
name?: string;
|
|
898
|
+
/** The options for the type definition. */
|
|
899
|
+
options?: Record<string, string>;
|
|
900
|
+
/** The service type. */
|
|
901
|
+
serviceType?: string;
|
|
902
|
+
/** The version of the type. */
|
|
903
|
+
typeVersion?: string;
|
|
904
|
+
/** The update time of the record. */
|
|
905
|
+
updateTime?: number;
|
|
906
|
+
/** The user who updated the record. */
|
|
907
|
+
updatedBy?: string;
|
|
908
|
+
/** The version of the record. */
|
|
909
|
+
version?: number;
|
|
910
|
+
/** ETag for concurrency control. */
|
|
911
|
+
lastModifiedTS?: string;
|
|
912
|
+
/** An array of attribute definitions. */
|
|
913
|
+
attributeDefs?: Array<AtlasAttributeDefOutput>;
|
|
914
|
+
}
|
|
915
|
+
/** The date format. */
|
|
916
|
+
export interface DateFormatOutput {
|
|
917
|
+
/** An array of available locales. */
|
|
918
|
+
availableLocales?: string[];
|
|
919
|
+
/** Calendar */
|
|
920
|
+
calendar?: number;
|
|
921
|
+
/** The date format. */
|
|
922
|
+
dateInstance?: DateFormatOutput;
|
|
923
|
+
/** The date format. */
|
|
924
|
+
dateTimeInstance?: DateFormatOutput;
|
|
925
|
+
/** The date format. */
|
|
926
|
+
instance?: DateFormatOutput;
|
|
927
|
+
/** Determines the leniency of the date format. */
|
|
928
|
+
lenient?: boolean;
|
|
929
|
+
/** The number format. */
|
|
930
|
+
numberFormat?: NumberFormatOutput;
|
|
931
|
+
/** The date format. */
|
|
932
|
+
timeInstance?: DateFormatOutput;
|
|
933
|
+
/** The timezone information. */
|
|
934
|
+
timeZone?: TimeZoneOutput;
|
|
935
|
+
}
|
|
936
|
+
/** The number format. */
|
|
937
|
+
export interface NumberFormatOutput {
|
|
938
|
+
/** The number format. */
|
|
939
|
+
availableLocales?: string[];
|
|
940
|
+
/** The currency. */
|
|
941
|
+
currency?: string;
|
|
942
|
+
/** The number format. */
|
|
943
|
+
currencyInstance?: NumberFormatOutput;
|
|
944
|
+
/** Determines if grouping is used. */
|
|
945
|
+
groupingUsed?: boolean;
|
|
946
|
+
/** The number format. */
|
|
947
|
+
instance?: NumberFormatOutput;
|
|
948
|
+
/** The number format. */
|
|
949
|
+
integerInstance?: NumberFormatOutput;
|
|
950
|
+
/** The maximum of fraction digits. */
|
|
951
|
+
maximumFractionDigits?: number;
|
|
952
|
+
/** The maximum of integer digits. */
|
|
953
|
+
maximumIntegerDigits?: number;
|
|
954
|
+
/** The minimum of fraction digits. */
|
|
955
|
+
minimumFractionDigits?: number;
|
|
956
|
+
/** The minimum of integer digits. */
|
|
957
|
+
minimumIntegerDigits?: number;
|
|
958
|
+
/** The number format. */
|
|
959
|
+
numberInstance?: NumberFormatOutput;
|
|
960
|
+
/** Determines if only integer is parsed. */
|
|
961
|
+
parseIntegerOnly?: boolean;
|
|
962
|
+
/** The number format. */
|
|
963
|
+
percentInstance?: NumberFormatOutput;
|
|
964
|
+
/**
|
|
965
|
+
* The enum of rounding mode.
|
|
966
|
+
*
|
|
967
|
+
* Possible values: "UP", "DOWN", "CEILING", "FLOOR", "HALF_UP", "HALF_DOWN", "HALF_EVEN", "UNNECESSARY"
|
|
968
|
+
*/
|
|
969
|
+
roundingMode?: RoundingModeOutput;
|
|
970
|
+
}
|
|
971
|
+
/** The timezone information. */
|
|
972
|
+
export interface TimeZoneOutput {
|
|
973
|
+
/** The value of the daylight saving time. */
|
|
974
|
+
dstSavings?: number;
|
|
975
|
+
/** The ID of the timezone. */
|
|
976
|
+
id?: string;
|
|
977
|
+
/** An array of available IDs. */
|
|
978
|
+
availableIds?: string[];
|
|
979
|
+
/** The timezone information. */
|
|
980
|
+
default?: TimeZoneOutput;
|
|
981
|
+
/** The display name of the timezone. */
|
|
982
|
+
displayName?: string;
|
|
983
|
+
/** The raw offset of the timezone. */
|
|
984
|
+
rawOffset?: number;
|
|
985
|
+
}
|
|
986
|
+
/** class that captures details of a struct-attribute. */
|
|
987
|
+
export interface AtlasAttributeDefOutput {
|
|
988
|
+
/**
|
|
989
|
+
* single-valued attribute or multi-valued attribute.
|
|
990
|
+
*
|
|
991
|
+
* Possible values: "SINGLE", "LIST", "SET"
|
|
992
|
+
*/
|
|
993
|
+
cardinality?: CardinalityValueOutput;
|
|
994
|
+
/** An array of constraints. */
|
|
995
|
+
constraints?: Array<AtlasConstraintDefOutput>;
|
|
996
|
+
/** The default value of the attribute. */
|
|
997
|
+
defaultValue?: string;
|
|
998
|
+
/** The description of the attribute. */
|
|
999
|
+
description?: string;
|
|
1000
|
+
/** Determines if it is included in notification. */
|
|
1001
|
+
includeInNotification?: boolean;
|
|
1002
|
+
/** Determines if it is indexable. */
|
|
1003
|
+
isIndexable?: boolean;
|
|
1004
|
+
/** Determines if it is optional. */
|
|
1005
|
+
isOptional?: boolean;
|
|
1006
|
+
/** Determines if it unique. */
|
|
1007
|
+
isUnique?: boolean;
|
|
1008
|
+
/** The name of the attribute. */
|
|
1009
|
+
name?: string;
|
|
1010
|
+
/** The options for the attribute. */
|
|
1011
|
+
options?: Record<string, string>;
|
|
1012
|
+
/** The name of the type. */
|
|
1013
|
+
typeName?: string;
|
|
1014
|
+
/** The maximum count of the values. */
|
|
1015
|
+
valuesMaxCount?: number;
|
|
1016
|
+
/** The minimum count of the values. */
|
|
1017
|
+
valuesMinCount?: number;
|
|
1018
|
+
}
|
|
1019
|
+
/** class that captures details of a constraint. */
|
|
1020
|
+
export interface AtlasConstraintDefOutput {
|
|
1021
|
+
/** The parameters of the constraint definition. */
|
|
1022
|
+
params?: Record<string, any>;
|
|
1023
|
+
/** The type of the constraint. */
|
|
1024
|
+
type?: string;
|
|
1025
|
+
}
|
|
1026
|
+
/** class that captures details of a classification-type. */
|
|
1027
|
+
export interface AtlasClassificationDefOutput {
|
|
1028
|
+
/**
|
|
1029
|
+
* The enum of type category.
|
|
1030
|
+
*
|
|
1031
|
+
* Possible values: "PRIMITIVE", "OBJECT_ID_TYPE", "ENUM", "STRUCT", "CLASSIFICATION", "ENTITY", "ARRAY", "MAP", "RELATIONSHIP", "TERM_TEMPLATE"
|
|
1032
|
+
*/
|
|
1033
|
+
category?: TypeCategoryOutput;
|
|
1034
|
+
/** The created time of the record. */
|
|
1035
|
+
createTime?: number;
|
|
1036
|
+
/** The user who created the record. */
|
|
1037
|
+
createdBy?: string;
|
|
1038
|
+
/** The date format. */
|
|
1039
|
+
dateFormatter?: DateFormatOutput;
|
|
1040
|
+
/** The description of the type definition. */
|
|
1041
|
+
description?: string;
|
|
1042
|
+
/** The GUID of the type definition. */
|
|
1043
|
+
guid?: string;
|
|
1044
|
+
/** The name of the type definition. */
|
|
1045
|
+
name?: string;
|
|
1046
|
+
/** The options for the type definition. */
|
|
1047
|
+
options?: Record<string, string>;
|
|
1048
|
+
/** The service type. */
|
|
1049
|
+
serviceType?: string;
|
|
1050
|
+
/** The version of the type. */
|
|
1051
|
+
typeVersion?: string;
|
|
1052
|
+
/** The update time of the record. */
|
|
1053
|
+
updateTime?: number;
|
|
1054
|
+
/** The user who updated the record. */
|
|
1055
|
+
updatedBy?: string;
|
|
1056
|
+
/** The version of the record. */
|
|
1057
|
+
version?: number;
|
|
1058
|
+
/** ETag for concurrency control. */
|
|
1059
|
+
lastModifiedTS?: string;
|
|
1060
|
+
/** An array of attribute definitions. */
|
|
1061
|
+
attributeDefs?: Array<AtlasAttributeDefOutput>;
|
|
1062
|
+
/**
|
|
1063
|
+
* Specifying a list of entityType names in the classificationDef, ensures that
|
|
1064
|
+
* classifications can
|
|
1065
|
+
* only be applied to those entityTypes.
|
|
1066
|
+
*
|
|
1067
|
+
* Any subtypes of the entity types inherit the restriction.
|
|
1068
|
+
*
|
|
1069
|
+
* Any classificationDef subtypes inherit the parents entityTypes restrictions.
|
|
1070
|
+
*
|
|
1071
|
+
* Any classificationDef subtypes can further restrict the parents entityTypes
|
|
1072
|
+
* restrictions by specifying a subset of the entityTypes.
|
|
1073
|
+
*
|
|
1074
|
+
* An empty entityTypes list when there are no parent restrictions means there are no
|
|
1075
|
+
* restrictions.
|
|
1076
|
+
*
|
|
1077
|
+
* An empty entityTypes list when there are parent
|
|
1078
|
+
* restrictions means that the subtype picks up the parents
|
|
1079
|
+
* restrictions.
|
|
1080
|
+
*
|
|
1081
|
+
* If a list of entityTypes are supplied, where one inherits
|
|
1082
|
+
* from another, this will be rejected. This should encourage cleaner
|
|
1083
|
+
* classificationsDefs.
|
|
1084
|
+
*
|
|
1085
|
+
*/
|
|
1086
|
+
entityTypes?: string[];
|
|
1087
|
+
/** An array of sub types. */
|
|
1088
|
+
subTypes?: string[];
|
|
1089
|
+
/** An array of super types. */
|
|
1090
|
+
superTypes?: string[];
|
|
1091
|
+
}
|
|
1092
|
+
/** class that captures details of a entity-type. */
|
|
1093
|
+
export interface AtlasEntityDefOutput {
|
|
1094
|
+
/**
|
|
1095
|
+
* The enum of type category.
|
|
1096
|
+
*
|
|
1097
|
+
* Possible values: "PRIMITIVE", "OBJECT_ID_TYPE", "ENUM", "STRUCT", "CLASSIFICATION", "ENTITY", "ARRAY", "MAP", "RELATIONSHIP", "TERM_TEMPLATE"
|
|
1098
|
+
*/
|
|
1099
|
+
category?: TypeCategoryOutput;
|
|
1100
|
+
/** The created time of the record. */
|
|
1101
|
+
createTime?: number;
|
|
1102
|
+
/** The user who created the record. */
|
|
1103
|
+
createdBy?: string;
|
|
1104
|
+
/** The date format. */
|
|
1105
|
+
dateFormatter?: DateFormatOutput;
|
|
1106
|
+
/** The description of the type definition. */
|
|
1107
|
+
description?: string;
|
|
1108
|
+
/** The GUID of the type definition. */
|
|
1109
|
+
guid?: string;
|
|
1110
|
+
/** The name of the type definition. */
|
|
1111
|
+
name?: string;
|
|
1112
|
+
/** The options for the type definition. */
|
|
1113
|
+
options?: Record<string, string>;
|
|
1114
|
+
/** The service type. */
|
|
1115
|
+
serviceType?: string;
|
|
1116
|
+
/** The version of the type. */
|
|
1117
|
+
typeVersion?: string;
|
|
1118
|
+
/** The update time of the record. */
|
|
1119
|
+
updateTime?: number;
|
|
1120
|
+
/** The user who updated the record. */
|
|
1121
|
+
updatedBy?: string;
|
|
1122
|
+
/** The version of the record. */
|
|
1123
|
+
version?: number;
|
|
1124
|
+
/** ETag for concurrency control. */
|
|
1125
|
+
lastModifiedTS?: string;
|
|
1126
|
+
/** An array of attribute definitions. */
|
|
1127
|
+
attributeDefs?: Array<AtlasAttributeDefOutput>;
|
|
1128
|
+
/** An array of sub types. */
|
|
1129
|
+
subTypes?: string[];
|
|
1130
|
+
/** An array of super types. */
|
|
1131
|
+
superTypes?: string[];
|
|
1132
|
+
/** An array of relationship attributes. */
|
|
1133
|
+
relationshipAttributeDefs?: Array<AtlasRelationshipAttributeDefOutput>;
|
|
1134
|
+
}
|
|
1135
|
+
/**
|
|
1136
|
+
* The relationshipEndDef represents an end of the relationship. The end of the
|
|
1137
|
+
* relationship is defined by a type, an
|
|
1138
|
+
* attribute name, cardinality and whether
|
|
1139
|
+
* it is the container end of the relationship.
|
|
1140
|
+
*/
|
|
1141
|
+
export interface AtlasRelationshipAttributeDefOutput {
|
|
1142
|
+
/**
|
|
1143
|
+
* single-valued attribute or multi-valued attribute.
|
|
1144
|
+
*
|
|
1145
|
+
* Possible values: "SINGLE", "LIST", "SET"
|
|
1146
|
+
*/
|
|
1147
|
+
cardinality?: CardinalityValueOutput;
|
|
1148
|
+
/** An array of constraints. */
|
|
1149
|
+
constraints?: Array<AtlasConstraintDefOutput>;
|
|
1150
|
+
/** The default value of the attribute. */
|
|
1151
|
+
defaultValue?: string;
|
|
1152
|
+
/** The description of the attribute. */
|
|
1153
|
+
description?: string;
|
|
1154
|
+
/** Determines if it is included in notification. */
|
|
1155
|
+
includeInNotification?: boolean;
|
|
1156
|
+
/** Determines if it is indexable. */
|
|
1157
|
+
isIndexable?: boolean;
|
|
1158
|
+
/** Determines if it is optional. */
|
|
1159
|
+
isOptional?: boolean;
|
|
1160
|
+
/** Determines if it unique. */
|
|
1161
|
+
isUnique?: boolean;
|
|
1162
|
+
/** The name of the attribute. */
|
|
1163
|
+
name?: string;
|
|
1164
|
+
/** The options for the attribute. */
|
|
1165
|
+
options?: Record<string, string>;
|
|
1166
|
+
/** The name of the type. */
|
|
1167
|
+
typeName?: string;
|
|
1168
|
+
/** The maximum count of the values. */
|
|
1169
|
+
valuesMaxCount?: number;
|
|
1170
|
+
/** The minimum count of the values. */
|
|
1171
|
+
valuesMinCount?: number;
|
|
1172
|
+
/** Determines if it is a legacy attribute. */
|
|
1173
|
+
isLegacyAttribute?: boolean;
|
|
1174
|
+
/** The name of the relationship type. */
|
|
1175
|
+
relationshipTypeName?: string;
|
|
1176
|
+
}
|
|
1177
|
+
/** class that captures details of an enum-type. */
|
|
1178
|
+
export interface AtlasEnumDefOutput {
|
|
1179
|
+
/**
|
|
1180
|
+
* The enum of type category.
|
|
1181
|
+
*
|
|
1182
|
+
* Possible values: "PRIMITIVE", "OBJECT_ID_TYPE", "ENUM", "STRUCT", "CLASSIFICATION", "ENTITY", "ARRAY", "MAP", "RELATIONSHIP", "TERM_TEMPLATE"
|
|
1183
|
+
*/
|
|
1184
|
+
category?: TypeCategoryOutput;
|
|
1185
|
+
/** The created time of the record. */
|
|
1186
|
+
createTime?: number;
|
|
1187
|
+
/** The user who created the record. */
|
|
1188
|
+
createdBy?: string;
|
|
1189
|
+
/** The date format. */
|
|
1190
|
+
dateFormatter?: DateFormatOutput;
|
|
1191
|
+
/** The description of the type definition. */
|
|
1192
|
+
description?: string;
|
|
1193
|
+
/** The GUID of the type definition. */
|
|
1194
|
+
guid?: string;
|
|
1195
|
+
/** The name of the type definition. */
|
|
1196
|
+
name?: string;
|
|
1197
|
+
/** The options for the type definition. */
|
|
1198
|
+
options?: Record<string, string>;
|
|
1199
|
+
/** The service type. */
|
|
1200
|
+
serviceType?: string;
|
|
1201
|
+
/** The version of the type. */
|
|
1202
|
+
typeVersion?: string;
|
|
1203
|
+
/** The update time of the record. */
|
|
1204
|
+
updateTime?: number;
|
|
1205
|
+
/** The user who updated the record. */
|
|
1206
|
+
updatedBy?: string;
|
|
1207
|
+
/** The version of the record. */
|
|
1208
|
+
version?: number;
|
|
1209
|
+
/** ETag for concurrency control. */
|
|
1210
|
+
lastModifiedTS?: string;
|
|
1211
|
+
/** The default value. */
|
|
1212
|
+
defaultValue?: string;
|
|
1213
|
+
/** An array of enum element definitions. */
|
|
1214
|
+
elementDefs?: Array<AtlasEnumElementDefOutput>;
|
|
1215
|
+
}
|
|
1216
|
+
/** class that captures details of an enum-element. */
|
|
1217
|
+
export interface AtlasEnumElementDefOutput {
|
|
1218
|
+
/** The description of the enum element definition. */
|
|
1219
|
+
description?: string;
|
|
1220
|
+
/** The ordinal of the enum element definition. */
|
|
1221
|
+
ordinal?: number;
|
|
1222
|
+
/** The value of the enum element definition. */
|
|
1223
|
+
value?: string;
|
|
1224
|
+
}
|
|
1225
|
+
/**
|
|
1226
|
+
* AtlasRelationshipDef is a TypeDef that defines a relationship.
|
|
1227
|
+
* As with other typeDefs the AtlasRelationshipDef has a name. Once created the
|
|
1228
|
+
* RelationshipDef has a guid.
|
|
1229
|
+
* The name and the guid are the 2 ways that the
|
|
1230
|
+
* RelationshipDef is identified.
|
|
1231
|
+
* RelationshipDefs have 2 ends, each of which
|
|
1232
|
+
* specify cardinality, an EntityDef type name and name and optionally
|
|
1233
|
+
* whether the
|
|
1234
|
+
* end is a container.
|
|
1235
|
+
* RelationshipDefs can have AttributeDefs - though only
|
|
1236
|
+
* primitive types are allowed.
|
|
1237
|
+
* RelationshipDefs have a relationshipCategory
|
|
1238
|
+
* specifying the UML type of relationship required
|
|
1239
|
+
* The way EntityDefs and
|
|
1240
|
+
* RelationshipDefs are intended to be used is that EntityDefs will define
|
|
1241
|
+
* AttributeDefs these AttributeDefs
|
|
1242
|
+
* will not specify an EntityDef type name as
|
|
1243
|
+
* their types.
|
|
1244
|
+
* RelationshipDefs introduce new attributes to the entity
|
|
1245
|
+
* instances. For example
|
|
1246
|
+
* EntityDef A might have attributes attr1,attr2,attr3
|
|
1247
|
+
*
|
|
1248
|
+
* EntityDef B might have attributes attr4,attr5,attr6
|
|
1249
|
+
* RelationshipDef
|
|
1250
|
+
* AtoB might define 2 ends
|
|
1251
|
+
*
|
|
1252
|
+
* end1: type A, name attr7
|
|
1253
|
+
* end2: type B, name attr8
|
|
1254
|
+
*
|
|
1255
|
+
* When an instance of EntityDef A is created, it
|
|
1256
|
+
* will have attributes attr1,attr2,attr3,attr7
|
|
1257
|
+
* When an instance of EntityDef
|
|
1258
|
+
* B is created, it will have attributes attr4,attr5,attr6,attr8
|
|
1259
|
+
*
|
|
1260
|
+
* In this way
|
|
1261
|
+
* relationshipDefs can be authored separately from entityDefs and can inject
|
|
1262
|
+
* relationship attributes into
|
|
1263
|
+
* the entity instances
|
|
1264
|
+
*/
|
|
1265
|
+
export interface AtlasRelationshipDefOutput {
|
|
1266
|
+
/**
|
|
1267
|
+
* The enum of type category.
|
|
1268
|
+
*
|
|
1269
|
+
* Possible values: "PRIMITIVE", "OBJECT_ID_TYPE", "ENUM", "STRUCT", "CLASSIFICATION", "ENTITY", "ARRAY", "MAP", "RELATIONSHIP", "TERM_TEMPLATE"
|
|
1270
|
+
*/
|
|
1271
|
+
category?: TypeCategoryOutput;
|
|
1272
|
+
/** The created time of the record. */
|
|
1273
|
+
createTime?: number;
|
|
1274
|
+
/** The user who created the record. */
|
|
1275
|
+
createdBy?: string;
|
|
1276
|
+
/** The date format. */
|
|
1277
|
+
dateFormatter?: DateFormatOutput;
|
|
1278
|
+
/** The description of the type definition. */
|
|
1279
|
+
description?: string;
|
|
1280
|
+
/** The GUID of the type definition. */
|
|
1281
|
+
guid?: string;
|
|
1282
|
+
/** The name of the type definition. */
|
|
1283
|
+
name?: string;
|
|
1284
|
+
/** The options for the type definition. */
|
|
1285
|
+
options?: Record<string, string>;
|
|
1286
|
+
/** The service type. */
|
|
1287
|
+
serviceType?: string;
|
|
1288
|
+
/** The version of the type. */
|
|
1289
|
+
typeVersion?: string;
|
|
1290
|
+
/** The update time of the record. */
|
|
1291
|
+
updateTime?: number;
|
|
1292
|
+
/** The user who updated the record. */
|
|
1293
|
+
updatedBy?: string;
|
|
1294
|
+
/** The version of the record. */
|
|
1295
|
+
version?: number;
|
|
1296
|
+
/** ETag for concurrency control. */
|
|
1297
|
+
lastModifiedTS?: string;
|
|
1298
|
+
/** An array of attribute definitions. */
|
|
1299
|
+
attributeDefs?: Array<AtlasAttributeDefOutput>;
|
|
1300
|
+
/**
|
|
1301
|
+
* The relationshipEndDef represents an end of the relationship. The end of the
|
|
1302
|
+
* relationship is defined by a type, an
|
|
1303
|
+
* attribute name, cardinality and whether
|
|
1304
|
+
* it is the container end of the relationship.
|
|
1305
|
+
*/
|
|
1306
|
+
endDef1?: AtlasRelationshipEndDefOutput;
|
|
1307
|
+
/**
|
|
1308
|
+
* The relationshipEndDef represents an end of the relationship. The end of the
|
|
1309
|
+
* relationship is defined by a type, an
|
|
1310
|
+
* attribute name, cardinality and whether
|
|
1311
|
+
* it is the container end of the relationship.
|
|
1312
|
+
*/
|
|
1313
|
+
endDef2?: AtlasRelationshipEndDefOutput;
|
|
1314
|
+
/**
|
|
1315
|
+
* The Relationship category determines the style of relationship around
|
|
1316
|
+
* containment and lifecycle.
|
|
1317
|
+
* UML terminology is used for the values.
|
|
1318
|
+
* ASSOCIATION is a relationship with no containment.
|
|
1319
|
+
* COMPOSITION and AGGREGATION are containment relationships.
|
|
1320
|
+
* The difference being in the lifecycles of the container and its children.
|
|
1321
|
+
* In the COMPOSITION case, the children cannot exist without the container.
|
|
1322
|
+
* For AGGREGATION, the life cycles of the container and children are totally independent.
|
|
1323
|
+
*
|
|
1324
|
+
* Possible values: "ASSOCIATION", "AGGREGATION", "COMPOSITION"
|
|
1325
|
+
*/
|
|
1326
|
+
relationshipCategory?: RelationshipCategoryOutput;
|
|
1327
|
+
/** The label of the relationship. */
|
|
1328
|
+
relationshipLabel?: string;
|
|
1329
|
+
}
|
|
1330
|
+
/**
|
|
1331
|
+
* The relationshipEndDef represents an end of the relationship. The end of the
|
|
1332
|
+
* relationship is defined by a type, an
|
|
1333
|
+
* attribute name, cardinality and whether
|
|
1334
|
+
* it is the container end of the relationship.
|
|
1335
|
+
*/
|
|
1336
|
+
export interface AtlasRelationshipEndDefOutput {
|
|
1337
|
+
/**
|
|
1338
|
+
* single-valued attribute or multi-valued attribute.
|
|
1339
|
+
*
|
|
1340
|
+
* Possible values: "SINGLE", "LIST", "SET"
|
|
1341
|
+
*/
|
|
1342
|
+
cardinality?: CardinalityValueOutput;
|
|
1343
|
+
/** The description of the relationship end definition. */
|
|
1344
|
+
description?: string;
|
|
1345
|
+
/** Determines if it is container. */
|
|
1346
|
+
isContainer?: boolean;
|
|
1347
|
+
/** Determines if it is a legacy attribute. */
|
|
1348
|
+
isLegacyAttribute?: boolean;
|
|
1349
|
+
/** The name of the relationship end definition. */
|
|
1350
|
+
name?: string;
|
|
1351
|
+
/** The type of the relationship end. */
|
|
1352
|
+
type?: string;
|
|
1353
|
+
}
|
|
1354
|
+
/** class that captures details of a struct-type. */
|
|
1355
|
+
export interface AtlasStructDefOutput {
|
|
1356
|
+
/**
|
|
1357
|
+
* The enum of type category.
|
|
1358
|
+
*
|
|
1359
|
+
* Possible values: "PRIMITIVE", "OBJECT_ID_TYPE", "ENUM", "STRUCT", "CLASSIFICATION", "ENTITY", "ARRAY", "MAP", "RELATIONSHIP", "TERM_TEMPLATE"
|
|
1360
|
+
*/
|
|
1361
|
+
category?: TypeCategoryOutput;
|
|
1362
|
+
/** The created time of the record. */
|
|
1363
|
+
createTime?: number;
|
|
1364
|
+
/** The user who created the record. */
|
|
1365
|
+
createdBy?: string;
|
|
1366
|
+
/** The date format. */
|
|
1367
|
+
dateFormatter?: DateFormatOutput;
|
|
1368
|
+
/** The description of the type definition. */
|
|
1369
|
+
description?: string;
|
|
1370
|
+
/** The GUID of the type definition. */
|
|
1371
|
+
guid?: string;
|
|
1372
|
+
/** The name of the type definition. */
|
|
1373
|
+
name?: string;
|
|
1374
|
+
/** The options for the type definition. */
|
|
1375
|
+
options?: Record<string, string>;
|
|
1376
|
+
/** The service type. */
|
|
1377
|
+
serviceType?: string;
|
|
1378
|
+
/** The version of the type. */
|
|
1379
|
+
typeVersion?: string;
|
|
1380
|
+
/** The update time of the record. */
|
|
1381
|
+
updateTime?: number;
|
|
1382
|
+
/** The user who updated the record. */
|
|
1383
|
+
updatedBy?: string;
|
|
1384
|
+
/** The version of the record. */
|
|
1385
|
+
version?: number;
|
|
1386
|
+
/** ETag for concurrency control. */
|
|
1387
|
+
lastModifiedTS?: string;
|
|
1388
|
+
/** An array of attribute definitions. */
|
|
1389
|
+
attributeDefs?: Array<AtlasAttributeDefOutput>;
|
|
1390
|
+
}
|
|
1391
|
+
/** The definitions of type. */
|
|
1392
|
+
export interface AtlasTypeDefOutput {
|
|
1393
|
+
/**
|
|
1394
|
+
* The enum of type category.
|
|
1395
|
+
*
|
|
1396
|
+
* Possible values: "PRIMITIVE", "OBJECT_ID_TYPE", "ENUM", "STRUCT", "CLASSIFICATION", "ENTITY", "ARRAY", "MAP", "RELATIONSHIP", "TERM_TEMPLATE"
|
|
1397
|
+
*/
|
|
1398
|
+
category?: TypeCategoryOutput;
|
|
1399
|
+
/** The created time of the record. */
|
|
1400
|
+
createTime?: number;
|
|
1401
|
+
/** The user who created the record. */
|
|
1402
|
+
createdBy?: string;
|
|
1403
|
+
/** The date format. */
|
|
1404
|
+
dateFormatter?: DateFormatOutput;
|
|
1405
|
+
/** The description of the type definition. */
|
|
1406
|
+
description?: string;
|
|
1407
|
+
/** The GUID of the type definition. */
|
|
1408
|
+
guid?: string;
|
|
1409
|
+
/** The name of the type definition. */
|
|
1410
|
+
name?: string;
|
|
1411
|
+
/** The options for the type definition. */
|
|
1412
|
+
options?: Record<string, string>;
|
|
1413
|
+
/** The service type. */
|
|
1414
|
+
serviceType?: string;
|
|
1415
|
+
/** The version of the type. */
|
|
1416
|
+
typeVersion?: string;
|
|
1417
|
+
/** The update time of the record. */
|
|
1418
|
+
updateTime?: number;
|
|
1419
|
+
/** The user who updated the record. */
|
|
1420
|
+
updatedBy?: string;
|
|
1421
|
+
/** The version of the record. */
|
|
1422
|
+
version?: number;
|
|
1423
|
+
/** ETag for concurrency control. */
|
|
1424
|
+
lastModifiedTS?: string;
|
|
1425
|
+
/**
|
|
1426
|
+
* Specifying a list of entityType names in the classificationDef, ensures that
|
|
1427
|
+
* classifications can
|
|
1428
|
+
* only be applied to those entityTypes.
|
|
1429
|
+
*
|
|
1430
|
+
* Any subtypes of the entity types inherit the restriction.
|
|
1431
|
+
*
|
|
1432
|
+
* Any classificationDef subtypes inherit the parents entityTypes restrictions.
|
|
1433
|
+
*
|
|
1434
|
+
* Any classificationDef subtypes can further restrict the parents entityTypes
|
|
1435
|
+
* restrictions by specifying a subset of the entityTypes.
|
|
1436
|
+
*
|
|
1437
|
+
* An empty entityTypes list when there are no parent restrictions means there are no
|
|
1438
|
+
* restrictions.
|
|
1439
|
+
*
|
|
1440
|
+
* An empty entityTypes list when there are parent
|
|
1441
|
+
* restrictions means that the subtype picks up the parents
|
|
1442
|
+
* restrictions.
|
|
1443
|
+
*
|
|
1444
|
+
* If a list of entityTypes are supplied, where one inherits
|
|
1445
|
+
* from another, this will be rejected. This should encourage cleaner
|
|
1446
|
+
* classificationsDefs.
|
|
1447
|
+
*
|
|
1448
|
+
*/
|
|
1449
|
+
entityTypes?: string[];
|
|
1450
|
+
/** An array of sub types. */
|
|
1451
|
+
subTypes?: string[];
|
|
1452
|
+
/** An array of super types. */
|
|
1453
|
+
superTypes?: string[];
|
|
1454
|
+
/** An array of relationship attributes. */
|
|
1455
|
+
relationshipAttributeDefs?: Array<AtlasRelationshipAttributeDefOutput>;
|
|
1456
|
+
/** The default value. */
|
|
1457
|
+
defaultValue?: string;
|
|
1458
|
+
/** An array of enum element definitions. */
|
|
1459
|
+
elementDefs?: Array<AtlasEnumElementDefOutput>;
|
|
1460
|
+
/**
|
|
1461
|
+
* The relationshipEndDef represents an end of the relationship. The end of the
|
|
1462
|
+
* relationship is defined by a type, an
|
|
1463
|
+
* attribute name, cardinality and whether
|
|
1464
|
+
* it is the container end of the relationship.
|
|
1465
|
+
*/
|
|
1466
|
+
endDef1?: AtlasRelationshipEndDefOutput;
|
|
1467
|
+
/**
|
|
1468
|
+
* The relationshipEndDef represents an end of the relationship. The end of the
|
|
1469
|
+
* relationship is defined by a type, an
|
|
1470
|
+
* attribute name, cardinality and whether
|
|
1471
|
+
* it is the container end of the relationship.
|
|
1472
|
+
*/
|
|
1473
|
+
endDef2?: AtlasRelationshipEndDefOutput;
|
|
1474
|
+
/**
|
|
1475
|
+
* The Relationship category determines the style of relationship around
|
|
1476
|
+
* containment and lifecycle.
|
|
1477
|
+
* UML terminology is used for the values.
|
|
1478
|
+
*
|
|
1479
|
+
* ASSOCIATION is a relationship with no containment.
|
|
1480
|
+
* COMPOSITION and AGGREGATION are containment relationships.
|
|
1481
|
+
*
|
|
1482
|
+
* The difference being in the lifecycles of the container and its children.
|
|
1483
|
+
* In the COMPOSITION case, the children cannot exist without the container.
|
|
1484
|
+
* For AGGREGATION, the life cycles of the container and children are totally independent.
|
|
1485
|
+
*
|
|
1486
|
+
* Possible values: "ASSOCIATION", "AGGREGATION", "COMPOSITION"
|
|
1487
|
+
*/
|
|
1488
|
+
relationshipCategory?: RelationshipCategoryOutput;
|
|
1489
|
+
/** The label of the relationship. */
|
|
1490
|
+
relationshipLabel?: string;
|
|
1491
|
+
/** An array of attribute definitions. */
|
|
1492
|
+
attributeDefs?: Array<AtlasAttributeDefOutput>;
|
|
1493
|
+
}
|
|
1494
|
+
/** The definitions of types. */
|
|
1495
|
+
export interface AtlasTypesDefOutput {
|
|
1496
|
+
/** businessMetadataDefs */
|
|
1497
|
+
businessMetadataDefs?: Array<AtlasBusinessMetadataDefOutput>;
|
|
1498
|
+
/** An array of classification definitions. */
|
|
1499
|
+
classificationDefs?: Array<AtlasClassificationDefOutput>;
|
|
1500
|
+
/** An array of entity definitions. */
|
|
1501
|
+
entityDefs?: Array<AtlasEntityDefOutput>;
|
|
1502
|
+
/** An array of enum definitions. */
|
|
1503
|
+
enumDefs?: Array<AtlasEnumDefOutput>;
|
|
1504
|
+
/** An array of relationship definitions. */
|
|
1505
|
+
relationshipDefs?: Array<AtlasRelationshipDefOutput>;
|
|
1506
|
+
/** An array of struct definitions. */
|
|
1507
|
+
structDefs?: Array<AtlasStructDefOutput>;
|
|
1508
|
+
/** An array of term template definitions. */
|
|
1509
|
+
termTemplateDefs?: Array<TermTemplateDefOutput>;
|
|
1510
|
+
}
|
|
1511
|
+
/** Term template definition for glossary term. */
|
|
1512
|
+
export interface TermTemplateDefOutput {
|
|
1513
|
+
/**
|
|
1514
|
+
* The enum of type category.
|
|
1515
|
+
*
|
|
1516
|
+
* Possible values: "PRIMITIVE", "OBJECT_ID_TYPE", "ENUM", "STRUCT", "CLASSIFICATION", "ENTITY", "ARRAY", "MAP", "RELATIONSHIP", "TERM_TEMPLATE"
|
|
1517
|
+
*/
|
|
1518
|
+
category?: TypeCategoryOutput;
|
|
1519
|
+
/** The created time of the record. */
|
|
1520
|
+
createTime?: number;
|
|
1521
|
+
/** The user who created the record. */
|
|
1522
|
+
createdBy?: string;
|
|
1523
|
+
/** The date format. */
|
|
1524
|
+
dateFormatter?: DateFormatOutput;
|
|
1525
|
+
/** The description of the type definition. */
|
|
1526
|
+
description?: string;
|
|
1527
|
+
/** The GUID of the type definition. */
|
|
1528
|
+
guid?: string;
|
|
1529
|
+
/** The name of the type definition. */
|
|
1530
|
+
name?: string;
|
|
1531
|
+
/** The options for the type definition. */
|
|
1532
|
+
options?: Record<string, string>;
|
|
1533
|
+
/** The service type. */
|
|
1534
|
+
serviceType?: string;
|
|
1535
|
+
/** The version of the type. */
|
|
1536
|
+
typeVersion?: string;
|
|
1537
|
+
/** The update time of the record. */
|
|
1538
|
+
updateTime?: number;
|
|
1539
|
+
/** The user who updated the record. */
|
|
1540
|
+
updatedBy?: string;
|
|
1541
|
+
/** The version of the record. */
|
|
1542
|
+
version?: number;
|
|
1543
|
+
/** ETag for concurrency control. */
|
|
1544
|
+
lastModifiedTS?: string;
|
|
1545
|
+
/** An array of attribute definitions. */
|
|
1546
|
+
attributeDefs?: Array<AtlasAttributeDefOutput>;
|
|
1547
|
+
}
|
|
1548
|
+
/** The basic information of the type definition. */
|
|
1549
|
+
export interface AtlasTypeDefHeaderOutput {
|
|
1550
|
+
/**
|
|
1551
|
+
* The enum of type category.
|
|
1552
|
+
*
|
|
1553
|
+
* Possible values: "PRIMITIVE", "OBJECT_ID_TYPE", "ENUM", "STRUCT", "CLASSIFICATION", "ENTITY", "ARRAY", "MAP", "RELATIONSHIP", "TERM_TEMPLATE"
|
|
1554
|
+
*/
|
|
1555
|
+
category?: TypeCategoryOutput;
|
|
1556
|
+
/** The GUID of the type definition. */
|
|
1557
|
+
guid?: string;
|
|
1558
|
+
/** The name of the type definition. */
|
|
1559
|
+
name?: string;
|
|
1560
|
+
}
|
|
1561
|
+
/** Alias for EntityStatusOutput */
|
|
1562
|
+
export type EntityStatusOutput = string;
|
|
1563
|
+
/** Alias for AtlasTermAssignmentStatusOutput */
|
|
1564
|
+
export type AtlasTermAssignmentStatusOutput = string;
|
|
1565
|
+
/** Alias for SortTypeOutput */
|
|
1566
|
+
export type SortTypeOutput = string;
|
|
1567
|
+
/** Alias for ImportStatusOutput */
|
|
1568
|
+
export type ImportStatusOutput = string;
|
|
1569
|
+
/** Alias for AtlasTermRelationshipStatusOutput */
|
|
1570
|
+
export type AtlasTermRelationshipStatusOutput = string;
|
|
1571
|
+
/** Alias for TermStatusOutput */
|
|
1572
|
+
export type TermStatusOutput = string;
|
|
1573
|
+
/** Alias for StatusAtlasRelationshipOutput */
|
|
1574
|
+
export type StatusAtlasRelationshipOutput = string;
|
|
1575
|
+
/** Alias for LineageDirectionOutput */
|
|
1576
|
+
export type LineageDirectionOutput = string;
|
|
1577
|
+
/** Alias for TypeCategoryOutput */
|
|
1578
|
+
export type TypeCategoryOutput = string;
|
|
1579
|
+
/** Alias for RoundingModeOutput */
|
|
1580
|
+
export type RoundingModeOutput = string;
|
|
1581
|
+
/** Alias for CardinalityValueOutput */
|
|
1582
|
+
export type CardinalityValueOutput = string;
|
|
1583
|
+
/** Alias for RelationshipCategoryOutput */
|
|
1584
|
+
export type RelationshipCategoryOutput = string;
|
|
1585
|
+
//# sourceMappingURL=outputModels.d.ts.map
|