@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,805 @@
|
|
|
1
|
+
import type { RequestParameters } from "@azure-rest/core-client";
|
|
2
|
+
import type { BusinessAttributeUpdateBehavior, AtlasEntityWithExtInfo, AtlasEntitiesWithExtInfo, ClassificationAssociateOptions, AtlasClassification, AtlasEntityHeaders, BusinessMetadataOptions, MoveEntitiesOptions, AtlasGlossary, AtlasGlossaryCategory, AtlasGlossaryTerm, AtlasRelatedObjectId, QueryOptions, SuggestOptions, AutoCompleteOptions, LineageDirection, AtlasRelationship, TypeCategory, AtlasTypesDef } from "./models.js";
|
|
3
|
+
export interface EntityCreateOrUpdateBodyParam {
|
|
4
|
+
/** Body parameter. */
|
|
5
|
+
body: AtlasEntityWithExtInfo;
|
|
6
|
+
}
|
|
7
|
+
export interface EntityCreateOrUpdateQueryParamProperties {
|
|
8
|
+
/** The API version to use for this operation. */
|
|
9
|
+
"api-version"?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Used to define the update behavior for business attributes when updating
|
|
12
|
+
* entities.
|
|
13
|
+
*
|
|
14
|
+
* Possible values: "ignore", "replace", "merge"
|
|
15
|
+
*/
|
|
16
|
+
businessAttributeUpdateBehavior?: BusinessAttributeUpdateBehavior;
|
|
17
|
+
/**
|
|
18
|
+
* The collection where entities will be moved to. Only specify a value if you
|
|
19
|
+
* need to move an entity to another collection.
|
|
20
|
+
*/
|
|
21
|
+
collectionId?: string;
|
|
22
|
+
}
|
|
23
|
+
export interface EntityCreateOrUpdateQueryParam {
|
|
24
|
+
queryParameters?: EntityCreateOrUpdateQueryParamProperties;
|
|
25
|
+
}
|
|
26
|
+
export type EntityCreateOrUpdateParameters = EntityCreateOrUpdateQueryParam & EntityCreateOrUpdateBodyParam & RequestParameters;
|
|
27
|
+
/** This is the wrapper object for the parameter `guid` with explode set to true and style set to form. */
|
|
28
|
+
export interface EntityListByGuidsGuidQueryParam {
|
|
29
|
+
/** Value of the parameter */
|
|
30
|
+
value: string[];
|
|
31
|
+
/** Should we explode the value? */
|
|
32
|
+
explode: true;
|
|
33
|
+
/** Style of the value */
|
|
34
|
+
style: "form";
|
|
35
|
+
}
|
|
36
|
+
export interface EntityListByGuidsQueryParamProperties {
|
|
37
|
+
/** The API version to use for this operation. */
|
|
38
|
+
"api-version"?: string;
|
|
39
|
+
/** An array of GUIDs of entities to list. */
|
|
40
|
+
guid: EntityListByGuidsGuidQueryParam;
|
|
41
|
+
/** Whether to return minimal information for referred entities. */
|
|
42
|
+
minExtInfo?: boolean;
|
|
43
|
+
/** Whether to ignore relationship attributes. */
|
|
44
|
+
ignoreRelationships?: boolean;
|
|
45
|
+
}
|
|
46
|
+
export interface EntityListByGuidsQueryParam {
|
|
47
|
+
queryParameters: EntityListByGuidsQueryParamProperties;
|
|
48
|
+
}
|
|
49
|
+
export type EntityListByGuidsParameters = EntityListByGuidsQueryParam & RequestParameters;
|
|
50
|
+
export interface EntityBulkCreateOrUpdateBodyParam {
|
|
51
|
+
/** Body parameter. */
|
|
52
|
+
body: AtlasEntitiesWithExtInfo;
|
|
53
|
+
}
|
|
54
|
+
export interface EntityBulkCreateOrUpdateQueryParamProperties {
|
|
55
|
+
/** The API version to use for this operation. */
|
|
56
|
+
"api-version"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The collection where entities will be moved to. Only specify a value if you
|
|
59
|
+
* need to move an entity to another collection.
|
|
60
|
+
*/
|
|
61
|
+
collectionId?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Used to define the update behavior for business attributes when updating
|
|
64
|
+
* entities.
|
|
65
|
+
*
|
|
66
|
+
* Possible values: "ignore", "replace", "merge"
|
|
67
|
+
*/
|
|
68
|
+
businessAttributeUpdateBehavior?: BusinessAttributeUpdateBehavior;
|
|
69
|
+
}
|
|
70
|
+
export interface EntityBulkCreateOrUpdateQueryParam {
|
|
71
|
+
queryParameters?: EntityBulkCreateOrUpdateQueryParamProperties;
|
|
72
|
+
}
|
|
73
|
+
export type EntityBulkCreateOrUpdateParameters = EntityBulkCreateOrUpdateQueryParam & EntityBulkCreateOrUpdateBodyParam & RequestParameters;
|
|
74
|
+
/** This is the wrapper object for the parameter `guid` with explode set to true and style set to form. */
|
|
75
|
+
export interface EntityBulkDeleteGuidQueryParam {
|
|
76
|
+
/** Value of the parameter */
|
|
77
|
+
value: string[];
|
|
78
|
+
/** Should we explode the value? */
|
|
79
|
+
explode: true;
|
|
80
|
+
/** Style of the value */
|
|
81
|
+
style: "form";
|
|
82
|
+
}
|
|
83
|
+
export interface EntityBulkDeleteQueryParamProperties {
|
|
84
|
+
/** An array of GUIDs of entities to delete. */
|
|
85
|
+
guid: EntityBulkDeleteGuidQueryParam;
|
|
86
|
+
}
|
|
87
|
+
export interface EntityBulkDeleteQueryParam {
|
|
88
|
+
queryParameters: EntityBulkDeleteQueryParamProperties;
|
|
89
|
+
}
|
|
90
|
+
export type EntityBulkDeleteParameters = EntityBulkDeleteQueryParam & RequestParameters;
|
|
91
|
+
export interface EntityAddClassificationBodyParam {
|
|
92
|
+
/** Body parameter. */
|
|
93
|
+
body: ClassificationAssociateOptions;
|
|
94
|
+
}
|
|
95
|
+
export type EntityAddClassificationParameters = EntityAddClassificationBodyParam & RequestParameters;
|
|
96
|
+
export interface EntityGetQueryParamProperties {
|
|
97
|
+
/** Whether to return minimal information for referred entities. */
|
|
98
|
+
minExtInfo?: boolean;
|
|
99
|
+
/** Whether to ignore relationship attributes. */
|
|
100
|
+
ignoreRelationships?: boolean;
|
|
101
|
+
}
|
|
102
|
+
export interface EntityGetQueryParam {
|
|
103
|
+
queryParameters?: EntityGetQueryParamProperties;
|
|
104
|
+
}
|
|
105
|
+
export type EntityGetParameters = EntityGetQueryParam & RequestParameters;
|
|
106
|
+
export interface EntityPartialUpdateAttributeByGuidBodyParam {
|
|
107
|
+
/** The value of the attribute. */
|
|
108
|
+
body: unknown;
|
|
109
|
+
}
|
|
110
|
+
export interface EntityPartialUpdateAttributeByGuidQueryParamProperties {
|
|
111
|
+
/** The name of the attribute. */
|
|
112
|
+
name: string;
|
|
113
|
+
}
|
|
114
|
+
export interface EntityPartialUpdateAttributeByGuidQueryParam {
|
|
115
|
+
queryParameters: EntityPartialUpdateAttributeByGuidQueryParamProperties;
|
|
116
|
+
}
|
|
117
|
+
export type EntityPartialUpdateAttributeByGuidParameters = EntityPartialUpdateAttributeByGuidQueryParam & EntityPartialUpdateAttributeByGuidBodyParam & RequestParameters;
|
|
118
|
+
export type EntityDeleteParameters = RequestParameters;
|
|
119
|
+
export type EntityGetClassificationParameters = RequestParameters;
|
|
120
|
+
export type EntityRemoveClassificationParameters = RequestParameters;
|
|
121
|
+
export type EntityGetClassificationsParameters = RequestParameters;
|
|
122
|
+
export interface EntityAddClassificationsBodyParam {
|
|
123
|
+
/** An array of classifications to be added. */
|
|
124
|
+
body: Array<AtlasClassification>;
|
|
125
|
+
}
|
|
126
|
+
export type EntityAddClassificationsParameters = EntityAddClassificationsBodyParam & RequestParameters;
|
|
127
|
+
export interface EntityUpdateClassificationsBodyParam {
|
|
128
|
+
/** An array of classifications to be updated. */
|
|
129
|
+
body: Array<AtlasClassification>;
|
|
130
|
+
}
|
|
131
|
+
export type EntityUpdateClassificationsParameters = EntityUpdateClassificationsBodyParam & RequestParameters;
|
|
132
|
+
export interface EntityGetByUniqueAttributesQueryParamProperties {
|
|
133
|
+
/** Whether to return minimal information for referred entities. */
|
|
134
|
+
minExtInfo?: boolean;
|
|
135
|
+
/** Whether to ignore relationship attributes. */
|
|
136
|
+
ignoreRelationships?: boolean;
|
|
137
|
+
/**
|
|
138
|
+
* The qualified name of the entity. (This is only an example. qualifiedName can
|
|
139
|
+
* be changed to other unique attributes)
|
|
140
|
+
*/
|
|
141
|
+
"attr:qualifiedName"?: string;
|
|
142
|
+
}
|
|
143
|
+
export interface EntityGetByUniqueAttributesQueryParam {
|
|
144
|
+
queryParameters?: EntityGetByUniqueAttributesQueryParamProperties;
|
|
145
|
+
}
|
|
146
|
+
export type EntityGetByUniqueAttributesParameters = EntityGetByUniqueAttributesQueryParam & RequestParameters;
|
|
147
|
+
export interface EntityPartialUpdateByUniqueAttributesBodyParam {
|
|
148
|
+
/** Body parameter. */
|
|
149
|
+
body: AtlasEntityWithExtInfo;
|
|
150
|
+
}
|
|
151
|
+
export interface EntityPartialUpdateByUniqueAttributesQueryParamProperties {
|
|
152
|
+
/**
|
|
153
|
+
* The qualified name of the entity. (This is only an example. qualifiedName can
|
|
154
|
+
* be changed to other unique attributes)
|
|
155
|
+
*/
|
|
156
|
+
"attr:qualifiedName"?: string;
|
|
157
|
+
}
|
|
158
|
+
export interface EntityPartialUpdateByUniqueAttributesQueryParam {
|
|
159
|
+
queryParameters?: EntityPartialUpdateByUniqueAttributesQueryParamProperties;
|
|
160
|
+
}
|
|
161
|
+
export type EntityPartialUpdateByUniqueAttributesParameters = EntityPartialUpdateByUniqueAttributesQueryParam & EntityPartialUpdateByUniqueAttributesBodyParam & RequestParameters;
|
|
162
|
+
export interface EntityDeleteByUniqueAttributeQueryParamProperties {
|
|
163
|
+
/**
|
|
164
|
+
* The qualified name of the entity. (This is only an example. qualifiedName can
|
|
165
|
+
* be changed to other unique attributes)
|
|
166
|
+
*/
|
|
167
|
+
"attr:qualifiedName"?: string;
|
|
168
|
+
}
|
|
169
|
+
export interface EntityDeleteByUniqueAttributeQueryParam {
|
|
170
|
+
queryParameters?: EntityDeleteByUniqueAttributeQueryParamProperties;
|
|
171
|
+
}
|
|
172
|
+
export type EntityDeleteByUniqueAttributeParameters = EntityDeleteByUniqueAttributeQueryParam & RequestParameters;
|
|
173
|
+
export interface EntityRemoveClassificationByUniqueAttributeQueryParamProperties {
|
|
174
|
+
/**
|
|
175
|
+
* The qualified name of the entity. (This is only an example. qualifiedName can
|
|
176
|
+
* be changed to other unique attributes)
|
|
177
|
+
*/
|
|
178
|
+
"attr:qualifiedName"?: string;
|
|
179
|
+
}
|
|
180
|
+
export interface EntityRemoveClassificationByUniqueAttributeQueryParam {
|
|
181
|
+
queryParameters?: EntityRemoveClassificationByUniqueAttributeQueryParamProperties;
|
|
182
|
+
}
|
|
183
|
+
export type EntityRemoveClassificationByUniqueAttributeParameters = EntityRemoveClassificationByUniqueAttributeQueryParam & RequestParameters;
|
|
184
|
+
export interface EntityAddClassificationsByUniqueAttributeBodyParam {
|
|
185
|
+
/** An array of classification to be added. */
|
|
186
|
+
body: Array<AtlasClassification>;
|
|
187
|
+
}
|
|
188
|
+
export interface EntityAddClassificationsByUniqueAttributeQueryParamProperties {
|
|
189
|
+
/**
|
|
190
|
+
* The qualified name of the entity. (This is only an example. qualifiedName can
|
|
191
|
+
* be changed to other unique attributes)
|
|
192
|
+
*/
|
|
193
|
+
"attr:qualifiedName"?: string;
|
|
194
|
+
}
|
|
195
|
+
export interface EntityAddClassificationsByUniqueAttributeQueryParam {
|
|
196
|
+
queryParameters?: EntityAddClassificationsByUniqueAttributeQueryParamProperties;
|
|
197
|
+
}
|
|
198
|
+
export type EntityAddClassificationsByUniqueAttributeParameters = EntityAddClassificationsByUniqueAttributeQueryParam & EntityAddClassificationsByUniqueAttributeBodyParam & RequestParameters;
|
|
199
|
+
export interface EntityUpdateClassificationsByUniqueAttributeBodyParam {
|
|
200
|
+
/** An array of classification to be updated. */
|
|
201
|
+
body: Array<AtlasClassification>;
|
|
202
|
+
}
|
|
203
|
+
export interface EntityUpdateClassificationsByUniqueAttributeQueryParamProperties {
|
|
204
|
+
/**
|
|
205
|
+
* The qualified name of the entity. (This is only an example. qualifiedName can
|
|
206
|
+
* be changed to other unique attributes)
|
|
207
|
+
*/
|
|
208
|
+
"attr:qualifiedName"?: string;
|
|
209
|
+
}
|
|
210
|
+
export interface EntityUpdateClassificationsByUniqueAttributeQueryParam {
|
|
211
|
+
queryParameters?: EntityUpdateClassificationsByUniqueAttributeQueryParamProperties;
|
|
212
|
+
}
|
|
213
|
+
export type EntityUpdateClassificationsByUniqueAttributeParameters = EntityUpdateClassificationsByUniqueAttributeQueryParam & EntityUpdateClassificationsByUniqueAttributeBodyParam & RequestParameters;
|
|
214
|
+
export interface EntityBulkSetClassificationsBodyParam {
|
|
215
|
+
/** Body parameter. */
|
|
216
|
+
body: AtlasEntityHeaders;
|
|
217
|
+
}
|
|
218
|
+
export type EntityBulkSetClassificationsParameters = EntityBulkSetClassificationsBodyParam & RequestParameters;
|
|
219
|
+
export interface EntityListByUniqueAttributesQueryParamProperties {
|
|
220
|
+
/** Whether to return minimal information for referred entities. */
|
|
221
|
+
minExtInfo?: boolean;
|
|
222
|
+
/** Whether to ignore relationship attributes. */
|
|
223
|
+
ignoreRelationships?: boolean;
|
|
224
|
+
/**
|
|
225
|
+
* Qualified name of an entity. E.g. to find 2 entities you can set
|
|
226
|
+
* attrs_1:qualifiedName=db1@cl1&attrs_2:qualifiedName=db2@cl1. (This is only an
|
|
227
|
+
* example. qualifiedName can be changed to other unique attributes)
|
|
228
|
+
*/
|
|
229
|
+
"attr_N:qualifiedName"?: string;
|
|
230
|
+
}
|
|
231
|
+
export interface EntityListByUniqueAttributesQueryParam {
|
|
232
|
+
queryParameters?: EntityListByUniqueAttributesQueryParamProperties;
|
|
233
|
+
}
|
|
234
|
+
export type EntityListByUniqueAttributesParameters = EntityListByUniqueAttributesQueryParam & RequestParameters;
|
|
235
|
+
export type EntityGetHeaderParameters = RequestParameters;
|
|
236
|
+
export interface EntityRemoveBusinessMetadataBodyParam {
|
|
237
|
+
/** Business metadata payload */
|
|
238
|
+
body: Record<string, Record<string, unknown>>;
|
|
239
|
+
}
|
|
240
|
+
export type EntityRemoveBusinessMetadataParameters = EntityRemoveBusinessMetadataBodyParam & RequestParameters;
|
|
241
|
+
export interface EntityAddOrUpdateBusinessMetadataBodyParam {
|
|
242
|
+
/** BusinessMetadata payload */
|
|
243
|
+
body: Record<string, Record<string, unknown>>;
|
|
244
|
+
}
|
|
245
|
+
export interface EntityAddOrUpdateBusinessMetadataQueryParamProperties {
|
|
246
|
+
/**
|
|
247
|
+
* Whether to overwrite the existing business metadata on the entity or not,
|
|
248
|
+
* default is false.
|
|
249
|
+
*/
|
|
250
|
+
isOverwrite?: boolean;
|
|
251
|
+
}
|
|
252
|
+
export interface EntityAddOrUpdateBusinessMetadataQueryParam {
|
|
253
|
+
queryParameters?: EntityAddOrUpdateBusinessMetadataQueryParamProperties;
|
|
254
|
+
}
|
|
255
|
+
export type EntityAddOrUpdateBusinessMetadataParameters = EntityAddOrUpdateBusinessMetadataQueryParam & EntityAddOrUpdateBusinessMetadataBodyParam & RequestParameters;
|
|
256
|
+
export interface EntityRemoveBusinessMetadataAttributesBodyParam {
|
|
257
|
+
/** Business metadata attribute payload */
|
|
258
|
+
body: Record<string, unknown>;
|
|
259
|
+
}
|
|
260
|
+
export type EntityRemoveBusinessMetadataAttributesParameters = EntityRemoveBusinessMetadataAttributesBodyParam & RequestParameters;
|
|
261
|
+
export interface EntityAddOrUpdateBusinessMetadataAttributesBodyParam {
|
|
262
|
+
/** Business metadata attribute payload */
|
|
263
|
+
body: Record<string, unknown>;
|
|
264
|
+
}
|
|
265
|
+
export type EntityAddOrUpdateBusinessMetadataAttributesParameters = EntityAddOrUpdateBusinessMetadataAttributesBodyParam & RequestParameters;
|
|
266
|
+
export type EntityGetSampleBusinessMetadataTemplateParameters = RequestParameters;
|
|
267
|
+
export interface EntityImportBusinessMetadataBodyParam {
|
|
268
|
+
/** Body parameter. */
|
|
269
|
+
body: BusinessMetadataOptions;
|
|
270
|
+
}
|
|
271
|
+
export interface EntityImportBusinessMetadataMediaTypesParam {
|
|
272
|
+
/** The content type for the operation. Always multipart/form-data for this operation. */
|
|
273
|
+
contentType: "multipart/form-data";
|
|
274
|
+
}
|
|
275
|
+
export type EntityImportBusinessMetadataParameters = EntityImportBusinessMetadataMediaTypesParam & EntityImportBusinessMetadataBodyParam & RequestParameters;
|
|
276
|
+
export interface EntityRemoveLabelsBodyParam {
|
|
277
|
+
/** set of labels to be deleted */
|
|
278
|
+
body?: string[];
|
|
279
|
+
}
|
|
280
|
+
export type EntityRemoveLabelsParameters = EntityRemoveLabelsBodyParam & RequestParameters;
|
|
281
|
+
export interface EntitySetLabelsBodyParam {
|
|
282
|
+
/** set of labels to be set to the entity */
|
|
283
|
+
body?: string[];
|
|
284
|
+
}
|
|
285
|
+
export type EntitySetLabelsParameters = EntitySetLabelsBodyParam & RequestParameters;
|
|
286
|
+
export interface EntityAddLabelBodyParam {
|
|
287
|
+
/** set of labels to be added */
|
|
288
|
+
body?: string[];
|
|
289
|
+
}
|
|
290
|
+
export type EntityAddLabelParameters = EntityAddLabelBodyParam & RequestParameters;
|
|
291
|
+
export interface EntityRemoveLabelsByUniqueAttributeBodyParam {
|
|
292
|
+
/** set of labels to be deleted */
|
|
293
|
+
body?: string[];
|
|
294
|
+
}
|
|
295
|
+
export interface EntityRemoveLabelsByUniqueAttributeQueryParamProperties {
|
|
296
|
+
/**
|
|
297
|
+
* The qualified name of the entity. (This is only an example. qualifiedName can
|
|
298
|
+
* be changed to other unique attributes)
|
|
299
|
+
*/
|
|
300
|
+
"attr:qualifiedName"?: string;
|
|
301
|
+
}
|
|
302
|
+
export interface EntityRemoveLabelsByUniqueAttributeQueryParam {
|
|
303
|
+
queryParameters?: EntityRemoveLabelsByUniqueAttributeQueryParamProperties;
|
|
304
|
+
}
|
|
305
|
+
export type EntityRemoveLabelsByUniqueAttributeParameters = EntityRemoveLabelsByUniqueAttributeQueryParam & EntityRemoveLabelsByUniqueAttributeBodyParam & RequestParameters;
|
|
306
|
+
export interface EntitySetLabelsByUniqueAttributeBodyParam {
|
|
307
|
+
/** set of labels to be set */
|
|
308
|
+
body?: string[];
|
|
309
|
+
}
|
|
310
|
+
export interface EntitySetLabelsByUniqueAttributeQueryParamProperties {
|
|
311
|
+
/**
|
|
312
|
+
* The qualified name of the entity. (This is only an example. qualifiedName can
|
|
313
|
+
* be changed to other unique attributes)
|
|
314
|
+
*/
|
|
315
|
+
"attr:qualifiedName"?: string;
|
|
316
|
+
}
|
|
317
|
+
export interface EntitySetLabelsByUniqueAttributeQueryParam {
|
|
318
|
+
queryParameters?: EntitySetLabelsByUniqueAttributeQueryParamProperties;
|
|
319
|
+
}
|
|
320
|
+
export type EntitySetLabelsByUniqueAttributeParameters = EntitySetLabelsByUniqueAttributeQueryParam & EntitySetLabelsByUniqueAttributeBodyParam & RequestParameters;
|
|
321
|
+
export interface EntityAddLabelsByUniqueAttributeBodyParam {
|
|
322
|
+
/** set of labels to be added */
|
|
323
|
+
body?: string[];
|
|
324
|
+
}
|
|
325
|
+
export interface EntityAddLabelsByUniqueAttributeQueryParamProperties {
|
|
326
|
+
/**
|
|
327
|
+
* The qualified name of the entity. (This is only an example. qualifiedName can
|
|
328
|
+
* be changed to other unique attributes)
|
|
329
|
+
*/
|
|
330
|
+
"attr:qualifiedName"?: string;
|
|
331
|
+
}
|
|
332
|
+
export interface EntityAddLabelsByUniqueAttributeQueryParam {
|
|
333
|
+
queryParameters?: EntityAddLabelsByUniqueAttributeQueryParamProperties;
|
|
334
|
+
}
|
|
335
|
+
export type EntityAddLabelsByUniqueAttributeParameters = EntityAddLabelsByUniqueAttributeQueryParam & EntityAddLabelsByUniqueAttributeBodyParam & RequestParameters;
|
|
336
|
+
export interface EntityMoveEntitiesToCollectionBodyParam {
|
|
337
|
+
/** Body parameter. */
|
|
338
|
+
body: MoveEntitiesOptions;
|
|
339
|
+
}
|
|
340
|
+
export interface EntityMoveEntitiesToCollectionQueryParamProperties {
|
|
341
|
+
/** The API version to use for this operation. */
|
|
342
|
+
"api-version": string;
|
|
343
|
+
/** The collection where entities will be moved to. */
|
|
344
|
+
collectionId: string;
|
|
345
|
+
}
|
|
346
|
+
export interface EntityMoveEntitiesToCollectionQueryParam {
|
|
347
|
+
queryParameters: EntityMoveEntitiesToCollectionQueryParamProperties;
|
|
348
|
+
}
|
|
349
|
+
export type EntityMoveEntitiesToCollectionParameters = EntityMoveEntitiesToCollectionQueryParam & EntityMoveEntitiesToCollectionBodyParam & RequestParameters;
|
|
350
|
+
export interface GlossaryListQueryParamProperties {
|
|
351
|
+
/** The API version to use for this operation. */
|
|
352
|
+
"api-version"?: string;
|
|
353
|
+
/** The page size - by default there is no paging. */
|
|
354
|
+
limit?: number;
|
|
355
|
+
/** The offset for pagination purpose. */
|
|
356
|
+
offset?: number;
|
|
357
|
+
/** The sort order, ASC (default) or DESC. */
|
|
358
|
+
sort?: string;
|
|
359
|
+
/** Whether ignore terms and categories */
|
|
360
|
+
ignoreTermsAndCategories?: boolean;
|
|
361
|
+
}
|
|
362
|
+
export interface GlossaryListQueryParam {
|
|
363
|
+
queryParameters?: GlossaryListQueryParamProperties;
|
|
364
|
+
}
|
|
365
|
+
export type GlossaryListParameters = GlossaryListQueryParam & RequestParameters;
|
|
366
|
+
export interface GlossaryCreateBodyParam {
|
|
367
|
+
/** Body parameter. */
|
|
368
|
+
body: AtlasGlossary;
|
|
369
|
+
}
|
|
370
|
+
export type GlossaryCreateParameters = GlossaryCreateBodyParam & RequestParameters;
|
|
371
|
+
export interface GlossaryCreateCategoriesBodyParam {
|
|
372
|
+
/** An array of glossary category definitions to be created. */
|
|
373
|
+
body: Array<AtlasGlossaryCategory>;
|
|
374
|
+
}
|
|
375
|
+
export type GlossaryCreateCategoriesParameters = GlossaryCreateCategoriesBodyParam & RequestParameters;
|
|
376
|
+
export interface GlossaryCreateCategoryBodyParam {
|
|
377
|
+
/** Body parameter. */
|
|
378
|
+
body: AtlasGlossaryCategory;
|
|
379
|
+
}
|
|
380
|
+
export type GlossaryCreateCategoryParameters = GlossaryCreateCategoryBodyParam & RequestParameters;
|
|
381
|
+
export type GlossaryGetCategoryParameters = RequestParameters;
|
|
382
|
+
export interface GlossaryUpdateCategoryBodyParam {
|
|
383
|
+
/** Body parameter. */
|
|
384
|
+
body: AtlasGlossaryCategory;
|
|
385
|
+
}
|
|
386
|
+
export type GlossaryUpdateCategoryParameters = GlossaryUpdateCategoryBodyParam & RequestParameters;
|
|
387
|
+
export type GlossaryDeleteCategoryParameters = RequestParameters;
|
|
388
|
+
export interface GlossaryPartialUpdateCategoryBodyParam {
|
|
389
|
+
/**
|
|
390
|
+
* A map containing keys as attribute names and values as corresponding attribute
|
|
391
|
+
* values for partial update.
|
|
392
|
+
*/
|
|
393
|
+
body: Record<string, string>;
|
|
394
|
+
}
|
|
395
|
+
export type GlossaryPartialUpdateCategoryParameters = GlossaryPartialUpdateCategoryBodyParam & RequestParameters;
|
|
396
|
+
export interface GlossaryListRelatedCategoriesQueryParamProperties {
|
|
397
|
+
/** The page size - by default there is no paging. */
|
|
398
|
+
limit?: number;
|
|
399
|
+
/** The offset for pagination purpose. */
|
|
400
|
+
offset?: number;
|
|
401
|
+
/** The sort order, ASC (default) or DESC. */
|
|
402
|
+
sort?: string;
|
|
403
|
+
}
|
|
404
|
+
export interface GlossaryListRelatedCategoriesQueryParam {
|
|
405
|
+
queryParameters?: GlossaryListRelatedCategoriesQueryParamProperties;
|
|
406
|
+
}
|
|
407
|
+
export type GlossaryListRelatedCategoriesParameters = GlossaryListRelatedCategoriesQueryParam & RequestParameters;
|
|
408
|
+
export interface GlossaryListCategoryTermsQueryParamProperties {
|
|
409
|
+
/** The page size - by default there is no paging. */
|
|
410
|
+
limit?: number;
|
|
411
|
+
/** The offset for pagination purpose. */
|
|
412
|
+
offset?: number;
|
|
413
|
+
/** The sort order, ASC (default) or DESC. */
|
|
414
|
+
sort?: string;
|
|
415
|
+
}
|
|
416
|
+
export interface GlossaryListCategoryTermsQueryParam {
|
|
417
|
+
queryParameters?: GlossaryListCategoryTermsQueryParamProperties;
|
|
418
|
+
}
|
|
419
|
+
export type GlossaryListCategoryTermsParameters = GlossaryListCategoryTermsQueryParam & RequestParameters;
|
|
420
|
+
export interface GlossaryCreateTermBodyParam {
|
|
421
|
+
/** Body parameter. */
|
|
422
|
+
body: AtlasGlossaryTerm;
|
|
423
|
+
}
|
|
424
|
+
export interface GlossaryCreateTermQueryParamProperties {
|
|
425
|
+
/** Whether include term hierarchy */
|
|
426
|
+
includeTermHierarchy?: boolean;
|
|
427
|
+
}
|
|
428
|
+
export interface GlossaryCreateTermQueryParam {
|
|
429
|
+
queryParameters?: GlossaryCreateTermQueryParamProperties;
|
|
430
|
+
}
|
|
431
|
+
export type GlossaryCreateTermParameters = GlossaryCreateTermQueryParam & GlossaryCreateTermBodyParam & RequestParameters;
|
|
432
|
+
export interface GlossaryGetTermQueryParamProperties {
|
|
433
|
+
/** The API version to use for this operation. */
|
|
434
|
+
"api-version"?: string;
|
|
435
|
+
}
|
|
436
|
+
export interface GlossaryGetTermQueryParam {
|
|
437
|
+
queryParameters?: GlossaryGetTermQueryParamProperties;
|
|
438
|
+
}
|
|
439
|
+
export type GlossaryGetTermParameters = GlossaryGetTermQueryParam & RequestParameters;
|
|
440
|
+
export interface GlossaryUpdateTermBodyParam {
|
|
441
|
+
/** Body parameter. */
|
|
442
|
+
body: AtlasGlossaryTerm;
|
|
443
|
+
}
|
|
444
|
+
export interface GlossaryUpdateTermQueryParamProperties {
|
|
445
|
+
/** The API version to use for this operation. */
|
|
446
|
+
"api-version"?: string;
|
|
447
|
+
/** Whether include term hierarchy */
|
|
448
|
+
includeTermHierarchy?: boolean;
|
|
449
|
+
}
|
|
450
|
+
export interface GlossaryUpdateTermQueryParam {
|
|
451
|
+
queryParameters?: GlossaryUpdateTermQueryParamProperties;
|
|
452
|
+
}
|
|
453
|
+
export type GlossaryUpdateTermParameters = GlossaryUpdateTermQueryParam & GlossaryUpdateTermBodyParam & RequestParameters;
|
|
454
|
+
export type GlossaryDeleteTermParameters = RequestParameters;
|
|
455
|
+
export interface GlossaryPartialUpdateTermBodyParam {
|
|
456
|
+
/**
|
|
457
|
+
* A map containing keys as attribute names and values as corresponding attribute
|
|
458
|
+
* values to be updated.
|
|
459
|
+
*/
|
|
460
|
+
body: Record<string, string>;
|
|
461
|
+
}
|
|
462
|
+
export interface GlossaryPartialUpdateTermQueryParamProperties {
|
|
463
|
+
/** The API version to use for this operation. */
|
|
464
|
+
"api-version"?: string;
|
|
465
|
+
/** Whether include term hierarchy */
|
|
466
|
+
includeTermHierarchy?: boolean;
|
|
467
|
+
}
|
|
468
|
+
export interface GlossaryPartialUpdateTermQueryParam {
|
|
469
|
+
queryParameters?: GlossaryPartialUpdateTermQueryParamProperties;
|
|
470
|
+
}
|
|
471
|
+
export type GlossaryPartialUpdateTermParameters = GlossaryPartialUpdateTermQueryParam & GlossaryPartialUpdateTermBodyParam & RequestParameters;
|
|
472
|
+
export interface GlossaryCreateTermsBodyParam {
|
|
473
|
+
/** An array of glossary term definitions to be created in bulk. */
|
|
474
|
+
body: Array<AtlasGlossaryTerm>;
|
|
475
|
+
}
|
|
476
|
+
export interface GlossaryCreateTermsQueryParamProperties {
|
|
477
|
+
/** The API version to use for this operation. */
|
|
478
|
+
"api-version"?: string;
|
|
479
|
+
/** Whether include term hierarchy */
|
|
480
|
+
includeTermHierarchy?: boolean;
|
|
481
|
+
}
|
|
482
|
+
export interface GlossaryCreateTermsQueryParam {
|
|
483
|
+
queryParameters?: GlossaryCreateTermsQueryParamProperties;
|
|
484
|
+
}
|
|
485
|
+
export type GlossaryCreateTermsParameters = GlossaryCreateTermsQueryParam & GlossaryCreateTermsBodyParam & RequestParameters;
|
|
486
|
+
export interface GlossaryListEntitiesAssignedWithTermQueryParamProperties {
|
|
487
|
+
/** The page size - by default there is no paging. */
|
|
488
|
+
limit?: number;
|
|
489
|
+
/** The offset for pagination purpose. */
|
|
490
|
+
offset?: number;
|
|
491
|
+
/** The sort order, ASC (default) or DESC. */
|
|
492
|
+
sort?: string;
|
|
493
|
+
}
|
|
494
|
+
export interface GlossaryListEntitiesAssignedWithTermQueryParam {
|
|
495
|
+
queryParameters?: GlossaryListEntitiesAssignedWithTermQueryParamProperties;
|
|
496
|
+
}
|
|
497
|
+
export type GlossaryListEntitiesAssignedWithTermParameters = GlossaryListEntitiesAssignedWithTermQueryParam & RequestParameters;
|
|
498
|
+
export interface GlossaryAssignTermToEntitiesBodyParam {
|
|
499
|
+
/** An array of related object IDs to which the term has to be associated. */
|
|
500
|
+
body: Array<AtlasRelatedObjectId>;
|
|
501
|
+
}
|
|
502
|
+
export type GlossaryAssignTermToEntitiesParameters = GlossaryAssignTermToEntitiesBodyParam & RequestParameters;
|
|
503
|
+
export interface GlossaryDeleteTermAssignmentFromEntitiesBodyParam {
|
|
504
|
+
/** An array of related object IDs from which the term has to be dissociated. */
|
|
505
|
+
body: Array<AtlasRelatedObjectId>;
|
|
506
|
+
}
|
|
507
|
+
export type GlossaryDeleteTermAssignmentFromEntitiesParameters = GlossaryDeleteTermAssignmentFromEntitiesBodyParam & RequestParameters;
|
|
508
|
+
export interface GlossaryListRelatedTermsQueryParamProperties {
|
|
509
|
+
/** The API version to use for this operation. */
|
|
510
|
+
"api-version"?: string;
|
|
511
|
+
/** The page size - by default there is no paging. */
|
|
512
|
+
limit?: number;
|
|
513
|
+
/** The offset for pagination purpose. */
|
|
514
|
+
offset?: number;
|
|
515
|
+
/** The sort order, ASC (default) or DESC. */
|
|
516
|
+
sort?: string;
|
|
517
|
+
}
|
|
518
|
+
export interface GlossaryListRelatedTermsQueryParam {
|
|
519
|
+
queryParameters?: GlossaryListRelatedTermsQueryParamProperties;
|
|
520
|
+
}
|
|
521
|
+
export type GlossaryListRelatedTermsParameters = GlossaryListRelatedTermsQueryParam & RequestParameters;
|
|
522
|
+
export type GlossaryGetParameters = RequestParameters;
|
|
523
|
+
export interface GlossaryUpdateBodyParam {
|
|
524
|
+
/** Body parameter. */
|
|
525
|
+
body: AtlasGlossary;
|
|
526
|
+
}
|
|
527
|
+
export interface GlossaryUpdateQueryParamProperties {
|
|
528
|
+
/** The API version to use for this operation. */
|
|
529
|
+
"api-version"?: string;
|
|
530
|
+
/** Whether ignore terms and categories */
|
|
531
|
+
ignoreTermsAndCategories?: boolean;
|
|
532
|
+
}
|
|
533
|
+
export interface GlossaryUpdateQueryParam {
|
|
534
|
+
queryParameters?: GlossaryUpdateQueryParamProperties;
|
|
535
|
+
}
|
|
536
|
+
export type GlossaryUpdateParameters = GlossaryUpdateQueryParam & GlossaryUpdateBodyParam & RequestParameters;
|
|
537
|
+
export type GlossaryDeleteParameters = RequestParameters;
|
|
538
|
+
export interface GlossaryListCategoriesQueryParamProperties {
|
|
539
|
+
/** The page size - by default there is no paging. */
|
|
540
|
+
limit?: number;
|
|
541
|
+
/** The offset for pagination purpose. */
|
|
542
|
+
offset?: number;
|
|
543
|
+
/** The sort order, ASC (default) or DESC. */
|
|
544
|
+
sort?: string;
|
|
545
|
+
}
|
|
546
|
+
export interface GlossaryListCategoriesQueryParam {
|
|
547
|
+
queryParameters?: GlossaryListCategoriesQueryParamProperties;
|
|
548
|
+
}
|
|
549
|
+
export type GlossaryListCategoriesParameters = GlossaryListCategoriesQueryParam & RequestParameters;
|
|
550
|
+
export interface GlossaryListCategoriesHeadersQueryParamProperties {
|
|
551
|
+
/** The page size - by default there is no paging. */
|
|
552
|
+
limit?: number;
|
|
553
|
+
/** The offset for pagination purpose. */
|
|
554
|
+
offset?: number;
|
|
555
|
+
/** The sort order, ASC (default) or DESC. */
|
|
556
|
+
sort?: string;
|
|
557
|
+
}
|
|
558
|
+
export interface GlossaryListCategoriesHeadersQueryParam {
|
|
559
|
+
queryParameters?: GlossaryListCategoriesHeadersQueryParamProperties;
|
|
560
|
+
}
|
|
561
|
+
export type GlossaryListCategoriesHeadersParameters = GlossaryListCategoriesHeadersQueryParam & RequestParameters;
|
|
562
|
+
export interface GlossaryGetDetailedQueryParamProperties {
|
|
563
|
+
/** The API version to use for this operation. */
|
|
564
|
+
"api-version"?: string;
|
|
565
|
+
}
|
|
566
|
+
export interface GlossaryGetDetailedQueryParam {
|
|
567
|
+
queryParameters?: GlossaryGetDetailedQueryParamProperties;
|
|
568
|
+
}
|
|
569
|
+
export type GlossaryGetDetailedParameters = GlossaryGetDetailedQueryParam & RequestParameters;
|
|
570
|
+
export interface GlossaryPartialUpdateBodyParam {
|
|
571
|
+
/**
|
|
572
|
+
* A map containing keys as attribute names and values as corresponding attribute
|
|
573
|
+
* values.
|
|
574
|
+
*/
|
|
575
|
+
body: Record<string, string>;
|
|
576
|
+
}
|
|
577
|
+
export interface GlossaryPartialUpdateQueryParamProperties {
|
|
578
|
+
/** The API version to use for this operation. */
|
|
579
|
+
"api-version"?: string;
|
|
580
|
+
/** Whether ignore terms and categories */
|
|
581
|
+
ignoreTermsAndCategories?: boolean;
|
|
582
|
+
}
|
|
583
|
+
export interface GlossaryPartialUpdateQueryParam {
|
|
584
|
+
queryParameters?: GlossaryPartialUpdateQueryParamProperties;
|
|
585
|
+
}
|
|
586
|
+
export type GlossaryPartialUpdateParameters = GlossaryPartialUpdateQueryParam & GlossaryPartialUpdateBodyParam & RequestParameters;
|
|
587
|
+
export interface GlossaryListTermsQueryParamProperties {
|
|
588
|
+
/** The API version to use for this operation. */
|
|
589
|
+
"api-version"?: string;
|
|
590
|
+
/** The page size - by default there is no paging. */
|
|
591
|
+
limit?: number;
|
|
592
|
+
/** The offset for pagination purpose. */
|
|
593
|
+
offset?: number;
|
|
594
|
+
/** The sort order, ASC (default) or DESC. */
|
|
595
|
+
sort?: string;
|
|
596
|
+
}
|
|
597
|
+
export interface GlossaryListTermsQueryParam {
|
|
598
|
+
queryParameters?: GlossaryListTermsQueryParamProperties;
|
|
599
|
+
}
|
|
600
|
+
export type GlossaryListTermsParameters = GlossaryListTermsQueryParam & RequestParameters;
|
|
601
|
+
export interface GlossaryListTermHeadersQueryParamProperties {
|
|
602
|
+
/** The page size - by default there is no paging. */
|
|
603
|
+
limit?: number;
|
|
604
|
+
/** The offset for pagination purpose. */
|
|
605
|
+
offset?: number;
|
|
606
|
+
/** The sort order, ASC (default) or DESC. */
|
|
607
|
+
sort?: string;
|
|
608
|
+
}
|
|
609
|
+
export interface GlossaryListTermHeadersQueryParam {
|
|
610
|
+
queryParameters?: GlossaryListTermHeadersQueryParamProperties;
|
|
611
|
+
}
|
|
612
|
+
export type GlossaryListTermHeadersParameters = GlossaryListTermHeadersQueryParam & RequestParameters;
|
|
613
|
+
export interface DiscoveryQueryBodyParam {
|
|
614
|
+
/** Body parameter. */
|
|
615
|
+
body: QueryOptions;
|
|
616
|
+
}
|
|
617
|
+
export interface DiscoveryQueryQueryParamProperties {
|
|
618
|
+
/** The API version to use for this operation. */
|
|
619
|
+
"api-version": string;
|
|
620
|
+
}
|
|
621
|
+
export interface DiscoveryQueryQueryParam {
|
|
622
|
+
queryParameters: DiscoveryQueryQueryParamProperties;
|
|
623
|
+
}
|
|
624
|
+
export type DiscoveryQueryParameters = DiscoveryQueryQueryParam & DiscoveryQueryBodyParam & RequestParameters;
|
|
625
|
+
export interface DiscoverySuggestBodyParam {
|
|
626
|
+
/** Body parameter. */
|
|
627
|
+
body: SuggestOptions;
|
|
628
|
+
}
|
|
629
|
+
export interface DiscoverySuggestQueryParamProperties {
|
|
630
|
+
/** The API version to use for this operation. */
|
|
631
|
+
"api-version": string;
|
|
632
|
+
}
|
|
633
|
+
export interface DiscoverySuggestQueryParam {
|
|
634
|
+
queryParameters: DiscoverySuggestQueryParamProperties;
|
|
635
|
+
}
|
|
636
|
+
export type DiscoverySuggestParameters = DiscoverySuggestQueryParam & DiscoverySuggestBodyParam & RequestParameters;
|
|
637
|
+
export interface DiscoveryAutoCompleteBodyParam {
|
|
638
|
+
/** Body parameter. */
|
|
639
|
+
body: AutoCompleteOptions;
|
|
640
|
+
}
|
|
641
|
+
export interface DiscoveryAutoCompleteQueryParamProperties {
|
|
642
|
+
/** The API version to use for this operation. */
|
|
643
|
+
"api-version": string;
|
|
644
|
+
}
|
|
645
|
+
export interface DiscoveryAutoCompleteQueryParam {
|
|
646
|
+
queryParameters: DiscoveryAutoCompleteQueryParamProperties;
|
|
647
|
+
}
|
|
648
|
+
export type DiscoveryAutoCompleteParameters = DiscoveryAutoCompleteQueryParam & DiscoveryAutoCompleteBodyParam & RequestParameters;
|
|
649
|
+
export interface LineageGetQueryParamProperties {
|
|
650
|
+
/** The number of hops for lineage. */
|
|
651
|
+
depth?: number;
|
|
652
|
+
/**
|
|
653
|
+
* The direction of the lineage, which could be INPUT, OUTPUT or BOTH.
|
|
654
|
+
*
|
|
655
|
+
* Possible values: "INPUT", "OUTPUT", "BOTH"
|
|
656
|
+
*/
|
|
657
|
+
direction: LineageDirection;
|
|
658
|
+
}
|
|
659
|
+
export interface LineageGetQueryParam {
|
|
660
|
+
queryParameters: LineageGetQueryParamProperties;
|
|
661
|
+
}
|
|
662
|
+
export type LineageGetParameters = LineageGetQueryParam & RequestParameters;
|
|
663
|
+
export interface LineageGetNextPageQueryParamProperties {
|
|
664
|
+
/** The API version to use for this operation. */
|
|
665
|
+
"api-version": string;
|
|
666
|
+
/**
|
|
667
|
+
* The direction of the lineage, which could be INPUT, OUTPUT or BOTH.
|
|
668
|
+
*
|
|
669
|
+
* Possible values: "INPUT", "OUTPUT", "BOTH"
|
|
670
|
+
*/
|
|
671
|
+
direction: LineageDirection;
|
|
672
|
+
/** The offset for pagination purpose. */
|
|
673
|
+
offset?: number;
|
|
674
|
+
/** The page size - by default there is no paging. */
|
|
675
|
+
limit?: number;
|
|
676
|
+
}
|
|
677
|
+
export interface LineageGetNextPageQueryParam {
|
|
678
|
+
queryParameters: LineageGetNextPageQueryParamProperties;
|
|
679
|
+
}
|
|
680
|
+
export type LineageGetNextPageParameters = LineageGetNextPageQueryParam & RequestParameters;
|
|
681
|
+
export interface LineageGetByUniqueAttributeQueryParamProperties {
|
|
682
|
+
/** The number of hops for lineage. */
|
|
683
|
+
depth?: number;
|
|
684
|
+
/**
|
|
685
|
+
* The direction of the lineage, which could be INPUT, OUTPUT or BOTH.
|
|
686
|
+
*
|
|
687
|
+
* Possible values: "INPUT", "OUTPUT", "BOTH"
|
|
688
|
+
*/
|
|
689
|
+
direction: LineageDirection;
|
|
690
|
+
/**
|
|
691
|
+
* The qualified name of the entity. (This is only an example. qualifiedName can
|
|
692
|
+
* be changed to other unique attributes)
|
|
693
|
+
*/
|
|
694
|
+
"attr:qualifiedName"?: string;
|
|
695
|
+
}
|
|
696
|
+
export interface LineageGetByUniqueAttributeQueryParam {
|
|
697
|
+
queryParameters: LineageGetByUniqueAttributeQueryParamProperties;
|
|
698
|
+
}
|
|
699
|
+
export type LineageGetByUniqueAttributeParameters = LineageGetByUniqueAttributeQueryParam & RequestParameters;
|
|
700
|
+
export interface RelationshipCreateBodyParam {
|
|
701
|
+
/** Body parameter. */
|
|
702
|
+
body: AtlasRelationship;
|
|
703
|
+
}
|
|
704
|
+
export type RelationshipCreateParameters = RelationshipCreateBodyParam & RequestParameters;
|
|
705
|
+
export interface RelationshipUpdateBodyParam {
|
|
706
|
+
/** Body parameter. */
|
|
707
|
+
body: AtlasRelationship;
|
|
708
|
+
}
|
|
709
|
+
export type RelationshipUpdateParameters = RelationshipUpdateBodyParam & RequestParameters;
|
|
710
|
+
export interface RelationshipGetQueryParamProperties {
|
|
711
|
+
/** Limits whether includes extended information. */
|
|
712
|
+
extendedInfo?: boolean;
|
|
713
|
+
}
|
|
714
|
+
export interface RelationshipGetQueryParam {
|
|
715
|
+
queryParameters?: RelationshipGetQueryParamProperties;
|
|
716
|
+
}
|
|
717
|
+
export type RelationshipGetParameters = RelationshipGetQueryParam & RequestParameters;
|
|
718
|
+
export type RelationshipDeleteParameters = RequestParameters;
|
|
719
|
+
export type TypeGetBusinessMetadataDefByGuidParameters = RequestParameters;
|
|
720
|
+
export type TypeGetBusinessMetadataDefByNameParameters = RequestParameters;
|
|
721
|
+
export type TypeGetClassificationDefByGuidParameters = RequestParameters;
|
|
722
|
+
export type TypeGetClassificationDefByNameParameters = RequestParameters;
|
|
723
|
+
export type TypeGetEntityDefByGuidParameters = RequestParameters;
|
|
724
|
+
export type TypeGetEntityDefByNameParameters = RequestParameters;
|
|
725
|
+
export type TypeGetEnumDefByGuidParameters = RequestParameters;
|
|
726
|
+
export type TypeGetEnumDefByNameParameters = RequestParameters;
|
|
727
|
+
export type TypeGetRelationshipDefByGuidParameters = RequestParameters;
|
|
728
|
+
export type TypeGetRelationshipDefByNameParameters = RequestParameters;
|
|
729
|
+
export type TypeGetStructDefByGuidParameters = RequestParameters;
|
|
730
|
+
export type TypeGetStructDefByNameParameters = RequestParameters;
|
|
731
|
+
export type TypeGetByGuidParameters = RequestParameters;
|
|
732
|
+
export type TypeGetByNameParameters = RequestParameters;
|
|
733
|
+
export type TypeDeleteParameters = RequestParameters;
|
|
734
|
+
export interface TypeListQueryParamProperties {
|
|
735
|
+
/** The API version to use for this operation. */
|
|
736
|
+
"api-version"?: string;
|
|
737
|
+
/**
|
|
738
|
+
* Whether include termtemplatedef when return all typedefs.
|
|
739
|
+
* This is always true
|
|
740
|
+
* when search filter type=term_template
|
|
741
|
+
*/
|
|
742
|
+
includeTermTemplate?: boolean;
|
|
743
|
+
/**
|
|
744
|
+
* Typedef name as search filter when get typedefs.
|
|
745
|
+
*
|
|
746
|
+
* Possible values: "PRIMITIVE", "OBJECT_ID_TYPE", "ENUM", "STRUCT", "CLASSIFICATION", "ENTITY", "ARRAY", "MAP", "RELATIONSHIP", "TERM_TEMPLATE"
|
|
747
|
+
*/
|
|
748
|
+
type?: TypeCategory;
|
|
749
|
+
}
|
|
750
|
+
export interface TypeListQueryParam {
|
|
751
|
+
queryParameters?: TypeListQueryParamProperties;
|
|
752
|
+
}
|
|
753
|
+
export type TypeListParameters = TypeListQueryParam & RequestParameters;
|
|
754
|
+
export interface TypeBulkCreateBodyParam {
|
|
755
|
+
/** Body parameter. */
|
|
756
|
+
body: AtlasTypesDef;
|
|
757
|
+
}
|
|
758
|
+
export type TypeBulkCreateParameters = TypeBulkCreateBodyParam & RequestParameters;
|
|
759
|
+
export interface TypeBulkUpdateBodyParam {
|
|
760
|
+
/** Body parameter. */
|
|
761
|
+
body: AtlasTypesDef;
|
|
762
|
+
}
|
|
763
|
+
export type TypeBulkUpdateParameters = TypeBulkUpdateBodyParam & RequestParameters;
|
|
764
|
+
export interface TypeBulkDeleteBodyParam {
|
|
765
|
+
/** Body parameter. */
|
|
766
|
+
body: AtlasTypesDef;
|
|
767
|
+
}
|
|
768
|
+
export type TypeBulkDeleteParameters = TypeBulkDeleteBodyParam & RequestParameters;
|
|
769
|
+
export interface TypeListHeadersQueryParamProperties {
|
|
770
|
+
/** The API version to use for this operation. */
|
|
771
|
+
"api-version"?: string;
|
|
772
|
+
/**
|
|
773
|
+
* Whether include termtemplatedef when return all typedefs.
|
|
774
|
+
* This is always true
|
|
775
|
+
* when search filter type=term_template
|
|
776
|
+
*/
|
|
777
|
+
includeTermTemplate?: boolean;
|
|
778
|
+
/**
|
|
779
|
+
* Typedef name as search filter when get typedefs.
|
|
780
|
+
*
|
|
781
|
+
* Possible values: "PRIMITIVE", "OBJECT_ID_TYPE", "ENUM", "STRUCT", "CLASSIFICATION", "ENTITY", "ARRAY", "MAP", "RELATIONSHIP", "TERM_TEMPLATE"
|
|
782
|
+
*/
|
|
783
|
+
type?: TypeCategory;
|
|
784
|
+
}
|
|
785
|
+
export interface TypeListHeadersQueryParam {
|
|
786
|
+
queryParameters?: TypeListHeadersQueryParamProperties;
|
|
787
|
+
}
|
|
788
|
+
export type TypeListHeadersParameters = TypeListHeadersQueryParam & RequestParameters;
|
|
789
|
+
export interface TypeGetTermTemplateDefByGuidQueryParamProperties {
|
|
790
|
+
/** The API version to use for this operation. */
|
|
791
|
+
"api-version": string;
|
|
792
|
+
}
|
|
793
|
+
export interface TypeGetTermTemplateDefByGuidQueryParam {
|
|
794
|
+
queryParameters: TypeGetTermTemplateDefByGuidQueryParamProperties;
|
|
795
|
+
}
|
|
796
|
+
export type TypeGetTermTemplateDefByGuidParameters = TypeGetTermTemplateDefByGuidQueryParam & RequestParameters;
|
|
797
|
+
export interface TypeGetTermTemplateDefByNameQueryParamProperties {
|
|
798
|
+
/** The API version to use for this operation. */
|
|
799
|
+
"api-version": string;
|
|
800
|
+
}
|
|
801
|
+
export interface TypeGetTermTemplateDefByNameQueryParam {
|
|
802
|
+
queryParameters: TypeGetTermTemplateDefByNameQueryParamProperties;
|
|
803
|
+
}
|
|
804
|
+
export type TypeGetTermTemplateDefByNameParameters = TypeGetTermTemplateDefByNameQueryParam & RequestParameters;
|
|
805
|
+
//# sourceMappingURL=parameters.d.ts.map
|