@azure/eventgrid 4.5.0-alpha.20210910.2 → 4.5.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 +2 -2
- package/types/eventgrid.d.ts +2 -0
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"sdk-type": "client",
|
4
4
|
"author": "Microsoft Corporation",
|
5
5
|
"description": "An isomorphic client library for the Azure Event Grid service.",
|
6
|
-
"version": "4.5.0-alpha.
|
6
|
+
"version": "4.5.0-alpha.20210930.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -102,7 +102,7 @@
|
|
102
102
|
"@azure/service-bus": "^7.0.0",
|
103
103
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
104
104
|
"@azure-tools/test-recorder": "^1.0.0",
|
105
|
-
"@microsoft/api-extractor": "7.
|
105
|
+
"@microsoft/api-extractor": "^7.18.11",
|
106
106
|
"@rollup/plugin-commonjs": "11.0.2",
|
107
107
|
"@rollup/plugin-json": "^4.0.0",
|
108
108
|
"@rollup/plugin-multi-entry": "^3.0.0",
|
package/types/eventgrid.d.ts
CHANGED
@@ -351,7 +351,9 @@ export declare interface AppServicePlanEventTypeDetail {
|
|
351
351
|
* **Failed**: Async operation failed to complete.
|
352
352
|
*/
|
353
353
|
export declare type AsyncStatus = string;
|
354
|
+
|
354
355
|
export { AzureKeyCredential }
|
356
|
+
|
355
357
|
export { AzureSASCredential }
|
356
358
|
|
357
359
|
/**
|