@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.
Files changed (184) hide show
  1. package/README.md +4 -6
  2. package/dist/browser/clientDefinitions.d.ts +680 -0
  3. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  4. package/dist/browser/clientDefinitions.js +4 -0
  5. package/dist/browser/clientDefinitions.js.map +1 -0
  6. package/dist/browser/index.d.ts +12 -0
  7. package/dist/browser/index.d.ts.map +1 -0
  8. package/dist/browser/index.js +14 -0
  9. package/dist/browser/index.js.map +1 -0
  10. package/dist/browser/isUnexpected.d.ts +98 -0
  11. package/dist/browser/isUnexpected.d.ts.map +1 -0
  12. package/{dist-esm/src → dist/browser}/isUnexpected.js +1 -1
  13. package/dist/browser/isUnexpected.js.map +1 -0
  14. package/dist/browser/logger.d.ts +2 -0
  15. package/dist/browser/logger.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/logger.js +1 -1
  17. package/{dist-esm/src → dist/browser}/logger.js.map +1 -1
  18. package/dist/browser/models.d.ts +1205 -0
  19. package/dist/browser/models.d.ts.map +1 -0
  20. package/dist/browser/models.js +4 -0
  21. package/dist/browser/models.js.map +1 -0
  22. package/dist/browser/outputModels.d.ts +1585 -0
  23. package/dist/browser/outputModels.d.ts.map +1 -0
  24. package/dist/browser/outputModels.js +4 -0
  25. package/dist/browser/outputModels.js.map +1 -0
  26. package/dist/browser/package.json +3 -0
  27. package/dist/browser/parameters.d.ts +805 -0
  28. package/dist/browser/parameters.d.ts.map +1 -0
  29. package/dist/browser/parameters.js +4 -0
  30. package/dist/browser/parameters.js.map +1 -0
  31. package/dist/browser/purviewDataMapClient.d.ts +14 -0
  32. package/dist/browser/purviewDataMapClient.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/purviewDataMapClient.js +10 -7
  34. package/dist/browser/purviewDataMapClient.js.map +1 -0
  35. package/dist/browser/responses.d.ts +848 -0
  36. package/dist/browser/responses.d.ts.map +1 -0
  37. package/dist/browser/responses.js +4 -0
  38. package/dist/browser/responses.js.map +1 -0
  39. package/dist/browser/serializeHelper.d.ts +2 -0
  40. package/dist/browser/serializeHelper.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/serializeHelper.js +1 -1
  42. package/{dist-esm/src → dist/browser}/serializeHelper.js.map +1 -1
  43. package/dist/commonjs/clientDefinitions.d.ts +680 -0
  44. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  45. package/dist/commonjs/clientDefinitions.js +5 -0
  46. package/dist/commonjs/clientDefinitions.js.map +1 -0
  47. package/dist/commonjs/index.d.ts +12 -0
  48. package/dist/commonjs/index.d.ts.map +1 -0
  49. package/dist/commonjs/index.js +20 -0
  50. package/dist/commonjs/index.js.map +1 -0
  51. package/dist/commonjs/isUnexpected.d.ts +98 -0
  52. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  53. package/dist/{index.js → commonjs/isUnexpected.js} +5 -69
  54. package/dist/commonjs/isUnexpected.js.map +1 -0
  55. package/dist/commonjs/logger.d.ts +2 -0
  56. package/dist/commonjs/logger.d.ts.map +1 -0
  57. package/dist/commonjs/logger.js +8 -0
  58. package/dist/commonjs/logger.js.map +1 -0
  59. package/dist/commonjs/models.d.ts +1205 -0
  60. package/dist/commonjs/models.d.ts.map +1 -0
  61. package/dist/commonjs/models.js +5 -0
  62. package/dist/commonjs/models.js.map +1 -0
  63. package/dist/commonjs/outputModels.d.ts +1585 -0
  64. package/dist/commonjs/outputModels.d.ts.map +1 -0
  65. package/dist/commonjs/outputModels.js +5 -0
  66. package/dist/commonjs/outputModels.js.map +1 -0
  67. package/dist/commonjs/package.json +3 -0
  68. package/dist/commonjs/parameters.d.ts +805 -0
  69. package/dist/commonjs/parameters.d.ts.map +1 -0
  70. package/dist/commonjs/parameters.js +5 -0
  71. package/dist/commonjs/parameters.js.map +1 -0
  72. package/dist/commonjs/purviewDataMapClient.d.ts +14 -0
  73. package/dist/commonjs/purviewDataMapClient.d.ts.map +1 -0
  74. package/dist/commonjs/purviewDataMapClient.js +35 -0
  75. package/dist/commonjs/purviewDataMapClient.js.map +1 -0
  76. package/dist/commonjs/responses.d.ts +848 -0
  77. package/dist/commonjs/responses.d.ts.map +1 -0
  78. package/dist/commonjs/responses.js +5 -0
  79. package/dist/commonjs/responses.js.map +1 -0
  80. package/dist/commonjs/serializeHelper.d.ts +2 -0
  81. package/dist/commonjs/serializeHelper.d.ts.map +1 -0
  82. package/dist/commonjs/serializeHelper.js +16 -0
  83. package/dist/commonjs/serializeHelper.js.map +1 -0
  84. package/dist/commonjs/tsdoc-metadata.json +11 -0
  85. package/dist/esm/clientDefinitions.d.ts +680 -0
  86. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  87. package/dist/esm/clientDefinitions.js +4 -0
  88. package/dist/esm/clientDefinitions.js.map +1 -0
  89. package/dist/esm/index.d.ts +12 -0
  90. package/dist/esm/index.d.ts.map +1 -0
  91. package/dist/esm/index.js +14 -0
  92. package/dist/esm/index.js.map +1 -0
  93. package/dist/esm/isUnexpected.d.ts +98 -0
  94. package/dist/esm/isUnexpected.d.ts.map +1 -0
  95. package/dist/esm/isUnexpected.js +167 -0
  96. package/dist/esm/isUnexpected.js.map +1 -0
  97. package/dist/esm/logger.d.ts +2 -0
  98. package/dist/esm/logger.d.ts.map +1 -0
  99. package/dist/esm/logger.js +5 -0
  100. package/dist/esm/logger.js.map +1 -0
  101. package/dist/esm/models.d.ts +1205 -0
  102. package/dist/esm/models.d.ts.map +1 -0
  103. package/dist/esm/models.js +4 -0
  104. package/dist/esm/models.js.map +1 -0
  105. package/dist/esm/outputModels.d.ts +1585 -0
  106. package/dist/esm/outputModels.d.ts.map +1 -0
  107. package/dist/esm/outputModels.js +4 -0
  108. package/dist/esm/outputModels.js.map +1 -0
  109. package/dist/esm/package.json +3 -0
  110. package/dist/esm/parameters.d.ts +805 -0
  111. package/dist/esm/parameters.d.ts.map +1 -0
  112. package/dist/esm/parameters.js +4 -0
  113. package/dist/esm/parameters.js.map +1 -0
  114. package/dist/esm/purviewDataMapClient.d.ts +14 -0
  115. package/dist/esm/purviewDataMapClient.d.ts.map +1 -0
  116. package/dist/esm/purviewDataMapClient.js +32 -0
  117. package/dist/esm/purviewDataMapClient.js.map +1 -0
  118. package/dist/esm/responses.d.ts +848 -0
  119. package/dist/esm/responses.d.ts.map +1 -0
  120. package/dist/esm/responses.js +4 -0
  121. package/dist/esm/responses.js.map +1 -0
  122. package/dist/esm/serializeHelper.d.ts +2 -0
  123. package/dist/esm/serializeHelper.d.ts.map +1 -0
  124. package/dist/esm/serializeHelper.js +13 -0
  125. package/dist/esm/serializeHelper.js.map +1 -0
  126. package/dist/react-native/clientDefinitions.d.ts +680 -0
  127. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  128. package/dist/react-native/clientDefinitions.js +4 -0
  129. package/dist/react-native/clientDefinitions.js.map +1 -0
  130. package/dist/react-native/index.d.ts +12 -0
  131. package/dist/react-native/index.d.ts.map +1 -0
  132. package/dist/react-native/index.js +14 -0
  133. package/dist/react-native/index.js.map +1 -0
  134. package/dist/react-native/isUnexpected.d.ts +98 -0
  135. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  136. package/dist/react-native/isUnexpected.js +167 -0
  137. package/dist/react-native/isUnexpected.js.map +1 -0
  138. package/dist/react-native/logger.d.ts +2 -0
  139. package/dist/react-native/logger.d.ts.map +1 -0
  140. package/dist/react-native/logger.js +5 -0
  141. package/dist/react-native/logger.js.map +1 -0
  142. package/dist/react-native/models.d.ts +1205 -0
  143. package/dist/react-native/models.d.ts.map +1 -0
  144. package/dist/react-native/models.js +4 -0
  145. package/dist/react-native/models.js.map +1 -0
  146. package/dist/react-native/outputModels.d.ts +1585 -0
  147. package/dist/react-native/outputModels.d.ts.map +1 -0
  148. package/dist/react-native/outputModels.js +4 -0
  149. package/dist/react-native/outputModels.js.map +1 -0
  150. package/dist/react-native/package.json +3 -0
  151. package/dist/react-native/parameters.d.ts +805 -0
  152. package/dist/react-native/parameters.d.ts.map +1 -0
  153. package/dist/react-native/parameters.js +4 -0
  154. package/dist/react-native/parameters.js.map +1 -0
  155. package/dist/react-native/purviewDataMapClient.d.ts +14 -0
  156. package/dist/react-native/purviewDataMapClient.d.ts.map +1 -0
  157. package/dist/react-native/purviewDataMapClient.js +32 -0
  158. package/dist/react-native/purviewDataMapClient.js.map +1 -0
  159. package/dist/react-native/responses.d.ts +848 -0
  160. package/dist/react-native/responses.d.ts.map +1 -0
  161. package/dist/react-native/responses.js +4 -0
  162. package/dist/react-native/responses.js.map +1 -0
  163. package/dist/react-native/serializeHelper.d.ts +2 -0
  164. package/dist/react-native/serializeHelper.d.ts.map +1 -0
  165. package/dist/react-native/serializeHelper.js +13 -0
  166. package/dist/react-native/serializeHelper.js.map +1 -0
  167. package/package.json +75 -58
  168. package/dist/index.js.map +0 -1
  169. package/dist-esm/src/clientDefinitions.js +0 -4
  170. package/dist-esm/src/clientDefinitions.js.map +0 -1
  171. package/dist-esm/src/index.js +0 -14
  172. package/dist-esm/src/index.js.map +0 -1
  173. package/dist-esm/src/isUnexpected.js.map +0 -1
  174. package/dist-esm/src/models.js +0 -4
  175. package/dist-esm/src/models.js.map +0 -1
  176. package/dist-esm/src/outputModels.js +0 -4
  177. package/dist-esm/src/outputModels.js.map +0 -1
  178. package/dist-esm/src/parameters.js +0 -4
  179. package/dist-esm/src/parameters.js.map +0 -1
  180. package/dist-esm/src/purviewDataMapClient.js.map +0 -1
  181. package/dist-esm/src/responses.js +0 -4
  182. package/dist-esm/src/responses.js.map +0 -1
  183. package/review/purview-datamap.api.md +0 -4600
  184. package/types/purview-datamap.d.ts +0 -5770
