@azure-rest/purview-datamap 1.0.0-beta.1 → 1.0.0-beta.3
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/CHANGELOG.md +15 -0
- package/README.md +50 -18
- package/dist/browser/clientDefinitions.d.ts +680 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/index.d.ts +10 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +12 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +98 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/isUnexpected.js +1 -1
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/logger.js +1 -1
- package/{dist-esm/src → dist/browser}/logger.js.map +1 -1
- package/dist/browser/models.d.ts +1205 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +1585 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/parameters.d.ts +805 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/purviewDataMapClient.d.ts +14 -0
- package/dist/browser/purviewDataMapClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/purviewDataMapClient.js +11 -8
- package/dist/browser/purviewDataMapClient.js.map +1 -0
- package/dist/browser/responses.d.ts +848 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +680 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/index.d.ts +10 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +15 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +98 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/{index.js → commonjs/isUnexpected.js} +5 -69
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +1205 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +1585 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/parameters.d.ts +805 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/purviewDataMapClient.d.ts +14 -0
- package/dist/commonjs/purviewDataMapClient.d.ts.map +1 -0
- package/dist/commonjs/purviewDataMapClient.js +35 -0
- package/dist/commonjs/purviewDataMapClient.js.map +1 -0
- package/dist/commonjs/responses.d.ts +848 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/clientDefinitions.d.ts +680 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/index.d.ts +10 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +12 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +98 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +167 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +1205 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +1585 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/parameters.d.ts +805 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/purviewDataMapClient.d.ts +14 -0
- package/dist/esm/purviewDataMapClient.d.ts.map +1 -0
- package/dist/esm/purviewDataMapClient.js +32 -0
- package/dist/esm/purviewDataMapClient.js.map +1 -0
- package/dist/esm/responses.d.ts +848 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +680 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/index.d.ts +10 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +12 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +98 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +167 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +1205 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +1585 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/parameters.d.ts +805 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/purviewDataMapClient.d.ts +14 -0
- package/dist/react-native/purviewDataMapClient.d.ts.map +1 -0
- package/dist/react-native/purviewDataMapClient.js +32 -0
- package/dist/react-native/purviewDataMapClient.js.map +1 -0
- package/dist/react-native/responses.d.ts +848 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/package.json +79 -59
- package/review/purview-datamap.api.md +353 -195
- package/dist/index.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js +0 -4
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/index.js +0 -14
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/isUnexpected.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/outputModels.js +0 -4
- package/dist-esm/src/outputModels.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/purviewDataMapClient.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/dist-esm/src/serializeHelper.js +0 -13
- package/dist-esm/src/serializeHelper.js.map +0 -1
- package/types/purview-datamap.d.ts +0 -5770
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
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 BusinessAttributeUpdateBehavior,\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 LineageDirection,\n AtlasRelationship,\n TypeCategory,\n AtlasTypesDef,\n} from \"./models.js\";\n\nexport interface EntityCreateOrUpdateBodyParam {\n /** Body parameter. */\n body: AtlasEntityWithExtInfo;\n}\n\nexport interface EntityCreateOrUpdateQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: 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?: BusinessAttributeUpdateBehavior;\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\n/** This is the wrapper object for the parameter `guid` with explode set to true and style set to form. */\nexport interface EntityListByGuidsGuidQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: true;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface EntityListByGuidsQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n /** An array of GUIDs of entities to list. */\n guid: EntityListByGuidsGuidQueryParam;\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 parameter. */\n body: AtlasEntitiesWithExtInfo;\n}\n\nexport interface EntityBulkCreateOrUpdateQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: 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 * Used to define the update behavior for business attributes when updating\n * entities.\n *\n * Possible values: \"ignore\", \"replace\", \"merge\"\n */\n businessAttributeUpdateBehavior?: BusinessAttributeUpdateBehavior;\n}\n\nexport interface EntityBulkCreateOrUpdateQueryParam {\n queryParameters?: EntityBulkCreateOrUpdateQueryParamProperties;\n}\n\nexport type EntityBulkCreateOrUpdateParameters = EntityBulkCreateOrUpdateQueryParam &\n EntityBulkCreateOrUpdateBodyParam &\n RequestParameters;\n\n/** This is the wrapper object for the parameter `guid` with explode set to true and style set to form. */\nexport interface EntityBulkDeleteGuidQueryParam {\n /** Value of the parameter */\n value: string[];\n /** Should we explode the value? */\n explode: true;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface EntityBulkDeleteQueryParamProperties {\n /** An array of GUIDs of entities to delete. */\n guid: EntityBulkDeleteGuidQueryParam;\n}\n\nexport interface EntityBulkDeleteQueryParam {\n queryParameters: EntityBulkDeleteQueryParamProperties;\n}\n\nexport type EntityBulkDeleteParameters = EntityBulkDeleteQueryParam & RequestParameters;\n\nexport interface EntityAddClassificationBodyParam {\n /** Body parameter. */\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 parameter. */\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 parameter. */\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 /** Multipart body */\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 parameter. */\n body: MoveEntitiesOptions;\n}\n\nexport interface EntityMoveEntitiesToCollectionQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\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 API version to use for this operation. */\n \"api-version\"?: string;\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 parameter. */\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 parameter. */\n body: AtlasGlossaryCategory;\n}\n\nexport type GlossaryCreateCategoryParameters = GlossaryCreateCategoryBodyParam & RequestParameters;\nexport type GlossaryGetCategoryParameters = RequestParameters;\n\nexport interface GlossaryUpdateCategoryBodyParam {\n /** Body parameter. */\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 parameter. */\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;\n\nexport interface GlossaryGetTermQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n}\n\nexport interface GlossaryGetTermQueryParam {\n queryParameters?: GlossaryGetTermQueryParamProperties;\n}\n\nexport type GlossaryGetTermParameters = GlossaryGetTermQueryParam & RequestParameters;\n\nexport interface GlossaryUpdateTermBodyParam {\n /** Body parameter. */\n body: AtlasGlossaryTerm;\n}\n\nexport interface GlossaryUpdateTermQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\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 /** The API version to use for this operation. */\n \"api-version\"?: string;\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 /** The API version to use for this operation. */\n \"api-version\"?: string;\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 API version to use for this operation. */\n \"api-version\"?: string;\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 parameter. */\n body: AtlasGlossary;\n}\n\nexport interface GlossaryUpdateQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\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;\n\nexport interface GlossaryGetDetailedQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\n}\n\nexport interface GlossaryGetDetailedQueryParam {\n queryParameters?: GlossaryGetDetailedQueryParamProperties;\n}\n\nexport type GlossaryGetDetailedParameters = GlossaryGetDetailedQueryParam & 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 /** The API version to use for this operation. */\n \"api-version\"?: string;\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 API version to use for this operation. */\n \"api-version\"?: string;\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 parameter. */\n body: QueryOptions;\n}\n\nexport interface DiscoveryQueryQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface DiscoveryQueryQueryParam {\n queryParameters: DiscoveryQueryQueryParamProperties;\n}\n\nexport type DiscoveryQueryParameters = DiscoveryQueryQueryParam &\n DiscoveryQueryBodyParam &\n RequestParameters;\n\nexport interface DiscoverySuggestBodyParam {\n /** Body parameter. */\n body: SuggestOptions;\n}\n\nexport interface DiscoverySuggestQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface DiscoverySuggestQueryParam {\n queryParameters: DiscoverySuggestQueryParamProperties;\n}\n\nexport type DiscoverySuggestParameters = DiscoverySuggestQueryParam &\n DiscoverySuggestBodyParam &\n RequestParameters;\n\nexport interface DiscoveryAutoCompleteBodyParam {\n /** Body parameter. */\n body: AutoCompleteOptions;\n}\n\nexport interface DiscoveryAutoCompleteQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface DiscoveryAutoCompleteQueryParam {\n queryParameters: DiscoveryAutoCompleteQueryParamProperties;\n}\n\nexport type DiscoveryAutoCompleteParameters = DiscoveryAutoCompleteQueryParam &\n DiscoveryAutoCompleteBodyParam &\n 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: LineageDirection;\n}\n\nexport interface LineageGetQueryParam {\n queryParameters: LineageGetQueryParamProperties;\n}\n\nexport type LineageGetParameters = LineageGetQueryParam & RequestParameters;\n\nexport interface LineageGetNextPageQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n /**\n * The direction of the lineage, which could be INPUT, OUTPUT or BOTH.\n *\n * Possible values: \"INPUT\", \"OUTPUT\", \"BOTH\"\n */\n direction: LineageDirection;\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: LineageDirection;\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 parameter. */\n body: AtlasRelationship;\n}\n\nexport type RelationshipCreateParameters = RelationshipCreateBodyParam & RequestParameters;\n\nexport interface RelationshipUpdateBodyParam {\n /** Body parameter. */\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 /** The API version to use for this operation. */\n \"api-version\"?: string;\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?: TypeCategory;\n}\n\nexport interface TypeListQueryParam {\n queryParameters?: TypeListQueryParamProperties;\n}\n\nexport type TypeListParameters = TypeListQueryParam & RequestParameters;\n\nexport interface TypeBulkCreateBodyParam {\n /** Body parameter. */\n body: AtlasTypesDef;\n}\n\nexport type TypeBulkCreateParameters = TypeBulkCreateBodyParam & RequestParameters;\n\nexport interface TypeBulkUpdateBodyParam {\n /** Body parameter. */\n body: AtlasTypesDef;\n}\n\nexport type TypeBulkUpdateParameters = TypeBulkUpdateBodyParam & RequestParameters;\n\nexport interface TypeBulkDeleteBodyParam {\n /** Body parameter. */\n body: AtlasTypesDef;\n}\n\nexport type TypeBulkDeleteParameters = TypeBulkDeleteBodyParam & RequestParameters;\n\nexport interface TypeListHeadersQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\"?: string;\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?: TypeCategory;\n}\n\nexport interface TypeListHeadersQueryParam {\n queryParameters?: TypeListHeadersQueryParamProperties;\n}\n\nexport type TypeListHeadersParameters = TypeListHeadersQueryParam & RequestParameters;\n\nexport interface TypeGetTermTemplateDefByGuidQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface TypeGetTermTemplateDefByGuidQueryParam {\n queryParameters: TypeGetTermTemplateDefByGuidQueryParamProperties;\n}\n\nexport type TypeGetTermTemplateDefByGuidParameters = TypeGetTermTemplateDefByGuidQueryParam &\n RequestParameters;\n\nexport interface TypeGetTermTemplateDefByNameQueryParamProperties {\n /** The API version to use for this operation. */\n \"api-version\": string;\n}\n\nexport interface TypeGetTermTemplateDefByNameQueryParam {\n queryParameters: TypeGetTermTemplateDefByNameQueryParamProperties;\n}\n\nexport type TypeGetTermTemplateDefByNameParameters = TypeGetTermTemplateDefByNameQueryParam &\n RequestParameters;\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ClientOptions } from "@azure-rest/core-client";
|
|
2
|
+
import type { TokenCredential } from "@azure/core-auth";
|
|
3
|
+
import type { PurviewDataMapClient } from "./clientDefinitions.js";
|
|
4
|
+
/** The optional parameters for the client */
|
|
5
|
+
export interface PurviewDataMapClientOptions extends ClientOptions {
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of `PurviewDataMapClient`
|
|
9
|
+
* @param endpointParam - Represent a URL string as described by https://url.spec.whatwg.org/
|
|
10
|
+
* @param credentials - uniquely identify client credential
|
|
11
|
+
* @param options - the parameter for all optional parameters
|
|
12
|
+
*/
|
|
13
|
+
export default function createClient(endpointParam: string, credentials: TokenCredential, options?: PurviewDataMapClientOptions): PurviewDataMapClient;
|
|
14
|
+
//# sourceMappingURL=purviewDataMapClient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"purviewDataMapClient.d.ts","sourceRoot":"","sources":["../../src/purviewDataMapClient.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAG7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAEnE,6CAA6C;AAC7C,MAAM,WAAW,2BAA4B,SAAQ,aAAa;CAAG;AAErE;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,YAAY,CAClC,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,eAAe,EAC5B,OAAO,GAAE,2BAAgC,GACxC,oBAAoB,CA6BtB"}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
3
|
import { getClient } from "@azure-rest/core-client";
|
|
4
|
-
import { logger } from "./logger";
|
|
4
|
+
import { logger } from "./logger.js";
|
|
5
5
|
/**
|
|
6
6
|
* Initialize a new instance of `PurviewDataMapClient`
|
|
7
|
-
* @param
|
|
7
|
+
* @param endpointParam - Represent a URL string as described by https://url.spec.whatwg.org/
|
|
8
8
|
* @param credentials - uniquely identify client credential
|
|
9
9
|
* @param options - the parameter for all optional parameters
|
|
10
10
|
*/
|
|
11
|
-
export default function createClient(
|
|
11
|
+
export default function createClient(endpointParam, credentials, options = {}) {
|
|
12
12
|
var _a, _b, _c, _d, _e, _f;
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
const userAgentInfo = `azsdk-js-purview-datamap-rest/1.0.0-beta.1`;
|
|
13
|
+
const endpointUrl = (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUrl) !== null && _b !== void 0 ? _b : `${endpointParam}/datamap/api`;
|
|
14
|
+
const userAgentInfo = `azsdk-js-purview-datamap-rest/1.0.0-beta.3`;
|
|
16
15
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
17
16
|
? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`
|
|
18
17
|
: `${userAgentInfo}`;
|
|
@@ -23,7 +22,11 @@ export default function createClient(endpoint, credentials, options = {}) {
|
|
|
23
22
|
}, credentials: {
|
|
24
23
|
scopes: (_f = (_e = options.credentials) === null || _e === void 0 ? void 0 : _e.scopes) !== null && _f !== void 0 ? _f : ["https://purview.azure.net/.default"],
|
|
25
24
|
} });
|
|
26
|
-
const client = getClient(
|
|
25
|
+
const client = getClient(endpointUrl, credentials, options);
|
|
26
|
+
client.pipeline.removePolicy({ name: "ApiVersionPolicy" });
|
|
27
|
+
if (options.apiVersion) {
|
|
28
|
+
logger.warning("This client does not support client api-version, please change it at the operation level");
|
|
29
|
+
}
|
|
27
30
|
return client;
|
|
28
31
|
}
|
|
29
32
|
//# sourceMappingURL=purviewDataMapClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,aAAa,CAAC;AAOrC;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,YAAY,CAClC,aAAqB,EACrB,WAA4B,EAC5B,UAAuC,EAAE;;IAEzC,MAAM,WAAW,GAAG,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,GAAG,aAAa,cAAc,CAAC;IAC1F,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;IACF,MAAM,MAAM,GAAG,SAAS,CAAC,WAAW,EAAE,WAAW,EAAE,OAAO,CAAyB,CAAC;IAEpF,MAAM,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,CAAC;IAC3D,IAAI,OAAO,CAAC,UAAU,EAAE,CAAC;QACvB,MAAM,CAAC,OAAO,CACZ,0FAA0F,CAC3F,CAAC;IACJ,CAAC;IAED,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.js\";\nimport type { TokenCredential } from \"@azure/core-auth\";\nimport type { PurviewDataMapClient } from \"./clientDefinitions.js\";\n\n/** The optional parameters for the client */\nexport interface PurviewDataMapClientOptions extends ClientOptions {}\n\n/**\n * Initialize a new instance of `PurviewDataMapClient`\n * @param endpointParam - Represent a URL string as described by https://url.spec.whatwg.org/\n * @param credentials - uniquely identify client credential\n * @param options - the parameter for all optional parameters\n */\nexport default function createClient(\n endpointParam: string,\n credentials: TokenCredential,\n options: PurviewDataMapClientOptions = {},\n): PurviewDataMapClient {\n const endpointUrl = options.endpoint ?? options.baseUrl ?? `${endpointParam}/datamap/api`;\n const userAgentInfo = `azsdk-js-purview-datamap-rest/1.0.0-beta.3`;\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 const client = getClient(endpointUrl, credentials, options) as PurviewDataMapClient;\n\n client.pipeline.removePolicy({ name: \"ApiVersionPolicy\" });\n if (options.apiVersion) {\n logger.warning(\n \"This client does not support client api-version, please change it at the operation level\",\n );\n }\n\n return client;\n}\n"]}
|