@azure/ai-language-text 1.1.0-alpha.20230302.1 → 1.1.0-alpha.20230303.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/dist/index.js CHANGED
@@ -1712,6 +1712,7 @@ const AbstractiveSummary = {
1712
1712
  },
1713
1713
  contexts: {
1714
1714
  serializedName: "contexts",
1715
+ required: true,
1715
1716
  type: {
1716
1717
  name: "Sequence",
1717
1718
  element: {
@@ -4549,7 +4550,7 @@ class GeneratedClient extends coreClient__namespace.ServiceClient {
4549
4550
  : `${packageDetails}`;
4550
4551
  const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
4551
4552
  userAgentPrefix
4552
- }, baseUri: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "{Endpoint}/language" });
4553
+ }, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "{Endpoint}/language" });
4553
4554
  super(optionsWithDefaults);
4554
4555
  // Parameter assignments
4555
4556
  this.endpoint = endpoint;