@azure/storage-blob-changefeed 12.0.0-alpha.20230117.2 → 12.0.0-alpha.20230120.2
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/storage-blob-changefeed",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "12.0.0-alpha.
|
|
4
|
+
"version": "12.0.0-alpha.20230120.2",
|
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - Blob Change Feed",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist-esm/storage-blob-changefeed/src/index.js",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { StorageSharedKeyCredential, BlobServiceClient } from "@azure/storage-blob";
|
|
1
|
+
import { StorageSharedKeyCredential, BlobServiceClient, StoragePipelineOptions } from "@azure/storage-blob";
|
|
2
2
|
import { BlobChangeFeedClient } from "../../src";
|
|
3
3
|
import { TokenCredential } from "@azure/core-http";
|
|
4
4
|
export * from "./testutils.common";
|
|
@@ -9,5 +9,5 @@ export declare function getTokenBSU(): BlobServiceClient;
|
|
|
9
9
|
export declare function getBSU(): BlobServiceClient;
|
|
10
10
|
export declare function getAlternateBSU(): BlobServiceClient;
|
|
11
11
|
export declare function getConnectionStringFromEnvironment(): string;
|
|
12
|
-
export declare function getBlobChangeFeedClient(accountType?: string, accountNameSuffix?: string): BlobChangeFeedClient;
|
|
12
|
+
export declare function getBlobChangeFeedClient(accountType?: string, accountNameSuffix?: string, options?: StoragePipelineOptions): BlobChangeFeedClient;
|
|
13
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { StorageSharedKeyCredential, BlobServiceClient } from "@azure/storage-blob";
|
|
1
|
+
import { StorageSharedKeyCredential, BlobServiceClient, StoragePipelineOptions } from "@azure/storage-blob";
|
|
2
2
|
import { BlobChangeFeedClient } from "../../src";
|
|
3
3
|
import { TokenCredential } from "@azure/core-http";
|
|
4
4
|
export * from "./testutils.common";
|
|
@@ -9,5 +9,5 @@ export declare function getTokenBSU(): BlobServiceClient;
|
|
|
9
9
|
export declare function getBSU(): BlobServiceClient;
|
|
10
10
|
export declare function getAlternateBSU(): BlobServiceClient;
|
|
11
11
|
export declare function getConnectionStringFromEnvironment(): string;
|
|
12
|
-
export declare function getBlobChangeFeedClient(accountType?: string, accountNameSuffix?: string): BlobChangeFeedClient;
|
|
12
|
+
export declare function getBlobChangeFeedClient(accountType?: string, accountNameSuffix?: string, options?: StoragePipelineOptions): BlobChangeFeedClient;
|
|
13
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../test/utils/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../test/utils/index.ts"],"names":[],"mappings":"AAKA,OAAO,EACL,0BAA0B,EAC1B,iBAAiB,EACjB,sBAAsB,EACvB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAKnD,cAAc,oBAAoB,CAAC;AAEnC,wBAAgB,oBAAoB,CAAC,WAAW,EAAE,MAAM,GAAG,0BAA0B,CAapF;AAED,wBAAgB,aAAa,CAC3B,WAAW,EAAE,MAAM,EACnB,iBAAiB,GAAE,MAAW,GAC7B,iBAAiB,CAYnB;AAED,wBAAgB,kBAAkB,IAAI,eAAe,CAQpD;AAED,wBAAgB,WAAW,IAAI,iBAAiB,CAW/C;AAED,wBAAgB,MAAM,IAAI,iBAAiB,CAE1C;AAED,wBAAgB,eAAe,IAAI,iBAAiB,CAEnD;AAED,wBAAgB,kCAAkC,IAAI,MAAM,CAS3D;AAED,wBAAgB,uBAAuB,CACrC,WAAW,GAAE,MAAW,EACxB,iBAAiB,GAAE,MAAW,EAC9B,OAAO,GAAE,sBAA2B,GACnC,oBAAoB,CAYtB"}
|