@azure-rest/purview-datamap 1.0.0-alpha.20241120.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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clientDefinitions.js","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n EntityCreateOrUpdateParameters,\n EntityListByGuidsParameters,\n EntityBulkCreateOrUpdateParameters,\n EntityBulkDeleteParameters,\n EntityAddClassificationParameters,\n EntityGetParameters,\n EntityPartialUpdateAttributeByGuidParameters,\n EntityDeleteParameters,\n EntityGetClassificationParameters,\n EntityRemoveClassificationParameters,\n EntityGetClassificationsParameters,\n EntityAddClassificationsParameters,\n EntityUpdateClassificationsParameters,\n EntityGetByUniqueAttributesParameters,\n EntityPartialUpdateByUniqueAttributesParameters,\n EntityDeleteByUniqueAttributeParameters,\n EntityRemoveClassificationByUniqueAttributeParameters,\n EntityAddClassificationsByUniqueAttributeParameters,\n EntityUpdateClassificationsByUniqueAttributeParameters,\n EntityBulkSetClassificationsParameters,\n EntityListByUniqueAttributesParameters,\n EntityGetHeaderParameters,\n EntityRemoveBusinessMetadataParameters,\n EntityAddOrUpdateBusinessMetadataParameters,\n EntityRemoveBusinessMetadataAttributesParameters,\n EntityAddOrUpdateBusinessMetadataAttributesParameters,\n EntityGetSampleBusinessMetadataTemplateParameters,\n EntityImportBusinessMetadataParameters,\n EntityRemoveLabelsParameters,\n EntitySetLabelsParameters,\n EntityAddLabelParameters,\n EntityRemoveLabelsByUniqueAttributeParameters,\n EntitySetLabelsByUniqueAttributeParameters,\n EntityAddLabelsByUniqueAttributeParameters,\n EntityMoveEntitiesToCollectionParameters,\n GlossaryListParameters,\n GlossaryCreateParameters,\n GlossaryCreateCategoriesParameters,\n GlossaryCreateCategoryParameters,\n GlossaryGetCategoryParameters,\n GlossaryUpdateCategoryParameters,\n GlossaryDeleteCategoryParameters,\n GlossaryPartialUpdateCategoryParameters,\n GlossaryListRelatedCategoriesParameters,\n GlossaryListCategoryTermsParameters,\n GlossaryCreateTermParameters,\n GlossaryGetTermParameters,\n GlossaryUpdateTermParameters,\n GlossaryDeleteTermParameters,\n GlossaryPartialUpdateTermParameters,\n GlossaryCreateTermsParameters,\n GlossaryListEntitiesAssignedWithTermParameters,\n GlossaryAssignTermToEntitiesParameters,\n GlossaryDeleteTermAssignmentFromEntitiesParameters,\n GlossaryListRelatedTermsParameters,\n GlossaryGetParameters,\n GlossaryUpdateParameters,\n GlossaryDeleteParameters,\n GlossaryListCategoriesParameters,\n GlossaryListCategoriesHeadersParameters,\n GlossaryGetDetailedParameters,\n GlossaryPartialUpdateParameters,\n GlossaryListTermsParameters,\n GlossaryListTermHeadersParameters,\n DiscoveryQueryParameters,\n DiscoverySuggestParameters,\n DiscoveryAutoCompleteParameters,\n LineageGetParameters,\n LineageGetNextPageParameters,\n LineageGetByUniqueAttributeParameters,\n RelationshipCreateParameters,\n RelationshipUpdateParameters,\n RelationshipGetParameters,\n RelationshipDeleteParameters,\n TypeGetBusinessMetadataDefByGuidParameters,\n TypeGetBusinessMetadataDefByNameParameters,\n TypeGetClassificationDefByGuidParameters,\n TypeGetClassificationDefByNameParameters,\n TypeGetEntityDefByGuidParameters,\n TypeGetEntityDefByNameParameters,\n TypeGetEnumDefByGuidParameters,\n TypeGetEnumDefByNameParameters,\n TypeGetRelationshipDefByGuidParameters,\n TypeGetRelationshipDefByNameParameters,\n TypeGetStructDefByGuidParameters,\n TypeGetStructDefByNameParameters,\n TypeGetByGuidParameters,\n TypeGetByNameParameters,\n TypeDeleteParameters,\n TypeListParameters,\n TypeBulkCreateParameters,\n TypeBulkUpdateParameters,\n TypeBulkDeleteParameters,\n TypeListHeadersParameters,\n TypeGetTermTemplateDefByGuidParameters,\n TypeGetTermTemplateDefByNameParameters,\n} from \"./parameters\";\nimport type {\n EntityCreateOrUpdate200Response,\n EntityCreateOrUpdateDefaultResponse,\n EntityListByGuids200Response,\n EntityListByGuidsDefaultResponse,\n EntityBulkCreateOrUpdate200Response,\n EntityBulkCreateOrUpdateDefaultResponse,\n EntityBulkDelete200Response,\n EntityBulkDeleteDefaultResponse,\n EntityAddClassification204Response,\n EntityAddClassificationDefaultResponse,\n EntityGet200Response,\n EntityGetDefaultResponse,\n EntityPartialUpdateAttributeByGuid200Response,\n EntityPartialUpdateAttributeByGuidDefaultResponse,\n EntityDeleteOperation200Response,\n EntityDeleteOperationDefaultResponse,\n EntityGetClassification200Response,\n EntityGetClassificationDefaultResponse,\n EntityRemoveClassification204Response,\n EntityRemoveClassificationDefaultResponse,\n EntityGetClassifications200Response,\n EntityGetClassificationsDefaultResponse,\n EntityAddClassifications204Response,\n EntityAddClassificationsDefaultResponse,\n EntityUpdateClassifications204Response,\n EntityUpdateClassificationsDefaultResponse,\n EntityGetByUniqueAttributes200Response,\n EntityGetByUniqueAttributesDefaultResponse,\n EntityPartialUpdateByUniqueAttributes200Response,\n EntityPartialUpdateByUniqueAttributesDefaultResponse,\n EntityDeleteByUniqueAttribute200Response,\n EntityDeleteByUniqueAttributeDefaultResponse,\n EntityRemoveClassificationByUniqueAttribute204Response,\n EntityRemoveClassificationByUniqueAttributeDefaultResponse,\n EntityAddClassificationsByUniqueAttribute204Response,\n EntityAddClassificationsByUniqueAttributeDefaultResponse,\n EntityUpdateClassificationsByUniqueAttribute204Response,\n EntityUpdateClassificationsByUniqueAttributeDefaultResponse,\n EntityBulkSetClassifications200Response,\n EntityBulkSetClassificationsDefaultResponse,\n EntityListByUniqueAttributes200Response,\n EntityListByUniqueAttributesDefaultResponse,\n EntityGetHeader200Response,\n EntityGetHeaderDefaultResponse,\n EntityRemoveBusinessMetadata204Response,\n EntityRemoveBusinessMetadataDefaultResponse,\n EntityAddOrUpdateBusinessMetadata204Response,\n EntityAddOrUpdateBusinessMetadataDefaultResponse,\n EntityRemoveBusinessMetadataAttributes204Response,\n EntityRemoveBusinessMetadataAttributesDefaultResponse,\n EntityAddOrUpdateBusinessMetadataAttributes204Response,\n EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse,\n EntityGetSampleBusinessMetadataTemplate200Response,\n EntityGetSampleBusinessMetadataTemplateDefaultResponse,\n EntityImportBusinessMetadata200Response,\n EntityImportBusinessMetadataDefaultResponse,\n EntityRemoveLabels204Response,\n EntityRemoveLabelsDefaultResponse,\n EntitySetLabels204Response,\n EntitySetLabelsDefaultResponse,\n EntityAddLabel204Response,\n EntityAddLabelDefaultResponse,\n EntityRemoveLabelsByUniqueAttribute204Response,\n EntityRemoveLabelsByUniqueAttributeDefaultResponse,\n EntitySetLabelsByUniqueAttribute204Response,\n EntitySetLabelsByUniqueAttributeDefaultResponse,\n EntityAddLabelsByUniqueAttribute204Response,\n EntityAddLabelsByUniqueAttributeDefaultResponse,\n EntityMoveEntitiesToCollection200Response,\n EntityMoveEntitiesToCollectionDefaultResponse,\n GlossaryList200Response,\n GlossaryListDefaultResponse,\n GlossaryCreate200Response,\n GlossaryCreateDefaultResponse,\n GlossaryCreateCategories200Response,\n GlossaryCreateCategoriesDefaultResponse,\n GlossaryCreateCategory200Response,\n GlossaryCreateCategoryDefaultResponse,\n GlossaryGetCategory200Response,\n GlossaryGetCategoryDefaultResponse,\n GlossaryUpdateCategory200Response,\n GlossaryUpdateCategoryDefaultResponse,\n GlossaryDeleteCategory204Response,\n GlossaryDeleteCategoryDefaultResponse,\n GlossaryPartialUpdateCategory200Response,\n GlossaryPartialUpdateCategoryDefaultResponse,\n GlossaryListRelatedCategories200Response,\n GlossaryListRelatedCategoriesDefaultResponse,\n GlossaryListCategoryTerms200Response,\n GlossaryListCategoryTermsDefaultResponse,\n GlossaryCreateTerm200Response,\n GlossaryCreateTermDefaultResponse,\n GlossaryGetTerm200Response,\n GlossaryGetTermDefaultResponse,\n GlossaryUpdateTerm200Response,\n GlossaryUpdateTermDefaultResponse,\n GlossaryDeleteTerm204Response,\n GlossaryDeleteTermDefaultResponse,\n GlossaryPartialUpdateTerm200Response,\n GlossaryPartialUpdateTermDefaultResponse,\n GlossaryCreateTerms200Response,\n GlossaryCreateTermsDefaultResponse,\n GlossaryListEntitiesAssignedWithTerm200Response,\n GlossaryListEntitiesAssignedWithTermDefaultResponse,\n GlossaryAssignTermToEntities204Response,\n GlossaryAssignTermToEntitiesDefaultResponse,\n GlossaryDeleteTermAssignmentFromEntities204Response,\n GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse,\n GlossaryListRelatedTerms200Response,\n GlossaryListRelatedTermsDefaultResponse,\n GlossaryGet200Response,\n GlossaryGetDefaultResponse,\n GlossaryUpdate200Response,\n GlossaryUpdateDefaultResponse,\n GlossaryDeleteOperation204Response,\n GlossaryDeleteOperationDefaultResponse,\n GlossaryListCategories200Response,\n GlossaryListCategoriesDefaultResponse,\n GlossaryListCategoriesHeaders200Response,\n GlossaryListCategoriesHeadersDefaultResponse,\n GlossaryGetDetailed200Response,\n GlossaryGetDetailedDefaultResponse,\n GlossaryPartialUpdate200Response,\n GlossaryPartialUpdateDefaultResponse,\n GlossaryListTerms200Response,\n GlossaryListTermsDefaultResponse,\n GlossaryListTermHeaders200Response,\n GlossaryListTermHeadersDefaultResponse,\n DiscoveryQuery200Response,\n DiscoveryQueryDefaultResponse,\n DiscoverySuggest200Response,\n DiscoverySuggestDefaultResponse,\n DiscoveryAutoComplete200Response,\n DiscoveryAutoCompleteDefaultResponse,\n LineageGet200Response,\n LineageGetDefaultResponse,\n LineageGetNextPage200Response,\n LineageGetNextPageDefaultResponse,\n LineageGetByUniqueAttribute200Response,\n LineageGetByUniqueAttributeDefaultResponse,\n RelationshipCreate200Response,\n RelationshipCreateDefaultResponse,\n RelationshipUpdate200Response,\n RelationshipUpdateDefaultResponse,\n RelationshipGet200Response,\n RelationshipGetDefaultResponse,\n RelationshipDeleteOperation204Response,\n RelationshipDeleteOperationDefaultResponse,\n TypeGetBusinessMetadataDefByGuid200Response,\n TypeGetBusinessMetadataDefByGuidDefaultResponse,\n TypeGetBusinessMetadataDefByName200Response,\n TypeGetBusinessMetadataDefByNameDefaultResponse,\n TypeGetClassificationDefByGuid200Response,\n TypeGetClassificationDefByGuidDefaultResponse,\n TypeGetClassificationDefByName200Response,\n TypeGetClassificationDefByNameDefaultResponse,\n TypeGetEntityDefByGuid200Response,\n TypeGetEntityDefByGuidDefaultResponse,\n TypeGetEntityDefByName200Response,\n TypeGetEntityDefByNameDefaultResponse,\n TypeGetEnumDefByGuid200Response,\n TypeGetEnumDefByGuidDefaultResponse,\n TypeGetEnumDefByName200Response,\n TypeGetEnumDefByNameDefaultResponse,\n TypeGetRelationshipDefByGuid200Response,\n TypeGetRelationshipDefByGuidDefaultResponse,\n TypeGetRelationshipDefByName200Response,\n TypeGetRelationshipDefByNameDefaultResponse,\n TypeGetStructDefByGuid200Response,\n TypeGetStructDefByGuidDefaultResponse,\n TypeGetStructDefByName200Response,\n TypeGetStructDefByNameDefaultResponse,\n TypeGetByGuid200Response,\n TypeGetByGuidDefaultResponse,\n TypeGetByName200Response,\n TypeGetByNameDefaultResponse,\n TypeDeleteOperation204Response,\n TypeDeleteOperationDefaultResponse,\n TypeList200Response,\n TypeListDefaultResponse,\n TypeBulkCreate200Response,\n TypeBulkCreateDefaultResponse,\n TypeBulkUpdate200Response,\n TypeBulkUpdateDefaultResponse,\n TypeBulkDelete204Response,\n TypeBulkDeleteDefaultResponse,\n TypeListHeaders200Response,\n TypeListHeadersDefaultResponse,\n TypeGetTermTemplateDefByGuid200Response,\n TypeGetTermTemplateDefByGuidDefaultResponse,\n TypeGetTermTemplateDefByName200Response,\n TypeGetTermTemplateDefByNameDefaultResponse,\n} from \"./responses\";\nimport type { Client, StreamableMethod } from \"@azure-rest/core-client\";\n\nexport interface EntityCreateOrUpdate {\n /**\n * Create or update an entity.\n * Existing entity is matched using its unique guid if\n * supplied or by its unique attributes eg: qualifiedName.\n * Map and array of\n * collections are not well supported. E.g., array<array<int>>, array<map<string,\n * int>>.\n * For each contact type, the maximum number of contacts is 20.\n */\n post(\n options?: EntityCreateOrUpdateParameters,\n ): StreamableMethod<EntityCreateOrUpdate200Response | EntityCreateOrUpdateDefaultResponse>;\n}\n\nexport interface EntityListByGuids {\n /** List entities in bulk identified by its GUIDs. */\n get(\n options: EntityListByGuidsParameters,\n ): StreamableMethod<EntityListByGuids200Response | EntityListByGuidsDefaultResponse>;\n /**\n * Create or update entities in bulk.\n * Existing entity is matched using its unique\n * guid if supplied or by its unique attributes eg: qualifiedName.\n * Map and array\n * of collections are not well supported. E.g., array<array<int>>,\n * array<map<string, int>>.\n * For each contact type, the maximum number of contacts\n * is 20.\n */\n post(\n options?: EntityBulkCreateOrUpdateParameters,\n ): StreamableMethod<\n EntityBulkCreateOrUpdate200Response | EntityBulkCreateOrUpdateDefaultResponse\n >;\n /**\n * Delete a list of entities in bulk identified by their GUIDs or unique\n * attributes.\n */\n delete(\n options: EntityBulkDeleteParameters,\n ): StreamableMethod<EntityBulkDelete200Response | EntityBulkDeleteDefaultResponse>;\n}\n\nexport interface EntityAddClassification {\n /** Associate a classification to multiple entities in bulk. */\n post(\n options?: EntityAddClassificationParameters,\n ): StreamableMethod<EntityAddClassification204Response | EntityAddClassificationDefaultResponse>;\n}\n\nexport interface EntityGet {\n /** Get complete definition of an entity given its GUID. */\n get(\n options?: EntityGetParameters,\n ): StreamableMethod<EntityGet200Response | EntityGetDefaultResponse>;\n /**\n * Update entity partially - create or update entity attribute identified by its\n * GUID.\n * Supports only primitive attribute type and entity references.\n * It does not support updating complex types like arrays, and maps.\n * Null updates are not possible.\n */\n put(\n options: EntityPartialUpdateAttributeByGuidParameters,\n ): StreamableMethod<\n | EntityPartialUpdateAttributeByGuid200Response\n | EntityPartialUpdateAttributeByGuidDefaultResponse\n >;\n /** Delete an entity identified by its GUID. */\n delete(\n options?: EntityDeleteParameters,\n ): StreamableMethod<EntityDeleteOperation200Response | EntityDeleteOperationDefaultResponse>;\n}\n\nexport interface EntityGetClassification {\n /** Get classification for a given entity represented by a GUID. */\n get(\n options?: EntityGetClassificationParameters,\n ): StreamableMethod<EntityGetClassification200Response | EntityGetClassificationDefaultResponse>;\n /** Delete a given classification from an existing entity represented by a GUID. */\n delete(\n options?: EntityRemoveClassificationParameters,\n ): StreamableMethod<\n EntityRemoveClassification204Response | EntityRemoveClassificationDefaultResponse\n >;\n}\n\nexport interface EntityGetClassifications {\n /** List classifications for a given entity represented by a GUID. */\n get(\n options?: EntityGetClassificationsParameters,\n ): StreamableMethod<\n EntityGetClassifications200Response | EntityGetClassificationsDefaultResponse\n >;\n /** Add classifications to an existing entity represented by a GUID. */\n post(\n options: EntityAddClassificationsParameters,\n ): StreamableMethod<\n EntityAddClassifications204Response | EntityAddClassificationsDefaultResponse\n >;\n /** Update classifications to an existing entity represented by a guid. */\n put(\n options: EntityUpdateClassificationsParameters,\n ): StreamableMethod<\n EntityUpdateClassifications204Response | EntityUpdateClassificationsDefaultResponse\n >;\n}\n\nexport interface EntityGetByUniqueAttributes {\n /**\n * Get complete definition of an entity given its type and unique attribute.\n *\n * In\n * addition to the typeName path parameter, attribute key-value pair(s) can be\n * provided in the following format:\n * attr:\\<attrName>=<attrValue>.\n *\n * NOTE: The\n * attrName and attrValue should be unique across entities, eg.\n * qualifiedName.\n *\n * The REST request would look something like this:\n * GET\n * /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.\n */\n get(\n options?: EntityGetByUniqueAttributesParameters,\n ): StreamableMethod<\n EntityGetByUniqueAttributes200Response | EntityGetByUniqueAttributesDefaultResponse\n >;\n /**\n * Update entity partially - Allow a subset of attributes to be updated on an\n * entity which is identified by its type and unique attribute eg:\n * Referenceable.qualifiedName. Null updates are not possible.\n *\n * In addition to the\n * typeName path parameter, attribute key-value pair(s) can be provided in the\n * following format:\n *\n * attr:<attrName>=<attrValue>.\n * NOTE: The attrName and\n * attrValue should be unique across entities, eg. qualifiedName.\n *\n * The REST\n * request would look something like this:\n * PUT\n * /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.\n */\n put(\n options?: EntityPartialUpdateByUniqueAttributesParameters,\n ): StreamableMethod<\n | EntityPartialUpdateByUniqueAttributes200Response\n | EntityPartialUpdateByUniqueAttributesDefaultResponse\n >;\n /**\n * Delete an entity identified by its type and unique attributes.\n * In addition to\n * the typeName path parameter, attribute key-value pair(s) can be provided in the\n * following format:\n * attr:\\<attrName>=\\<attrValue>.\n * NOTE: The attrName and\n * attrValue should be unique across entities, eg. qualifiedName.\n *\n * The REST\n * request would look something like this:\n * DELETE\n * /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.\n */\n delete(\n options?: EntityDeleteByUniqueAttributeParameters,\n ): StreamableMethod<\n EntityDeleteByUniqueAttribute200Response | EntityDeleteByUniqueAttributeDefaultResponse\n >;\n}\n\nexport interface EntityRemoveClassificationByUniqueAttribute {\n /**\n * Delete a given classification from an entity identified by its type and unique\n * attributes.\n */\n delete(\n options?: EntityRemoveClassificationByUniqueAttributeParameters,\n ): StreamableMethod<\n | EntityRemoveClassificationByUniqueAttribute204Response\n | EntityRemoveClassificationByUniqueAttributeDefaultResponse\n >;\n}\n\nexport interface EntityAddClassificationsByUniqueAttribute {\n /** Add classification to the entity identified by its type and unique attributes. */\n post(\n options: EntityAddClassificationsByUniqueAttributeParameters,\n ): StreamableMethod<\n | EntityAddClassificationsByUniqueAttribute204Response\n | EntityAddClassificationsByUniqueAttributeDefaultResponse\n >;\n /** Update classification on an entity identified by its type and unique attributes. */\n put(\n options: EntityUpdateClassificationsByUniqueAttributeParameters,\n ): StreamableMethod<\n | EntityUpdateClassificationsByUniqueAttribute204Response\n | EntityUpdateClassificationsByUniqueAttributeDefaultResponse\n >;\n}\n\nexport interface EntityBulkSetClassifications {\n /** Set classifications on entities in bulk. */\n post(\n options?: EntityBulkSetClassificationsParameters,\n ): StreamableMethod<\n EntityBulkSetClassifications200Response | EntityBulkSetClassificationsDefaultResponse\n >;\n}\n\nexport interface EntityListByUniqueAttributes {\n /**\n * Bulk API to retrieve list of entities identified by its unique attributes.\n * In\n * addition to the typeName path parameter, attribute key-value pair(s) can be\n * provided in the following\n * format\n *\n * typeName=\\<typeName>&attr_1:\\<attrName>=\\<attrValue>&attr_2:\\<attrName>=\\<attrValue>&attr_3:\\<attrName>=\\<attrValue>\n *\n * NOTE:\n * The attrName should be an unique attribute for the given entity-type.\n * The REST\n * request would look something like this\n *\n * GET\n * /v2/entity/bulk/uniqueAttribute/type/hive_db?attr_1:qualifiedName=db1@cl1&attr_2:qualifiedName=db2@cl1\n *\n * Note:\n * at least one unique attribute must be provided.\n */\n get(\n options?: EntityListByUniqueAttributesParameters,\n ): StreamableMethod<\n EntityListByUniqueAttributes200Response | EntityListByUniqueAttributesDefaultResponse\n >;\n}\n\nexport interface EntityGetHeader {\n /** Get entity header given its GUID. */\n get(\n options?: EntityGetHeaderParameters,\n ): StreamableMethod<EntityGetHeader200Response | EntityGetHeaderDefaultResponse>;\n}\n\nexport interface EntityRemoveBusinessMetadata {\n /** Remove business metadata from an entity. */\n delete(\n options: EntityRemoveBusinessMetadataParameters,\n ): StreamableMethod<\n EntityRemoveBusinessMetadata204Response | EntityRemoveBusinessMetadataDefaultResponse\n >;\n /** Add business metadata to an entity. */\n post(\n options: EntityAddOrUpdateBusinessMetadataParameters,\n ): StreamableMethod<\n EntityAddOrUpdateBusinessMetadata204Response | EntityAddOrUpdateBusinessMetadataDefaultResponse\n >;\n}\n\nexport interface EntityRemoveBusinessMetadataAttributes {\n /** Delete business metadata attributes from an entity. */\n delete(\n options: EntityRemoveBusinessMetadataAttributesParameters,\n ): StreamableMethod<\n | EntityRemoveBusinessMetadataAttributes204Response\n | EntityRemoveBusinessMetadataAttributesDefaultResponse\n >;\n /** Add or update business metadata attributes. */\n post(\n options: EntityAddOrUpdateBusinessMetadataAttributesParameters,\n ): StreamableMethod<\n | EntityAddOrUpdateBusinessMetadataAttributes204Response\n | EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse\n >;\n}\n\nexport interface EntityGetSampleBusinessMetadataTemplate {\n /** Get the sample Template for uploading/creating bulk BusinessMetaData */\n get(\n options?: EntityGetSampleBusinessMetadataTemplateParameters,\n ): StreamableMethod<\n | EntityGetSampleBusinessMetadataTemplate200Response\n | EntityGetSampleBusinessMetadataTemplateDefaultResponse\n >;\n}\n\nexport interface EntityImportBusinessMetadata {\n /** Upload the file for creating Business Metadata in BULK */\n post(\n options: EntityImportBusinessMetadataParameters,\n ): StreamableMethod<\n EntityImportBusinessMetadata200Response | EntityImportBusinessMetadataDefaultResponse\n >;\n}\n\nexport interface EntityRemoveLabels {\n /** Delete given labels to a given entity. */\n delete(\n options?: EntityRemoveLabelsParameters,\n ): StreamableMethod<EntityRemoveLabels204Response | EntityRemoveLabelsDefaultResponse>;\n /** Set labels to a given entity. */\n post(\n options?: EntitySetLabelsParameters,\n ): StreamableMethod<EntitySetLabels204Response | EntitySetLabelsDefaultResponse>;\n /** Add given labels to a given entity. */\n put(\n options?: EntityAddLabelParameters,\n ): StreamableMethod<EntityAddLabel204Response | EntityAddLabelDefaultResponse>;\n}\n\nexport interface EntityRemoveLabelsByUniqueAttribute {\n /**\n * Delete given labels to a given entity identified by its type and unique\n * attribute.\n *\n * If labels is null/empty, no labels will be removed.\n *\n * If any labels\n * in labels set are non-existing labels, they will be ignored, only existing\n * labels will be removed. In addition to the typeName path parameter, attribute\n * key-value pair(s) can be provided in the following format:\n * attr:<attrName>=<attrValue>. NOTE: The attrName and attrValue should be unique\n * across entities, eg. qualifiedName. The REST request would look something like\n * this: DELETE\n * /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.\n */\n delete(\n options?: EntityRemoveLabelsByUniqueAttributeParameters,\n ): StreamableMethod<\n | EntityRemoveLabelsByUniqueAttribute204Response\n | EntityRemoveLabelsByUniqueAttributeDefaultResponse\n >;\n /**\n * Set labels to a given entity identified by its type and unique attributes.\n *\n * If\n * labels is null/empty, existing labels will all be removed.\n *\n * In addition to the\n * typeName path parameter, attribute key-value pair(s) can be provided in the\n * following format: attr:<attrName>=<attrValue>.\n *\n * NOTE: The attrName and\n * attrValue should be unique across entities, eg. qualifiedName.\n *\n * The REST\n * request would look something like this: POST\n * /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.\n */\n post(\n options?: EntitySetLabelsByUniqueAttributeParameters,\n ): StreamableMethod<\n EntitySetLabelsByUniqueAttribute204Response | EntitySetLabelsByUniqueAttributeDefaultResponse\n >;\n /**\n * Add given labels to a given entity identified by its type and unique\n * attributes.\n *\n * If labels is null/empty, no labels will be added.\n *\n * In addition to\n * the typeName path parameter, attribute key-value pair(s) can be provided in the\n * following format: attr:<attrName>=<attrValue>.\n *\n * NOTE: The attrName and\n * attrValue should be unique across entities, eg. qualifiedName.\n *\n * The REST\n * request would look something like this: PUT\n * /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.\n */\n put(\n options?: EntityAddLabelsByUniqueAttributeParameters,\n ): StreamableMethod<\n EntityAddLabelsByUniqueAttribute204Response | EntityAddLabelsByUniqueAttributeDefaultResponse\n >;\n}\n\nexport interface EntityMoveEntitiesToCollection {\n /** Move existing entities to the target collection. */\n post(\n options: EntityMoveEntitiesToCollectionParameters,\n ): StreamableMethod<\n EntityMoveEntitiesToCollection200Response | EntityMoveEntitiesToCollectionDefaultResponse\n >;\n}\n\nexport interface GlossaryList {\n /**\n * Get all glossaries. Recommend using limit/offset to get pagination result.\n * Recommend using 'ignoreTermsAndCategories=true' and fetch terms/categories\n * separately using\n *\n * 'GET /datamap/api/atlas/v2/glossary/{glossaryId}/terms'\n * and\n *\n * 'GET '/datamap/api/atlas/v2/glossary/{glossaryId}/categories'.\n */\n get(\n options?: GlossaryListParameters,\n ): StreamableMethod<GlossaryList200Response | GlossaryListDefaultResponse>;\n /** Create a glossary. */\n post(\n options?: GlossaryCreateParameters,\n ): StreamableMethod<GlossaryCreate200Response | GlossaryCreateDefaultResponse>;\n}\n\nexport interface GlossaryCreateCategories {\n /** Create glossary category in bulk. */\n post(\n options: GlossaryCreateCategoriesParameters,\n ): StreamableMethod<\n GlossaryCreateCategories200Response | GlossaryCreateCategoriesDefaultResponse\n >;\n}\n\nexport interface GlossaryCreateCategory {\n /** Create a glossary category. */\n post(\n options?: GlossaryCreateCategoryParameters,\n ): StreamableMethod<GlossaryCreateCategory200Response | GlossaryCreateCategoryDefaultResponse>;\n}\n\nexport interface GlossaryGetCategory {\n /** Get specific glossary category by its GUID. */\n get(\n options?: GlossaryGetCategoryParameters,\n ): StreamableMethod<GlossaryGetCategory200Response | GlossaryGetCategoryDefaultResponse>;\n /** Update the given glossary category by its GUID. */\n put(\n options?: GlossaryUpdateCategoryParameters,\n ): StreamableMethod<GlossaryUpdateCategory200Response | GlossaryUpdateCategoryDefaultResponse>;\n /** Delete a glossary category. */\n delete(\n options?: GlossaryDeleteCategoryParameters,\n ): StreamableMethod<GlossaryDeleteCategory204Response | GlossaryDeleteCategoryDefaultResponse>;\n}\n\nexport interface GlossaryPartialUpdateCategory {\n /**\n * Update the glossary category partially. So far we only supports partial\n * updating shortDescription and longDescription for category.\n */\n put(\n options: GlossaryPartialUpdateCategoryParameters,\n ): StreamableMethod<\n GlossaryPartialUpdateCategory200Response | GlossaryPartialUpdateCategoryDefaultResponse\n >;\n}\n\nexport interface GlossaryListRelatedCategories {\n /**\n * Get all related categories (parent and children). Limit, offset, and sort\n * parameters are currently not being enabled and won't work even they are passed.\n */\n get(\n options?: GlossaryListRelatedCategoriesParameters,\n ): StreamableMethod<\n GlossaryListRelatedCategories200Response | GlossaryListRelatedCategoriesDefaultResponse\n >;\n}\n\nexport interface GlossaryListCategoryTerms {\n /** Get all terms associated with the specific category. */\n get(\n options?: GlossaryListCategoryTermsParameters,\n ): StreamableMethod<\n GlossaryListCategoryTerms200Response | GlossaryListCategoryTermsDefaultResponse\n >;\n}\n\nexport interface GlossaryCreateTerm {\n /** Create a glossary term. */\n post(\n options?: GlossaryCreateTermParameters,\n ): StreamableMethod<GlossaryCreateTerm200Response | GlossaryCreateTermDefaultResponse>;\n}\n\nexport interface GlossaryGetTerm {\n /** Get a specific glossary term by its GUID. */\n get(\n options?: GlossaryGetTermParameters,\n ): StreamableMethod<GlossaryGetTerm200Response | GlossaryGetTermDefaultResponse>;\n /** Update the given glossary term by its GUID. */\n put(\n options?: GlossaryUpdateTermParameters,\n ): StreamableMethod<GlossaryUpdateTerm200Response | GlossaryUpdateTermDefaultResponse>;\n /** Delete a glossary term. */\n delete(\n options?: GlossaryDeleteTermParameters,\n ): StreamableMethod<GlossaryDeleteTerm204Response | GlossaryDeleteTermDefaultResponse>;\n}\n\nexport interface GlossaryPartialUpdateTerm {\n /**\n * Update the glossary term partially. So far we only supports partial updating\n * shortDescription, longDescription, abbreviation, usage and status for term.\n */\n put(\n options: GlossaryPartialUpdateTermParameters,\n ): StreamableMethod<\n GlossaryPartialUpdateTerm200Response | GlossaryPartialUpdateTermDefaultResponse\n >;\n}\n\nexport interface GlossaryCreateTerms {\n /** Create glossary terms in bulk. */\n post(\n options: GlossaryCreateTermsParameters,\n ): StreamableMethod<GlossaryCreateTerms200Response | GlossaryCreateTermsDefaultResponse>;\n}\n\nexport interface GlossaryListEntitiesAssignedWithTerm {\n /**\n * List all related objects assigned with the specified term. Recommend using\n * limit/offset to get pagination result.\n */\n get(\n options?: GlossaryListEntitiesAssignedWithTermParameters,\n ): StreamableMethod<\n | GlossaryListEntitiesAssignedWithTerm200Response\n | GlossaryListEntitiesAssignedWithTermDefaultResponse\n >;\n /**\n * Assign the given term to the provided list of related objects. Recommend using\n * small batches with multiple API calls.\n *\n * [Entities Create Or Update\n * operation](https://learn.microsoft.com/en-us/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP)\n * is an alternative to assign a term to multiple entities.\n */\n post(\n options: GlossaryAssignTermToEntitiesParameters,\n ): StreamableMethod<\n GlossaryAssignTermToEntities204Response | GlossaryAssignTermToEntitiesDefaultResponse\n >;\n /** Delete the term assignment for the given list of related objects. */\n delete(\n options: GlossaryDeleteTermAssignmentFromEntitiesParameters,\n ): StreamableMethod<\n | GlossaryDeleteTermAssignmentFromEntities204Response\n | GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse\n >;\n}\n\nexport interface GlossaryListRelatedTerms {\n /**\n * Get all related terms for a specific term by its GUID. Limit, offset, and sort\n * parameters are currently not being enabled and won't work even they are passed.\n */\n get(\n options?: GlossaryListRelatedTermsParameters,\n ): StreamableMethod<\n GlossaryListRelatedTerms200Response | GlossaryListRelatedTermsDefaultResponse\n >;\n}\n\nexport interface GlossaryGet {\n /** Get a specific Glossary by its GUID. */\n get(\n options?: GlossaryGetParameters,\n ): StreamableMethod<GlossaryGet200Response | GlossaryGetDefaultResponse>;\n /** Update the given glossary. */\n put(\n options?: GlossaryUpdateParameters,\n ): StreamableMethod<GlossaryUpdate200Response | GlossaryUpdateDefaultResponse>;\n /**\n * Delete a glossary. Will delete underlying terms/categories together. Recommend\n * separate delete terms and categories.\n */\n delete(\n options?: GlossaryDeleteParameters,\n ): StreamableMethod<GlossaryDeleteOperation204Response | GlossaryDeleteOperationDefaultResponse>;\n}\n\nexport interface GlossaryListCategories {\n /**\n * Get the categories belonging to a specific glossary. Recommend using\n * limit/offset to get pagination result.\n */\n get(\n options?: GlossaryListCategoriesParameters,\n ): StreamableMethod<GlossaryListCategories200Response | GlossaryListCategoriesDefaultResponse>;\n}\n\nexport interface GlossaryListCategoriesHeaders {\n /**\n * Get the category headers belonging to a specific glossary. Recommend using\n * limit/offset to get pagination result.\n */\n get(\n options?: GlossaryListCategoriesHeadersParameters,\n ): StreamableMethod<\n GlossaryListCategoriesHeaders200Response | GlossaryListCategoriesHeadersDefaultResponse\n >;\n}\n\nexport interface GlossaryGetDetailed {\n /**\n * Get a specific glossary with detailed information. This API is not\n * recommend.\n *\n * Recommend to fetch terms/categories details separately using\n *\n * GET /datamap/api/atlas/v2/glossary/{glossaryId}/terms and\n *\n * GET /datamap/api/atlas/v2/glossary/{glossaryId}/categories.\n */\n get(\n options?: GlossaryGetDetailedParameters,\n ): StreamableMethod<GlossaryGetDetailed200Response | GlossaryGetDetailedDefaultResponse>;\n}\n\nexport interface GlossaryPartialUpdate {\n /**\n * Update the glossary partially. Some properties such as qualifiedName are not\n * allowed to be updated.\n *\n * So far we only supports partial updating\n * shortDescription, longDescription, language and usage for glossary.\n *\n * Recommend\n * using 'ignoreTermsAndCategories=true' to reduce response body size.\n */\n put(\n options: GlossaryPartialUpdateParameters,\n ): StreamableMethod<GlossaryPartialUpdate200Response | GlossaryPartialUpdateDefaultResponse>;\n}\n\nexport interface GlossaryListTerms {\n /**\n * Get terms belonging to a specific glossary. Recommend using limit/offset to get\n * pagination result.\n */\n get(\n options?: GlossaryListTermsParameters,\n ): StreamableMethod<GlossaryListTerms200Response | GlossaryListTermsDefaultResponse>;\n}\n\nexport interface GlossaryListTermHeaders {\n /**\n * Get term headers belonging to a specific glossary. Recommend using limit/offset\n * to get pagination result.\n */\n get(\n options?: GlossaryListTermHeadersParameters,\n ): StreamableMethod<GlossaryListTermHeaders200Response | GlossaryListTermHeadersDefaultResponse>;\n}\n\nexport interface DiscoveryQuery {\n /** Get data using search. */\n post(\n options?: DiscoveryQueryParameters,\n ): StreamableMethod<DiscoveryQuery200Response | DiscoveryQueryDefaultResponse>;\n}\n\nexport interface DiscoverySuggest {\n /** Get search suggestions by query criteria. */\n post(\n options?: DiscoverySuggestParameters,\n ): StreamableMethod<DiscoverySuggest200Response | DiscoverySuggestDefaultResponse>;\n}\n\nexport interface DiscoveryAutoComplete {\n /** Get auto complete options. */\n post(\n options?: DiscoveryAutoCompleteParameters,\n ): StreamableMethod<DiscoveryAutoComplete200Response | DiscoveryAutoCompleteDefaultResponse>;\n}\n\nexport interface LineageGet {\n /** Get lineage info of the entity specified by GUID. */\n get(\n options: LineageGetParameters,\n ): StreamableMethod<LineageGet200Response | LineageGetDefaultResponse>;\n}\n\nexport interface LineageGetNextPage {\n /** Return immediate next page lineage info about entity with pagination */\n get(\n options: LineageGetNextPageParameters,\n ): StreamableMethod<LineageGetNextPage200Response | LineageGetNextPageDefaultResponse>;\n}\n\nexport interface LineageGetByUniqueAttribute {\n /**\n * Return lineage info about entity.\n *\n * In addition to the typeName path parameter,\n * attribute key-value pair(s) can be provided in the following\n * format\n *\n * attr:[attrName]=[attrValue]\n *\n * NOTE: The attrName and attrValue should be\n * unique across entities, eg. qualifiedName.\n *\n * The REST request would look\n * something like this:\n *\n * GET\n * /v2/lineage/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.\n */\n get(\n options: LineageGetByUniqueAttributeParameters,\n ): StreamableMethod<\n LineageGetByUniqueAttribute200Response | LineageGetByUniqueAttributeDefaultResponse\n >;\n}\n\nexport interface RelationshipCreate {\n /** Create a new relationship between entities. */\n post(\n options?: RelationshipCreateParameters,\n ): StreamableMethod<RelationshipCreate200Response | RelationshipCreateDefaultResponse>;\n /** Update an existing relationship between entities. */\n put(\n options?: RelationshipUpdateParameters,\n ): StreamableMethod<RelationshipUpdate200Response | RelationshipUpdateDefaultResponse>;\n}\n\nexport interface RelationshipGet {\n /** Get relationship information between entities by its GUID. */\n get(\n options?: RelationshipGetParameters,\n ): StreamableMethod<RelationshipGet200Response | RelationshipGetDefaultResponse>;\n /** Delete a relationship between entities by its GUID. */\n delete(\n options?: RelationshipDeleteParameters,\n ): StreamableMethod<\n RelationshipDeleteOperation204Response | RelationshipDeleteOperationDefaultResponse\n >;\n}\n\nexport interface TypeGetBusinessMetadataDefByGuid {\n /** Get the businessMetadata definition for the given guid. */\n get(\n options?: TypeGetBusinessMetadataDefByGuidParameters,\n ): StreamableMethod<\n TypeGetBusinessMetadataDefByGuid200Response | TypeGetBusinessMetadataDefByGuidDefaultResponse\n >;\n}\n\nexport interface TypeGetBusinessMetadataDefByName {\n /** Get the businessMetadata definition by it's name (unique). */\n get(\n options?: TypeGetBusinessMetadataDefByNameParameters,\n ): StreamableMethod<\n TypeGetBusinessMetadataDefByName200Response | TypeGetBusinessMetadataDefByNameDefaultResponse\n >;\n}\n\nexport interface TypeGetClassificationDefByGuid {\n /** Get the classification definition for the given GUID. */\n get(\n options?: TypeGetClassificationDefByGuidParameters,\n ): StreamableMethod<\n TypeGetClassificationDefByGuid200Response | TypeGetClassificationDefByGuidDefaultResponse\n >;\n}\n\nexport interface TypeGetClassificationDefByName {\n /** Get the classification definition by its name (unique). */\n get(\n options?: TypeGetClassificationDefByNameParameters,\n ): StreamableMethod<\n TypeGetClassificationDefByName200Response | TypeGetClassificationDefByNameDefaultResponse\n >;\n}\n\nexport interface TypeGetEntityDefByGuid {\n /** Get the Entity definition for the given GUID. */\n get(\n options?: TypeGetEntityDefByGuidParameters,\n ): StreamableMethod<TypeGetEntityDefByGuid200Response | TypeGetEntityDefByGuidDefaultResponse>;\n}\n\nexport interface TypeGetEntityDefByName {\n /** Get the entity definition by its name (unique). */\n get(\n options?: TypeGetEntityDefByNameParameters,\n ): StreamableMethod<TypeGetEntityDefByName200Response | TypeGetEntityDefByNameDefaultResponse>;\n}\n\nexport interface TypeGetEnumDefByGuid {\n /** Get the enum definition for the given GUID. */\n get(\n options?: TypeGetEnumDefByGuidParameters,\n ): StreamableMethod<TypeGetEnumDefByGuid200Response | TypeGetEnumDefByGuidDefaultResponse>;\n}\n\nexport interface TypeGetEnumDefByName {\n /** Get the enum definition by its name (unique). */\n get(\n options?: TypeGetEnumDefByNameParameters,\n ): StreamableMethod<TypeGetEnumDefByName200Response | TypeGetEnumDefByNameDefaultResponse>;\n}\n\nexport interface TypeGetRelationshipDefByGuid {\n /** Get the relationship definition for the given GUID. */\n get(\n options?: TypeGetRelationshipDefByGuidParameters,\n ): StreamableMethod<\n TypeGetRelationshipDefByGuid200Response | TypeGetRelationshipDefByGuidDefaultResponse\n >;\n}\n\nexport interface TypeGetRelationshipDefByName {\n /** Get the relationship definition by its name (unique). */\n get(\n options?: TypeGetRelationshipDefByNameParameters,\n ): StreamableMethod<\n TypeGetRelationshipDefByName200Response | TypeGetRelationshipDefByNameDefaultResponse\n >;\n}\n\nexport interface TypeGetStructDefByGuid {\n /** Get the struct definition for the given GUID. */\n get(\n options?: TypeGetStructDefByGuidParameters,\n ): StreamableMethod<TypeGetStructDefByGuid200Response | TypeGetStructDefByGuidDefaultResponse>;\n}\n\nexport interface TypeGetStructDefByName {\n /** Get the struct definition by its name (unique). */\n get(\n options?: TypeGetStructDefByNameParameters,\n ): StreamableMethod<TypeGetStructDefByName200Response | TypeGetStructDefByNameDefaultResponse>;\n}\n\nexport interface TypeGetByGuid {\n /** Get the type definition for the given GUID. */\n get(\n options?: TypeGetByGuidParameters,\n ): StreamableMethod<TypeGetByGuid200Response | TypeGetByGuidDefaultResponse>;\n}\n\nexport interface TypeGetByName {\n /** Get the type definition by its name (unique). */\n get(\n options?: TypeGetByNameParameters,\n ): StreamableMethod<TypeGetByName200Response | TypeGetByNameDefaultResponse>;\n /** Delete API for type identified by its name. */\n delete(\n options?: TypeDeleteParameters,\n ): StreamableMethod<TypeDeleteOperation204Response | TypeDeleteOperationDefaultResponse>;\n}\n\nexport interface TypeList {\n /** List all type definitions in bulk. */\n get(\n options?: TypeListParameters,\n ): StreamableMethod<TypeList200Response | TypeListDefaultResponse>;\n /**\n * Create all atlas type definitions in bulk, only new definitions will be\n * created.\n * Any changes to the existing definitions will be discarded.\n */\n post(\n options?: TypeBulkCreateParameters,\n ): StreamableMethod<TypeBulkCreate200Response | TypeBulkCreateDefaultResponse>;\n /**\n * Update all types in bulk, changes detected in the type definitions would be\n * persisted.\n */\n put(\n options?: TypeBulkUpdateParameters,\n ): StreamableMethod<TypeBulkUpdate200Response | TypeBulkUpdateDefaultResponse>;\n /** Delete API for all types in bulk. */\n delete(\n options?: TypeBulkDeleteParameters,\n ): StreamableMethod<TypeBulkDelete204Response | TypeBulkDeleteDefaultResponse>;\n}\n\nexport interface TypeListHeaders {\n /** List all type definitions returned as a list of minimal information header. */\n get(\n options?: TypeListHeadersParameters,\n ): StreamableMethod<TypeListHeaders200Response | TypeListHeadersDefaultResponse>;\n}\n\nexport interface TypeGetTermTemplateDefByGuid {\n /** Get the term template definition for the given GUID. */\n get(\n options?: TypeGetTermTemplateDefByGuidParameters,\n ): StreamableMethod<\n TypeGetTermTemplateDefByGuid200Response | TypeGetTermTemplateDefByGuidDefaultResponse\n >;\n}\n\nexport interface TypeGetTermTemplateDefByName {\n /** Get the term template definition by its name (unique). */\n get(\n options?: TypeGetTermTemplateDefByNameParameters,\n ): StreamableMethod<\n TypeGetTermTemplateDefByName200Response | TypeGetTermTemplateDefByNameDefaultResponse\n >;\n}\n\nexport interface Routes {\n /** Resource for '/atlas/v2/entity' has methods for the following verbs: post */\n (path: \"/atlas/v2/entity\"): EntityCreateOrUpdate;\n /** Resource for '/atlas/v2/entity/bulk' has methods for the following verbs: get, post, delete */\n (path: \"/atlas/v2/entity/bulk\"): EntityListByGuids;\n /** Resource for '/atlas/v2/entity/bulk/classification' has methods for the following verbs: post */\n (path: \"/atlas/v2/entity/bulk/classification\"): EntityAddClassification;\n /** Resource for '/atlas/v2/entity/guid/\\{guid\\}' has methods for the following verbs: get, put, delete */\n (path: \"/atlas/v2/entity/guid/{guid}\", guid: string): EntityGet;\n /** Resource for '/atlas/v2/entity/guid/\\{guid\\}/classification/\\{classificationName\\}' has methods for the following verbs: get, delete */\n (\n path: \"/atlas/v2/entity/guid/{guid}/classification/{classificationName}\",\n guid: string,\n classificationName: string,\n ): EntityGetClassification;\n /** Resource for '/atlas/v2/entity/guid/\\{guid\\}/classifications' has methods for the following verbs: get, post, put */\n (path: \"/atlas/v2/entity/guid/{guid}/classifications\", guid: string): EntityGetClassifications;\n /** Resource for '/atlas/v2/entity/uniqueAttribute/type/\\{typeName\\}' has methods for the following verbs: get, put, delete */\n (\n path: \"/atlas/v2/entity/uniqueAttribute/type/{typeName}\",\n typeName: string,\n ): EntityGetByUniqueAttributes;\n /** Resource for '/atlas/v2/entity/uniqueAttribute/type/\\{typeName\\}/classification/\\{classificationName\\}' has methods for the following verbs: delete */\n (\n path: \"/atlas/v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}\",\n typeName: string,\n classificationName: string,\n ): EntityRemoveClassificationByUniqueAttribute;\n /** Resource for '/atlas/v2/entity/uniqueAttribute/type/\\{typeName\\}/classifications' has methods for the following verbs: post, put */\n (\n path: \"/atlas/v2/entity/uniqueAttribute/type/{typeName}/classifications\",\n typeName: string,\n ): EntityAddClassificationsByUniqueAttribute;\n /** Resource for '/atlas/v2/entity/bulk/setClassifications' has methods for the following verbs: post */\n (path: \"/atlas/v2/entity/bulk/setClassifications\"): EntityBulkSetClassifications;\n /** Resource for '/atlas/v2/entity/bulk/uniqueAttribute/type/\\{typeName\\}' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/entity/bulk/uniqueAttribute/type/{typeName}\",\n typeName: string,\n ): EntityListByUniqueAttributes;\n /** Resource for '/atlas/v2/entity/guid/\\{guid\\}/header' has methods for the following verbs: get */\n (path: \"/atlas/v2/entity/guid/{guid}/header\", guid: string): EntityGetHeader;\n /** Resource for '/atlas/v2/entity/guid/\\{guid\\}/businessmetadata' has methods for the following verbs: delete, post */\n (\n path: \"/atlas/v2/entity/guid/{guid}/businessmetadata\",\n guid: string,\n ): EntityRemoveBusinessMetadata;\n /** Resource for '/atlas/v2/entity/guid/\\{guid\\}/businessmetadata/\\{businessMetadataName\\}' has methods for the following verbs: delete, post */\n (\n path: \"/atlas/v2/entity/guid/{guid}/businessmetadata/{businessMetadataName}\",\n businessMetadataName: string,\n guid: string,\n ): EntityRemoveBusinessMetadataAttributes;\n /** Resource for '/atlas/v2/entity/businessmetadata/import/template' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/entity/businessmetadata/import/template\",\n ): EntityGetSampleBusinessMetadataTemplate;\n /** Resource for '/atlas/v2/entity/businessmetadata/import' has methods for the following verbs: post */\n (path: \"/atlas/v2/entity/businessmetadata/import\"): EntityImportBusinessMetadata;\n /** Resource for '/atlas/v2/entity/guid/\\{guid\\}/labels' has methods for the following verbs: delete, post, put */\n (path: \"/atlas/v2/entity/guid/{guid}/labels\", guid: string): EntityRemoveLabels;\n /** Resource for '/atlas/v2/entity/uniqueAttribute/type/\\{typeName\\}/labels' has methods for the following verbs: delete, post, put */\n (\n path: \"/atlas/v2/entity/uniqueAttribute/type/{typeName}/labels\",\n typeName: string,\n ): EntityRemoveLabelsByUniqueAttribute;\n /** Resource for '/entity/moveTo' has methods for the following verbs: post */\n (path: \"/entity/moveTo\"): EntityMoveEntitiesToCollection;\n /** Resource for '/atlas/v2/glossary' has methods for the following verbs: get, post */\n (path: \"/atlas/v2/glossary\"): GlossaryList;\n /** Resource for '/atlas/v2/glossary/categories' has methods for the following verbs: post */\n (path: \"/atlas/v2/glossary/categories\"): GlossaryCreateCategories;\n /** Resource for '/atlas/v2/glossary/category' has methods for the following verbs: post */\n (path: \"/atlas/v2/glossary/category\"): GlossaryCreateCategory;\n /** Resource for '/atlas/v2/glossary/category/\\{categoryId\\}' has methods for the following verbs: get, put, delete */\n (path: \"/atlas/v2/glossary/category/{categoryId}\", categoryId: string): GlossaryGetCategory;\n /** Resource for '/atlas/v2/glossary/category/\\{categoryId\\}/partial' has methods for the following verbs: put */\n (\n path: \"/atlas/v2/glossary/category/{categoryId}/partial\",\n categoryId: string,\n ): GlossaryPartialUpdateCategory;\n /** Resource for '/atlas/v2/glossary/category/\\{categoryId\\}/related' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/glossary/category/{categoryId}/related\",\n categoryId: string,\n ): GlossaryListRelatedCategories;\n /** Resource for '/atlas/v2/glossary/category/\\{categoryId\\}/terms' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/glossary/category/{categoryId}/terms\",\n categoryId: string,\n ): GlossaryListCategoryTerms;\n /** Resource for '/atlas/v2/glossary/term' has methods for the following verbs: post */\n (path: \"/atlas/v2/glossary/term\"): GlossaryCreateTerm;\n /** Resource for '/atlas/v2/glossary/term/\\{termId\\}' has methods for the following verbs: get, put, delete */\n (path: \"/atlas/v2/glossary/term/{termId}\", termId: string): GlossaryGetTerm;\n /** Resource for '/atlas/v2/glossary/term/\\{termId\\}/partial' has methods for the following verbs: put */\n (path: \"/atlas/v2/glossary/term/{termId}/partial\", termId: string): GlossaryPartialUpdateTerm;\n /** Resource for '/atlas/v2/glossary/terms' has methods for the following verbs: post */\n (path: \"/atlas/v2/glossary/terms\"): GlossaryCreateTerms;\n /** Resource for '/atlas/v2/glossary/terms/\\{termId\\}/assignedEntities' has methods for the following verbs: get, post, delete */\n (\n path: \"/atlas/v2/glossary/terms/{termId}/assignedEntities\",\n termId: string,\n ): GlossaryListEntitiesAssignedWithTerm;\n /** Resource for '/atlas/v2/glossary/terms/\\{termId\\}/related' has methods for the following verbs: get */\n (path: \"/atlas/v2/glossary/terms/{termId}/related\", termId: string): GlossaryListRelatedTerms;\n /** Resource for '/atlas/v2/glossary/\\{glossaryId\\}' has methods for the following verbs: get, put, delete */\n (path: \"/atlas/v2/glossary/{glossaryId}\", glossaryId: string): GlossaryGet;\n /** Resource for '/atlas/v2/glossary/\\{glossaryId\\}/categories' has methods for the following verbs: get */\n (path: \"/atlas/v2/glossary/{glossaryId}/categories\", glossaryId: string): GlossaryListCategories;\n /** Resource for '/atlas/v2/glossary/\\{glossaryId\\}/categories/headers' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/glossary/{glossaryId}/categories/headers\",\n glossaryId: string,\n ): GlossaryListCategoriesHeaders;\n /** Resource for '/atlas/v2/glossary/\\{glossaryId\\}/detailed' has methods for the following verbs: get */\n (path: \"/atlas/v2/glossary/{glossaryId}/detailed\", glossaryId: string): GlossaryGetDetailed;\n /** Resource for '/atlas/v2/glossary/\\{glossaryId\\}/partial' has methods for the following verbs: put */\n (path: \"/atlas/v2/glossary/{glossaryId}/partial\", glossaryId: string): GlossaryPartialUpdate;\n /** Resource for '/atlas/v2/glossary/\\{glossaryId\\}/terms' has methods for the following verbs: get */\n (path: \"/atlas/v2/glossary/{glossaryId}/terms\", glossaryId: string): GlossaryListTerms;\n /** Resource for '/atlas/v2/glossary/\\{glossaryId\\}/terms/headers' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/glossary/{glossaryId}/terms/headers\",\n glossaryId: string,\n ): GlossaryListTermHeaders;\n /** Resource for '/search/query' has methods for the following verbs: post */\n (path: \"/search/query\"): DiscoveryQuery;\n /** Resource for '/search/suggest' has methods for the following verbs: post */\n (path: \"/search/suggest\"): DiscoverySuggest;\n /** Resource for '/search/autocomplete' has methods for the following verbs: post */\n (path: \"/search/autocomplete\"): DiscoveryAutoComplete;\n /** Resource for '/atlas/v2/lineage/\\{guid\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/lineage/{guid}\", guid: string): LineageGet;\n /** Resource for '/lineage/\\{guid\\}/next' has methods for the following verbs: get */\n (path: \"/lineage/{guid}/next\", guid: string): LineageGetNextPage;\n /** Resource for '/atlas/v2/lineage/uniqueAttribute/type/\\{typeName\\}' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/lineage/uniqueAttribute/type/{typeName}\",\n typeName: string,\n ): LineageGetByUniqueAttribute;\n /** Resource for '/atlas/v2/relationship' has methods for the following verbs: post, put */\n (path: \"/atlas/v2/relationship\"): RelationshipCreate;\n /** Resource for '/atlas/v2/relationship/guid/\\{guid\\}' has methods for the following verbs: get, delete */\n (path: \"/atlas/v2/relationship/guid/{guid}\", guid: string): RelationshipGet;\n /** Resource for '/atlas/v2/types/businessmetadatadef/guid/\\{guid\\}' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/types/businessmetadatadef/guid/{guid}\",\n guid: string,\n ): TypeGetBusinessMetadataDefByGuid;\n /** Resource for '/atlas/v2/types/businessmetadatadef/name/\\{name\\}' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/types/businessmetadatadef/name/{name}\",\n name: string,\n ): TypeGetBusinessMetadataDefByName;\n /** Resource for '/atlas/v2/types/classificationdef/guid/\\{guid\\}' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/types/classificationdef/guid/{guid}\",\n guid: string,\n ): TypeGetClassificationDefByGuid;\n /** Resource for '/atlas/v2/types/classificationdef/name/\\{name\\}' has methods for the following verbs: get */\n (\n path: \"/atlas/v2/types/classificationdef/name/{name}\",\n name: string,\n ): TypeGetClassificationDefByName;\n /** Resource for '/atlas/v2/types/entitydef/guid/\\{guid\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/entitydef/guid/{guid}\", guid: string): TypeGetEntityDefByGuid;\n /** Resource for '/atlas/v2/types/entitydef/name/\\{name\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/entitydef/name/{name}\", name: string): TypeGetEntityDefByName;\n /** Resource for '/atlas/v2/types/enumdef/guid/\\{guid\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/enumdef/guid/{guid}\", guid: string): TypeGetEnumDefByGuid;\n /** Resource for '/atlas/v2/types/enumdef/name/\\{name\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/enumdef/name/{name}\", name: string): TypeGetEnumDefByName;\n /** Resource for '/atlas/v2/types/relationshipdef/guid/\\{guid\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/relationshipdef/guid/{guid}\", guid: string): TypeGetRelationshipDefByGuid;\n /** Resource for '/atlas/v2/types/relationshipdef/name/\\{name\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/relationshipdef/name/{name}\", name: string): TypeGetRelationshipDefByName;\n /** Resource for '/atlas/v2/types/structdef/guid/\\{guid\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/structdef/guid/{guid}\", guid: string): TypeGetStructDefByGuid;\n /** Resource for '/atlas/v2/types/structdef/name/\\{name\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/structdef/name/{name}\", name: string): TypeGetStructDefByName;\n /** Resource for '/atlas/v2/types/typedef/guid/\\{guid\\}' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/typedef/guid/{guid}\", guid: string): TypeGetByGuid;\n /** Resource for '/atlas/v2/types/typedef/name/\\{name\\}' has methods for the following verbs: get, delete */\n (path: \"/atlas/v2/types/typedef/name/{name}\", name: string): TypeGetByName;\n /** Resource for '/atlas/v2/types/typedefs' has methods for the following verbs: get, post, put, delete */\n (path: \"/atlas/v2/types/typedefs\"): TypeList;\n /** Resource for '/atlas/v2/types/typedefs/headers' has methods for the following verbs: get */\n (path: \"/atlas/v2/types/typedefs/headers\"): TypeListHeaders;\n /** Resource for '/types/termtemplatedef/guid/\\{guid\\}' has methods for the following verbs: get */\n (path: \"/types/termtemplatedef/guid/{guid}\", guid: string): TypeGetTermTemplateDefByGuid;\n /** Resource for '/types/termtemplatedef/name/\\{name\\}' has methods for the following verbs: get */\n (path: \"/types/termtemplatedef/name/{name}\", name: string): TypeGetTermTemplateDefByName;\n}\n\nexport type PurviewDataMapClient = Client & {\n path: Routes;\n};\n"]}
|
package/dist-esm/src/index.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
import PurviewDataMapClient from "./purviewDataMapClient";
|
|
4
|
-
export * from "./purviewDataMapClient";
|
|
5
|
-
export * from "./parameters";
|
|
6
|
-
export * from "./responses";
|
|
7
|
-
export * from "./clientDefinitions";
|
|
8
|
-
export * from "./isUnexpected";
|
|
9
|
-
export * from "./models";
|
|
10
|
-
export * from "./outputModels";
|
|
11
|
-
export * from "./serializeHelper";
|
|
12
|
-
export { createFile, createFileFromStream, } from "@azure/core-rest-pipeline";
|
|
13
|
-
export default PurviewDataMapClient;
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAE1D,cAAc,wBAAwB,CAAC;AACvC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,OAAO,EACL,UAAU,EACV,oBAAoB,GAGrB,MAAM,2BAA2B,CAAC;AAEnC,eAAe,oBAAoB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport PurviewDataMapClient from \"./purviewDataMapClient\";\n\nexport * from \"./purviewDataMapClient\";\nexport * from \"./parameters\";\nexport * from \"./responses\";\nexport * from \"./clientDefinitions\";\nexport * from \"./isUnexpected\";\nexport * from \"./models\";\nexport * from \"./outputModels\";\nexport * from \"./serializeHelper\";\nexport {\n createFile,\n createFileFromStream,\n type CreateFileOptions,\n type CreateFileFromStreamOptions,\n} from \"@azure/core-rest-pipeline\";\n\nexport default PurviewDataMapClient;\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isUnexpected.js","sourceRoot":"","sources":["../../src/isUnexpected.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAqMlC,MAAM,WAAW,GAA6B;IAC5C,uBAAuB,EAAE,CAAC,KAAK,CAAC;IAChC,2BAA2B,EAAE,CAAC,KAAK,CAAC;IACpC,4BAA4B,EAAE,CAAC,KAAK,CAAC;IACrC,8BAA8B,EAAE,CAAC,KAAK,CAAC;IACvC,2CAA2C,EAAE,CAAC,KAAK,CAAC;IACpD,kCAAkC,EAAE,CAAC,KAAK,CAAC;IAC3C,kCAAkC,EAAE,CAAC,KAAK,CAAC;IAC3C,qCAAqC,EAAE,CAAC,KAAK,CAAC;IAC9C,sEAAsE,EAAE,CAAC,KAAK,CAAC;IAC/E,yEAAyE,EAAE,CAAC,KAAK,CAAC;IAClF,kDAAkD,EAAE,CAAC,KAAK,CAAC;IAC3D,mDAAmD,EAAE,CAAC,KAAK,CAAC;IAC5D,kDAAkD,EAAE,CAAC,KAAK,CAAC;IAC3D,sDAAsD,EAAE,CAAC,KAAK,CAAC;IAC/D,sDAAsD,EAAE,CAAC,KAAK,CAAC;IAC/D,yDAAyD,EAAE,CAAC,KAAK,CAAC;IAClE,6FAA6F,EAAE;QAC7F,KAAK;KACN;IACD,uEAAuE,EAAE,CAAC,KAAK,CAAC;IAChF,sEAAsE,EAAE,CAAC,KAAK,CAAC;IAC/E,+CAA+C,EAAE,CAAC,KAAK,CAAC;IACxD,2DAA2D,EAAE,CAAC,KAAK,CAAC;IACpE,yCAAyC,EAAE,CAAC,KAAK,CAAC;IAClD,sDAAsD,EAAE,CAAC,KAAK,CAAC;IAC/D,oDAAoD,EAAE,CAAC,KAAK,CAAC;IAC7D,6EAA6E,EAAE,CAAC,KAAK,CAAC;IACtF,2EAA2E,EAAE,CAAC,KAAK,CAAC;IACpF,uDAAuD,EAAE,CAAC,KAAK,CAAC;IAChE,+CAA+C,EAAE,CAAC,KAAK,CAAC;IACxD,4CAA4C,EAAE,CAAC,KAAK,CAAC;IACrD,0CAA0C,EAAE,CAAC,KAAK,CAAC;IACnD,yCAAyC,EAAE,CAAC,KAAK,CAAC;IAClD,gEAAgE,EAAE,CAAC,KAAK,CAAC;IACzE,8DAA8D,EAAE,CAAC,KAAK,CAAC;IACvE,6DAA6D,EAAE,CAAC,KAAK,CAAC;IACtE,qBAAqB,EAAE,CAAC,KAAK,CAAC;IAC9B,wBAAwB,EAAE,CAAC,KAAK,CAAC;IACjC,yBAAyB,EAAE,CAAC,KAAK,CAAC;IAClC,oCAAoC,EAAE,CAAC,KAAK,CAAC;IAC7C,kCAAkC,EAAE,CAAC,KAAK,CAAC;IAC3C,8CAA8C,EAAE,CAAC,KAAK,CAAC;IACvD,8CAA8C,EAAE,CAAC,KAAK,CAAC;IACvD,iDAAiD,EAAE,CAAC,KAAK,CAAC;IAC1D,sDAAsD,EAAE,CAAC,KAAK,CAAC;IAC/D,sDAAsD,EAAE,CAAC,KAAK,CAAC;IAC/D,oDAAoD,EAAE,CAAC,KAAK,CAAC;IAC7D,8BAA8B,EAAE,CAAC,KAAK,CAAC;IACvC,sCAAsC,EAAE,CAAC,KAAK,CAAC;IAC/C,sCAAsC,EAAE,CAAC,KAAK,CAAC;IAC/C,yCAAyC,EAAE,CAAC,KAAK,CAAC;IAClD,8CAA8C,EAAE,CAAC,KAAK,CAAC;IACvD,+BAA+B,EAAE,CAAC,KAAK,CAAC;IACxC,wDAAwD,EAAE,CAAC,KAAK,CAAC;IACjE,yDAAyD,EAAE,CAAC,KAAK,CAAC;IAClE,2DAA2D,EAAE,CAAC,KAAK,CAAC;IACpE,+CAA+C,EAAE,CAAC,KAAK,CAAC;IACxD,qCAAqC,EAAE,CAAC,KAAK,CAAC;IAC9C,qCAAqC,EAAE,CAAC,KAAK,CAAC;IAC9C,wCAAwC,EAAE,CAAC,KAAK,CAAC;IACjD,gDAAgD,EAAE,CAAC,KAAK,CAAC;IACzD,wDAAwD,EAAE,CAAC,KAAK,CAAC;IACjE,8CAA8C,EAAE,CAAC,KAAK,CAAC;IACvD,6CAA6C,EAAE,CAAC,KAAK,CAAC;IACtD,2CAA2C,EAAE,CAAC,KAAK,CAAC;IACpD,mDAAmD,EAAE,CAAC,KAAK,CAAC;IAC5D,oBAAoB,EAAE,CAAC,KAAK,CAAC;IAC7B,sBAAsB,EAAE,CAAC,KAAK,CAAC;IAC/B,2BAA2B,EAAE,CAAC,KAAK,CAAC;IACpC,8BAA8B,EAAE,CAAC,KAAK,CAAC;IACvC,0BAA0B,EAAE,CAAC,KAAK,CAAC;IACnC,uDAAuD,EAAE,CAAC,KAAK,CAAC;IAChE,6BAA6B,EAAE,CAAC,KAAK,CAAC;IACtC,4BAA4B,EAAE,CAAC,KAAK,CAAC;IACrC,wCAAwC,EAAE,CAAC,KAAK,CAAC;IACjD,2CAA2C,EAAE,CAAC,KAAK,CAAC;IACpD,qDAAqD,EAAE,CAAC,KAAK,CAAC;IAC9D,qDAAqD,EAAE,CAAC,KAAK,CAAC;IAC9D,mDAAmD,EAAE,CAAC,KAAK,CAAC;IAC5D,mDAAmD,EAAE,CAAC,KAAK,CAAC;IAC5D,2CAA2C,EAAE,CAAC,KAAK,CAAC;IACpD,2CAA2C,EAAE,CAAC,KAAK,CAAC;IACpD,yCAAyC,EAAE,CAAC,KAAK,CAAC;IAClD,yCAAyC,EAAE,CAAC,KAAK,CAAC;IAClD,iDAAiD,EAAE,CAAC,KAAK,CAAC;IAC1D,iDAAiD,EAAE,CAAC,KAAK,CAAC;IAC1D,2CAA2C,EAAE,CAAC,KAAK,CAAC;IACpD,2CAA2C,EAAE,CAAC,KAAK,CAAC;IACpD,yCAAyC,EAAE,CAAC,KAAK,CAAC;IAClD,yCAAyC,EAAE,CAAC,KAAK,CAAC;IAClD,4CAA4C,EAAE,CAAC,KAAK,CAAC;IACrD,8BAA8B,EAAE,CAAC,KAAK,CAAC;IACvC,+BAA+B,EAAE,CAAC,KAAK,CAAC;IACxC,8BAA8B,EAAE,CAAC,KAAK,CAAC;IACvC,iCAAiC,EAAE,CAAC,KAAK,CAAC;IAC1C,sCAAsC,EAAE,CAAC,KAAK,CAAC;IAC/C,wCAAwC,EAAE,CAAC,KAAK,CAAC;IACjD,wCAAwC,EAAE,CAAC,KAAK,CAAC;CAClD,CAAC;AAwUF,MAAM,UAAU,YAAY,CAC1B,QAgM+C;IAkG/C,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC1D,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,WAAW,aAAX,WAAW,cAAX,WAAW,GAAI,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IACzD,MAAM,MAAM,GAAG,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC;IACvC,IAAI,WAAW,GAAG,WAAW,CAAC,GAAG,MAAM,IAAI,GAAG,CAAC,QAAQ,EAAE,CAAC,CAAC;IAC3D,IAAI,CAAC,WAAW,EAAE,CAAC;QACjB,WAAW,GAAG,0BAA0B,CAAC,MAAM,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC;IACjE,CAAC;IACD,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;AAChD,CAAC;AAED,SAAS,0BAA0B,CAAC,MAAc,EAAE,IAAY;;IAC9D,MAAM,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAElC,+CAA+C;IAC/C,2CAA2C;IAC3C,8CAA8C;IAC9C,IAAI,UAAU,GAAG,CAAC,CAAC,EACjB,YAAY,GAAa,EAAE,CAAC;IAE9B,0CAA0C;IAC1C,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,EAAE,CAAC;QACvD,0DAA0D;QAC1D,gBAAgB;QAChB,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,CAAC;YAC5B,SAAS;QACX,CAAC;QACD,MAAM,aAAa,GAAG,iBAAiB,CAAC,GAAG,CAAC,CAAC;QAC7C,gCAAgC;QAChC,MAAM,cAAc,GAAG,aAAa,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAEhD,6DAA6D;QAC7D,IAAI,KAAK,GAAG,IAAI,CAAC;QACjB,KAAK,IAAI,CAAC,GAAG,cAAc,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC;YAC7F,IAAI,CAAA,MAAA,cAAc,CAAC,CAAC,CAAC,0CAAE,UAAU,CAAC,GAAG,CAAC,KAAI,CAAA,MAAA,cAAc,CAAC,CAAC,CAAC,0CAAE,OAAO,CAAC,GAAG,CAAC,MAAK,CAAC,CAAC,EAAE,CAAC;gBACjF,MAAM,KAAK,GAAG,cAAc,CAAC,CAAC,CAAE,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAC/C,GAAG,GAAG,MAAA,cAAc,CAAC,CAAC,CAAC,0CAAE,MAAM,CAAC;gBAClC,4DAA4D;gBAC5D,qDAAqD;gBACrD,eAAe;gBACf,6BAA6B;gBAC7B,MAAM,SAAS,GAAG,IAAI,MAAM,CAAC,GAAG,MAAA,cAAc,CAAC,CAAC,CAAC,0CAAE,KAAK,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,IAAI,CAC1E,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,CACnB,CAAC;gBAEF,IAAI,CAAC,SAAS,EAAE,CAAC;oBACf,KAAK,GAAG,KAAK,CAAC;oBACd,MAAM;gBACR,CAAC;gBACD,SAAS;YACX,CAAC;YAED,8CAA8C;YAC9C,wDAAwD;YACxD,2CAA2C;YAC3C,IAAI,cAAc,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;gBACvC,KAAK,GAAG,KAAK,CAAC;gBACd,MAAM;YACR,CAAC;QACH,CAAC;QAED,qDAAqD;QACrD,sEAAsE;QACtE,IAAI,KAAK,IAAI,aAAa,CAAC,MAAM,GAAG,UAAU,EAAE,CAAC;YAC/C,UAAU,GAAG,aAAa,CAAC,MAAM,CAAC;YAClC,YAAY,GAAG,KAAK,CAAC;QACvB,CAAC;IACH,CAAC;IAED,OAAO,YAAY,CAAC;AACtB,CAAC;AAED,SAAS,iBAAiB,CAAC,MAAc;IACvC,MAAM,SAAS,GAAG,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IACtC,OAAO,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;AACjC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n EntityCreateOrUpdate200Response,\n EntityCreateOrUpdateDefaultResponse,\n EntityListByGuids200Response,\n EntityListByGuidsDefaultResponse,\n EntityBulkCreateOrUpdate200Response,\n EntityBulkCreateOrUpdateDefaultResponse,\n EntityBulkDelete200Response,\n EntityBulkDeleteDefaultResponse,\n EntityAddClassification204Response,\n EntityAddClassificationDefaultResponse,\n EntityGet200Response,\n EntityGetDefaultResponse,\n EntityPartialUpdateAttributeByGuid200Response,\n EntityPartialUpdateAttributeByGuidDefaultResponse,\n EntityDeleteOperation200Response,\n EntityDeleteOperationDefaultResponse,\n EntityGetClassification200Response,\n EntityGetClassificationDefaultResponse,\n EntityRemoveClassification204Response,\n EntityRemoveClassificationDefaultResponse,\n EntityGetClassifications200Response,\n EntityGetClassificationsDefaultResponse,\n EntityAddClassifications204Response,\n EntityAddClassificationsDefaultResponse,\n EntityUpdateClassifications204Response,\n EntityUpdateClassificationsDefaultResponse,\n EntityGetByUniqueAttributes200Response,\n EntityGetByUniqueAttributesDefaultResponse,\n EntityPartialUpdateByUniqueAttributes200Response,\n EntityPartialUpdateByUniqueAttributesDefaultResponse,\n EntityDeleteByUniqueAttribute200Response,\n EntityDeleteByUniqueAttributeDefaultResponse,\n EntityRemoveClassificationByUniqueAttribute204Response,\n EntityRemoveClassificationByUniqueAttributeDefaultResponse,\n EntityAddClassificationsByUniqueAttribute204Response,\n EntityAddClassificationsByUniqueAttributeDefaultResponse,\n EntityUpdateClassificationsByUniqueAttribute204Response,\n EntityUpdateClassificationsByUniqueAttributeDefaultResponse,\n EntityBulkSetClassifications200Response,\n EntityBulkSetClassificationsDefaultResponse,\n EntityListByUniqueAttributes200Response,\n EntityListByUniqueAttributesDefaultResponse,\n EntityGetHeader200Response,\n EntityGetHeaderDefaultResponse,\n EntityRemoveBusinessMetadata204Response,\n EntityRemoveBusinessMetadataDefaultResponse,\n EntityAddOrUpdateBusinessMetadata204Response,\n EntityAddOrUpdateBusinessMetadataDefaultResponse,\n EntityRemoveBusinessMetadataAttributes204Response,\n EntityRemoveBusinessMetadataAttributesDefaultResponse,\n EntityAddOrUpdateBusinessMetadataAttributes204Response,\n EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse,\n EntityGetSampleBusinessMetadataTemplate200Response,\n EntityGetSampleBusinessMetadataTemplateDefaultResponse,\n EntityImportBusinessMetadata200Response,\n EntityImportBusinessMetadataDefaultResponse,\n EntityRemoveLabels204Response,\n EntityRemoveLabelsDefaultResponse,\n EntitySetLabels204Response,\n EntitySetLabelsDefaultResponse,\n EntityAddLabel204Response,\n EntityAddLabelDefaultResponse,\n EntityRemoveLabelsByUniqueAttribute204Response,\n EntityRemoveLabelsByUniqueAttributeDefaultResponse,\n EntitySetLabelsByUniqueAttribute204Response,\n EntitySetLabelsByUniqueAttributeDefaultResponse,\n EntityAddLabelsByUniqueAttribute204Response,\n EntityAddLabelsByUniqueAttributeDefaultResponse,\n EntityMoveEntitiesToCollection200Response,\n EntityMoveEntitiesToCollectionDefaultResponse,\n GlossaryList200Response,\n GlossaryListDefaultResponse,\n GlossaryCreate200Response,\n GlossaryCreateDefaultResponse,\n GlossaryCreateCategories200Response,\n GlossaryCreateCategoriesDefaultResponse,\n GlossaryCreateCategory200Response,\n GlossaryCreateCategoryDefaultResponse,\n GlossaryGetCategory200Response,\n GlossaryGetCategoryDefaultResponse,\n GlossaryUpdateCategory200Response,\n GlossaryUpdateCategoryDefaultResponse,\n GlossaryDeleteCategory204Response,\n GlossaryDeleteCategoryDefaultResponse,\n GlossaryPartialUpdateCategory200Response,\n GlossaryPartialUpdateCategoryDefaultResponse,\n GlossaryListRelatedCategories200Response,\n GlossaryListRelatedCategoriesDefaultResponse,\n GlossaryListCategoryTerms200Response,\n GlossaryListCategoryTermsDefaultResponse,\n GlossaryCreateTerm200Response,\n GlossaryCreateTermDefaultResponse,\n GlossaryGetTerm200Response,\n GlossaryGetTermDefaultResponse,\n GlossaryUpdateTerm200Response,\n GlossaryUpdateTermDefaultResponse,\n GlossaryDeleteTerm204Response,\n GlossaryDeleteTermDefaultResponse,\n GlossaryPartialUpdateTerm200Response,\n GlossaryPartialUpdateTermDefaultResponse,\n GlossaryCreateTerms200Response,\n GlossaryCreateTermsDefaultResponse,\n GlossaryListEntitiesAssignedWithTerm200Response,\n GlossaryListEntitiesAssignedWithTermDefaultResponse,\n GlossaryAssignTermToEntities204Response,\n GlossaryAssignTermToEntitiesDefaultResponse,\n GlossaryDeleteTermAssignmentFromEntities204Response,\n GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse,\n GlossaryListRelatedTerms200Response,\n GlossaryListRelatedTermsDefaultResponse,\n GlossaryGet200Response,\n GlossaryGetDefaultResponse,\n GlossaryUpdate200Response,\n GlossaryUpdateDefaultResponse,\n GlossaryDeleteOperation204Response,\n GlossaryDeleteOperationDefaultResponse,\n GlossaryListCategories200Response,\n GlossaryListCategoriesDefaultResponse,\n GlossaryListCategoriesHeaders200Response,\n GlossaryListCategoriesHeadersDefaultResponse,\n GlossaryGetDetailed200Response,\n GlossaryGetDetailedDefaultResponse,\n GlossaryPartialUpdate200Response,\n GlossaryPartialUpdateDefaultResponse,\n GlossaryListTerms200Response,\n GlossaryListTermsDefaultResponse,\n GlossaryListTermHeaders200Response,\n GlossaryListTermHeadersDefaultResponse,\n DiscoveryQuery200Response,\n DiscoveryQueryDefaultResponse,\n DiscoverySuggest200Response,\n DiscoverySuggestDefaultResponse,\n DiscoveryAutoComplete200Response,\n DiscoveryAutoCompleteDefaultResponse,\n LineageGet200Response,\n LineageGetDefaultResponse,\n LineageGetNextPage200Response,\n LineageGetNextPageDefaultResponse,\n LineageGetByUniqueAttribute200Response,\n LineageGetByUniqueAttributeDefaultResponse,\n RelationshipCreate200Response,\n RelationshipCreateDefaultResponse,\n RelationshipUpdate200Response,\n RelationshipUpdateDefaultResponse,\n RelationshipGet200Response,\n RelationshipGetDefaultResponse,\n RelationshipDeleteOperation204Response,\n RelationshipDeleteOperationDefaultResponse,\n TypeGetBusinessMetadataDefByGuid200Response,\n TypeGetBusinessMetadataDefByGuidDefaultResponse,\n TypeGetBusinessMetadataDefByName200Response,\n TypeGetBusinessMetadataDefByNameDefaultResponse,\n TypeGetClassificationDefByGuid200Response,\n TypeGetClassificationDefByGuidDefaultResponse,\n TypeGetClassificationDefByName200Response,\n TypeGetClassificationDefByNameDefaultResponse,\n TypeGetEntityDefByGuid200Response,\n TypeGetEntityDefByGuidDefaultResponse,\n TypeGetEntityDefByName200Response,\n TypeGetEntityDefByNameDefaultResponse,\n TypeGetEnumDefByGuid200Response,\n TypeGetEnumDefByGuidDefaultResponse,\n TypeGetEnumDefByName200Response,\n TypeGetEnumDefByNameDefaultResponse,\n TypeGetRelationshipDefByGuid200Response,\n TypeGetRelationshipDefByGuidDefaultResponse,\n TypeGetRelationshipDefByName200Response,\n TypeGetRelationshipDefByNameDefaultResponse,\n TypeGetStructDefByGuid200Response,\n TypeGetStructDefByGuidDefaultResponse,\n TypeGetStructDefByName200Response,\n TypeGetStructDefByNameDefaultResponse,\n TypeGetByGuid200Response,\n TypeGetByGuidDefaultResponse,\n TypeGetByName200Response,\n TypeGetByNameDefaultResponse,\n TypeDeleteOperation204Response,\n TypeDeleteOperationDefaultResponse,\n TypeList200Response,\n TypeListDefaultResponse,\n TypeBulkCreate200Response,\n TypeBulkCreateDefaultResponse,\n TypeBulkUpdate200Response,\n TypeBulkUpdateDefaultResponse,\n TypeBulkDelete204Response,\n TypeBulkDeleteDefaultResponse,\n TypeListHeaders200Response,\n TypeListHeadersDefaultResponse,\n TypeGetTermTemplateDefByGuid200Response,\n TypeGetTermTemplateDefByGuidDefaultResponse,\n TypeGetTermTemplateDefByName200Response,\n TypeGetTermTemplateDefByNameDefaultResponse,\n} from \"./responses\";\n\nconst responseMap: Record<string, string[]> = {\n \"POST /atlas/v2/entity\": [\"200\"],\n \"GET /atlas/v2/entity/bulk\": [\"200\"],\n \"POST /atlas/v2/entity/bulk\": [\"200\"],\n \"DELETE /atlas/v2/entity/bulk\": [\"200\"],\n \"POST /atlas/v2/entity/bulk/classification\": [\"204\"],\n \"GET /atlas/v2/entity/guid/{guid}\": [\"200\"],\n \"PUT /atlas/v2/entity/guid/{guid}\": [\"200\"],\n \"DELETE /atlas/v2/entity/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/entity/guid/{guid}/classification/{classificationName}\": [\"200\"],\n \"DELETE /atlas/v2/entity/guid/{guid}/classification/{classificationName}\": [\"204\"],\n \"GET /atlas/v2/entity/guid/{guid}/classifications\": [\"200\"],\n \"POST /atlas/v2/entity/guid/{guid}/classifications\": [\"204\"],\n \"PUT /atlas/v2/entity/guid/{guid}/classifications\": [\"204\"],\n \"GET /atlas/v2/entity/uniqueAttribute/type/{typeName}\": [\"200\"],\n \"PUT /atlas/v2/entity/uniqueAttribute/type/{typeName}\": [\"200\"],\n \"DELETE /atlas/v2/entity/uniqueAttribute/type/{typeName}\": [\"200\"],\n \"DELETE /atlas/v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}\": [\n \"204\",\n ],\n \"POST /atlas/v2/entity/uniqueAttribute/type/{typeName}/classifications\": [\"204\"],\n \"PUT /atlas/v2/entity/uniqueAttribute/type/{typeName}/classifications\": [\"204\"],\n \"POST /atlas/v2/entity/bulk/setClassifications\": [\"200\"],\n \"GET /atlas/v2/entity/bulk/uniqueAttribute/type/{typeName}\": [\"200\"],\n \"GET /atlas/v2/entity/guid/{guid}/header\": [\"200\"],\n \"DELETE /atlas/v2/entity/guid/{guid}/businessmetadata\": [\"204\"],\n \"POST /atlas/v2/entity/guid/{guid}/businessmetadata\": [\"204\"],\n \"DELETE /atlas/v2/entity/guid/{guid}/businessmetadata/{businessMetadataName}\": [\"204\"],\n \"POST /atlas/v2/entity/guid/{guid}/businessmetadata/{businessMetadataName}\": [\"204\"],\n \"GET /atlas/v2/entity/businessmetadata/import/template\": [\"200\"],\n \"POST /atlas/v2/entity/businessmetadata/import\": [\"200\"],\n \"DELETE /atlas/v2/entity/guid/{guid}/labels\": [\"204\"],\n \"POST /atlas/v2/entity/guid/{guid}/labels\": [\"204\"],\n \"PUT /atlas/v2/entity/guid/{guid}/labels\": [\"204\"],\n \"DELETE /atlas/v2/entity/uniqueAttribute/type/{typeName}/labels\": [\"204\"],\n \"POST /atlas/v2/entity/uniqueAttribute/type/{typeName}/labels\": [\"204\"],\n \"PUT /atlas/v2/entity/uniqueAttribute/type/{typeName}/labels\": [\"204\"],\n \"POST /entity/moveTo\": [\"200\"],\n \"GET /atlas/v2/glossary\": [\"200\"],\n \"POST /atlas/v2/glossary\": [\"200\"],\n \"POST /atlas/v2/glossary/categories\": [\"200\"],\n \"POST /atlas/v2/glossary/category\": [\"200\"],\n \"GET /atlas/v2/glossary/category/{categoryId}\": [\"200\"],\n \"PUT /atlas/v2/glossary/category/{categoryId}\": [\"200\"],\n \"DELETE /atlas/v2/glossary/category/{categoryId}\": [\"204\"],\n \"PUT /atlas/v2/glossary/category/{categoryId}/partial\": [\"200\"],\n \"GET /atlas/v2/glossary/category/{categoryId}/related\": [\"200\"],\n \"GET /atlas/v2/glossary/category/{categoryId}/terms\": [\"200\"],\n \"POST /atlas/v2/glossary/term\": [\"200\"],\n \"GET /atlas/v2/glossary/term/{termId}\": [\"200\"],\n \"PUT /atlas/v2/glossary/term/{termId}\": [\"200\"],\n \"DELETE /atlas/v2/glossary/term/{termId}\": [\"204\"],\n \"PUT /atlas/v2/glossary/term/{termId}/partial\": [\"200\"],\n \"POST /atlas/v2/glossary/terms\": [\"200\"],\n \"GET /atlas/v2/glossary/terms/{termId}/assignedEntities\": [\"200\"],\n \"POST /atlas/v2/glossary/terms/{termId}/assignedEntities\": [\"204\"],\n \"DELETE /atlas/v2/glossary/terms/{termId}/assignedEntities\": [\"204\"],\n \"GET /atlas/v2/glossary/terms/{termId}/related\": [\"200\"],\n \"GET /atlas/v2/glossary/{glossaryId}\": [\"200\"],\n \"PUT /atlas/v2/glossary/{glossaryId}\": [\"200\"],\n \"DELETE /atlas/v2/glossary/{glossaryId}\": [\"204\"],\n \"GET /atlas/v2/glossary/{glossaryId}/categories\": [\"200\"],\n \"GET /atlas/v2/glossary/{glossaryId}/categories/headers\": [\"200\"],\n \"GET /atlas/v2/glossary/{glossaryId}/detailed\": [\"200\"],\n \"PUT /atlas/v2/glossary/{glossaryId}/partial\": [\"200\"],\n \"GET /atlas/v2/glossary/{glossaryId}/terms\": [\"200\"],\n \"GET /atlas/v2/glossary/{glossaryId}/terms/headers\": [\"200\"],\n \"POST /search/query\": [\"200\"],\n \"POST /search/suggest\": [\"200\"],\n \"POST /search/autocomplete\": [\"200\"],\n \"GET /atlas/v2/lineage/{guid}\": [\"200\"],\n \"GET /lineage/{guid}/next\": [\"200\"],\n \"GET /atlas/v2/lineage/uniqueAttribute/type/{typeName}\": [\"200\"],\n \"POST /atlas/v2/relationship\": [\"200\"],\n \"PUT /atlas/v2/relationship\": [\"200\"],\n \"GET /atlas/v2/relationship/guid/{guid}\": [\"200\"],\n \"DELETE /atlas/v2/relationship/guid/{guid}\": [\"204\"],\n \"GET /atlas/v2/types/businessmetadatadef/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/types/businessmetadatadef/name/{name}\": [\"200\"],\n \"GET /atlas/v2/types/classificationdef/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/types/classificationdef/name/{name}\": [\"200\"],\n \"GET /atlas/v2/types/entitydef/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/types/entitydef/name/{name}\": [\"200\"],\n \"GET /atlas/v2/types/enumdef/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/types/enumdef/name/{name}\": [\"200\"],\n \"GET /atlas/v2/types/relationshipdef/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/types/relationshipdef/name/{name}\": [\"200\"],\n \"GET /atlas/v2/types/structdef/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/types/structdef/name/{name}\": [\"200\"],\n \"GET /atlas/v2/types/typedef/guid/{guid}\": [\"200\"],\n \"GET /atlas/v2/types/typedef/name/{name}\": [\"200\"],\n \"DELETE /atlas/v2/types/typedef/name/{name}\": [\"204\"],\n \"GET /atlas/v2/types/typedefs\": [\"200\"],\n \"POST /atlas/v2/types/typedefs\": [\"200\"],\n \"PUT /atlas/v2/types/typedefs\": [\"200\"],\n \"DELETE /atlas/v2/types/typedefs\": [\"204\"],\n \"GET /atlas/v2/types/typedefs/headers\": [\"200\"],\n \"GET /types/termtemplatedef/guid/{guid}\": [\"200\"],\n \"GET /types/termtemplatedef/name/{name}\": [\"200\"],\n};\n\nexport function isUnexpected(\n response: EntityCreateOrUpdate200Response | EntityCreateOrUpdateDefaultResponse,\n): response is EntityCreateOrUpdateDefaultResponse;\nexport function isUnexpected(\n response: EntityListByGuids200Response | EntityListByGuidsDefaultResponse,\n): response is EntityListByGuidsDefaultResponse;\nexport function isUnexpected(\n response: EntityBulkCreateOrUpdate200Response | EntityBulkCreateOrUpdateDefaultResponse,\n): response is EntityBulkCreateOrUpdateDefaultResponse;\nexport function isUnexpected(\n response: EntityBulkDelete200Response | EntityBulkDeleteDefaultResponse,\n): response is EntityBulkDeleteDefaultResponse;\nexport function isUnexpected(\n response: EntityAddClassification204Response | EntityAddClassificationDefaultResponse,\n): response is EntityAddClassificationDefaultResponse;\nexport function isUnexpected(\n response: EntityGet200Response | EntityGetDefaultResponse,\n): response is EntityGetDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityPartialUpdateAttributeByGuid200Response\n | EntityPartialUpdateAttributeByGuidDefaultResponse,\n): response is EntityPartialUpdateAttributeByGuidDefaultResponse;\nexport function isUnexpected(\n response: EntityDeleteOperation200Response | EntityDeleteOperationDefaultResponse,\n): response is EntityDeleteOperationDefaultResponse;\nexport function isUnexpected(\n response: EntityGetClassification200Response | EntityGetClassificationDefaultResponse,\n): response is EntityGetClassificationDefaultResponse;\nexport function isUnexpected(\n response: EntityRemoveClassification204Response | EntityRemoveClassificationDefaultResponse,\n): response is EntityRemoveClassificationDefaultResponse;\nexport function isUnexpected(\n response: EntityGetClassifications200Response | EntityGetClassificationsDefaultResponse,\n): response is EntityGetClassificationsDefaultResponse;\nexport function isUnexpected(\n response: EntityAddClassifications204Response | EntityAddClassificationsDefaultResponse,\n): response is EntityAddClassificationsDefaultResponse;\nexport function isUnexpected(\n response: EntityUpdateClassifications204Response | EntityUpdateClassificationsDefaultResponse,\n): response is EntityUpdateClassificationsDefaultResponse;\nexport function isUnexpected(\n response: EntityGetByUniqueAttributes200Response | EntityGetByUniqueAttributesDefaultResponse,\n): response is EntityGetByUniqueAttributesDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityPartialUpdateByUniqueAttributes200Response\n | EntityPartialUpdateByUniqueAttributesDefaultResponse,\n): response is EntityPartialUpdateByUniqueAttributesDefaultResponse;\nexport function isUnexpected(\n response: EntityDeleteByUniqueAttribute200Response | EntityDeleteByUniqueAttributeDefaultResponse,\n): response is EntityDeleteByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityRemoveClassificationByUniqueAttribute204Response\n | EntityRemoveClassificationByUniqueAttributeDefaultResponse,\n): response is EntityRemoveClassificationByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityAddClassificationsByUniqueAttribute204Response\n | EntityAddClassificationsByUniqueAttributeDefaultResponse,\n): response is EntityAddClassificationsByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityUpdateClassificationsByUniqueAttribute204Response\n | EntityUpdateClassificationsByUniqueAttributeDefaultResponse,\n): response is EntityUpdateClassificationsByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response: EntityBulkSetClassifications200Response | EntityBulkSetClassificationsDefaultResponse,\n): response is EntityBulkSetClassificationsDefaultResponse;\nexport function isUnexpected(\n response: EntityListByUniqueAttributes200Response | EntityListByUniqueAttributesDefaultResponse,\n): response is EntityListByUniqueAttributesDefaultResponse;\nexport function isUnexpected(\n response: EntityGetHeader200Response | EntityGetHeaderDefaultResponse,\n): response is EntityGetHeaderDefaultResponse;\nexport function isUnexpected(\n response: EntityRemoveBusinessMetadata204Response | EntityRemoveBusinessMetadataDefaultResponse,\n): response is EntityRemoveBusinessMetadataDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityAddOrUpdateBusinessMetadata204Response\n | EntityAddOrUpdateBusinessMetadataDefaultResponse,\n): response is EntityAddOrUpdateBusinessMetadataDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityRemoveBusinessMetadataAttributes204Response\n | EntityRemoveBusinessMetadataAttributesDefaultResponse,\n): response is EntityRemoveBusinessMetadataAttributesDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityAddOrUpdateBusinessMetadataAttributes204Response\n | EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse,\n): response is EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityGetSampleBusinessMetadataTemplate200Response\n | EntityGetSampleBusinessMetadataTemplateDefaultResponse,\n): response is EntityGetSampleBusinessMetadataTemplateDefaultResponse;\nexport function isUnexpected(\n response: EntityImportBusinessMetadata200Response | EntityImportBusinessMetadataDefaultResponse,\n): response is EntityImportBusinessMetadataDefaultResponse;\nexport function isUnexpected(\n response: EntityRemoveLabels204Response | EntityRemoveLabelsDefaultResponse,\n): response is EntityRemoveLabelsDefaultResponse;\nexport function isUnexpected(\n response: EntitySetLabels204Response | EntitySetLabelsDefaultResponse,\n): response is EntitySetLabelsDefaultResponse;\nexport function isUnexpected(\n response: EntityAddLabel204Response | EntityAddLabelDefaultResponse,\n): response is EntityAddLabelDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityRemoveLabelsByUniqueAttribute204Response\n | EntityRemoveLabelsByUniqueAttributeDefaultResponse,\n): response is EntityRemoveLabelsByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response:\n | EntitySetLabelsByUniqueAttribute204Response\n | EntitySetLabelsByUniqueAttributeDefaultResponse,\n): response is EntitySetLabelsByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityAddLabelsByUniqueAttribute204Response\n | EntityAddLabelsByUniqueAttributeDefaultResponse,\n): response is EntityAddLabelsByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityMoveEntitiesToCollection200Response\n | EntityMoveEntitiesToCollectionDefaultResponse,\n): response is EntityMoveEntitiesToCollectionDefaultResponse;\nexport function isUnexpected(\n response: GlossaryList200Response | GlossaryListDefaultResponse,\n): response is GlossaryListDefaultResponse;\nexport function isUnexpected(\n response: GlossaryCreate200Response | GlossaryCreateDefaultResponse,\n): response is GlossaryCreateDefaultResponse;\nexport function isUnexpected(\n response: GlossaryCreateCategories200Response | GlossaryCreateCategoriesDefaultResponse,\n): response is GlossaryCreateCategoriesDefaultResponse;\nexport function isUnexpected(\n response: GlossaryCreateCategory200Response | GlossaryCreateCategoryDefaultResponse,\n): response is GlossaryCreateCategoryDefaultResponse;\nexport function isUnexpected(\n response: GlossaryGetCategory200Response | GlossaryGetCategoryDefaultResponse,\n): response is GlossaryGetCategoryDefaultResponse;\nexport function isUnexpected(\n response: GlossaryUpdateCategory200Response | GlossaryUpdateCategoryDefaultResponse,\n): response is GlossaryUpdateCategoryDefaultResponse;\nexport function isUnexpected(\n response: GlossaryDeleteCategory204Response | GlossaryDeleteCategoryDefaultResponse,\n): response is GlossaryDeleteCategoryDefaultResponse;\nexport function isUnexpected(\n response: GlossaryPartialUpdateCategory200Response | GlossaryPartialUpdateCategoryDefaultResponse,\n): response is GlossaryPartialUpdateCategoryDefaultResponse;\nexport function isUnexpected(\n response: GlossaryListRelatedCategories200Response | GlossaryListRelatedCategoriesDefaultResponse,\n): response is GlossaryListRelatedCategoriesDefaultResponse;\nexport function isUnexpected(\n response: GlossaryListCategoryTerms200Response | GlossaryListCategoryTermsDefaultResponse,\n): response is GlossaryListCategoryTermsDefaultResponse;\nexport function isUnexpected(\n response: GlossaryCreateTerm200Response | GlossaryCreateTermDefaultResponse,\n): response is GlossaryCreateTermDefaultResponse;\nexport function isUnexpected(\n response: GlossaryGetTerm200Response | GlossaryGetTermDefaultResponse,\n): response is GlossaryGetTermDefaultResponse;\nexport function isUnexpected(\n response: GlossaryUpdateTerm200Response | GlossaryUpdateTermDefaultResponse,\n): response is GlossaryUpdateTermDefaultResponse;\nexport function isUnexpected(\n response: GlossaryDeleteTerm204Response | GlossaryDeleteTermDefaultResponse,\n): response is GlossaryDeleteTermDefaultResponse;\nexport function isUnexpected(\n response: GlossaryPartialUpdateTerm200Response | GlossaryPartialUpdateTermDefaultResponse,\n): response is GlossaryPartialUpdateTermDefaultResponse;\nexport function isUnexpected(\n response: GlossaryCreateTerms200Response | GlossaryCreateTermsDefaultResponse,\n): response is GlossaryCreateTermsDefaultResponse;\nexport function isUnexpected(\n response:\n | GlossaryListEntitiesAssignedWithTerm200Response\n | GlossaryListEntitiesAssignedWithTermDefaultResponse,\n): response is GlossaryListEntitiesAssignedWithTermDefaultResponse;\nexport function isUnexpected(\n response: GlossaryAssignTermToEntities204Response | GlossaryAssignTermToEntitiesDefaultResponse,\n): response is GlossaryAssignTermToEntitiesDefaultResponse;\nexport function isUnexpected(\n response:\n | GlossaryDeleteTermAssignmentFromEntities204Response\n | GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse,\n): response is GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse;\nexport function isUnexpected(\n response: GlossaryListRelatedTerms200Response | GlossaryListRelatedTermsDefaultResponse,\n): response is GlossaryListRelatedTermsDefaultResponse;\nexport function isUnexpected(\n response: GlossaryGet200Response | GlossaryGetDefaultResponse,\n): response is GlossaryGetDefaultResponse;\nexport function isUnexpected(\n response: GlossaryUpdate200Response | GlossaryUpdateDefaultResponse,\n): response is GlossaryUpdateDefaultResponse;\nexport function isUnexpected(\n response: GlossaryDeleteOperation204Response | GlossaryDeleteOperationDefaultResponse,\n): response is GlossaryDeleteOperationDefaultResponse;\nexport function isUnexpected(\n response: GlossaryListCategories200Response | GlossaryListCategoriesDefaultResponse,\n): response is GlossaryListCategoriesDefaultResponse;\nexport function isUnexpected(\n response: GlossaryListCategoriesHeaders200Response | GlossaryListCategoriesHeadersDefaultResponse,\n): response is GlossaryListCategoriesHeadersDefaultResponse;\nexport function isUnexpected(\n response: GlossaryGetDetailed200Response | GlossaryGetDetailedDefaultResponse,\n): response is GlossaryGetDetailedDefaultResponse;\nexport function isUnexpected(\n response: GlossaryPartialUpdate200Response | GlossaryPartialUpdateDefaultResponse,\n): response is GlossaryPartialUpdateDefaultResponse;\nexport function isUnexpected(\n response: GlossaryListTerms200Response | GlossaryListTermsDefaultResponse,\n): response is GlossaryListTermsDefaultResponse;\nexport function isUnexpected(\n response: GlossaryListTermHeaders200Response | GlossaryListTermHeadersDefaultResponse,\n): response is GlossaryListTermHeadersDefaultResponse;\nexport function isUnexpected(\n response: DiscoveryQuery200Response | DiscoveryQueryDefaultResponse,\n): response is DiscoveryQueryDefaultResponse;\nexport function isUnexpected(\n response: DiscoverySuggest200Response | DiscoverySuggestDefaultResponse,\n): response is DiscoverySuggestDefaultResponse;\nexport function isUnexpected(\n response: DiscoveryAutoComplete200Response | DiscoveryAutoCompleteDefaultResponse,\n): response is DiscoveryAutoCompleteDefaultResponse;\nexport function isUnexpected(\n response: LineageGet200Response | LineageGetDefaultResponse,\n): response is LineageGetDefaultResponse;\nexport function isUnexpected(\n response: LineageGetNextPage200Response | LineageGetNextPageDefaultResponse,\n): response is LineageGetNextPageDefaultResponse;\nexport function isUnexpected(\n response: LineageGetByUniqueAttribute200Response | LineageGetByUniqueAttributeDefaultResponse,\n): response is LineageGetByUniqueAttributeDefaultResponse;\nexport function isUnexpected(\n response: RelationshipCreate200Response | RelationshipCreateDefaultResponse,\n): response is RelationshipCreateDefaultResponse;\nexport function isUnexpected(\n response: RelationshipUpdate200Response | RelationshipUpdateDefaultResponse,\n): response is RelationshipUpdateDefaultResponse;\nexport function isUnexpected(\n response: RelationshipGet200Response | RelationshipGetDefaultResponse,\n): response is RelationshipGetDefaultResponse;\nexport function isUnexpected(\n response: RelationshipDeleteOperation204Response | RelationshipDeleteOperationDefaultResponse,\n): response is RelationshipDeleteOperationDefaultResponse;\nexport function isUnexpected(\n response:\n | TypeGetBusinessMetadataDefByGuid200Response\n | TypeGetBusinessMetadataDefByGuidDefaultResponse,\n): response is TypeGetBusinessMetadataDefByGuidDefaultResponse;\nexport function isUnexpected(\n response:\n | TypeGetBusinessMetadataDefByName200Response\n | TypeGetBusinessMetadataDefByNameDefaultResponse,\n): response is TypeGetBusinessMetadataDefByNameDefaultResponse;\nexport function isUnexpected(\n response:\n | TypeGetClassificationDefByGuid200Response\n | TypeGetClassificationDefByGuidDefaultResponse,\n): response is TypeGetClassificationDefByGuidDefaultResponse;\nexport function isUnexpected(\n response:\n | TypeGetClassificationDefByName200Response\n | TypeGetClassificationDefByNameDefaultResponse,\n): response is TypeGetClassificationDefByNameDefaultResponse;\nexport function isUnexpected(\n response: TypeGetEntityDefByGuid200Response | TypeGetEntityDefByGuidDefaultResponse,\n): response is TypeGetEntityDefByGuidDefaultResponse;\nexport function isUnexpected(\n response: TypeGetEntityDefByName200Response | TypeGetEntityDefByNameDefaultResponse,\n): response is TypeGetEntityDefByNameDefaultResponse;\nexport function isUnexpected(\n response: TypeGetEnumDefByGuid200Response | TypeGetEnumDefByGuidDefaultResponse,\n): response is TypeGetEnumDefByGuidDefaultResponse;\nexport function isUnexpected(\n response: TypeGetEnumDefByName200Response | TypeGetEnumDefByNameDefaultResponse,\n): response is TypeGetEnumDefByNameDefaultResponse;\nexport function isUnexpected(\n response: TypeGetRelationshipDefByGuid200Response | TypeGetRelationshipDefByGuidDefaultResponse,\n): response is TypeGetRelationshipDefByGuidDefaultResponse;\nexport function isUnexpected(\n response: TypeGetRelationshipDefByName200Response | TypeGetRelationshipDefByNameDefaultResponse,\n): response is TypeGetRelationshipDefByNameDefaultResponse;\nexport function isUnexpected(\n response: TypeGetStructDefByGuid200Response | TypeGetStructDefByGuidDefaultResponse,\n): response is TypeGetStructDefByGuidDefaultResponse;\nexport function isUnexpected(\n response: TypeGetStructDefByName200Response | TypeGetStructDefByNameDefaultResponse,\n): response is TypeGetStructDefByNameDefaultResponse;\nexport function isUnexpected(\n response: TypeGetByGuid200Response | TypeGetByGuidDefaultResponse,\n): response is TypeGetByGuidDefaultResponse;\nexport function isUnexpected(\n response: TypeGetByName200Response | TypeGetByNameDefaultResponse,\n): response is TypeGetByNameDefaultResponse;\nexport function isUnexpected(\n response: TypeDeleteOperation204Response | TypeDeleteOperationDefaultResponse,\n): response is TypeDeleteOperationDefaultResponse;\nexport function isUnexpected(\n response: TypeList200Response | TypeListDefaultResponse,\n): response is TypeListDefaultResponse;\nexport function isUnexpected(\n response: TypeBulkCreate200Response | TypeBulkCreateDefaultResponse,\n): response is TypeBulkCreateDefaultResponse;\nexport function isUnexpected(\n response: TypeBulkUpdate200Response | TypeBulkUpdateDefaultResponse,\n): response is TypeBulkUpdateDefaultResponse;\nexport function isUnexpected(\n response: TypeBulkDelete204Response | TypeBulkDeleteDefaultResponse,\n): response is TypeBulkDeleteDefaultResponse;\nexport function isUnexpected(\n response: TypeListHeaders200Response | TypeListHeadersDefaultResponse,\n): response is TypeListHeadersDefaultResponse;\nexport function isUnexpected(\n response: TypeGetTermTemplateDefByGuid200Response | TypeGetTermTemplateDefByGuidDefaultResponse,\n): response is TypeGetTermTemplateDefByGuidDefaultResponse;\nexport function isUnexpected(\n response: TypeGetTermTemplateDefByName200Response | TypeGetTermTemplateDefByNameDefaultResponse,\n): response is TypeGetTermTemplateDefByNameDefaultResponse;\nexport function isUnexpected(\n response:\n | EntityCreateOrUpdate200Response\n | EntityCreateOrUpdateDefaultResponse\n | EntityListByGuids200Response\n | EntityListByGuidsDefaultResponse\n | EntityBulkCreateOrUpdate200Response\n | EntityBulkCreateOrUpdateDefaultResponse\n | EntityBulkDelete200Response\n | EntityBulkDeleteDefaultResponse\n | EntityAddClassification204Response\n | EntityAddClassificationDefaultResponse\n | EntityGet200Response\n | EntityGetDefaultResponse\n | EntityPartialUpdateAttributeByGuid200Response\n | EntityPartialUpdateAttributeByGuidDefaultResponse\n | EntityDeleteOperation200Response\n | EntityDeleteOperationDefaultResponse\n | EntityGetClassification200Response\n | EntityGetClassificationDefaultResponse\n | EntityRemoveClassification204Response\n | EntityRemoveClassificationDefaultResponse\n | EntityGetClassifications200Response\n | EntityGetClassificationsDefaultResponse\n | EntityAddClassifications204Response\n | EntityAddClassificationsDefaultResponse\n | EntityUpdateClassifications204Response\n | EntityUpdateClassificationsDefaultResponse\n | EntityGetByUniqueAttributes200Response\n | EntityGetByUniqueAttributesDefaultResponse\n | EntityPartialUpdateByUniqueAttributes200Response\n | EntityPartialUpdateByUniqueAttributesDefaultResponse\n | EntityDeleteByUniqueAttribute200Response\n | EntityDeleteByUniqueAttributeDefaultResponse\n | EntityRemoveClassificationByUniqueAttribute204Response\n | EntityRemoveClassificationByUniqueAttributeDefaultResponse\n | EntityAddClassificationsByUniqueAttribute204Response\n | EntityAddClassificationsByUniqueAttributeDefaultResponse\n | EntityUpdateClassificationsByUniqueAttribute204Response\n | EntityUpdateClassificationsByUniqueAttributeDefaultResponse\n | EntityBulkSetClassifications200Response\n | EntityBulkSetClassificationsDefaultResponse\n | EntityListByUniqueAttributes200Response\n | EntityListByUniqueAttributesDefaultResponse\n | EntityGetHeader200Response\n | EntityGetHeaderDefaultResponse\n | EntityRemoveBusinessMetadata204Response\n | EntityRemoveBusinessMetadataDefaultResponse\n | EntityAddOrUpdateBusinessMetadata204Response\n | EntityAddOrUpdateBusinessMetadataDefaultResponse\n | EntityRemoveBusinessMetadataAttributes204Response\n | EntityRemoveBusinessMetadataAttributesDefaultResponse\n | EntityAddOrUpdateBusinessMetadataAttributes204Response\n | EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse\n | EntityGetSampleBusinessMetadataTemplate200Response\n | EntityGetSampleBusinessMetadataTemplateDefaultResponse\n | EntityImportBusinessMetadata200Response\n | EntityImportBusinessMetadataDefaultResponse\n | EntityRemoveLabels204Response\n | EntityRemoveLabelsDefaultResponse\n | EntitySetLabels204Response\n | EntitySetLabelsDefaultResponse\n | EntityAddLabel204Response\n | EntityAddLabelDefaultResponse\n | EntityRemoveLabelsByUniqueAttribute204Response\n | EntityRemoveLabelsByUniqueAttributeDefaultResponse\n | EntitySetLabelsByUniqueAttribute204Response\n | EntitySetLabelsByUniqueAttributeDefaultResponse\n | EntityAddLabelsByUniqueAttribute204Response\n | EntityAddLabelsByUniqueAttributeDefaultResponse\n | EntityMoveEntitiesToCollection200Response\n | EntityMoveEntitiesToCollectionDefaultResponse\n | GlossaryList200Response\n | GlossaryListDefaultResponse\n | GlossaryCreate200Response\n | GlossaryCreateDefaultResponse\n | GlossaryCreateCategories200Response\n | GlossaryCreateCategoriesDefaultResponse\n | GlossaryCreateCategory200Response\n | GlossaryCreateCategoryDefaultResponse\n | GlossaryGetCategory200Response\n | GlossaryGetCategoryDefaultResponse\n | GlossaryUpdateCategory200Response\n | GlossaryUpdateCategoryDefaultResponse\n | GlossaryDeleteCategory204Response\n | GlossaryDeleteCategoryDefaultResponse\n | GlossaryPartialUpdateCategory200Response\n | GlossaryPartialUpdateCategoryDefaultResponse\n | GlossaryListRelatedCategories200Response\n | GlossaryListRelatedCategoriesDefaultResponse\n | GlossaryListCategoryTerms200Response\n | GlossaryListCategoryTermsDefaultResponse\n | GlossaryCreateTerm200Response\n | GlossaryCreateTermDefaultResponse\n | GlossaryGetTerm200Response\n | GlossaryGetTermDefaultResponse\n | GlossaryUpdateTerm200Response\n | GlossaryUpdateTermDefaultResponse\n | GlossaryDeleteTerm204Response\n | GlossaryDeleteTermDefaultResponse\n | GlossaryPartialUpdateTerm200Response\n | GlossaryPartialUpdateTermDefaultResponse\n | GlossaryCreateTerms200Response\n | GlossaryCreateTermsDefaultResponse\n | GlossaryListEntitiesAssignedWithTerm200Response\n | GlossaryListEntitiesAssignedWithTermDefaultResponse\n | GlossaryAssignTermToEntities204Response\n | GlossaryAssignTermToEntitiesDefaultResponse\n | GlossaryDeleteTermAssignmentFromEntities204Response\n | GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse\n | GlossaryListRelatedTerms200Response\n | GlossaryListRelatedTermsDefaultResponse\n | GlossaryGet200Response\n | GlossaryGetDefaultResponse\n | GlossaryUpdate200Response\n | GlossaryUpdateDefaultResponse\n | GlossaryDeleteOperation204Response\n | GlossaryDeleteOperationDefaultResponse\n | GlossaryListCategories200Response\n | GlossaryListCategoriesDefaultResponse\n | GlossaryListCategoriesHeaders200Response\n | GlossaryListCategoriesHeadersDefaultResponse\n | GlossaryGetDetailed200Response\n | GlossaryGetDetailedDefaultResponse\n | GlossaryPartialUpdate200Response\n | GlossaryPartialUpdateDefaultResponse\n | GlossaryListTerms200Response\n | GlossaryListTermsDefaultResponse\n | GlossaryListTermHeaders200Response\n | GlossaryListTermHeadersDefaultResponse\n | DiscoveryQuery200Response\n | DiscoveryQueryDefaultResponse\n | DiscoverySuggest200Response\n | DiscoverySuggestDefaultResponse\n | DiscoveryAutoComplete200Response\n | DiscoveryAutoCompleteDefaultResponse\n | LineageGet200Response\n | LineageGetDefaultResponse\n | LineageGetNextPage200Response\n | LineageGetNextPageDefaultResponse\n | LineageGetByUniqueAttribute200Response\n | LineageGetByUniqueAttributeDefaultResponse\n | RelationshipCreate200Response\n | RelationshipCreateDefaultResponse\n | RelationshipUpdate200Response\n | RelationshipUpdateDefaultResponse\n | RelationshipGet200Response\n | RelationshipGetDefaultResponse\n | RelationshipDeleteOperation204Response\n | RelationshipDeleteOperationDefaultResponse\n | TypeGetBusinessMetadataDefByGuid200Response\n | TypeGetBusinessMetadataDefByGuidDefaultResponse\n | TypeGetBusinessMetadataDefByName200Response\n | TypeGetBusinessMetadataDefByNameDefaultResponse\n | TypeGetClassificationDefByGuid200Response\n | TypeGetClassificationDefByGuidDefaultResponse\n | TypeGetClassificationDefByName200Response\n | TypeGetClassificationDefByNameDefaultResponse\n | TypeGetEntityDefByGuid200Response\n | TypeGetEntityDefByGuidDefaultResponse\n | TypeGetEntityDefByName200Response\n | TypeGetEntityDefByNameDefaultResponse\n | TypeGetEnumDefByGuid200Response\n | TypeGetEnumDefByGuidDefaultResponse\n | TypeGetEnumDefByName200Response\n | TypeGetEnumDefByNameDefaultResponse\n | TypeGetRelationshipDefByGuid200Response\n | TypeGetRelationshipDefByGuidDefaultResponse\n | TypeGetRelationshipDefByName200Response\n | TypeGetRelationshipDefByNameDefaultResponse\n | TypeGetStructDefByGuid200Response\n | TypeGetStructDefByGuidDefaultResponse\n | TypeGetStructDefByName200Response\n | TypeGetStructDefByNameDefaultResponse\n | TypeGetByGuid200Response\n | TypeGetByGuidDefaultResponse\n | TypeGetByName200Response\n | TypeGetByNameDefaultResponse\n | TypeDeleteOperation204Response\n | TypeDeleteOperationDefaultResponse\n | TypeList200Response\n | TypeListDefaultResponse\n | TypeBulkCreate200Response\n | TypeBulkCreateDefaultResponse\n | TypeBulkUpdate200Response\n | TypeBulkUpdateDefaultResponse\n | TypeBulkDelete204Response\n | TypeBulkDeleteDefaultResponse\n | TypeListHeaders200Response\n | TypeListHeadersDefaultResponse\n | TypeGetTermTemplateDefByGuid200Response\n | TypeGetTermTemplateDefByGuidDefaultResponse\n | TypeGetTermTemplateDefByName200Response\n | TypeGetTermTemplateDefByNameDefaultResponse,\n): response is\n | EntityCreateOrUpdateDefaultResponse\n | EntityListByGuidsDefaultResponse\n | EntityBulkCreateOrUpdateDefaultResponse\n | EntityBulkDeleteDefaultResponse\n | EntityAddClassificationDefaultResponse\n | EntityGetDefaultResponse\n | EntityPartialUpdateAttributeByGuidDefaultResponse\n | EntityDeleteOperationDefaultResponse\n | EntityGetClassificationDefaultResponse\n | EntityRemoveClassificationDefaultResponse\n | EntityGetClassificationsDefaultResponse\n | EntityAddClassificationsDefaultResponse\n | EntityUpdateClassificationsDefaultResponse\n | EntityGetByUniqueAttributesDefaultResponse\n | EntityPartialUpdateByUniqueAttributesDefaultResponse\n | EntityDeleteByUniqueAttributeDefaultResponse\n | EntityRemoveClassificationByUniqueAttributeDefaultResponse\n | EntityAddClassificationsByUniqueAttributeDefaultResponse\n | EntityUpdateClassificationsByUniqueAttributeDefaultResponse\n | EntityBulkSetClassificationsDefaultResponse\n | EntityListByUniqueAttributesDefaultResponse\n | EntityGetHeaderDefaultResponse\n | EntityRemoveBusinessMetadataDefaultResponse\n | EntityAddOrUpdateBusinessMetadataDefaultResponse\n | EntityRemoveBusinessMetadataAttributesDefaultResponse\n | EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse\n | EntityGetSampleBusinessMetadataTemplateDefaultResponse\n | EntityImportBusinessMetadataDefaultResponse\n | EntityRemoveLabelsDefaultResponse\n | EntitySetLabelsDefaultResponse\n | EntityAddLabelDefaultResponse\n | EntityRemoveLabelsByUniqueAttributeDefaultResponse\n | EntitySetLabelsByUniqueAttributeDefaultResponse\n | EntityAddLabelsByUniqueAttributeDefaultResponse\n | EntityMoveEntitiesToCollectionDefaultResponse\n | GlossaryListDefaultResponse\n | GlossaryCreateDefaultResponse\n | GlossaryCreateCategoriesDefaultResponse\n | GlossaryCreateCategoryDefaultResponse\n | GlossaryGetCategoryDefaultResponse\n | GlossaryUpdateCategoryDefaultResponse\n | GlossaryDeleteCategoryDefaultResponse\n | GlossaryPartialUpdateCategoryDefaultResponse\n | GlossaryListRelatedCategoriesDefaultResponse\n | GlossaryListCategoryTermsDefaultResponse\n | GlossaryCreateTermDefaultResponse\n | GlossaryGetTermDefaultResponse\n | GlossaryUpdateTermDefaultResponse\n | GlossaryDeleteTermDefaultResponse\n | GlossaryPartialUpdateTermDefaultResponse\n | GlossaryCreateTermsDefaultResponse\n | GlossaryListEntitiesAssignedWithTermDefaultResponse\n | GlossaryAssignTermToEntitiesDefaultResponse\n | GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse\n | GlossaryListRelatedTermsDefaultResponse\n | GlossaryGetDefaultResponse\n | GlossaryUpdateDefaultResponse\n | GlossaryDeleteOperationDefaultResponse\n | GlossaryListCategoriesDefaultResponse\n | GlossaryListCategoriesHeadersDefaultResponse\n | GlossaryGetDetailedDefaultResponse\n | GlossaryPartialUpdateDefaultResponse\n | GlossaryListTermsDefaultResponse\n | GlossaryListTermHeadersDefaultResponse\n | DiscoveryQueryDefaultResponse\n | DiscoverySuggestDefaultResponse\n | DiscoveryAutoCompleteDefaultResponse\n | LineageGetDefaultResponse\n | LineageGetNextPageDefaultResponse\n | LineageGetByUniqueAttributeDefaultResponse\n | RelationshipCreateDefaultResponse\n | RelationshipUpdateDefaultResponse\n | RelationshipGetDefaultResponse\n | RelationshipDeleteOperationDefaultResponse\n | TypeGetBusinessMetadataDefByGuidDefaultResponse\n | TypeGetBusinessMetadataDefByNameDefaultResponse\n | TypeGetClassificationDefByGuidDefaultResponse\n | TypeGetClassificationDefByNameDefaultResponse\n | TypeGetEntityDefByGuidDefaultResponse\n | TypeGetEntityDefByNameDefaultResponse\n | TypeGetEnumDefByGuidDefaultResponse\n | TypeGetEnumDefByNameDefaultResponse\n | TypeGetRelationshipDefByGuidDefaultResponse\n | TypeGetRelationshipDefByNameDefaultResponse\n | TypeGetStructDefByGuidDefaultResponse\n | TypeGetStructDefByNameDefaultResponse\n | TypeGetByGuidDefaultResponse\n | TypeGetByNameDefaultResponse\n | TypeDeleteOperationDefaultResponse\n | TypeListDefaultResponse\n | TypeBulkCreateDefaultResponse\n | TypeBulkUpdateDefaultResponse\n | TypeBulkDeleteDefaultResponse\n | TypeListHeadersDefaultResponse\n | TypeGetTermTemplateDefByGuidDefaultResponse\n | TypeGetTermTemplateDefByNameDefaultResponse {\n const lroOriginal = response.headers[\"x-ms-original-url\"];\n const url = new URL(lroOriginal ?? response.request.url);\n const method = response.request.method;\n let pathDetails = responseMap[`${method} ${url.pathname}`];\n if (!pathDetails) {\n pathDetails = getParametrizedPathSuccess(method, url.pathname);\n }\n return !pathDetails.includes(response.status);\n}\n\nfunction getParametrizedPathSuccess(method: string, path: string): string[] {\n const pathParts = path.split(\"/\");\n\n // Traverse list to match the longest candidate\n // matchedLen: the length of candidate path\n // matchedValue: the matched status code array\n let matchedLen = -1,\n matchedValue: string[] = [];\n\n // Iterate the responseMap to find a match\n for (const [key, value] of Object.entries(responseMap)) {\n // Extracting the path from the map key which is in format\n // GET /path/foo\n if (!key.startsWith(method)) {\n continue;\n }\n const candidatePath = getPathFromMapKey(key);\n // Get each part of the url path\n const candidateParts = candidatePath.split(\"/\");\n\n // track if we have found a match to return the values found.\n let found = true;\n for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {\n if (candidateParts[i]?.startsWith(\"{\") && candidateParts[i]?.indexOf(\"}\") !== -1) {\n const start = candidateParts[i]!.indexOf(\"}\") + 1,\n end = candidateParts[i]?.length;\n // If the current part of the candidate is a \"template\" part\n // Try to use the suffix of pattern to match the path\n // {guid} ==> $\n // {guid}:export ==> :export$\n const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(\n pathParts[j] || \"\",\n );\n\n if (!isMatched) {\n found = false;\n break;\n }\n continue;\n }\n\n // If the candidate part is not a template and\n // the parts don't match mark the candidate as not found\n // to move on with the next candidate path.\n if (candidateParts[i] !== pathParts[j]) {\n found = false;\n break;\n }\n }\n\n // We finished evaluating the current candidate parts\n // Update the matched value if and only if we found the longer pattern\n if (found && candidatePath.length > matchedLen) {\n matchedLen = candidatePath.length;\n matchedValue = value;\n }\n }\n\n return matchedValue;\n}\n\nfunction getPathFromMapKey(mapKey: string): string {\n const pathStart = mapKey.indexOf(\"/\");\n return mapKey.slice(pathStart);\n}\n"]}
|
|
@@ -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 type { RequestParameters } from \"@azure-rest/core-client\";\nimport type {\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;AAGlC,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,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 type { ClientOptions } from \"@azure-rest/core-client\";\nimport { getClient } from \"@azure-rest/core-client\";\nimport { logger } from \"./logger\";\nimport type { TokenCredential } from \"@azure/core-auth\";\nimport type { 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.2`;\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 type { HttpResponse } from \"@azure-rest/core-client\";\nimport type {\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"]}
|