@azure-rest/purview-datamap 1.0.0-alpha.20250328.1 → 1.0.0-alpha.20250401.2

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