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