@@ -1,4600 +0,0 @@
1
- ## API Report File for "@azure-rest/purview-datamap"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- /// <reference types="node" />
8
-
9
- import { Client } from '@azure-rest/core-client';
10
- import { ClientOptions } from '@azure-rest/core-client';
11
- import { createFile } from '@azure/core-rest-pipeline';
12
- import { createFileFromStream } from '@azure/core-rest-pipeline';
13
- import { CreateFileFromStreamOptions } from '@azure/core-rest-pipeline';
14
- import { CreateFileOptions } from '@azure/core-rest-pipeline';
15
- import { HttpResponse } from '@azure-rest/core-client';
16
- import { RequestParameters } from '@azure-rest/core-client';
17
- import { StreamableMethod } from '@azure-rest/core-client';
18
- import { TokenCredential } from '@azure/core-auth';
19
-
20
- // @public
21
- export interface AtlasAttributeDef {
22
- cardinality?: string;
23
- constraints?: Array<AtlasConstraintDef>;
24
- defaultValue?: string;
25
- description?: string;
26
- includeInNotification?: boolean;
27
- isIndexable?: boolean;
28
- isOptional?: boolean;
29
- isUnique?: boolean;
30
- name?: string;
31
- options?: Record<string, string>;
32
- typeName?: string;
33
- valuesMaxCount?: number;
34
- valuesMinCount?: number;
35
- }
36
-
37
- // @public
38
- export interface AtlasAttributeDefOutput {
39
- cardinality?: string;
40
- constraints?: Array<AtlasConstraintDefOutput>;
41
- defaultValue?: string;
42
- description?: string;
43
- includeInNotification?: boolean;
44
- isIndexable?: boolean;
45
- isOptional?: boolean;
46
- isUnique?: boolean;
47
- name?: string;
48
- options?: Record<string, string>;
49
- typeName?: string;
50
- valuesMaxCount?: number;
51
- valuesMinCount?: number;
52
- }
53
-
54
- // @public
55
- export interface AtlasBusinessMetadataDef {
56
- attributeDefs?: Array<AtlasAttributeDef>;
57
- category?: string;
58
- createdBy?: string;
59
- createTime?: number;
60
- dateFormatter?: DateFormat;
61
- description?: string;
62
- guid?: string;
63
- lastModifiedTS?: string;
64
- name?: string;
65
- options?: Record<string, string>;
66
- serviceType?: string;
67
- typeVersion?: string;
68
- updatedBy?: string;
69
- updateTime?: number;
70
- version?: number;
71
- }
72
-
73
- // @public
74
- export interface AtlasBusinessMetadataDefOutput {
75
- attributeDefs?: Array<AtlasAttributeDefOutput>;
76
- category?: string;
77
- createdBy?: string;
78
- createTime?: number;
79
- dateFormatter?: DateFormatOutput;
80
- description?: string;
81
- guid?: string;
82
- lastModifiedTS?: string;
83
- name?: string;
84
- options?: Record<string, string>;
85
- serviceType?: string;
86
- typeVersion?: string;
87
- updatedBy?: string;
88
- updateTime?: number;
89
- version?: number;
90
- }
91
-
92
- // @public
93
- export interface AtlasClassification {
94
- attributes?: Record<string, unknown>;
95
- entityGuid?: string;
96
- entityStatus?: string;
97
- lastModifiedTS?: string;
98
- removePropagationsOnEntityDelete?: boolean;
99
- typeName?: string;
100
- validityPeriods?: Array<TimeBoundary>;
101
- }
102
-
103
- // @public
104
- export interface AtlasClassificationDef {
105
- attributeDefs?: Array<AtlasAttributeDef>;
106
- category?: string;
107
- createdBy?: string;
108
- createTime?: number;
109
- dateFormatter?: DateFormat;
110
- description?: string;
111
- entityTypes?: string[];
112
- guid?: string;
113
- lastModifiedTS?: string;
114
- name?: string;
115
- options?: Record<string, string>;
116
- serviceType?: string;
117
- subTypes?: string[];
118
- superTypes?: string[];
119
- typeVersion?: string;
120
- updatedBy?: string;
121
- updateTime?: number;
122
- version?: number;
123
- }
124
-
125
- // @public
126
- export interface AtlasClassificationDefOutput {
127
- attributeDefs?: Array<AtlasAttributeDefOutput>;
128
- category?: string;
129
- createdBy?: string;
130
- createTime?: number;
131
- dateFormatter?: DateFormatOutput;
132
- description?: string;
133
- entityTypes?: string[];
134
- guid?: string;
135
- lastModifiedTS?: string;
136
- name?: string;
137
- options?: Record<string, string>;
138
- serviceType?: string;
139
- subTypes?: string[];
140
- superTypes?: string[];
141
- typeVersion?: string;
142
- updatedBy?: string;
143
- updateTime?: number;
144
- version?: number;
145
- }
146
-
147
- // @public
148
- export interface AtlasClassificationOutput {
149
- attributes?: Record<string, any>;
150
- entityGuid?: string;
151
- entityStatus?: string;
152
- lastModifiedTS?: string;
153
- removePropagationsOnEntityDelete?: boolean;
154
- typeName?: string;
155
- validityPeriods?: Array<TimeBoundaryOutput>;
156
- }
157
-
158
- // @public
159
- export interface AtlasClassificationsOutput {
160
- list?: any[];
161
- pageSize?: number;
162
- sortBy?: string;
163
- sortType?: string;
164
- startIndex?: number;
165
- totalCount?: number;
166
- }
167
-
168
- // @public
169
- export interface AtlasConstraintDef {
170
- params?: Record<string, unknown>;
171
- type?: string;
172
- }
173
-
174
- // @public
175
- export interface AtlasConstraintDefOutput {
176
- params?: Record<string, any>;
177
- type?: string;
178
- }
179
-
180
- // @public
181
- export interface AtlasEntitiesWithExtInfo {
182
- entities?: Array<AtlasEntity>;
183
- referredEntities?: Record<string, AtlasEntity>;
184
- }
185
-
186
- // @public
187
- export interface AtlasEntitiesWithExtInfoOutput {
188
- entities?: Array<AtlasEntityOutput>;
189
- referredEntities?: Record<string, AtlasEntityOutput>;
190
- }
191
-
192
- // @public
193
- export interface AtlasEntity {
194
- attributes?: Record<string, unknown>;
195
- businessAttributes?: Record<string, unknown>;
196
- classifications?: Array<AtlasClassification>;
197
- contacts?: Record<string, Array<ContactInfo>>;
198
- createdBy?: string;
199
- createTime?: number;
200
- customAttributes?: Record<string, string>;
201
- guid?: string;
202
- homeId?: string;
203
- isIncomplete?: boolean;
204
- labels?: string[];
205
- lastModifiedTS?: string;
206
- meanings?: Array<AtlasTermAssignmentHeader>;
207
- provenanceType?: number;
208
- proxy?: boolean;
209
- relationshipAttributes?: Record<string, unknown>;
210
- status?: string;
211
- typeName?: string;
212
- updatedBy?: string;
213
- updateTime?: number;
214
- version?: number;
215
- }
216
-
217
- // @public
218
- export interface AtlasEntityDef {
219
- attributeDefs?: Array<AtlasAttributeDef>;
220
- category?: string;
221
- createdBy?: string;
222
- createTime?: number;
223
- dateFormatter?: DateFormat;
224
- description?: string;
225
- guid?: string;
226
- lastModifiedTS?: string;
227
- name?: string;
228
- options?: Record<string, string>;
229
- relationshipAttributeDefs?: Array<AtlasRelationshipAttributeDef>;
230
- serviceType?: string;
231
- subTypes?: string[];
232
- superTypes?: string[];
233
- typeVersion?: string;
234
- updatedBy?: string;
235
- updateTime?: number;
236
- version?: number;
237
- }
238
-
239
- // @public
240
- export interface AtlasEntityDefOutput {
241
- attributeDefs?: Array<AtlasAttributeDefOutput>;
242
- category?: string;
243
- createdBy?: string;
244
- createTime?: number;
245
- dateFormatter?: DateFormatOutput;
246
- description?: string;
247
- guid?: string;
248
- lastModifiedTS?: string;
249
- name?: string;
250
- options?: Record<string, string>;
251
- relationshipAttributeDefs?: Array<AtlasRelationshipAttributeDefOutput>;
252
- serviceType?: string;
253
- subTypes?: string[];
254
- superTypes?: string[];
255
- typeVersion?: string;
256
- updatedBy?: string;
257
- updateTime?: number;
258
- version?: number;
259
- }
260
-
261
- // @public
262
- export interface AtlasEntityHeader {
263
- attributes?: Record<string, unknown>;
264
- classificationNames?: string[];
265
- classifications?: Array<AtlasClassification>;
266
- displayText?: string;
267
- guid?: string;
268
- isIncomplete?: boolean;
269
- labels?: string[];
270
- lastModifiedTS?: string;
271
- meaningNames?: string[];
272
- meanings?: Array<AtlasTermAssignmentHeader>;
273
- status?: string;
274
- typeName?: string;
275
- }
276
-
277
- // @public
278
- export interface AtlasEntityHeaderOutput {
279
- attributes?: Record<string, any>;
280
- classificationNames?: string[];
281
- classifications?: Array<AtlasClassificationOutput>;
282
- displayText?: string;
283
- guid?: string;
284
- isIncomplete?: boolean;
285
- labels?: string[];
286
- lastModifiedTS?: string;
287
- meaningNames?: string[];
288
- meanings?: Array<AtlasTermAssignmentHeaderOutput>;
289
- status?: string;
290
- typeName?: string;
291
- }
292
-
293
- // @public
294
- export interface AtlasEntityHeaders {
295
- guidHeaderMap?: Record<string, AtlasEntityHeader>;
296
- }
297
-
298
- // @public
299
- export interface AtlasEntityOutput {
300
- attributes?: Record<string, any>;
301
- businessAttributes?: Record<string, any>;
302
- classifications?: Array<AtlasClassificationOutput>;
303
- readonly collectionId?: string;
304
- contacts?: Record<string, Array<ContactInfoOutput>>;
305
- createdBy?: string;
306
- createTime?: number;
307
- customAttributes?: Record<string, string>;
308
- guid?: string;
309
- homeId?: string;
310
- isIncomplete?: boolean;
311
- labels?: string[];
312
- lastModifiedTS?: string;
313
- meanings?: Array<AtlasTermAssignmentHeaderOutput>;
314
- provenanceType?: number;
315
- proxy?: boolean;
316
- relationshipAttributes?: Record<string, any>;
317
- status?: string;
318
- typeName?: string;
319
- updatedBy?: string;
320
- updateTime?: number;
321
- version?: number;
322
- }
323
-
324
- // @public
325
- export interface AtlasEntityWithExtInfo {
326
- entity?: AtlasEntity;
327
- referredEntities?: Record<string, AtlasEntity>;
328
- }
329
-
330
- // @public
331
- export interface AtlasEntityWithExtInfoOutput {
332
- entity?: AtlasEntityOutput;
333
- referredEntities?: Record<string, AtlasEntityOutput>;
334
- }
335
-
336
- // @public
337
- export interface AtlasEnumDef {
338
- category?: string;
339
- createdBy?: string;
340
- createTime?: number;
341
- dateFormatter?: DateFormat;
342
- defaultValue?: string;
343
- description?: string;
344
- elementDefs?: Array<AtlasEnumElementDef>;
345
- guid?: string;
346
- lastModifiedTS?: string;
347
- name?: string;
348
- options?: Record<string, string>;
349
- serviceType?: string;
350
- typeVersion?: string;
351
- updatedBy?: string;
352
- updateTime?: number;
353
- version?: number;
354
- }
355
-
356
- // @public
357
- export interface AtlasEnumDefOutput {
358
- category?: string;
359
- createdBy?: string;
360
- createTime?: number;
361
- dateFormatter?: DateFormatOutput;
362
- defaultValue?: string;
363
- description?: string;
364
- elementDefs?: Array<AtlasEnumElementDefOutput>;
365
- guid?: string;
366
- lastModifiedTS?: string;
367
- name?: string;
368
- options?: Record<string, string>;
369
- serviceType?: string;
370
- typeVersion?: string;
371
- updatedBy?: string;
372
- updateTime?: number;
373
- version?: number;
374
- }
375
-
376
- // @public
377
- export interface AtlasEnumElementDef {
378
- description?: string;
379
- ordinal?: number;
380
- value?: string;
381
- }
382
-
383
- // @public
384
- export interface AtlasEnumElementDefOutput {
385
- description?: string;
386
- ordinal?: number;
387
- value?: string;
388
- }
389
-
390
- // @public
391
- export interface AtlasErrorResponseOutput {
392
- errorCode?: string;
393
- errorMessage?: string;
394
- requestId?: string;
395
- }
396
-
397
- // @public
398
- export interface AtlasGlossary {
399
- categories?: Array<AtlasRelatedCategoryHeader>;
400
- classifications?: Array<AtlasClassification>;
401
- createdBy?: string;
402
- createTime?: number;
403
- guid?: string;
404
- language?: string;
405
- lastModifiedTS?: string;
406
- longDescription?: string;
407
- name?: string;
408
- qualifiedName?: string;
409
- shortDescription?: string;
410
- terms?: Array<AtlasRelatedTermHeader>;
411
- updatedBy?: string;
412
- updateTime?: number;
413
- usage?: string;
414
- }
415
-
416
- // @public
417
- export interface AtlasGlossaryCategory {
418
- anchor?: AtlasGlossaryHeader;
419
- childrenCategories?: Array<AtlasRelatedCategoryHeader>;
420
- classifications?: Array<AtlasClassification>;
421
- createdBy?: string;
422
- createTime?: number;
423
- guid?: string;
424
- lastModifiedTS?: string;
425
- longDescription?: string;
426
- name?: string;
427
- parentCategory?: AtlasRelatedCategoryHeader;
428
- qualifiedName?: string;
429
- shortDescription?: string;
430
- terms?: Array<AtlasRelatedTermHeader>;
431
- updatedBy?: string;
432
- updateTime?: number;
433
- }
434
-
435
- // @public
436
- export interface AtlasGlossaryCategoryOutput {
437
- anchor?: AtlasGlossaryHeaderOutput;
438
- childrenCategories?: Array<AtlasRelatedCategoryHeaderOutput>;
439
- classifications?: Array<AtlasClassificationOutput>;
440
- createdBy?: string;
441
- createTime?: number;
442
- guid?: string;
443
- lastModifiedTS?: string;
444
- longDescription?: string;
445
- name?: string;
446
- parentCategory?: AtlasRelatedCategoryHeaderOutput;
447
- qualifiedName?: string;
448
- shortDescription?: string;
449
- terms?: Array<AtlasRelatedTermHeaderOutput>;
450
- updatedBy?: string;
451
- updateTime?: number;
452
- }
453
-
454
- // @public
455
- export interface AtlasGlossaryExtInfoOutput {
456
- categories?: Array<AtlasRelatedCategoryHeaderOutput>;
457
- categoryInfo?: Record<string, AtlasGlossaryCategoryOutput>;
458
- classifications?: Array<AtlasClassificationOutput>;
459
- createdBy?: string;
460
- createTime?: number;
461
- guid?: string;
462
- language?: string;
463
- lastModifiedTS?: string;
464
- longDescription?: string;
465
- name?: string;
466
- qualifiedName?: string;
467
- shortDescription?: string;
468
- termInfo?: Record<string, AtlasGlossaryTermOutput>;
469
- terms?: Array<AtlasRelatedTermHeaderOutput>;
470
- updatedBy?: string;
471
- updateTime?: number;
472
- usage?: string;
473
- }
474
-
475
- // @public
476
- export interface AtlasGlossaryHeader {
477
- displayText?: string;
478
- glossaryGuid?: string;
479
- relationGuid?: string;
480
- }
481
-
482
- // @public
483
- export interface AtlasGlossaryHeaderOutput {
484
- displayText?: string;
485
- glossaryGuid?: string;
486
- relationGuid?: string;
487
- }
488
-
489
- // @public
490
- export interface AtlasGlossaryOutput {
491
- categories?: Array<AtlasRelatedCategoryHeaderOutput>;
492
- classifications?: Array<AtlasClassificationOutput>;
493
- createdBy?: string;
494
- createTime?: number;
495
- guid?: string;
496
- language?: string;
497
- lastModifiedTS?: string;
498
- longDescription?: string;
499
- name?: string;
500
- qualifiedName?: string;
501
- shortDescription?: string;
502
- terms?: Array<AtlasRelatedTermHeaderOutput>;
503
- updatedBy?: string;
504
- updateTime?: number;
505
- usage?: string;
506
- }
507
-
508
- // @public
509
- export interface AtlasGlossaryTerm {
510
- abbreviation?: string;
511
- anchor?: AtlasGlossaryHeader;
512
- antonyms?: Array<AtlasRelatedTermHeader>;
513
- assignedEntities?: Array<AtlasRelatedObjectId>;
514
- attributes?: Record<string, Record<string, unknown>>;
515
- categories?: Array<AtlasTermCategorizationHeader>;
516
- classifications?: Array<AtlasClassification>;
517
- classifies?: Array<AtlasRelatedTermHeader>;
518
- contacts?: Record<string, Array<ContactInfo>>;
519
- createdBy?: string;
520
- createTime?: number;
521
- examples?: string[];
522
- guid?: string;
523
- hierarchyInfo?: Array<PurviewObjectId>;
524
- isA?: Array<AtlasRelatedTermHeader>;
525
- lastModifiedTS?: string;
526
- longDescription?: string;
527
- name?: string;
528
- nickName?: string;
529
- preferredTerms?: Array<AtlasRelatedTermHeader>;
530
- preferredToTerms?: Array<AtlasRelatedTermHeader>;
531
- qualifiedName?: string;
532
- replacedBy?: Array<AtlasRelatedTermHeader>;
533
- replacementTerms?: Array<AtlasRelatedTermHeader>;
534
- resources?: Array<ResourceLink>;
535
- seeAlso?: Array<AtlasRelatedTermHeader>;
536
- shortDescription?: string;
537
- status?: string;
538
- synonyms?: Array<AtlasRelatedTermHeader>;
539
- templateName?: unknown[];
540
- translatedTerms?: Array<AtlasRelatedTermHeader>;
541
- translationTerms?: Array<AtlasRelatedTermHeader>;
542
- updatedBy?: string;
543
- updateTime?: number;
544
- usage?: string;
545
- validValues?: Array<AtlasRelatedTermHeader>;
546
- validValuesFor?: Array<AtlasRelatedTermHeader>;
547
- }
548
-
549
- // @public
550
- export interface AtlasGlossaryTermOutput {
551
- abbreviation?: string;
552
- anchor?: AtlasGlossaryHeaderOutput;
553
- antonyms?: Array<AtlasRelatedTermHeaderOutput>;
554
- assignedEntities?: Array<AtlasRelatedObjectIdOutput>;
555
- attributes?: Record<string, Record<string, any>>;
556
- categories?: Array<AtlasTermCategorizationHeaderOutput>;
557
- classifications?: Array<AtlasClassificationOutput>;
558
- classifies?: Array<AtlasRelatedTermHeaderOutput>;
559
- contacts?: Record<string, Array<ContactInfoOutput>>;
560
- createdBy?: string;
561
- createTime?: number;
562
- examples?: string[];
563
- guid?: string;
564
- hierarchyInfo?: Array<PurviewObjectIdOutput>;
565
- isA?: Array<AtlasRelatedTermHeaderOutput>;
566
- lastModifiedTS?: string;
567
- longDescription?: string;
568
- name?: string;
569
- nickName?: string;
570
- preferredTerms?: Array<AtlasRelatedTermHeaderOutput>;
571
- preferredToTerms?: Array<AtlasRelatedTermHeaderOutput>;
572
- qualifiedName?: string;
573
- replacedBy?: Array<AtlasRelatedTermHeaderOutput>;
574
- replacementTerms?: Array<AtlasRelatedTermHeaderOutput>;
575
- resources?: Array<ResourceLinkOutput>;
576
- seeAlso?: Array<AtlasRelatedTermHeaderOutput>;
577
- shortDescription?: string;
578
- status?: string;
579
- synonyms?: Array<AtlasRelatedTermHeaderOutput>;
580
- templateName?: any[];
581
- translatedTerms?: Array<AtlasRelatedTermHeaderOutput>;
582
- translationTerms?: Array<AtlasRelatedTermHeaderOutput>;
583
- updatedBy?: string;
584
- updateTime?: number;
585
- usage?: string;
586
- validValues?: Array<AtlasRelatedTermHeaderOutput>;
587
- validValuesFor?: Array<AtlasRelatedTermHeaderOutput>;
588
- }
589
-
590
- // @public
591
- export interface AtlasLineageInfoOutput {
592
- baseEntityGuid?: string;
593
- childrenCount?: number;
594
- guidEntityMap?: Record<string, AtlasEntityHeaderOutput>;
595
- lineageDepth?: number;
596
- lineageDirection?: string;
597
- lineageWidth?: number;
598
- parentRelations?: Array<ParentRelationOutput>;
599
- relations?: Array<LineageRelationOutput>;
600
- widthCounts?: Record<string, Record<string, any>>;
601
- }
602
-
603
- // @public
604
- export interface AtlasObjectId {
605
- guid?: string;
606
- typeName?: string;
607
- uniqueAttributes?: Record<string, unknown>;
608
- }
609
-
610
- // @public
611
- export interface AtlasObjectIdOutput {
612
- guid?: string;
613
- typeName?: string;
614
- uniqueAttributes?: Record<string, any>;
615
- }
616
-
617
- // @public
618
- export interface AtlasRelatedCategoryHeader {
619
- categoryGuid?: string;
620
- description?: string;
621
- displayText?: string;
622
- parentCategoryGuid?: string;
623
- relationGuid?: string;
624
- }
625
-
626
- // @public
627
- export interface AtlasRelatedCategoryHeaderOutput {
628
- categoryGuid?: string;
629
- description?: string;
630
- displayText?: string;
631
- parentCategoryGuid?: string;
632
- relationGuid?: string;
633
- }
634
-
635
- // @public
636
- export interface AtlasRelatedObjectId {
637
- displayText?: string;
638
- entityStatus?: string;
639
- guid?: string;
640
- relationshipAttributes?: AtlasStruct;
641
- relationshipGuid?: string;
642
- relationshipStatus?: string;
643
- relationshipType?: string;
644
- typeName?: string;
645
- uniqueAttributes?: Record<string, unknown>;
646
- }
647
-
648
- // @public
649
- export interface AtlasRelatedObjectIdOutput {
650
- displayText?: string;
651
- entityStatus?: string;
652
- guid?: string;
653
- relationshipAttributes?: AtlasStructOutput;
654
- relationshipGuid?: string;
655
- relationshipStatus?: string;
656
- relationshipType?: string;
657
- typeName?: string;
658
- uniqueAttributes?: Record<string, any>;
659
- }
660
-
661
- // @public
662
- export interface AtlasRelatedTermHeader {
663
- description?: string;
664
- displayText?: string;
665
- expression?: string;
666
- relationGuid?: string;
667
- status?: string;
668
- steward?: string;
669
- termGuid?: string;
670
- }
671
-
672
- // @public
673
- export interface AtlasRelatedTermHeaderOutput {
674
- description?: string;
675
- displayText?: string;
676
- expression?: string;
677
- relationGuid?: string;
678
- status?: string;
679
- steward?: string;
680
- termGuid?: string;
681
- }
682
-
683
- // @public
684
- export interface AtlasRelationship {
685
- attributes?: Record<string, unknown>;
686
- createdBy?: string;
687
- createTime?: number;
688
- end1?: AtlasObjectId;
689
- end2?: AtlasObjectId;
690
- guid?: string;
691
- homeId?: string;
692
- label?: string;
693
- lastModifiedTS?: string;
694
- provenanceType?: number;
695
- status?: string;
696
- typeName?: string;
697
- updatedBy?: string;
698
- updateTime?: number;
699
- version?: number;
700
- }
701
-
702
- // @public
703
- export interface AtlasRelationshipAttributeDef {
704
- cardinality?: string;
705
- constraints?: Array<AtlasConstraintDef>;
706
- defaultValue?: string;
707
- description?: string;
708
- includeInNotification?: boolean;
709
- isIndexable?: boolean;
710
- isLegacyAttribute?: boolean;
711
- isOptional?: boolean;
712
- isUnique?: boolean;
713
- name?: string;
714
- options?: Record<string, string>;
715
- relationshipTypeName?: string;
716
- typeName?: string;
717
- valuesMaxCount?: number;
718
- valuesMinCount?: number;
719
- }
720
-
721
- // @public
722
- export interface AtlasRelationshipAttributeDefOutput {
723
- cardinality?: string;
724
- constraints?: Array<AtlasConstraintDefOutput>;
725
- defaultValue?: string;
726
- description?: string;
727
- includeInNotification?: boolean;
728
- isIndexable?: boolean;
729
- isLegacyAttribute?: boolean;
730
- isOptional?: boolean;
731
- isUnique?: boolean;
732
- name?: string;
733
- options?: Record<string, string>;
734
- relationshipTypeName?: string;
735
- typeName?: string;
736
- valuesMaxCount?: number;
737
- valuesMinCount?: number;
738
- }
739
-
740
- // @public
741
- export interface AtlasRelationshipDef {
742
- attributeDefs?: Array<AtlasAttributeDef>;
743
- category?: string;
744
- createdBy?: string;
745
- createTime?: number;
746
- dateFormatter?: DateFormat;
747
- description?: string;
748
- endDef1?: AtlasRelationshipEndDef;
749
- endDef2?: AtlasRelationshipEndDef;
750
- guid?: string;
751
- lastModifiedTS?: string;
752
- name?: string;
753
- options?: Record<string, string>;
754
- relationshipCategory?: string;
755
- relationshipLabel?: string;
756
- serviceType?: string;
757
- typeVersion?: string;
758
- updatedBy?: string;
759
- updateTime?: number;
760
- version?: number;
761
- }
762
-
763
- // @public
764
- export interface AtlasRelationshipDefOutput {
765
- attributeDefs?: Array<AtlasAttributeDefOutput>;
766
- category?: string;
767
- createdBy?: string;
768
- createTime?: number;
769
- dateFormatter?: DateFormatOutput;
770
- description?: string;
771
- endDef1?: AtlasRelationshipEndDefOutput;
772
- endDef2?: AtlasRelationshipEndDefOutput;
773
- guid?: string;
774
- lastModifiedTS?: string;
775
- name?: string;
776
- options?: Record<string, string>;
777
- relationshipCategory?: string;
778
- relationshipLabel?: string;
779
- serviceType?: string;
780
- typeVersion?: string;
781
- updatedBy?: string;
782
- updateTime?: number;
783
- version?: number;
784
- }
785
-
786
- // @public
787
- export interface AtlasRelationshipEndDef {
788
- cardinality?: string;
789
- description?: string;
790
- isContainer?: boolean;
791
- isLegacyAttribute?: boolean;
792
- name?: string;
793
- type?: string;
794
- }
795
-
796
- // @public
797
- export interface AtlasRelationshipEndDefOutput {
798
- cardinality?: string;
799
- description?: string;
800
- isContainer?: boolean;
801
- isLegacyAttribute?: boolean;
802
- name?: string;
803
- type?: string;
804
- }
805
-
806
- // @public
807
- export interface AtlasRelationshipOutput {
808
- attributes?: Record<string, any>;
809
- createdBy?: string;
810
- createTime?: number;
811
- end1?: AtlasObjectIdOutput;
812
- end2?: AtlasObjectIdOutput;
813
- guid?: string;
814
- homeId?: string;
815
- label?: string;
816
- lastModifiedTS?: string;
817
- provenanceType?: number;
818
- status?: string;
819
- typeName?: string;
820
- updatedBy?: string;
821
- updateTime?: number;
822
- version?: number;
823
- }
824
-
825
- // @public
826
- export interface AtlasRelationshipWithExtInfoOutput {
827
- referredEntities?: Record<string, AtlasEntityHeaderOutput>;
828
- relationship?: AtlasRelationshipOutput;
829
- }
830
-
831
- // @public
832
- export interface AtlasStruct {
833
- attributes?: Record<string, unknown>;
834
- lastModifiedTS?: string;
835
- typeName?: string;
836
- }
837
-
838
- // @public
839
- export interface AtlasStructDef {
840
- attributeDefs?: Array<AtlasAttributeDef>;
841
- category?: string;
842
- createdBy?: string;
843
- createTime?: number;
844
- dateFormatter?: DateFormat;
845
- description?: string;
846
- guid?: string;
847
- lastModifiedTS?: string;
848
- name?: string;
849
- options?: Record<string, string>;
850
- serviceType?: string;
851
- typeVersion?: string;
852
- updatedBy?: string;
853
- updateTime?: number;
854
- version?: number;
855
- }
856
-
857
- // @public
858
- export interface AtlasStructDefOutput {
859
- attributeDefs?: Array<AtlasAttributeDefOutput>;
860
- category?: string;
861
- createdBy?: string;
862
- createTime?: number;
863
- dateFormatter?: DateFormatOutput;
864
- description?: string;
865
- guid?: string;
866
- lastModifiedTS?: string;
867
- name?: string;
868
- options?: Record<string, string>;
869
- serviceType?: string;
870
- typeVersion?: string;
871
- updatedBy?: string;
872
- updateTime?: number;
873
- version?: number;
874
- }
875
-
876
- // @public
877
- export interface AtlasStructOutput {
878
- attributes?: Record<string, any>;
879
- lastModifiedTS?: string;
880
- typeName?: string;
881
- }
882
-
883
- // @public
884
- export interface AtlasTermAssignmentHeader {
885
- confidence?: number;
886
- createdBy?: string;
887
- description?: string;
888
- displayText?: string;
889
- expression?: string;
890
- relationGuid?: string;
891
- status?: string;
892
- steward?: string;
893
- termGuid?: string;
894
- }
895
-
896
- // @public
897
- export interface AtlasTermAssignmentHeaderOutput {
898
- confidence?: number;
899
- createdBy?: string;
900
- description?: string;
901
- displayText?: string;
902
- expression?: string;
903
- relationGuid?: string;
904
- status?: string;
905
- steward?: string;
906
- termGuid?: string;
907
- }
908
-
909
- // @public
910
- export interface AtlasTermCategorizationHeader {
911
- categoryGuid?: string;
912
- description?: string;
913
- displayText?: string;
914
- relationGuid?: string;
915
- status?: string;
916
- }
917
-
918
- // @public
919
- export interface AtlasTermCategorizationHeaderOutput {
920
- categoryGuid?: string;
921
- description?: string;
922
- displayText?: string;
923
- relationGuid?: string;
924
- status?: string;
925
- }
926
-
927
- // @public
928
- export interface AtlasTypeDefHeaderOutput {
929
- category?: string;
930
- guid?: string;
931
- name?: string;
932
- }
933
-
934
- // @public
935
- export interface AtlasTypeDefOutput {
936
- attributeDefs?: Array<AtlasAttributeDefOutput>;
937
- category?: string;
938
- createdBy?: string;
939
- createTime?: number;
940
- dateFormatter?: DateFormatOutput;
941
- defaultValue?: string;
942
- description?: string;
943
- elementDefs?: Array<AtlasEnumElementDefOutput>;
944
- endDef1?: AtlasRelationshipEndDefOutput;
945
- endDef2?: AtlasRelationshipEndDefOutput;
946
- entityTypes?: string[];
947
- guid?: string;
948
- lastModifiedTS?: string;
949
- name?: string;
950
- options?: Record<string, string>;
951
- relationshipAttributeDefs?: Array<AtlasRelationshipAttributeDefOutput>;
952
- relationshipCategory?: string;
953
- relationshipLabel?: string;
954
- serviceType?: string;
955
- subTypes?: string[];
956
- superTypes?: string[];
957
- typeVersion?: string;
958
- updatedBy?: string;
959
- updateTime?: number;
960
- version?: number;
961
- }
962
-
963
- // @public
964
- export interface AtlasTypesDef {
965
- businessMetadataDefs?: Array<AtlasBusinessMetadataDef>;
966
- classificationDefs?: Array<AtlasClassificationDef>;
967
- entityDefs?: Array<AtlasEntityDef>;
968
- enumDefs?: Array<AtlasEnumDef>;
969
- relationshipDefs?: Array<AtlasRelationshipDef>;
970
- structDefs?: Array<AtlasStructDef>;
971
- termTemplateDefs?: Array<TermTemplateDef>;
972
- }
973
-
974
- // @public
975
- export interface AtlasTypesDefOutput {
976
- businessMetadataDefs?: Array<AtlasBusinessMetadataDefOutput>;
977
- classificationDefs?: Array<AtlasClassificationDefOutput>;
978
- entityDefs?: Array<AtlasEntityDefOutput>;
979
- enumDefs?: Array<AtlasEnumDefOutput>;
980
- relationshipDefs?: Array<AtlasRelationshipDefOutput>;
981
- structDefs?: Array<AtlasStructDefOutput>;
982
- termTemplateDefs?: Array<TermTemplateDefOutput>;
983
- }
984
-
985
- // @public
986
- export interface AutoCompleteOptions {
987
- filter?: unknown;
988
- keywords?: string;
989
- limit?: number;
990
- }
991
-
992
- // @public
993
- export interface AutoCompleteResultOutput {
994
- value?: Array<AutoCompleteResultValueOutput>;
995
- }
996
-
997
- // @public
998
- export interface AutoCompleteResultValueOutput {
999
- queryPlusText?: string;
1000
- text?: string;
1001
- }
1002
-
1003
- // @public (undocumented)
1004
- export function buildMultiCollection(items: string[], parameterName: string): string;
1005
-
1006
- // @public
1007
- export interface BulkImportResultOutput {
1008
- failedImportInfoList?: Array<ImportInfoOutput>;
1009
- successImportInfoList?: Array<ImportInfoOutput>;
1010
- }
1011
-
1012
- // @public
1013
- export interface BusinessMetadataOptions {
1014
- file: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream | File;
1015
- }
1016
-
1017
- // @public
1018
- export interface BusinessMetadataOptionsOutput {
1019
- file: Uint8Array;
1020
- }
1021
-
1022
- // @public
1023
- export interface ClassificationAssociateOptions {
1024
- classification?: AtlasClassification;
1025
- entityGuids?: string[];
1026
- }
1027
-
1028
- // @public
1029
- export interface ContactInfo {
1030
- id?: string;
1031
- info?: string;
1032
- }
1033
-
1034
- // @public
1035
- export interface ContactInfoOutput {
1036
- id?: string;
1037
- info?: string;
1038
- }
1039
-
1040
- // @public
1041
- export interface ContactSearchResultValueOutput {
1042
- contactType?: string;
1043
- id?: string;
1044
- info?: string;
1045
- }
1046
-
1047
- // @public
1048
- function createClient(endpoint: string, credentials: TokenCredential, options?: ClientOptions): PurviewDataMapClient;
1049
- export default createClient;
1050
-
1051
- export { createFile }
1052
-
1053
- export { createFileFromStream }
1054
-
1055
- export { CreateFileFromStreamOptions }
1056
-
1057
- export { CreateFileOptions }
1058
-
1059
- // @public
1060
- export interface DateFormat {
1061
- availableLocales?: string[];
1062
- calendar?: number;
1063
- dateInstance?: DateFormat;
1064
- dateTimeInstance?: DateFormat;
1065
- instance?: DateFormat;
1066
- lenient?: boolean;
1067
- numberFormat?: NumberFormat;
1068
- timeInstance?: DateFormat;
1069
- timeZone?: TimeZone;
1070
- }
1071
-
1072
- // @public
1073
- export interface DateFormatOutput {
1074
- availableLocales?: string[];
1075
- calendar?: number;
1076
- dateInstance?: DateFormatOutput;
1077
- dateTimeInstance?: DateFormatOutput;
1078
- instance?: DateFormatOutput;
1079
- lenient?: boolean;
1080
- numberFormat?: NumberFormatOutput;
1081
- timeInstance?: DateFormatOutput;
1082
- timeZone?: TimeZoneOutput;
1083
- }
1084
-
1085
- // @public (undocumented)
1086
- export interface DiscoveryAutoComplete {
1087
- post(options?: DiscoveryAutoCompleteParameters): StreamableMethod<DiscoveryAutoComplete200Response | DiscoveryAutoCompleteDefaultResponse>;
1088
- }
1089
-
1090
- // @public
1091
- export interface DiscoveryAutoComplete200Response extends HttpResponse {
1092
- // (undocumented)
1093
- body: AutoCompleteResultOutput;
1094
- // (undocumented)
1095
- status: "200";
1096
- }
1097
-
1098
- // @public (undocumented)
1099
- export interface DiscoveryAutoCompleteBodyParam {
1100
- // (undocumented)
1101
- body?: AutoCompleteOptions;
1102
- }
1103
-
1104
- // @public (undocumented)
1105
- export interface DiscoveryAutoCompleteDefaultResponse extends HttpResponse {
1106
- // (undocumented)
1107
- body: AtlasErrorResponseOutput;
1108
- // (undocumented)
1109
- status: string;
1110
- }
1111
-
1112
- // @public (undocumented)
1113
- export type DiscoveryAutoCompleteParameters = DiscoveryAutoCompleteBodyParam & RequestParameters;
1114
-
1115
- // @public (undocumented)
1116
- export interface DiscoveryQuery {
1117
- post(options?: DiscoveryQueryParameters): StreamableMethod<DiscoveryQuery200Response | DiscoveryQueryDefaultResponse>;
1118
- }
1119
-
1120
- // @public
1121
- export interface DiscoveryQuery200Response extends HttpResponse {
1122
- // (undocumented)
1123
- body: QueryResultOutput;
1124
- // (undocumented)
1125
- status: "200";
1126
- }
1127
-
1128
- // @public (undocumented)
1129
- export interface DiscoveryQueryBodyParam {
1130
- // (undocumented)
1131
- body?: QueryOptions;
1132
- }
1133
-
1134
- // @public (undocumented)
1135
- export interface DiscoveryQueryDefaultResponse extends HttpResponse {
1136
- // (undocumented)
1137
- body: AtlasErrorResponseOutput;
1138
- // (undocumented)
1139
- status: string;
1140
- }
1141
-
1142
- // @public (undocumented)
1143
- export type DiscoveryQueryParameters = DiscoveryQueryBodyParam & RequestParameters;
1144
-
1145
- // @public (undocumented)
1146
- export interface DiscoverySuggest {
1147
- post(options?: DiscoverySuggestParameters): StreamableMethod<DiscoverySuggest200Response | DiscoverySuggestDefaultResponse>;
1148
- }
1149
-
1150
- // @public
1151
- export interface DiscoverySuggest200Response extends HttpResponse {
1152
- // (undocumented)
1153
- body: SuggestResultOutput;
1154
- // (undocumented)
1155
- status: "200";
1156
- }
1157
-
1158
- // @public (undocumented)
1159
- export interface DiscoverySuggestBodyParam {
1160
- // (undocumented)
1161
- body?: SuggestOptions;
1162
- }
1163
-
1164
- // @public (undocumented)
1165
- export interface DiscoverySuggestDefaultResponse extends HttpResponse {
1166
- // (undocumented)
1167
- body: AtlasErrorResponseOutput;
1168
- // (undocumented)
1169
- status: string;
1170
- }
1171
-
1172
- // @public (undocumented)
1173
- export type DiscoverySuggestParameters = DiscoverySuggestBodyParam & RequestParameters;
1174
-
1175
- // @public (undocumented)
1176
- export interface EntityAddClassification {
1177
- post(options?: EntityAddClassificationParameters): StreamableMethod<EntityAddClassification204Response | EntityAddClassificationDefaultResponse>;
1178
- }
1179
-
1180
- // @public
1181
- export interface EntityAddClassification204Response extends HttpResponse {
1182
- // (undocumented)
1183
- status: "204";
1184
- }
1185
-
1186
- // @public (undocumented)
1187
- export interface EntityAddClassificationBodyParam {
1188
- // (undocumented)
1189
- body?: ClassificationAssociateOptions;
1190
- }
1191
-
1192
- // @public (undocumented)
1193
- export interface EntityAddClassificationDefaultResponse extends HttpResponse {
1194
- // (undocumented)
1195
- body: AtlasErrorResponseOutput;
1196
- // (undocumented)
1197
- status: string;
1198
- }
1199
-
1200
- // @public (undocumented)
1201
- export type EntityAddClassificationParameters = EntityAddClassificationBodyParam & RequestParameters;
1202
-
1203
- // @public
1204
- export interface EntityAddClassifications204Response extends HttpResponse {
1205
- // (undocumented)
1206
- status: "204";
1207
- }
1208
-
1209
- // @public (undocumented)
1210
- export interface EntityAddClassificationsBodyParam {
1211
- body: Array<AtlasClassification>;
1212
- }
1213
-
1214
- // @public (undocumented)
1215
- export interface EntityAddClassificationsByUniqueAttribute {
1216
- post(options: EntityAddClassificationsByUniqueAttributeParameters): StreamableMethod<EntityAddClassificationsByUniqueAttribute204Response | EntityAddClassificationsByUniqueAttributeDefaultResponse>;
1217
- put(options: EntityUpdateClassificationsByUniqueAttributeParameters): StreamableMethod<EntityUpdateClassificationsByUniqueAttribute204Response | EntityUpdateClassificationsByUniqueAttributeDefaultResponse>;
1218
- }
1219
-
1220
- // @public
1221
- export interface EntityAddClassificationsByUniqueAttribute204Response extends HttpResponse {
1222
- // (undocumented)
1223
- status: "204";
1224
- }
1225
-
1226
- // @public (undocumented)
1227
- export interface EntityAddClassificationsByUniqueAttributeBodyParam {
1228
- body: Array<AtlasClassification>;
1229
- }
1230
-
1231
- // @public (undocumented)
1232
- export interface EntityAddClassificationsByUniqueAttributeDefaultResponse extends HttpResponse {
1233
- // (undocumented)
1234
- body: AtlasErrorResponseOutput;
1235
- // (undocumented)
1236
- status: string;
1237
- }
1238
-
1239
- // @public (undocumented)
1240
- export type EntityAddClassificationsByUniqueAttributeParameters = EntityAddClassificationsByUniqueAttributeQueryParam & EntityAddClassificationsByUniqueAttributeBodyParam & RequestParameters;
1241
-
1242
- // @public (undocumented)
1243
- export interface EntityAddClassificationsByUniqueAttributeQueryParam {
1244
- // (undocumented)
1245
- queryParameters?: EntityAddClassificationsByUniqueAttributeQueryParamProperties;
1246
- }
1247
-
1248
- // @public (undocumented)
1249
- export interface EntityAddClassificationsByUniqueAttributeQueryParamProperties {
1250
- "attr:qualifiedName"?: string;
1251
- }
1252
-
1253
- // @public (undocumented)
1254
- export interface EntityAddClassificationsDefaultResponse extends HttpResponse {
1255
- // (undocumented)
1256
- body: AtlasErrorResponseOutput;
1257
- // (undocumented)
1258
- status: string;
1259
- }
1260
-
1261
- // @public (undocumented)
1262
- export type EntityAddClassificationsParameters = EntityAddClassificationsBodyParam & RequestParameters;
1263
-
1264
- // @public
1265
- export interface EntityAddLabel204Response extends HttpResponse {
1266
- // (undocumented)
1267
- status: "204";
1268
- }
1269
-
1270
- // @public (undocumented)
1271
- export interface EntityAddLabelBodyParam {
1272
- body?: string[];
1273
- }
1274
-
1275
- // @public (undocumented)
1276
- export interface EntityAddLabelDefaultResponse extends HttpResponse {
1277
- // (undocumented)
1278
- body: AtlasErrorResponseOutput;
1279
- // (undocumented)
1280
- status: string;
1281
- }
1282
-
1283
- // @public (undocumented)
1284
- export type EntityAddLabelParameters = EntityAddLabelBodyParam & RequestParameters;
1285
-
1286
- // @public
1287
- export interface EntityAddLabelsByUniqueAttribute204Response extends HttpResponse {
1288
- // (undocumented)
1289
- status: "204";
1290
- }
1291
-
1292
- // @public (undocumented)
1293
- export interface EntityAddLabelsByUniqueAttributeBodyParam {
1294
- body?: string[];
1295
- }
1296
-
1297
- // @public (undocumented)
1298
- export interface EntityAddLabelsByUniqueAttributeDefaultResponse extends HttpResponse {
1299
- // (undocumented)
1300
- body: AtlasErrorResponseOutput;
1301
- // (undocumented)
1302
- status: string;
1303
- }
1304
-
1305
- // @public (undocumented)
1306
- export type EntityAddLabelsByUniqueAttributeParameters = EntityAddLabelsByUniqueAttributeQueryParam & EntityAddLabelsByUniqueAttributeBodyParam & RequestParameters;
1307
-
1308
- // @public (undocumented)
1309
- export interface EntityAddLabelsByUniqueAttributeQueryParam {
1310
- // (undocumented)
1311
- queryParameters?: EntityAddLabelsByUniqueAttributeQueryParamProperties;
1312
- }
1313
-
1314
- // @public (undocumented)
1315
- export interface EntityAddLabelsByUniqueAttributeQueryParamProperties {
1316
- "attr:qualifiedName"?: string;
1317
- }
1318
-
1319
- // @public
1320
- export interface EntityAddOrUpdateBusinessMetadata204Response extends HttpResponse {
1321
- // (undocumented)
1322
- status: "204";
1323
- }
1324
-
1325
- // @public
1326
- export interface EntityAddOrUpdateBusinessMetadataAttributes204Response extends HttpResponse {
1327
- // (undocumented)
1328
- status: "204";
1329
- }
1330
-
1331
- // @public (undocumented)
1332
- export interface EntityAddOrUpdateBusinessMetadataAttributesBodyParam {
1333
- body: Record<string, unknown>;
1334
- }
1335
-
1336
- // @public (undocumented)
1337
- export interface EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse extends HttpResponse {
1338
- // (undocumented)
1339
- body: AtlasErrorResponseOutput;
1340
- // (undocumented)
1341
- status: string;
1342
- }
1343
-
1344
- // @public (undocumented)
1345
- export type EntityAddOrUpdateBusinessMetadataAttributesParameters = EntityAddOrUpdateBusinessMetadataAttributesBodyParam & RequestParameters;
1346
-
1347
- // @public (undocumented)
1348
- export interface EntityAddOrUpdateBusinessMetadataBodyParam {
1349
- body: Record<string, Record<string, unknown>>;
1350
- }
1351
-
1352
- // @public (undocumented)
1353
- export interface EntityAddOrUpdateBusinessMetadataDefaultResponse extends HttpResponse {
1354
- // (undocumented)
1355
- body: AtlasErrorResponseOutput;
1356
- // (undocumented)
1357
- status: string;
1358
- }
1359
-
1360
- // @public (undocumented)
1361
- export type EntityAddOrUpdateBusinessMetadataParameters = EntityAddOrUpdateBusinessMetadataQueryParam & EntityAddOrUpdateBusinessMetadataBodyParam & RequestParameters;
1362
-
1363
- // @public (undocumented)
1364
- export interface EntityAddOrUpdateBusinessMetadataQueryParam {
1365
- // (undocumented)
1366
- queryParameters?: EntityAddOrUpdateBusinessMetadataQueryParamProperties;
1367
- }
1368
-
1369
- // @public (undocumented)
1370
- export interface EntityAddOrUpdateBusinessMetadataQueryParamProperties {
1371
- isOverwrite?: boolean;
1372
- }
1373
-
1374
- // @public
1375
- export interface EntityBulkCreateOrUpdate200Response extends HttpResponse {
1376
- // (undocumented)
1377
- body: EntityMutationResultOutput;
1378
- // (undocumented)
1379
- status: "200";
1380
- }
1381
-
1382
- // @public (undocumented)
1383
- export interface EntityBulkCreateOrUpdateBodyParam {
1384
- // (undocumented)
1385
- body?: AtlasEntitiesWithExtInfo;
1386
- }
1387
-
1388
- // @public (undocumented)
1389
- export interface EntityBulkCreateOrUpdateDefaultResponse extends HttpResponse {
1390
- // (undocumented)
1391
- body: AtlasErrorResponseOutput;
1392
- // (undocumented)
1393
- status: string;
1394
- }
1395
-
1396
- // @public (undocumented)
1397
- export type EntityBulkCreateOrUpdateParameters = EntityBulkCreateOrUpdateQueryParam & EntityBulkCreateOrUpdateBodyParam & RequestParameters;
1398
-
1399
- // @public (undocumented)
1400
- export interface EntityBulkCreateOrUpdateQueryParam {
1401
- // (undocumented)
1402
- queryParameters?: EntityBulkCreateOrUpdateQueryParamProperties;
1403
- }
1404
-
1405
- // @public (undocumented)
1406
- export interface EntityBulkCreateOrUpdateQueryParamProperties {
1407
- businessAttributeUpdateBehavior?: string;
1408
- collectionId?: string;
1409
- }
1410
-
1411
- // @public
1412
- export interface EntityBulkDelete200Response extends HttpResponse {
1413
- // (undocumented)
1414
- body: EntityMutationResultOutput;
1415
- // (undocumented)
1416
- status: "200";
1417
- }
1418
-
1419
- // @public (undocumented)
1420
- export interface EntityBulkDeleteDefaultResponse extends HttpResponse {
1421
- // (undocumented)
1422
- body: AtlasErrorResponseOutput;
1423
- // (undocumented)
1424
- status: string;
1425
- }
1426
-
1427
- // @public (undocumented)
1428
- export type EntityBulkDeleteParameters = EntityBulkDeleteQueryParam & RequestParameters;
1429
-
1430
- // @public (undocumented)
1431
- export interface EntityBulkDeleteQueryParam {
1432
- // (undocumented)
1433
- queryParameters: EntityBulkDeleteQueryParamProperties;
1434
- }
1435
-
1436
- // @public (undocumented)
1437
- export interface EntityBulkDeleteQueryParamProperties {
1438
- guid: string;
1439
- }
1440
-
1441
- // @public (undocumented)
1442
- export interface EntityBulkSetClassifications {
1443
- post(options?: EntityBulkSetClassificationsParameters): StreamableMethod<EntityBulkSetClassifications200Response | EntityBulkSetClassificationsDefaultResponse>;
1444
- }
1445
-
1446
- // @public
1447
- export interface EntityBulkSetClassifications200Response extends HttpResponse {
1448
- // (undocumented)
1449
- body: string[];
1450
- // (undocumented)
1451
- status: "200";
1452
- }
1453
-
1454
- // @public (undocumented)
1455
- export interface EntityBulkSetClassificationsBodyParam {
1456
- // (undocumented)
1457
- body?: AtlasEntityHeaders;
1458
- }
1459
-
1460
- // @public (undocumented)
1461
- export interface EntityBulkSetClassificationsDefaultResponse extends HttpResponse {
1462
- // (undocumented)
1463
- body: AtlasErrorResponseOutput;
1464
- // (undocumented)
1465
- status: string;
1466
- }
1467
-
1468
- // @public (undocumented)
1469
- export type EntityBulkSetClassificationsParameters = EntityBulkSetClassificationsBodyParam & RequestParameters;
1470
-
1471
- // @public (undocumented)
1472
- export interface EntityCreateOrUpdate {
1473
- post(options?: EntityCreateOrUpdateParameters): StreamableMethod<EntityCreateOrUpdate200Response | EntityCreateOrUpdateDefaultResponse>;
1474
- }
1475
-
1476
- // @public
1477
- export interface EntityCreateOrUpdate200Response extends HttpResponse {
1478
- // (undocumented)
1479
- body: EntityMutationResultOutput;
1480
- // (undocumented)
1481
- status: "200";
1482
- }
1483
-
1484
- // @public (undocumented)
1485
- export interface EntityCreateOrUpdateBodyParam {
1486
- // (undocumented)
1487
- body?: AtlasEntityWithExtInfo;
1488
- }
1489
-
1490
- // @public (undocumented)
1491
- export interface EntityCreateOrUpdateDefaultResponse extends HttpResponse {
1492
- // (undocumented)
1493
- body: AtlasErrorResponseOutput;
1494
- // (undocumented)
1495
- status: string;
1496
- }
1497
-
1498
- // @public (undocumented)
1499
- export type EntityCreateOrUpdateParameters = EntityCreateOrUpdateQueryParam & EntityCreateOrUpdateBodyParam & RequestParameters;
1500
-
1501
- // @public (undocumented)
1502
- export interface EntityCreateOrUpdateQueryParam {
1503
- // (undocumented)
1504
- queryParameters?: EntityCreateOrUpdateQueryParamProperties;
1505
- }
1506
-
1507
- // @public (undocumented)
1508
- export interface EntityCreateOrUpdateQueryParamProperties {
1509
- businessAttributeUpdateBehavior?: string;
1510
- collectionId?: string;
1511
- }
1512
-
1513
- // @public
1514
- export interface EntityDeleteByUniqueAttribute200Response extends HttpResponse {
1515
- // (undocumented)
1516
- body: EntityMutationResultOutput;
1517
- // (undocumented)
1518
- status: "200";
1519
- }
1520
-
1521
- // @public (undocumented)
1522
- export interface EntityDeleteByUniqueAttributeDefaultResponse extends HttpResponse {
1523
- // (undocumented)
1524
- body: AtlasErrorResponseOutput;
1525
- // (undocumented)
1526
- status: string;
1527
- }
1528
-
1529
- // @public (undocumented)
1530
- export type EntityDeleteByUniqueAttributeParameters = EntityDeleteByUniqueAttributeQueryParam & RequestParameters;
1531
-
1532
- // @public (undocumented)
1533
- export interface EntityDeleteByUniqueAttributeQueryParam {
1534
- // (undocumented)
1535
- queryParameters?: EntityDeleteByUniqueAttributeQueryParamProperties;
1536
- }
1537
-
1538
- // @public (undocumented)
1539
- export interface EntityDeleteByUniqueAttributeQueryParamProperties {
1540
- "attr:qualifiedName"?: string;
1541
- }
1542
-
1543
- // @public
1544
- export interface EntityDeleteOperation200Response extends HttpResponse {
1545
- // (undocumented)
1546
- body: EntityMutationResultOutput;
1547
- // (undocumented)
1548
- status: "200";
1549
- }
1550
-
1551
- // @public (undocumented)
1552
- export interface EntityDeleteOperationDefaultResponse extends HttpResponse {
1553
- // (undocumented)
1554
- body: AtlasErrorResponseOutput;
1555
- // (undocumented)
1556
- status: string;
1557
- }
1558
-
1559
- // @public (undocumented)
1560
- export type EntityDeleteParameters = RequestParameters;
1561
-
1562
- // @public (undocumented)
1563
- export interface EntityGet {
1564
- delete(options?: EntityDeleteParameters): StreamableMethod<EntityDeleteOperation200Response | EntityDeleteOperationDefaultResponse>;
1565
- get(options?: EntityGetParameters): StreamableMethod<EntityGet200Response | EntityGetDefaultResponse>;
1566
- put(options: EntityPartialUpdateAttributeByGuidParameters): StreamableMethod<EntityPartialUpdateAttributeByGuid200Response | EntityPartialUpdateAttributeByGuidDefaultResponse>;
1567
- }
1568
-
1569
- // @public
1570
- export interface EntityGet200Response extends HttpResponse {
1571
- // (undocumented)
1572
- body: AtlasEntityWithExtInfoOutput;
1573
- // (undocumented)
1574
- status: "200";
1575
- }
1576
-
1577
- // @public (undocumented)
1578
- export interface EntityGetByUniqueAttributes {
1579
- delete(options?: EntityDeleteByUniqueAttributeParameters): StreamableMethod<EntityDeleteByUniqueAttribute200Response | EntityDeleteByUniqueAttributeDefaultResponse>;
1580
- get(options?: EntityGetByUniqueAttributesParameters): StreamableMethod<EntityGetByUniqueAttributes200Response | EntityGetByUniqueAttributesDefaultResponse>;
1581
- put(options?: EntityPartialUpdateByUniqueAttributesParameters): StreamableMethod<EntityPartialUpdateByUniqueAttributes200Response | EntityPartialUpdateByUniqueAttributesDefaultResponse>;
1582
- }
1583
-
1584
- // @public
1585
- export interface EntityGetByUniqueAttributes200Response extends HttpResponse {
1586
- // (undocumented)
1587
- body: AtlasEntityWithExtInfoOutput;
1588
- // (undocumented)
1589
- status: "200";
1590
- }
1591
-
1592
- // @public (undocumented)
1593
- export interface EntityGetByUniqueAttributesDefaultResponse extends HttpResponse {
1594
- // (undocumented)
1595
- body: AtlasErrorResponseOutput;
1596
- // (undocumented)
1597
- status: string;
1598
- }
1599
-
1600
- // @public (undocumented)
1601
- export type EntityGetByUniqueAttributesParameters = EntityGetByUniqueAttributesQueryParam & RequestParameters;
1602
-
1603
- // @public (undocumented)
1604
- export interface EntityGetByUniqueAttributesQueryParam {
1605
- // (undocumented)
1606
- queryParameters?: EntityGetByUniqueAttributesQueryParamProperties;
1607
- }
1608
-
1609
- // @public (undocumented)
1610
- export interface EntityGetByUniqueAttributesQueryParamProperties {
1611
- "attr:qualifiedName"?: string;
1612
- ignoreRelationships?: boolean;
1613
- minExtInfo?: boolean;
1614
- }
1615
-
1616
- // @public (undocumented)
1617
- export interface EntityGetClassification {
1618
- delete(options?: EntityRemoveClassificationParameters): StreamableMethod<EntityRemoveClassification204Response | EntityRemoveClassificationDefaultResponse>;
1619
- get(options?: EntityGetClassificationParameters): StreamableMethod<EntityGetClassification200Response | EntityGetClassificationDefaultResponse>;
1620
- }
1621
-
1622
- // @public
1623
- export interface EntityGetClassification200Response extends HttpResponse {
1624
- // (undocumented)
1625
- body: AtlasClassificationOutput;
1626
- // (undocumented)
1627
- status: "200";
1628
- }
1629
-
1630
- // @public (undocumented)
1631
- export interface EntityGetClassificationDefaultResponse extends HttpResponse {
1632
- // (undocumented)
1633
- body: AtlasErrorResponseOutput;
1634
- // (undocumented)
1635
- status: string;
1636
- }
1637
-
1638
- // @public (undocumented)
1639
- export type EntityGetClassificationParameters = RequestParameters;
1640
-
1641
- // @public (undocumented)
1642
- export interface EntityGetClassifications {
1643
- get(options?: EntityGetClassificationsParameters): StreamableMethod<EntityGetClassifications200Response | EntityGetClassificationsDefaultResponse>;
1644
- post(options: EntityAddClassificationsParameters): StreamableMethod<EntityAddClassifications204Response | EntityAddClassificationsDefaultResponse>;
1645
- put(options: EntityUpdateClassificationsParameters): StreamableMethod<EntityUpdateClassifications204Response | EntityUpdateClassificationsDefaultResponse>;
1646
- }
1647
-
1648
- // @public
1649
- export interface EntityGetClassifications200Response extends HttpResponse {
1650
- // (undocumented)
1651
- body: AtlasClassificationsOutput;
1652
- // (undocumented)
1653
- status: "200";
1654
- }
1655
-
1656
- // @public (undocumented)
1657
- export interface EntityGetClassificationsDefaultResponse extends HttpResponse {
1658
- // (undocumented)
1659
- body: AtlasErrorResponseOutput;
1660
- // (undocumented)
1661
- status: string;
1662
- }
1663
-
1664
- // @public (undocumented)
1665
- export type EntityGetClassificationsParameters = RequestParameters;
1666
-
1667
- // @public (undocumented)
1668
- export interface EntityGetDefaultResponse extends HttpResponse {
1669
- // (undocumented)
1670
- body: AtlasErrorResponseOutput;
1671
- // (undocumented)
1672
- status: string;
1673
- }
1674
-
1675
- // @public (undocumented)
1676
- export interface EntityGetHeader {
1677
- get(options?: EntityGetHeaderParameters): StreamableMethod<EntityGetHeader200Response | EntityGetHeaderDefaultResponse>;
1678
- }
1679
-
1680
- // @public
1681
- export interface EntityGetHeader200Response extends HttpResponse {
1682
- // (undocumented)
1683
- body: AtlasEntityHeaderOutput;
1684
- // (undocumented)
1685
- status: "200";
1686
- }
1687
-
1688
- // @public (undocumented)
1689
- export interface EntityGetHeaderDefaultResponse extends HttpResponse {
1690
- // (undocumented)
1691
- body: AtlasErrorResponseOutput;
1692
- // (undocumented)
1693
- status: string;
1694
- }
1695
-
1696
- // @public (undocumented)
1697
- export type EntityGetHeaderParameters = RequestParameters;
1698
-
1699
- // @public (undocumented)
1700
- export type EntityGetParameters = EntityGetQueryParam & RequestParameters;
1701
-
1702
- // @public (undocumented)
1703
- export interface EntityGetQueryParam {
1704
- // (undocumented)
1705
- queryParameters?: EntityGetQueryParamProperties;
1706
- }
1707
-
1708
- // @public (undocumented)
1709
- export interface EntityGetQueryParamProperties {
1710
- ignoreRelationships?: boolean;
1711
- minExtInfo?: boolean;
1712
- }
1713
-
1714
- // @public (undocumented)
1715
- export interface EntityGetSampleBusinessMetadataTemplate {
1716
- get(options?: EntityGetSampleBusinessMetadataTemplateParameters): StreamableMethod<EntityGetSampleBusinessMetadataTemplate200Response | EntityGetSampleBusinessMetadataTemplateDefaultResponse>;
1717
- }
1718
-
1719
- // @public
1720
- export interface EntityGetSampleBusinessMetadataTemplate200Response extends HttpResponse {
1721
- body: Uint8Array;
1722
- // (undocumented)
1723
- status: "200";
1724
- }
1725
-
1726
- // @public (undocumented)
1727
- export interface EntityGetSampleBusinessMetadataTemplateDefaultResponse extends HttpResponse {
1728
- // (undocumented)
1729
- body: AtlasErrorResponseOutput;
1730
- // (undocumented)
1731
- status: string;
1732
- }
1733
-
1734
- // @public (undocumented)
1735
- export type EntityGetSampleBusinessMetadataTemplateParameters = RequestParameters;
1736
-
1737
- // @public (undocumented)
1738
- export interface EntityImportBusinessMetadata {
1739
- post(options: EntityImportBusinessMetadataParameters): StreamableMethod<EntityImportBusinessMetadata200Response | EntityImportBusinessMetadataDefaultResponse>;
1740
- }
1741
-
1742
- // @public
1743
- export interface EntityImportBusinessMetadata200Response extends HttpResponse {
1744
- // (undocumented)
1745
- body: BulkImportResultOutput;
1746
- // (undocumented)
1747
- status: "200";
1748
- }
1749
-
1750
- // @public (undocumented)
1751
- export interface EntityImportBusinessMetadataBodyParam {
1752
- // (undocumented)
1753
- body?: BusinessMetadataOptions;
1754
- }
1755
-
1756
- // @public (undocumented)
1757
- export interface EntityImportBusinessMetadataDefaultResponse extends HttpResponse {
1758
- // (undocumented)
1759
- body: AtlasErrorResponseOutput;
1760
- // (undocumented)
1761
- status: string;
1762
- }
1763
-
1764
- // @public (undocumented)
1765
- export interface EntityImportBusinessMetadataMediaTypesParam {
1766
- contentType: "multipart/form-data";
1767
- }
1768
-
1769
- // @public (undocumented)
1770
- export type EntityImportBusinessMetadataParameters = EntityImportBusinessMetadataMediaTypesParam & EntityImportBusinessMetadataBodyParam & RequestParameters;
1771
-
1772
- // @public (undocumented)
1773
- export interface EntityListByGuids {
1774
- delete(options: EntityBulkDeleteParameters): StreamableMethod<EntityBulkDelete200Response | EntityBulkDeleteDefaultResponse>;
1775
- get(options: EntityListByGuidsParameters): StreamableMethod<EntityListByGuids200Response | EntityListByGuidsDefaultResponse>;
1776
- post(options?: EntityBulkCreateOrUpdateParameters): StreamableMethod<EntityBulkCreateOrUpdate200Response | EntityBulkCreateOrUpdateDefaultResponse>;
1777
- }
1778
-
1779
- // @public
1780
- export interface EntityListByGuids200Response extends HttpResponse {
1781
- // (undocumented)
1782
- body: AtlasEntitiesWithExtInfoOutput;
1783
- // (undocumented)
1784
- status: "200";
1785
- }
1786
-
1787
- // @public (undocumented)
1788
- export interface EntityListByGuidsDefaultResponse extends HttpResponse {
1789
- // (undocumented)
1790
- body: AtlasErrorResponseOutput;
1791
- // (undocumented)
1792
- status: string;
1793
- }
1794
-
1795
- // @public (undocumented)
1796
- export type EntityListByGuidsParameters = EntityListByGuidsQueryParam & RequestParameters;
1797
-
1798
- // @public (undocumented)
1799
- export interface EntityListByGuidsQueryParam {
1800
- // (undocumented)
1801
- queryParameters: EntityListByGuidsQueryParamProperties;
1802
- }
1803
-
1804
- // @public (undocumented)
1805
- export interface EntityListByGuidsQueryParamProperties {
1806
- guid: string;
1807
- ignoreRelationships?: boolean;
1808
- minExtInfo?: boolean;
1809
- }
1810
-
1811
- // @public (undocumented)
1812
- export interface EntityListByUniqueAttributes {
1813
- get(options?: EntityListByUniqueAttributesParameters): StreamableMethod<EntityListByUniqueAttributes200Response | EntityListByUniqueAttributesDefaultResponse>;
1814
- }
1815
-
1816
- // @public
1817
- export interface EntityListByUniqueAttributes200Response extends HttpResponse {
1818
- // (undocumented)
1819
- body: AtlasEntitiesWithExtInfoOutput;
1820
- // (undocumented)
1821
- status: "200";
1822
- }
1823
-
1824
- // @public (undocumented)
1825
- export interface EntityListByUniqueAttributesDefaultResponse extends HttpResponse {
1826
- // (undocumented)
1827
- body: AtlasErrorResponseOutput;
1828
- // (undocumented)
1829
- status: string;
1830
- }
1831
-
1832
- // @public (undocumented)
1833
- export type EntityListByUniqueAttributesParameters = EntityListByUniqueAttributesQueryParam & RequestParameters;
1834
-
1835
- // @public (undocumented)
1836
- export interface EntityListByUniqueAttributesQueryParam {
1837
- // (undocumented)
1838
- queryParameters?: EntityListByUniqueAttributesQueryParamProperties;
1839
- }
1840
-
1841
- // @public (undocumented)
1842
- export interface EntityListByUniqueAttributesQueryParamProperties {
1843
- "attr_N:qualifiedName"?: string;
1844
- ignoreRelationships?: boolean;
1845
- minExtInfo?: boolean;
1846
- }
1847
-
1848
- // @public (undocumented)
1849
- export interface EntityMoveEntitiesToCollection {
1850
- post(options: EntityMoveEntitiesToCollectionParameters): StreamableMethod<EntityMoveEntitiesToCollection200Response | EntityMoveEntitiesToCollectionDefaultResponse>;
1851
- }
1852
-
1853
- // @public
1854
- export interface EntityMoveEntitiesToCollection200Response extends HttpResponse {
1855
- // (undocumented)
1856
- body: EntityMutationResultOutput;
1857
- // (undocumented)
1858
- status: "200";
1859
- }
1860
-
1861
- // @public (undocumented)
1862
- export interface EntityMoveEntitiesToCollectionBodyParam {
1863
- // (undocumented)
1864
- body?: MoveEntitiesOptions;
1865
- }
1866
-
1867
- // @public (undocumented)
1868
- export interface EntityMoveEntitiesToCollectionDefaultResponse extends HttpResponse {
1869
- // (undocumented)
1870
- body: AtlasErrorResponseOutput;
1871
- // (undocumented)
1872
- status: string;
1873
- }
1874
-
1875
- // @public (undocumented)
1876
- export type EntityMoveEntitiesToCollectionParameters = EntityMoveEntitiesToCollectionQueryParam & EntityMoveEntitiesToCollectionBodyParam & RequestParameters;
1877
-
1878
- // @public (undocumented)
1879
- export interface EntityMoveEntitiesToCollectionQueryParam {
1880
- // (undocumented)
1881
- queryParameters: EntityMoveEntitiesToCollectionQueryParamProperties;
1882
- }
1883
-
1884
- // @public (undocumented)
1885
- export interface EntityMoveEntitiesToCollectionQueryParamProperties {
1886
- collectionId: string;
1887
- }
1888
-
1889
- // @public
1890
- export interface EntityMutationResultOutput {
1891
- guidAssignments?: Record<string, string>;
1892
- mutatedEntities?: Record<string, Array<AtlasEntityHeaderOutput>>;
1893
- partialUpdatedEntities?: Array<AtlasEntityHeaderOutput>;
1894
- }
1895
-
1896
- // @public
1897
- export interface EntityPartialUpdateAttributeByGuid200Response extends HttpResponse {
1898
- // (undocumented)
1899
- body: EntityMutationResultOutput;
1900
- // (undocumented)
1901
- status: "200";
1902
- }
1903
-
1904
- // @public (undocumented)
1905
- export interface EntityPartialUpdateAttributeByGuidBodyParam {
1906
- body: unknown;
1907
- }
1908
-
1909
- // @public (undocumented)
1910
- export interface EntityPartialUpdateAttributeByGuidDefaultResponse extends HttpResponse {
1911
- // (undocumented)
1912
- body: AtlasErrorResponseOutput;
1913
- // (undocumented)
1914
- status: string;
1915
- }
1916
-
1917
- // @public (undocumented)
1918
- export type EntityPartialUpdateAttributeByGuidParameters = EntityPartialUpdateAttributeByGuidQueryParam & EntityPartialUpdateAttributeByGuidBodyParam & RequestParameters;
1919
-
1920
- // @public (undocumented)
1921
- export interface EntityPartialUpdateAttributeByGuidQueryParam {
1922
- // (undocumented)
1923
- queryParameters: EntityPartialUpdateAttributeByGuidQueryParamProperties;
1924
- }
1925
-
1926
- // @public (undocumented)
1927
- export interface EntityPartialUpdateAttributeByGuidQueryParamProperties {
1928
- name: string;
1929
- }
1930
-
1931
- // @public
1932
- export interface EntityPartialUpdateByUniqueAttributes200Response extends HttpResponse {
1933
- // (undocumented)
1934
- body: EntityMutationResultOutput;
1935
- // (undocumented)
1936
- status: "200";
1937
- }
1938
-
1939
- // @public (undocumented)
1940
- export interface EntityPartialUpdateByUniqueAttributesBodyParam {
1941
- // (undocumented)
1942
- body?: AtlasEntityWithExtInfo;
1943
- }
1944
-
1945
- // @public (undocumented)
1946
- export interface EntityPartialUpdateByUniqueAttributesDefaultResponse extends HttpResponse {
1947
- // (undocumented)
1948
- body: AtlasErrorResponseOutput;
1949
- // (undocumented)
1950
- status: string;
1951
- }
1952
-
1953
- // @public (undocumented)
1954
- export type EntityPartialUpdateByUniqueAttributesParameters = EntityPartialUpdateByUniqueAttributesQueryParam & EntityPartialUpdateByUniqueAttributesBodyParam & RequestParameters;
1955
-
1956
- // @public (undocumented)
1957
- export interface EntityPartialUpdateByUniqueAttributesQueryParam {
1958
- // (undocumented)
1959
- queryParameters?: EntityPartialUpdateByUniqueAttributesQueryParamProperties;
1960
- }
1961
-
1962
- // @public (undocumented)
1963
- export interface EntityPartialUpdateByUniqueAttributesQueryParamProperties {
1964
- "attr:qualifiedName"?: string;
1965
- }
1966
-
1967
- // @public (undocumented)
1968
- export interface EntityRemoveBusinessMetadata {
1969
- delete(options: EntityRemoveBusinessMetadataParameters): StreamableMethod<EntityRemoveBusinessMetadata204Response | EntityRemoveBusinessMetadataDefaultResponse>;
1970
- post(options: EntityAddOrUpdateBusinessMetadataParameters): StreamableMethod<EntityAddOrUpdateBusinessMetadata204Response | EntityAddOrUpdateBusinessMetadataDefaultResponse>;
1971
- }
1972
-
1973
- // @public
1974
- export interface EntityRemoveBusinessMetadata204Response extends HttpResponse {
1975
- // (undocumented)
1976
- status: "204";
1977
- }
1978
-
1979
- // @public (undocumented)
1980
- export interface EntityRemoveBusinessMetadataAttributes {
1981
- delete(options: EntityRemoveBusinessMetadataAttributesParameters): StreamableMethod<EntityRemoveBusinessMetadataAttributes204Response | EntityRemoveBusinessMetadataAttributesDefaultResponse>;
1982
- post(options: EntityAddOrUpdateBusinessMetadataAttributesParameters): StreamableMethod<EntityAddOrUpdateBusinessMetadataAttributes204Response | EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse>;
1983
- }
1984
-
1985
- // @public
1986
- export interface EntityRemoveBusinessMetadataAttributes204Response extends HttpResponse {
1987
- // (undocumented)
1988
- status: "204";
1989
- }
1990
-
1991
- // @public (undocumented)
1992
- export interface EntityRemoveBusinessMetadataAttributesBodyParam {
1993
- body: Record<string, unknown>;
1994
- }
1995
-
1996
- // @public (undocumented)
1997
- export interface EntityRemoveBusinessMetadataAttributesDefaultResponse extends HttpResponse {
1998
- // (undocumented)
1999
- body: AtlasErrorResponseOutput;
2000
- // (undocumented)
2001
- status: string;
2002
- }
2003
-
2004
- // @public (undocumented)
2005
- export type EntityRemoveBusinessMetadataAttributesParameters = EntityRemoveBusinessMetadataAttributesBodyParam & RequestParameters;
2006
-
2007
- // @public (undocumented)
2008
- export interface EntityRemoveBusinessMetadataBodyParam {
2009
- body: Record<string, Record<string, unknown>>;
2010
- }
2011
-
2012
- // @public (undocumented)
2013
- export interface EntityRemoveBusinessMetadataDefaultResponse extends HttpResponse {
2014
- // (undocumented)
2015
- body: AtlasErrorResponseOutput;
2016
- // (undocumented)
2017
- status: string;
2018
- }
2019
-
2020
- // @public (undocumented)
2021
- export type EntityRemoveBusinessMetadataParameters = EntityRemoveBusinessMetadataBodyParam & RequestParameters;
2022
-
2023
- // @public
2024
- export interface EntityRemoveClassification204Response extends HttpResponse {
2025
- // (undocumented)
2026
- status: "204";
2027
- }
2028
-
2029
- // @public (undocumented)
2030
- export interface EntityRemoveClassificationByUniqueAttribute {
2031
- delete(options?: EntityRemoveClassificationByUniqueAttributeParameters): StreamableMethod<EntityRemoveClassificationByUniqueAttribute204Response | EntityRemoveClassificationByUniqueAttributeDefaultResponse>;
2032
- }
2033
-
2034
- // @public
2035
- export interface EntityRemoveClassificationByUniqueAttribute204Response extends HttpResponse {
2036
- // (undocumented)
2037
- status: "204";
2038
- }
2039
-
2040
- // @public (undocumented)
2041
- export interface EntityRemoveClassificationByUniqueAttributeDefaultResponse extends HttpResponse {
2042
- // (undocumented)
2043
- body: AtlasErrorResponseOutput;
2044
- // (undocumented)
2045
- status: string;
2046
- }
2047
-
2048
- // @public (undocumented)
2049
- export type EntityRemoveClassificationByUniqueAttributeParameters = EntityRemoveClassificationByUniqueAttributeQueryParam & RequestParameters;
2050
-
2051
- // @public (undocumented)
2052
- export interface EntityRemoveClassificationByUniqueAttributeQueryParam {
2053
- // (undocumented)
2054
- queryParameters?: EntityRemoveClassificationByUniqueAttributeQueryParamProperties;
2055
- }
2056
-
2057
- // @public (undocumented)
2058
- export interface EntityRemoveClassificationByUniqueAttributeQueryParamProperties {
2059
- "attr:qualifiedName"?: string;
2060
- }
2061
-
2062
- // @public (undocumented)
2063
- export interface EntityRemoveClassificationDefaultResponse extends HttpResponse {
2064
- // (undocumented)
2065
- body: AtlasErrorResponseOutput;
2066
- // (undocumented)
2067
- status: string;
2068
- }
2069
-
2070
- // @public (undocumented)
2071
- export type EntityRemoveClassificationParameters = RequestParameters;
2072
-
2073
- // @public (undocumented)
2074
- export interface EntityRemoveLabels {
2075
- delete(options?: EntityRemoveLabelsParameters): StreamableMethod<EntityRemoveLabels204Response | EntityRemoveLabelsDefaultResponse>;
2076
- post(options?: EntitySetLabelsParameters): StreamableMethod<EntitySetLabels204Response | EntitySetLabelsDefaultResponse>;
2077
- put(options?: EntityAddLabelParameters): StreamableMethod<EntityAddLabel204Response | EntityAddLabelDefaultResponse>;
2078
- }
2079
-
2080
- // @public
2081
- export interface EntityRemoveLabels204Response extends HttpResponse {
2082
- // (undocumented)
2083
- status: "204";
2084
- }
2085
-
2086
- // @public (undocumented)
2087
- export interface EntityRemoveLabelsBodyParam {
2088
- body?: string[];
2089
- }
2090
-
2091
- // @public (undocumented)
2092
- export interface EntityRemoveLabelsByUniqueAttribute {
2093
- delete(options?: EntityRemoveLabelsByUniqueAttributeParameters): StreamableMethod<EntityRemoveLabelsByUniqueAttribute204Response | EntityRemoveLabelsByUniqueAttributeDefaultResponse>;
2094
- post(options?: EntitySetLabelsByUniqueAttributeParameters): StreamableMethod<EntitySetLabelsByUniqueAttribute204Response | EntitySetLabelsByUniqueAttributeDefaultResponse>;
2095
- put(options?: EntityAddLabelsByUniqueAttributeParameters): StreamableMethod<EntityAddLabelsByUniqueAttribute204Response | EntityAddLabelsByUniqueAttributeDefaultResponse>;
2096
- }
2097
-
2098
- // @public
2099
- export interface EntityRemoveLabelsByUniqueAttribute204Response extends HttpResponse {
2100
- // (undocumented)
2101
- status: "204";
2102
- }
2103
-
2104
- // @public (undocumented)
2105
- export interface EntityRemoveLabelsByUniqueAttributeBodyParam {
2106
- body?: string[];
2107
- }
2108
-
2109
- // @public (undocumented)
2110
- export interface EntityRemoveLabelsByUniqueAttributeDefaultResponse extends HttpResponse {
2111
- // (undocumented)
2112
- body: AtlasErrorResponseOutput;
2113
- // (undocumented)
2114
- status: string;
2115
- }
2116
-
2117
- // @public (undocumented)
2118
- export type EntityRemoveLabelsByUniqueAttributeParameters = EntityRemoveLabelsByUniqueAttributeQueryParam & EntityRemoveLabelsByUniqueAttributeBodyParam & RequestParameters;
2119
-
2120
- // @public (undocumented)
2121
- export interface EntityRemoveLabelsByUniqueAttributeQueryParam {
2122
- // (undocumented)
2123
- queryParameters?: EntityRemoveLabelsByUniqueAttributeQueryParamProperties;
2124
- }
2125
-
2126
- // @public (undocumented)
2127
- export interface EntityRemoveLabelsByUniqueAttributeQueryParamProperties {
2128
- "attr:qualifiedName"?: string;
2129
- }
2130
-
2131
- // @public (undocumented)
2132
- export interface EntityRemoveLabelsDefaultResponse extends HttpResponse {
2133
- // (undocumented)
2134
- body: AtlasErrorResponseOutput;
2135
- // (undocumented)
2136
- status: string;
2137
- }
2138
-
2139
- // @public (undocumented)
2140
- export type EntityRemoveLabelsParameters = EntityRemoveLabelsBodyParam & RequestParameters;
2141
-
2142
- // @public
2143
- export interface EntitySetLabels204Response extends HttpResponse {
2144
- // (undocumented)
2145
- status: "204";
2146
- }
2147
-
2148
- // @public (undocumented)
2149
- export interface EntitySetLabelsBodyParam {
2150
- body?: string[];
2151
- }
2152
-
2153
- // @public
2154
- export interface EntitySetLabelsByUniqueAttribute204Response extends HttpResponse {
2155
- // (undocumented)
2156
- status: "204";
2157
- }
2158
-
2159
- // @public (undocumented)
2160
- export interface EntitySetLabelsByUniqueAttributeBodyParam {
2161
- body?: string[];
2162
- }
2163
-
2164
- // @public (undocumented)
2165
- export interface EntitySetLabelsByUniqueAttributeDefaultResponse extends HttpResponse {
2166
- // (undocumented)
2167
- body: AtlasErrorResponseOutput;
2168
- // (undocumented)
2169
- status: string;
2170
- }
2171
-
2172
- // @public (undocumented)
2173
- export type EntitySetLabelsByUniqueAttributeParameters = EntitySetLabelsByUniqueAttributeQueryParam & EntitySetLabelsByUniqueAttributeBodyParam & RequestParameters;
2174
-
2175
- // @public (undocumented)
2176
- export interface EntitySetLabelsByUniqueAttributeQueryParam {
2177
- // (undocumented)
2178
- queryParameters?: EntitySetLabelsByUniqueAttributeQueryParamProperties;
2179
- }
2180
-
2181
- // @public (undocumented)
2182
- export interface EntitySetLabelsByUniqueAttributeQueryParamProperties {
2183
- "attr:qualifiedName"?: string;
2184
- }
2185
-
2186
- // @public (undocumented)
2187
- export interface EntitySetLabelsDefaultResponse extends HttpResponse {
2188
- // (undocumented)
2189
- body: AtlasErrorResponseOutput;
2190
- // (undocumented)
2191
- status: string;
2192
- }
2193
-
2194
- // @public (undocumented)
2195
- export type EntitySetLabelsParameters = EntitySetLabelsBodyParam & RequestParameters;
2196
-
2197
- // @public
2198
- export interface EntityUpdateClassifications204Response extends HttpResponse {
2199
- // (undocumented)
2200
- status: "204";
2201
- }
2202
-
2203
- // @public (undocumented)
2204
- export interface EntityUpdateClassificationsBodyParam {
2205
- body: Array<AtlasClassification>;
2206
- }
2207
-
2208
- // @public
2209
- export interface EntityUpdateClassificationsByUniqueAttribute204Response extends HttpResponse {
2210
- // (undocumented)
2211
- status: "204";
2212
- }
2213
-
2214
- // @public (undocumented)
2215
- export interface EntityUpdateClassificationsByUniqueAttributeBodyParam {
2216
- body: Array<AtlasClassification>;
2217
- }
2218
-
2219
- // @public (undocumented)
2220
- export interface EntityUpdateClassificationsByUniqueAttributeDefaultResponse extends HttpResponse {
2221
- // (undocumented)
2222
- body: AtlasErrorResponseOutput;
2223
- // (undocumented)
2224
- status: string;
2225
- }
2226
-
2227
- // @public (undocumented)
2228
- export type EntityUpdateClassificationsByUniqueAttributeParameters = EntityUpdateClassificationsByUniqueAttributeQueryParam & EntityUpdateClassificationsByUniqueAttributeBodyParam & RequestParameters;
2229
-
2230
- // @public (undocumented)
2231
- export interface EntityUpdateClassificationsByUniqueAttributeQueryParam {
2232
- // (undocumented)
2233
- queryParameters?: EntityUpdateClassificationsByUniqueAttributeQueryParamProperties;
2234
- }
2235
-
2236
- // @public (undocumented)
2237
- export interface EntityUpdateClassificationsByUniqueAttributeQueryParamProperties {
2238
- "attr:qualifiedName"?: string;
2239
- }
2240
-
2241
- // @public (undocumented)
2242
- export interface EntityUpdateClassificationsDefaultResponse extends HttpResponse {
2243
- // (undocumented)
2244
- body: AtlasErrorResponseOutput;
2245
- // (undocumented)
2246
- status: string;
2247
- }
2248
-
2249
- // @public (undocumented)
2250
- export type EntityUpdateClassificationsParameters = EntityUpdateClassificationsBodyParam & RequestParameters;
2251
-
2252
- // @public
2253
- export interface GlossaryAssignTermToEntities204Response extends HttpResponse {
2254
- // (undocumented)
2255
- status: "204";
2256
- }
2257
-
2258
- // @public (undocumented)
2259
- export interface GlossaryAssignTermToEntitiesBodyParam {
2260
- body: Array<AtlasRelatedObjectId>;
2261
- }
2262
-
2263
- // @public (undocumented)
2264
- export interface GlossaryAssignTermToEntitiesDefaultResponse extends HttpResponse {
2265
- // (undocumented)
2266
- body: AtlasErrorResponseOutput;
2267
- // (undocumented)
2268
- status: string;
2269
- }
2270
-
2271
- // @public (undocumented)
2272
- export type GlossaryAssignTermToEntitiesParameters = GlossaryAssignTermToEntitiesBodyParam & RequestParameters;
2273
-
2274
- // @public
2275
- export interface GlossaryCreate200Response extends HttpResponse {
2276
- // (undocumented)
2277
- body: AtlasGlossaryOutput;
2278
- // (undocumented)
2279
- status: "200";
2280
- }
2281
-
2282
- // @public (undocumented)
2283
- export interface GlossaryCreateBodyParam {
2284
- // (undocumented)
2285
- body?: AtlasGlossary;
2286
- }
2287
-
2288
- // @public (undocumented)
2289
- export interface GlossaryCreateCategories {
2290
- post(options: GlossaryCreateCategoriesParameters): StreamableMethod<GlossaryCreateCategories200Response | GlossaryCreateCategoriesDefaultResponse>;
2291
- }
2292
-
2293
- // @public
2294
- export interface GlossaryCreateCategories200Response extends HttpResponse {
2295
- // (undocumented)
2296
- body: Array<AtlasGlossaryCategoryOutput>;
2297
- // (undocumented)
2298
- status: "200";
2299
- }
2300
-
2301
- // @public (undocumented)
2302
- export interface GlossaryCreateCategoriesBodyParam {
2303
- body: Array<AtlasGlossaryCategory>;
2304
- }
2305
-
2306
- // @public (undocumented)
2307
- export interface GlossaryCreateCategoriesDefaultResponse extends HttpResponse {
2308
- // (undocumented)
2309
- body: AtlasErrorResponseOutput;
2310
- // (undocumented)
2311
- status: string;
2312
- }
2313
-
2314
- // @public (undocumented)
2315
- export type GlossaryCreateCategoriesParameters = GlossaryCreateCategoriesBodyParam & RequestParameters;
2316
-
2317
- // @public (undocumented)
2318
- export interface GlossaryCreateCategory {
2319
- post(options?: GlossaryCreateCategoryParameters): StreamableMethod<GlossaryCreateCategory200Response | GlossaryCreateCategoryDefaultResponse>;
2320
- }
2321
-
2322
- // @public
2323
- export interface GlossaryCreateCategory200Response extends HttpResponse {
2324
- // (undocumented)
2325
- body: AtlasGlossaryCategoryOutput;
2326
- // (undocumented)
2327
- status: "200";
2328
- }
2329
-
2330
- // @public (undocumented)
2331
- export interface GlossaryCreateCategoryBodyParam {
2332
- // (undocumented)
2333
- body?: AtlasGlossaryCategory;
2334
- }
2335
-
2336
- // @public (undocumented)
2337
- export interface GlossaryCreateCategoryDefaultResponse extends HttpResponse {
2338
- // (undocumented)
2339
- body: AtlasErrorResponseOutput;
2340
- // (undocumented)
2341
- status: string;
2342
- }
2343
-
2344
- // @public (undocumented)
2345
- export type GlossaryCreateCategoryParameters = GlossaryCreateCategoryBodyParam & RequestParameters;
2346
-
2347
- // @public (undocumented)
2348
- export interface GlossaryCreateDefaultResponse extends HttpResponse {
2349
- // (undocumented)
2350
- body: AtlasErrorResponseOutput;
2351
- // (undocumented)
2352
- status: string;
2353
- }
2354
-
2355
- // @public (undocumented)
2356
- export type GlossaryCreateParameters = GlossaryCreateBodyParam & RequestParameters;
2357
-
2358
- // @public (undocumented)
2359
- export interface GlossaryCreateTerm {
2360
- post(options?: GlossaryCreateTermParameters): StreamableMethod<GlossaryCreateTerm200Response | GlossaryCreateTermDefaultResponse>;
2361
- }
2362
-
2363
- // @public
2364
- export interface GlossaryCreateTerm200Response extends HttpResponse {
2365
- // (undocumented)
2366
- body: AtlasGlossaryTermOutput;
2367
- // (undocumented)
2368
- status: "200";
2369
- }
2370
-
2371
- // @public (undocumented)
2372
- export interface GlossaryCreateTermBodyParam {
2373
- // (undocumented)
2374
- body?: AtlasGlossaryTerm;
2375
- }
2376
-
2377
- // @public (undocumented)
2378
- export interface GlossaryCreateTermDefaultResponse extends HttpResponse {
2379
- // (undocumented)
2380
- body: AtlasErrorResponseOutput;
2381
- // (undocumented)
2382
- status: string;
2383
- }
2384
-
2385
- // @public (undocumented)
2386
- export type GlossaryCreateTermParameters = GlossaryCreateTermQueryParam & GlossaryCreateTermBodyParam & RequestParameters;
2387
-
2388
- // @public (undocumented)
2389
- export interface GlossaryCreateTermQueryParam {
2390
- // (undocumented)
2391
- queryParameters?: GlossaryCreateTermQueryParamProperties;
2392
- }
2393
-
2394
- // @public (undocumented)
2395
- export interface GlossaryCreateTermQueryParamProperties {
2396
- includeTermHierarchy?: boolean;
2397
- }
2398
-
2399
- // @public (undocumented)
2400
- export interface GlossaryCreateTerms {
2401
- post(options: GlossaryCreateTermsParameters): StreamableMethod<GlossaryCreateTerms200Response | GlossaryCreateTermsDefaultResponse>;
2402
- }
2403
-
2404
- // @public
2405
- export interface GlossaryCreateTerms200Response extends HttpResponse {
2406
- // (undocumented)
2407
- body: Array<AtlasGlossaryTermOutput>;
2408
- // (undocumented)
2409
- status: "200";
2410
- }
2411
-
2412
- // @public (undocumented)
2413
- export interface GlossaryCreateTermsBodyParam {
2414
- body: Array<AtlasGlossaryTerm>;
2415
- }
2416
-
2417
- // @public (undocumented)
2418
- export interface GlossaryCreateTermsDefaultResponse extends HttpResponse {
2419
- // (undocumented)
2420
- body: AtlasErrorResponseOutput;
2421
- // (undocumented)
2422
- status: string;
2423
- }
2424
-
2425
- // @public (undocumented)
2426
- export type GlossaryCreateTermsParameters = GlossaryCreateTermsQueryParam & GlossaryCreateTermsBodyParam & RequestParameters;
2427
-
2428
- // @public (undocumented)
2429
- export interface GlossaryCreateTermsQueryParam {
2430
- // (undocumented)
2431
- queryParameters?: GlossaryCreateTermsQueryParamProperties;
2432
- }
2433
-
2434
- // @public (undocumented)
2435
- export interface GlossaryCreateTermsQueryParamProperties {
2436
- includeTermHierarchy?: boolean;
2437
- }
2438
-
2439
- // @public
2440
- export interface GlossaryDeleteCategory204Response extends HttpResponse {
2441
- // (undocumented)
2442
- status: "204";
2443
- }
2444
-
2445
- // @public (undocumented)
2446
- export interface GlossaryDeleteCategoryDefaultResponse extends HttpResponse {
2447
- // (undocumented)
2448
- body: AtlasErrorResponseOutput;
2449
- // (undocumented)
2450
- status: string;
2451
- }
2452
-
2453
- // @public (undocumented)
2454
- export type GlossaryDeleteCategoryParameters = RequestParameters;
2455
-
2456
- // @public
2457
- export interface GlossaryDeleteOperation204Response extends HttpResponse {
2458
- // (undocumented)
2459
- status: "204";
2460
- }
2461
-
2462
- // @public (undocumented)
2463
- export interface GlossaryDeleteOperationDefaultResponse extends HttpResponse {
2464
- // (undocumented)
2465
- body: AtlasErrorResponseOutput;
2466
- // (undocumented)
2467
- status: string;
2468
- }
2469
-
2470
- // @public (undocumented)
2471
- export type GlossaryDeleteParameters = RequestParameters;
2472
-
2473
- // @public
2474
- export interface GlossaryDeleteTerm204Response extends HttpResponse {
2475
- // (undocumented)
2476
- status: "204";
2477
- }
2478
-
2479
- // @public
2480
- export interface GlossaryDeleteTermAssignmentFromEntities204Response extends HttpResponse {
2481
- // (undocumented)
2482
- status: "204";
2483
- }
2484
-
2485
- // @public (undocumented)
2486
- export interface GlossaryDeleteTermAssignmentFromEntitiesBodyParam {
2487
- body: Array<AtlasRelatedObjectId>;
2488
- }
2489
-
2490
- // @public (undocumented)
2491
- export interface GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse extends HttpResponse {
2492
- // (undocumented)
2493
- body: AtlasErrorResponseOutput;
2494
- // (undocumented)
2495
- status: string;
2496
- }
2497
-
2498
- // @public (undocumented)
2499
- export type GlossaryDeleteTermAssignmentFromEntitiesParameters = GlossaryDeleteTermAssignmentFromEntitiesBodyParam & RequestParameters;
2500
-
2501
- // @public (undocumented)
2502
- export interface GlossaryDeleteTermDefaultResponse extends HttpResponse {
2503
- // (undocumented)
2504
- body: AtlasErrorResponseOutput;
2505
- // (undocumented)
2506
- status: string;
2507
- }
2508
-
2509
- // @public (undocumented)
2510
- export type GlossaryDeleteTermParameters = RequestParameters;
2511
-
2512
- // @public (undocumented)
2513
- export interface GlossaryGet {
2514
- delete(options?: GlossaryDeleteParameters): StreamableMethod<GlossaryDeleteOperation204Response | GlossaryDeleteOperationDefaultResponse>;
2515
- get(options?: GlossaryGetParameters): StreamableMethod<GlossaryGet200Response | GlossaryGetDefaultResponse>;
2516
- put(options?: GlossaryUpdateParameters): StreamableMethod<GlossaryUpdate200Response | GlossaryUpdateDefaultResponse>;
2517
- }
2518
-
2519
- // @public
2520
- export interface GlossaryGet200Response extends HttpResponse {
2521
- // (undocumented)
2522
- body: AtlasGlossaryOutput;
2523
- // (undocumented)
2524
- status: "200";
2525
- }
2526
-
2527
- // @public (undocumented)
2528
- export interface GlossaryGetCategory {
2529
- delete(options?: GlossaryDeleteCategoryParameters): StreamableMethod<GlossaryDeleteCategory204Response | GlossaryDeleteCategoryDefaultResponse>;
2530
- get(options?: GlossaryGetCategoryParameters): StreamableMethod<GlossaryGetCategory200Response | GlossaryGetCategoryDefaultResponse>;
2531
- put(options?: GlossaryUpdateCategoryParameters): StreamableMethod<GlossaryUpdateCategory200Response | GlossaryUpdateCategoryDefaultResponse>;
2532
- }
2533
-
2534
- // @public
2535
- export interface GlossaryGetCategory200Response extends HttpResponse {
2536
- // (undocumented)
2537
- body: AtlasGlossaryCategoryOutput;
2538
- // (undocumented)
2539
- status: "200";
2540
- }
2541
-
2542
- // @public (undocumented)
2543
- export interface GlossaryGetCategoryDefaultResponse extends HttpResponse {
2544
- // (undocumented)
2545
- body: AtlasErrorResponseOutput;
2546
- // (undocumented)
2547
- status: string;
2548
- }
2549
-
2550
- // @public (undocumented)
2551
- export type GlossaryGetCategoryParameters = RequestParameters;
2552
-
2553
- // @public (undocumented)
2554
- export interface GlossaryGetDefaultResponse extends HttpResponse {
2555
- // (undocumented)
2556
- body: AtlasErrorResponseOutput;
2557
- // (undocumented)
2558
- status: string;
2559
- }
2560
-
2561
- // @public (undocumented)
2562
- export interface GlossaryGetDetailed {
2563
- get(options?: GlossaryGetDetailedParameters): StreamableMethod<GlossaryGetDetailed200Response | GlossaryGetDetailedDefaultResponse>;
2564
- }
2565
-
2566
- // @public
2567
- export interface GlossaryGetDetailed200Response extends HttpResponse {
2568
- // (undocumented)
2569
- body: AtlasGlossaryExtInfoOutput;
2570
- // (undocumented)
2571
- status: "200";
2572
- }
2573
-
2574
- // @public (undocumented)
2575
- export interface GlossaryGetDetailedDefaultResponse extends HttpResponse {
2576
- // (undocumented)
2577
- body: AtlasErrorResponseOutput;
2578
- // (undocumented)
2579
- status: string;
2580
- }
2581
-
2582
- // @public (undocumented)
2583
- export type GlossaryGetDetailedParameters = RequestParameters;
2584
-
2585
- // @public (undocumented)
2586
- export type GlossaryGetParameters = RequestParameters;
2587
-
2588
- // @public (undocumented)
2589
- export interface GlossaryGetTerm {
2590
- delete(options?: GlossaryDeleteTermParameters): StreamableMethod<GlossaryDeleteTerm204Response | GlossaryDeleteTermDefaultResponse>;
2591
- get(options?: GlossaryGetTermParameters): StreamableMethod<GlossaryGetTerm200Response | GlossaryGetTermDefaultResponse>;
2592
- put(options?: GlossaryUpdateTermParameters): StreamableMethod<GlossaryUpdateTerm200Response | GlossaryUpdateTermDefaultResponse>;
2593
- }
2594
-
2595
- // @public
2596
- export interface GlossaryGetTerm200Response extends HttpResponse {
2597
- // (undocumented)
2598
- body: AtlasGlossaryTermOutput;
2599
- // (undocumented)
2600
- status: "200";
2601
- }
2602
-
2603
- // @public (undocumented)
2604
- export interface GlossaryGetTermDefaultResponse extends HttpResponse {
2605
- // (undocumented)
2606
- body: AtlasErrorResponseOutput;
2607
- // (undocumented)
2608
- status: string;
2609
- }
2610
-
2611
- // @public (undocumented)
2612
- export type GlossaryGetTermParameters = RequestParameters;
2613
-
2614
- // @public (undocumented)
2615
- export interface GlossaryList {
2616
- get(options?: GlossaryListParameters): StreamableMethod<GlossaryList200Response | GlossaryListDefaultResponse>;
2617
- post(options?: GlossaryCreateParameters): StreamableMethod<GlossaryCreate200Response | GlossaryCreateDefaultResponse>;
2618
- }
2619
-
2620
- // @public
2621
- export interface GlossaryList200Response extends HttpResponse {
2622
- // (undocumented)
2623
- body: Array<AtlasGlossaryOutput>;
2624
- // (undocumented)
2625
- status: "200";
2626
- }
2627
-
2628
- // @public (undocumented)
2629
- export interface GlossaryListCategories {
2630
- get(options?: GlossaryListCategoriesParameters): StreamableMethod<GlossaryListCategories200Response | GlossaryListCategoriesDefaultResponse>;
2631
- }
2632
-
2633
- // @public
2634
- export interface GlossaryListCategories200Response extends HttpResponse {
2635
- // (undocumented)
2636
- body: Array<AtlasGlossaryCategoryOutput>;
2637
- // (undocumented)
2638
- status: "200";
2639
- }
2640
-
2641
- // @public (undocumented)
2642
- export interface GlossaryListCategoriesDefaultResponse extends HttpResponse {
2643
- // (undocumented)
2644
- body: AtlasErrorResponseOutput;
2645
- // (undocumented)
2646
- status: string;
2647
- }
2648
-
2649
- // @public (undocumented)
2650
- export interface GlossaryListCategoriesHeaders {
2651
- get(options?: GlossaryListCategoriesHeadersParameters): StreamableMethod<GlossaryListCategoriesHeaders200Response | GlossaryListCategoriesHeadersDefaultResponse>;
2652
- }
2653
-
2654
- // @public
2655
- export interface GlossaryListCategoriesHeaders200Response extends HttpResponse {
2656
- // (undocumented)
2657
- body: Array<AtlasRelatedCategoryHeaderOutput>;
2658
- // (undocumented)
2659
- status: "200";
2660
- }
2661
-
2662
- // @public (undocumented)
2663
- export interface GlossaryListCategoriesHeadersDefaultResponse extends HttpResponse {
2664
- // (undocumented)
2665
- body: AtlasErrorResponseOutput;
2666
- // (undocumented)
2667
- status: string;
2668
- }
2669
-
2670
- // @public (undocumented)
2671
- export type GlossaryListCategoriesHeadersParameters = GlossaryListCategoriesHeadersQueryParam & RequestParameters;
2672
-
2673
- // @public (undocumented)
2674
- export interface GlossaryListCategoriesHeadersQueryParam {
2675
- // (undocumented)
2676
- queryParameters?: GlossaryListCategoriesHeadersQueryParamProperties;
2677
- }
2678
-
2679
- // @public (undocumented)
2680
- export interface GlossaryListCategoriesHeadersQueryParamProperties {
2681
- limit?: number;
2682
- offset?: number;
2683
- sort?: string;
2684
- }
2685
-
2686
- // @public (undocumented)
2687
- export type GlossaryListCategoriesParameters = GlossaryListCategoriesQueryParam & RequestParameters;
2688
-
2689
- // @public (undocumented)
2690
- export interface GlossaryListCategoriesQueryParam {
2691
- // (undocumented)
2692
- queryParameters?: GlossaryListCategoriesQueryParamProperties;
2693
- }
2694
-
2695
- // @public (undocumented)
2696
- export interface GlossaryListCategoriesQueryParamProperties {
2697
- limit?: number;
2698
- offset?: number;
2699
- sort?: string;
2700
- }
2701
-
2702
- // @public (undocumented)
2703
- export interface GlossaryListCategoryTerms {
2704
- get(options?: GlossaryListCategoryTermsParameters): StreamableMethod<GlossaryListCategoryTerms200Response | GlossaryListCategoryTermsDefaultResponse>;
2705
- }
2706
-
2707
- // @public
2708
- export interface GlossaryListCategoryTerms200Response extends HttpResponse {
2709
- // (undocumented)
2710
- body: Array<AtlasRelatedTermHeaderOutput>;
2711
- // (undocumented)
2712
- status: "200";
2713
- }
2714
-
2715
- // @public (undocumented)
2716
- export interface GlossaryListCategoryTermsDefaultResponse extends HttpResponse {
2717
- // (undocumented)
2718
- body: AtlasErrorResponseOutput;
2719
- // (undocumented)
2720
- status: string;
2721
- }
2722
-
2723
- // @public (undocumented)
2724
- export type GlossaryListCategoryTermsParameters = GlossaryListCategoryTermsQueryParam & RequestParameters;
2725
-
2726
- // @public (undocumented)
2727
- export interface GlossaryListCategoryTermsQueryParam {
2728
- // (undocumented)
2729
- queryParameters?: GlossaryListCategoryTermsQueryParamProperties;
2730
- }
2731
-
2732
- // @public (undocumented)
2733
- export interface GlossaryListCategoryTermsQueryParamProperties {
2734
- limit?: number;
2735
- offset?: number;
2736
- sort?: string;
2737
- }
2738
-
2739
- // @public (undocumented)
2740
- export interface GlossaryListDefaultResponse extends HttpResponse {
2741
- // (undocumented)
2742
- body: AtlasErrorResponseOutput;
2743
- // (undocumented)
2744
- status: string;
2745
- }
2746
-
2747
- // @public (undocumented)
2748
- export interface GlossaryListEntitiesAssignedWithTerm {
2749
- delete(options: GlossaryDeleteTermAssignmentFromEntitiesParameters): StreamableMethod<GlossaryDeleteTermAssignmentFromEntities204Response | GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse>;
2750
- get(options?: GlossaryListEntitiesAssignedWithTermParameters): StreamableMethod<GlossaryListEntitiesAssignedWithTerm200Response | GlossaryListEntitiesAssignedWithTermDefaultResponse>;
2751
- post(options: GlossaryAssignTermToEntitiesParameters): StreamableMethod<GlossaryAssignTermToEntities204Response | GlossaryAssignTermToEntitiesDefaultResponse>;
2752
- }
2753
-
2754
- // @public
2755
- export interface GlossaryListEntitiesAssignedWithTerm200Response extends HttpResponse {
2756
- // (undocumented)
2757
- body: Array<AtlasRelatedObjectIdOutput>;
2758
- // (undocumented)
2759
- status: "200";
2760
- }
2761
-
2762
- // @public (undocumented)
2763
- export interface GlossaryListEntitiesAssignedWithTermDefaultResponse extends HttpResponse {
2764
- // (undocumented)
2765
- body: AtlasErrorResponseOutput;
2766
- // (undocumented)
2767
- status: string;
2768
- }
2769
-
2770
- // @public (undocumented)
2771
- export type GlossaryListEntitiesAssignedWithTermParameters = GlossaryListEntitiesAssignedWithTermQueryParam & RequestParameters;
2772
-
2773
- // @public (undocumented)
2774
- export interface GlossaryListEntitiesAssignedWithTermQueryParam {
2775
- // (undocumented)
2776
- queryParameters?: GlossaryListEntitiesAssignedWithTermQueryParamProperties;
2777
- }
2778
-
2779
- // @public (undocumented)
2780
- export interface GlossaryListEntitiesAssignedWithTermQueryParamProperties {
2781
- limit?: number;
2782
- offset?: number;
2783
- sort?: string;
2784
- }
2785
-
2786
- // @public (undocumented)
2787
- export type GlossaryListParameters = GlossaryListQueryParam & RequestParameters;
2788
-
2789
- // @public (undocumented)
2790
- export interface GlossaryListQueryParam {
2791
- // (undocumented)
2792
- queryParameters?: GlossaryListQueryParamProperties;
2793
- }
2794
-
2795
- // @public (undocumented)
2796
- export interface GlossaryListQueryParamProperties {
2797
- ignoreTermsAndCategories?: boolean;
2798
- limit?: number;
2799
- offset?: number;
2800
- sort?: string;
2801
- }
2802
-
2803
- // @public (undocumented)
2804
- export interface GlossaryListRelatedCategories {
2805
- get(options?: GlossaryListRelatedCategoriesParameters): StreamableMethod<GlossaryListRelatedCategories200Response | GlossaryListRelatedCategoriesDefaultResponse>;
2806
- }
2807
-
2808
- // @public
2809
- export interface GlossaryListRelatedCategories200Response extends HttpResponse {
2810
- // (undocumented)
2811
- body: Record<string, Array<AtlasRelatedCategoryHeaderOutput>>;
2812
- // (undocumented)
2813
- status: "200";
2814
- }
2815
-
2816
- // @public (undocumented)
2817
- export interface GlossaryListRelatedCategoriesDefaultResponse extends HttpResponse {
2818
- // (undocumented)
2819
- body: AtlasErrorResponseOutput;
2820
- // (undocumented)
2821
- status: string;
2822
- }
2823
-
2824
- // @public (undocumented)
2825
- export type GlossaryListRelatedCategoriesParameters = GlossaryListRelatedCategoriesQueryParam & RequestParameters;
2826
-
2827
- // @public (undocumented)
2828
- export interface GlossaryListRelatedCategoriesQueryParam {
2829
- // (undocumented)
2830
- queryParameters?: GlossaryListRelatedCategoriesQueryParamProperties;
2831
- }
2832
-
2833
- // @public (undocumented)
2834
- export interface GlossaryListRelatedCategoriesQueryParamProperties {
2835
- limit?: number;
2836
- offset?: number;
2837
- sort?: string;
2838
- }
2839
-
2840
- // @public (undocumented)
2841
- export interface GlossaryListRelatedTerms {
2842
- get(options?: GlossaryListRelatedTermsParameters): StreamableMethod<GlossaryListRelatedTerms200Response | GlossaryListRelatedTermsDefaultResponse>;
2843
- }
2844
-
2845
- // @public
2846
- export interface GlossaryListRelatedTerms200Response extends HttpResponse {
2847
- // (undocumented)
2848
- body: Record<string, Array<AtlasRelatedTermHeaderOutput>>;
2849
- // (undocumented)
2850
- status: "200";
2851
- }
2852
-
2853
- // @public (undocumented)
2854
- export interface GlossaryListRelatedTermsDefaultResponse extends HttpResponse {
2855
- // (undocumented)
2856
- body: AtlasErrorResponseOutput;
2857
- // (undocumented)
2858
- status: string;
2859
- }
2860
-
2861
- // @public (undocumented)
2862
- export type GlossaryListRelatedTermsParameters = GlossaryListRelatedTermsQueryParam & RequestParameters;
2863
-
2864
- // @public (undocumented)
2865
- export interface GlossaryListRelatedTermsQueryParam {
2866
- // (undocumented)
2867
- queryParameters?: GlossaryListRelatedTermsQueryParamProperties;
2868
- }
2869
-
2870
- // @public (undocumented)
2871
- export interface GlossaryListRelatedTermsQueryParamProperties {
2872
- limit?: number;
2873
- offset?: number;
2874
- sort?: string;
2875
- }
2876
-
2877
- // @public (undocumented)
2878
- export interface GlossaryListTermHeaders {
2879
- get(options?: GlossaryListTermHeadersParameters): StreamableMethod<GlossaryListTermHeaders200Response | GlossaryListTermHeadersDefaultResponse>;
2880
- }
2881
-
2882
- // @public
2883
- export interface GlossaryListTermHeaders200Response extends HttpResponse {
2884
- // (undocumented)
2885
- body: Array<AtlasRelatedTermHeaderOutput>;
2886
- // (undocumented)
2887
- status: "200";
2888
- }
2889
-
2890
- // @public (undocumented)
2891
- export interface GlossaryListTermHeadersDefaultResponse extends HttpResponse {
2892
- // (undocumented)
2893
- body: AtlasErrorResponseOutput;
2894
- // (undocumented)
2895
- status: string;
2896
- }
2897
-
2898
- // @public (undocumented)
2899
- export type GlossaryListTermHeadersParameters = GlossaryListTermHeadersQueryParam & RequestParameters;
2900
-
2901
- // @public (undocumented)
2902
- export interface GlossaryListTermHeadersQueryParam {
2903
- // (undocumented)
2904
- queryParameters?: GlossaryListTermHeadersQueryParamProperties;
2905
- }
2906
-
2907
- // @public (undocumented)
2908
- export interface GlossaryListTermHeadersQueryParamProperties {
2909
- limit?: number;
2910
- offset?: number;
2911
- sort?: string;
2912
- }
2913
-
2914
- // @public (undocumented)
2915
- export interface GlossaryListTerms {
2916
- get(options?: GlossaryListTermsParameters): StreamableMethod<GlossaryListTerms200Response | GlossaryListTermsDefaultResponse>;
2917
- }
2918
-
2919
- // @public
2920
- export interface GlossaryListTerms200Response extends HttpResponse {
2921
- // (undocumented)
2922
- body: Array<AtlasGlossaryTermOutput>;
2923
- // (undocumented)
2924
- status: "200";
2925
- }
2926
-
2927
- // @public (undocumented)
2928
- export interface GlossaryListTermsDefaultResponse extends HttpResponse {
2929
- // (undocumented)
2930
- body: AtlasErrorResponseOutput;
2931
- // (undocumented)
2932
- status: string;
2933
- }
2934
-
2935
- // @public (undocumented)
2936
- export type GlossaryListTermsParameters = GlossaryListTermsQueryParam & RequestParameters;
2937
-
2938
- // @public (undocumented)
2939
- export interface GlossaryListTermsQueryParam {
2940
- // (undocumented)
2941
- queryParameters?: GlossaryListTermsQueryParamProperties;
2942
- }
2943
-
2944
- // @public (undocumented)
2945
- export interface GlossaryListTermsQueryParamProperties {
2946
- limit?: number;
2947
- offset?: number;
2948
- sort?: string;
2949
- }
2950
-
2951
- // @public (undocumented)
2952
- export interface GlossaryPartialUpdate {
2953
- put(options: GlossaryPartialUpdateParameters): StreamableMethod<GlossaryPartialUpdate200Response | GlossaryPartialUpdateDefaultResponse>;
2954
- }
2955
-
2956
- // @public
2957
- export interface GlossaryPartialUpdate200Response extends HttpResponse {
2958
- // (undocumented)
2959
- body: AtlasGlossaryOutput;
2960
- // (undocumented)
2961
- status: "200";
2962
- }
2963
-
2964
- // @public (undocumented)
2965
- export interface GlossaryPartialUpdateBodyParam {
2966
- body: Record<string, string>;
2967
- }
2968
-
2969
- // @public (undocumented)
2970
- export interface GlossaryPartialUpdateCategory {
2971
- put(options: GlossaryPartialUpdateCategoryParameters): StreamableMethod<GlossaryPartialUpdateCategory200Response | GlossaryPartialUpdateCategoryDefaultResponse>;
2972
- }
2973
-
2974
- // @public
2975
- export interface GlossaryPartialUpdateCategory200Response extends HttpResponse {
2976
- // (undocumented)
2977
- body: AtlasGlossaryCategoryOutput;
2978
- // (undocumented)
2979
- status: "200";
2980
- }
2981
-
2982
- // @public (undocumented)
2983
- export interface GlossaryPartialUpdateCategoryBodyParam {
2984
- body: Record<string, string>;
2985
- }
2986
-
2987
- // @public (undocumented)
2988
- export interface GlossaryPartialUpdateCategoryDefaultResponse extends HttpResponse {
2989
- // (undocumented)
2990
- body: AtlasErrorResponseOutput;
2991
- // (undocumented)
2992
- status: string;
2993
- }
2994
-
2995
- // @public (undocumented)
2996
- export type GlossaryPartialUpdateCategoryParameters = GlossaryPartialUpdateCategoryBodyParam & RequestParameters;
2997
-
2998
- // @public (undocumented)
2999
- export interface GlossaryPartialUpdateDefaultResponse extends HttpResponse {
3000
- // (undocumented)
3001
- body: AtlasErrorResponseOutput;
3002
- // (undocumented)
3003
- status: string;
3004
- }
3005
-
3006
- // @public (undocumented)
3007
- export type GlossaryPartialUpdateParameters = GlossaryPartialUpdateQueryParam & GlossaryPartialUpdateBodyParam & RequestParameters;
3008
-
3009
- // @public (undocumented)
3010
- export interface GlossaryPartialUpdateQueryParam {
3011
- // (undocumented)
3012
- queryParameters?: GlossaryPartialUpdateQueryParamProperties;
3013
- }
3014
-
3015
- // @public (undocumented)
3016
- export interface GlossaryPartialUpdateQueryParamProperties {
3017
- ignoreTermsAndCategories?: boolean;
3018
- }
3019
-
3020
- // @public (undocumented)
3021
- export interface GlossaryPartialUpdateTerm {
3022
- put(options: GlossaryPartialUpdateTermParameters): StreamableMethod<GlossaryPartialUpdateTerm200Response | GlossaryPartialUpdateTermDefaultResponse>;
3023
- }
3024
-
3025
- // @public
3026
- export interface GlossaryPartialUpdateTerm200Response extends HttpResponse {
3027
- // (undocumented)
3028
- body: AtlasGlossaryTermOutput;
3029
- // (undocumented)
3030
- status: "200";
3031
- }
3032
-
3033
- // @public (undocumented)
3034
- export interface GlossaryPartialUpdateTermBodyParam {
3035
- body: Record<string, string>;
3036
- }
3037
-
3038
- // @public (undocumented)
3039
- export interface GlossaryPartialUpdateTermDefaultResponse extends HttpResponse {
3040
- // (undocumented)
3041
- body: AtlasErrorResponseOutput;
3042
- // (undocumented)
3043
- status: string;
3044
- }
3045
-
3046
- // @public (undocumented)
3047
- export type GlossaryPartialUpdateTermParameters = GlossaryPartialUpdateTermQueryParam & GlossaryPartialUpdateTermBodyParam & RequestParameters;
3048
-
3049
- // @public (undocumented)
3050
- export interface GlossaryPartialUpdateTermQueryParam {
3051
- // (undocumented)
3052
- queryParameters?: GlossaryPartialUpdateTermQueryParamProperties;
3053
- }
3054
-
3055
- // @public (undocumented)
3056
- export interface GlossaryPartialUpdateTermQueryParamProperties {
3057
- includeTermHierarchy?: boolean;
3058
- }
3059
-
3060
- // @public
3061
- export interface GlossaryUpdate200Response extends HttpResponse {
3062
- // (undocumented)
3063
- body: AtlasGlossaryOutput;
3064
- // (undocumented)
3065
- status: "200";
3066
- }
3067
-
3068
- // @public (undocumented)
3069
- export interface GlossaryUpdateBodyParam {
3070
- // (undocumented)
3071
- body?: AtlasGlossary;
3072
- }
3073
-
3074
- // @public
3075
- export interface GlossaryUpdateCategory200Response extends HttpResponse {
3076
- // (undocumented)
3077
- body: AtlasGlossaryCategoryOutput;
3078
- // (undocumented)
3079
- status: "200";
3080
- }
3081
-
3082
- // @public (undocumented)
3083
- export interface GlossaryUpdateCategoryBodyParam {
3084
- // (undocumented)
3085
- body?: AtlasGlossaryCategory;
3086
- }
3087
-
3088
- // @public (undocumented)
3089
- export interface GlossaryUpdateCategoryDefaultResponse extends HttpResponse {
3090
- // (undocumented)
3091
- body: AtlasErrorResponseOutput;
3092
- // (undocumented)
3093
- status: string;
3094
- }
3095
-
3096
- // @public (undocumented)
3097
- export type GlossaryUpdateCategoryParameters = GlossaryUpdateCategoryBodyParam & RequestParameters;
3098
-
3099
- // @public (undocumented)
3100
- export interface GlossaryUpdateDefaultResponse extends HttpResponse {
3101
- // (undocumented)
3102
- body: AtlasErrorResponseOutput;
3103
- // (undocumented)
3104
- status: string;
3105
- }
3106
-
3107
- // @public (undocumented)
3108
- export type GlossaryUpdateParameters = GlossaryUpdateQueryParam & GlossaryUpdateBodyParam & RequestParameters;
3109
-
3110
- // @public (undocumented)
3111
- export interface GlossaryUpdateQueryParam {
3112
- // (undocumented)
3113
- queryParameters?: GlossaryUpdateQueryParamProperties;
3114
- }
3115
-
3116
- // @public (undocumented)
3117
- export interface GlossaryUpdateQueryParamProperties {
3118
- ignoreTermsAndCategories?: boolean;
3119
- }
3120
-
3121
- // @public
3122
- export interface GlossaryUpdateTerm200Response extends HttpResponse {
3123
- // (undocumented)
3124
- body: AtlasGlossaryTermOutput;
3125
- // (undocumented)
3126
- status: "200";
3127
- }
3128
-
3129
- // @public (undocumented)
3130
- export interface GlossaryUpdateTermBodyParam {
3131
- // (undocumented)
3132
- body?: AtlasGlossaryTerm;
3133
- }
3134
-
3135
- // @public (undocumented)
3136
- export interface GlossaryUpdateTermDefaultResponse extends HttpResponse {
3137
- // (undocumented)
3138
- body: AtlasErrorResponseOutput;
3139
- // (undocumented)
3140
- status: string;
3141
- }
3142
-
3143
- // @public (undocumented)
3144
- export type GlossaryUpdateTermParameters = GlossaryUpdateTermQueryParam & GlossaryUpdateTermBodyParam & RequestParameters;
3145
-
3146
- // @public (undocumented)
3147
- export interface GlossaryUpdateTermQueryParam {
3148
- // (undocumented)
3149
- queryParameters?: GlossaryUpdateTermQueryParamProperties;
3150
- }
3151
-
3152
- // @public (undocumented)
3153
- export interface GlossaryUpdateTermQueryParamProperties {
3154
- includeTermHierarchy?: boolean;
3155
- }
3156
-
3157
- // @public
3158
- export interface ImportInfoOutput {
3159
- childObjectName?: string;
3160
- importStatus?: string;
3161
- parentObjectName?: string;
3162
- remarks?: string;
3163
- }
3164
-
3165
- // @public (undocumented)
3166
- export function isUnexpected(response: EntityCreateOrUpdate200Response | EntityCreateOrUpdateDefaultResponse): response is EntityCreateOrUpdateDefaultResponse;
3167
-
3168
- // @public (undocumented)
3169
- export function isUnexpected(response: EntityListByGuids200Response | EntityListByGuidsDefaultResponse): response is EntityListByGuidsDefaultResponse;
3170
-
3171
- // @public (undocumented)
3172
- export function isUnexpected(response: EntityBulkCreateOrUpdate200Response | EntityBulkCreateOrUpdateDefaultResponse): response is EntityBulkCreateOrUpdateDefaultResponse;
3173
-
3174
- // @public (undocumented)
3175
- export function isUnexpected(response: EntityBulkDelete200Response | EntityBulkDeleteDefaultResponse): response is EntityBulkDeleteDefaultResponse;
3176
-
3177
- // @public (undocumented)
3178
- export function isUnexpected(response: EntityAddClassification204Response | EntityAddClassificationDefaultResponse): response is EntityAddClassificationDefaultResponse;
3179
-
3180
- // @public (undocumented)
3181
- export function isUnexpected(response: EntityGet200Response | EntityGetDefaultResponse): response is EntityGetDefaultResponse;
3182
-
3183
- // @public (undocumented)
3184
- export function isUnexpected(response: EntityPartialUpdateAttributeByGuid200Response | EntityPartialUpdateAttributeByGuidDefaultResponse): response is EntityPartialUpdateAttributeByGuidDefaultResponse;
3185
-
3186
- // @public (undocumented)
3187
- export function isUnexpected(response: EntityDeleteOperation200Response | EntityDeleteOperationDefaultResponse): response is EntityDeleteOperationDefaultResponse;
3188
-
3189
- // @public (undocumented)
3190
- export function isUnexpected(response: EntityGetClassification200Response | EntityGetClassificationDefaultResponse): response is EntityGetClassificationDefaultResponse;
3191
-
3192
- // @public (undocumented)
3193
- export function isUnexpected(response: EntityRemoveClassification204Response | EntityRemoveClassificationDefaultResponse): response is EntityRemoveClassificationDefaultResponse;
3194
-
3195
- // @public (undocumented)
3196
- export function isUnexpected(response: EntityGetClassifications200Response | EntityGetClassificationsDefaultResponse): response is EntityGetClassificationsDefaultResponse;
3197
-
3198
- // @public (undocumented)
3199
- export function isUnexpected(response: EntityAddClassifications204Response | EntityAddClassificationsDefaultResponse): response is EntityAddClassificationsDefaultResponse;
3200
-
3201
- // @public (undocumented)
3202
- export function isUnexpected(response: EntityUpdateClassifications204Response | EntityUpdateClassificationsDefaultResponse): response is EntityUpdateClassificationsDefaultResponse;
3203
-
3204
- // @public (undocumented)
3205
- export function isUnexpected(response: EntityGetByUniqueAttributes200Response | EntityGetByUniqueAttributesDefaultResponse): response is EntityGetByUniqueAttributesDefaultResponse;
3206
-
3207
- // @public (undocumented)
3208
- export function isUnexpected(response: EntityPartialUpdateByUniqueAttributes200Response | EntityPartialUpdateByUniqueAttributesDefaultResponse): response is EntityPartialUpdateByUniqueAttributesDefaultResponse;
3209
-
3210
- // @public (undocumented)
3211
- export function isUnexpected(response: EntityDeleteByUniqueAttribute200Response | EntityDeleteByUniqueAttributeDefaultResponse): response is EntityDeleteByUniqueAttributeDefaultResponse;
3212
-
3213
- // @public (undocumented)
3214
- export function isUnexpected(response: EntityRemoveClassificationByUniqueAttribute204Response | EntityRemoveClassificationByUniqueAttributeDefaultResponse): response is EntityRemoveClassificationByUniqueAttributeDefaultResponse;
3215
-
3216
- // @public (undocumented)
3217
- export function isUnexpected(response: EntityAddClassificationsByUniqueAttribute204Response | EntityAddClassificationsByUniqueAttributeDefaultResponse): response is EntityAddClassificationsByUniqueAttributeDefaultResponse;
3218
-
3219
- // @public (undocumented)
3220
- export function isUnexpected(response: EntityUpdateClassificationsByUniqueAttribute204Response | EntityUpdateClassificationsByUniqueAttributeDefaultResponse): response is EntityUpdateClassificationsByUniqueAttributeDefaultResponse;
3221
-
3222
- // @public (undocumented)
3223
- export function isUnexpected(response: EntityBulkSetClassifications200Response | EntityBulkSetClassificationsDefaultResponse): response is EntityBulkSetClassificationsDefaultResponse;
3224
-
3225
- // @public (undocumented)
3226
- export function isUnexpected(response: EntityListByUniqueAttributes200Response | EntityListByUniqueAttributesDefaultResponse): response is EntityListByUniqueAttributesDefaultResponse;
3227
-
3228
- // @public (undocumented)
3229
- export function isUnexpected(response: EntityGetHeader200Response | EntityGetHeaderDefaultResponse): response is EntityGetHeaderDefaultResponse;
3230
-
3231
- // @public (undocumented)
3232
- export function isUnexpected(response: EntityRemoveBusinessMetadata204Response | EntityRemoveBusinessMetadataDefaultResponse): response is EntityRemoveBusinessMetadataDefaultResponse;
3233
-
3234
- // @public (undocumented)
3235
- export function isUnexpected(response: EntityAddOrUpdateBusinessMetadata204Response | EntityAddOrUpdateBusinessMetadataDefaultResponse): response is EntityAddOrUpdateBusinessMetadataDefaultResponse;
3236
-
3237
- // @public (undocumented)
3238
- export function isUnexpected(response: EntityRemoveBusinessMetadataAttributes204Response | EntityRemoveBusinessMetadataAttributesDefaultResponse): response is EntityRemoveBusinessMetadataAttributesDefaultResponse;
3239
-
3240
- // @public (undocumented)
3241
- export function isUnexpected(response: EntityAddOrUpdateBusinessMetadataAttributes204Response | EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse): response is EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse;
3242
-
3243
- // @public (undocumented)
3244
- export function isUnexpected(response: EntityGetSampleBusinessMetadataTemplate200Response | EntityGetSampleBusinessMetadataTemplateDefaultResponse): response is EntityGetSampleBusinessMetadataTemplateDefaultResponse;
3245
-
3246
- // @public (undocumented)
3247
- export function isUnexpected(response: EntityImportBusinessMetadata200Response | EntityImportBusinessMetadataDefaultResponse): response is EntityImportBusinessMetadataDefaultResponse;
3248
-
3249
- // @public (undocumented)
3250
- export function isUnexpected(response: EntityRemoveLabels204Response | EntityRemoveLabelsDefaultResponse): response is EntityRemoveLabelsDefaultResponse;
3251
-
3252
- // @public (undocumented)
3253
- export function isUnexpected(response: EntitySetLabels204Response | EntitySetLabelsDefaultResponse): response is EntitySetLabelsDefaultResponse;
3254
-
3255
- // @public (undocumented)
3256
- export function isUnexpected(response: EntityAddLabel204Response | EntityAddLabelDefaultResponse): response is EntityAddLabelDefaultResponse;
3257
-
3258
- // @public (undocumented)
3259
- export function isUnexpected(response: EntityRemoveLabelsByUniqueAttribute204Response | EntityRemoveLabelsByUniqueAttributeDefaultResponse): response is EntityRemoveLabelsByUniqueAttributeDefaultResponse;
3260
-
3261
- // @public (undocumented)
3262
- export function isUnexpected(response: EntitySetLabelsByUniqueAttribute204Response | EntitySetLabelsByUniqueAttributeDefaultResponse): response is EntitySetLabelsByUniqueAttributeDefaultResponse;
3263
-
3264
- // @public (undocumented)
3265
- export function isUnexpected(response: EntityAddLabelsByUniqueAttribute204Response | EntityAddLabelsByUniqueAttributeDefaultResponse): response is EntityAddLabelsByUniqueAttributeDefaultResponse;
3266
-
3267
- // @public (undocumented)
3268
- export function isUnexpected(response: EntityMoveEntitiesToCollection200Response | EntityMoveEntitiesToCollectionDefaultResponse): response is EntityMoveEntitiesToCollectionDefaultResponse;
3269
-
3270
- // @public (undocumented)
3271
- export function isUnexpected(response: GlossaryList200Response | GlossaryListDefaultResponse): response is GlossaryListDefaultResponse;
3272
-
3273
- // @public (undocumented)
3274
- export function isUnexpected(response: GlossaryCreate200Response | GlossaryCreateDefaultResponse): response is GlossaryCreateDefaultResponse;
3275
-
3276
- // @public (undocumented)
3277
- export function isUnexpected(response: GlossaryCreateCategories200Response | GlossaryCreateCategoriesDefaultResponse): response is GlossaryCreateCategoriesDefaultResponse;
3278
-
3279
- // @public (undocumented)
3280
- export function isUnexpected(response: GlossaryCreateCategory200Response | GlossaryCreateCategoryDefaultResponse): response is GlossaryCreateCategoryDefaultResponse;
3281
-
3282
- // @public (undocumented)
3283
- export function isUnexpected(response: GlossaryGetCategory200Response | GlossaryGetCategoryDefaultResponse): response is GlossaryGetCategoryDefaultResponse;
3284
-
3285
- // @public (undocumented)
3286
- export function isUnexpected(response: GlossaryUpdateCategory200Response | GlossaryUpdateCategoryDefaultResponse): response is GlossaryUpdateCategoryDefaultResponse;
3287
-
3288
- // @public (undocumented)
3289
- export function isUnexpected(response: GlossaryDeleteCategory204Response | GlossaryDeleteCategoryDefaultResponse): response is GlossaryDeleteCategoryDefaultResponse;
3290
-
3291
- // @public (undocumented)
3292
- export function isUnexpected(response: GlossaryPartialUpdateCategory200Response | GlossaryPartialUpdateCategoryDefaultResponse): response is GlossaryPartialUpdateCategoryDefaultResponse;
3293
-
3294
- // @public (undocumented)
3295
- export function isUnexpected(response: GlossaryListRelatedCategories200Response | GlossaryListRelatedCategoriesDefaultResponse): response is GlossaryListRelatedCategoriesDefaultResponse;
3296
-
3297
- // @public (undocumented)
3298
- export function isUnexpected(response: GlossaryListCategoryTerms200Response | GlossaryListCategoryTermsDefaultResponse): response is GlossaryListCategoryTermsDefaultResponse;
3299
-
3300
- // @public (undocumented)
3301
- export function isUnexpected(response: GlossaryCreateTerm200Response | GlossaryCreateTermDefaultResponse): response is GlossaryCreateTermDefaultResponse;
3302
-
3303
- // @public (undocumented)
3304
- export function isUnexpected(response: GlossaryGetTerm200Response | GlossaryGetTermDefaultResponse): response is GlossaryGetTermDefaultResponse;
3305
-
3306
- // @public (undocumented)
3307
- export function isUnexpected(response: GlossaryUpdateTerm200Response | GlossaryUpdateTermDefaultResponse): response is GlossaryUpdateTermDefaultResponse;
3308
-
3309
- // @public (undocumented)
3310
- export function isUnexpected(response: GlossaryDeleteTerm204Response | GlossaryDeleteTermDefaultResponse): response is GlossaryDeleteTermDefaultResponse;
3311
-
3312
- // @public (undocumented)
3313
- export function isUnexpected(response: GlossaryPartialUpdateTerm200Response | GlossaryPartialUpdateTermDefaultResponse): response is GlossaryPartialUpdateTermDefaultResponse;
3314
-
3315
- // @public (undocumented)
3316
- export function isUnexpected(response: GlossaryCreateTerms200Response | GlossaryCreateTermsDefaultResponse): response is GlossaryCreateTermsDefaultResponse;
3317
-
3318
- // @public (undocumented)
3319
- export function isUnexpected(response: GlossaryListEntitiesAssignedWithTerm200Response | GlossaryListEntitiesAssignedWithTermDefaultResponse): response is GlossaryListEntitiesAssignedWithTermDefaultResponse;
3320
-
3321
- // @public (undocumented)
3322
- export function isUnexpected(response: GlossaryAssignTermToEntities204Response | GlossaryAssignTermToEntitiesDefaultResponse): response is GlossaryAssignTermToEntitiesDefaultResponse;
3323
-
3324
- // @public (undocumented)
3325
- export function isUnexpected(response: GlossaryDeleteTermAssignmentFromEntities204Response | GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse): response is GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse;
3326
-
3327
- // @public (undocumented)
3328
- export function isUnexpected(response: GlossaryListRelatedTerms200Response | GlossaryListRelatedTermsDefaultResponse): response is GlossaryListRelatedTermsDefaultResponse;
3329
-
3330
- // @public (undocumented)
3331
- export function isUnexpected(response: GlossaryGet200Response | GlossaryGetDefaultResponse): response is GlossaryGetDefaultResponse;
3332
-
3333
- // @public (undocumented)
3334
- export function isUnexpected(response: GlossaryUpdate200Response | GlossaryUpdateDefaultResponse): response is GlossaryUpdateDefaultResponse;
3335
-
3336
- // @public (undocumented)
3337
- export function isUnexpected(response: GlossaryDeleteOperation204Response | GlossaryDeleteOperationDefaultResponse): response is GlossaryDeleteOperationDefaultResponse;
3338
-
3339
- // @public (undocumented)
3340
- export function isUnexpected(response: GlossaryListCategories200Response | GlossaryListCategoriesDefaultResponse): response is GlossaryListCategoriesDefaultResponse;
3341
-
3342
- // @public (undocumented)
3343
- export function isUnexpected(response: GlossaryListCategoriesHeaders200Response | GlossaryListCategoriesHeadersDefaultResponse): response is GlossaryListCategoriesHeadersDefaultResponse;
3344
-
3345
- // @public (undocumented)
3346
- export function isUnexpected(response: GlossaryGetDetailed200Response | GlossaryGetDetailedDefaultResponse): response is GlossaryGetDetailedDefaultResponse;
3347
-
3348
- // @public (undocumented)
3349
- export function isUnexpected(response: GlossaryPartialUpdate200Response | GlossaryPartialUpdateDefaultResponse): response is GlossaryPartialUpdateDefaultResponse;
3350
-
3351
- // @public (undocumented)
3352
- export function isUnexpected(response: GlossaryListTerms200Response | GlossaryListTermsDefaultResponse): response is GlossaryListTermsDefaultResponse;
3353
-
3354
- // @public (undocumented)
3355
- export function isUnexpected(response: GlossaryListTermHeaders200Response | GlossaryListTermHeadersDefaultResponse): response is GlossaryListTermHeadersDefaultResponse;
3356
-
3357
- // @public (undocumented)
3358
- export function isUnexpected(response: DiscoveryQuery200Response | DiscoveryQueryDefaultResponse): response is DiscoveryQueryDefaultResponse;
3359
-
3360
- // @public (undocumented)
3361
- export function isUnexpected(response: DiscoverySuggest200Response | DiscoverySuggestDefaultResponse): response is DiscoverySuggestDefaultResponse;
3362
-
3363
- // @public (undocumented)
3364
- export function isUnexpected(response: DiscoveryAutoComplete200Response | DiscoveryAutoCompleteDefaultResponse): response is DiscoveryAutoCompleteDefaultResponse;
3365
-
3366
- // @public (undocumented)
3367
- export function isUnexpected(response: LineageGet200Response | LineageGetDefaultResponse): response is LineageGetDefaultResponse;
3368
-
3369
- // @public (undocumented)
3370
- export function isUnexpected(response: LineageGetNextPage200Response | LineageGetNextPageDefaultResponse): response is LineageGetNextPageDefaultResponse;
3371
-
3372
- // @public (undocumented)
3373
- export function isUnexpected(response: LineageGetByUniqueAttribute200Response | LineageGetByUniqueAttributeDefaultResponse): response is LineageGetByUniqueAttributeDefaultResponse;
3374
-
3375
- // @public (undocumented)
3376
- export function isUnexpected(response: RelationshipCreate200Response | RelationshipCreateDefaultResponse): response is RelationshipCreateDefaultResponse;
3377
-
3378
- // @public (undocumented)
3379
- export function isUnexpected(response: RelationshipUpdate200Response | RelationshipUpdateDefaultResponse): response is RelationshipUpdateDefaultResponse;
3380
-
3381
- // @public (undocumented)
3382
- export function isUnexpected(response: RelationshipGet200Response | RelationshipGetDefaultResponse): response is RelationshipGetDefaultResponse;
3383
-
3384
- // @public (undocumented)
3385
- export function isUnexpected(response: RelationshipDeleteOperation204Response | RelationshipDeleteOperationDefaultResponse): response is RelationshipDeleteOperationDefaultResponse;
3386
-
3387
- // @public (undocumented)
3388
- export function isUnexpected(response: TypeGetBusinessMetadataDefByGuid200Response | TypeGetBusinessMetadataDefByGuidDefaultResponse): response is TypeGetBusinessMetadataDefByGuidDefaultResponse;
3389
-
3390
- // @public (undocumented)
3391
- export function isUnexpected(response: TypeGetBusinessMetadataDefByName200Response | TypeGetBusinessMetadataDefByNameDefaultResponse): response is TypeGetBusinessMetadataDefByNameDefaultResponse;
3392
-
3393
- // @public (undocumented)
3394
- export function isUnexpected(response: TypeGetClassificationDefByGuid200Response | TypeGetClassificationDefByGuidDefaultResponse): response is TypeGetClassificationDefByGuidDefaultResponse;
3395
-
3396
- // @public (undocumented)
3397
- export function isUnexpected(response: TypeGetClassificationDefByName200Response | TypeGetClassificationDefByNameDefaultResponse): response is TypeGetClassificationDefByNameDefaultResponse;
3398
-
3399
- // @public (undocumented)
3400
- export function isUnexpected(response: TypeGetEntityDefByGuid200Response | TypeGetEntityDefByGuidDefaultResponse): response is TypeGetEntityDefByGuidDefaultResponse;
3401
-
3402
- // @public (undocumented)
3403
- export function isUnexpected(response: TypeGetEntityDefByName200Response | TypeGetEntityDefByNameDefaultResponse): response is TypeGetEntityDefByNameDefaultResponse;
3404
-
3405
- // @public (undocumented)
3406
- export function isUnexpected(response: TypeGetEnumDefByGuid200Response | TypeGetEnumDefByGuidDefaultResponse): response is TypeGetEnumDefByGuidDefaultResponse;
3407
-
3408
- // @public (undocumented)
3409
- export function isUnexpected(response: TypeGetEnumDefByName200Response | TypeGetEnumDefByNameDefaultResponse): response is TypeGetEnumDefByNameDefaultResponse;
3410
-
3411
- // @public (undocumented)
3412
- export function isUnexpected(response: TypeGetRelationshipDefByGuid200Response | TypeGetRelationshipDefByGuidDefaultResponse): response is TypeGetRelationshipDefByGuidDefaultResponse;
3413
-
3414
- // @public (undocumented)
3415
- export function isUnexpected(response: TypeGetRelationshipDefByName200Response | TypeGetRelationshipDefByNameDefaultResponse): response is TypeGetRelationshipDefByNameDefaultResponse;
3416
-
3417
- // @public (undocumented)
3418
- export function isUnexpected(response: TypeGetStructDefByGuid200Response | TypeGetStructDefByGuidDefaultResponse): response is TypeGetStructDefByGuidDefaultResponse;
3419
-
3420
- // @public (undocumented)
3421
- export function isUnexpected(response: TypeGetStructDefByName200Response | TypeGetStructDefByNameDefaultResponse): response is TypeGetStructDefByNameDefaultResponse;
3422
-
3423
- // @public (undocumented)
3424
- export function isUnexpected(response: TypeGetByGuid200Response | TypeGetByGuidDefaultResponse): response is TypeGetByGuidDefaultResponse;
3425
-
3426
- // @public (undocumented)
3427
- export function isUnexpected(response: TypeGetByName200Response | TypeGetByNameDefaultResponse): response is TypeGetByNameDefaultResponse;
3428
-
3429
- // @public (undocumented)
3430
- export function isUnexpected(response: TypeDeleteOperation204Response | TypeDeleteOperationDefaultResponse): response is TypeDeleteOperationDefaultResponse;
3431
-
3432
- // @public (undocumented)
3433
- export function isUnexpected(response: TypeList200Response | TypeListDefaultResponse): response is TypeListDefaultResponse;
3434
-
3435
- // @public (undocumented)
3436
- export function isUnexpected(response: TypeBulkCreate200Response | TypeBulkCreateDefaultResponse): response is TypeBulkCreateDefaultResponse;
3437
-
3438
- // @public (undocumented)
3439
- export function isUnexpected(response: TypeBulkUpdate200Response | TypeBulkUpdateDefaultResponse): response is TypeBulkUpdateDefaultResponse;
3440
-
3441
- // @public (undocumented)
3442
- export function isUnexpected(response: TypeBulkDelete204Response | TypeBulkDeleteDefaultResponse): response is TypeBulkDeleteDefaultResponse;
3443
-
3444
- // @public (undocumented)
3445
- export function isUnexpected(response: TypeListHeaders200Response | TypeListHeadersDefaultResponse): response is TypeListHeadersDefaultResponse;
3446
-
3447
- // @public (undocumented)
3448
- export function isUnexpected(response: TypeGetTermTemplateDefByGuid200Response | TypeGetTermTemplateDefByGuidDefaultResponse): response is TypeGetTermTemplateDefByGuidDefaultResponse;
3449
-
3450
- // @public (undocumented)
3451
- export function isUnexpected(response: TypeGetTermTemplateDefByName200Response | TypeGetTermTemplateDefByNameDefaultResponse): response is TypeGetTermTemplateDefByNameDefaultResponse;
3452
-
3453
- // @public (undocumented)
3454
- export interface LineageGet {
3455
- get(options: LineageGetParameters): StreamableMethod<LineageGet200Response | LineageGetDefaultResponse>;
3456
- }
3457
-
3458
- // @public
3459
- export interface LineageGet200Response extends HttpResponse {
3460
- // (undocumented)
3461
- body: AtlasLineageInfoOutput;
3462
- // (undocumented)
3463
- status: "200";
3464
- }
3465
-
3466
- // @public (undocumented)
3467
- export interface LineageGetByUniqueAttribute {
3468
- get(options: LineageGetByUniqueAttributeParameters): StreamableMethod<LineageGetByUniqueAttribute200Response | LineageGetByUniqueAttributeDefaultResponse>;
3469
- }
3470
-
3471
- // @public
3472
- export interface LineageGetByUniqueAttribute200Response extends HttpResponse {
3473
- // (undocumented)
3474
- body: AtlasLineageInfoOutput;
3475
- // (undocumented)
3476
- status: "200";
3477
- }
3478
-
3479
- // @public (undocumented)
3480
- export interface LineageGetByUniqueAttributeDefaultResponse extends HttpResponse {
3481
- // (undocumented)
3482
- body: AtlasErrorResponseOutput;
3483
- // (undocumented)
3484
- status: string;
3485
- }
3486
-
3487
- // @public (undocumented)
3488
- export type LineageGetByUniqueAttributeParameters = LineageGetByUniqueAttributeQueryParam & RequestParameters;
3489
-
3490
- // @public (undocumented)
3491
- export interface LineageGetByUniqueAttributeQueryParam {
3492
- // (undocumented)
3493
- queryParameters: LineageGetByUniqueAttributeQueryParamProperties;
3494
- }
3495
-
3496
- // @public (undocumented)
3497
- export interface LineageGetByUniqueAttributeQueryParamProperties {
3498
- "attr:qualifiedName"?: string;
3499
- depth?: number;
3500
- direction: string;
3501
- }
3502
-
3503
- // @public (undocumented)
3504
- export interface LineageGetDefaultResponse extends HttpResponse {
3505
- // (undocumented)
3506
- body: AtlasErrorResponseOutput;
3507
- // (undocumented)
3508
- status: string;
3509
- }
3510
-
3511
- // @public (undocumented)
3512
- export interface LineageGetNextPage {
3513
- get(options: LineageGetNextPageParameters): StreamableMethod<LineageGetNextPage200Response | LineageGetNextPageDefaultResponse>;
3514
- }
3515
-
3516
- // @public
3517
- export interface LineageGetNextPage200Response extends HttpResponse {
3518
- // (undocumented)
3519
- body: AtlasLineageInfoOutput;
3520
- // (undocumented)
3521
- status: "200";
3522
- }
3523
-
3524
- // @public (undocumented)
3525
- export interface LineageGetNextPageDefaultResponse extends HttpResponse {
3526
- // (undocumented)
3527
- body: AtlasErrorResponseOutput;
3528
- // (undocumented)
3529
- status: string;
3530
- }
3531
-
3532
- // @public (undocumented)
3533
- export type LineageGetNextPageParameters = LineageGetNextPageQueryParam & RequestParameters;
3534
-
3535
- // @public (undocumented)
3536
- export interface LineageGetNextPageQueryParam {
3537
- // (undocumented)
3538
- queryParameters: LineageGetNextPageQueryParamProperties;
3539
- }
3540
-
3541
- // @public (undocumented)
3542
- export interface LineageGetNextPageQueryParamProperties {
3543
- direction: string;
3544
- limit?: number;
3545
- offset?: number;
3546
- }
3547
-
3548
- // @public (undocumented)
3549
- export type LineageGetParameters = LineageGetQueryParam & RequestParameters;
3550
-
3551
- // @public (undocumented)
3552
- export interface LineageGetQueryParam {
3553
- // (undocumented)
3554
- queryParameters: LineageGetQueryParamProperties;
3555
- }
3556
-
3557
- // @public (undocumented)
3558
- export interface LineageGetQueryParamProperties {
3559
- depth?: number;
3560
- direction: string;
3561
- }
3562
-
3563
- // @public
3564
- export interface LineageRelationOutput {
3565
- fromEntityId?: string;
3566
- relationshipId?: string;
3567
- toEntityId?: string;
3568
- }
3569
-
3570
- // @public
3571
- export interface MoveEntitiesOptions {
3572
- entityGuids?: string[];
3573
- }
3574
-
3575
- // @public
3576
- export interface NumberFormat {
3577
- availableLocales?: string[];
3578
- currency?: string;
3579
- currencyInstance?: NumberFormat;
3580
- groupingUsed?: boolean;
3581
- instance?: NumberFormat;
3582
- integerInstance?: NumberFormat;
3583
- maximumFractionDigits?: number;
3584
- maximumIntegerDigits?: number;
3585
- minimumFractionDigits?: number;
3586
- minimumIntegerDigits?: number;
3587
- numberInstance?: NumberFormat;
3588
- parseIntegerOnly?: boolean;
3589
- percentInstance?: NumberFormat;
3590
- roundingMode?: string;
3591
- }
3592
-
3593
- // @public
3594
- export interface NumberFormatOutput {
3595
- availableLocales?: string[];
3596
- currency?: string;
3597
- currencyInstance?: NumberFormatOutput;
3598
- groupingUsed?: boolean;
3599
- instance?: NumberFormatOutput;
3600
- integerInstance?: NumberFormatOutput;
3601
- maximumFractionDigits?: number;
3602
- maximumIntegerDigits?: number;
3603
- minimumFractionDigits?: number;
3604
- minimumIntegerDigits?: number;
3605
- numberInstance?: NumberFormatOutput;
3606
- parseIntegerOnly?: boolean;
3607
- percentInstance?: NumberFormatOutput;
3608
- roundingMode?: string;
3609
- }
3610
-
3611
- // @public
3612
- export interface ParentRelationOutput {
3613
- childEntityId?: string;
3614
- parentEntityId?: string;
3615
- relationshipId?: string;
3616
- }
3617
-
3618
- // @public (undocumented)
3619
- export type PurviewDataMapClient = Client & {
3620
- path: Routes;
3621
- };
3622
-
3623
- // @public
3624
- export interface PurviewObjectId {
3625
- displayText?: string;
3626
- guid?: string;
3627
- itemPath?: string;
3628
- name?: string;
3629
- properties?: Record<string, unknown>;
3630
- resourceId?: string;
3631
- typeName?: string;
3632
- uniqueAttributes?: Record<string, unknown>;
3633
- }
3634
-
3635
- // @public
3636
- export interface PurviewObjectIdOutput {
3637
- displayText?: string;
3638
- guid?: string;
3639
- itemPath?: string;
3640
- name?: string;
3641
- properties?: Record<string, any>;
3642
- resourceId?: string;
3643
- typeName?: string;
3644
- uniqueAttributes?: Record<string, any>;
3645
- }
3646
-
3647
- // @public
3648
- export interface QueryOptions {
3649
- continuationToken?: string;
3650
- facets?: Array<SearchFacetItem>;
3651
- filter?: unknown;
3652
- keywords?: string;
3653
- limit?: number;
3654
- orderby?: unknown[];
3655
- taxonomySetting?: SearchTaxonomySetting;
3656
- }
3657
-
3658
- // @public
3659
- export interface QueryResultOutput {
3660
- continuationToken?: string;
3661
- searchCount?: number;
3662
- searchCountApproximate?: boolean;
3663
- searchFacets?: SearchFacetResultValueOutput;
3664
- value?: Array<SearchResultValueOutput>;
3665
- }
3666
-
3667
- // @public (undocumented)
3668
- export interface RelationshipCreate {
3669
- post(options?: RelationshipCreateParameters): StreamableMethod<RelationshipCreate200Response | RelationshipCreateDefaultResponse>;
3670
- put(options?: RelationshipUpdateParameters): StreamableMethod<RelationshipUpdate200Response | RelationshipUpdateDefaultResponse>;
3671
- }
3672
-
3673
- // @public
3674
- export interface RelationshipCreate200Response extends HttpResponse {
3675
- // (undocumented)
3676
- body: AtlasRelationshipOutput;
3677
- // (undocumented)
3678
- status: "200";
3679
- }
3680
-
3681
- // @public (undocumented)
3682
- export interface RelationshipCreateBodyParam {
3683
- // (undocumented)
3684
- body?: AtlasRelationship;
3685
- }
3686
-
3687
- // @public (undocumented)
3688
- export interface RelationshipCreateDefaultResponse extends HttpResponse {
3689
- // (undocumented)
3690
- body: AtlasErrorResponseOutput;
3691
- // (undocumented)
3692
- status: string;
3693
- }
3694
-
3695
- // @public (undocumented)
3696
- export type RelationshipCreateParameters = RelationshipCreateBodyParam & RequestParameters;
3697
-
3698
- // @public
3699
- export interface RelationshipDeleteOperation204Response extends HttpResponse {
3700
- // (undocumented)
3701
- status: "204";
3702
- }
3703
-
3704
- // @public (undocumented)
3705
- export interface RelationshipDeleteOperationDefaultResponse extends HttpResponse {
3706
- // (undocumented)
3707
- body: AtlasErrorResponseOutput;
3708
- // (undocumented)
3709
- status: string;
3710
- }
3711
-
3712
- // @public (undocumented)
3713
- export type RelationshipDeleteParameters = RequestParameters;
3714
-
3715
- // @public (undocumented)
3716
- export interface RelationshipGet {
3717
- delete(options?: RelationshipDeleteParameters): StreamableMethod<RelationshipDeleteOperation204Response | RelationshipDeleteOperationDefaultResponse>;
3718
- get(options?: RelationshipGetParameters): StreamableMethod<RelationshipGet200Response | RelationshipGetDefaultResponse>;
3719
- }
3720
-
3721
- // @public
3722
- export interface RelationshipGet200Response extends HttpResponse {
3723
- // (undocumented)
3724
- body: AtlasRelationshipWithExtInfoOutput;
3725
- // (undocumented)
3726
- status: "200";
3727
- }
3728
-
3729
- // @public (undocumented)
3730
- export interface RelationshipGetDefaultResponse extends HttpResponse {
3731
- // (undocumented)
3732
- body: AtlasErrorResponseOutput;
3733
- // (undocumented)
3734
- status: string;
3735
- }
3736
-
3737
- // @public (undocumented)
3738
- export type RelationshipGetParameters = RelationshipGetQueryParam & RequestParameters;
3739
-
3740
- // @public (undocumented)
3741
- export interface RelationshipGetQueryParam {
3742
- // (undocumented)
3743
- queryParameters?: RelationshipGetQueryParamProperties;
3744
- }
3745
-
3746
- // @public (undocumented)
3747
- export interface RelationshipGetQueryParamProperties {
3748
- extendedInfo?: boolean;
3749
- }
3750
-
3751
- // @public
3752
- export interface RelationshipUpdate200Response extends HttpResponse {
3753
- // (undocumented)
3754
- body: AtlasRelationshipOutput;
3755
- // (undocumented)
3756
- status: "200";
3757
- }
3758
-
3759
- // @public (undocumented)
3760
- export interface RelationshipUpdateBodyParam {
3761
- // (undocumented)
3762
- body?: AtlasRelationship;
3763
- }
3764
-
3765
- // @public (undocumented)
3766
- export interface RelationshipUpdateDefaultResponse extends HttpResponse {
3767
- // (undocumented)
3768
- body: AtlasErrorResponseOutput;
3769
- // (undocumented)
3770
- status: string;
3771
- }
3772
-
3773
- // @public (undocumented)
3774
- export type RelationshipUpdateParameters = RelationshipUpdateBodyParam & RequestParameters;
3775
-
3776
- // @public
3777
- export interface ResourceLink {
3778
- displayName?: string;
3779
- url?: string;
3780
- }
3781
-
3782
- // @public
3783
- export interface ResourceLinkOutput {
3784
- displayName?: string;
3785
- url?: string;
3786
- }
3787
-
3788
- // @public (undocumented)
3789
- export interface Routes {
3790
- (path: "/atlas/v2/entity"): EntityCreateOrUpdate;
3791
- (path: "/atlas/v2/entity/bulk"): EntityListByGuids;
3792
- (path: "/atlas/v2/entity/bulk/classification"): EntityAddClassification;
3793
- (path: "/atlas/v2/entity/guid/{guid}", guid: string): EntityGet;
3794
- (path: "/atlas/v2/entity/guid/{guid}/classification/{classificationName}", guid: string, classificationName: string): EntityGetClassification;
3795
- (path: "/atlas/v2/entity/guid/{guid}/classifications", guid: string): EntityGetClassifications;
3796
- (path: "/atlas/v2/entity/uniqueAttribute/type/{typeName}", typeName: string): EntityGetByUniqueAttributes;
3797
- (path: "/atlas/v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}", typeName: string, classificationName: string): EntityRemoveClassificationByUniqueAttribute;
3798
- (path: "/atlas/v2/entity/uniqueAttribute/type/{typeName}/classifications", typeName: string): EntityAddClassificationsByUniqueAttribute;
3799
- (path: "/atlas/v2/entity/bulk/setClassifications"): EntityBulkSetClassifications;
3800
- (path: "/atlas/v2/entity/bulk/uniqueAttribute/type/{typeName}", typeName: string): EntityListByUniqueAttributes;
3801
- (path: "/atlas/v2/entity/guid/{guid}/header", guid: string): EntityGetHeader;
3802
- (path: "/atlas/v2/entity/guid/{guid}/businessmetadata", guid: string): EntityRemoveBusinessMetadata;
3803
- (path: "/atlas/v2/entity/guid/{guid}/businessmetadata/{businessMetadataName}", businessMetadataName: string, guid: string): EntityRemoveBusinessMetadataAttributes;
3804
- (path: "/atlas/v2/entity/businessmetadata/import/template"): EntityGetSampleBusinessMetadataTemplate;
3805
- (path: "/atlas/v2/entity/businessmetadata/import"): EntityImportBusinessMetadata;
3806
- (path: "/atlas/v2/entity/guid/{guid}/labels", guid: string): EntityRemoveLabels;
3807
- (path: "/atlas/v2/entity/uniqueAttribute/type/{typeName}/labels", typeName: string): EntityRemoveLabelsByUniqueAttribute;
3808
- (path: "/entity/moveTo"): EntityMoveEntitiesToCollection;
3809
- (path: "/atlas/v2/glossary"): GlossaryList;
3810
- (path: "/atlas/v2/glossary/categories"): GlossaryCreateCategories;
3811
- (path: "/atlas/v2/glossary/category"): GlossaryCreateCategory;
3812
- (path: "/atlas/v2/glossary/category/{categoryId}", categoryId: string): GlossaryGetCategory;
3813
- (path: "/atlas/v2/glossary/category/{categoryId}/partial", categoryId: string): GlossaryPartialUpdateCategory;
3814
- (path: "/atlas/v2/glossary/category/{categoryId}/related", categoryId: string): GlossaryListRelatedCategories;
3815
- (path: "/atlas/v2/glossary/category/{categoryId}/terms", categoryId: string): GlossaryListCategoryTerms;
3816
- (path: "/atlas/v2/glossary/term"): GlossaryCreateTerm;
3817
- (path: "/atlas/v2/glossary/term/{termId}", termId: string): GlossaryGetTerm;
3818
- (path: "/atlas/v2/glossary/term/{termId}/partial", termId: string): GlossaryPartialUpdateTerm;
3819
- (path: "/atlas/v2/glossary/terms"): GlossaryCreateTerms;
3820
- (path: "/atlas/v2/glossary/terms/{termId}/assignedEntities", termId: string): GlossaryListEntitiesAssignedWithTerm;
3821
- (path: "/atlas/v2/glossary/terms/{termId}/related", termId: string): GlossaryListRelatedTerms;
3822
- (path: "/atlas/v2/glossary/{glossaryId}", glossaryId: string): GlossaryGet;
3823
- (path: "/atlas/v2/glossary/{glossaryId}/categories", glossaryId: string): GlossaryListCategories;
3824
- (path: "/atlas/v2/glossary/{glossaryId}/categories/headers", glossaryId: string): GlossaryListCategoriesHeaders;
3825
- (path: "/atlas/v2/glossary/{glossaryId}/detailed", glossaryId: string): GlossaryGetDetailed;
3826
- (path: "/atlas/v2/glossary/{glossaryId}/partial", glossaryId: string): GlossaryPartialUpdate;
3827
- (path: "/atlas/v2/glossary/{glossaryId}/terms", glossaryId: string): GlossaryListTerms;
3828
- (path: "/atlas/v2/glossary/{glossaryId}/terms/headers", glossaryId: string): GlossaryListTermHeaders;
3829
- (path: "/search/query"): DiscoveryQuery;
3830
- (path: "/search/suggest"): DiscoverySuggest;
3831
- (path: "/search/autocomplete"): DiscoveryAutoComplete;
3832
- (path: "/atlas/v2/lineage/{guid}", guid: string): LineageGet;
3833
- (path: "/lineage/{guid}/next", guid: string): LineageGetNextPage;
3834
- (path: "/atlas/v2/lineage/uniqueAttribute/type/{typeName}", typeName: string): LineageGetByUniqueAttribute;
3835
- (path: "/atlas/v2/relationship"): RelationshipCreate;
3836
- (path: "/atlas/v2/relationship/guid/{guid}", guid: string): RelationshipGet;
3837
- (path: "/atlas/v2/types/businessmetadatadef/guid/{guid}", guid: string): TypeGetBusinessMetadataDefByGuid;
3838
- (path: "/atlas/v2/types/businessmetadatadef/name/{name}", name: string): TypeGetBusinessMetadataDefByName;
3839
- (path: "/atlas/v2/types/classificationdef/guid/{guid}", guid: string): TypeGetClassificationDefByGuid;
3840
- (path: "/atlas/v2/types/classificationdef/name/{name}", name: string): TypeGetClassificationDefByName;
3841
- (path: "/atlas/v2/types/entitydef/guid/{guid}", guid: string): TypeGetEntityDefByGuid;
3842
- (path: "/atlas/v2/types/entitydef/name/{name}", name: string): TypeGetEntityDefByName;
3843
- (path: "/atlas/v2/types/enumdef/guid/{guid}", guid: string): TypeGetEnumDefByGuid;
3844
- (path: "/atlas/v2/types/enumdef/name/{name}", name: string): TypeGetEnumDefByName;
3845
- (path: "/atlas/v2/types/relationshipdef/guid/{guid}", guid: string): TypeGetRelationshipDefByGuid;
3846
- (path: "/atlas/v2/types/relationshipdef/name/{name}", name: string): TypeGetRelationshipDefByName;
3847
- (path: "/atlas/v2/types/structdef/guid/{guid}", guid: string): TypeGetStructDefByGuid;
3848
- (path: "/atlas/v2/types/structdef/name/{name}", name: string): TypeGetStructDefByName;
3849
- (path: "/atlas/v2/types/typedef/guid/{guid}", guid: string): TypeGetByGuid;
3850
- (path: "/atlas/v2/types/typedef/name/{name}", name: string): TypeGetByName;
3851
- (path: "/atlas/v2/types/typedefs"): TypeList;
3852
- (path: "/atlas/v2/types/typedefs/headers"): TypeListHeaders;
3853
- (path: "/types/termtemplatedef/guid/{guid}", guid: string): TypeGetTermTemplateDefByGuid;
3854
- (path: "/types/termtemplatedef/name/{name}", name: string): TypeGetTermTemplateDefByName;
3855
- }
3856
-
3857
- // @public
3858
- export interface SearchFacetItem {
3859
- count?: number;
3860
- facet?: string;
3861
- sort?: SearchFacetSort;
3862
- }
3863
-
3864
- // @public
3865
- export interface SearchFacetItemValueOutput {
3866
- count?: number;
3867
- value?: string;
3868
- }
3869
-
3870
- // @public
3871
- export interface SearchFacetResultValueOutput {
3872
- assetType?: Array<SearchFacetItemValueOutput>;
3873
- classification?: Array<SearchFacetItemValueOutput>;
3874
- contactId?: Array<SearchFacetItemValueOutput>;
3875
- contactType?: Array<SearchFacetItemValueOutput>;
3876
- entityType?: Array<SearchFacetItemValueOutput>;
3877
- glossaryType?: Array<SearchFacetItemValueOutput>;
3878
- label?: Array<SearchFacetItemValueOutput>;
3879
- term?: Array<SearchFacetItemValueOutput>;
3880
- termStatus?: Array<SearchFacetItemValueOutput>;
3881
- termTemplate?: Array<SearchFacetItemValueOutput>;
3882
- }
3883
-
3884
- // @public
3885
- export interface SearchFacetSort {
3886
- count?: string;
3887
- value?: string;
3888
- }
3889
-
3890
- // @public
3891
- export interface SearchHighlightsOutput {
3892
- description?: string[];
3893
- entityType?: string[];
3894
- id?: string[];
3895
- name?: string[];
3896
- qualifiedName?: string[];
3897
- }
3898
-
3899
- // @public
3900
- export interface SearchResultValueOutput {
3901
- assetType?: string[];
3902
- classification?: string[];
3903
- contact?: Array<ContactSearchResultValueOutput>;
3904
- createTime?: number;
3905
- description?: string;
3906
- endorsement?: string;
3907
- entityType?: string;
3908
- glossary?: string;
3909
- glossaryType?: string;
3910
- id?: string;
3911
- label?: string[];
3912
- longDescription?: string;
3913
- name?: string;
3914
- objectType?: string;
3915
- owner?: string;
3916
- qualifiedName?: string;
3917
- searchHighlights?: SearchHighlightsOutput;
3918
- searchScore?: number;
3919
- term?: Array<TermSearchResultValueOutput>;
3920
- termStatus?: string;
3921
- termTemplate?: string[];
3922
- updateTime?: number;
3923
- }
3924
-
3925
- // @public
3926
- export interface SearchTaxonomySetting {
3927
- assetTypes?: string[];
3928
- facet?: SearchFacetItem;
3929
- }
3930
-
3931
- // @public
3932
- export interface SuggestOptions {
3933
- filter?: unknown;
3934
- keywords?: string;
3935
- limit?: number;
3936
- }
3937
-
3938
- // @public
3939
- export interface SuggestResultOutput {
3940
- value?: Array<SuggestResultValueOutput>;
3941
- }
3942
-
3943
- // @public
3944
- export interface SuggestResultValueOutput {
3945
- assetType?: string[];
3946
- classification?: string[];
3947
- contact?: Array<ContactSearchResultValueOutput>;
3948
- createTime?: number;
3949
- description?: string;
3950
- endorsement?: string;
3951
- entityType?: string;
3952
- glossary?: string;
3953
- glossaryType?: string;
3954
- id?: string;
3955
- label?: string[];
3956
- longDescription?: string;
3957
- name?: string;
3958
- objectType?: string;
3959
- owner?: string;
3960
- qualifiedName?: string;
3961
- searchScore?: number;
3962
- searchText?: string;
3963
- term?: Array<TermSearchResultValueOutput>;
3964
- termStatus?: string;
3965
- termTemplate?: string[];
3966
- updateTime?: number;
3967
- }
3968
-
3969
- // @public
3970
- export interface TermSearchResultValueOutput {
3971
- glossaryName?: string;
3972
- guid?: string;
3973
- name?: string;
3974
- }
3975
-
3976
- // @public
3977
- export interface TermTemplateDef {
3978
- attributeDefs?: Array<AtlasAttributeDef>;
3979
- category?: string;
3980
- createdBy?: string;
3981
- createTime?: number;
3982
- dateFormatter?: DateFormat;
3983
- description?: string;
3984
- guid?: string;
3985
- lastModifiedTS?: string;
3986
- name?: string;
3987
- options?: Record<string, string>;
3988
- serviceType?: string;
3989
- typeVersion?: string;
3990
- updatedBy?: string;
3991
- updateTime?: number;
3992
- version?: number;
3993
- }
3994
-
3995
- // @public
3996
- export interface TermTemplateDefOutput {
3997
- attributeDefs?: Array<AtlasAttributeDefOutput>;
3998
- category?: string;
3999
- createdBy?: string;
4000
- createTime?: number;
4001
- dateFormatter?: DateFormatOutput;
4002
- description?: string;
4003
- guid?: string;
4004
- lastModifiedTS?: string;
4005
- name?: string;
4006
- options?: Record<string, string>;
4007
- serviceType?: string;
4008
- typeVersion?: string;
4009
- updatedBy?: string;
4010
- updateTime?: number;
4011
- version?: number;
4012
- }
4013
-
4014
- // @public
4015
- export interface TimeBoundary {
4016
- endTime?: string;
4017
- startTime?: string;
4018
- timeZone?: string;
4019
- }
4020
-
4021
- // @public
4022
- export interface TimeBoundaryOutput {
4023
- endTime?: string;
4024
- startTime?: string;
4025
- timeZone?: string;
4026
- }
4027
-
4028
- // @public
4029
- export interface TimeZone {
4030
- availableIds?: string[];
4031
- default?: TimeZone;
4032
- displayName?: string;
4033
- dstSavings?: number;
4034
- id?: string;
4035
- rawOffset?: number;
4036
- }
4037
-
4038
- // @public
4039
- export interface TimeZoneOutput {
4040
- availableIds?: string[];
4041
- default?: TimeZoneOutput;
4042
- displayName?: string;
4043
- dstSavings?: number;
4044
- id?: string;
4045
- rawOffset?: number;
4046
- }
4047
-
4048
- // @public
4049
- export interface TypeBulkCreate200Response extends HttpResponse {
4050
- // (undocumented)
4051
- body: AtlasTypesDefOutput;
4052
- // (undocumented)
4053
- status: "200";
4054
- }
4055
-
4056
- // @public (undocumented)
4057
- export interface TypeBulkCreateBodyParam {
4058
- // (undocumented)
4059
- body?: AtlasTypesDef;
4060
- }
4061
-
4062
- // @public (undocumented)
4063
- export interface TypeBulkCreateDefaultResponse extends HttpResponse {
4064
- // (undocumented)
4065
- body: AtlasErrorResponseOutput;
4066
- // (undocumented)
4067
- status: string;
4068
- }
4069
-
4070
- // @public (undocumented)
4071
- export type TypeBulkCreateParameters = TypeBulkCreateBodyParam & RequestParameters;
4072
-
4073
- // @public
4074
- export interface TypeBulkDelete204Response extends HttpResponse {
4075
- // (undocumented)
4076
- status: "204";
4077
- }
4078
-
4079
- // @public (undocumented)
4080
- export interface TypeBulkDeleteBodyParam {
4081
- // (undocumented)
4082
- body?: AtlasTypesDef;
4083
- }
4084
-
4085
- // @public (undocumented)
4086
- export interface TypeBulkDeleteDefaultResponse extends HttpResponse {
4087
- // (undocumented)
4088
- body: AtlasErrorResponseOutput;
4089
- // (undocumented)
4090
- status: string;
4091
- }
4092
-
4093
- // @public (undocumented)
4094
- export type TypeBulkDeleteParameters = TypeBulkDeleteBodyParam & RequestParameters;
4095
-
4096
- // @public
4097
- export interface TypeBulkUpdate200Response extends HttpResponse {
4098
- // (undocumented)
4099
- body: AtlasTypesDefOutput;
4100
- // (undocumented)
4101
- status: "200";
4102
- }
4103
-
4104
- // @public (undocumented)
4105
- export interface TypeBulkUpdateBodyParam {
4106
- // (undocumented)
4107
- body?: AtlasTypesDef;
4108
- }
4109
-
4110
- // @public (undocumented)
4111
- export interface TypeBulkUpdateDefaultResponse extends HttpResponse {
4112
- // (undocumented)
4113
- body: AtlasErrorResponseOutput;
4114
- // (undocumented)
4115
- status: string;
4116
- }
4117
-
4118
- // @public (undocumented)
4119
- export type TypeBulkUpdateParameters = TypeBulkUpdateBodyParam & RequestParameters;
4120
-
4121
- // @public
4122
- export interface TypeDeleteOperation204Response extends HttpResponse {
4123
- // (undocumented)
4124
- status: "204";
4125
- }
4126
-
4127
- // @public (undocumented)
4128
- export interface TypeDeleteOperationDefaultResponse extends HttpResponse {
4129
- // (undocumented)
4130
- body: AtlasErrorResponseOutput;
4131
- // (undocumented)
4132
- status: string;
4133
- }
4134
-
4135
- // @public (undocumented)
4136
- export type TypeDeleteParameters = RequestParameters;
4137
-
4138
- // @public (undocumented)
4139
- export interface TypeGetBusinessMetadataDefByGuid {
4140
- get(options?: TypeGetBusinessMetadataDefByGuidParameters): StreamableMethod<TypeGetBusinessMetadataDefByGuid200Response | TypeGetBusinessMetadataDefByGuidDefaultResponse>;
4141
- }
4142
-
4143
- // @public
4144
- export interface TypeGetBusinessMetadataDefByGuid200Response extends HttpResponse {
4145
- // (undocumented)
4146
- body: AtlasBusinessMetadataDefOutput;
4147
- // (undocumented)
4148
- status: "200";
4149
- }
4150
-
4151
- // @public (undocumented)
4152
- export interface TypeGetBusinessMetadataDefByGuidDefaultResponse extends HttpResponse {
4153
- // (undocumented)
4154
- body: AtlasErrorResponseOutput;
4155
- // (undocumented)
4156
- status: string;
4157
- }
4158
-
4159
- // @public (undocumented)
4160
- export type TypeGetBusinessMetadataDefByGuidParameters = RequestParameters;
4161
-
4162
- // @public (undocumented)
4163
- export interface TypeGetBusinessMetadataDefByName {
4164
- get(options?: TypeGetBusinessMetadataDefByNameParameters): StreamableMethod<TypeGetBusinessMetadataDefByName200Response | TypeGetBusinessMetadataDefByNameDefaultResponse>;
4165
- }
4166
-
4167
- // @public
4168
- export interface TypeGetBusinessMetadataDefByName200Response extends HttpResponse {
4169
- // (undocumented)
4170
- body: AtlasBusinessMetadataDefOutput;
4171
- // (undocumented)
4172
- status: "200";
4173
- }
4174
-
4175
- // @public (undocumented)
4176
- export interface TypeGetBusinessMetadataDefByNameDefaultResponse extends HttpResponse {
4177
- // (undocumented)
4178
- body: AtlasErrorResponseOutput;
4179
- // (undocumented)
4180
- status: string;
4181
- }
4182
-
4183
- // @public (undocumented)
4184
- export type TypeGetBusinessMetadataDefByNameParameters = RequestParameters;
4185
-
4186
- // @public (undocumented)
4187
- export interface TypeGetByGuid {
4188
- get(options?: TypeGetByGuidParameters): StreamableMethod<TypeGetByGuid200Response | TypeGetByGuidDefaultResponse>;
4189
- }
4190
-
4191
- // @public
4192
- export interface TypeGetByGuid200Response extends HttpResponse {
4193
- // (undocumented)
4194
- body: AtlasTypeDefOutput;
4195
- // (undocumented)
4196
- status: "200";
4197
- }
4198
-
4199
- // @public (undocumented)
4200
- export interface TypeGetByGuidDefaultResponse extends HttpResponse {
4201
- // (undocumented)
4202
- body: AtlasErrorResponseOutput;
4203
- // (undocumented)
4204
- status: string;
4205
- }
4206
-
4207
- // @public (undocumented)
4208
- export type TypeGetByGuidParameters = RequestParameters;
4209
-
4210
- // @public (undocumented)
4211
- export interface TypeGetByName {
4212
- delete(options?: TypeDeleteParameters): StreamableMethod<TypeDeleteOperation204Response | TypeDeleteOperationDefaultResponse>;
4213
- get(options?: TypeGetByNameParameters): StreamableMethod<TypeGetByName200Response | TypeGetByNameDefaultResponse>;
4214
- }
4215
-
4216
- // @public
4217
- export interface TypeGetByName200Response extends HttpResponse {
4218
- // (undocumented)
4219
- body: AtlasTypeDefOutput;
4220
- // (undocumented)
4221
- status: "200";
4222
- }
4223
-
4224
- // @public (undocumented)
4225
- export interface TypeGetByNameDefaultResponse extends HttpResponse {
4226
- // (undocumented)
4227
- body: AtlasErrorResponseOutput;
4228
- // (undocumented)
4229
- status: string;
4230
- }
4231
-
4232
- // @public (undocumented)
4233
- export type TypeGetByNameParameters = RequestParameters;
4234
-
4235
- // @public (undocumented)
4236
- export interface TypeGetClassificationDefByGuid {
4237
- get(options?: TypeGetClassificationDefByGuidParameters): StreamableMethod<TypeGetClassificationDefByGuid200Response | TypeGetClassificationDefByGuidDefaultResponse>;
4238
- }
4239
-
4240
- // @public
4241
- export interface TypeGetClassificationDefByGuid200Response extends HttpResponse {
4242
- // (undocumented)
4243
- body: AtlasClassificationDefOutput;
4244
- // (undocumented)
4245
- status: "200";
4246
- }
4247
-
4248
- // @public (undocumented)
4249
- export interface TypeGetClassificationDefByGuidDefaultResponse extends HttpResponse {
4250
- // (undocumented)
4251
- body: AtlasErrorResponseOutput;
4252
- // (undocumented)
4253
- status: string;
4254
- }
4255
-
4256
- // @public (undocumented)
4257
- export type TypeGetClassificationDefByGuidParameters = RequestParameters;
4258
-
4259
- // @public (undocumented)
4260
- export interface TypeGetClassificationDefByName {
4261
- get(options?: TypeGetClassificationDefByNameParameters): StreamableMethod<TypeGetClassificationDefByName200Response | TypeGetClassificationDefByNameDefaultResponse>;
4262
- }
4263
-
4264
- // @public
4265
- export interface TypeGetClassificationDefByName200Response extends HttpResponse {
4266
- // (undocumented)
4267
- body: AtlasClassificationDefOutput;
4268
- // (undocumented)
4269
- status: "200";
4270
- }
4271
-
4272
- // @public (undocumented)
4273
- export interface TypeGetClassificationDefByNameDefaultResponse extends HttpResponse {
4274
- // (undocumented)
4275
- body: AtlasErrorResponseOutput;
4276
- // (undocumented)
4277
- status: string;
4278
- }
4279
-
4280
- // @public (undocumented)
4281
- export type TypeGetClassificationDefByNameParameters = RequestParameters;
4282
-
4283
- // @public (undocumented)
4284
- export interface TypeGetEntityDefByGuid {
4285
- get(options?: TypeGetEntityDefByGuidParameters): StreamableMethod<TypeGetEntityDefByGuid200Response | TypeGetEntityDefByGuidDefaultResponse>;
4286
- }
4287
-
4288
- // @public
4289
- export interface TypeGetEntityDefByGuid200Response extends HttpResponse {
4290
- // (undocumented)
4291
- body: AtlasEntityDefOutput;
4292
- // (undocumented)
4293
- status: "200";
4294
- }
4295
-
4296
- // @public (undocumented)
4297
- export interface TypeGetEntityDefByGuidDefaultResponse extends HttpResponse {
4298
- // (undocumented)
4299
- body: AtlasErrorResponseOutput;
4300
- // (undocumented)
4301
- status: string;
4302
- }
4303
-
4304
- // @public (undocumented)
4305
- export type TypeGetEntityDefByGuidParameters = RequestParameters;
4306
-
4307
- // @public (undocumented)
4308
- export interface TypeGetEntityDefByName {
4309
- get(options?: TypeGetEntityDefByNameParameters): StreamableMethod<TypeGetEntityDefByName200Response | TypeGetEntityDefByNameDefaultResponse>;
4310
- }
4311
-
4312
- // @public
4313
- export interface TypeGetEntityDefByName200Response extends HttpResponse {
4314
- // (undocumented)
4315
- body: AtlasEntityDefOutput;
4316
- // (undocumented)
4317
- status: "200";
4318
- }
4319
-
4320
- // @public (undocumented)
4321
- export interface TypeGetEntityDefByNameDefaultResponse extends HttpResponse {
4322
- // (undocumented)
4323
- body: AtlasErrorResponseOutput;
4324
- // (undocumented)
4325
- status: string;
4326
- }
4327
-
4328
- // @public (undocumented)
4329
- export type TypeGetEntityDefByNameParameters = RequestParameters;
4330
-
4331
- // @public (undocumented)
4332
- export interface TypeGetEnumDefByGuid {
4333
- get(options?: TypeGetEnumDefByGuidParameters): StreamableMethod<TypeGetEnumDefByGuid200Response | TypeGetEnumDefByGuidDefaultResponse>;
4334
- }
4335
-
4336
- // @public
4337
- export interface TypeGetEnumDefByGuid200Response extends HttpResponse {
4338
- // (undocumented)
4339
- body: AtlasEnumDefOutput;
4340
- // (undocumented)
4341
- status: "200";
4342
- }
4343
-
4344
- // @public (undocumented)
4345
- export interface TypeGetEnumDefByGuidDefaultResponse extends HttpResponse {
4346
- // (undocumented)
4347
- body: AtlasErrorResponseOutput;
4348
- // (undocumented)
4349
- status: string;
4350
- }
4351
-
4352
- // @public (undocumented)
4353
- export type TypeGetEnumDefByGuidParameters = RequestParameters;
4354
-
4355
- // @public (undocumented)
4356
- export interface TypeGetEnumDefByName {
4357
- get(options?: TypeGetEnumDefByNameParameters): StreamableMethod<TypeGetEnumDefByName200Response | TypeGetEnumDefByNameDefaultResponse>;
4358
- }
4359
-
4360
- // @public
4361
- export interface TypeGetEnumDefByName200Response extends HttpResponse {
4362
- // (undocumented)
4363
- body: AtlasEnumDefOutput;
4364
- // (undocumented)
4365
- status: "200";
4366
- }
4367
-
4368
- // @public (undocumented)
4369
- export interface TypeGetEnumDefByNameDefaultResponse extends HttpResponse {
4370
- // (undocumented)
4371
- body: AtlasErrorResponseOutput;
4372
- // (undocumented)
4373
- status: string;
4374
- }
4375
-
4376
- // @public (undocumented)
4377
- export type TypeGetEnumDefByNameParameters = RequestParameters;
4378
-
4379
- // @public (undocumented)
4380
- export interface TypeGetRelationshipDefByGuid {
4381
- get(options?: TypeGetRelationshipDefByGuidParameters): StreamableMethod<TypeGetRelationshipDefByGuid200Response | TypeGetRelationshipDefByGuidDefaultResponse>;
4382
- }
4383
-
4384
- // @public
4385
- export interface TypeGetRelationshipDefByGuid200Response extends HttpResponse {
4386
- // (undocumented)
4387
- body: AtlasRelationshipDefOutput;
4388
- // (undocumented)
4389
- status: "200";
4390
- }
4391
-
4392
- // @public (undocumented)
4393
- export interface TypeGetRelationshipDefByGuidDefaultResponse extends HttpResponse {
4394
- // (undocumented)
4395
- body: AtlasErrorResponseOutput;
4396
- // (undocumented)
4397
- status: string;
4398
- }
4399
-
4400
- // @public (undocumented)
4401
- export type TypeGetRelationshipDefByGuidParameters = RequestParameters;
4402
-
4403
- // @public (undocumented)
4404
- export interface TypeGetRelationshipDefByName {
4405
- get(options?: TypeGetRelationshipDefByNameParameters): StreamableMethod<TypeGetRelationshipDefByName200Response | TypeGetRelationshipDefByNameDefaultResponse>;
4406
- }
4407
-
4408
- // @public
4409
- export interface TypeGetRelationshipDefByName200Response extends HttpResponse {
4410
- // (undocumented)
4411
- body: AtlasRelationshipDefOutput;
4412
- // (undocumented)
4413
- status: "200";
4414
- }
4415
-
4416
- // @public (undocumented)
4417
- export interface TypeGetRelationshipDefByNameDefaultResponse extends HttpResponse {
4418
- // (undocumented)
4419
- body: AtlasErrorResponseOutput;
4420
- // (undocumented)
4421
- status: string;
4422
- }
4423
-
4424
- // @public (undocumented)
4425
- export type TypeGetRelationshipDefByNameParameters = RequestParameters;
4426
-
4427
- // @public (undocumented)
4428
- export interface TypeGetStructDefByGuid {
4429
- get(options?: TypeGetStructDefByGuidParameters): StreamableMethod<TypeGetStructDefByGuid200Response | TypeGetStructDefByGuidDefaultResponse>;
4430
- }
4431
-
4432
- // @public
4433
- export interface TypeGetStructDefByGuid200Response extends HttpResponse {
4434
- // (undocumented)
4435
- body: AtlasStructDefOutput;
4436
- // (undocumented)
4437
- status: "200";
4438
- }
4439
-
4440
- // @public (undocumented)
4441
- export interface TypeGetStructDefByGuidDefaultResponse extends HttpResponse {
4442
- // (undocumented)
4443
- body: AtlasErrorResponseOutput;
4444
- // (undocumented)
4445
- status: string;
4446
- }
4447
-
4448
- // @public (undocumented)
4449
- export type TypeGetStructDefByGuidParameters = RequestParameters;
4450
-
4451
- // @public (undocumented)
4452
- export interface TypeGetStructDefByName {
4453
- get(options?: TypeGetStructDefByNameParameters): StreamableMethod<TypeGetStructDefByName200Response | TypeGetStructDefByNameDefaultResponse>;
4454
- }
4455
-
4456
- // @public
4457
- export interface TypeGetStructDefByName200Response extends HttpResponse {
4458
- // (undocumented)
4459
- body: AtlasStructDefOutput;
4460
- // (undocumented)
4461
- status: "200";
4462
- }
4463
-
4464
- // @public (undocumented)
4465
- export interface TypeGetStructDefByNameDefaultResponse extends HttpResponse {
4466
- // (undocumented)
4467
- body: AtlasErrorResponseOutput;
4468
- // (undocumented)
4469
- status: string;
4470
- }
4471
-
4472
- // @public (undocumented)
4473
- export type TypeGetStructDefByNameParameters = RequestParameters;
4474
-
4475
- // @public (undocumented)
4476
- export interface TypeGetTermTemplateDefByGuid {
4477
- get(options?: TypeGetTermTemplateDefByGuidParameters): StreamableMethod<TypeGetTermTemplateDefByGuid200Response | TypeGetTermTemplateDefByGuidDefaultResponse>;
4478
- }
4479
-
4480
- // @public
4481
- export interface TypeGetTermTemplateDefByGuid200Response extends HttpResponse {
4482
- // (undocumented)
4483
- body: TermTemplateDefOutput;
4484
- // (undocumented)
4485
- status: "200";
4486
- }
4487
-
4488
- // @public (undocumented)
4489
- export interface TypeGetTermTemplateDefByGuidDefaultResponse extends HttpResponse {
4490
- // (undocumented)
4491
- body: AtlasErrorResponseOutput;
4492
- // (undocumented)
4493
- status: string;
4494
- }
4495
-
4496
- // @public (undocumented)
4497
- export type TypeGetTermTemplateDefByGuidParameters = RequestParameters;
4498
-
4499
- // @public (undocumented)
4500
- export interface TypeGetTermTemplateDefByName {
4501
- get(options?: TypeGetTermTemplateDefByNameParameters): StreamableMethod<TypeGetTermTemplateDefByName200Response | TypeGetTermTemplateDefByNameDefaultResponse>;
4502
- }
4503
-
4504
- // @public
4505
- export interface TypeGetTermTemplateDefByName200Response extends HttpResponse {
4506
- // (undocumented)
4507
- body: TermTemplateDefOutput;
4508
- // (undocumented)
4509
- status: "200";
4510
- }
4511
-
4512
- // @public (undocumented)
4513
- export interface TypeGetTermTemplateDefByNameDefaultResponse extends HttpResponse {
4514
- // (undocumented)
4515
- body: AtlasErrorResponseOutput;
4516
- // (undocumented)
4517
- status: string;
4518
- }
4519
-
4520
- // @public (undocumented)
4521
- export type TypeGetTermTemplateDefByNameParameters = RequestParameters;
4522
-
4523
- // @public (undocumented)
4524
- export interface TypeList {
4525
- delete(options?: TypeBulkDeleteParameters): StreamableMethod<TypeBulkDelete204Response | TypeBulkDeleteDefaultResponse>;
4526
- get(options?: TypeListParameters): StreamableMethod<TypeList200Response | TypeListDefaultResponse>;
4527
- post(options?: TypeBulkCreateParameters): StreamableMethod<TypeBulkCreate200Response | TypeBulkCreateDefaultResponse>;
4528
- put(options?: TypeBulkUpdateParameters): StreamableMethod<TypeBulkUpdate200Response | TypeBulkUpdateDefaultResponse>;
4529
- }
4530
-
4531
- // @public
4532
- export interface TypeList200Response extends HttpResponse {
4533
- // (undocumented)
4534
- body: AtlasTypesDefOutput;
4535
- // (undocumented)
4536
- status: "200";
4537
- }
4538
-
4539
- // @public (undocumented)
4540
- export interface TypeListDefaultResponse extends HttpResponse {
4541
- // (undocumented)
4542
- body: AtlasErrorResponseOutput;
4543
- // (undocumented)
4544
- status: string;
4545
- }
4546
-
4547
- // @public (undocumented)
4548
- export interface TypeListHeaders {
4549
- get(options?: TypeListHeadersParameters): StreamableMethod<TypeListHeaders200Response | TypeListHeadersDefaultResponse>;
4550
- }
4551
-
4552
- // @public
4553
- export interface TypeListHeaders200Response extends HttpResponse {
4554
- // (undocumented)
4555
- body: Array<AtlasTypeDefHeaderOutput>;
4556
- // (undocumented)
4557
- status: "200";
4558
- }
4559
-
4560
- // @public (undocumented)
4561
- export interface TypeListHeadersDefaultResponse extends HttpResponse {
4562
- // (undocumented)
4563
- body: AtlasErrorResponseOutput;
4564
- // (undocumented)
4565
- status: string;
4566
- }
4567
-
4568
- // @public (undocumented)
4569
- export type TypeListHeadersParameters = TypeListHeadersQueryParam & RequestParameters;
4570
-
4571
- // @public (undocumented)
4572
- export interface TypeListHeadersQueryParam {
4573
- // (undocumented)
4574
- queryParameters?: TypeListHeadersQueryParamProperties;
4575
- }
4576
-
4577
- // @public (undocumented)
4578
- export interface TypeListHeadersQueryParamProperties {
4579
- includeTermTemplate?: boolean;
4580
- type?: string;
4581
- }
4582
-
4583
- // @public (undocumented)
4584
- export type TypeListParameters = TypeListQueryParam & RequestParameters;
4585
-
4586
- // @public (undocumented)
4587
- export interface TypeListQueryParam {
4588
- // (undocumented)
4589
- queryParameters?: TypeListQueryParamProperties;
4590
- }
4591
-
4592
- // @public (undocumented)
4593
- export interface TypeListQueryParamProperties {
4594
- includeTermTemplate?: boolean;
4595
- type?: string;
4596
- }
4597
-
4598
- // (No @packageDocumentation comment for this package)
4599
-
4600
- ```