@fluidframework/driver-utils 2.0.0-rc.2.0.2 → 2.0.0-rc.3.0.0

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.
Files changed (210) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/api-report/driver-utils.api.md +18 -18
  3. package/dist/adapters/compression/documentServiceCompressionAdapter.d.ts +1 -1
  4. package/dist/adapters/compression/documentServiceCompressionAdapter.d.ts.map +1 -1
  5. package/dist/adapters/compression/documentServiceCompressionAdapter.js.map +1 -1
  6. package/dist/adapters/compression/documentServiceFactoryCompressionAdapter.d.ts +1 -1
  7. package/dist/adapters/compression/documentServiceFactoryCompressionAdapter.d.ts.map +1 -1
  8. package/dist/adapters/compression/documentServiceFactoryCompressionAdapter.js +1 -1
  9. package/dist/adapters/compression/documentServiceFactoryCompressionAdapter.js.map +1 -1
  10. package/dist/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.d.ts +2 -2
  11. package/dist/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.d.ts.map +1 -1
  12. package/dist/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.js +7 -7
  13. package/dist/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.js.map +1 -1
  14. package/dist/adapters/predefinedAdapters.d.ts +1 -1
  15. package/dist/adapters/predefinedAdapters.d.ts.map +1 -1
  16. package/dist/adapters/predefinedAdapters.js +2 -2
  17. package/dist/adapters/predefinedAdapters.js.map +1 -1
  18. package/dist/blob.d.ts +1 -1
  19. package/dist/blob.d.ts.map +1 -1
  20. package/dist/blob.js.map +1 -1
  21. package/dist/buildSnapshotTree.d.ts.map +1 -1
  22. package/dist/buildSnapshotTree.js +3 -3
  23. package/dist/buildSnapshotTree.js.map +1 -1
  24. package/dist/documentServiceFactoryProxy.d.ts +1 -1
  25. package/dist/documentServiceFactoryProxy.d.ts.map +1 -1
  26. package/dist/documentServiceFactoryProxy.js.map +1 -1
  27. package/dist/documentServiceProxy.d.ts +1 -1
  28. package/dist/documentServiceProxy.d.ts.map +1 -1
  29. package/dist/documentServiceProxy.js.map +1 -1
  30. package/dist/documentStorageServiceProxy.d.ts +1 -1
  31. package/dist/documentStorageServiceProxy.d.ts.map +1 -1
  32. package/dist/documentStorageServiceProxy.js +2 -2
  33. package/dist/documentStorageServiceProxy.js.map +1 -1
  34. package/dist/error.d.ts +1 -1
  35. package/dist/error.d.ts.map +1 -1
  36. package/dist/error.js +2 -2
  37. package/dist/error.js.map +1 -1
  38. package/dist/insecureUrlResolver.d.ts +1 -1
  39. package/dist/insecureUrlResolver.d.ts.map +1 -1
  40. package/dist/insecureUrlResolver.js +5 -5
  41. package/dist/insecureUrlResolver.js.map +1 -1
  42. package/dist/legacy.d.ts +18 -0
  43. package/dist/messageRecognition.d.ts.map +1 -1
  44. package/dist/messageRecognition.js +2 -2
  45. package/dist/messageRecognition.js.map +1 -1
  46. package/dist/network.d.ts +3 -2
  47. package/dist/network.d.ts.map +1 -1
  48. package/dist/network.js +8 -8
  49. package/dist/network.js.map +1 -1
  50. package/dist/networkUtils.d.ts +1 -1
  51. package/dist/networkUtils.d.ts.map +1 -1
  52. package/dist/networkUtils.js.map +1 -1
  53. package/dist/packageVersion.d.ts +1 -1
  54. package/dist/packageVersion.js +1 -1
  55. package/dist/packageVersion.js.map +1 -1
  56. package/dist/parallelRequests.d.ts +6 -2
  57. package/dist/parallelRequests.d.ts.map +1 -1
  58. package/dist/parallelRequests.js +31 -31
  59. package/dist/parallelRequests.js.map +1 -1
  60. package/dist/prefetchDocumentStorageService.d.ts +1 -1
  61. package/dist/prefetchDocumentStorageService.d.ts.map +1 -1
  62. package/dist/prefetchDocumentStorageService.js +4 -4
  63. package/dist/prefetchDocumentStorageService.js.map +1 -1
  64. package/dist/public.d.ts +15 -0
  65. package/dist/rateLimiter.js +2 -2
  66. package/dist/rateLimiter.js.map +1 -1
  67. package/dist/readAndParse.d.ts +1 -1
  68. package/dist/readAndParse.d.ts.map +1 -1
  69. package/dist/readAndParse.js.map +1 -1
  70. package/dist/runWithRetry.d.ts.map +1 -1
  71. package/dist/runWithRetry.js +4 -4
  72. package/dist/runWithRetry.js.map +1 -1
  73. package/dist/storageUtils.d.ts +1 -1
  74. package/dist/storageUtils.d.ts.map +1 -1
  75. package/dist/storageUtils.js.map +1 -1
  76. package/dist/summaryForCreateNew.d.ts +1 -1
  77. package/dist/summaryForCreateNew.d.ts.map +1 -1
  78. package/dist/summaryForCreateNew.js.map +1 -1
  79. package/dist/treeConversions.d.ts.map +1 -1
  80. package/dist/treeConversions.js +2 -2
  81. package/dist/treeConversions.js.map +1 -1
  82. package/internal.d.ts +11 -0
  83. package/legacy.d.ts +11 -0
  84. package/lib/adapters/compression/documentServiceCompressionAdapter.d.ts +1 -1
  85. package/lib/adapters/compression/documentServiceCompressionAdapter.d.ts.map +1 -1
  86. package/lib/adapters/compression/documentServiceCompressionAdapter.js.map +1 -1
  87. package/lib/adapters/compression/documentServiceFactoryCompressionAdapter.d.ts +1 -1
  88. package/lib/adapters/compression/documentServiceFactoryCompressionAdapter.d.ts.map +1 -1
  89. package/lib/adapters/compression/documentServiceFactoryCompressionAdapter.js +1 -1
  90. package/lib/adapters/compression/documentServiceFactoryCompressionAdapter.js.map +1 -1
  91. package/lib/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.d.ts +2 -2
  92. package/lib/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.d.ts.map +1 -1
  93. package/lib/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.js +2 -2
  94. package/lib/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.js.map +1 -1
  95. package/lib/adapters/predefinedAdapters.d.ts +1 -1
  96. package/lib/adapters/predefinedAdapters.d.ts.map +1 -1
  97. package/lib/adapters/predefinedAdapters.js +2 -2
  98. package/lib/adapters/predefinedAdapters.js.map +1 -1
  99. package/lib/blob.d.ts +1 -1
  100. package/lib/blob.d.ts.map +1 -1
  101. package/lib/blob.js.map +1 -1
  102. package/lib/buildSnapshotTree.d.ts.map +1 -1
  103. package/lib/buildSnapshotTree.js +2 -2
  104. package/lib/buildSnapshotTree.js.map +1 -1
  105. package/lib/documentServiceFactoryProxy.d.ts +1 -1
  106. package/lib/documentServiceFactoryProxy.d.ts.map +1 -1
  107. package/lib/documentServiceFactoryProxy.js.map +1 -1
  108. package/lib/documentServiceProxy.d.ts +1 -1
  109. package/lib/documentServiceProxy.d.ts.map +1 -1
  110. package/lib/documentServiceProxy.js.map +1 -1
  111. package/lib/documentStorageServiceProxy.d.ts +1 -1
  112. package/lib/documentStorageServiceProxy.d.ts.map +1 -1
  113. package/lib/documentStorageServiceProxy.js +1 -1
  114. package/lib/documentStorageServiceProxy.js.map +1 -1
  115. package/lib/error.d.ts +1 -1
  116. package/lib/error.d.ts.map +1 -1
  117. package/lib/error.js +1 -1
  118. package/lib/error.js.map +1 -1
  119. package/lib/insecureUrlResolver.d.ts +1 -1
  120. package/lib/insecureUrlResolver.d.ts.map +1 -1
  121. package/lib/insecureUrlResolver.js +2 -2
  122. package/lib/insecureUrlResolver.js.map +1 -1
  123. package/lib/legacy.d.ts +18 -0
  124. package/lib/messageRecognition.d.ts.map +1 -1
  125. package/lib/messageRecognition.js.map +1 -1
  126. package/lib/network.d.ts +3 -2
  127. package/lib/network.d.ts.map +1 -1
  128. package/lib/network.js +2 -2
  129. package/lib/network.js.map +1 -1
  130. package/lib/networkUtils.d.ts +1 -1
  131. package/lib/networkUtils.d.ts.map +1 -1
  132. package/lib/networkUtils.js +1 -1
  133. package/lib/networkUtils.js.map +1 -1
  134. package/lib/packageVersion.d.ts +1 -1
  135. package/lib/packageVersion.js +1 -1
  136. package/lib/packageVersion.js.map +1 -1
  137. package/lib/parallelRequests.d.ts +6 -2
  138. package/lib/parallelRequests.d.ts.map +1 -1
  139. package/lib/parallelRequests.js +3 -3
  140. package/lib/parallelRequests.js.map +1 -1
  141. package/lib/prefetchDocumentStorageService.d.ts +1 -1
  142. package/lib/prefetchDocumentStorageService.d.ts.map +1 -1
  143. package/lib/prefetchDocumentStorageService.js +1 -1
  144. package/lib/prefetchDocumentStorageService.js.map +1 -1
  145. package/lib/public.d.ts +15 -0
  146. package/lib/rateLimiter.js +1 -1
  147. package/lib/rateLimiter.js.map +1 -1
  148. package/lib/readAndParse.d.ts +1 -1
  149. package/lib/readAndParse.d.ts.map +1 -1
  150. package/lib/readAndParse.js.map +1 -1
  151. package/lib/runWithRetry.d.ts.map +1 -1
  152. package/lib/runWithRetry.js +3 -3
  153. package/lib/runWithRetry.js.map +1 -1
  154. package/lib/storageUtils.d.ts +1 -1
  155. package/lib/storageUtils.d.ts.map +1 -1
  156. package/lib/storageUtils.js.map +1 -1
  157. package/lib/summaryForCreateNew.d.ts +1 -1
  158. package/lib/summaryForCreateNew.d.ts.map +1 -1
  159. package/lib/summaryForCreateNew.js.map +1 -1
  160. package/lib/treeConversions.d.ts.map +1 -1
  161. package/lib/treeConversions.js +1 -1
  162. package/lib/treeConversions.js.map +1 -1
  163. package/package.json +29 -50
  164. package/src/adapters/compression/documentServiceCompressionAdapter.ts +7 -2
  165. package/src/adapters/compression/documentServiceFactoryCompressionAdapter.ts +4 -2
  166. package/src/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.ts +7 -3
  167. package/src/adapters/predefinedAdapters.ts +4 -3
  168. package/src/blob.ts +1 -1
  169. package/src/buildSnapshotTree.ts +2 -2
  170. package/src/documentServiceFactoryProxy.ts +1 -1
  171. package/src/documentServiceProxy.ts +1 -1
  172. package/src/documentStorageServiceProxy.ts +2 -2
  173. package/src/error.ts +1 -1
  174. package/src/insecureUrlResolver.ts +6 -2
  175. package/src/messageRecognition.ts +1 -0
  176. package/src/network.ts +5 -6
  177. package/src/networkUtils.ts +3 -2
  178. package/src/packageVersion.ts +1 -1
  179. package/src/parallelRequests.ts +11 -4
  180. package/src/prefetchDocumentStorageService.ts +3 -1
  181. package/src/rateLimiter.ts +1 -1
  182. package/src/readAndParse.ts +1 -1
  183. package/src/runWithRetry.ts +5 -3
  184. package/src/storageUtils.ts +1 -1
  185. package/src/summaryForCreateNew.ts +3 -3
  186. package/src/treeConversions.ts +2 -1
  187. package/api-extractor-cjs.json +0 -8
  188. package/dist/driver-utils-alpha.d.ts +0 -167
  189. package/dist/driver-utils-beta.d.ts +0 -186
  190. package/dist/driver-utils-public.d.ts +0 -186
  191. package/dist/driver-utils-untrimmed.d.ts +0 -603
  192. package/lib/driver-utils-alpha.d.ts +0 -167
  193. package/lib/driver-utils-beta.d.ts +0 -186
  194. package/lib/driver-utils-public.d.ts +0 -186
  195. package/lib/driver-utils-untrimmed.d.ts +0 -603
  196. package/lib/test/insecureUrlResolverTest.spec.js +0 -101
  197. package/lib/test/insecureUrlResolverTest.spec.js.map +0 -1
  198. package/lib/test/parallelRequests.spec.js +0 -186
  199. package/lib/test/parallelRequests.spec.js.map +0 -1
  200. package/lib/test/rateLimiter.spec.js +0 -85
  201. package/lib/test/rateLimiter.spec.js.map +0 -1
  202. package/lib/test/runWithRetry.spec.js +0 -180
  203. package/lib/test/runWithRetry.spec.js.map +0 -1
  204. package/lib/test/summaryCompressionData.js +0 -170
  205. package/lib/test/summaryCompressionData.js.map +0 -1
  206. package/lib/test/summaryCompresssionTester.spec.js +0 -429
  207. package/lib/test/summaryCompresssionTester.spec.js.map +0 -1
  208. package/lib/test/types/validateDriverUtilsPrevious.generated.js +0 -108
  209. package/lib/test/types/validateDriverUtilsPrevious.generated.js.map +0 -1
  210. /package/{dist → lib}/tsdoc-metadata.json +0 -0
