@azure-rest/purview-datamap 1.0.0-alpha.20241120.1 → 1.0.0-alpha.20241125.1

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