@azure/search-documents 11.3.0-alpha.20210927.2 → 11.3.0-alpha.20210930.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/search-documents",
3
- "version": "11.3.0-alpha.20210927.2",
3
+ "version": "11.3.0-alpha.20210930.1",
4
4
  "description": "Azure client library to use Cognitive Search for node.js and browser.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -87,7 +87,7 @@
87
87
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
88
88
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
89
89
  "@azure-tools/test-recorder": "^1.0.0",
90
- "@microsoft/api-extractor": "7.7.11",
90
+ "@microsoft/api-extractor": "^7.18.11",
91
91
  "@rollup/plugin-json": "^4.0.0",
92
92
  "@rollup/plugin-multi-entry": "^3.0.0",
93
93
  "@rollup/plugin-replace": "^2.2.0",
@@ -1,4 +1,5 @@
1
1
  /// <reference lib="esnext.asynciterable" />
2
+
2
3
  import { AzureKeyCredential } from '@azure/core-auth';
3
4
  import { KeyCredential } from '@azure/core-auth';
4
5
  import { OperationOptions } from '@azure/core-http';
@@ -219,6 +220,7 @@ export declare interface AzureActiveDirectoryApplicationCredentials {
219
220
  /** The authentication key of the specified AAD application. */
220
221
  applicationSecret?: string;
221
222
  }
223
+
222
224
  export { AzureKeyCredential }
223
225
 
224
226
  /** Base type for character filters. */