@@ -1,167 +0,0 @@
1
- import { FetchSource } from '@fluidframework/driver-definitions';
2
- import { IAttachment } from '@fluidframework/protocol-definitions';
3
- import { IAuthorizationError } from '@fluidframework/driver-definitions';
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';
8
- import { IDocumentAttributes } from '@fluidframework/protocol-definitions';
9
- import { IDocumentMessage } from '@fluidframework/protocol-definitions';
10
- import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
11
- import { IDocumentStorageService } from '@fluidframework/driver-definitions';
12
- import { IDocumentStorageServicePolicies } from '@fluidframework/driver-definitions';
13
- import { IDriverErrorBase } from '@fluidframework/driver-definitions';
14
- import { IFluidErrorBase } from '@fluidframework/telemetry-utils';
15
- import { ILocationRedirectionError } from '@fluidframework/driver-definitions';
16
- import { IRequest } from '@fluidframework/core-interfaces';
17
- import { IResolvedUrl } from '@fluidframework/driver-definitions';
18
- import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
19
- import { ISnapshot } from '@fluidframework/driver-definitions';
20
- import { ISnapshotFetchOptions } from '@fluidframework/driver-definitions';
21
- import { ISnapshotTree } from '@fluidframework/protocol-definitions';
22
- import { IStream } from '@fluidframework/driver-definitions';
23
- import { IStreamResult } from '@fluidframework/driver-definitions';
24
- import { ISummaryContext } from '@fluidframework/driver-definitions';
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';
31
- import { ITree } from '@fluidframework/protocol-definitions';
32
- import { ITreeEntry } from '@fluidframework/protocol-definitions';
33
- import { IUrlResolver } from '@fluidframework/driver-definitions';
34
- import { IVersion } from '@fluidframework/protocol-definitions';
35
- import { LoaderCachingPolicy } from '@fluidframework/driver-definitions';
36
- import { LoggingError } from '@fluidframework/telemetry-utils';
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';
2
- import { IAttachment } from '@fluidframework/protocol-definitions';
3
- import { IAuthorizationError } from '@fluidframework/driver-definitions';
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';
8
- import { IDocumentAttributes } from '@fluidframework/protocol-definitions';
9
- import { IDocumentMessage } from '@fluidframework/protocol-definitions';
10
- import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
11
- import { IDocumentStorageService } from '@fluidframework/driver-definitions';
12
- import { IDocumentStorageServicePolicies } from '@fluidframework/driver-definitions';
13
- import { IDriverErrorBase } from '@fluidframework/driver-definitions';
14
- import { IFluidErrorBase } from '@fluidframework/telemetry-utils';
15
- import { ILocationRedirectionError } from '@fluidframework/driver-definitions';
16
- import { IRequest } from '@fluidframework/core-interfaces';
17
- import { IResolvedUrl } from '@fluidframework/driver-definitions';
18
- import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
19
- import { ISnapshot } from '@fluidframework/driver-definitions';
20
- import { ISnapshotFetchOptions } from '@fluidframework/driver-definitions';
21
- import { ISnapshotTree } from '@fluidframework/protocol-definitions';
22
- import { IStream } from '@fluidframework/driver-definitions';
23
- import { IStreamResult } from '@fluidframework/driver-definitions';
24
- import { ISummaryContext } from '@fluidframework/driver-definitions';
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';
31
- import { ITree } from '@fluidframework/protocol-definitions';
32
- import { ITreeEntry } from '@fluidframework/protocol-definitions';
33
- import { IUrlResolver } from '@fluidframework/driver-definitions';
34
- import { IVersion } from '@fluidframework/protocol-definitions';
35
- import { LoaderCachingPolicy } from '@fluidframework/driver-definitions';
36
- import { LoggingError } from '@fluidframework/telemetry-utils';
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 { }
@@ -1,186 +0,0 @@
1
- import { FetchSource } from '@fluidframework/driver-definitions';
2
- import { IAttachment } from '@fluidframework/protocol-definitions';
3
- import { IAuthorizationError } from '@fluidframework/driver-definitions';
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';
8
- import { IDocumentAttributes } from '@fluidframework/protocol-definitions';
9
- import { IDocumentMessage } from '@fluidframework/protocol-definitions';
10
- import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
11
- import { IDocumentStorageService } from '@fluidframework/driver-definitions';
12
- import { IDocumentStorageServicePolicies } from '@fluidframework/driver-definitions';
13
- import { IDriverErrorBase } from '@fluidframework/driver-definitions';
14
- import { IFluidErrorBase } from '@fluidframework/telemetry-utils';
15
- import { ILocationRedirectionError } from '@fluidframework/driver-definitions';
16
- import { IRequest } from '@fluidframework/core-interfaces';
17
- import { IResolvedUrl } from '@fluidframework/driver-definitions';
18
- import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
19
- import { ISnapshot } from '@fluidframework/driver-definitions';
20
- import { ISnapshotFetchOptions } from '@fluidframework/driver-definitions';
21
- import { ISnapshotTree } from '@fluidframework/protocol-definitions';
22
- import { IStream } from '@fluidframework/driver-definitions';
23
- import { IStreamResult } from '@fluidframework/driver-definitions';
24
- import { ISummaryContext } from '@fluidframework/driver-definitions';
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';
31
- import { ITree } from '@fluidframework/protocol-definitions';
32
- import { ITreeEntry } from '@fluidframework/protocol-definitions';
33
- import { IUrlResolver } from '@fluidframework/driver-definitions';
34
- import { IVersion } from '@fluidframework/protocol-definitions';
35
- import { LoaderCachingPolicy } from '@fluidframework/driver-definitions';
36
- import { LoggingError } from '@fluidframework/telemetry-utils';
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 { }