@azure-rest/ai-translation-text
Advanced tools
Comparing version 1.0.0-alpha.20230927.1 to 1.0.0-alpha.20231002.1
@@ -8,4 +8,3 @@ 'use strict'; | ||
function _interopNamespace(e) { | ||
if (e && e.__esModule) return e; | ||
function _interopNamespaceDefault(e) { | ||
var n = Object.create(null); | ||
@@ -23,7 +22,7 @@ if (e) { | ||
} | ||
n["default"] = e; | ||
n.default = e; | ||
return Object.freeze(n); | ||
} | ||
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipeline); | ||
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline); | ||
@@ -57,2 +56,3 @@ // Copyright (c) Microsoft Corporation. | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
const DEFAULT_SCOPE = "https://cognitiveservices.azure.com/.default"; | ||
@@ -165,6 +165,7 @@ const DEFAULT_ENPOINT = "https://api.cognitive.microsofttranslator.com"; | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
exports.buildMultiCollection = buildMultiCollection; | ||
exports["default"] = createClient; | ||
exports.default = createClient; | ||
exports.isUnexpected = isUnexpected; | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ { | ||
"author": "Microsoft Corporation", | ||
"version": "1.0.0-alpha.20230927.1", | ||
"version": "1.0.0-alpha.20231002.1", | ||
"description": "An isomorphic client library for the Azure Cognitive Translator Service", | ||
@@ -8,0 +8,0 @@ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/translation/ai-translation-text-rest/README.md", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
133367
1072