@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { RequestParameters } from \"@azure-rest/core-client\";\nimport {\n AtlasEntityWithExtInfo,\n AtlasEntitiesWithExtInfo,\n ClassificationAssociateOptions,\n AtlasClassification,\n AtlasEntityHeaders,\n BusinessMetadataOptions,\n MoveEntitiesOptions,\n AtlasGlossary,\n AtlasGlossaryCategory,\n AtlasGlossaryTerm,\n AtlasRelatedObjectId,\n QueryOptions,\n SuggestOptions,\n AutoCompleteOptions,\n AtlasRelationship,\n AtlasTypesDef,\n} from \"./models\";\n\nexport interface EntityCreateOrUpdateBodyParam {\n body?: AtlasEntityWithExtInfo;\n}\n\nexport interface EntityCreateOrUpdateQueryParamProperties {\n /**\n * Used to define the update behavior for business attributes when updating\n * entities.\n *\n * Possible values: \"ignore\", \"replace\", \"merge\"\n */\n businessAttributeUpdateBehavior?: string;\n /**\n * The collection where entities will be moved to. Only specify a value if you\n * need to move an entity to another collection.\n */\n collectionId?: string;\n}\n\nexport interface EntityCreateOrUpdateQueryParam {\n queryParameters?: EntityCreateOrUpdateQueryParamProperties;\n}\n\nexport type EntityCreateOrUpdateParameters = EntityCreateOrUpdateQueryParam &\n EntityCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface EntityListByGuidsQueryParamProperties {\n /** 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 */\n guid: string;\n /** Whether to return minimal information for referred entities. */\n minExtInfo?: boolean;\n /** Whether to ignore relationship attributes. */\n ignoreRelationships?: boolean;\n}\n\nexport interface EntityListByGuidsQueryParam {\n queryParameters: EntityListByGuidsQueryParamProperties;\n}\n\nexport type EntityListByGuidsParameters = EntityListByGuidsQueryParam & RequestParameters;\n\nexport interface EntityBulkCreateOrUpdateBodyParam {\n body?: AtlasEntitiesWithExtInfo;\n}\n\nexport interface EntityBulkCreateOrUpdateQueryParamProperties {\n /**\n * The collection where entities will be moved to. Only specify a value if you\n * need to move an entity to another collection.\n */\n collectionId?: string;\n /**\n * Used to define the update behavior for business attributes when updating\n * entities.\n *\n * Possible values: \"ignore\", \"replace\", \"merge\"\n */\n businessAttributeUpdateBehavior?: string;\n}\n\nexport interface EntityBulkCreateOrUpdateQueryParam {\n queryParameters?: EntityBulkCreateOrUpdateQueryParamProperties;\n}\n\nexport type EntityBulkCreateOrUpdateParameters = EntityBulkCreateOrUpdateQueryParam &\n EntityBulkCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface EntityBulkDeleteQueryParamProperties {\n /** 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 */\n guid: string;\n}\n\nexport interface EntityBulkDeleteQueryParam {\n queryParameters: EntityBulkDeleteQueryParamProperties;\n}\n\nexport type EntityBulkDeleteParameters = EntityBulkDeleteQueryParam & RequestParameters;\n\nexport interface EntityAddClassificationBodyParam {\n body?: ClassificationAssociateOptions;\n}\n\nexport type EntityAddClassificationParameters = EntityAddClassificationBodyParam &\n RequestParameters;\n\nexport interface EntityGetQueryParamProperties {\n /** Whether to return minimal information for referred entities. */\n minExtInfo?: boolean;\n /** Whether to ignore relationship attributes. */\n ignoreRelationships?: boolean;\n}\n\nexport interface EntityGetQueryParam {\n queryParameters?: EntityGetQueryParamProperties;\n}\n\nexport type EntityGetParameters = EntityGetQueryParam & RequestParameters;\n\nexport interface EntityPartialUpdateAttributeByGuidBodyParam {\n /** The value of the attribute. */\n body: unknown;\n}\n\nexport interface EntityPartialUpdateAttributeByGuidQueryParamProperties {\n /** The name of the attribute. */\n name: string;\n}\n\nexport interface EntityPartialUpdateAttributeByGuidQueryParam {\n queryParameters: EntityPartialUpdateAttributeByGuidQueryParamProperties;\n}\n\nexport type EntityPartialUpdateAttributeByGuidParameters =\n EntityPartialUpdateAttributeByGuidQueryParam &\n EntityPartialUpdateAttributeByGuidBodyParam &\n RequestParameters;\nexport type EntityDeleteParameters = RequestParameters;\nexport type EntityGetClassificationParameters = RequestParameters;\nexport type EntityRemoveClassificationParameters = RequestParameters;\nexport type EntityGetClassificationsParameters = RequestParameters;\n\nexport interface EntityAddClassificationsBodyParam {\n /** An array of classifications to be added. */\n body: Array<AtlasClassification>;\n}\n\nexport type EntityAddClassificationsParameters = EntityAddClassificationsBodyParam &\n RequestParameters;\n\nexport interface EntityUpdateClassificationsBodyParam {\n /** An array of classifications to be updated. */\n body: Array<AtlasClassification>;\n}\n\nexport type EntityUpdateClassificationsParameters = EntityUpdateClassificationsBodyParam &\n RequestParameters;\n\nexport interface EntityGetByUniqueAttributesQueryParamProperties {\n /** Whether to return minimal information for referred entities. */\n minExtInfo?: boolean;\n /** Whether to ignore relationship attributes. */\n ignoreRelationships?: boolean;\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityGetByUniqueAttributesQueryParam {\n queryParameters?: EntityGetByUniqueAttributesQueryParamProperties;\n}\n\nexport type EntityGetByUniqueAttributesParameters = EntityGetByUniqueAttributesQueryParam &\n RequestParameters;\n\nexport interface EntityPartialUpdateByUniqueAttributesBodyParam {\n body?: AtlasEntityWithExtInfo;\n}\n\nexport interface EntityPartialUpdateByUniqueAttributesQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityPartialUpdateByUniqueAttributesQueryParam {\n queryParameters?: EntityPartialUpdateByUniqueAttributesQueryParamProperties;\n}\n\nexport type EntityPartialUpdateByUniqueAttributesParameters =\n EntityPartialUpdateByUniqueAttributesQueryParam &\n EntityPartialUpdateByUniqueAttributesBodyParam &\n RequestParameters;\n\nexport interface EntityDeleteByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityDeleteByUniqueAttributeQueryParam {\n queryParameters?: EntityDeleteByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityDeleteByUniqueAttributeParameters = EntityDeleteByUniqueAttributeQueryParam &\n RequestParameters;\n\nexport interface EntityRemoveClassificationByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityRemoveClassificationByUniqueAttributeQueryParam {\n queryParameters?: EntityRemoveClassificationByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityRemoveClassificationByUniqueAttributeParameters =\n EntityRemoveClassificationByUniqueAttributeQueryParam & RequestParameters;\n\nexport interface EntityAddClassificationsByUniqueAttributeBodyParam {\n /** An array of classification to be added. */\n body: Array<AtlasClassification>;\n}\n\nexport interface EntityAddClassificationsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityAddClassificationsByUniqueAttributeQueryParam {\n queryParameters?: EntityAddClassificationsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityAddClassificationsByUniqueAttributeParameters =\n EntityAddClassificationsByUniqueAttributeQueryParam &\n EntityAddClassificationsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntityUpdateClassificationsByUniqueAttributeBodyParam {\n /** An array of classification to be updated. */\n body: Array<AtlasClassification>;\n}\n\nexport interface EntityUpdateClassificationsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityUpdateClassificationsByUniqueAttributeQueryParam {\n queryParameters?: EntityUpdateClassificationsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityUpdateClassificationsByUniqueAttributeParameters =\n EntityUpdateClassificationsByUniqueAttributeQueryParam &\n EntityUpdateClassificationsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntityBulkSetClassificationsBodyParam {\n body?: AtlasEntityHeaders;\n}\n\nexport type EntityBulkSetClassificationsParameters = EntityBulkSetClassificationsBodyParam &\n RequestParameters;\n\nexport interface EntityListByUniqueAttributesQueryParamProperties {\n /** Whether to return minimal information for referred entities. */\n minExtInfo?: boolean;\n /** Whether to ignore relationship attributes. */\n ignoreRelationships?: boolean;\n /**\n * Qualified name of an entity. E.g. to find 2 entities you can set\n * attrs_1:qualifiedName=db1@cl1&attrs_2:qualifiedName=db2@cl1. (This is only an\n * example. qualifiedName can be changed to other unique attributes)\n */\n \"attr_N:qualifiedName\"?: string;\n}\n\nexport interface EntityListByUniqueAttributesQueryParam {\n queryParameters?: EntityListByUniqueAttributesQueryParamProperties;\n}\n\nexport type EntityListByUniqueAttributesParameters = EntityListByUniqueAttributesQueryParam &\n RequestParameters;\nexport type EntityGetHeaderParameters = RequestParameters;\n\nexport interface EntityRemoveBusinessMetadataBodyParam {\n /** Business metadata payload */\n body: Record<string, Record<string, unknown>>;\n}\n\nexport type EntityRemoveBusinessMetadataParameters = EntityRemoveBusinessMetadataBodyParam &\n RequestParameters;\n\nexport interface EntityAddOrUpdateBusinessMetadataBodyParam {\n /** BusinessMetadata payload */\n body: Record<string, Record<string, unknown>>;\n}\n\nexport interface EntityAddOrUpdateBusinessMetadataQueryParamProperties {\n /**\n * Whether to overwrite the existing business metadata on the entity or not,\n * default is false.\n */\n isOverwrite?: boolean;\n}\n\nexport interface EntityAddOrUpdateBusinessMetadataQueryParam {\n queryParameters?: EntityAddOrUpdateBusinessMetadataQueryParamProperties;\n}\n\nexport type EntityAddOrUpdateBusinessMetadataParameters =\n EntityAddOrUpdateBusinessMetadataQueryParam &\n EntityAddOrUpdateBusinessMetadataBodyParam &\n RequestParameters;\n\nexport interface EntityRemoveBusinessMetadataAttributesBodyParam {\n /** Business metadata attribute payload */\n body: Record<string, unknown>;\n}\n\nexport type EntityRemoveBusinessMetadataAttributesParameters =\n EntityRemoveBusinessMetadataAttributesBodyParam & RequestParameters;\n\nexport interface EntityAddOrUpdateBusinessMetadataAttributesBodyParam {\n /** Business metadata attribute payload */\n body: Record<string, unknown>;\n}\n\nexport type EntityAddOrUpdateBusinessMetadataAttributesParameters =\n EntityAddOrUpdateBusinessMetadataAttributesBodyParam & RequestParameters;\nexport type EntityGetSampleBusinessMetadataTemplateParameters = RequestParameters;\n\nexport interface EntityImportBusinessMetadataBodyParam {\n body?: BusinessMetadataOptions;\n}\n\nexport interface EntityImportBusinessMetadataMediaTypesParam {\n /** The content type for the operation. Always multipart/form-data for this operation. */\n contentType: \"multipart/form-data\";\n}\n\nexport type EntityImportBusinessMetadataParameters = EntityImportBusinessMetadataMediaTypesParam &\n EntityImportBusinessMetadataBodyParam &\n RequestParameters;\n\nexport interface EntityRemoveLabelsBodyParam {\n /** set of labels to be deleted */\n body?: string[];\n}\n\nexport type EntityRemoveLabelsParameters = EntityRemoveLabelsBodyParam & RequestParameters;\n\nexport interface EntitySetLabelsBodyParam {\n /** set of labels to be set to the entity */\n body?: string[];\n}\n\nexport type EntitySetLabelsParameters = EntitySetLabelsBodyParam & RequestParameters;\n\nexport interface EntityAddLabelBodyParam {\n /** set of labels to be added */\n body?: string[];\n}\n\nexport type EntityAddLabelParameters = EntityAddLabelBodyParam & RequestParameters;\n\nexport interface EntityRemoveLabelsByUniqueAttributeBodyParam {\n /** set of labels to be deleted */\n body?: string[];\n}\n\nexport interface EntityRemoveLabelsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityRemoveLabelsByUniqueAttributeQueryParam {\n queryParameters?: EntityRemoveLabelsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityRemoveLabelsByUniqueAttributeParameters =\n EntityRemoveLabelsByUniqueAttributeQueryParam &\n EntityRemoveLabelsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntitySetLabelsByUniqueAttributeBodyParam {\n /** set of labels to be set */\n body?: string[];\n}\n\nexport interface EntitySetLabelsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntitySetLabelsByUniqueAttributeQueryParam {\n queryParameters?: EntitySetLabelsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntitySetLabelsByUniqueAttributeParameters =\n EntitySetLabelsByUniqueAttributeQueryParam &\n EntitySetLabelsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntityAddLabelsByUniqueAttributeBodyParam {\n /** set of labels to be added */\n body?: string[];\n}\n\nexport interface EntityAddLabelsByUniqueAttributeQueryParamProperties {\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface EntityAddLabelsByUniqueAttributeQueryParam {\n queryParameters?: EntityAddLabelsByUniqueAttributeQueryParamProperties;\n}\n\nexport type EntityAddLabelsByUniqueAttributeParameters =\n EntityAddLabelsByUniqueAttributeQueryParam &\n EntityAddLabelsByUniqueAttributeBodyParam &\n RequestParameters;\n\nexport interface EntityMoveEntitiesToCollectionBodyParam {\n body?: MoveEntitiesOptions;\n}\n\nexport interface EntityMoveEntitiesToCollectionQueryParamProperties {\n /** The collection where entities will be moved to. */\n collectionId: string;\n}\n\nexport interface EntityMoveEntitiesToCollectionQueryParam {\n queryParameters: EntityMoveEntitiesToCollectionQueryParamProperties;\n}\n\nexport type EntityMoveEntitiesToCollectionParameters = EntityMoveEntitiesToCollectionQueryParam &\n EntityMoveEntitiesToCollectionBodyParam &\n RequestParameters;\n\nexport interface GlossaryListQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n /** Whether ignore terms and categories */\n ignoreTermsAndCategories?: boolean;\n}\n\nexport interface GlossaryListQueryParam {\n queryParameters?: GlossaryListQueryParamProperties;\n}\n\nexport type GlossaryListParameters = GlossaryListQueryParam & RequestParameters;\n\nexport interface GlossaryCreateBodyParam {\n body?: AtlasGlossary;\n}\n\nexport type GlossaryCreateParameters = GlossaryCreateBodyParam & RequestParameters;\n\nexport interface GlossaryCreateCategoriesBodyParam {\n /** An array of glossary category definitions to be created. */\n body: Array<AtlasGlossaryCategory>;\n}\n\nexport type GlossaryCreateCategoriesParameters = GlossaryCreateCategoriesBodyParam &\n RequestParameters;\n\nexport interface GlossaryCreateCategoryBodyParam {\n body?: AtlasGlossaryCategory;\n}\n\nexport type GlossaryCreateCategoryParameters = GlossaryCreateCategoryBodyParam & RequestParameters;\nexport type GlossaryGetCategoryParameters = RequestParameters;\n\nexport interface GlossaryUpdateCategoryBodyParam {\n body?: AtlasGlossaryCategory;\n}\n\nexport type GlossaryUpdateCategoryParameters = GlossaryUpdateCategoryBodyParam & RequestParameters;\nexport type GlossaryDeleteCategoryParameters = RequestParameters;\n\nexport interface GlossaryPartialUpdateCategoryBodyParam {\n /**\n * A map containing keys as attribute names and values as corresponding attribute\n * values for partial update.\n */\n body: Record<string, string>;\n}\n\nexport type GlossaryPartialUpdateCategoryParameters = GlossaryPartialUpdateCategoryBodyParam &\n RequestParameters;\n\nexport interface GlossaryListRelatedCategoriesQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListRelatedCategoriesQueryParam {\n queryParameters?: GlossaryListRelatedCategoriesQueryParamProperties;\n}\n\nexport type GlossaryListRelatedCategoriesParameters = GlossaryListRelatedCategoriesQueryParam &\n RequestParameters;\n\nexport interface GlossaryListCategoryTermsQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListCategoryTermsQueryParam {\n queryParameters?: GlossaryListCategoryTermsQueryParamProperties;\n}\n\nexport type GlossaryListCategoryTermsParameters = GlossaryListCategoryTermsQueryParam &\n RequestParameters;\n\nexport interface GlossaryCreateTermBodyParam {\n body?: AtlasGlossaryTerm;\n}\n\nexport interface GlossaryCreateTermQueryParamProperties {\n /** Whether include term hierarchy */\n includeTermHierarchy?: boolean;\n}\n\nexport interface GlossaryCreateTermQueryParam {\n queryParameters?: GlossaryCreateTermQueryParamProperties;\n}\n\nexport type GlossaryCreateTermParameters = GlossaryCreateTermQueryParam &\n GlossaryCreateTermBodyParam &\n RequestParameters;\nexport type GlossaryGetTermParameters = RequestParameters;\n\nexport interface GlossaryUpdateTermBodyParam {\n body?: AtlasGlossaryTerm;\n}\n\nexport interface GlossaryUpdateTermQueryParamProperties {\n /** Whether include term hierarchy */\n includeTermHierarchy?: boolean;\n}\n\nexport interface GlossaryUpdateTermQueryParam {\n queryParameters?: GlossaryUpdateTermQueryParamProperties;\n}\n\nexport type GlossaryUpdateTermParameters = GlossaryUpdateTermQueryParam &\n GlossaryUpdateTermBodyParam &\n RequestParameters;\nexport type GlossaryDeleteTermParameters = RequestParameters;\n\nexport interface GlossaryPartialUpdateTermBodyParam {\n /**\n * A map containing keys as attribute names and values as corresponding attribute\n * values to be updated.\n */\n body: Record<string, string>;\n}\n\nexport interface GlossaryPartialUpdateTermQueryParamProperties {\n /** Whether include term hierarchy */\n includeTermHierarchy?: boolean;\n}\n\nexport interface GlossaryPartialUpdateTermQueryParam {\n queryParameters?: GlossaryPartialUpdateTermQueryParamProperties;\n}\n\nexport type GlossaryPartialUpdateTermParameters = GlossaryPartialUpdateTermQueryParam &\n GlossaryPartialUpdateTermBodyParam &\n RequestParameters;\n\nexport interface GlossaryCreateTermsBodyParam {\n /** An array of glossary term definitions to be created in bulk. */\n body: Array<AtlasGlossaryTerm>;\n}\n\nexport interface GlossaryCreateTermsQueryParamProperties {\n /** Whether include term hierarchy */\n includeTermHierarchy?: boolean;\n}\n\nexport interface GlossaryCreateTermsQueryParam {\n queryParameters?: GlossaryCreateTermsQueryParamProperties;\n}\n\nexport type GlossaryCreateTermsParameters = GlossaryCreateTermsQueryParam &\n GlossaryCreateTermsBodyParam &\n RequestParameters;\n\nexport interface GlossaryListEntitiesAssignedWithTermQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListEntitiesAssignedWithTermQueryParam {\n queryParameters?: GlossaryListEntitiesAssignedWithTermQueryParamProperties;\n}\n\nexport type GlossaryListEntitiesAssignedWithTermParameters =\n GlossaryListEntitiesAssignedWithTermQueryParam & RequestParameters;\n\nexport interface GlossaryAssignTermToEntitiesBodyParam {\n /** An array of related object IDs to which the term has to be associated. */\n body: Array<AtlasRelatedObjectId>;\n}\n\nexport type GlossaryAssignTermToEntitiesParameters = GlossaryAssignTermToEntitiesBodyParam &\n RequestParameters;\n\nexport interface GlossaryDeleteTermAssignmentFromEntitiesBodyParam {\n /** An array of related object IDs from which the term has to be dissociated. */\n body: Array<AtlasRelatedObjectId>;\n}\n\nexport type GlossaryDeleteTermAssignmentFromEntitiesParameters =\n GlossaryDeleteTermAssignmentFromEntitiesBodyParam & RequestParameters;\n\nexport interface GlossaryListRelatedTermsQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListRelatedTermsQueryParam {\n queryParameters?: GlossaryListRelatedTermsQueryParamProperties;\n}\n\nexport type GlossaryListRelatedTermsParameters = GlossaryListRelatedTermsQueryParam &\n RequestParameters;\nexport type GlossaryGetParameters = RequestParameters;\n\nexport interface GlossaryUpdateBodyParam {\n body?: AtlasGlossary;\n}\n\nexport interface GlossaryUpdateQueryParamProperties {\n /** Whether ignore terms and categories */\n ignoreTermsAndCategories?: boolean;\n}\n\nexport interface GlossaryUpdateQueryParam {\n queryParameters?: GlossaryUpdateQueryParamProperties;\n}\n\nexport type GlossaryUpdateParameters = GlossaryUpdateQueryParam &\n GlossaryUpdateBodyParam &\n RequestParameters;\nexport type GlossaryDeleteParameters = RequestParameters;\n\nexport interface GlossaryListCategoriesQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListCategoriesQueryParam {\n queryParameters?: GlossaryListCategoriesQueryParamProperties;\n}\n\nexport type GlossaryListCategoriesParameters = GlossaryListCategoriesQueryParam & RequestParameters;\n\nexport interface GlossaryListCategoriesHeadersQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListCategoriesHeadersQueryParam {\n queryParameters?: GlossaryListCategoriesHeadersQueryParamProperties;\n}\n\nexport type GlossaryListCategoriesHeadersParameters = GlossaryListCategoriesHeadersQueryParam &\n RequestParameters;\nexport type GlossaryGetDetailedParameters = RequestParameters;\n\nexport interface GlossaryPartialUpdateBodyParam {\n /**\n * A map containing keys as attribute names and values as corresponding attribute\n * values.\n */\n body: Record<string, string>;\n}\n\nexport interface GlossaryPartialUpdateQueryParamProperties {\n /** Whether ignore terms and categories */\n ignoreTermsAndCategories?: boolean;\n}\n\nexport interface GlossaryPartialUpdateQueryParam {\n queryParameters?: GlossaryPartialUpdateQueryParamProperties;\n}\n\nexport type GlossaryPartialUpdateParameters = GlossaryPartialUpdateQueryParam &\n GlossaryPartialUpdateBodyParam &\n RequestParameters;\n\nexport interface GlossaryListTermsQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListTermsQueryParam {\n queryParameters?: GlossaryListTermsQueryParamProperties;\n}\n\nexport type GlossaryListTermsParameters = GlossaryListTermsQueryParam & RequestParameters;\n\nexport interface GlossaryListTermHeadersQueryParamProperties {\n /** The page size - by default there is no paging. */\n limit?: number;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The sort order, ASC (default) or DESC. */\n sort?: string;\n}\n\nexport interface GlossaryListTermHeadersQueryParam {\n queryParameters?: GlossaryListTermHeadersQueryParamProperties;\n}\n\nexport type GlossaryListTermHeadersParameters = GlossaryListTermHeadersQueryParam &\n RequestParameters;\n\nexport interface DiscoveryQueryBodyParam {\n body?: QueryOptions;\n}\n\nexport type DiscoveryQueryParameters = DiscoveryQueryBodyParam & RequestParameters;\n\nexport interface DiscoverySuggestBodyParam {\n body?: SuggestOptions;\n}\n\nexport type DiscoverySuggestParameters = DiscoverySuggestBodyParam & RequestParameters;\n\nexport interface DiscoveryAutoCompleteBodyParam {\n body?: AutoCompleteOptions;\n}\n\nexport type DiscoveryAutoCompleteParameters = DiscoveryAutoCompleteBodyParam & RequestParameters;\n\nexport interface LineageGetQueryParamProperties {\n /** The number of hops for lineage. */\n depth?: number;\n /**\n * The direction of the lineage, which could be INPUT, OUTPUT or BOTH.\n *\n * Possible values: \"INPUT\", \"OUTPUT\", \"BOTH\"\n */\n direction: string;\n}\n\nexport interface LineageGetQueryParam {\n queryParameters: LineageGetQueryParamProperties;\n}\n\nexport type LineageGetParameters = LineageGetQueryParam & RequestParameters;\n\nexport interface LineageGetNextPageQueryParamProperties {\n /**\n * The direction of the lineage, which could be INPUT, OUTPUT or BOTH.\n *\n * Possible values: \"INPUT\", \"OUTPUT\", \"BOTH\"\n */\n direction: string;\n /** The offset for pagination purpose. */\n offset?: number;\n /** The page size - by default there is no paging. */\n limit?: number;\n}\n\nexport interface LineageGetNextPageQueryParam {\n queryParameters: LineageGetNextPageQueryParamProperties;\n}\n\nexport type LineageGetNextPageParameters = LineageGetNextPageQueryParam & RequestParameters;\n\nexport interface LineageGetByUniqueAttributeQueryParamProperties {\n /** The number of hops for lineage. */\n depth?: number;\n /**\n * The direction of the lineage, which could be INPUT, OUTPUT or BOTH.\n *\n * Possible values: \"INPUT\", \"OUTPUT\", \"BOTH\"\n */\n direction: string;\n /**\n * The qualified name of the entity. (This is only an example. qualifiedName can\n * be changed to other unique attributes)\n */\n \"attr:qualifiedName\"?: string;\n}\n\nexport interface LineageGetByUniqueAttributeQueryParam {\n queryParameters: LineageGetByUniqueAttributeQueryParamProperties;\n}\n\nexport type LineageGetByUniqueAttributeParameters = LineageGetByUniqueAttributeQueryParam &\n RequestParameters;\n\nexport interface RelationshipCreateBodyParam {\n body?: AtlasRelationship;\n}\n\nexport type RelationshipCreateParameters = RelationshipCreateBodyParam & RequestParameters;\n\nexport interface RelationshipUpdateBodyParam {\n body?: AtlasRelationship;\n}\n\nexport type RelationshipUpdateParameters = RelationshipUpdateBodyParam & RequestParameters;\n\nexport interface RelationshipGetQueryParamProperties {\n /** Limits whether includes extended information. */\n extendedInfo?: boolean;\n}\n\nexport interface RelationshipGetQueryParam {\n queryParameters?: RelationshipGetQueryParamProperties;\n}\n\nexport type RelationshipGetParameters = RelationshipGetQueryParam & RequestParameters;\nexport type RelationshipDeleteParameters = RequestParameters;\nexport type TypeGetBusinessMetadataDefByGuidParameters = RequestParameters;\nexport type TypeGetBusinessMetadataDefByNameParameters = RequestParameters;\nexport type TypeGetClassificationDefByGuidParameters = RequestParameters;\nexport type TypeGetClassificationDefByNameParameters = RequestParameters;\nexport type TypeGetEntityDefByGuidParameters = RequestParameters;\nexport type TypeGetEntityDefByNameParameters = RequestParameters;\nexport type TypeGetEnumDefByGuidParameters = RequestParameters;\nexport type TypeGetEnumDefByNameParameters = RequestParameters;\nexport type TypeGetRelationshipDefByGuidParameters = RequestParameters;\nexport type TypeGetRelationshipDefByNameParameters = RequestParameters;\nexport type TypeGetStructDefByGuidParameters = RequestParameters;\nexport type TypeGetStructDefByNameParameters = RequestParameters;\nexport type TypeGetByGuidParameters = RequestParameters;\nexport type TypeGetByNameParameters = RequestParameters;\nexport type TypeDeleteParameters = RequestParameters;\n\nexport interface TypeListQueryParamProperties {\n /**\n * Whether include termtemplatedef when return all typedefs.\n * This is always true\n * when search filter type=term_template\n */\n includeTermTemplate?: boolean;\n /**\n * Typedef name as search filter when get typedefs.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n type?: string;\n}\n\nexport interface TypeListQueryParam {\n queryParameters?: TypeListQueryParamProperties;\n}\n\nexport type TypeListParameters = TypeListQueryParam & RequestParameters;\n\nexport interface TypeBulkCreateBodyParam {\n body?: AtlasTypesDef;\n}\n\nexport type TypeBulkCreateParameters = TypeBulkCreateBodyParam & RequestParameters;\n\nexport interface TypeBulkUpdateBodyParam {\n body?: AtlasTypesDef;\n}\n\nexport type TypeBulkUpdateParameters = TypeBulkUpdateBodyParam & RequestParameters;\n\nexport interface TypeBulkDeleteBodyParam {\n body?: AtlasTypesDef;\n}\n\nexport type TypeBulkDeleteParameters = TypeBulkDeleteBodyParam & RequestParameters;\n\nexport interface TypeListHeadersQueryParamProperties {\n /**\n * Whether include termtemplatedef when return all typedefs.\n * This is always true\n * when search filter type=term_template\n */\n includeTermTemplate?: boolean;\n /**\n * Typedef name as search filter when get typedefs.\n *\n * Possible values: \"PRIMITIVE\", \"OBJECT_ID_TYPE\", \"ENUM\", \"STRUCT\", \"CLASSIFICATION\", \"ENTITY\", \"ARRAY\", \"MAP\", \"RELATIONSHIP\", \"TERM_TEMPLATE\"\n */\n type?: string;\n}\n\nexport interface TypeListHeadersQueryParam {\n queryParameters?: TypeListHeadersQueryParamProperties;\n}\n\nexport type TypeListHeadersParameters = TypeListHeadersQueryParam & RequestParameters;\nexport type TypeGetTermTemplateDefByGuidParameters = RequestParameters;\nexport type TypeGetTermTemplateDefByNameParameters = RequestParameters;\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"purviewDataMapClient.js","sourceRoot":"","sources":["../../src/purviewDataMapClient.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,SAAS,EAAiB,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAIlC;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,YAAY,CAClC,QAAgB,EAChB,WAA4B,EAC5B,UAAyB,EAAE;;IAE3B,MAAM,OAAO,GAAG,MAAA,OAAO,CAAC,OAAO,mCAAI,GAAG,QAAQ,cAAc,CAAC;IAC7D,OAAO,CAAC,UAAU,GAAG,MAAA,OAAO,CAAC,UAAU,mCAAI,YAAY,CAAC;IACxD,MAAM,aAAa,GAAG,4CAA4C,CAAC;IACnE,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;QAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,aAAa,EAAE;QAChE,CAAC,CAAC,GAAG,aAAa,EAAE,CAAC;IACzB,OAAO,mCACF,OAAO,KACV,gBAAgB,EAAE;YAChB,eAAe;SAChB,EACD,cAAc,EAAE;YACd,MAAM,EAAE,MAAA,MAAA,OAAO,CAAC,cAAc,0CAAE,MAAM,mCAAI,MAAM,CAAC,IAAI;SACtD,EACD,WAAW,EAAE;YACX,MAAM,EAAE,MAAA,MAAA,OAAO,CAAC,WAAW,0CAAE,MAAM,mCAAI,CAAC,oCAAoC,CAAC;SAC9E,GACF,CAAC;IAEF,MAAM,MAAM,GAAG,SAAS,CAAC,OAAO,EAAE,WAAW,EAAE,OAAO,CAAyB,CAAC;IAEhF,OAAO,MAAM,CAAC;AAChB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { getClient, ClientOptions } from \"@azure-rest/core-client\";\nimport { logger } from \"./logger\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport { PurviewDataMapClient } from \"./clientDefinitions\";\n\n/**\n * Initialize a new instance of `PurviewDataMapClient`\n * @param endpoint - A sequence of textual characters.\n * @param credentials - uniquely identify client credential\n * @param options - the parameter for all optional parameters\n */\nexport default function createClient(\n endpoint: string,\n credentials: TokenCredential,\n options: ClientOptions = {},\n): PurviewDataMapClient {\n const baseUrl = options.baseUrl ?? `${endpoint}/datamap/api`;\n options.apiVersion = options.apiVersion ?? \"2023-09-01\";\n const userAgentInfo = `azsdk-js-purview-datamap-rest/1.0.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`\n : `${userAgentInfo}`;\n options = {\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n loggingOptions: {\n logger: options.loggingOptions?.logger ?? logger.info,\n },\n credentials: {\n scopes: options.credentials?.scopes ?? [\"https://purview.azure.net/.default\"],\n },\n };\n\n const client = getClient(baseUrl, credentials, options) as PurviewDataMapClient;\n\n return client;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { HttpResponse } from \"@azure-rest/core-client\";\nimport {\n EntityMutationResultOutput,\n AtlasErrorResponseOutput,\n AtlasEntitiesWithExtInfoOutput,\n AtlasEntityWithExtInfoOutput,\n AtlasClassificationOutput,\n AtlasClassificationsOutput,\n AtlasEntityHeaderOutput,\n BulkImportResultOutput,\n AtlasGlossaryOutput,\n AtlasGlossaryCategoryOutput,\n AtlasRelatedTermHeaderOutput,\n AtlasGlossaryTermOutput,\n AtlasRelatedObjectIdOutput,\n AtlasRelatedCategoryHeaderOutput,\n AtlasGlossaryExtInfoOutput,\n QueryResultOutput,\n SuggestResultOutput,\n AutoCompleteResultOutput,\n AtlasLineageInfoOutput,\n AtlasRelationshipOutput,\n AtlasRelationshipWithExtInfoOutput,\n AtlasBusinessMetadataDefOutput,\n AtlasClassificationDefOutput,\n AtlasEntityDefOutput,\n AtlasEnumDefOutput,\n AtlasRelationshipDefOutput,\n AtlasStructDefOutput,\n AtlasTypeDefOutput,\n AtlasTypesDefOutput,\n AtlasTypeDefHeaderOutput,\n TermTemplateDefOutput,\n} from \"./outputModels\";\n\n/** The request has succeeded. */\nexport interface EntityCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityListByGuids200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntitiesWithExtInfoOutput;\n}\n\nexport interface EntityListByGuidsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityBulkCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityBulkCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityBulkDelete200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityBulkDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddClassification204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddClassificationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGet200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityWithExtInfoOutput;\n}\n\nexport interface EntityGetDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityPartialUpdateAttributeByGuid200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityPartialUpdateAttributeByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityDeleteOperation200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityDeleteOperationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGetClassification200Response extends HttpResponse {\n status: \"200\";\n body: AtlasClassificationOutput;\n}\n\nexport interface EntityGetClassificationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveClassification204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveClassificationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGetClassifications200Response extends HttpResponse {\n status: \"200\";\n body: AtlasClassificationsOutput;\n}\n\nexport interface EntityGetClassificationsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddClassifications204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddClassificationsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityUpdateClassifications204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityUpdateClassificationsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGetByUniqueAttributes200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityWithExtInfoOutput;\n}\n\nexport interface EntityGetByUniqueAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityPartialUpdateByUniqueAttributes200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityPartialUpdateByUniqueAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityDeleteByUniqueAttribute200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityDeleteByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveClassificationByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveClassificationByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddClassificationsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddClassificationsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityUpdateClassificationsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityUpdateClassificationsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityBulkSetClassifications200Response extends HttpResponse {\n status: \"200\";\n body: string[];\n}\n\nexport interface EntityBulkSetClassificationsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityListByUniqueAttributes200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntitiesWithExtInfoOutput;\n}\n\nexport interface EntityListByUniqueAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGetHeader200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityHeaderOutput;\n}\n\nexport interface EntityGetHeaderDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveBusinessMetadata204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveBusinessMetadataDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddOrUpdateBusinessMetadata204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddOrUpdateBusinessMetadataDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveBusinessMetadataAttributes204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveBusinessMetadataAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddOrUpdateBusinessMetadataAttributes204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityGetSampleBusinessMetadataTemplate200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\nexport interface EntityGetSampleBusinessMetadataTemplateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityImportBusinessMetadata200Response extends HttpResponse {\n status: \"200\";\n body: BulkImportResultOutput;\n}\n\nexport interface EntityImportBusinessMetadataDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveLabels204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveLabelsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntitySetLabels204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntitySetLabelsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddLabel204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddLabelDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityRemoveLabelsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityRemoveLabelsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntitySetLabelsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntitySetLabelsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface EntityAddLabelsByUniqueAttribute204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface EntityAddLabelsByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface EntityMoveEntitiesToCollection200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityMoveEntitiesToCollectionDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryList200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryOutput>;\n}\n\nexport interface GlossaryListDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryOutput;\n}\n\nexport interface GlossaryCreateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreateCategories200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryCategoryOutput>;\n}\n\nexport interface GlossaryCreateCategoriesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreateCategory200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryCategoryOutput;\n}\n\nexport interface GlossaryCreateCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryGetCategory200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryCategoryOutput;\n}\n\nexport interface GlossaryGetCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryUpdateCategory200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryCategoryOutput;\n}\n\nexport interface GlossaryUpdateCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryDeleteCategory204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryDeleteCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryPartialUpdateCategory200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryCategoryOutput;\n}\n\nexport interface GlossaryPartialUpdateCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListRelatedCategories200Response extends HttpResponse {\n status: \"200\";\n body: Record<string, Array<AtlasRelatedCategoryHeaderOutput>>;\n}\n\nexport interface GlossaryListRelatedCategoriesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListCategoryTerms200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasRelatedTermHeaderOutput>;\n}\n\nexport interface GlossaryListCategoryTermsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreateTerm200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryTermOutput;\n}\n\nexport interface GlossaryCreateTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryGetTerm200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryTermOutput;\n}\n\nexport interface GlossaryGetTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryUpdateTerm200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryTermOutput;\n}\n\nexport interface GlossaryUpdateTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryDeleteTerm204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryDeleteTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryPartialUpdateTerm200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryTermOutput;\n}\n\nexport interface GlossaryPartialUpdateTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryCreateTerms200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryTermOutput>;\n}\n\nexport interface GlossaryCreateTermsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListEntitiesAssignedWithTerm200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasRelatedObjectIdOutput>;\n}\n\nexport interface GlossaryListEntitiesAssignedWithTermDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryAssignTermToEntities204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryAssignTermToEntitiesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryDeleteTermAssignmentFromEntities204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListRelatedTerms200Response extends HttpResponse {\n status: \"200\";\n body: Record<string, Array<AtlasRelatedTermHeaderOutput>>;\n}\n\nexport interface GlossaryListRelatedTermsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryGet200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryOutput;\n}\n\nexport interface GlossaryGetDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryOutput;\n}\n\nexport interface GlossaryUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface GlossaryDeleteOperation204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryDeleteOperationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListCategories200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryCategoryOutput>;\n}\n\nexport interface GlossaryListCategoriesDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListCategoriesHeaders200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasRelatedCategoryHeaderOutput>;\n}\n\nexport interface GlossaryListCategoriesHeadersDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryGetDetailed200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryExtInfoOutput;\n}\n\nexport interface GlossaryGetDetailedDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryPartialUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasGlossaryOutput;\n}\n\nexport interface GlossaryPartialUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListTerms200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasGlossaryTermOutput>;\n}\n\nexport interface GlossaryListTermsDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface GlossaryListTermHeaders200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasRelatedTermHeaderOutput>;\n}\n\nexport interface GlossaryListTermHeadersDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface DiscoveryQuery200Response extends HttpResponse {\n status: \"200\";\n body: QueryResultOutput;\n}\n\nexport interface DiscoveryQueryDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface DiscoverySuggest200Response extends HttpResponse {\n status: \"200\";\n body: SuggestResultOutput;\n}\n\nexport interface DiscoverySuggestDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface DiscoveryAutoComplete200Response extends HttpResponse {\n status: \"200\";\n body: AutoCompleteResultOutput;\n}\n\nexport interface DiscoveryAutoCompleteDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface LineageGet200Response extends HttpResponse {\n status: \"200\";\n body: AtlasLineageInfoOutput;\n}\n\nexport interface LineageGetDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface LineageGetNextPage200Response extends HttpResponse {\n status: \"200\";\n body: AtlasLineageInfoOutput;\n}\n\nexport interface LineageGetNextPageDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface LineageGetByUniqueAttribute200Response extends HttpResponse {\n status: \"200\";\n body: AtlasLineageInfoOutput;\n}\n\nexport interface LineageGetByUniqueAttributeDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface RelationshipCreate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipOutput;\n}\n\nexport interface RelationshipCreateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface RelationshipUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipOutput;\n}\n\nexport interface RelationshipUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface RelationshipGet200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipWithExtInfoOutput;\n}\n\nexport interface RelationshipGetDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface RelationshipDeleteOperation204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface RelationshipDeleteOperationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetBusinessMetadataDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasBusinessMetadataDefOutput;\n}\n\nexport interface TypeGetBusinessMetadataDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetBusinessMetadataDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasBusinessMetadataDefOutput;\n}\n\nexport interface TypeGetBusinessMetadataDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetClassificationDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasClassificationDefOutput;\n}\n\nexport interface TypeGetClassificationDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetClassificationDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasClassificationDefOutput;\n}\n\nexport interface TypeGetClassificationDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetEntityDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityDefOutput;\n}\n\nexport interface TypeGetEntityDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetEntityDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEntityDefOutput;\n}\n\nexport interface TypeGetEntityDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetEnumDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEnumDefOutput;\n}\n\nexport interface TypeGetEnumDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetEnumDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasEnumDefOutput;\n}\n\nexport interface TypeGetEnumDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetRelationshipDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipDefOutput;\n}\n\nexport interface TypeGetRelationshipDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetRelationshipDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasRelationshipDefOutput;\n}\n\nexport interface TypeGetRelationshipDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetStructDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasStructDefOutput;\n}\n\nexport interface TypeGetStructDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetStructDefByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasStructDefOutput;\n}\n\nexport interface TypeGetStructDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetByGuid200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypeDefOutput;\n}\n\nexport interface TypeGetByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetByName200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypeDefOutput;\n}\n\nexport interface TypeGetByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TypeDeleteOperation204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TypeDeleteOperationDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeList200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypesDefOutput;\n}\n\nexport interface TypeListDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeBulkCreate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypesDefOutput;\n}\n\nexport interface TypeBulkCreateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeBulkUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AtlasTypesDefOutput;\n}\n\nexport interface TypeBulkUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface TypeBulkDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TypeBulkDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeListHeaders200Response extends HttpResponse {\n status: \"200\";\n body: Array<AtlasTypeDefHeaderOutput>;\n}\n\nexport interface TypeListHeadersDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetTermTemplateDefByGuid200Response extends HttpResponse {\n status: \"200\";\n body: TermTemplateDefOutput;\n}\n\nexport interface TypeGetTermTemplateDefByGuidDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n\n/** The request has succeeded. */\nexport interface TypeGetTermTemplateDefByName200Response extends HttpResponse {\n status: \"200\";\n body: TermTemplateDefOutput;\n}\n\nexport interface TypeGetTermTemplateDefByNameDefaultResponse extends HttpResponse {\n status: string;\n body: AtlasErrorResponseOutput;\n}\n"]}
|