@fluidframework/driver-utils 2.0.0-dev-rc.3.0.0.254513 → 2.0.0-dev-rc.3.0.0.254866
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/alpha.d.ts +17 -0
- package/dist/beta.d.ts +14 -0
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/dist/public.d.ts +14 -0
- package/lib/alpha.d.ts +17 -0
- package/lib/beta.d.ts +14 -0
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/lib/public.d.ts +14 -0
- package/package.json +15 -27
- package/src/packageVersion.ts +1 -1
- package/api-extractor-cjs.json +0 -8
- package/dist/driver-utils-alpha.d.ts +0 -167
- package/dist/driver-utils-beta.d.ts +0 -186
- package/dist/driver-utils-public.d.ts +0 -186
- package/dist/driver-utils-untrimmed.d.ts +0 -603
- package/dist/tsdoc-metadata.json +0 -11
- package/lib/driver-utils-alpha.d.ts +0 -167
- package/lib/driver-utils-beta.d.ts +0 -186
- package/lib/driver-utils-public.d.ts +0 -186
- package/lib/driver-utils-untrimmed.d.ts +0 -603
package/dist/alpha.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
ICompressionStorageConfig,
|
|
13
|
+
SummaryCompressionAlgorithm,
|
|
14
|
+
|
|
15
|
+
// alpha APIs
|
|
16
|
+
RateLimiter
|
|
17
|
+
} from "./index.js";
|
package/dist/beta.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
ICompressionStorageConfig,
|
|
13
|
+
SummaryCompressionAlgorithm
|
|
14
|
+
} from "./index.js";
|
package/dist/packageVersion.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export declare const pkgName = "@fluidframework/driver-utils";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.254866";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/dist/packageVersion.js
CHANGED
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.pkgVersion = exports.pkgName = void 0;
|
|
10
10
|
exports.pkgName = "@fluidframework/driver-utils";
|
|
11
|
-
exports.pkgVersion = "2.0.0-dev-rc.3.0.0.
|
|
11
|
+
exports.pkgVersion = "2.0.0-dev-rc.3.0.0.254866";
|
|
12
12
|
//# sourceMappingURL=packageVersion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,QAAA,UAAU,GAAG,2BAA2B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/driver-utils\";\nexport const pkgVersion = \"2.0.0-dev-rc.3.0.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,QAAA,UAAU,GAAG,2BAA2B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/driver-utils\";\nexport const pkgVersion = \"2.0.0-dev-rc.3.0.0.254866\";\n"]}
|
package/dist/public.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
ICompressionStorageConfig,
|
|
13
|
+
SummaryCompressionAlgorithm
|
|
14
|
+
} from "./index.js";
|
package/lib/alpha.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
ICompressionStorageConfig,
|
|
13
|
+
SummaryCompressionAlgorithm,
|
|
14
|
+
|
|
15
|
+
// alpha APIs
|
|
16
|
+
RateLimiter
|
|
17
|
+
} from "./index.js";
|
package/lib/beta.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
ICompressionStorageConfig,
|
|
13
|
+
SummaryCompressionAlgorithm
|
|
14
|
+
} from "./index.js";
|
package/lib/packageVersion.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export declare const pkgName = "@fluidframework/driver-utils";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.254866";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/lib/packageVersion.js
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export const pkgName = "@fluidframework/driver-utils";
|
|
8
|
-
export const pkgVersion = "2.0.0-dev-rc.3.0.0.
|
|
8
|
+
export const pkgVersion = "2.0.0-dev-rc.3.0.0.254866";
|
|
9
9
|
//# sourceMappingURL=packageVersion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,8BAA8B,CAAC;AACtD,MAAM,CAAC,MAAM,UAAU,GAAG,2BAA2B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/driver-utils\";\nexport const pkgVersion = \"2.0.0-dev-rc.3.0.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,8BAA8B,CAAC;AACtD,MAAM,CAAC,MAAM,UAAU,GAAG,2BAA2B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/driver-utils\";\nexport const pkgVersion = \"2.0.0-dev-rc.3.0.0.254866\";\n"]}
|
package/lib/public.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
ICompressionStorageConfig,
|
|
13
|
+
SummaryCompressionAlgorithm
|
|
14
|
+
} from "./index.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/driver-utils",
|
|
3
|
-
"version": "2.0.0-dev-rc.3.0.0.
|
|
3
|
+
"version": "2.0.0-dev-rc.3.0.0.254866",
|
|
4
4
|
"description": "Collection of utility functions for Fluid drivers",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -15,21 +15,21 @@
|
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|
|
17
17
|
"import": {
|
|
18
|
-
"types": "./lib/
|
|
18
|
+
"types": "./lib/public.d.ts",
|
|
19
19
|
"default": "./lib/index.js"
|
|
20
20
|
},
|
|
21
21
|
"require": {
|
|
22
|
-
"types": "./dist/
|
|
22
|
+
"types": "./dist/public.d.ts",
|
|
23
23
|
"default": "./dist/index.js"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"./alpha": {
|
|
27
27
|
"import": {
|
|
28
|
-
"types": "./lib/
|
|
28
|
+
"types": "./lib/alpha.d.ts",
|
|
29
29
|
"default": "./lib/index.js"
|
|
30
30
|
},
|
|
31
31
|
"require": {
|
|
32
|
-
"types": "./dist/
|
|
32
|
+
"types": "./dist/alpha.d.ts",
|
|
33
33
|
"default": "./dist/index.js"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"main": "dist/index.js",
|
|
48
|
-
"types": "./dist/
|
|
48
|
+
"types": "./dist/public.d.ts",
|
|
49
49
|
"c8": {
|
|
50
50
|
"all": true,
|
|
51
51
|
"cache-dir": "nyc/.cache",
|
|
@@ -67,14 +67,14 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluid-internal/client-utils": "2.0.0-dev-rc.3.0.0.
|
|
71
|
-
"@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.
|
|
72
|
-
"@fluidframework/core-utils": "2.0.0-dev-rc.3.0.0.
|
|
73
|
-
"@fluidframework/driver-definitions": "2.0.0-dev-rc.3.0.0.
|
|
70
|
+
"@fluid-internal/client-utils": "2.0.0-dev-rc.3.0.0.254866",
|
|
71
|
+
"@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254866",
|
|
72
|
+
"@fluidframework/core-utils": "2.0.0-dev-rc.3.0.0.254866",
|
|
73
|
+
"@fluidframework/driver-definitions": "2.0.0-dev-rc.3.0.0.254866",
|
|
74
74
|
"@fluidframework/gitresources": "^4.0.0",
|
|
75
75
|
"@fluidframework/protocol-base": "^4.0.0",
|
|
76
76
|
"@fluidframework/protocol-definitions": "^3.2.0",
|
|
77
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev-rc.3.0.0.
|
|
77
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev-rc.3.0.0.254866",
|
|
78
78
|
"axios": "^1.6.2",
|
|
79
79
|
"lz4js": "^0.2.0",
|
|
80
80
|
"uuid": "^9.0.0"
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
84
84
|
"@biomejs/biome": "^1.6.2",
|
|
85
|
-
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.
|
|
85
|
+
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.254866",
|
|
86
86
|
"@fluid-tools/build-cli": "^0.35.0",
|
|
87
87
|
"@fluidframework/build-common": "^2.0.3",
|
|
88
88
|
"@fluidframework/build-tools": "^0.35.0",
|
|
@@ -106,18 +106,6 @@
|
|
|
106
106
|
"sinon": "^17.0.1",
|
|
107
107
|
"typescript": "~5.1.6"
|
|
108
108
|
},
|
|
109
|
-
"fluidBuild": {
|
|
110
|
-
"tasks": {
|
|
111
|
-
"build:docs": {
|
|
112
|
-
"dependsOn": [
|
|
113
|
-
"...",
|
|
114
|
-
"api-extractor:commonjs",
|
|
115
|
-
"api-extractor:esnext"
|
|
116
|
-
],
|
|
117
|
-
"script": false
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
109
|
"typeValidation": {
|
|
122
110
|
"broken": {
|
|
123
111
|
"ClassDeclaration_DocumentStorageServiceProxy": {
|
|
@@ -132,12 +120,12 @@
|
|
|
132
120
|
},
|
|
133
121
|
"scripts": {
|
|
134
122
|
"api": "fluid-build . --task api",
|
|
135
|
-
"api-extractor:commonjs": "
|
|
136
|
-
"api-extractor:esnext": "
|
|
123
|
+
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
124
|
+
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib",
|
|
137
125
|
"build": "fluid-build . --task build",
|
|
138
126
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
139
127
|
"build:compile": "fluid-build . --task compile",
|
|
140
|
-
"build:docs": "
|
|
128
|
+
"build:docs": "api-extractor run --local",
|
|
141
129
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
142
130
|
"build:genver": "gen-version",
|
|
143
131
|
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
package/src/packageVersion.ts
CHANGED
package/api-extractor-cjs.json
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
-
"extends": "../../../common/build/build-common/api-extractor-base.cjs.primary.json",
|
|
4
|
-
// CJS is actually secondary; so, no report.
|
|
5
|
-
"apiReport": {
|
|
6
|
-
"enabled": false
|
|
7
|
-
}
|
|
8
|
-
}
|
|
@@ -1,167 +0,0 @@
|
|
|
1
|
-
import { FetchSource } from '@fluidframework/driver-definitions/internal';
|
|
2
|
-
import { IAttachment } from '@fluidframework/protocol-definitions';
|
|
3
|
-
import { IAuthorizationError } from '@fluidframework/driver-definitions/internal';
|
|
4
|
-
import { IBlob } from '@fluidframework/protocol-definitions';
|
|
5
|
-
import { ICommittedProposal } from '@fluidframework/protocol-definitions';
|
|
6
|
-
import { ICreateBlobResponse } from '@fluidframework/protocol-definitions';
|
|
7
|
-
import { IDeltasFetchResult } from '@fluidframework/driver-definitions/internal';
|
|
8
|
-
import { IDocumentAttributes } from '@fluidframework/protocol-definitions';
|
|
9
|
-
import { IDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
10
|
-
import { IDocumentServiceFactory } from '@fluidframework/driver-definitions/internal';
|
|
11
|
-
import { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
|
|
12
|
-
import { IDocumentStorageServicePolicies } from '@fluidframework/driver-definitions/internal';
|
|
13
|
-
import { IDriverErrorBase } from '@fluidframework/driver-definitions';
|
|
14
|
-
import { IFluidErrorBase } from '@fluidframework/telemetry-utils/internal';
|
|
15
|
-
import { ILocationRedirectionError } from '@fluidframework/driver-definitions/internal';
|
|
16
|
-
import { IRequest } from '@fluidframework/core-interfaces';
|
|
17
|
-
import { IResolvedUrl } from '@fluidframework/driver-definitions/internal';
|
|
18
|
-
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
19
|
-
import { ISnapshot } from '@fluidframework/driver-definitions/internal';
|
|
20
|
-
import { ISnapshotFetchOptions } from '@fluidframework/driver-definitions/internal';
|
|
21
|
-
import { ISnapshotTree } from '@fluidframework/protocol-definitions';
|
|
22
|
-
import { IStream } from '@fluidframework/driver-definitions/internal';
|
|
23
|
-
import { IStreamResult } from '@fluidframework/driver-definitions/internal';
|
|
24
|
-
import { ISummaryContext } from '@fluidframework/driver-definitions/internal';
|
|
25
|
-
import { ISummaryHandle } from '@fluidframework/protocol-definitions';
|
|
26
|
-
import { ISummaryTree } from '@fluidframework/protocol-definitions';
|
|
27
|
-
import { ITelemetryBaseProperties } from '@fluidframework/core-interfaces';
|
|
28
|
-
import { ITelemetryErrorEventExt } from '@fluidframework/telemetry-utils';
|
|
29
|
-
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
|
|
30
|
-
import { IThrottlingWarning } from '@fluidframework/driver-definitions/internal';
|
|
31
|
-
import { ITree } from '@fluidframework/protocol-definitions';
|
|
32
|
-
import { ITreeEntry } from '@fluidframework/protocol-definitions';
|
|
33
|
-
import { IUrlResolver } from '@fluidframework/driver-definitions/internal';
|
|
34
|
-
import { IVersion } from '@fluidframework/protocol-definitions';
|
|
35
|
-
import { LoaderCachingPolicy } from '@fluidframework/driver-definitions/internal';
|
|
36
|
-
import { LoggingError } from '@fluidframework/telemetry-utils/internal';
|
|
37
|
-
|
|
38
|
-
/* Excluded from this release type: applyStorageCompression */
|
|
39
|
-
|
|
40
|
-
/* Excluded from this release type: AttachmentTreeEntry */
|
|
41
|
-
|
|
42
|
-
/* Excluded from this release type: AuthorizationError */
|
|
43
|
-
|
|
44
|
-
/* Excluded from this release type: blobHeadersBlobName */
|
|
45
|
-
|
|
46
|
-
/* Excluded from this release type: BlobTreeEntry */
|
|
47
|
-
|
|
48
|
-
/* Excluded from this release type: buildSnapshotTree */
|
|
49
|
-
|
|
50
|
-
/* Excluded from this release type: calculateMaxWaitTime */
|
|
51
|
-
|
|
52
|
-
/* Excluded from this release type: canBeCoalescedByService */
|
|
53
|
-
|
|
54
|
-
/* Excluded from this release type: canRetryOnError */
|
|
55
|
-
|
|
56
|
-
/* Excluded from this release type: CombinedAppAndProtocolSummary */
|
|
57
|
-
|
|
58
|
-
/* Excluded from this release type: convertSummaryTreeToSnapshotITree */
|
|
59
|
-
|
|
60
|
-
/* Excluded from this release type: createGenericNetworkError */
|
|
61
|
-
|
|
62
|
-
/* Excluded from this release type: createWriteError */
|
|
63
|
-
|
|
64
|
-
/* Excluded from this release type: DeltaStreamConnectionForbiddenError */
|
|
65
|
-
|
|
66
|
-
/* Excluded from this release type: DocumentStorageServiceProxy */
|
|
67
|
-
|
|
68
|
-
/* Excluded from this release type: DriverErrorTelemetryProps */
|
|
69
|
-
|
|
70
|
-
/* Excluded from this release type: emptyMessageStream */
|
|
71
|
-
|
|
72
|
-
/* Excluded from this release type: FluidInvalidSchemaError */
|
|
73
|
-
|
|
74
|
-
/* Excluded from this release type: GenericNetworkError */
|
|
75
|
-
|
|
76
|
-
/* Excluded from this release type: getDocAttributesFromProtocolSummary */
|
|
77
|
-
|
|
78
|
-
/* Excluded from this release type: getQuorumValuesFromProtocolSummary */
|
|
79
|
-
|
|
80
|
-
/* Excluded from this release type: getRetryDelayFromError */
|
|
81
|
-
|
|
82
|
-
/* Excluded from this release type: getRetryDelaySecondsFromError */
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
export declare interface ICompressionStorageConfig {
|
|
88
|
-
algorithm: SummaryCompressionAlgorithm;
|
|
89
|
-
minSizeToCompress: number;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
/* Excluded from this release type: IDeltasFetchResult */
|
|
93
|
-
|
|
94
|
-
/* Excluded from this release type: IFluidErrorBase */
|
|
95
|
-
|
|
96
|
-
/* Excluded from this release type: InsecureUrlResolver */
|
|
97
|
-
|
|
98
|
-
/* Excluded from this release type: IProgress */
|
|
99
|
-
|
|
100
|
-
/* Excluded from this release type: isCombinedAppAndProtocolSummary */
|
|
101
|
-
|
|
102
|
-
/* Excluded from this release type: isInstanceOfISnapshot */
|
|
103
|
-
|
|
104
|
-
/* Excluded from this release type: isOnline */
|
|
105
|
-
|
|
106
|
-
/* Excluded from this release type: isRuntimeMessage */
|
|
107
|
-
|
|
108
|
-
/* Excluded from this release type: LocationRedirectionError */
|
|
109
|
-
|
|
110
|
-
/* Excluded from this release type: LoggingError */
|
|
111
|
-
|
|
112
|
-
/* Excluded from this release type: logNetworkFailure */
|
|
113
|
-
|
|
114
|
-
/* Excluded from this release type: MessageType2 */
|
|
115
|
-
|
|
116
|
-
/* Excluded from this release type: NetworkErrorBasic */
|
|
117
|
-
|
|
118
|
-
/* Excluded from this release type: NonRetryableError */
|
|
119
|
-
|
|
120
|
-
/* Excluded from this release type: OnlineStatus */
|
|
121
|
-
|
|
122
|
-
/* Excluded from this release type: ParallelRequests */
|
|
123
|
-
|
|
124
|
-
/* Excluded from this release type: PrefetchDocumentStorageService */
|
|
125
|
-
|
|
126
|
-
/* Excluded from this release type: Queue */
|
|
127
|
-
|
|
128
|
-
/**
|
|
129
|
-
* @alpha
|
|
130
|
-
*/
|
|
131
|
-
export declare class RateLimiter {
|
|
132
|
-
private maxRequests;
|
|
133
|
-
private readonly tasks;
|
|
134
|
-
constructor(maxRequests: number);
|
|
135
|
-
get waitQueueLength(): number;
|
|
136
|
-
protected readonly release: () => void;
|
|
137
|
-
protected acquire(): Promise<void>;
|
|
138
|
-
schedule<T>(work: () => Promise<T>): Promise<T>;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/* Excluded from this release type: readAndParse */
|
|
142
|
-
|
|
143
|
-
/* Excluded from this release type: requestOps */
|
|
144
|
-
|
|
145
|
-
/* Excluded from this release type: RetryableError */
|
|
146
|
-
|
|
147
|
-
/* Excluded from this release type: runWithRetry */
|
|
148
|
-
|
|
149
|
-
/* Excluded from this release type: streamFromMessages */
|
|
150
|
-
|
|
151
|
-
/* Excluded from this release type: streamObserver */
|
|
152
|
-
|
|
153
|
-
/**
|
|
154
|
-
* @public
|
|
155
|
-
*/
|
|
156
|
-
export declare enum SummaryCompressionAlgorithm {
|
|
157
|
-
None = 0,
|
|
158
|
-
LZ4 = 1
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
/* Excluded from this release type: ThrottlingError */
|
|
162
|
-
|
|
163
|
-
/* Excluded from this release type: TreeTreeEntry */
|
|
164
|
-
|
|
165
|
-
/* Excluded from this release type: UsageError */
|
|
166
|
-
|
|
167
|
-
export { }
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
import { FetchSource } from '@fluidframework/driver-definitions/internal';
|
|
2
|
-
import { IAttachment } from '@fluidframework/protocol-definitions';
|
|
3
|
-
import { IAuthorizationError } from '@fluidframework/driver-definitions/internal';
|
|
4
|
-
import { IBlob } from '@fluidframework/protocol-definitions';
|
|
5
|
-
import { ICommittedProposal } from '@fluidframework/protocol-definitions';
|
|
6
|
-
import { ICreateBlobResponse } from '@fluidframework/protocol-definitions';
|
|
7
|
-
import { IDeltasFetchResult } from '@fluidframework/driver-definitions/internal';
|
|
8
|
-
import { IDocumentAttributes } from '@fluidframework/protocol-definitions';
|
|
9
|
-
import { IDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
10
|
-
import { IDocumentServiceFactory } from '@fluidframework/driver-definitions/internal';
|
|
11
|
-
import { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
|
|
12
|
-
import { IDocumentStorageServicePolicies } from '@fluidframework/driver-definitions/internal';
|
|
13
|
-
import { IDriverErrorBase } from '@fluidframework/driver-definitions';
|
|
14
|
-
import { IFluidErrorBase } from '@fluidframework/telemetry-utils/internal';
|
|
15
|
-
import { ILocationRedirectionError } from '@fluidframework/driver-definitions/internal';
|
|
16
|
-
import { IRequest } from '@fluidframework/core-interfaces';
|
|
17
|
-
import { IResolvedUrl } from '@fluidframework/driver-definitions/internal';
|
|
18
|
-
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
19
|
-
import { ISnapshot } from '@fluidframework/driver-definitions/internal';
|
|
20
|
-
import { ISnapshotFetchOptions } from '@fluidframework/driver-definitions/internal';
|
|
21
|
-
import { ISnapshotTree } from '@fluidframework/protocol-definitions';
|
|
22
|
-
import { IStream } from '@fluidframework/driver-definitions/internal';
|
|
23
|
-
import { IStreamResult } from '@fluidframework/driver-definitions/internal';
|
|
24
|
-
import { ISummaryContext } from '@fluidframework/driver-definitions/internal';
|
|
25
|
-
import { ISummaryHandle } from '@fluidframework/protocol-definitions';
|
|
26
|
-
import { ISummaryTree } from '@fluidframework/protocol-definitions';
|
|
27
|
-
import { ITelemetryBaseProperties } from '@fluidframework/core-interfaces';
|
|
28
|
-
import { ITelemetryErrorEventExt } from '@fluidframework/telemetry-utils';
|
|
29
|
-
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
|
|
30
|
-
import { IThrottlingWarning } from '@fluidframework/driver-definitions/internal';
|
|
31
|
-
import { ITree } from '@fluidframework/protocol-definitions';
|
|
32
|
-
import { ITreeEntry } from '@fluidframework/protocol-definitions';
|
|
33
|
-
import { IUrlResolver } from '@fluidframework/driver-definitions/internal';
|
|
34
|
-
import { IVersion } from '@fluidframework/protocol-definitions';
|
|
35
|
-
import { LoaderCachingPolicy } from '@fluidframework/driver-definitions/internal';
|
|
36
|
-
import { LoggingError } from '@fluidframework/telemetry-utils/internal';
|
|
37
|
-
|
|
38
|
-
/* Excluded from this release type: applyStorageCompression */
|
|
39
|
-
|
|
40
|
-
/* Excluded from this release type: AttachmentTreeEntry */
|
|
41
|
-
|
|
42
|
-
/* Excluded from this release type: AuthorizationError */
|
|
43
|
-
|
|
44
|
-
/* Excluded from this release type: blobHeadersBlobName */
|
|
45
|
-
|
|
46
|
-
/* Excluded from this release type: BlobTreeEntry */
|
|
47
|
-
|
|
48
|
-
/* Excluded from this release type: buildSnapshotTree */
|
|
49
|
-
|
|
50
|
-
/* Excluded from this release type: calculateMaxWaitTime */
|
|
51
|
-
|
|
52
|
-
/* Excluded from this release type: canBeCoalescedByService */
|
|
53
|
-
|
|
54
|
-
/* Excluded from this release type: canRetryOnError */
|
|
55
|
-
|
|
56
|
-
/* Excluded from this release type: CombinedAppAndProtocolSummary */
|
|
57
|
-
|
|
58
|
-
/* Excluded from this release type: convertSummaryTreeToSnapshotITree */
|
|
59
|
-
|
|
60
|
-
/* Excluded from this release type: createGenericNetworkError */
|
|
61
|
-
|
|
62
|
-
/* Excluded from this release type: createWriteError */
|
|
63
|
-
|
|
64
|
-
/* Excluded from this release type: DeltaStreamConnectionForbiddenError */
|
|
65
|
-
|
|
66
|
-
/* Excluded from this release type: DocumentStorageServiceProxy */
|
|
67
|
-
|
|
68
|
-
/* Excluded from this release type: DriverErrorTelemetryProps */
|
|
69
|
-
|
|
70
|
-
/* Excluded from this release type: emptyMessageStream */
|
|
71
|
-
|
|
72
|
-
/* Excluded from this release type: FetchSource */
|
|
73
|
-
|
|
74
|
-
/* Excluded from this release type: FluidInvalidSchemaError */
|
|
75
|
-
|
|
76
|
-
/* Excluded from this release type: GenericNetworkError */
|
|
77
|
-
|
|
78
|
-
/* Excluded from this release type: getDocAttributesFromProtocolSummary */
|
|
79
|
-
|
|
80
|
-
/* Excluded from this release type: getQuorumValuesFromProtocolSummary */
|
|
81
|
-
|
|
82
|
-
/* Excluded from this release type: getRetryDelayFromError */
|
|
83
|
-
|
|
84
|
-
/* Excluded from this release type: getRetryDelaySecondsFromError */
|
|
85
|
-
|
|
86
|
-
/* Excluded from this release type: IAuthorizationError */
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
export declare interface ICompressionStorageConfig {
|
|
92
|
-
algorithm: SummaryCompressionAlgorithm;
|
|
93
|
-
minSizeToCompress: number;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/* Excluded from this release type: IDeltasFetchResult */
|
|
97
|
-
|
|
98
|
-
/* Excluded from this release type: IDocumentServiceFactory */
|
|
99
|
-
|
|
100
|
-
/* Excluded from this release type: IDocumentStorageService */
|
|
101
|
-
|
|
102
|
-
/* Excluded from this release type: IDocumentStorageServicePolicies */
|
|
103
|
-
|
|
104
|
-
/* Excluded from this release type: IFluidErrorBase */
|
|
105
|
-
|
|
106
|
-
/* Excluded from this release type: ILocationRedirectionError */
|
|
107
|
-
|
|
108
|
-
/* Excluded from this release type: InsecureUrlResolver */
|
|
109
|
-
|
|
110
|
-
/* Excluded from this release type: IProgress */
|
|
111
|
-
|
|
112
|
-
/* Excluded from this release type: IResolvedUrl */
|
|
113
|
-
|
|
114
|
-
/* Excluded from this release type: isCombinedAppAndProtocolSummary */
|
|
115
|
-
|
|
116
|
-
/* Excluded from this release type: isInstanceOfISnapshot */
|
|
117
|
-
|
|
118
|
-
/* Excluded from this release type: ISnapshot */
|
|
119
|
-
|
|
120
|
-
/* Excluded from this release type: ISnapshotFetchOptions */
|
|
121
|
-
|
|
122
|
-
/* Excluded from this release type: isOnline */
|
|
123
|
-
|
|
124
|
-
/* Excluded from this release type: isRuntimeMessage */
|
|
125
|
-
|
|
126
|
-
/* Excluded from this release type: IStream */
|
|
127
|
-
|
|
128
|
-
/* Excluded from this release type: IStreamResult */
|
|
129
|
-
|
|
130
|
-
/* Excluded from this release type: ISummaryContext */
|
|
131
|
-
|
|
132
|
-
/* Excluded from this release type: IThrottlingWarning */
|
|
133
|
-
|
|
134
|
-
/* Excluded from this release type: IUrlResolver */
|
|
135
|
-
|
|
136
|
-
/* Excluded from this release type: LoaderCachingPolicy */
|
|
137
|
-
|
|
138
|
-
/* Excluded from this release type: LocationRedirectionError */
|
|
139
|
-
|
|
140
|
-
/* Excluded from this release type: LoggingError */
|
|
141
|
-
|
|
142
|
-
/* Excluded from this release type: logNetworkFailure */
|
|
143
|
-
|
|
144
|
-
/* Excluded from this release type: MessageType2 */
|
|
145
|
-
|
|
146
|
-
/* Excluded from this release type: NetworkErrorBasic */
|
|
147
|
-
|
|
148
|
-
/* Excluded from this release type: NonRetryableError */
|
|
149
|
-
|
|
150
|
-
/* Excluded from this release type: OnlineStatus */
|
|
151
|
-
|
|
152
|
-
/* Excluded from this release type: ParallelRequests */
|
|
153
|
-
|
|
154
|
-
/* Excluded from this release type: PrefetchDocumentStorageService */
|
|
155
|
-
|
|
156
|
-
/* Excluded from this release type: Queue */
|
|
157
|
-
|
|
158
|
-
/* Excluded from this release type: RateLimiter */
|
|
159
|
-
|
|
160
|
-
/* Excluded from this release type: readAndParse */
|
|
161
|
-
|
|
162
|
-
/* Excluded from this release type: requestOps */
|
|
163
|
-
|
|
164
|
-
/* Excluded from this release type: RetryableError */
|
|
165
|
-
|
|
166
|
-
/* Excluded from this release type: runWithRetry */
|
|
167
|
-
|
|
168
|
-
/* Excluded from this release type: streamFromMessages */
|
|
169
|
-
|
|
170
|
-
/* Excluded from this release type: streamObserver */
|
|
171
|
-
|
|
172
|
-
/**
|
|
173
|
-
* @public
|
|
174
|
-
*/
|
|
175
|
-
export declare enum SummaryCompressionAlgorithm {
|
|
176
|
-
None = 0,
|
|
177
|
-
LZ4 = 1
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
/* Excluded from this release type: ThrottlingError */
|
|
181
|
-
|
|
182
|
-
/* Excluded from this release type: TreeTreeEntry */
|
|
183
|
-
|
|
184
|
-
/* Excluded from this release type: UsageError */
|
|
185
|
-
|
|
186
|
-
export { }
|