@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":"responses.d.ts","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
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 { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\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 AtlasRelatedCategoryHeaderOutput,\n AtlasRelatedTermHeaderOutput,\n AtlasGlossaryTermOutput,\n AtlasRelatedObjectIdOutput,\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.js\";\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 EntityDelete200Response extends HttpResponse {\n status: \"200\";\n body: EntityMutationResultOutput;\n}\n\nexport interface EntityDeleteDefaultResponse 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\nexport interface EntityGetSampleBusinessMetadataTemplate200Headers {\n \"content-type\": \"application/octet-stream\";\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 headers: RawHttpHeaders & EntityGetSampleBusinessMetadataTemplate200Headers;\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 GlossaryDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface GlossaryDeleteDefaultResponse 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 RelationshipDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface RelationshipDeleteDefaultResponse 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 TypeDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface TypeDeleteDefaultResponse 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"]}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/purview-datamap",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.0-beta.
|
|
5
|
+
"version": "1.0.0-beta.3",
|
|
6
6
|
"description": "Purview DataMap Service\"",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -13,92 +13,75 @@
|
|
|
13
13
|
"isomorphic"
|
|
14
14
|
],
|
|
15
15
|
"license": "MIT",
|
|
16
|
-
"main": "dist/index.js",
|
|
17
|
-
"module": "./dist
|
|
18
|
-
"types": "./
|
|
16
|
+
"main": "./dist/commonjs/index.js",
|
|
17
|
+
"module": "./dist/esm/index.js",
|
|
18
|
+
"types": "./dist/commonjs/index.d.ts",
|
|
19
19
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
20
20
|
"bugs": {
|
|
21
21
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
24
24
|
"dist/",
|
|
25
|
-
"dist-esm/src/",
|
|
26
|
-
"types/purview-datamap.d.ts",
|
|
27
25
|
"README.md",
|
|
28
26
|
"LICENSE",
|
|
29
|
-
"review
|
|
27
|
+
"review/",
|
|
28
|
+
"CHANGELOG.md"
|
|
30
29
|
],
|
|
31
30
|
"engines": {
|
|
32
31
|
"node": ">=18.0.0"
|
|
33
32
|
},
|
|
34
33
|
"scripts": {
|
|
35
|
-
"build
|
|
36
|
-
"build:
|
|
34
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
35
|
+
"build:browser": "dev-tool run build-package && dev-tool run vendored cross-env ONLY_BROWSER=true rollup -c 2>&1",
|
|
36
|
+
"build:debug": "dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api",
|
|
37
|
+
"build:node": "dev-tool run build-package && dev-tool run vendored cross-env ONLY_NODE=true rollup -c 2>&1",
|
|
37
38
|
"build:samples": "echo skipped.",
|
|
38
|
-
"build:test": "
|
|
39
|
-
"build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
|
|
39
|
+
"build:test": "dev-tool run build-package && dev-tool run bundle",
|
|
40
40
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
|
|
41
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
41
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
42
42
|
"execute:samples": "echo skipped",
|
|
43
|
-
"extract-api": "
|
|
43
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
44
44
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
|
|
45
45
|
"generate:client": "echo skipped",
|
|
46
|
-
"integration-test:browser": "dev-tool run test:browser",
|
|
47
|
-
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
|
|
48
46
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
49
|
-
"
|
|
50
|
-
"
|
|
47
|
+
"integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
48
|
+
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
49
|
+
"lint": "eslint package.json api-extractor.json src test",
|
|
50
|
+
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
51
51
|
"pack": "npm pack 2>&1",
|
|
52
|
+
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
52
53
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
|
|
53
54
|
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
|
|
54
|
-
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
55
55
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
56
|
-
"unit-test:
|
|
57
|
-
"unit-test:
|
|
58
|
-
"
|
|
56
|
+
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
57
|
+
"unit-test:node": "dev-tool run test:vitest",
|
|
58
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
59
59
|
},
|
|
60
60
|
"sideEffects": false,
|
|
61
61
|
"autoPublish": false,
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@azure/core-
|
|
64
|
-
"@azure
|
|
65
|
-
"@azure/core-rest-pipeline": "^1.
|
|
66
|
-
"@azure/logger": "^1.
|
|
67
|
-
"tslib": "^2.
|
|
63
|
+
"@azure-rest/core-client": "^2.3.1",
|
|
64
|
+
"@azure/core-auth": "^1.9.0",
|
|
65
|
+
"@azure/core-rest-pipeline": "^1.19.0",
|
|
66
|
+
"@azure/logger": "^1.1.4",
|
|
67
|
+
"tslib": "^2.8.1"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@
|
|
71
|
-
"
|
|
72
|
-
"@
|
|
73
|
-
"dotenv": "^16.0.0",
|
|
74
|
-
"eslint": "^8.0.0",
|
|
75
|
-
"mkdirp": "^2.1.2",
|
|
76
|
-
"rimraf": "^5.0.0",
|
|
77
|
-
"source-map-support": "^0.5.9",
|
|
78
|
-
"typescript": "~5.3.3",
|
|
70
|
+
"@azure-tools/test-credential": "^2.0.0",
|
|
71
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
72
|
+
"@azure-tools/test-utils-vitest": "^1.0.0",
|
|
79
73
|
"@azure/dev-tool": "^1.0.0",
|
|
80
74
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
81
|
-
"@azure
|
|
82
|
-
"@
|
|
83
|
-
"@
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"karma-coverage": "^2.0.0",
|
|
92
|
-
"karma-env-preprocessor": "^0.1.1",
|
|
93
|
-
"karma-firefox-launcher": "^2.1.2",
|
|
94
|
-
"karma-junit-reporter": "^2.0.1",
|
|
95
|
-
"karma-mocha-reporter": "^2.2.5",
|
|
96
|
-
"karma-mocha": "^2.0.1",
|
|
97
|
-
"karma-source-map-support": "~1.4.0",
|
|
98
|
-
"karma-sourcemap-loader": "^0.4.0",
|
|
99
|
-
"karma": "^6.2.0",
|
|
100
|
-
"c8": "^8.0.0",
|
|
101
|
-
"ts-node": "^10.0.0"
|
|
75
|
+
"@azure/identity": "^4.7.0",
|
|
76
|
+
"@types/node": "^18.0.0",
|
|
77
|
+
"@vitest/browser": "^3.0.9",
|
|
78
|
+
"@vitest/coverage-istanbul": "^3.0.9",
|
|
79
|
+
"autorest": "latest",
|
|
80
|
+
"dotenv": "^16.0.0",
|
|
81
|
+
"eslint": "^9.9.0",
|
|
82
|
+
"playwright": "^1.50.1",
|
|
83
|
+
"typescript": "~5.8.2",
|
|
84
|
+
"vitest": "^3.0.9"
|
|
102
85
|
},
|
|
103
86
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/purview/purview-datamap-rest/README.md",
|
|
104
87
|
"//metadata": {
|
|
@@ -109,7 +92,44 @@
|
|
|
109
92
|
}
|
|
110
93
|
]
|
|
111
94
|
},
|
|
112
|
-
"browser":
|
|
113
|
-
|
|
114
|
-
|
|
95
|
+
"browser": "./dist/browser/index.js",
|
|
96
|
+
"type": "module",
|
|
97
|
+
"tshy": {
|
|
98
|
+
"project": "./tsconfig.src.json",
|
|
99
|
+
"exports": {
|
|
100
|
+
"./package.json": "./package.json",
|
|
101
|
+
".": "./src/index.ts"
|
|
102
|
+
},
|
|
103
|
+
"dialects": [
|
|
104
|
+
"esm",
|
|
105
|
+
"commonjs"
|
|
106
|
+
],
|
|
107
|
+
"esmDialects": [
|
|
108
|
+
"browser",
|
|
109
|
+
"react-native"
|
|
110
|
+
],
|
|
111
|
+
"selfLink": false
|
|
112
|
+
},
|
|
113
|
+
"exports": {
|
|
114
|
+
"./package.json": "./package.json",
|
|
115
|
+
".": {
|
|
116
|
+
"browser": {
|
|
117
|
+
"types": "./dist/browser/index.d.ts",
|
|
118
|
+
"default": "./dist/browser/index.js"
|
|
119
|
+
},
|
|
120
|
+
"react-native": {
|
|
121
|
+
"types": "./dist/react-native/index.d.ts",
|
|
122
|
+
"default": "./dist/react-native/index.js"
|
|
123
|
+
},
|
|
124
|
+
"import": {
|
|
125
|
+
"types": "./dist/esm/index.d.ts",
|
|
126
|
+
"default": "./dist/esm/index.js"
|
|
127
|
+
},
|
|
128
|
+
"require": {
|
|
129
|
+
"types": "./dist/commonjs/index.d.ts",
|
|
130
|
+
"default": "./dist/commonjs/index.js"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"react-native": "./dist/react-native/index.js"
|
|
115
135
|
}
|