@azure-rest/purview-datamap 1.0.0-beta.2 → 1.0.0-beta.3

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