@azure-rest/purview-datamap 1.0.0-beta.1 → 1.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +50 -18
- package/dist/browser/clientDefinitions.d.ts +680 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/index.d.ts +10 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +12 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +98 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/isUnexpected.js +1 -1
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/logger.js +1 -1
- package/{dist-esm/src → dist/browser}/logger.js.map +1 -1
- package/dist/browser/models.d.ts +1205 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +1585 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/parameters.d.ts +805 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/purviewDataMapClient.d.ts +14 -0
- package/dist/browser/purviewDataMapClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/purviewDataMapClient.js +11 -8
- package/dist/browser/purviewDataMapClient.js.map +1 -0
- package/dist/browser/responses.d.ts +848 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +680 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/index.d.ts +10 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +15 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +98 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/{index.js → commonjs/isUnexpected.js} +5 -69
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +1205 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +1585 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/parameters.d.ts +805 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/purviewDataMapClient.d.ts +14 -0
- package/dist/commonjs/purviewDataMapClient.d.ts.map +1 -0
- package/dist/commonjs/purviewDataMapClient.js +35 -0
- package/dist/commonjs/purviewDataMapClient.js.map +1 -0
- package/dist/commonjs/responses.d.ts +848 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/clientDefinitions.d.ts +680 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/index.d.ts +10 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +12 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +98 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +167 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +1205 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +1585 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/parameters.d.ts +805 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/purviewDataMapClient.d.ts +14 -0
- package/dist/esm/purviewDataMapClient.d.ts.map +1 -0
- package/dist/esm/purviewDataMapClient.js +32 -0
- package/dist/esm/purviewDataMapClient.js.map +1 -0
- package/dist/esm/responses.d.ts +848 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +680 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/index.d.ts +10 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +12 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +98 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +167 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +1205 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +1585 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/parameters.d.ts +805 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/purviewDataMapClient.d.ts +14 -0
- package/dist/react-native/purviewDataMapClient.d.ts.map +1 -0
- package/dist/react-native/purviewDataMapClient.js +32 -0
- package/dist/react-native/purviewDataMapClient.js.map +1 -0
- package/dist/react-native/responses.d.ts +848 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/package.json +79 -59
- package/review/purview-datamap.api.md +353 -195
- package/dist/index.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js +0 -4
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/index.js +0 -14
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/isUnexpected.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/outputModels.js +0 -4
- package/dist-esm/src/outputModels.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/purviewDataMapClient.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/dist-esm/src/serializeHelper.js +0 -13
- package/dist-esm/src/serializeHelper.js.map +0 -1
- package/types/purview-datamap.d.ts +0 -5770
|
@@ -4,22 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { CreateFileOptions } from '@azure/core-rest-pipeline';
|
|
15
|
-
import { HttpResponse } from '@azure-rest/core-client';
|
|
16
|
-
import { RequestParameters } from '@azure-rest/core-client';
|
|
17
|
-
import { StreamableMethod } from '@azure-rest/core-client';
|
|
18
|
-
import { TokenCredential } from '@azure/core-auth';
|
|
7
|
+
import type { Client } from '@azure-rest/core-client';
|
|
8
|
+
import type { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
+
import type { HttpResponse } from '@azure-rest/core-client';
|
|
10
|
+
import type { RawHttpHeaders } from '@azure/core-rest-pipeline';
|
|
11
|
+
import type { RequestParameters } from '@azure-rest/core-client';
|
|
12
|
+
import type { StreamableMethod } from '@azure-rest/core-client';
|
|
13
|
+
import type { TokenCredential } from '@azure/core-auth';
|
|
19
14
|
|
|
20
15
|
// @public
|
|
21
16
|
export interface AtlasAttributeDef {
|
|
22
|
-
cardinality?:
|
|
17
|
+
cardinality?: CardinalityValue;
|
|
23
18
|
constraints?: Array<AtlasConstraintDef>;
|
|
24
19
|
defaultValue?: string;
|
|
25
20
|
description?: string;
|
|
@@ -36,7 +31,7 @@ export interface AtlasAttributeDef {
|
|
|
36
31
|
|
|
37
32
|
// @public
|
|
38
33
|
export interface AtlasAttributeDefOutput {
|
|
39
|
-
cardinality?:
|
|
34
|
+
cardinality?: CardinalityValueOutput;
|
|
40
35
|
constraints?: Array<AtlasConstraintDefOutput>;
|
|
41
36
|
defaultValue?: string;
|
|
42
37
|
description?: string;
|
|
@@ -54,7 +49,7 @@ export interface AtlasAttributeDefOutput {
|
|
|
54
49
|
// @public
|
|
55
50
|
export interface AtlasBusinessMetadataDef {
|
|
56
51
|
attributeDefs?: Array<AtlasAttributeDef>;
|
|
57
|
-
category?:
|
|
52
|
+
category?: TypeCategory;
|
|
58
53
|
createdBy?: string;
|
|
59
54
|
createTime?: number;
|
|
60
55
|
dateFormatter?: DateFormat;
|
|
@@ -73,7 +68,7 @@ export interface AtlasBusinessMetadataDef {
|
|
|
73
68
|
// @public
|
|
74
69
|
export interface AtlasBusinessMetadataDefOutput {
|
|
75
70
|
attributeDefs?: Array<AtlasAttributeDefOutput>;
|
|
76
|
-
category?:
|
|
71
|
+
category?: TypeCategoryOutput;
|
|
77
72
|
createdBy?: string;
|
|
78
73
|
createTime?: number;
|
|
79
74
|
dateFormatter?: DateFormatOutput;
|
|
@@ -93,7 +88,7 @@ export interface AtlasBusinessMetadataDefOutput {
|
|
|
93
88
|
export interface AtlasClassification {
|
|
94
89
|
attributes?: Record<string, unknown>;
|
|
95
90
|
entityGuid?: string;
|
|
96
|
-
entityStatus?:
|
|
91
|
+
entityStatus?: EntityStatus;
|
|
97
92
|
lastModifiedTS?: string;
|
|
98
93
|
removePropagationsOnEntityDelete?: boolean;
|
|
99
94
|
typeName?: string;
|
|
@@ -103,7 +98,7 @@ export interface AtlasClassification {
|
|
|
103
98
|
// @public
|
|
104
99
|
export interface AtlasClassificationDef {
|
|
105
100
|
attributeDefs?: Array<AtlasAttributeDef>;
|
|
106
|
-
category?:
|
|
101
|
+
category?: TypeCategory;
|
|
107
102
|
createdBy?: string;
|
|
108
103
|
createTime?: number;
|
|
109
104
|
dateFormatter?: DateFormat;
|
|
@@ -125,7 +120,7 @@ export interface AtlasClassificationDef {
|
|
|
125
120
|
// @public
|
|
126
121
|
export interface AtlasClassificationDefOutput {
|
|
127
122
|
attributeDefs?: Array<AtlasAttributeDefOutput>;
|
|
128
|
-
category?:
|
|
123
|
+
category?: TypeCategoryOutput;
|
|
129
124
|
createdBy?: string;
|
|
130
125
|
createTime?: number;
|
|
131
126
|
dateFormatter?: DateFormatOutput;
|
|
@@ -148,7 +143,7 @@ export interface AtlasClassificationDefOutput {
|
|
|
148
143
|
export interface AtlasClassificationOutput {
|
|
149
144
|
attributes?: Record<string, any>;
|
|
150
145
|
entityGuid?: string;
|
|
151
|
-
entityStatus?:
|
|
146
|
+
entityStatus?: EntityStatusOutput;
|
|
152
147
|
lastModifiedTS?: string;
|
|
153
148
|
removePropagationsOnEntityDelete?: boolean;
|
|
154
149
|
typeName?: string;
|
|
@@ -160,7 +155,7 @@ export interface AtlasClassificationsOutput {
|
|
|
160
155
|
list?: any[];
|
|
161
156
|
pageSize?: number;
|
|
162
157
|
sortBy?: string;
|
|
163
|
-
sortType?:
|
|
158
|
+
sortType?: SortTypeOutput;
|
|
164
159
|
startIndex?: number;
|
|
165
160
|
totalCount?: number;
|
|
166
161
|
}
|
|
@@ -207,7 +202,7 @@ export interface AtlasEntity {
|
|
|
207
202
|
provenanceType?: number;
|
|
208
203
|
proxy?: boolean;
|
|
209
204
|
relationshipAttributes?: Record<string, unknown>;
|
|
210
|
-
status?:
|
|
205
|
+
status?: EntityStatus;
|
|
211
206
|
typeName?: string;
|
|
212
207
|
updatedBy?: string;
|
|
213
208
|
updateTime?: number;
|
|
@@ -217,7 +212,7 @@ export interface AtlasEntity {
|
|
|
217
212
|
// @public
|
|
218
213
|
export interface AtlasEntityDef {
|
|
219
214
|
attributeDefs?: Array<AtlasAttributeDef>;
|
|
220
|
-
category?:
|
|
215
|
+
category?: TypeCategory;
|
|
221
216
|
createdBy?: string;
|
|
222
217
|
createTime?: number;
|
|
223
218
|
dateFormatter?: DateFormat;
|
|
@@ -239,7 +234,7 @@ export interface AtlasEntityDef {
|
|
|
239
234
|
// @public
|
|
240
235
|
export interface AtlasEntityDefOutput {
|
|
241
236
|
attributeDefs?: Array<AtlasAttributeDefOutput>;
|
|
242
|
-
category?:
|
|
237
|
+
category?: TypeCategoryOutput;
|
|
243
238
|
createdBy?: string;
|
|
244
239
|
createTime?: number;
|
|
245
240
|
dateFormatter?: DateFormatOutput;
|
|
@@ -270,7 +265,7 @@ export interface AtlasEntityHeader {
|
|
|
270
265
|
lastModifiedTS?: string;
|
|
271
266
|
meaningNames?: string[];
|
|
272
267
|
meanings?: Array<AtlasTermAssignmentHeader>;
|
|
273
|
-
status?:
|
|
268
|
+
status?: EntityStatus;
|
|
274
269
|
typeName?: string;
|
|
275
270
|
}
|
|
276
271
|
|
|
@@ -286,7 +281,7 @@ export interface AtlasEntityHeaderOutput {
|
|
|
286
281
|
lastModifiedTS?: string;
|
|
287
282
|
meaningNames?: string[];
|
|
288
283
|
meanings?: Array<AtlasTermAssignmentHeaderOutput>;
|
|
289
|
-
status?:
|
|
284
|
+
status?: EntityStatusOutput;
|
|
290
285
|
typeName?: string;
|
|
291
286
|
}
|
|
292
287
|
|
|
@@ -314,7 +309,7 @@ export interface AtlasEntityOutput {
|
|
|
314
309
|
provenanceType?: number;
|
|
315
310
|
proxy?: boolean;
|
|
316
311
|
relationshipAttributes?: Record<string, any>;
|
|
317
|
-
status?:
|
|
312
|
+
status?: EntityStatusOutput;
|
|
318
313
|
typeName?: string;
|
|
319
314
|
updatedBy?: string;
|
|
320
315
|
updateTime?: number;
|
|
@@ -335,7 +330,7 @@ export interface AtlasEntityWithExtInfoOutput {
|
|
|
335
330
|
|
|
336
331
|
// @public
|
|
337
332
|
export interface AtlasEnumDef {
|
|
338
|
-
category?:
|
|
333
|
+
category?: TypeCategory;
|
|
339
334
|
createdBy?: string;
|
|
340
335
|
createTime?: number;
|
|
341
336
|
dateFormatter?: DateFormat;
|
|
@@ -355,7 +350,7 @@ export interface AtlasEnumDef {
|
|
|
355
350
|
|
|
356
351
|
// @public
|
|
357
352
|
export interface AtlasEnumDefOutput {
|
|
358
|
-
category?:
|
|
353
|
+
category?: TypeCategoryOutput;
|
|
359
354
|
createdBy?: string;
|
|
360
355
|
createTime?: number;
|
|
361
356
|
dateFormatter?: DateFormatOutput;
|
|
@@ -534,7 +529,7 @@ export interface AtlasGlossaryTerm {
|
|
|
534
529
|
resources?: Array<ResourceLink>;
|
|
535
530
|
seeAlso?: Array<AtlasRelatedTermHeader>;
|
|
536
531
|
shortDescription?: string;
|
|
537
|
-
status?:
|
|
532
|
+
status?: TermStatus;
|
|
538
533
|
synonyms?: Array<AtlasRelatedTermHeader>;
|
|
539
534
|
templateName?: unknown[];
|
|
540
535
|
translatedTerms?: Array<AtlasRelatedTermHeader>;
|
|
@@ -575,7 +570,7 @@ export interface AtlasGlossaryTermOutput {
|
|
|
575
570
|
resources?: Array<ResourceLinkOutput>;
|
|
576
571
|
seeAlso?: Array<AtlasRelatedTermHeaderOutput>;
|
|
577
572
|
shortDescription?: string;
|
|
578
|
-
status?:
|
|
573
|
+
status?: TermStatusOutput;
|
|
579
574
|
synonyms?: Array<AtlasRelatedTermHeaderOutput>;
|
|
580
575
|
templateName?: any[];
|
|
581
576
|
translatedTerms?: Array<AtlasRelatedTermHeaderOutput>;
|
|
@@ -593,7 +588,7 @@ export interface AtlasLineageInfoOutput {
|
|
|
593
588
|
childrenCount?: number;
|
|
594
589
|
guidEntityMap?: Record<string, AtlasEntityHeaderOutput>;
|
|
595
590
|
lineageDepth?: number;
|
|
596
|
-
lineageDirection?:
|
|
591
|
+
lineageDirection?: LineageDirectionOutput;
|
|
597
592
|
lineageWidth?: number;
|
|
598
593
|
parentRelations?: Array<ParentRelationOutput>;
|
|
599
594
|
relations?: Array<LineageRelationOutput>;
|
|
@@ -635,11 +630,11 @@ export interface AtlasRelatedCategoryHeaderOutput {
|
|
|
635
630
|
// @public
|
|
636
631
|
export interface AtlasRelatedObjectId {
|
|
637
632
|
displayText?: string;
|
|
638
|
-
entityStatus?:
|
|
633
|
+
entityStatus?: EntityStatus;
|
|
639
634
|
guid?: string;
|
|
640
635
|
relationshipAttributes?: AtlasStruct;
|
|
641
636
|
relationshipGuid?: string;
|
|
642
|
-
relationshipStatus?:
|
|
637
|
+
relationshipStatus?: StatusAtlasRelationship;
|
|
643
638
|
relationshipType?: string;
|
|
644
639
|
typeName?: string;
|
|
645
640
|
uniqueAttributes?: Record<string, unknown>;
|
|
@@ -648,11 +643,11 @@ export interface AtlasRelatedObjectId {
|
|
|
648
643
|
// @public
|
|
649
644
|
export interface AtlasRelatedObjectIdOutput {
|
|
650
645
|
displayText?: string;
|
|
651
|
-
entityStatus?:
|
|
646
|
+
entityStatus?: EntityStatusOutput;
|
|
652
647
|
guid?: string;
|
|
653
648
|
relationshipAttributes?: AtlasStructOutput;
|
|
654
649
|
relationshipGuid?: string;
|
|
655
|
-
relationshipStatus?:
|
|
650
|
+
relationshipStatus?: StatusAtlasRelationshipOutput;
|
|
656
651
|
relationshipType?: string;
|
|
657
652
|
typeName?: string;
|
|
658
653
|
uniqueAttributes?: Record<string, any>;
|
|
@@ -664,7 +659,7 @@ export interface AtlasRelatedTermHeader {
|
|
|
664
659
|
displayText?: string;
|
|
665
660
|
expression?: string;
|
|
666
661
|
relationGuid?: string;
|
|
667
|
-
status?:
|
|
662
|
+
status?: AtlasTermRelationshipStatus;
|
|
668
663
|
steward?: string;
|
|
669
664
|
termGuid?: string;
|
|
670
665
|
}
|
|
@@ -675,7 +670,7 @@ export interface AtlasRelatedTermHeaderOutput {
|
|
|
675
670
|
displayText?: string;
|
|
676
671
|
expression?: string;
|
|
677
672
|
relationGuid?: string;
|
|
678
|
-
status?:
|
|
673
|
+
status?: AtlasTermRelationshipStatusOutput;
|
|
679
674
|
steward?: string;
|
|
680
675
|
termGuid?: string;
|
|
681
676
|
}
|
|
@@ -692,7 +687,7 @@ export interface AtlasRelationship {
|
|
|
692
687
|
label?: string;
|
|
693
688
|
lastModifiedTS?: string;
|
|
694
689
|
provenanceType?: number;
|
|
695
|
-
status?:
|
|
690
|
+
status?: StatusAtlasRelationship;
|
|
696
691
|
typeName?: string;
|
|
697
692
|
updatedBy?: string;
|
|
698
693
|
updateTime?: number;
|
|
@@ -701,7 +696,7 @@ export interface AtlasRelationship {
|
|
|
701
696
|
|
|
702
697
|
// @public
|
|
703
698
|
export interface AtlasRelationshipAttributeDef {
|
|
704
|
-
cardinality?:
|
|
699
|
+
cardinality?: CardinalityValue;
|
|
705
700
|
constraints?: Array<AtlasConstraintDef>;
|
|
706
701
|
defaultValue?: string;
|
|
707
702
|
description?: string;
|
|
@@ -720,7 +715,7 @@ export interface AtlasRelationshipAttributeDef {
|
|
|
720
715
|
|
|
721
716
|
// @public
|
|
722
717
|
export interface AtlasRelationshipAttributeDefOutput {
|
|
723
|
-
cardinality?:
|
|
718
|
+
cardinality?: CardinalityValueOutput;
|
|
724
719
|
constraints?: Array<AtlasConstraintDefOutput>;
|
|
725
720
|
defaultValue?: string;
|
|
726
721
|
description?: string;
|
|
@@ -740,7 +735,7 @@ export interface AtlasRelationshipAttributeDefOutput {
|
|
|
740
735
|
// @public
|
|
741
736
|
export interface AtlasRelationshipDef {
|
|
742
737
|
attributeDefs?: Array<AtlasAttributeDef>;
|
|
743
|
-
category?:
|
|
738
|
+
category?: TypeCategory;
|
|
744
739
|
createdBy?: string;
|
|
745
740
|
createTime?: number;
|
|
746
741
|
dateFormatter?: DateFormat;
|
|
@@ -751,7 +746,7 @@ export interface AtlasRelationshipDef {
|
|
|
751
746
|
lastModifiedTS?: string;
|
|
752
747
|
name?: string;
|
|
753
748
|
options?: Record<string, string>;
|
|
754
|
-
relationshipCategory?:
|
|
749
|
+
relationshipCategory?: RelationshipCategory;
|
|
755
750
|
relationshipLabel?: string;
|
|
756
751
|
serviceType?: string;
|
|
757
752
|
typeVersion?: string;
|
|
@@ -763,7 +758,7 @@ export interface AtlasRelationshipDef {
|
|
|
763
758
|
// @public
|
|
764
759
|
export interface AtlasRelationshipDefOutput {
|
|
765
760
|
attributeDefs?: Array<AtlasAttributeDefOutput>;
|
|
766
|
-
category?:
|
|
761
|
+
category?: TypeCategoryOutput;
|
|
767
762
|
createdBy?: string;
|
|
768
763
|
createTime?: number;
|
|
769
764
|
dateFormatter?: DateFormatOutput;
|
|
@@ -774,7 +769,7 @@ export interface AtlasRelationshipDefOutput {
|
|
|
774
769
|
lastModifiedTS?: string;
|
|
775
770
|
name?: string;
|
|
776
771
|
options?: Record<string, string>;
|
|
777
|
-
relationshipCategory?:
|
|
772
|
+
relationshipCategory?: RelationshipCategoryOutput;
|
|
778
773
|
relationshipLabel?: string;
|
|
779
774
|
serviceType?: string;
|
|
780
775
|
typeVersion?: string;
|
|
@@ -785,7 +780,7 @@ export interface AtlasRelationshipDefOutput {
|
|
|
785
780
|
|
|
786
781
|
// @public
|
|
787
782
|
export interface AtlasRelationshipEndDef {
|
|
788
|
-
cardinality?:
|
|
783
|
+
cardinality?: CardinalityValue;
|
|
789
784
|
description?: string;
|
|
790
785
|
isContainer?: boolean;
|
|
791
786
|
isLegacyAttribute?: boolean;
|
|
@@ -795,7 +790,7 @@ export interface AtlasRelationshipEndDef {
|
|
|
795
790
|
|
|
796
791
|
// @public
|
|
797
792
|
export interface AtlasRelationshipEndDefOutput {
|
|
798
|
-
cardinality?:
|
|
793
|
+
cardinality?: CardinalityValueOutput;
|
|
799
794
|
description?: string;
|
|
800
795
|
isContainer?: boolean;
|
|
801
796
|
isLegacyAttribute?: boolean;
|
|
@@ -815,7 +810,7 @@ export interface AtlasRelationshipOutput {
|
|
|
815
810
|
label?: string;
|
|
816
811
|
lastModifiedTS?: string;
|
|
817
812
|
provenanceType?: number;
|
|
818
|
-
status?:
|
|
813
|
+
status?: StatusAtlasRelationshipOutput;
|
|
819
814
|
typeName?: string;
|
|
820
815
|
updatedBy?: string;
|
|
821
816
|
updateTime?: number;
|
|
@@ -838,7 +833,7 @@ export interface AtlasStruct {
|
|
|
838
833
|
// @public
|
|
839
834
|
export interface AtlasStructDef {
|
|
840
835
|
attributeDefs?: Array<AtlasAttributeDef>;
|
|
841
|
-
category?:
|
|
836
|
+
category?: TypeCategory;
|
|
842
837
|
createdBy?: string;
|
|
843
838
|
createTime?: number;
|
|
844
839
|
dateFormatter?: DateFormat;
|
|
@@ -857,7 +852,7 @@ export interface AtlasStructDef {
|
|
|
857
852
|
// @public
|
|
858
853
|
export interface AtlasStructDefOutput {
|
|
859
854
|
attributeDefs?: Array<AtlasAttributeDefOutput>;
|
|
860
|
-
category?:
|
|
855
|
+
category?: TypeCategoryOutput;
|
|
861
856
|
createdBy?: string;
|
|
862
857
|
createTime?: number;
|
|
863
858
|
dateFormatter?: DateFormatOutput;
|
|
@@ -888,7 +883,7 @@ export interface AtlasTermAssignmentHeader {
|
|
|
888
883
|
displayText?: string;
|
|
889
884
|
expression?: string;
|
|
890
885
|
relationGuid?: string;
|
|
891
|
-
status?:
|
|
886
|
+
status?: AtlasTermAssignmentStatus;
|
|
892
887
|
steward?: string;
|
|
893
888
|
termGuid?: string;
|
|
894
889
|
}
|
|
@@ -901,18 +896,24 @@ export interface AtlasTermAssignmentHeaderOutput {
|
|
|
901
896
|
displayText?: string;
|
|
902
897
|
expression?: string;
|
|
903
898
|
relationGuid?: string;
|
|
904
|
-
status?:
|
|
899
|
+
status?: AtlasTermAssignmentStatusOutput;
|
|
905
900
|
steward?: string;
|
|
906
901
|
termGuid?: string;
|
|
907
902
|
}
|
|
908
903
|
|
|
904
|
+
// @public
|
|
905
|
+
export type AtlasTermAssignmentStatus = string;
|
|
906
|
+
|
|
907
|
+
// @public
|
|
908
|
+
export type AtlasTermAssignmentStatusOutput = string;
|
|
909
|
+
|
|
909
910
|
// @public
|
|
910
911
|
export interface AtlasTermCategorizationHeader {
|
|
911
912
|
categoryGuid?: string;
|
|
912
913
|
description?: string;
|
|
913
914
|
displayText?: string;
|
|
914
915
|
relationGuid?: string;
|
|
915
|
-
status?:
|
|
916
|
+
status?: AtlasTermRelationshipStatus;
|
|
916
917
|
}
|
|
917
918
|
|
|
918
919
|
// @public
|
|
@@ -921,12 +922,18 @@ export interface AtlasTermCategorizationHeaderOutput {
|
|
|
921
922
|
description?: string;
|
|
922
923
|
displayText?: string;
|
|
923
924
|
relationGuid?: string;
|
|
924
|
-
status?:
|
|
925
|
+
status?: AtlasTermRelationshipStatusOutput;
|
|
925
926
|
}
|
|
926
927
|
|
|
928
|
+
// @public
|
|
929
|
+
export type AtlasTermRelationshipStatus = string;
|
|
930
|
+
|
|
931
|
+
// @public
|
|
932
|
+
export type AtlasTermRelationshipStatusOutput = string;
|
|
933
|
+
|
|
927
934
|
// @public
|
|
928
935
|
export interface AtlasTypeDefHeaderOutput {
|
|
929
|
-
category?:
|
|
936
|
+
category?: TypeCategoryOutput;
|
|
930
937
|
guid?: string;
|
|
931
938
|
name?: string;
|
|
932
939
|
}
|
|
@@ -934,7 +941,7 @@ export interface AtlasTypeDefHeaderOutput {
|
|
|
934
941
|
// @public
|
|
935
942
|
export interface AtlasTypeDefOutput {
|
|
936
943
|
attributeDefs?: Array<AtlasAttributeDefOutput>;
|
|
937
|
-
category?:
|
|
944
|
+
category?: TypeCategoryOutput;
|
|
938
945
|
createdBy?: string;
|
|
939
946
|
createTime?: number;
|
|
940
947
|
dateFormatter?: DateFormatOutput;
|
|
@@ -949,7 +956,7 @@ export interface AtlasTypeDefOutput {
|
|
|
949
956
|
name?: string;
|
|
950
957
|
options?: Record<string, string>;
|
|
951
958
|
relationshipAttributeDefs?: Array<AtlasRelationshipAttributeDefOutput>;
|
|
952
|
-
relationshipCategory?:
|
|
959
|
+
relationshipCategory?: RelationshipCategoryOutput;
|
|
953
960
|
relationshipLabel?: string;
|
|
954
961
|
serviceType?: string;
|
|
955
962
|
subTypes?: string[];
|
|
@@ -1000,9 +1007,6 @@ export interface AutoCompleteResultValueOutput {
|
|
|
1000
1007
|
text?: string;
|
|
1001
1008
|
}
|
|
1002
1009
|
|
|
1003
|
-
// @public (undocumented)
|
|
1004
|
-
export function buildMultiCollection(items: string[], parameterName: string): string;
|
|
1005
|
-
|
|
1006
1010
|
// @public
|
|
1007
1011
|
export interface BulkImportResultOutput {
|
|
1008
1012
|
failedImportInfoList?: Array<ImportInfoOutput>;
|
|
@@ -1010,15 +1014,29 @@ export interface BulkImportResultOutput {
|
|
|
1010
1014
|
}
|
|
1011
1015
|
|
|
1012
1016
|
// @public
|
|
1013
|
-
export
|
|
1014
|
-
file: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream | File;
|
|
1015
|
-
}
|
|
1017
|
+
export type BusinessAttributeUpdateBehavior = string;
|
|
1016
1018
|
|
|
1017
1019
|
// @public
|
|
1018
|
-
export
|
|
1019
|
-
|
|
1020
|
+
export type BusinessMetadataOptions = FormData | Array<BusinessMetadataOptionsFilePartDescriptor>;
|
|
1021
|
+
|
|
1022
|
+
// @public (undocumented)
|
|
1023
|
+
export interface BusinessMetadataOptionsFilePartDescriptor {
|
|
1024
|
+
// (undocumented)
|
|
1025
|
+
body: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream | File;
|
|
1026
|
+
// (undocumented)
|
|
1027
|
+
contentType?: string;
|
|
1028
|
+
// (undocumented)
|
|
1029
|
+
filename?: string;
|
|
1030
|
+
// (undocumented)
|
|
1031
|
+
name: "file";
|
|
1020
1032
|
}
|
|
1021
1033
|
|
|
1034
|
+
// @public
|
|
1035
|
+
export type CardinalityValue = string;
|
|
1036
|
+
|
|
1037
|
+
// @public
|
|
1038
|
+
export type CardinalityValueOutput = string;
|
|
1039
|
+
|
|
1022
1040
|
// @public
|
|
1023
1041
|
export interface ClassificationAssociateOptions {
|
|
1024
1042
|
classification?: AtlasClassification;
|
|
@@ -1045,17 +1063,9 @@ export interface ContactSearchResultValueOutput {
|
|
|
1045
1063
|
}
|
|
1046
1064
|
|
|
1047
1065
|
// @public
|
|
1048
|
-
function createClient(
|
|
1066
|
+
function createClient(endpointParam: string, credentials: TokenCredential, options?: PurviewDataMapClientOptions): PurviewDataMapClient;
|
|
1049
1067
|
export default createClient;
|
|
1050
1068
|
|
|
1051
|
-
export { createFile }
|
|
1052
|
-
|
|
1053
|
-
export { createFileFromStream }
|
|
1054
|
-
|
|
1055
|
-
export { CreateFileFromStreamOptions }
|
|
1056
|
-
|
|
1057
|
-
export { CreateFileOptions }
|
|
1058
|
-
|
|
1059
1069
|
// @public
|
|
1060
1070
|
export interface DateFormat {
|
|
1061
1071
|
availableLocales?: string[];
|
|
@@ -1084,7 +1094,7 @@ export interface DateFormatOutput {
|
|
|
1084
1094
|
|
|
1085
1095
|
// @public (undocumented)
|
|
1086
1096
|
export interface DiscoveryAutoComplete {
|
|
1087
|
-
post(options
|
|
1097
|
+
post(options: DiscoveryAutoCompleteParameters): StreamableMethod<DiscoveryAutoComplete200Response | DiscoveryAutoCompleteDefaultResponse>;
|
|
1088
1098
|
}
|
|
1089
1099
|
|
|
1090
1100
|
// @public
|
|
@@ -1097,8 +1107,7 @@ export interface DiscoveryAutoComplete200Response extends HttpResponse {
|
|
|
1097
1107
|
|
|
1098
1108
|
// @public (undocumented)
|
|
1099
1109
|
export interface DiscoveryAutoCompleteBodyParam {
|
|
1100
|
-
|
|
1101
|
-
body?: AutoCompleteOptions;
|
|
1110
|
+
body: AutoCompleteOptions;
|
|
1102
1111
|
}
|
|
1103
1112
|
|
|
1104
1113
|
// @public (undocumented)
|
|
@@ -1110,11 +1119,22 @@ export interface DiscoveryAutoCompleteDefaultResponse extends HttpResponse {
|
|
|
1110
1119
|
}
|
|
1111
1120
|
|
|
1112
1121
|
// @public (undocumented)
|
|
1113
|
-
export type DiscoveryAutoCompleteParameters = DiscoveryAutoCompleteBodyParam & RequestParameters;
|
|
1122
|
+
export type DiscoveryAutoCompleteParameters = DiscoveryAutoCompleteQueryParam & DiscoveryAutoCompleteBodyParam & RequestParameters;
|
|
1123
|
+
|
|
1124
|
+
// @public (undocumented)
|
|
1125
|
+
export interface DiscoveryAutoCompleteQueryParam {
|
|
1126
|
+
// (undocumented)
|
|
1127
|
+
queryParameters: DiscoveryAutoCompleteQueryParamProperties;
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
// @public (undocumented)
|
|
1131
|
+
export interface DiscoveryAutoCompleteQueryParamProperties {
|
|
1132
|
+
"api-version": string;
|
|
1133
|
+
}
|
|
1114
1134
|
|
|
1115
1135
|
// @public (undocumented)
|
|
1116
1136
|
export interface DiscoveryQuery {
|
|
1117
|
-
post(options
|
|
1137
|
+
post(options: DiscoveryQueryParameters): StreamableMethod<DiscoveryQuery200Response | DiscoveryQueryDefaultResponse>;
|
|
1118
1138
|
}
|
|
1119
1139
|
|
|
1120
1140
|
// @public
|
|
@@ -1127,8 +1147,7 @@ export interface DiscoveryQuery200Response extends HttpResponse {
|
|
|
1127
1147
|
|
|
1128
1148
|
// @public (undocumented)
|
|
1129
1149
|
export interface DiscoveryQueryBodyParam {
|
|
1130
|
-
|
|
1131
|
-
body?: QueryOptions;
|
|
1150
|
+
body: QueryOptions;
|
|
1132
1151
|
}
|
|
1133
1152
|
|
|
1134
1153
|
// @public (undocumented)
|
|
@@ -1140,11 +1159,22 @@ export interface DiscoveryQueryDefaultResponse extends HttpResponse {
|
|
|
1140
1159
|
}
|
|
1141
1160
|
|
|
1142
1161
|
// @public (undocumented)
|
|
1143
|
-
export type DiscoveryQueryParameters = DiscoveryQueryBodyParam & RequestParameters;
|
|
1162
|
+
export type DiscoveryQueryParameters = DiscoveryQueryQueryParam & DiscoveryQueryBodyParam & RequestParameters;
|
|
1163
|
+
|
|
1164
|
+
// @public (undocumented)
|
|
1165
|
+
export interface DiscoveryQueryQueryParam {
|
|
1166
|
+
// (undocumented)
|
|
1167
|
+
queryParameters: DiscoveryQueryQueryParamProperties;
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
// @public (undocumented)
|
|
1171
|
+
export interface DiscoveryQueryQueryParamProperties {
|
|
1172
|
+
"api-version": string;
|
|
1173
|
+
}
|
|
1144
1174
|
|
|
1145
1175
|
// @public (undocumented)
|
|
1146
1176
|
export interface DiscoverySuggest {
|
|
1147
|
-
post(options
|
|
1177
|
+
post(options: DiscoverySuggestParameters): StreamableMethod<DiscoverySuggest200Response | DiscoverySuggestDefaultResponse>;
|
|
1148
1178
|
}
|
|
1149
1179
|
|
|
1150
1180
|
// @public
|
|
@@ -1157,8 +1187,7 @@ export interface DiscoverySuggest200Response extends HttpResponse {
|
|
|
1157
1187
|
|
|
1158
1188
|
// @public (undocumented)
|
|
1159
1189
|
export interface DiscoverySuggestBodyParam {
|
|
1160
|
-
|
|
1161
|
-
body?: SuggestOptions;
|
|
1190
|
+
body: SuggestOptions;
|
|
1162
1191
|
}
|
|
1163
1192
|
|
|
1164
1193
|
// @public (undocumented)
|
|
@@ -1170,11 +1199,22 @@ export interface DiscoverySuggestDefaultResponse extends HttpResponse {
|
|
|
1170
1199
|
}
|
|
1171
1200
|
|
|
1172
1201
|
// @public (undocumented)
|
|
1173
|
-
export type DiscoverySuggestParameters = DiscoverySuggestBodyParam & RequestParameters;
|
|
1202
|
+
export type DiscoverySuggestParameters = DiscoverySuggestQueryParam & DiscoverySuggestBodyParam & RequestParameters;
|
|
1203
|
+
|
|
1204
|
+
// @public (undocumented)
|
|
1205
|
+
export interface DiscoverySuggestQueryParam {
|
|
1206
|
+
// (undocumented)
|
|
1207
|
+
queryParameters: DiscoverySuggestQueryParamProperties;
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
// @public (undocumented)
|
|
1211
|
+
export interface DiscoverySuggestQueryParamProperties {
|
|
1212
|
+
"api-version": string;
|
|
1213
|
+
}
|
|
1174
1214
|
|
|
1175
1215
|
// @public (undocumented)
|
|
1176
1216
|
export interface EntityAddClassification {
|
|
1177
|
-
post(options
|
|
1217
|
+
post(options: EntityAddClassificationParameters): StreamableMethod<EntityAddClassification204Response | EntityAddClassificationDefaultResponse>;
|
|
1178
1218
|
}
|
|
1179
1219
|
|
|
1180
1220
|
// @public
|
|
@@ -1185,8 +1225,7 @@ export interface EntityAddClassification204Response extends HttpResponse {
|
|
|
1185
1225
|
|
|
1186
1226
|
// @public (undocumented)
|
|
1187
1227
|
export interface EntityAddClassificationBodyParam {
|
|
1188
|
-
|
|
1189
|
-
body?: ClassificationAssociateOptions;
|
|
1228
|
+
body: ClassificationAssociateOptions;
|
|
1190
1229
|
}
|
|
1191
1230
|
|
|
1192
1231
|
// @public (undocumented)
|
|
@@ -1381,8 +1420,7 @@ export interface EntityBulkCreateOrUpdate200Response extends HttpResponse {
|
|
|
1381
1420
|
|
|
1382
1421
|
// @public (undocumented)
|
|
1383
1422
|
export interface EntityBulkCreateOrUpdateBodyParam {
|
|
1384
|
-
|
|
1385
|
-
body?: AtlasEntitiesWithExtInfo;
|
|
1423
|
+
body: AtlasEntitiesWithExtInfo;
|
|
1386
1424
|
}
|
|
1387
1425
|
|
|
1388
1426
|
// @public (undocumented)
|
|
@@ -1404,7 +1442,8 @@ export interface EntityBulkCreateOrUpdateQueryParam {
|
|
|
1404
1442
|
|
|
1405
1443
|
// @public (undocumented)
|
|
1406
1444
|
export interface EntityBulkCreateOrUpdateQueryParamProperties {
|
|
1407
|
-
|
|
1445
|
+
"api-version"?: string;
|
|
1446
|
+
businessAttributeUpdateBehavior?: BusinessAttributeUpdateBehavior;
|
|
1408
1447
|
collectionId?: string;
|
|
1409
1448
|
}
|
|
1410
1449
|
|
|
@@ -1424,6 +1463,13 @@ export interface EntityBulkDeleteDefaultResponse extends HttpResponse {
|
|
|
1424
1463
|
status: string;
|
|
1425
1464
|
}
|
|
1426
1465
|
|
|
1466
|
+
// @public
|
|
1467
|
+
export interface EntityBulkDeleteGuidQueryParam {
|
|
1468
|
+
explode: true;
|
|
1469
|
+
style: "form";
|
|
1470
|
+
value: string[];
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1427
1473
|
// @public (undocumented)
|
|
1428
1474
|
export type EntityBulkDeleteParameters = EntityBulkDeleteQueryParam & RequestParameters;
|
|
1429
1475
|
|
|
@@ -1435,12 +1481,12 @@ export interface EntityBulkDeleteQueryParam {
|
|
|
1435
1481
|
|
|
1436
1482
|
// @public (undocumented)
|
|
1437
1483
|
export interface EntityBulkDeleteQueryParamProperties {
|
|
1438
|
-
guid:
|
|
1484
|
+
guid: EntityBulkDeleteGuidQueryParam;
|
|
1439
1485
|
}
|
|
1440
1486
|
|
|
1441
1487
|
// @public (undocumented)
|
|
1442
1488
|
export interface EntityBulkSetClassifications {
|
|
1443
|
-
post(options
|
|
1489
|
+
post(options: EntityBulkSetClassificationsParameters): StreamableMethod<EntityBulkSetClassifications200Response | EntityBulkSetClassificationsDefaultResponse>;
|
|
1444
1490
|
}
|
|
1445
1491
|
|
|
1446
1492
|
// @public
|
|
@@ -1453,8 +1499,7 @@ export interface EntityBulkSetClassifications200Response extends HttpResponse {
|
|
|
1453
1499
|
|
|
1454
1500
|
// @public (undocumented)
|
|
1455
1501
|
export interface EntityBulkSetClassificationsBodyParam {
|
|
1456
|
-
|
|
1457
|
-
body?: AtlasEntityHeaders;
|
|
1502
|
+
body: AtlasEntityHeaders;
|
|
1458
1503
|
}
|
|
1459
1504
|
|
|
1460
1505
|
// @public (undocumented)
|
|
@@ -1470,7 +1515,7 @@ export type EntityBulkSetClassificationsParameters = EntityBulkSetClassification
|
|
|
1470
1515
|
|
|
1471
1516
|
// @public (undocumented)
|
|
1472
1517
|
export interface EntityCreateOrUpdate {
|
|
1473
|
-
post(options
|
|
1518
|
+
post(options: EntityCreateOrUpdateParameters): StreamableMethod<EntityCreateOrUpdate200Response | EntityCreateOrUpdateDefaultResponse>;
|
|
1474
1519
|
}
|
|
1475
1520
|
|
|
1476
1521
|
// @public
|
|
@@ -1483,8 +1528,7 @@ export interface EntityCreateOrUpdate200Response extends HttpResponse {
|
|
|
1483
1528
|
|
|
1484
1529
|
// @public (undocumented)
|
|
1485
1530
|
export interface EntityCreateOrUpdateBodyParam {
|
|
1486
|
-
|
|
1487
|
-
body?: AtlasEntityWithExtInfo;
|
|
1531
|
+
body: AtlasEntityWithExtInfo;
|
|
1488
1532
|
}
|
|
1489
1533
|
|
|
1490
1534
|
// @public (undocumented)
|
|
@@ -1506,10 +1550,19 @@ export interface EntityCreateOrUpdateQueryParam {
|
|
|
1506
1550
|
|
|
1507
1551
|
// @public (undocumented)
|
|
1508
1552
|
export interface EntityCreateOrUpdateQueryParamProperties {
|
|
1509
|
-
|
|
1553
|
+
"api-version"?: string;
|
|
1554
|
+
businessAttributeUpdateBehavior?: BusinessAttributeUpdateBehavior;
|
|
1510
1555
|
collectionId?: string;
|
|
1511
1556
|
}
|
|
1512
1557
|
|
|
1558
|
+
// @public
|
|
1559
|
+
export interface EntityDelete200Response extends HttpResponse {
|
|
1560
|
+
// (undocumented)
|
|
1561
|
+
body: EntityMutationResultOutput;
|
|
1562
|
+
// (undocumented)
|
|
1563
|
+
status: "200";
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1513
1566
|
// @public
|
|
1514
1567
|
export interface EntityDeleteByUniqueAttribute200Response extends HttpResponse {
|
|
1515
1568
|
// (undocumented)
|
|
@@ -1540,16 +1593,8 @@ export interface EntityDeleteByUniqueAttributeQueryParamProperties {
|
|
|
1540
1593
|
"attr:qualifiedName"?: string;
|
|
1541
1594
|
}
|
|
1542
1595
|
|
|
1543
|
-
// @public
|
|
1544
|
-
export interface EntityDeleteOperation200Response extends HttpResponse {
|
|
1545
|
-
// (undocumented)
|
|
1546
|
-
body: EntityMutationResultOutput;
|
|
1547
|
-
// (undocumented)
|
|
1548
|
-
status: "200";
|
|
1549
|
-
}
|
|
1550
|
-
|
|
1551
1596
|
// @public (undocumented)
|
|
1552
|
-
export interface
|
|
1597
|
+
export interface EntityDeleteDefaultResponse extends HttpResponse {
|
|
1553
1598
|
// (undocumented)
|
|
1554
1599
|
body: AtlasErrorResponseOutput;
|
|
1555
1600
|
// (undocumented)
|
|
@@ -1561,7 +1606,7 @@ export type EntityDeleteParameters = RequestParameters;
|
|
|
1561
1606
|
|
|
1562
1607
|
// @public (undocumented)
|
|
1563
1608
|
export interface EntityGet {
|
|
1564
|
-
delete(options?: EntityDeleteParameters): StreamableMethod<
|
|
1609
|
+
delete(options?: EntityDeleteParameters): StreamableMethod<EntityDelete200Response | EntityDeleteDefaultResponse>;
|
|
1565
1610
|
get(options?: EntityGetParameters): StreamableMethod<EntityGet200Response | EntityGetDefaultResponse>;
|
|
1566
1611
|
put(options: EntityPartialUpdateAttributeByGuidParameters): StreamableMethod<EntityPartialUpdateAttributeByGuid200Response | EntityPartialUpdateAttributeByGuidDefaultResponse>;
|
|
1567
1612
|
}
|
|
@@ -1578,7 +1623,7 @@ export interface EntityGet200Response extends HttpResponse {
|
|
|
1578
1623
|
export interface EntityGetByUniqueAttributes {
|
|
1579
1624
|
delete(options?: EntityDeleteByUniqueAttributeParameters): StreamableMethod<EntityDeleteByUniqueAttribute200Response | EntityDeleteByUniqueAttributeDefaultResponse>;
|
|
1580
1625
|
get(options?: EntityGetByUniqueAttributesParameters): StreamableMethod<EntityGetByUniqueAttributes200Response | EntityGetByUniqueAttributesDefaultResponse>;
|
|
1581
|
-
put(options
|
|
1626
|
+
put(options: EntityPartialUpdateByUniqueAttributesParameters): StreamableMethod<EntityPartialUpdateByUniqueAttributes200Response | EntityPartialUpdateByUniqueAttributesDefaultResponse>;
|
|
1582
1627
|
}
|
|
1583
1628
|
|
|
1584
1629
|
// @public
|
|
@@ -1716,10 +1761,18 @@ export interface EntityGetSampleBusinessMetadataTemplate {
|
|
|
1716
1761
|
get(options?: EntityGetSampleBusinessMetadataTemplateParameters): StreamableMethod<EntityGetSampleBusinessMetadataTemplate200Response | EntityGetSampleBusinessMetadataTemplateDefaultResponse>;
|
|
1717
1762
|
}
|
|
1718
1763
|
|
|
1764
|
+
// @public (undocumented)
|
|
1765
|
+
export interface EntityGetSampleBusinessMetadataTemplate200Headers {
|
|
1766
|
+
// (undocumented)
|
|
1767
|
+
"content-type": "application/octet-stream";
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1719
1770
|
// @public
|
|
1720
1771
|
export interface EntityGetSampleBusinessMetadataTemplate200Response extends HttpResponse {
|
|
1721
1772
|
body: Uint8Array;
|
|
1722
1773
|
// (undocumented)
|
|
1774
|
+
headers: RawHttpHeaders & EntityGetSampleBusinessMetadataTemplate200Headers;
|
|
1775
|
+
// (undocumented)
|
|
1723
1776
|
status: "200";
|
|
1724
1777
|
}
|
|
1725
1778
|
|
|
@@ -1749,8 +1802,7 @@ export interface EntityImportBusinessMetadata200Response extends HttpResponse {
|
|
|
1749
1802
|
|
|
1750
1803
|
// @public (undocumented)
|
|
1751
1804
|
export interface EntityImportBusinessMetadataBodyParam {
|
|
1752
|
-
|
|
1753
|
-
body?: BusinessMetadataOptions;
|
|
1805
|
+
body: BusinessMetadataOptions;
|
|
1754
1806
|
}
|
|
1755
1807
|
|
|
1756
1808
|
// @public (undocumented)
|
|
@@ -1773,7 +1825,7 @@ export type EntityImportBusinessMetadataParameters = EntityImportBusinessMetadat
|
|
|
1773
1825
|
export interface EntityListByGuids {
|
|
1774
1826
|
delete(options: EntityBulkDeleteParameters): StreamableMethod<EntityBulkDelete200Response | EntityBulkDeleteDefaultResponse>;
|
|
1775
1827
|
get(options: EntityListByGuidsParameters): StreamableMethod<EntityListByGuids200Response | EntityListByGuidsDefaultResponse>;
|
|
1776
|
-
post(options
|
|
1828
|
+
post(options: EntityBulkCreateOrUpdateParameters): StreamableMethod<EntityBulkCreateOrUpdate200Response | EntityBulkCreateOrUpdateDefaultResponse>;
|
|
1777
1829
|
}
|
|
1778
1830
|
|
|
1779
1831
|
// @public
|
|
@@ -1792,6 +1844,13 @@ export interface EntityListByGuidsDefaultResponse extends HttpResponse {
|
|
|
1792
1844
|
status: string;
|
|
1793
1845
|
}
|
|
1794
1846
|
|
|
1847
|
+
// @public
|
|
1848
|
+
export interface EntityListByGuidsGuidQueryParam {
|
|
1849
|
+
explode: true;
|
|
1850
|
+
style: "form";
|
|
1851
|
+
value: string[];
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1795
1854
|
// @public (undocumented)
|
|
1796
1855
|
export type EntityListByGuidsParameters = EntityListByGuidsQueryParam & RequestParameters;
|
|
1797
1856
|
|
|
@@ -1803,7 +1862,8 @@ export interface EntityListByGuidsQueryParam {
|
|
|
1803
1862
|
|
|
1804
1863
|
// @public (undocumented)
|
|
1805
1864
|
export interface EntityListByGuidsQueryParamProperties {
|
|
1806
|
-
|
|
1865
|
+
"api-version"?: string;
|
|
1866
|
+
guid: EntityListByGuidsGuidQueryParam;
|
|
1807
1867
|
ignoreRelationships?: boolean;
|
|
1808
1868
|
minExtInfo?: boolean;
|
|
1809
1869
|
}
|
|
@@ -1860,8 +1920,7 @@ export interface EntityMoveEntitiesToCollection200Response extends HttpResponse
|
|
|
1860
1920
|
|
|
1861
1921
|
// @public (undocumented)
|
|
1862
1922
|
export interface EntityMoveEntitiesToCollectionBodyParam {
|
|
1863
|
-
|
|
1864
|
-
body?: MoveEntitiesOptions;
|
|
1923
|
+
body: MoveEntitiesOptions;
|
|
1865
1924
|
}
|
|
1866
1925
|
|
|
1867
1926
|
// @public (undocumented)
|
|
@@ -1883,6 +1942,7 @@ export interface EntityMoveEntitiesToCollectionQueryParam {
|
|
|
1883
1942
|
|
|
1884
1943
|
// @public (undocumented)
|
|
1885
1944
|
export interface EntityMoveEntitiesToCollectionQueryParamProperties {
|
|
1945
|
+
"api-version": string;
|
|
1886
1946
|
collectionId: string;
|
|
1887
1947
|
}
|
|
1888
1948
|
|
|
@@ -1938,8 +1998,7 @@ export interface EntityPartialUpdateByUniqueAttributes200Response extends HttpRe
|
|
|
1938
1998
|
|
|
1939
1999
|
// @public (undocumented)
|
|
1940
2000
|
export interface EntityPartialUpdateByUniqueAttributesBodyParam {
|
|
1941
|
-
|
|
1942
|
-
body?: AtlasEntityWithExtInfo;
|
|
2001
|
+
body: AtlasEntityWithExtInfo;
|
|
1943
2002
|
}
|
|
1944
2003
|
|
|
1945
2004
|
// @public (undocumented)
|
|
@@ -2194,6 +2253,12 @@ export interface EntitySetLabelsDefaultResponse extends HttpResponse {
|
|
|
2194
2253
|
// @public (undocumented)
|
|
2195
2254
|
export type EntitySetLabelsParameters = EntitySetLabelsBodyParam & RequestParameters;
|
|
2196
2255
|
|
|
2256
|
+
// @public
|
|
2257
|
+
export type EntityStatus = string;
|
|
2258
|
+
|
|
2259
|
+
// @public
|
|
2260
|
+
export type EntityStatusOutput = string;
|
|
2261
|
+
|
|
2197
2262
|
// @public
|
|
2198
2263
|
export interface EntityUpdateClassifications204Response extends HttpResponse {
|
|
2199
2264
|
// (undocumented)
|
|
@@ -2281,8 +2346,7 @@ export interface GlossaryCreate200Response extends HttpResponse {
|
|
|
2281
2346
|
|
|
2282
2347
|
// @public (undocumented)
|
|
2283
2348
|
export interface GlossaryCreateBodyParam {
|
|
2284
|
-
|
|
2285
|
-
body?: AtlasGlossary;
|
|
2349
|
+
body: AtlasGlossary;
|
|
2286
2350
|
}
|
|
2287
2351
|
|
|
2288
2352
|
// @public (undocumented)
|
|
@@ -2316,7 +2380,7 @@ export type GlossaryCreateCategoriesParameters = GlossaryCreateCategoriesBodyPar
|
|
|
2316
2380
|
|
|
2317
2381
|
// @public (undocumented)
|
|
2318
2382
|
export interface GlossaryCreateCategory {
|
|
2319
|
-
post(options
|
|
2383
|
+
post(options: GlossaryCreateCategoryParameters): StreamableMethod<GlossaryCreateCategory200Response | GlossaryCreateCategoryDefaultResponse>;
|
|
2320
2384
|
}
|
|
2321
2385
|
|
|
2322
2386
|
// @public
|
|
@@ -2329,8 +2393,7 @@ export interface GlossaryCreateCategory200Response extends HttpResponse {
|
|
|
2329
2393
|
|
|
2330
2394
|
// @public (undocumented)
|
|
2331
2395
|
export interface GlossaryCreateCategoryBodyParam {
|
|
2332
|
-
|
|
2333
|
-
body?: AtlasGlossaryCategory;
|
|
2396
|
+
body: AtlasGlossaryCategory;
|
|
2334
2397
|
}
|
|
2335
2398
|
|
|
2336
2399
|
// @public (undocumented)
|
|
@@ -2357,7 +2420,7 @@ export type GlossaryCreateParameters = GlossaryCreateBodyParam & RequestParamete
|
|
|
2357
2420
|
|
|
2358
2421
|
// @public (undocumented)
|
|
2359
2422
|
export interface GlossaryCreateTerm {
|
|
2360
|
-
post(options
|
|
2423
|
+
post(options: GlossaryCreateTermParameters): StreamableMethod<GlossaryCreateTerm200Response | GlossaryCreateTermDefaultResponse>;
|
|
2361
2424
|
}
|
|
2362
2425
|
|
|
2363
2426
|
// @public
|
|
@@ -2370,8 +2433,7 @@ export interface GlossaryCreateTerm200Response extends HttpResponse {
|
|
|
2370
2433
|
|
|
2371
2434
|
// @public (undocumented)
|
|
2372
2435
|
export interface GlossaryCreateTermBodyParam {
|
|
2373
|
-
|
|
2374
|
-
body?: AtlasGlossaryTerm;
|
|
2436
|
+
body: AtlasGlossaryTerm;
|
|
2375
2437
|
}
|
|
2376
2438
|
|
|
2377
2439
|
// @public (undocumented)
|
|
@@ -2433,9 +2495,16 @@ export interface GlossaryCreateTermsQueryParam {
|
|
|
2433
2495
|
|
|
2434
2496
|
// @public (undocumented)
|
|
2435
2497
|
export interface GlossaryCreateTermsQueryParamProperties {
|
|
2498
|
+
"api-version"?: string;
|
|
2436
2499
|
includeTermHierarchy?: boolean;
|
|
2437
2500
|
}
|
|
2438
2501
|
|
|
2502
|
+
// @public
|
|
2503
|
+
export interface GlossaryDelete204Response extends HttpResponse {
|
|
2504
|
+
// (undocumented)
|
|
2505
|
+
status: "204";
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2439
2508
|
// @public
|
|
2440
2509
|
export interface GlossaryDeleteCategory204Response extends HttpResponse {
|
|
2441
2510
|
// (undocumented)
|
|
@@ -2453,14 +2522,8 @@ export interface GlossaryDeleteCategoryDefaultResponse extends HttpResponse {
|
|
|
2453
2522
|
// @public (undocumented)
|
|
2454
2523
|
export type GlossaryDeleteCategoryParameters = RequestParameters;
|
|
2455
2524
|
|
|
2456
|
-
// @public
|
|
2457
|
-
export interface GlossaryDeleteOperation204Response extends HttpResponse {
|
|
2458
|
-
// (undocumented)
|
|
2459
|
-
status: "204";
|
|
2460
|
-
}
|
|
2461
|
-
|
|
2462
2525
|
// @public (undocumented)
|
|
2463
|
-
export interface
|
|
2526
|
+
export interface GlossaryDeleteDefaultResponse extends HttpResponse {
|
|
2464
2527
|
// (undocumented)
|
|
2465
2528
|
body: AtlasErrorResponseOutput;
|
|
2466
2529
|
// (undocumented)
|
|
@@ -2511,9 +2574,9 @@ export type GlossaryDeleteTermParameters = RequestParameters;
|
|
|
2511
2574
|
|
|
2512
2575
|
// @public (undocumented)
|
|
2513
2576
|
export interface GlossaryGet {
|
|
2514
|
-
delete(options?: GlossaryDeleteParameters): StreamableMethod<
|
|
2577
|
+
delete(options?: GlossaryDeleteParameters): StreamableMethod<GlossaryDelete204Response | GlossaryDeleteDefaultResponse>;
|
|
2515
2578
|
get(options?: GlossaryGetParameters): StreamableMethod<GlossaryGet200Response | GlossaryGetDefaultResponse>;
|
|
2516
|
-
put(options
|
|
2579
|
+
put(options: GlossaryUpdateParameters): StreamableMethod<GlossaryUpdate200Response | GlossaryUpdateDefaultResponse>;
|
|
2517
2580
|
}
|
|
2518
2581
|
|
|
2519
2582
|
// @public
|
|
@@ -2528,7 +2591,7 @@ export interface GlossaryGet200Response extends HttpResponse {
|
|
|
2528
2591
|
export interface GlossaryGetCategory {
|
|
2529
2592
|
delete(options?: GlossaryDeleteCategoryParameters): StreamableMethod<GlossaryDeleteCategory204Response | GlossaryDeleteCategoryDefaultResponse>;
|
|
2530
2593
|
get(options?: GlossaryGetCategoryParameters): StreamableMethod<GlossaryGetCategory200Response | GlossaryGetCategoryDefaultResponse>;
|
|
2531
|
-
put(options
|
|
2594
|
+
put(options: GlossaryUpdateCategoryParameters): StreamableMethod<GlossaryUpdateCategory200Response | GlossaryUpdateCategoryDefaultResponse>;
|
|
2532
2595
|
}
|
|
2533
2596
|
|
|
2534
2597
|
// @public
|
|
@@ -2580,7 +2643,18 @@ export interface GlossaryGetDetailedDefaultResponse extends HttpResponse {
|
|
|
2580
2643
|
}
|
|
2581
2644
|
|
|
2582
2645
|
// @public (undocumented)
|
|
2583
|
-
export type GlossaryGetDetailedParameters = RequestParameters;
|
|
2646
|
+
export type GlossaryGetDetailedParameters = GlossaryGetDetailedQueryParam & RequestParameters;
|
|
2647
|
+
|
|
2648
|
+
// @public (undocumented)
|
|
2649
|
+
export interface GlossaryGetDetailedQueryParam {
|
|
2650
|
+
// (undocumented)
|
|
2651
|
+
queryParameters?: GlossaryGetDetailedQueryParamProperties;
|
|
2652
|
+
}
|
|
2653
|
+
|
|
2654
|
+
// @public (undocumented)
|
|
2655
|
+
export interface GlossaryGetDetailedQueryParamProperties {
|
|
2656
|
+
"api-version"?: string;
|
|
2657
|
+
}
|
|
2584
2658
|
|
|
2585
2659
|
// @public (undocumented)
|
|
2586
2660
|
export type GlossaryGetParameters = RequestParameters;
|
|
@@ -2589,7 +2663,7 @@ export type GlossaryGetParameters = RequestParameters;
|
|
|
2589
2663
|
export interface GlossaryGetTerm {
|
|
2590
2664
|
delete(options?: GlossaryDeleteTermParameters): StreamableMethod<GlossaryDeleteTerm204Response | GlossaryDeleteTermDefaultResponse>;
|
|
2591
2665
|
get(options?: GlossaryGetTermParameters): StreamableMethod<GlossaryGetTerm200Response | GlossaryGetTermDefaultResponse>;
|
|
2592
|
-
put(options
|
|
2666
|
+
put(options: GlossaryUpdateTermParameters): StreamableMethod<GlossaryUpdateTerm200Response | GlossaryUpdateTermDefaultResponse>;
|
|
2593
2667
|
}
|
|
2594
2668
|
|
|
2595
2669
|
// @public
|
|
@@ -2609,12 +2683,23 @@ export interface GlossaryGetTermDefaultResponse extends HttpResponse {
|
|
|
2609
2683
|
}
|
|
2610
2684
|
|
|
2611
2685
|
// @public (undocumented)
|
|
2612
|
-
export type GlossaryGetTermParameters = RequestParameters;
|
|
2686
|
+
export type GlossaryGetTermParameters = GlossaryGetTermQueryParam & RequestParameters;
|
|
2687
|
+
|
|
2688
|
+
// @public (undocumented)
|
|
2689
|
+
export interface GlossaryGetTermQueryParam {
|
|
2690
|
+
// (undocumented)
|
|
2691
|
+
queryParameters?: GlossaryGetTermQueryParamProperties;
|
|
2692
|
+
}
|
|
2693
|
+
|
|
2694
|
+
// @public (undocumented)
|
|
2695
|
+
export interface GlossaryGetTermQueryParamProperties {
|
|
2696
|
+
"api-version"?: string;
|
|
2697
|
+
}
|
|
2613
2698
|
|
|
2614
2699
|
// @public (undocumented)
|
|
2615
2700
|
export interface GlossaryList {
|
|
2616
2701
|
get(options?: GlossaryListParameters): StreamableMethod<GlossaryList200Response | GlossaryListDefaultResponse>;
|
|
2617
|
-
post(options
|
|
2702
|
+
post(options: GlossaryCreateParameters): StreamableMethod<GlossaryCreate200Response | GlossaryCreateDefaultResponse>;
|
|
2618
2703
|
}
|
|
2619
2704
|
|
|
2620
2705
|
// @public
|
|
@@ -2794,6 +2879,7 @@ export interface GlossaryListQueryParam {
|
|
|
2794
2879
|
|
|
2795
2880
|
// @public (undocumented)
|
|
2796
2881
|
export interface GlossaryListQueryParamProperties {
|
|
2882
|
+
"api-version"?: string;
|
|
2797
2883
|
ignoreTermsAndCategories?: boolean;
|
|
2798
2884
|
limit?: number;
|
|
2799
2885
|
offset?: number;
|
|
@@ -2869,6 +2955,7 @@ export interface GlossaryListRelatedTermsQueryParam {
|
|
|
2869
2955
|
|
|
2870
2956
|
// @public (undocumented)
|
|
2871
2957
|
export interface GlossaryListRelatedTermsQueryParamProperties {
|
|
2958
|
+
"api-version"?: string;
|
|
2872
2959
|
limit?: number;
|
|
2873
2960
|
offset?: number;
|
|
2874
2961
|
sort?: string;
|
|
@@ -2943,6 +3030,7 @@ export interface GlossaryListTermsQueryParam {
|
|
|
2943
3030
|
|
|
2944
3031
|
// @public (undocumented)
|
|
2945
3032
|
export interface GlossaryListTermsQueryParamProperties {
|
|
3033
|
+
"api-version"?: string;
|
|
2946
3034
|
limit?: number;
|
|
2947
3035
|
offset?: number;
|
|
2948
3036
|
sort?: string;
|
|
@@ -3014,6 +3102,7 @@ export interface GlossaryPartialUpdateQueryParam {
|
|
|
3014
3102
|
|
|
3015
3103
|
// @public (undocumented)
|
|
3016
3104
|
export interface GlossaryPartialUpdateQueryParamProperties {
|
|
3105
|
+
"api-version"?: string;
|
|
3017
3106
|
ignoreTermsAndCategories?: boolean;
|
|
3018
3107
|
}
|
|
3019
3108
|
|
|
@@ -3054,6 +3143,7 @@ export interface GlossaryPartialUpdateTermQueryParam {
|
|
|
3054
3143
|
|
|
3055
3144
|
// @public (undocumented)
|
|
3056
3145
|
export interface GlossaryPartialUpdateTermQueryParamProperties {
|
|
3146
|
+
"api-version"?: string;
|
|
3057
3147
|
includeTermHierarchy?: boolean;
|
|
3058
3148
|
}
|
|
3059
3149
|
|
|
@@ -3067,8 +3157,7 @@ export interface GlossaryUpdate200Response extends HttpResponse {
|
|
|
3067
3157
|
|
|
3068
3158
|
// @public (undocumented)
|
|
3069
3159
|
export interface GlossaryUpdateBodyParam {
|
|
3070
|
-
|
|
3071
|
-
body?: AtlasGlossary;
|
|
3160
|
+
body: AtlasGlossary;
|
|
3072
3161
|
}
|
|
3073
3162
|
|
|
3074
3163
|
// @public
|
|
@@ -3081,8 +3170,7 @@ export interface GlossaryUpdateCategory200Response extends HttpResponse {
|
|
|
3081
3170
|
|
|
3082
3171
|
// @public (undocumented)
|
|
3083
3172
|
export interface GlossaryUpdateCategoryBodyParam {
|
|
3084
|
-
|
|
3085
|
-
body?: AtlasGlossaryCategory;
|
|
3173
|
+
body: AtlasGlossaryCategory;
|
|
3086
3174
|
}
|
|
3087
3175
|
|
|
3088
3176
|
// @public (undocumented)
|
|
@@ -3115,6 +3203,7 @@ export interface GlossaryUpdateQueryParam {
|
|
|
3115
3203
|
|
|
3116
3204
|
// @public (undocumented)
|
|
3117
3205
|
export interface GlossaryUpdateQueryParamProperties {
|
|
3206
|
+
"api-version"?: string;
|
|
3118
3207
|
ignoreTermsAndCategories?: boolean;
|
|
3119
3208
|
}
|
|
3120
3209
|
|
|
@@ -3128,8 +3217,7 @@ export interface GlossaryUpdateTerm200Response extends HttpResponse {
|
|
|
3128
3217
|
|
|
3129
3218
|
// @public (undocumented)
|
|
3130
3219
|
export interface GlossaryUpdateTermBodyParam {
|
|
3131
|
-
|
|
3132
|
-
body?: AtlasGlossaryTerm;
|
|
3220
|
+
body: AtlasGlossaryTerm;
|
|
3133
3221
|
}
|
|
3134
3222
|
|
|
3135
3223
|
// @public (undocumented)
|
|
@@ -3151,17 +3239,21 @@ export interface GlossaryUpdateTermQueryParam {
|
|
|
3151
3239
|
|
|
3152
3240
|
// @public (undocumented)
|
|
3153
3241
|
export interface GlossaryUpdateTermQueryParamProperties {
|
|
3242
|
+
"api-version"?: string;
|
|
3154
3243
|
includeTermHierarchy?: boolean;
|
|
3155
3244
|
}
|
|
3156
3245
|
|
|
3157
3246
|
// @public
|
|
3158
3247
|
export interface ImportInfoOutput {
|
|
3159
3248
|
childObjectName?: string;
|
|
3160
|
-
importStatus?:
|
|
3249
|
+
importStatus?: ImportStatusOutput;
|
|
3161
3250
|
parentObjectName?: string;
|
|
3162
3251
|
remarks?: string;
|
|
3163
3252
|
}
|
|
3164
3253
|
|
|
3254
|
+
// @public
|
|
3255
|
+
export type ImportStatusOutput = string;
|
|
3256
|
+
|
|
3165
3257
|
// @public (undocumented)
|
|
3166
3258
|
export function isUnexpected(response: EntityCreateOrUpdate200Response | EntityCreateOrUpdateDefaultResponse): response is EntityCreateOrUpdateDefaultResponse;
|
|
3167
3259
|
|
|
@@ -3184,7 +3276,7 @@ export function isUnexpected(response: EntityGet200Response | EntityGetDefaultRe
|
|
|
3184
3276
|
export function isUnexpected(response: EntityPartialUpdateAttributeByGuid200Response | EntityPartialUpdateAttributeByGuidDefaultResponse): response is EntityPartialUpdateAttributeByGuidDefaultResponse;
|
|
3185
3277
|
|
|
3186
3278
|
// @public (undocumented)
|
|
3187
|
-
export function isUnexpected(response:
|
|
3279
|
+
export function isUnexpected(response: EntityDelete200Response | EntityDeleteDefaultResponse): response is EntityDeleteDefaultResponse;
|
|
3188
3280
|
|
|
3189
3281
|
// @public (undocumented)
|
|
3190
3282
|
export function isUnexpected(response: EntityGetClassification200Response | EntityGetClassificationDefaultResponse): response is EntityGetClassificationDefaultResponse;
|
|
@@ -3334,7 +3426,7 @@ export function isUnexpected(response: GlossaryGet200Response | GlossaryGetDefau
|
|
|
3334
3426
|
export function isUnexpected(response: GlossaryUpdate200Response | GlossaryUpdateDefaultResponse): response is GlossaryUpdateDefaultResponse;
|
|
3335
3427
|
|
|
3336
3428
|
// @public (undocumented)
|
|
3337
|
-
export function isUnexpected(response:
|
|
3429
|
+
export function isUnexpected(response: GlossaryDelete204Response | GlossaryDeleteDefaultResponse): response is GlossaryDeleteDefaultResponse;
|
|
3338
3430
|
|
|
3339
3431
|
// @public (undocumented)
|
|
3340
3432
|
export function isUnexpected(response: GlossaryListCategories200Response | GlossaryListCategoriesDefaultResponse): response is GlossaryListCategoriesDefaultResponse;
|
|
@@ -3382,7 +3474,7 @@ export function isUnexpected(response: RelationshipUpdate200Response | Relations
|
|
|
3382
3474
|
export function isUnexpected(response: RelationshipGet200Response | RelationshipGetDefaultResponse): response is RelationshipGetDefaultResponse;
|
|
3383
3475
|
|
|
3384
3476
|
// @public (undocumented)
|
|
3385
|
-
export function isUnexpected(response:
|
|
3477
|
+
export function isUnexpected(response: RelationshipDelete204Response | RelationshipDeleteDefaultResponse): response is RelationshipDeleteDefaultResponse;
|
|
3386
3478
|
|
|
3387
3479
|
// @public (undocumented)
|
|
3388
3480
|
export function isUnexpected(response: TypeGetBusinessMetadataDefByGuid200Response | TypeGetBusinessMetadataDefByGuidDefaultResponse): response is TypeGetBusinessMetadataDefByGuidDefaultResponse;
|
|
@@ -3427,7 +3519,7 @@ export function isUnexpected(response: TypeGetByGuid200Response | TypeGetByGuidD
|
|
|
3427
3519
|
export function isUnexpected(response: TypeGetByName200Response | TypeGetByNameDefaultResponse): response is TypeGetByNameDefaultResponse;
|
|
3428
3520
|
|
|
3429
3521
|
// @public (undocumented)
|
|
3430
|
-
export function isUnexpected(response:
|
|
3522
|
+
export function isUnexpected(response: TypeDelete204Response | TypeDeleteDefaultResponse): response is TypeDeleteDefaultResponse;
|
|
3431
3523
|
|
|
3432
3524
|
// @public (undocumented)
|
|
3433
3525
|
export function isUnexpected(response: TypeList200Response | TypeListDefaultResponse): response is TypeListDefaultResponse;
|
|
@@ -3450,6 +3542,12 @@ export function isUnexpected(response: TypeGetTermTemplateDefByGuid200Response |
|
|
|
3450
3542
|
// @public (undocumented)
|
|
3451
3543
|
export function isUnexpected(response: TypeGetTermTemplateDefByName200Response | TypeGetTermTemplateDefByNameDefaultResponse): response is TypeGetTermTemplateDefByNameDefaultResponse;
|
|
3452
3544
|
|
|
3545
|
+
// @public
|
|
3546
|
+
export type LineageDirection = string;
|
|
3547
|
+
|
|
3548
|
+
// @public
|
|
3549
|
+
export type LineageDirectionOutput = string;
|
|
3550
|
+
|
|
3453
3551
|
// @public (undocumented)
|
|
3454
3552
|
export interface LineageGet {
|
|
3455
3553
|
get(options: LineageGetParameters): StreamableMethod<LineageGet200Response | LineageGetDefaultResponse>;
|
|
@@ -3497,7 +3595,7 @@ export interface LineageGetByUniqueAttributeQueryParam {
|
|
|
3497
3595
|
export interface LineageGetByUniqueAttributeQueryParamProperties {
|
|
3498
3596
|
"attr:qualifiedName"?: string;
|
|
3499
3597
|
depth?: number;
|
|
3500
|
-
direction:
|
|
3598
|
+
direction: LineageDirection;
|
|
3501
3599
|
}
|
|
3502
3600
|
|
|
3503
3601
|
// @public (undocumented)
|
|
@@ -3540,7 +3638,8 @@ export interface LineageGetNextPageQueryParam {
|
|
|
3540
3638
|
|
|
3541
3639
|
// @public (undocumented)
|
|
3542
3640
|
export interface LineageGetNextPageQueryParamProperties {
|
|
3543
|
-
|
|
3641
|
+
"api-version": string;
|
|
3642
|
+
direction: LineageDirection;
|
|
3544
3643
|
limit?: number;
|
|
3545
3644
|
offset?: number;
|
|
3546
3645
|
}
|
|
@@ -3557,7 +3656,7 @@ export interface LineageGetQueryParam {
|
|
|
3557
3656
|
// @public (undocumented)
|
|
3558
3657
|
export interface LineageGetQueryParamProperties {
|
|
3559
3658
|
depth?: number;
|
|
3560
|
-
direction:
|
|
3659
|
+
direction: LineageDirection;
|
|
3561
3660
|
}
|
|
3562
3661
|
|
|
3563
3662
|
// @public
|
|
@@ -3587,7 +3686,7 @@ export interface NumberFormat {
|
|
|
3587
3686
|
numberInstance?: NumberFormat;
|
|
3588
3687
|
parseIntegerOnly?: boolean;
|
|
3589
3688
|
percentInstance?: NumberFormat;
|
|
3590
|
-
roundingMode?:
|
|
3689
|
+
roundingMode?: RoundingMode;
|
|
3591
3690
|
}
|
|
3592
3691
|
|
|
3593
3692
|
// @public
|
|
@@ -3605,7 +3704,7 @@ export interface NumberFormatOutput {
|
|
|
3605
3704
|
numberInstance?: NumberFormatOutput;
|
|
3606
3705
|
parseIntegerOnly?: boolean;
|
|
3607
3706
|
percentInstance?: NumberFormatOutput;
|
|
3608
|
-
roundingMode?:
|
|
3707
|
+
roundingMode?: RoundingModeOutput;
|
|
3609
3708
|
}
|
|
3610
3709
|
|
|
3611
3710
|
// @public
|
|
@@ -3620,6 +3719,10 @@ export type PurviewDataMapClient = Client & {
|
|
|
3620
3719
|
path: Routes;
|
|
3621
3720
|
};
|
|
3622
3721
|
|
|
3722
|
+
// @public
|
|
3723
|
+
export interface PurviewDataMapClientOptions extends ClientOptions {
|
|
3724
|
+
}
|
|
3725
|
+
|
|
3623
3726
|
// @public
|
|
3624
3727
|
export interface PurviewObjectId {
|
|
3625
3728
|
displayText?: string;
|
|
@@ -3657,17 +3760,23 @@ export interface QueryOptions {
|
|
|
3657
3760
|
|
|
3658
3761
|
// @public
|
|
3659
3762
|
export interface QueryResultOutput {
|
|
3763
|
+
"@search.count"?: number;
|
|
3764
|
+
"@search.count.approximate"?: boolean;
|
|
3765
|
+
"@search.facets"?: SearchFacetResultValueOutput;
|
|
3660
3766
|
continuationToken?: string;
|
|
3661
|
-
searchCount?: number;
|
|
3662
|
-
searchCountApproximate?: boolean;
|
|
3663
|
-
searchFacets?: SearchFacetResultValueOutput;
|
|
3664
3767
|
value?: Array<SearchResultValueOutput>;
|
|
3665
3768
|
}
|
|
3666
3769
|
|
|
3770
|
+
// @public
|
|
3771
|
+
export type RelationshipCategory = string;
|
|
3772
|
+
|
|
3773
|
+
// @public
|
|
3774
|
+
export type RelationshipCategoryOutput = string;
|
|
3775
|
+
|
|
3667
3776
|
// @public (undocumented)
|
|
3668
3777
|
export interface RelationshipCreate {
|
|
3669
|
-
post(options
|
|
3670
|
-
put(options
|
|
3778
|
+
post(options: RelationshipCreateParameters): StreamableMethod<RelationshipCreate200Response | RelationshipCreateDefaultResponse>;
|
|
3779
|
+
put(options: RelationshipUpdateParameters): StreamableMethod<RelationshipUpdate200Response | RelationshipUpdateDefaultResponse>;
|
|
3671
3780
|
}
|
|
3672
3781
|
|
|
3673
3782
|
// @public
|
|
@@ -3680,8 +3789,7 @@ export interface RelationshipCreate200Response extends HttpResponse {
|
|
|
3680
3789
|
|
|
3681
3790
|
// @public (undocumented)
|
|
3682
3791
|
export interface RelationshipCreateBodyParam {
|
|
3683
|
-
|
|
3684
|
-
body?: AtlasRelationship;
|
|
3792
|
+
body: AtlasRelationship;
|
|
3685
3793
|
}
|
|
3686
3794
|
|
|
3687
3795
|
// @public (undocumented)
|
|
@@ -3696,13 +3804,13 @@ export interface RelationshipCreateDefaultResponse extends HttpResponse {
|
|
|
3696
3804
|
export type RelationshipCreateParameters = RelationshipCreateBodyParam & RequestParameters;
|
|
3697
3805
|
|
|
3698
3806
|
// @public
|
|
3699
|
-
export interface
|
|
3807
|
+
export interface RelationshipDelete204Response extends HttpResponse {
|
|
3700
3808
|
// (undocumented)
|
|
3701
3809
|
status: "204";
|
|
3702
3810
|
}
|
|
3703
3811
|
|
|
3704
3812
|
// @public (undocumented)
|
|
3705
|
-
export interface
|
|
3813
|
+
export interface RelationshipDeleteDefaultResponse extends HttpResponse {
|
|
3706
3814
|
// (undocumented)
|
|
3707
3815
|
body: AtlasErrorResponseOutput;
|
|
3708
3816
|
// (undocumented)
|
|
@@ -3714,7 +3822,7 @@ export type RelationshipDeleteParameters = RequestParameters;
|
|
|
3714
3822
|
|
|
3715
3823
|
// @public (undocumented)
|
|
3716
3824
|
export interface RelationshipGet {
|
|
3717
|
-
delete(options?: RelationshipDeleteParameters): StreamableMethod<
|
|
3825
|
+
delete(options?: RelationshipDeleteParameters): StreamableMethod<RelationshipDelete204Response | RelationshipDeleteDefaultResponse>;
|
|
3718
3826
|
get(options?: RelationshipGetParameters): StreamableMethod<RelationshipGet200Response | RelationshipGetDefaultResponse>;
|
|
3719
3827
|
}
|
|
3720
3828
|
|
|
@@ -3758,8 +3866,7 @@ export interface RelationshipUpdate200Response extends HttpResponse {
|
|
|
3758
3866
|
|
|
3759
3867
|
// @public (undocumented)
|
|
3760
3868
|
export interface RelationshipUpdateBodyParam {
|
|
3761
|
-
|
|
3762
|
-
body?: AtlasRelationship;
|
|
3869
|
+
body: AtlasRelationship;
|
|
3763
3870
|
}
|
|
3764
3871
|
|
|
3765
3872
|
// @public (undocumented)
|
|
@@ -3785,6 +3892,12 @@ export interface ResourceLinkOutput {
|
|
|
3785
3892
|
url?: string;
|
|
3786
3893
|
}
|
|
3787
3894
|
|
|
3895
|
+
// @public
|
|
3896
|
+
export type RoundingMode = string;
|
|
3897
|
+
|
|
3898
|
+
// @public
|
|
3899
|
+
export type RoundingModeOutput = string;
|
|
3900
|
+
|
|
3788
3901
|
// @public (undocumented)
|
|
3789
3902
|
export interface Routes {
|
|
3790
3903
|
(path: "/atlas/v2/entity"): EntityCreateOrUpdate;
|
|
@@ -3883,8 +3996,8 @@ export interface SearchFacetResultValueOutput {
|
|
|
3883
3996
|
|
|
3884
3997
|
// @public
|
|
3885
3998
|
export interface SearchFacetSort {
|
|
3886
|
-
count?:
|
|
3887
|
-
value?:
|
|
3999
|
+
count?: SearchSortOrder;
|
|
4000
|
+
value?: SearchSortOrder;
|
|
3888
4001
|
}
|
|
3889
4002
|
|
|
3890
4003
|
// @public
|
|
@@ -3898,12 +4011,14 @@ export interface SearchHighlightsOutput {
|
|
|
3898
4011
|
|
|
3899
4012
|
// @public
|
|
3900
4013
|
export interface SearchResultValueOutput {
|
|
4014
|
+
"@search.highlights"?: SearchHighlightsOutput;
|
|
4015
|
+
"@search.score"?: number;
|
|
3901
4016
|
assetType?: string[];
|
|
3902
4017
|
classification?: string[];
|
|
3903
4018
|
contact?: Array<ContactSearchResultValueOutput>;
|
|
3904
4019
|
createTime?: number;
|
|
3905
4020
|
description?: string;
|
|
3906
|
-
endorsement?: string;
|
|
4021
|
+
endorsement?: string[];
|
|
3907
4022
|
entityType?: string;
|
|
3908
4023
|
glossary?: string;
|
|
3909
4024
|
glossaryType?: string;
|
|
@@ -3914,20 +4029,30 @@ export interface SearchResultValueOutput {
|
|
|
3914
4029
|
objectType?: string;
|
|
3915
4030
|
owner?: string;
|
|
3916
4031
|
qualifiedName?: string;
|
|
3917
|
-
searchHighlights?: SearchHighlightsOutput;
|
|
3918
|
-
searchScore?: number;
|
|
3919
4032
|
term?: Array<TermSearchResultValueOutput>;
|
|
3920
4033
|
termStatus?: string;
|
|
3921
4034
|
termTemplate?: string[];
|
|
3922
4035
|
updateTime?: number;
|
|
3923
4036
|
}
|
|
3924
4037
|
|
|
4038
|
+
// @public
|
|
4039
|
+
export type SearchSortOrder = string;
|
|
4040
|
+
|
|
3925
4041
|
// @public
|
|
3926
4042
|
export interface SearchTaxonomySetting {
|
|
3927
4043
|
assetTypes?: string[];
|
|
3928
4044
|
facet?: SearchFacetItem;
|
|
3929
4045
|
}
|
|
3930
4046
|
|
|
4047
|
+
// @public
|
|
4048
|
+
export type SortTypeOutput = string;
|
|
4049
|
+
|
|
4050
|
+
// @public
|
|
4051
|
+
export type StatusAtlasRelationship = string;
|
|
4052
|
+
|
|
4053
|
+
// @public
|
|
4054
|
+
export type StatusAtlasRelationshipOutput = string;
|
|
4055
|
+
|
|
3931
4056
|
// @public
|
|
3932
4057
|
export interface SuggestOptions {
|
|
3933
4058
|
filter?: unknown;
|
|
@@ -3942,12 +4067,14 @@ export interface SuggestResultOutput {
|
|
|
3942
4067
|
|
|
3943
4068
|
// @public
|
|
3944
4069
|
export interface SuggestResultValueOutput {
|
|
4070
|
+
"@search.score"?: number;
|
|
4071
|
+
"@search.text"?: string;
|
|
3945
4072
|
assetType?: string[];
|
|
3946
4073
|
classification?: string[];
|
|
3947
4074
|
contact?: Array<ContactSearchResultValueOutput>;
|
|
3948
4075
|
createTime?: number;
|
|
3949
4076
|
description?: string;
|
|
3950
|
-
endorsement?: string;
|
|
4077
|
+
endorsement?: string[];
|
|
3951
4078
|
entityType?: string;
|
|
3952
4079
|
glossary?: string;
|
|
3953
4080
|
glossaryType?: string;
|
|
@@ -3958,8 +4085,6 @@ export interface SuggestResultValueOutput {
|
|
|
3958
4085
|
objectType?: string;
|
|
3959
4086
|
owner?: string;
|
|
3960
4087
|
qualifiedName?: string;
|
|
3961
|
-
searchScore?: number;
|
|
3962
|
-
searchText?: string;
|
|
3963
4088
|
term?: Array<TermSearchResultValueOutput>;
|
|
3964
4089
|
termStatus?: string;
|
|
3965
4090
|
termTemplate?: string[];
|
|
@@ -3973,10 +4098,16 @@ export interface TermSearchResultValueOutput {
|
|
|
3973
4098
|
name?: string;
|
|
3974
4099
|
}
|
|
3975
4100
|
|
|
4101
|
+
// @public
|
|
4102
|
+
export type TermStatus = string;
|
|
4103
|
+
|
|
4104
|
+
// @public
|
|
4105
|
+
export type TermStatusOutput = string;
|
|
4106
|
+
|
|
3976
4107
|
// @public
|
|
3977
4108
|
export interface TermTemplateDef {
|
|
3978
4109
|
attributeDefs?: Array<AtlasAttributeDef>;
|
|
3979
|
-
category?:
|
|
4110
|
+
category?: TypeCategory;
|
|
3980
4111
|
createdBy?: string;
|
|
3981
4112
|
createTime?: number;
|
|
3982
4113
|
dateFormatter?: DateFormat;
|
|
@@ -3995,7 +4126,7 @@ export interface TermTemplateDef {
|
|
|
3995
4126
|
// @public
|
|
3996
4127
|
export interface TermTemplateDefOutput {
|
|
3997
4128
|
attributeDefs?: Array<AtlasAttributeDefOutput>;
|
|
3998
|
-
category?:
|
|
4129
|
+
category?: TypeCategoryOutput;
|
|
3999
4130
|
createdBy?: string;
|
|
4000
4131
|
createTime?: number;
|
|
4001
4132
|
dateFormatter?: DateFormatOutput;
|
|
@@ -4055,8 +4186,7 @@ export interface TypeBulkCreate200Response extends HttpResponse {
|
|
|
4055
4186
|
|
|
4056
4187
|
// @public (undocumented)
|
|
4057
4188
|
export interface TypeBulkCreateBodyParam {
|
|
4058
|
-
|
|
4059
|
-
body?: AtlasTypesDef;
|
|
4189
|
+
body: AtlasTypesDef;
|
|
4060
4190
|
}
|
|
4061
4191
|
|
|
4062
4192
|
// @public (undocumented)
|
|
@@ -4078,8 +4208,7 @@ export interface TypeBulkDelete204Response extends HttpResponse {
|
|
|
4078
4208
|
|
|
4079
4209
|
// @public (undocumented)
|
|
4080
4210
|
export interface TypeBulkDeleteBodyParam {
|
|
4081
|
-
|
|
4082
|
-
body?: AtlasTypesDef;
|
|
4211
|
+
body: AtlasTypesDef;
|
|
4083
4212
|
}
|
|
4084
4213
|
|
|
4085
4214
|
// @public (undocumented)
|
|
@@ -4103,8 +4232,7 @@ export interface TypeBulkUpdate200Response extends HttpResponse {
|
|
|
4103
4232
|
|
|
4104
4233
|
// @public (undocumented)
|
|
4105
4234
|
export interface TypeBulkUpdateBodyParam {
|
|
4106
|
-
|
|
4107
|
-
body?: AtlasTypesDef;
|
|
4235
|
+
body: AtlasTypesDef;
|
|
4108
4236
|
}
|
|
4109
4237
|
|
|
4110
4238
|
// @public (undocumented)
|
|
@@ -4119,13 +4247,19 @@ export interface TypeBulkUpdateDefaultResponse extends HttpResponse {
|
|
|
4119
4247
|
export type TypeBulkUpdateParameters = TypeBulkUpdateBodyParam & RequestParameters;
|
|
4120
4248
|
|
|
4121
4249
|
// @public
|
|
4122
|
-
export
|
|
4250
|
+
export type TypeCategory = string;
|
|
4251
|
+
|
|
4252
|
+
// @public
|
|
4253
|
+
export type TypeCategoryOutput = string;
|
|
4254
|
+
|
|
4255
|
+
// @public
|
|
4256
|
+
export interface TypeDelete204Response extends HttpResponse {
|
|
4123
4257
|
// (undocumented)
|
|
4124
4258
|
status: "204";
|
|
4125
4259
|
}
|
|
4126
4260
|
|
|
4127
4261
|
// @public (undocumented)
|
|
4128
|
-
export interface
|
|
4262
|
+
export interface TypeDeleteDefaultResponse extends HttpResponse {
|
|
4129
4263
|
// (undocumented)
|
|
4130
4264
|
body: AtlasErrorResponseOutput;
|
|
4131
4265
|
// (undocumented)
|
|
@@ -4209,7 +4343,7 @@ export type TypeGetByGuidParameters = RequestParameters;
|
|
|
4209
4343
|
|
|
4210
4344
|
// @public (undocumented)
|
|
4211
4345
|
export interface TypeGetByName {
|
|
4212
|
-
delete(options?: TypeDeleteParameters): StreamableMethod<
|
|
4346
|
+
delete(options?: TypeDeleteParameters): StreamableMethod<TypeDelete204Response | TypeDeleteDefaultResponse>;
|
|
4213
4347
|
get(options?: TypeGetByNameParameters): StreamableMethod<TypeGetByName200Response | TypeGetByNameDefaultResponse>;
|
|
4214
4348
|
}
|
|
4215
4349
|
|
|
@@ -4494,7 +4628,18 @@ export interface TypeGetTermTemplateDefByGuidDefaultResponse extends HttpRespons
|
|
|
4494
4628
|
}
|
|
4495
4629
|
|
|
4496
4630
|
// @public (undocumented)
|
|
4497
|
-
export type TypeGetTermTemplateDefByGuidParameters = RequestParameters;
|
|
4631
|
+
export type TypeGetTermTemplateDefByGuidParameters = TypeGetTermTemplateDefByGuidQueryParam & RequestParameters;
|
|
4632
|
+
|
|
4633
|
+
// @public (undocumented)
|
|
4634
|
+
export interface TypeGetTermTemplateDefByGuidQueryParam {
|
|
4635
|
+
// (undocumented)
|
|
4636
|
+
queryParameters: TypeGetTermTemplateDefByGuidQueryParamProperties;
|
|
4637
|
+
}
|
|
4638
|
+
|
|
4639
|
+
// @public (undocumented)
|
|
4640
|
+
export interface TypeGetTermTemplateDefByGuidQueryParamProperties {
|
|
4641
|
+
"api-version": string;
|
|
4642
|
+
}
|
|
4498
4643
|
|
|
4499
4644
|
// @public (undocumented)
|
|
4500
4645
|
export interface TypeGetTermTemplateDefByName {
|
|
@@ -4518,14 +4663,25 @@ export interface TypeGetTermTemplateDefByNameDefaultResponse extends HttpRespons
|
|
|
4518
4663
|
}
|
|
4519
4664
|
|
|
4520
4665
|
// @public (undocumented)
|
|
4521
|
-
export type TypeGetTermTemplateDefByNameParameters = RequestParameters;
|
|
4666
|
+
export type TypeGetTermTemplateDefByNameParameters = TypeGetTermTemplateDefByNameQueryParam & RequestParameters;
|
|
4667
|
+
|
|
4668
|
+
// @public (undocumented)
|
|
4669
|
+
export interface TypeGetTermTemplateDefByNameQueryParam {
|
|
4670
|
+
// (undocumented)
|
|
4671
|
+
queryParameters: TypeGetTermTemplateDefByNameQueryParamProperties;
|
|
4672
|
+
}
|
|
4673
|
+
|
|
4674
|
+
// @public (undocumented)
|
|
4675
|
+
export interface TypeGetTermTemplateDefByNameQueryParamProperties {
|
|
4676
|
+
"api-version": string;
|
|
4677
|
+
}
|
|
4522
4678
|
|
|
4523
4679
|
// @public (undocumented)
|
|
4524
4680
|
export interface TypeList {
|
|
4525
|
-
delete(options
|
|
4681
|
+
delete(options: TypeBulkDeleteParameters): StreamableMethod<TypeBulkDelete204Response | TypeBulkDeleteDefaultResponse>;
|
|
4526
4682
|
get(options?: TypeListParameters): StreamableMethod<TypeList200Response | TypeListDefaultResponse>;
|
|
4527
|
-
post(options
|
|
4528
|
-
put(options
|
|
4683
|
+
post(options: TypeBulkCreateParameters): StreamableMethod<TypeBulkCreate200Response | TypeBulkCreateDefaultResponse>;
|
|
4684
|
+
put(options: TypeBulkUpdateParameters): StreamableMethod<TypeBulkUpdate200Response | TypeBulkUpdateDefaultResponse>;
|
|
4529
4685
|
}
|
|
4530
4686
|
|
|
4531
4687
|
// @public
|
|
@@ -4576,8 +4732,9 @@ export interface TypeListHeadersQueryParam {
|
|
|
4576
4732
|
|
|
4577
4733
|
// @public (undocumented)
|
|
4578
4734
|
export interface TypeListHeadersQueryParamProperties {
|
|
4735
|
+
"api-version"?: string;
|
|
4579
4736
|
includeTermTemplate?: boolean;
|
|
4580
|
-
type?:
|
|
4737
|
+
type?: TypeCategory;
|
|
4581
4738
|
}
|
|
4582
4739
|
|
|
4583
4740
|
// @public (undocumented)
|
|
@@ -4591,8 +4748,9 @@ export interface TypeListQueryParam {
|
|
|
4591
4748
|
|
|
4592
4749
|
// @public (undocumented)
|
|
4593
4750
|
export interface TypeListQueryParamProperties {
|
|
4751
|
+
"api-version"?: string;
|
|
4594
4752
|
includeTermTemplate?: boolean;
|
|
4595
|
-
type?:
|
|
4753
|
+
type?: TypeCategory;
|
|
4596
4754
|
}
|
|
4597
4755
|
|
|
4598
4756
|
// (No @packageDocumentation comment for this package)
|