@azure-rest/purview-datamap 1.0.0-beta.1 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -6
- 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 +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -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 +10 -7
- 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/browser/serializeHelper.d.ts +2 -0
- package/dist/browser/serializeHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serializeHelper.js +1 -1
- package/{dist-esm/src → dist/browser}/serializeHelper.js.map +1 -1
- 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 +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +20 -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/serializeHelper.d.ts +2 -0
- package/dist/commonjs/serializeHelper.d.ts.map +1 -0
- package/dist/commonjs/serializeHelper.js +16 -0
- package/dist/commonjs/serializeHelper.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 +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -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/esm/serializeHelper.d.ts +2 -0
- package/dist/esm/serializeHelper.d.ts.map +1 -0
- package/dist/esm/serializeHelper.js +13 -0
- package/dist/esm/serializeHelper.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 +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -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/dist/react-native/serializeHelper.d.ts +2 -0
- package/dist/react-native/serializeHelper.d.ts.map +1 -0
- package/dist/react-native/serializeHelper.js +13 -0
- package/dist/react-native/serializeHelper.js.map +1 -0
- package/package.json +75 -58
- 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/review/purview-datamap.api.md +0 -4600
- package/types/purview-datamap.d.ts +0 -5770
|
@@ -0,0 +1,848 @@
|
|
|
1
|
+
import type { RawHttpHeaders } from "@azure/core-rest-pipeline";
|
|
2
|
+
import type { HttpResponse } from "@azure-rest/core-client";
|
|
3
|
+
import type { EntityMutationResultOutput, AtlasErrorResponseOutput, AtlasEntitiesWithExtInfoOutput, AtlasEntityWithExtInfoOutput, AtlasClassificationOutput, AtlasClassificationsOutput, AtlasEntityHeaderOutput, BulkImportResultOutput, AtlasGlossaryOutput, AtlasGlossaryCategoryOutput, AtlasRelatedCategoryHeaderOutput, AtlasRelatedTermHeaderOutput, AtlasGlossaryTermOutput, AtlasRelatedObjectIdOutput, AtlasGlossaryExtInfoOutput, QueryResultOutput, SuggestResultOutput, AutoCompleteResultOutput, AtlasLineageInfoOutput, AtlasRelationshipOutput, AtlasRelationshipWithExtInfoOutput, AtlasBusinessMetadataDefOutput, AtlasClassificationDefOutput, AtlasEntityDefOutput, AtlasEnumDefOutput, AtlasRelationshipDefOutput, AtlasStructDefOutput, AtlasTypeDefOutput, AtlasTypesDefOutput, AtlasTypeDefHeaderOutput, TermTemplateDefOutput } from "./outputModels.js";
|
|
4
|
+
/** The request has succeeded. */
|
|
5
|
+
export interface EntityCreateOrUpdate200Response extends HttpResponse {
|
|
6
|
+
status: "200";
|
|
7
|
+
body: EntityMutationResultOutput;
|
|
8
|
+
}
|
|
9
|
+
export interface EntityCreateOrUpdateDefaultResponse extends HttpResponse {
|
|
10
|
+
status: string;
|
|
11
|
+
body: AtlasErrorResponseOutput;
|
|
12
|
+
}
|
|
13
|
+
/** The request has succeeded. */
|
|
14
|
+
export interface EntityListByGuids200Response extends HttpResponse {
|
|
15
|
+
status: "200";
|
|
16
|
+
body: AtlasEntitiesWithExtInfoOutput;
|
|
17
|
+
}
|
|
18
|
+
export interface EntityListByGuidsDefaultResponse extends HttpResponse {
|
|
19
|
+
status: string;
|
|
20
|
+
body: AtlasErrorResponseOutput;
|
|
21
|
+
}
|
|
22
|
+
/** The request has succeeded. */
|
|
23
|
+
export interface EntityBulkCreateOrUpdate200Response extends HttpResponse {
|
|
24
|
+
status: "200";
|
|
25
|
+
body: EntityMutationResultOutput;
|
|
26
|
+
}
|
|
27
|
+
export interface EntityBulkCreateOrUpdateDefaultResponse extends HttpResponse {
|
|
28
|
+
status: string;
|
|
29
|
+
body: AtlasErrorResponseOutput;
|
|
30
|
+
}
|
|
31
|
+
/** The request has succeeded. */
|
|
32
|
+
export interface EntityBulkDelete200Response extends HttpResponse {
|
|
33
|
+
status: "200";
|
|
34
|
+
body: EntityMutationResultOutput;
|
|
35
|
+
}
|
|
36
|
+
export interface EntityBulkDeleteDefaultResponse extends HttpResponse {
|
|
37
|
+
status: string;
|
|
38
|
+
body: AtlasErrorResponseOutput;
|
|
39
|
+
}
|
|
40
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
41
|
+
export interface EntityAddClassification204Response extends HttpResponse {
|
|
42
|
+
status: "204";
|
|
43
|
+
}
|
|
44
|
+
export interface EntityAddClassificationDefaultResponse extends HttpResponse {
|
|
45
|
+
status: string;
|
|
46
|
+
body: AtlasErrorResponseOutput;
|
|
47
|
+
}
|
|
48
|
+
/** The request has succeeded. */
|
|
49
|
+
export interface EntityGet200Response extends HttpResponse {
|
|
50
|
+
status: "200";
|
|
51
|
+
body: AtlasEntityWithExtInfoOutput;
|
|
52
|
+
}
|
|
53
|
+
export interface EntityGetDefaultResponse extends HttpResponse {
|
|
54
|
+
status: string;
|
|
55
|
+
body: AtlasErrorResponseOutput;
|
|
56
|
+
}
|
|
57
|
+
/** The request has succeeded. */
|
|
58
|
+
export interface EntityPartialUpdateAttributeByGuid200Response extends HttpResponse {
|
|
59
|
+
status: "200";
|
|
60
|
+
body: EntityMutationResultOutput;
|
|
61
|
+
}
|
|
62
|
+
export interface EntityPartialUpdateAttributeByGuidDefaultResponse extends HttpResponse {
|
|
63
|
+
status: string;
|
|
64
|
+
body: AtlasErrorResponseOutput;
|
|
65
|
+
}
|
|
66
|
+
/** The request has succeeded. */
|
|
67
|
+
export interface EntityDelete200Response extends HttpResponse {
|
|
68
|
+
status: "200";
|
|
69
|
+
body: EntityMutationResultOutput;
|
|
70
|
+
}
|
|
71
|
+
export interface EntityDeleteDefaultResponse extends HttpResponse {
|
|
72
|
+
status: string;
|
|
73
|
+
body: AtlasErrorResponseOutput;
|
|
74
|
+
}
|
|
75
|
+
/** The request has succeeded. */
|
|
76
|
+
export interface EntityGetClassification200Response extends HttpResponse {
|
|
77
|
+
status: "200";
|
|
78
|
+
body: AtlasClassificationOutput;
|
|
79
|
+
}
|
|
80
|
+
export interface EntityGetClassificationDefaultResponse extends HttpResponse {
|
|
81
|
+
status: string;
|
|
82
|
+
body: AtlasErrorResponseOutput;
|
|
83
|
+
}
|
|
84
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
85
|
+
export interface EntityRemoveClassification204Response extends HttpResponse {
|
|
86
|
+
status: "204";
|
|
87
|
+
}
|
|
88
|
+
export interface EntityRemoveClassificationDefaultResponse extends HttpResponse {
|
|
89
|
+
status: string;
|
|
90
|
+
body: AtlasErrorResponseOutput;
|
|
91
|
+
}
|
|
92
|
+
/** The request has succeeded. */
|
|
93
|
+
export interface EntityGetClassifications200Response extends HttpResponse {
|
|
94
|
+
status: "200";
|
|
95
|
+
body: AtlasClassificationsOutput;
|
|
96
|
+
}
|
|
97
|
+
export interface EntityGetClassificationsDefaultResponse extends HttpResponse {
|
|
98
|
+
status: string;
|
|
99
|
+
body: AtlasErrorResponseOutput;
|
|
100
|
+
}
|
|
101
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
102
|
+
export interface EntityAddClassifications204Response extends HttpResponse {
|
|
103
|
+
status: "204";
|
|
104
|
+
}
|
|
105
|
+
export interface EntityAddClassificationsDefaultResponse extends HttpResponse {
|
|
106
|
+
status: string;
|
|
107
|
+
body: AtlasErrorResponseOutput;
|
|
108
|
+
}
|
|
109
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
110
|
+
export interface EntityUpdateClassifications204Response extends HttpResponse {
|
|
111
|
+
status: "204";
|
|
112
|
+
}
|
|
113
|
+
export interface EntityUpdateClassificationsDefaultResponse extends HttpResponse {
|
|
114
|
+
status: string;
|
|
115
|
+
body: AtlasErrorResponseOutput;
|
|
116
|
+
}
|
|
117
|
+
/** The request has succeeded. */
|
|
118
|
+
export interface EntityGetByUniqueAttributes200Response extends HttpResponse {
|
|
119
|
+
status: "200";
|
|
120
|
+
body: AtlasEntityWithExtInfoOutput;
|
|
121
|
+
}
|
|
122
|
+
export interface EntityGetByUniqueAttributesDefaultResponse extends HttpResponse {
|
|
123
|
+
status: string;
|
|
124
|
+
body: AtlasErrorResponseOutput;
|
|
125
|
+
}
|
|
126
|
+
/** The request has succeeded. */
|
|
127
|
+
export interface EntityPartialUpdateByUniqueAttributes200Response extends HttpResponse {
|
|
128
|
+
status: "200";
|
|
129
|
+
body: EntityMutationResultOutput;
|
|
130
|
+
}
|
|
131
|
+
export interface EntityPartialUpdateByUniqueAttributesDefaultResponse extends HttpResponse {
|
|
132
|
+
status: string;
|
|
133
|
+
body: AtlasErrorResponseOutput;
|
|
134
|
+
}
|
|
135
|
+
/** The request has succeeded. */
|
|
136
|
+
export interface EntityDeleteByUniqueAttribute200Response extends HttpResponse {
|
|
137
|
+
status: "200";
|
|
138
|
+
body: EntityMutationResultOutput;
|
|
139
|
+
}
|
|
140
|
+
export interface EntityDeleteByUniqueAttributeDefaultResponse extends HttpResponse {
|
|
141
|
+
status: string;
|
|
142
|
+
body: AtlasErrorResponseOutput;
|
|
143
|
+
}
|
|
144
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
145
|
+
export interface EntityRemoveClassificationByUniqueAttribute204Response extends HttpResponse {
|
|
146
|
+
status: "204";
|
|
147
|
+
}
|
|
148
|
+
export interface EntityRemoveClassificationByUniqueAttributeDefaultResponse extends HttpResponse {
|
|
149
|
+
status: string;
|
|
150
|
+
body: AtlasErrorResponseOutput;
|
|
151
|
+
}
|
|
152
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
153
|
+
export interface EntityAddClassificationsByUniqueAttribute204Response extends HttpResponse {
|
|
154
|
+
status: "204";
|
|
155
|
+
}
|
|
156
|
+
export interface EntityAddClassificationsByUniqueAttributeDefaultResponse extends HttpResponse {
|
|
157
|
+
status: string;
|
|
158
|
+
body: AtlasErrorResponseOutput;
|
|
159
|
+
}
|
|
160
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
161
|
+
export interface EntityUpdateClassificationsByUniqueAttribute204Response extends HttpResponse {
|
|
162
|
+
status: "204";
|
|
163
|
+
}
|
|
164
|
+
export interface EntityUpdateClassificationsByUniqueAttributeDefaultResponse extends HttpResponse {
|
|
165
|
+
status: string;
|
|
166
|
+
body: AtlasErrorResponseOutput;
|
|
167
|
+
}
|
|
168
|
+
/** The request has succeeded. */
|
|
169
|
+
export interface EntityBulkSetClassifications200Response extends HttpResponse {
|
|
170
|
+
status: "200";
|
|
171
|
+
body: string[];
|
|
172
|
+
}
|
|
173
|
+
export interface EntityBulkSetClassificationsDefaultResponse extends HttpResponse {
|
|
174
|
+
status: string;
|
|
175
|
+
body: AtlasErrorResponseOutput;
|
|
176
|
+
}
|
|
177
|
+
/** The request has succeeded. */
|
|
178
|
+
export interface EntityListByUniqueAttributes200Response extends HttpResponse {
|
|
179
|
+
status: "200";
|
|
180
|
+
body: AtlasEntitiesWithExtInfoOutput;
|
|
181
|
+
}
|
|
182
|
+
export interface EntityListByUniqueAttributesDefaultResponse extends HttpResponse {
|
|
183
|
+
status: string;
|
|
184
|
+
body: AtlasErrorResponseOutput;
|
|
185
|
+
}
|
|
186
|
+
/** The request has succeeded. */
|
|
187
|
+
export interface EntityGetHeader200Response extends HttpResponse {
|
|
188
|
+
status: "200";
|
|
189
|
+
body: AtlasEntityHeaderOutput;
|
|
190
|
+
}
|
|
191
|
+
export interface EntityGetHeaderDefaultResponse extends HttpResponse {
|
|
192
|
+
status: string;
|
|
193
|
+
body: AtlasErrorResponseOutput;
|
|
194
|
+
}
|
|
195
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
196
|
+
export interface EntityRemoveBusinessMetadata204Response extends HttpResponse {
|
|
197
|
+
status: "204";
|
|
198
|
+
}
|
|
199
|
+
export interface EntityRemoveBusinessMetadataDefaultResponse extends HttpResponse {
|
|
200
|
+
status: string;
|
|
201
|
+
body: AtlasErrorResponseOutput;
|
|
202
|
+
}
|
|
203
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
204
|
+
export interface EntityAddOrUpdateBusinessMetadata204Response extends HttpResponse {
|
|
205
|
+
status: "204";
|
|
206
|
+
}
|
|
207
|
+
export interface EntityAddOrUpdateBusinessMetadataDefaultResponse extends HttpResponse {
|
|
208
|
+
status: string;
|
|
209
|
+
body: AtlasErrorResponseOutput;
|
|
210
|
+
}
|
|
211
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
212
|
+
export interface EntityRemoveBusinessMetadataAttributes204Response extends HttpResponse {
|
|
213
|
+
status: "204";
|
|
214
|
+
}
|
|
215
|
+
export interface EntityRemoveBusinessMetadataAttributesDefaultResponse extends HttpResponse {
|
|
216
|
+
status: string;
|
|
217
|
+
body: AtlasErrorResponseOutput;
|
|
218
|
+
}
|
|
219
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
220
|
+
export interface EntityAddOrUpdateBusinessMetadataAttributes204Response extends HttpResponse {
|
|
221
|
+
status: "204";
|
|
222
|
+
}
|
|
223
|
+
export interface EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse extends HttpResponse {
|
|
224
|
+
status: string;
|
|
225
|
+
body: AtlasErrorResponseOutput;
|
|
226
|
+
}
|
|
227
|
+
export interface EntityGetSampleBusinessMetadataTemplate200Headers {
|
|
228
|
+
"content-type": "application/octet-stream";
|
|
229
|
+
}
|
|
230
|
+
/** The request has succeeded. */
|
|
231
|
+
export interface EntityGetSampleBusinessMetadataTemplate200Response extends HttpResponse {
|
|
232
|
+
status: "200";
|
|
233
|
+
/** Value may contain any sequence of octets */
|
|
234
|
+
body: Uint8Array;
|
|
235
|
+
headers: RawHttpHeaders & EntityGetSampleBusinessMetadataTemplate200Headers;
|
|
236
|
+
}
|
|
237
|
+
export interface EntityGetSampleBusinessMetadataTemplateDefaultResponse extends HttpResponse {
|
|
238
|
+
status: string;
|
|
239
|
+
body: AtlasErrorResponseOutput;
|
|
240
|
+
}
|
|
241
|
+
/** The request has succeeded. */
|
|
242
|
+
export interface EntityImportBusinessMetadata200Response extends HttpResponse {
|
|
243
|
+
status: "200";
|
|
244
|
+
body: BulkImportResultOutput;
|
|
245
|
+
}
|
|
246
|
+
export interface EntityImportBusinessMetadataDefaultResponse extends HttpResponse {
|
|
247
|
+
status: string;
|
|
248
|
+
body: AtlasErrorResponseOutput;
|
|
249
|
+
}
|
|
250
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
251
|
+
export interface EntityRemoveLabels204Response extends HttpResponse {
|
|
252
|
+
status: "204";
|
|
253
|
+
}
|
|
254
|
+
export interface EntityRemoveLabelsDefaultResponse extends HttpResponse {
|
|
255
|
+
status: string;
|
|
256
|
+
body: AtlasErrorResponseOutput;
|
|
257
|
+
}
|
|
258
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
259
|
+
export interface EntitySetLabels204Response extends HttpResponse {
|
|
260
|
+
status: "204";
|
|
261
|
+
}
|
|
262
|
+
export interface EntitySetLabelsDefaultResponse extends HttpResponse {
|
|
263
|
+
status: string;
|
|
264
|
+
body: AtlasErrorResponseOutput;
|
|
265
|
+
}
|
|
266
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
267
|
+
export interface EntityAddLabel204Response extends HttpResponse {
|
|
268
|
+
status: "204";
|
|
269
|
+
}
|
|
270
|
+
export interface EntityAddLabelDefaultResponse extends HttpResponse {
|
|
271
|
+
status: string;
|
|
272
|
+
body: AtlasErrorResponseOutput;
|
|
273
|
+
}
|
|
274
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
275
|
+
export interface EntityRemoveLabelsByUniqueAttribute204Response extends HttpResponse {
|
|
276
|
+
status: "204";
|
|
277
|
+
}
|
|
278
|
+
export interface EntityRemoveLabelsByUniqueAttributeDefaultResponse extends HttpResponse {
|
|
279
|
+
status: string;
|
|
280
|
+
body: AtlasErrorResponseOutput;
|
|
281
|
+
}
|
|
282
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
283
|
+
export interface EntitySetLabelsByUniqueAttribute204Response extends HttpResponse {
|
|
284
|
+
status: "204";
|
|
285
|
+
}
|
|
286
|
+
export interface EntitySetLabelsByUniqueAttributeDefaultResponse extends HttpResponse {
|
|
287
|
+
status: string;
|
|
288
|
+
body: AtlasErrorResponseOutput;
|
|
289
|
+
}
|
|
290
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
291
|
+
export interface EntityAddLabelsByUniqueAttribute204Response extends HttpResponse {
|
|
292
|
+
status: "204";
|
|
293
|
+
}
|
|
294
|
+
export interface EntityAddLabelsByUniqueAttributeDefaultResponse extends HttpResponse {
|
|
295
|
+
status: string;
|
|
296
|
+
body: AtlasErrorResponseOutput;
|
|
297
|
+
}
|
|
298
|
+
/** The request has succeeded. */
|
|
299
|
+
export interface EntityMoveEntitiesToCollection200Response extends HttpResponse {
|
|
300
|
+
status: "200";
|
|
301
|
+
body: EntityMutationResultOutput;
|
|
302
|
+
}
|
|
303
|
+
export interface EntityMoveEntitiesToCollectionDefaultResponse extends HttpResponse {
|
|
304
|
+
status: string;
|
|
305
|
+
body: AtlasErrorResponseOutput;
|
|
306
|
+
}
|
|
307
|
+
/** The request has succeeded. */
|
|
308
|
+
export interface GlossaryList200Response extends HttpResponse {
|
|
309
|
+
status: "200";
|
|
310
|
+
body: Array<AtlasGlossaryOutput>;
|
|
311
|
+
}
|
|
312
|
+
export interface GlossaryListDefaultResponse extends HttpResponse {
|
|
313
|
+
status: string;
|
|
314
|
+
body: AtlasErrorResponseOutput;
|
|
315
|
+
}
|
|
316
|
+
/** The request has succeeded. */
|
|
317
|
+
export interface GlossaryCreate200Response extends HttpResponse {
|
|
318
|
+
status: "200";
|
|
319
|
+
body: AtlasGlossaryOutput;
|
|
320
|
+
}
|
|
321
|
+
export interface GlossaryCreateDefaultResponse extends HttpResponse {
|
|
322
|
+
status: string;
|
|
323
|
+
body: AtlasErrorResponseOutput;
|
|
324
|
+
}
|
|
325
|
+
/** The request has succeeded. */
|
|
326
|
+
export interface GlossaryCreateCategories200Response extends HttpResponse {
|
|
327
|
+
status: "200";
|
|
328
|
+
body: Array<AtlasGlossaryCategoryOutput>;
|
|
329
|
+
}
|
|
330
|
+
export interface GlossaryCreateCategoriesDefaultResponse extends HttpResponse {
|
|
331
|
+
status: string;
|
|
332
|
+
body: AtlasErrorResponseOutput;
|
|
333
|
+
}
|
|
334
|
+
/** The request has succeeded. */
|
|
335
|
+
export interface GlossaryCreateCategory200Response extends HttpResponse {
|
|
336
|
+
status: "200";
|
|
337
|
+
body: AtlasGlossaryCategoryOutput;
|
|
338
|
+
}
|
|
339
|
+
export interface GlossaryCreateCategoryDefaultResponse extends HttpResponse {
|
|
340
|
+
status: string;
|
|
341
|
+
body: AtlasErrorResponseOutput;
|
|
342
|
+
}
|
|
343
|
+
/** The request has succeeded. */
|
|
344
|
+
export interface GlossaryGetCategory200Response extends HttpResponse {
|
|
345
|
+
status: "200";
|
|
346
|
+
body: AtlasGlossaryCategoryOutput;
|
|
347
|
+
}
|
|
348
|
+
export interface GlossaryGetCategoryDefaultResponse extends HttpResponse {
|
|
349
|
+
status: string;
|
|
350
|
+
body: AtlasErrorResponseOutput;
|
|
351
|
+
}
|
|
352
|
+
/** The request has succeeded. */
|
|
353
|
+
export interface GlossaryUpdateCategory200Response extends HttpResponse {
|
|
354
|
+
status: "200";
|
|
355
|
+
body: AtlasGlossaryCategoryOutput;
|
|
356
|
+
}
|
|
357
|
+
export interface GlossaryUpdateCategoryDefaultResponse extends HttpResponse {
|
|
358
|
+
status: string;
|
|
359
|
+
body: AtlasErrorResponseOutput;
|
|
360
|
+
}
|
|
361
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
362
|
+
export interface GlossaryDeleteCategory204Response extends HttpResponse {
|
|
363
|
+
status: "204";
|
|
364
|
+
}
|
|
365
|
+
export interface GlossaryDeleteCategoryDefaultResponse extends HttpResponse {
|
|
366
|
+
status: string;
|
|
367
|
+
body: AtlasErrorResponseOutput;
|
|
368
|
+
}
|
|
369
|
+
/** The request has succeeded. */
|
|
370
|
+
export interface GlossaryPartialUpdateCategory200Response extends HttpResponse {
|
|
371
|
+
status: "200";
|
|
372
|
+
body: AtlasGlossaryCategoryOutput;
|
|
373
|
+
}
|
|
374
|
+
export interface GlossaryPartialUpdateCategoryDefaultResponse extends HttpResponse {
|
|
375
|
+
status: string;
|
|
376
|
+
body: AtlasErrorResponseOutput;
|
|
377
|
+
}
|
|
378
|
+
/** The request has succeeded. */
|
|
379
|
+
export interface GlossaryListRelatedCategories200Response extends HttpResponse {
|
|
380
|
+
status: "200";
|
|
381
|
+
body: Record<string, Array<AtlasRelatedCategoryHeaderOutput>>;
|
|
382
|
+
}
|
|
383
|
+
export interface GlossaryListRelatedCategoriesDefaultResponse extends HttpResponse {
|
|
384
|
+
status: string;
|
|
385
|
+
body: AtlasErrorResponseOutput;
|
|
386
|
+
}
|
|
387
|
+
/** The request has succeeded. */
|
|
388
|
+
export interface GlossaryListCategoryTerms200Response extends HttpResponse {
|
|
389
|
+
status: "200";
|
|
390
|
+
body: Array<AtlasRelatedTermHeaderOutput>;
|
|
391
|
+
}
|
|
392
|
+
export interface GlossaryListCategoryTermsDefaultResponse extends HttpResponse {
|
|
393
|
+
status: string;
|
|
394
|
+
body: AtlasErrorResponseOutput;
|
|
395
|
+
}
|
|
396
|
+
/** The request has succeeded. */
|
|
397
|
+
export interface GlossaryCreateTerm200Response extends HttpResponse {
|
|
398
|
+
status: "200";
|
|
399
|
+
body: AtlasGlossaryTermOutput;
|
|
400
|
+
}
|
|
401
|
+
export interface GlossaryCreateTermDefaultResponse extends HttpResponse {
|
|
402
|
+
status: string;
|
|
403
|
+
body: AtlasErrorResponseOutput;
|
|
404
|
+
}
|
|
405
|
+
/** The request has succeeded. */
|
|
406
|
+
export interface GlossaryGetTerm200Response extends HttpResponse {
|
|
407
|
+
status: "200";
|
|
408
|
+
body: AtlasGlossaryTermOutput;
|
|
409
|
+
}
|
|
410
|
+
export interface GlossaryGetTermDefaultResponse extends HttpResponse {
|
|
411
|
+
status: string;
|
|
412
|
+
body: AtlasErrorResponseOutput;
|
|
413
|
+
}
|
|
414
|
+
/** The request has succeeded. */
|
|
415
|
+
export interface GlossaryUpdateTerm200Response extends HttpResponse {
|
|
416
|
+
status: "200";
|
|
417
|
+
body: AtlasGlossaryTermOutput;
|
|
418
|
+
}
|
|
419
|
+
export interface GlossaryUpdateTermDefaultResponse extends HttpResponse {
|
|
420
|
+
status: string;
|
|
421
|
+
body: AtlasErrorResponseOutput;
|
|
422
|
+
}
|
|
423
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
424
|
+
export interface GlossaryDeleteTerm204Response extends HttpResponse {
|
|
425
|
+
status: "204";
|
|
426
|
+
}
|
|
427
|
+
export interface GlossaryDeleteTermDefaultResponse extends HttpResponse {
|
|
428
|
+
status: string;
|
|
429
|
+
body: AtlasErrorResponseOutput;
|
|
430
|
+
}
|
|
431
|
+
/** The request has succeeded. */
|
|
432
|
+
export interface GlossaryPartialUpdateTerm200Response extends HttpResponse {
|
|
433
|
+
status: "200";
|
|
434
|
+
body: AtlasGlossaryTermOutput;
|
|
435
|
+
}
|
|
436
|
+
export interface GlossaryPartialUpdateTermDefaultResponse extends HttpResponse {
|
|
437
|
+
status: string;
|
|
438
|
+
body: AtlasErrorResponseOutput;
|
|
439
|
+
}
|
|
440
|
+
/** The request has succeeded. */
|
|
441
|
+
export interface GlossaryCreateTerms200Response extends HttpResponse {
|
|
442
|
+
status: "200";
|
|
443
|
+
body: Array<AtlasGlossaryTermOutput>;
|
|
444
|
+
}
|
|
445
|
+
export interface GlossaryCreateTermsDefaultResponse extends HttpResponse {
|
|
446
|
+
status: string;
|
|
447
|
+
body: AtlasErrorResponseOutput;
|
|
448
|
+
}
|
|
449
|
+
/** The request has succeeded. */
|
|
450
|
+
export interface GlossaryListEntitiesAssignedWithTerm200Response extends HttpResponse {
|
|
451
|
+
status: "200";
|
|
452
|
+
body: Array<AtlasRelatedObjectIdOutput>;
|
|
453
|
+
}
|
|
454
|
+
export interface GlossaryListEntitiesAssignedWithTermDefaultResponse extends HttpResponse {
|
|
455
|
+
status: string;
|
|
456
|
+
body: AtlasErrorResponseOutput;
|
|
457
|
+
}
|
|
458
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
459
|
+
export interface GlossaryAssignTermToEntities204Response extends HttpResponse {
|
|
460
|
+
status: "204";
|
|
461
|
+
}
|
|
462
|
+
export interface GlossaryAssignTermToEntitiesDefaultResponse extends HttpResponse {
|
|
463
|
+
status: string;
|
|
464
|
+
body: AtlasErrorResponseOutput;
|
|
465
|
+
}
|
|
466
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
467
|
+
export interface GlossaryDeleteTermAssignmentFromEntities204Response extends HttpResponse {
|
|
468
|
+
status: "204";
|
|
469
|
+
}
|
|
470
|
+
export interface GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse extends HttpResponse {
|
|
471
|
+
status: string;
|
|
472
|
+
body: AtlasErrorResponseOutput;
|
|
473
|
+
}
|
|
474
|
+
/** The request has succeeded. */
|
|
475
|
+
export interface GlossaryListRelatedTerms200Response extends HttpResponse {
|
|
476
|
+
status: "200";
|
|
477
|
+
body: Record<string, Array<AtlasRelatedTermHeaderOutput>>;
|
|
478
|
+
}
|
|
479
|
+
export interface GlossaryListRelatedTermsDefaultResponse extends HttpResponse {
|
|
480
|
+
status: string;
|
|
481
|
+
body: AtlasErrorResponseOutput;
|
|
482
|
+
}
|
|
483
|
+
/** The request has succeeded. */
|
|
484
|
+
export interface GlossaryGet200Response extends HttpResponse {
|
|
485
|
+
status: "200";
|
|
486
|
+
body: AtlasGlossaryOutput;
|
|
487
|
+
}
|
|
488
|
+
export interface GlossaryGetDefaultResponse extends HttpResponse {
|
|
489
|
+
status: string;
|
|
490
|
+
body: AtlasErrorResponseOutput;
|
|
491
|
+
}
|
|
492
|
+
/** The request has succeeded. */
|
|
493
|
+
export interface GlossaryUpdate200Response extends HttpResponse {
|
|
494
|
+
status: "200";
|
|
495
|
+
body: AtlasGlossaryOutput;
|
|
496
|
+
}
|
|
497
|
+
export interface GlossaryUpdateDefaultResponse extends HttpResponse {
|
|
498
|
+
status: string;
|
|
499
|
+
body: AtlasErrorResponseOutput;
|
|
500
|
+
}
|
|
501
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
502
|
+
export interface GlossaryDelete204Response extends HttpResponse {
|
|
503
|
+
status: "204";
|
|
504
|
+
}
|
|
505
|
+
export interface GlossaryDeleteDefaultResponse extends HttpResponse {
|
|
506
|
+
status: string;
|
|
507
|
+
body: AtlasErrorResponseOutput;
|
|
508
|
+
}
|
|
509
|
+
/** The request has succeeded. */
|
|
510
|
+
export interface GlossaryListCategories200Response extends HttpResponse {
|
|
511
|
+
status: "200";
|
|
512
|
+
body: Array<AtlasGlossaryCategoryOutput>;
|
|
513
|
+
}
|
|
514
|
+
export interface GlossaryListCategoriesDefaultResponse extends HttpResponse {
|
|
515
|
+
status: string;
|
|
516
|
+
body: AtlasErrorResponseOutput;
|
|
517
|
+
}
|
|
518
|
+
/** The request has succeeded. */
|
|
519
|
+
export interface GlossaryListCategoriesHeaders200Response extends HttpResponse {
|
|
520
|
+
status: "200";
|
|
521
|
+
body: Array<AtlasRelatedCategoryHeaderOutput>;
|
|
522
|
+
}
|
|
523
|
+
export interface GlossaryListCategoriesHeadersDefaultResponse extends HttpResponse {
|
|
524
|
+
status: string;
|
|
525
|
+
body: AtlasErrorResponseOutput;
|
|
526
|
+
}
|
|
527
|
+
/** The request has succeeded. */
|
|
528
|
+
export interface GlossaryGetDetailed200Response extends HttpResponse {
|
|
529
|
+
status: "200";
|
|
530
|
+
body: AtlasGlossaryExtInfoOutput;
|
|
531
|
+
}
|
|
532
|
+
export interface GlossaryGetDetailedDefaultResponse extends HttpResponse {
|
|
533
|
+
status: string;
|
|
534
|
+
body: AtlasErrorResponseOutput;
|
|
535
|
+
}
|
|
536
|
+
/** The request has succeeded. */
|
|
537
|
+
export interface GlossaryPartialUpdate200Response extends HttpResponse {
|
|
538
|
+
status: "200";
|
|
539
|
+
body: AtlasGlossaryOutput;
|
|
540
|
+
}
|
|
541
|
+
export interface GlossaryPartialUpdateDefaultResponse extends HttpResponse {
|
|
542
|
+
status: string;
|
|
543
|
+
body: AtlasErrorResponseOutput;
|
|
544
|
+
}
|
|
545
|
+
/** The request has succeeded. */
|
|
546
|
+
export interface GlossaryListTerms200Response extends HttpResponse {
|
|
547
|
+
status: "200";
|
|
548
|
+
body: Array<AtlasGlossaryTermOutput>;
|
|
549
|
+
}
|
|
550
|
+
export interface GlossaryListTermsDefaultResponse extends HttpResponse {
|
|
551
|
+
status: string;
|
|
552
|
+
body: AtlasErrorResponseOutput;
|
|
553
|
+
}
|
|
554
|
+
/** The request has succeeded. */
|
|
555
|
+
export interface GlossaryListTermHeaders200Response extends HttpResponse {
|
|
556
|
+
status: "200";
|
|
557
|
+
body: Array<AtlasRelatedTermHeaderOutput>;
|
|
558
|
+
}
|
|
559
|
+
export interface GlossaryListTermHeadersDefaultResponse extends HttpResponse {
|
|
560
|
+
status: string;
|
|
561
|
+
body: AtlasErrorResponseOutput;
|
|
562
|
+
}
|
|
563
|
+
/** The request has succeeded. */
|
|
564
|
+
export interface DiscoveryQuery200Response extends HttpResponse {
|
|
565
|
+
status: "200";
|
|
566
|
+
body: QueryResultOutput;
|
|
567
|
+
}
|
|
568
|
+
export interface DiscoveryQueryDefaultResponse extends HttpResponse {
|
|
569
|
+
status: string;
|
|
570
|
+
body: AtlasErrorResponseOutput;
|
|
571
|
+
}
|
|
572
|
+
/** The request has succeeded. */
|
|
573
|
+
export interface DiscoverySuggest200Response extends HttpResponse {
|
|
574
|
+
status: "200";
|
|
575
|
+
body: SuggestResultOutput;
|
|
576
|
+
}
|
|
577
|
+
export interface DiscoverySuggestDefaultResponse extends HttpResponse {
|
|
578
|
+
status: string;
|
|
579
|
+
body: AtlasErrorResponseOutput;
|
|
580
|
+
}
|
|
581
|
+
/** The request has succeeded. */
|
|
582
|
+
export interface DiscoveryAutoComplete200Response extends HttpResponse {
|
|
583
|
+
status: "200";
|
|
584
|
+
body: AutoCompleteResultOutput;
|
|
585
|
+
}
|
|
586
|
+
export interface DiscoveryAutoCompleteDefaultResponse extends HttpResponse {
|
|
587
|
+
status: string;
|
|
588
|
+
body: AtlasErrorResponseOutput;
|
|
589
|
+
}
|
|
590
|
+
/** The request has succeeded. */
|
|
591
|
+
export interface LineageGet200Response extends HttpResponse {
|
|
592
|
+
status: "200";
|
|
593
|
+
body: AtlasLineageInfoOutput;
|
|
594
|
+
}
|
|
595
|
+
export interface LineageGetDefaultResponse extends HttpResponse {
|
|
596
|
+
status: string;
|
|
597
|
+
body: AtlasErrorResponseOutput;
|
|
598
|
+
}
|
|
599
|
+
/** The request has succeeded. */
|
|
600
|
+
export interface LineageGetNextPage200Response extends HttpResponse {
|
|
601
|
+
status: "200";
|
|
602
|
+
body: AtlasLineageInfoOutput;
|
|
603
|
+
}
|
|
604
|
+
export interface LineageGetNextPageDefaultResponse extends HttpResponse {
|
|
605
|
+
status: string;
|
|
606
|
+
body: AtlasErrorResponseOutput;
|
|
607
|
+
}
|
|
608
|
+
/** The request has succeeded. */
|
|
609
|
+
export interface LineageGetByUniqueAttribute200Response extends HttpResponse {
|
|
610
|
+
status: "200";
|
|
611
|
+
body: AtlasLineageInfoOutput;
|
|
612
|
+
}
|
|
613
|
+
export interface LineageGetByUniqueAttributeDefaultResponse extends HttpResponse {
|
|
614
|
+
status: string;
|
|
615
|
+
body: AtlasErrorResponseOutput;
|
|
616
|
+
}
|
|
617
|
+
/** The request has succeeded. */
|
|
618
|
+
export interface RelationshipCreate200Response extends HttpResponse {
|
|
619
|
+
status: "200";
|
|
620
|
+
body: AtlasRelationshipOutput;
|
|
621
|
+
}
|
|
622
|
+
export interface RelationshipCreateDefaultResponse extends HttpResponse {
|
|
623
|
+
status: string;
|
|
624
|
+
body: AtlasErrorResponseOutput;
|
|
625
|
+
}
|
|
626
|
+
/** The request has succeeded. */
|
|
627
|
+
export interface RelationshipUpdate200Response extends HttpResponse {
|
|
628
|
+
status: "200";
|
|
629
|
+
body: AtlasRelationshipOutput;
|
|
630
|
+
}
|
|
631
|
+
export interface RelationshipUpdateDefaultResponse extends HttpResponse {
|
|
632
|
+
status: string;
|
|
633
|
+
body: AtlasErrorResponseOutput;
|
|
634
|
+
}
|
|
635
|
+
/** The request has succeeded. */
|
|
636
|
+
export interface RelationshipGet200Response extends HttpResponse {
|
|
637
|
+
status: "200";
|
|
638
|
+
body: AtlasRelationshipWithExtInfoOutput;
|
|
639
|
+
}
|
|
640
|
+
export interface RelationshipGetDefaultResponse extends HttpResponse {
|
|
641
|
+
status: string;
|
|
642
|
+
body: AtlasErrorResponseOutput;
|
|
643
|
+
}
|
|
644
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
645
|
+
export interface RelationshipDelete204Response extends HttpResponse {
|
|
646
|
+
status: "204";
|
|
647
|
+
}
|
|
648
|
+
export interface RelationshipDeleteDefaultResponse extends HttpResponse {
|
|
649
|
+
status: string;
|
|
650
|
+
body: AtlasErrorResponseOutput;
|
|
651
|
+
}
|
|
652
|
+
/** The request has succeeded. */
|
|
653
|
+
export interface TypeGetBusinessMetadataDefByGuid200Response extends HttpResponse {
|
|
654
|
+
status: "200";
|
|
655
|
+
body: AtlasBusinessMetadataDefOutput;
|
|
656
|
+
}
|
|
657
|
+
export interface TypeGetBusinessMetadataDefByGuidDefaultResponse extends HttpResponse {
|
|
658
|
+
status: string;
|
|
659
|
+
body: AtlasErrorResponseOutput;
|
|
660
|
+
}
|
|
661
|
+
/** The request has succeeded. */
|
|
662
|
+
export interface TypeGetBusinessMetadataDefByName200Response extends HttpResponse {
|
|
663
|
+
status: "200";
|
|
664
|
+
body: AtlasBusinessMetadataDefOutput;
|
|
665
|
+
}
|
|
666
|
+
export interface TypeGetBusinessMetadataDefByNameDefaultResponse extends HttpResponse {
|
|
667
|
+
status: string;
|
|
668
|
+
body: AtlasErrorResponseOutput;
|
|
669
|
+
}
|
|
670
|
+
/** The request has succeeded. */
|
|
671
|
+
export interface TypeGetClassificationDefByGuid200Response extends HttpResponse {
|
|
672
|
+
status: "200";
|
|
673
|
+
body: AtlasClassificationDefOutput;
|
|
674
|
+
}
|
|
675
|
+
export interface TypeGetClassificationDefByGuidDefaultResponse extends HttpResponse {
|
|
676
|
+
status: string;
|
|
677
|
+
body: AtlasErrorResponseOutput;
|
|
678
|
+
}
|
|
679
|
+
/** The request has succeeded. */
|
|
680
|
+
export interface TypeGetClassificationDefByName200Response extends HttpResponse {
|
|
681
|
+
status: "200";
|
|
682
|
+
body: AtlasClassificationDefOutput;
|
|
683
|
+
}
|
|
684
|
+
export interface TypeGetClassificationDefByNameDefaultResponse extends HttpResponse {
|
|
685
|
+
status: string;
|
|
686
|
+
body: AtlasErrorResponseOutput;
|
|
687
|
+
}
|
|
688
|
+
/** The request has succeeded. */
|
|
689
|
+
export interface TypeGetEntityDefByGuid200Response extends HttpResponse {
|
|
690
|
+
status: "200";
|
|
691
|
+
body: AtlasEntityDefOutput;
|
|
692
|
+
}
|
|
693
|
+
export interface TypeGetEntityDefByGuidDefaultResponse extends HttpResponse {
|
|
694
|
+
status: string;
|
|
695
|
+
body: AtlasErrorResponseOutput;
|
|
696
|
+
}
|
|
697
|
+
/** The request has succeeded. */
|
|
698
|
+
export interface TypeGetEntityDefByName200Response extends HttpResponse {
|
|
699
|
+
status: "200";
|
|
700
|
+
body: AtlasEntityDefOutput;
|
|
701
|
+
}
|
|
702
|
+
export interface TypeGetEntityDefByNameDefaultResponse extends HttpResponse {
|
|
703
|
+
status: string;
|
|
704
|
+
body: AtlasErrorResponseOutput;
|
|
705
|
+
}
|
|
706
|
+
/** The request has succeeded. */
|
|
707
|
+
export interface TypeGetEnumDefByGuid200Response extends HttpResponse {
|
|
708
|
+
status: "200";
|
|
709
|
+
body: AtlasEnumDefOutput;
|
|
710
|
+
}
|
|
711
|
+
export interface TypeGetEnumDefByGuidDefaultResponse extends HttpResponse {
|
|
712
|
+
status: string;
|
|
713
|
+
body: AtlasErrorResponseOutput;
|
|
714
|
+
}
|
|
715
|
+
/** The request has succeeded. */
|
|
716
|
+
export interface TypeGetEnumDefByName200Response extends HttpResponse {
|
|
717
|
+
status: "200";
|
|
718
|
+
body: AtlasEnumDefOutput;
|
|
719
|
+
}
|
|
720
|
+
export interface TypeGetEnumDefByNameDefaultResponse extends HttpResponse {
|
|
721
|
+
status: string;
|
|
722
|
+
body: AtlasErrorResponseOutput;
|
|
723
|
+
}
|
|
724
|
+
/** The request has succeeded. */
|
|
725
|
+
export interface TypeGetRelationshipDefByGuid200Response extends HttpResponse {
|
|
726
|
+
status: "200";
|
|
727
|
+
body: AtlasRelationshipDefOutput;
|
|
728
|
+
}
|
|
729
|
+
export interface TypeGetRelationshipDefByGuidDefaultResponse extends HttpResponse {
|
|
730
|
+
status: string;
|
|
731
|
+
body: AtlasErrorResponseOutput;
|
|
732
|
+
}
|
|
733
|
+
/** The request has succeeded. */
|
|
734
|
+
export interface TypeGetRelationshipDefByName200Response extends HttpResponse {
|
|
735
|
+
status: "200";
|
|
736
|
+
body: AtlasRelationshipDefOutput;
|
|
737
|
+
}
|
|
738
|
+
export interface TypeGetRelationshipDefByNameDefaultResponse extends HttpResponse {
|
|
739
|
+
status: string;
|
|
740
|
+
body: AtlasErrorResponseOutput;
|
|
741
|
+
}
|
|
742
|
+
/** The request has succeeded. */
|
|
743
|
+
export interface TypeGetStructDefByGuid200Response extends HttpResponse {
|
|
744
|
+
status: "200";
|
|
745
|
+
body: AtlasStructDefOutput;
|
|
746
|
+
}
|
|
747
|
+
export interface TypeGetStructDefByGuidDefaultResponse extends HttpResponse {
|
|
748
|
+
status: string;
|
|
749
|
+
body: AtlasErrorResponseOutput;
|
|
750
|
+
}
|
|
751
|
+
/** The request has succeeded. */
|
|
752
|
+
export interface TypeGetStructDefByName200Response extends HttpResponse {
|
|
753
|
+
status: "200";
|
|
754
|
+
body: AtlasStructDefOutput;
|
|
755
|
+
}
|
|
756
|
+
export interface TypeGetStructDefByNameDefaultResponse extends HttpResponse {
|
|
757
|
+
status: string;
|
|
758
|
+
body: AtlasErrorResponseOutput;
|
|
759
|
+
}
|
|
760
|
+
/** The request has succeeded. */
|
|
761
|
+
export interface TypeGetByGuid200Response extends HttpResponse {
|
|
762
|
+
status: "200";
|
|
763
|
+
body: AtlasTypeDefOutput;
|
|
764
|
+
}
|
|
765
|
+
export interface TypeGetByGuidDefaultResponse extends HttpResponse {
|
|
766
|
+
status: string;
|
|
767
|
+
body: AtlasErrorResponseOutput;
|
|
768
|
+
}
|
|
769
|
+
/** The request has succeeded. */
|
|
770
|
+
export interface TypeGetByName200Response extends HttpResponse {
|
|
771
|
+
status: "200";
|
|
772
|
+
body: AtlasTypeDefOutput;
|
|
773
|
+
}
|
|
774
|
+
export interface TypeGetByNameDefaultResponse extends HttpResponse {
|
|
775
|
+
status: string;
|
|
776
|
+
body: AtlasErrorResponseOutput;
|
|
777
|
+
}
|
|
778
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
779
|
+
export interface TypeDelete204Response extends HttpResponse {
|
|
780
|
+
status: "204";
|
|
781
|
+
}
|
|
782
|
+
export interface TypeDeleteDefaultResponse extends HttpResponse {
|
|
783
|
+
status: string;
|
|
784
|
+
body: AtlasErrorResponseOutput;
|
|
785
|
+
}
|
|
786
|
+
/** The request has succeeded. */
|
|
787
|
+
export interface TypeList200Response extends HttpResponse {
|
|
788
|
+
status: "200";
|
|
789
|
+
body: AtlasTypesDefOutput;
|
|
790
|
+
}
|
|
791
|
+
export interface TypeListDefaultResponse extends HttpResponse {
|
|
792
|
+
status: string;
|
|
793
|
+
body: AtlasErrorResponseOutput;
|
|
794
|
+
}
|
|
795
|
+
/** The request has succeeded. */
|
|
796
|
+
export interface TypeBulkCreate200Response extends HttpResponse {
|
|
797
|
+
status: "200";
|
|
798
|
+
body: AtlasTypesDefOutput;
|
|
799
|
+
}
|
|
800
|
+
export interface TypeBulkCreateDefaultResponse extends HttpResponse {
|
|
801
|
+
status: string;
|
|
802
|
+
body: AtlasErrorResponseOutput;
|
|
803
|
+
}
|
|
804
|
+
/** The request has succeeded. */
|
|
805
|
+
export interface TypeBulkUpdate200Response extends HttpResponse {
|
|
806
|
+
status: "200";
|
|
807
|
+
body: AtlasTypesDefOutput;
|
|
808
|
+
}
|
|
809
|
+
export interface TypeBulkUpdateDefaultResponse extends HttpResponse {
|
|
810
|
+
status: string;
|
|
811
|
+
body: AtlasErrorResponseOutput;
|
|
812
|
+
}
|
|
813
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
814
|
+
export interface TypeBulkDelete204Response extends HttpResponse {
|
|
815
|
+
status: "204";
|
|
816
|
+
}
|
|
817
|
+
export interface TypeBulkDeleteDefaultResponse extends HttpResponse {
|
|
818
|
+
status: string;
|
|
819
|
+
body: AtlasErrorResponseOutput;
|
|
820
|
+
}
|
|
821
|
+
/** The request has succeeded. */
|
|
822
|
+
export interface TypeListHeaders200Response extends HttpResponse {
|
|
823
|
+
status: "200";
|
|
824
|
+
body: Array<AtlasTypeDefHeaderOutput>;
|
|
825
|
+
}
|
|
826
|
+
export interface TypeListHeadersDefaultResponse extends HttpResponse {
|
|
827
|
+
status: string;
|
|
828
|
+
body: AtlasErrorResponseOutput;
|
|
829
|
+
}
|
|
830
|
+
/** The request has succeeded. */
|
|
831
|
+
export interface TypeGetTermTemplateDefByGuid200Response extends HttpResponse {
|
|
832
|
+
status: "200";
|
|
833
|
+
body: TermTemplateDefOutput;
|
|
834
|
+
}
|
|
835
|
+
export interface TypeGetTermTemplateDefByGuidDefaultResponse extends HttpResponse {
|
|
836
|
+
status: string;
|
|
837
|
+
body: AtlasErrorResponseOutput;
|
|
838
|
+
}
|
|
839
|
+
/** The request has succeeded. */
|
|
840
|
+
export interface TypeGetTermTemplateDefByName200Response extends HttpResponse {
|
|
841
|
+
status: "200";
|
|
842
|
+
body: TermTemplateDefOutput;
|
|
843
|
+
}
|
|
844
|
+
export interface TypeGetTermTemplateDefByNameDefaultResponse extends HttpResponse {
|
|
845
|
+
status: string;
|
|
846
|
+
body: AtlasErrorResponseOutput;
|
|
847
|
+
}
|
|
848
|
+
//# sourceMappingURL=responses.d.ts.map
|