@fluidframework/container-loader 2.0.0-dev.7.4.0.215930 → 2.0.0-dev.7.4.0.216897

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 (78) hide show
  1. package/api-extractor-lint.json +13 -0
  2. package/api-extractor.json +0 -4
  3. package/api-report/container-loader.api.md +17 -17
  4. package/dist/connectionState.cjs +3 -0
  5. package/dist/connectionState.cjs.map +1 -1
  6. package/dist/connectionState.d.ts +3 -0
  7. package/dist/connectionState.d.ts.map +1 -1
  8. package/dist/container-loader-alpha.d.ts +70 -325
  9. package/dist/container-loader-beta.d.ts +67 -301
  10. package/dist/container-loader-public.d.ts +67 -301
  11. package/dist/container-loader-untrimmed.d.ts +23 -5
  12. package/dist/container.cjs +11 -8
  13. package/dist/container.cjs.map +1 -1
  14. package/dist/container.d.ts +4 -6
  15. package/dist/container.d.ts.map +1 -1
  16. package/dist/deltaManager.cjs +18 -1
  17. package/dist/deltaManager.cjs.map +1 -1
  18. package/dist/deltaManager.d.ts.map +1 -1
  19. package/dist/loader.cjs +2 -0
  20. package/dist/loader.cjs.map +1 -1
  21. package/dist/loader.d.ts +10 -0
  22. package/dist/loader.d.ts.map +1 -1
  23. package/dist/location-redirection-utilities/resolveWithLocationRedirection.cjs +2 -0
  24. package/dist/location-redirection-utilities/resolveWithLocationRedirection.cjs.map +1 -1
  25. package/dist/location-redirection-utilities/resolveWithLocationRedirection.d.ts +2 -0
  26. package/dist/location-redirection-utilities/resolveWithLocationRedirection.d.ts.map +1 -1
  27. package/dist/packageVersion.cjs +1 -1
  28. package/dist/packageVersion.cjs.map +1 -1
  29. package/dist/packageVersion.d.ts +1 -1
  30. package/dist/protocol.cjs.map +1 -1
  31. package/dist/protocol.d.ts +4 -0
  32. package/dist/protocol.d.ts.map +1 -1
  33. package/dist/utils.cjs +1 -0
  34. package/dist/utils.cjs.map +1 -1
  35. package/dist/utils.d.ts +2 -0
  36. package/dist/utils.d.ts.map +1 -1
  37. package/lib/connectionState.d.ts +3 -0
  38. package/lib/connectionState.d.ts.map +1 -1
  39. package/lib/connectionState.mjs +3 -0
  40. package/lib/connectionState.mjs.map +1 -1
  41. package/lib/container-loader-alpha.d.ts +70 -325
  42. package/lib/container-loader-beta.d.ts +67 -301
  43. package/lib/container-loader-public.d.ts +67 -301
  44. package/lib/container-loader-untrimmed.d.ts +23 -5
  45. package/lib/container.d.ts +4 -6
  46. package/lib/container.d.ts.map +1 -1
  47. package/lib/container.mjs +11 -8
  48. package/lib/container.mjs.map +1 -1
  49. package/lib/deltaManager.d.ts.map +1 -1
  50. package/lib/deltaManager.mjs +18 -1
  51. package/lib/deltaManager.mjs.map +1 -1
  52. package/lib/loader.d.ts +10 -0
  53. package/lib/loader.d.ts.map +1 -1
  54. package/lib/loader.mjs +2 -0
  55. package/lib/loader.mjs.map +1 -1
  56. package/lib/location-redirection-utilities/resolveWithLocationRedirection.d.ts +2 -0
  57. package/lib/location-redirection-utilities/resolveWithLocationRedirection.d.ts.map +1 -1
  58. package/lib/location-redirection-utilities/resolveWithLocationRedirection.mjs +2 -0
  59. package/lib/location-redirection-utilities/resolveWithLocationRedirection.mjs.map +1 -1
  60. package/lib/packageVersion.d.ts +1 -1
  61. package/lib/packageVersion.mjs +1 -1
  62. package/lib/packageVersion.mjs.map +1 -1
  63. package/lib/protocol.d.ts +4 -0
  64. package/lib/protocol.d.ts.map +1 -1
  65. package/lib/protocol.mjs.map +1 -1
  66. package/lib/utils.d.ts +2 -0
  67. package/lib/utils.d.ts.map +1 -1
  68. package/lib/utils.mjs +1 -0
  69. package/lib/utils.mjs.map +1 -1
  70. package/package.json +12 -11
  71. package/src/connectionState.ts +3 -0
  72. package/src/container.ts +24 -13
  73. package/src/deltaManager.ts +25 -1
  74. package/src/loader.ts +10 -0
  75. package/src/location-redirection-utilities/resolveWithLocationRedirection.ts +2 -0
  76. package/src/packageVersion.ts +1 -1
  77. package/src/protocol.ts +4 -0
  78. package/src/utils.ts +2 -0
@@ -1,312 +1,78 @@
1
- import { FluidObject } from '@fluidframework/core-interfaces';
2
- import { IAudienceOwner } from '@fluidframework/container-definitions';
3
1
  import { IClientDetails } from '@fluidframework/protocol-definitions';
4
- import { IConfigProviderBase } from '@fluidframework/telemetry-utils';
5
- import { IContainer } from '@fluidframework/container-definitions';
6
2
  import { IDocumentAttributes } from '@fluidframework/protocol-definitions';
7
- import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
8
- import { IDocumentStorageService } from '@fluidframework/driver-definitions';
9
- import { IFluidCodeDetails } from '@fluidframework/container-definitions';
10
- import { IFluidModule } from '@fluidframework/container-definitions';
11
- import { IFluidRouter } from '@fluidframework/core-interfaces';
12
- import { IHostLoader } from '@fluidframework/container-definitions';
13
- import { ILoaderOptions as ILoaderOptions_2 } from '@fluidframework/container-definitions';
14
- import { ILocationRedirectionError } from '@fluidframework/driver-definitions';
15
3
  import { IProtocolHandler as IProtocolHandler_2 } from '@fluidframework/protocol-base';
16
- import { IProvideFluidCodeDetailsComparer } from '@fluidframework/container-definitions';
17
4
  import { IQuorumSnapshot } from '@fluidframework/protocol-base';
18
- import { IRequest } from '@fluidframework/core-interfaces';
19
5
  import { IRequestHeader } from '@fluidframework/core-interfaces';
20
- import { IResponse } from '@fluidframework/core-interfaces';
21
6
  import { ISignalMessage } from '@fluidframework/protocol-definitions';
22
- import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
23
- import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
24
- import { IUrlResolver } from '@fluidframework/driver-definitions';
25
-
26
- export declare enum ConnectionState {
27
- /**
28
- * The container is not connected to the ordering service
29
- * Note - When in this state the container may be about to reconnect,
30
- * or may remain disconnected until explicitly told to connect.
31
- */
32
- Disconnected = 0,
33
- /**
34
- * The container is disconnected but actively trying to establish a new connection
35
- * PLEASE NOTE that this numerical value falls out of the order you may expect for this state
36
- */
37
- EstablishingConnection = 3,
38
- /**
39
- * The container has an inbound connection only, and is catching up to the latest known state from the service.
40
- */
41
- CatchingUp = 1,
42
- /**
43
- * The container is fully connected and syncing
44
- */
45
- Connected = 2
46
- }
47
-
48
- /**
49
- * @deprecated ICodeDetailsLoader interface is moved to {@link @fluidframework/container-definition#ICodeDetailsLoader}
50
- * to have code loading modules in one package. #8193
51
- * Fluid code loader resolves a code module matching the document schema, i.e. code details, such as
52
- * a package name and package version range.
53
- */
54
- export declare interface ICodeDetailsLoader extends Partial<IProvideFluidCodeDetailsComparer> {
55
- /**
56
- * Load the code module (package) that is capable to interact with the document.
57
- *
58
- * @param source - Code proposal that articulates the current schema the document is written in.
59
- * @returns Code module entry point along with the code details associated with it.
60
- */
61
- load(source: IFluidCodeDetails): Promise<IFluidModuleWithDetails>;
62
- }
7
+
8
+ /* Excluded from this release type: ConnectionState */
9
+
10
+ /* Excluded from this release type: FluidObject */
11
+
12
+ /* Excluded from this release type: IAudienceOwner */
13
+
14
+ /* Excluded from this release type: ICodeDetailsLoader */
15
+
16
+ /* Excluded from this release type: IConfigProviderBase */
17
+
18
+ /* Excluded from this release type: IContainer */
63
19
 
64
20
  /* Excluded from this release type: IContainerExperimental */
65
21
 
66
- /**
67
- * Subset of IDocumentStorageService which only supports createBlob() and readBlob(). This is used to support
68
- * blobs in detached containers.
69
- */
70
- export declare type IDetachedBlobStorage = Pick<IDocumentStorageService, "createBlob" | "readBlob"> & {
71
- size: number;
72
- /**
73
- * Return an array of all blob IDs present in storage
74
- */
75
- getBlobIds(): string[];
76
- };
77
-
78
- /**
79
- * @deprecated IFluidModuleWithDetails interface is moved to
80
- * {@link @fluidframework/container-definitions#IFluidModuleWithDetails}
81
- * to have all the code loading modules in one package. #8193
82
- * Encapsulates a module entry point with corresponding code details.
83
- */
84
- export declare interface IFluidModuleWithDetails {
85
- /** Fluid code module that implements the runtime factory needed to instantiate the container runtime. */
86
- module: IFluidModule;
87
- /**
88
- * Code details associated with the module. Represents a document schema this module supports.
89
- * If the code loader implements the {@link @fluidframework/core-interfaces#IFluidCodeDetailsComparer} interface,
90
- * it'll be called to determine whether the module code details satisfy the new code proposal in the quorum.
91
- */
92
- details: IFluidCodeDetails;
93
- }
94
-
95
- export declare interface ILoaderOptions extends ILoaderOptions_2 {
96
- summarizeProtocolTree?: boolean;
97
- }
98
-
99
- /**
100
- * Services and properties necessary for creating a loader
101
- */
102
- export declare interface ILoaderProps {
103
- /**
104
- * The url resolver used by the loader for resolving external urls
105
- * into Fluid urls such that the container specified by the
106
- * external url can be loaded.
107
- */
108
- readonly urlResolver: IUrlResolver;
109
- /**
110
- * The document service factory take the Fluid url provided
111
- * by the resolved url and constructs all the necessary services
112
- * for communication with the container's server.
113
- */
114
- readonly documentServiceFactory: IDocumentServiceFactory;
115
- /**
116
- * The code loader handles loading the necessary code
117
- * for running a container once it is loaded.
118
- */
119
- readonly codeLoader: ICodeDetailsLoader;
120
- /**
121
- * A property bag of options used by various layers
122
- * to control features
123
- */
124
- readonly options?: ILoaderOptions;
125
- /**
126
- * Scope is provided to all container and is a set of shared
127
- * services for container's to integrate with their host environment.
128
- */
129
- readonly scope?: FluidObject;
130
- /**
131
- * The logger that all telemetry should be pushed to.
132
- */
133
- readonly logger?: ITelemetryBaseLogger;
134
- /**
135
- * Blobs storage for detached containers.
136
- */
137
- readonly detachedBlobStorage?: IDetachedBlobStorage;
138
- /**
139
- * The configuration provider which may be used to control features.
140
- */
141
- readonly configProvider?: IConfigProviderBase;
142
- /**
143
- * Optional property for allowing the container to use a custom
144
- * protocol implementation for handling the quorum and/or the audience.
145
- */
146
- readonly protocolHandlerBuilder?: ProtocolHandlerBuilder;
147
- }
148
-
149
- /**
150
- * Services and properties used by and exposed by the loader
151
- */
152
- export declare interface ILoaderServices {
153
- /**
154
- * The url resolver used by the loader for resolving external urls
155
- * into Fluid urls such that the container specified by the
156
- * external url can be loaded.
157
- */
158
- readonly urlResolver: IUrlResolver;
159
- /**
160
- * The document service factory take the Fluid url provided
161
- * by the resolved url and constructs all the necessary services
162
- * for communication with the container's server.
163
- */
164
- readonly documentServiceFactory: IDocumentServiceFactory;
165
- /**
166
- * The code loader handles loading the necessary code
167
- * for running a container once it is loaded.
168
- */
169
- readonly codeLoader: ICodeDetailsLoader;
170
- /**
171
- * A property bag of options used by various layers
172
- * to control features
173
- */
174
- readonly options: ILoaderOptions;
175
- /**
176
- * Scope is provided to all container and is a set of shared
177
- * services for container's to integrate with their host environment.
178
- */
179
- readonly scope: FluidObject;
180
- /**
181
- * The logger downstream consumers should construct their loggers from
182
- */
183
- readonly subLogger: ITelemetryLoggerExt;
184
- /**
185
- * Blobs storage for detached containers.
186
- */
187
- readonly detachedBlobStorage?: IDetachedBlobStorage;
188
- /**
189
- * Optional property for allowing the container to use a custom
190
- * protocol implementation for handling the quorum and/or the audience.
191
- */
192
- readonly protocolHandlerBuilder?: ProtocolHandlerBuilder;
193
- }
194
-
195
- /**
196
- * Interface to represent the parsed parts of IResolvedUrl.url to help
197
- * in getting info about different parts of the url.
198
- * May not be compatible or relevant for any Url Resolver
199
- */
200
- export declare interface IParsedUrl {
201
- /**
202
- * It is combination of tenantid/docId part of the url.
203
- */
204
- id: string;
205
- /**
206
- * It is the deep link path in the url.
207
- */
208
- path: string;
209
- /**
210
- * Query string part of the url.
211
- */
212
- query: string;
213
- /**
214
- * Null means do not use snapshots, undefined means load latest snapshot
215
- * otherwise it's version ID passed to IDocumentStorageService.getVersions() to figure out what snapshot to use.
216
- * If needed, can add undefined which is treated by Container.load() as load latest snapshot.
217
- */
218
- version: string | null | undefined;
219
- }
220
-
221
- export declare interface IProtocolHandler extends IProtocolHandler_2 {
222
- readonly audience: IAudienceOwner;
223
- processSignal(message: ISignalMessage): any;
224
- }
225
-
226
- /**
227
- * Checks if the error is location redirection error.
228
- * @param error - error whose type is to be determined.
229
- * @returns `true` is the error is location redirection error, otherwise `false`.
230
- */
231
- export declare function isLocationRedirectionError(error: any): error is ILocationRedirectionError;
232
-
233
- /**
234
- * Manages Fluid resource loading
235
- */
236
- export declare class Loader implements IHostLoader {
237
- readonly services: ILoaderServices;
238
- private readonly mc;
239
- constructor(loaderProps: ILoaderProps);
240
- /**
241
- * @deprecated Will be removed in future major release. Migrate all usage of IFluidRouter to the Container's IFluidRouter/request.
242
- */
243
- get IFluidRouter(): IFluidRouter;
244
- createDetachedContainer(codeDetails: IFluidCodeDetails, createDetachedProps?: {
245
- canReconnect?: boolean;
246
- clientDetailsOverride?: IClientDetails;
247
- }): Promise<IContainer>;
248
- rehydrateDetachedContainerFromSnapshot(snapshot: string, createDetachedProps?: {
249
- canReconnect?: boolean;
250
- clientDetailsOverride?: IClientDetails;
251
- }): Promise<IContainer>;
252
- resolve(request: IRequest, pendingLocalState?: string): Promise<IContainer>;
253
- /**
254
- * @deprecated Will be removed in future major release. Migrate all usage of IFluidRouter to the Container's IFluidRouter/request.
255
- */
256
- request(request: IRequest): Promise<IResponse>;
257
- private resolveCore;
258
- private loadContainer;
259
- }
260
-
261
- /**
262
- * Function to be used for creating a protocol handler.
263
- */
264
- export declare type ProtocolHandlerBuilder = (attributes: IDocumentAttributes, snapshot: IQuorumSnapshot, sendProposal: (key: string, value: any) => number) => IProtocolHandler;
265
-
266
- /**
267
- * With an already-resolved container, we can request a component directly, without loading the container again
268
- * @param container - a resolved container
269
- * @returns component on the container
270
- * @deprecated Will be removed in future major release. Migrate all usage of IFluidRouter to the "entryPoint" pattern. Refer to Removing-IFluidRouter.md
271
- */
272
- export declare function requestResolvedObjectFromContainer(container: IContainer, headers?: IRequestHeader): Promise<IResponse>;
273
-
274
- /**
275
- * Handles location redirection while fulfilling the loader request.
276
- * @param api - Callback in which user can wrap the loader.resolve or loader.request call.
277
- * @param request - request to be resolved.
278
- * @param urlResolver - resolver used to resolve the url.
279
- * @param logger - logger to send events.
280
- * @returns Response from the API call.
281
- */
282
- export declare function resolveWithLocationRedirectionHandling<T>(api: (request: IRequest) => Promise<T>, request: IRequest, urlResolver: IUrlResolver, logger?: ITelemetryBaseLogger): Promise<T>;
283
-
284
- /**
285
- * Utility api to parse the IResolvedUrl.url into specific parts like querystring, path to get
286
- * deep link info etc.
287
- * Warning - This function may not be compatible with any Url Resolver's resolved url. It works
288
- * with urls of type: protocol://<string>/.../..?<querystring>
289
- * @param url - This is the IResolvedUrl.url part of the resolved url.
290
- * @returns The IParsedUrl representing the input URL, or undefined if the format was not supported
291
- */
292
- export declare function tryParseCompatibleResolvedUrl(url: string): IParsedUrl | undefined;
293
-
294
- /**
295
- * Waits until container connects to delta storage and gets up-to-date.
296
- *
297
- * Useful when resolving URIs and hitting 404, due to container being loaded from (stale) snapshot and not being
298
- * up to date. Host may chose to wait in such case and retry resolving URI.
299
- *
300
- * Warning: Will wait infinitely for connection to establish if there is no connection.
301
- * May result in deadlock if Container.disconnect() is called and never followed by a call to Container.connect().
302
- *
303
- * @returns `true`: container is up to date, it processed all the ops that were know at the time of first connection.
304
- *
305
- * `false`: storage does not provide indication of how far the client is. Container processed all the ops known to it,
306
- * but it maybe still behind.
307
- *
308
- * @throws an error beginning with `"Container closed"` if the container is closed before it catches up.
309
- */
310
- export declare function waitContainerToCatchUp(container: IContainer): Promise<boolean>;
22
+ /* Excluded from this release type: IDetachedBlobStorage */
23
+
24
+ /* Excluded from this release type: IDocumentServiceFactory */
25
+
26
+ /* Excluded from this release type: IDocumentStorageService */
27
+
28
+ /* Excluded from this release type: IFluidCodeDetails */
29
+
30
+ /* Excluded from this release type: IFluidModule */
31
+
32
+ /* Excluded from this release type: IFluidModuleWithDetails */
33
+
34
+ /* Excluded from this release type: IFluidRouter */
35
+
36
+ /* Excluded from this release type: IHostLoader */
37
+
38
+ /* Excluded from this release type: ILoaderOptions */
39
+
40
+ /* Excluded from this release type: ILoaderOptions_2 */
41
+
42
+ /* Excluded from this release type: ILoaderProps */
43
+
44
+ /* Excluded from this release type: ILoaderServices */
45
+
46
+ /* Excluded from this release type: ILocationRedirectionError */
47
+
48
+ /* Excluded from this release type: IParsedUrl */
49
+
50
+ /* Excluded from this release type: IProtocolHandler */
51
+
52
+ /* Excluded from this release type: IProvideFluidCodeDetailsComparer */
53
+
54
+ /* Excluded from this release type: IRequest */
55
+
56
+ /* Excluded from this release type: IResponse */
57
+
58
+ /* Excluded from this release type: isLocationRedirectionError */
59
+
60
+ /* Excluded from this release type: ITelemetryBaseLogger */
61
+
62
+ /* Excluded from this release type: ITelemetryLoggerExt */
63
+
64
+ /* Excluded from this release type: IUrlResolver */
65
+
66
+ /* Excluded from this release type: Loader */
67
+
68
+ /* Excluded from this release type: ProtocolHandlerBuilder */
69
+
70
+ /* Excluded from this release type: requestResolvedObjectFromContainer */
71
+
72
+ /* Excluded from this release type: resolveWithLocationRedirectionHandling */
73
+
74
+ /* Excluded from this release type: tryParseCompatibleResolvedUrl */
75
+
76
+ /* Excluded from this release type: waitContainerToCatchUp */
311
77
 
312
78
  export { }
@@ -23,6 +23,9 @@ import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
23
23
  import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
24
24
  import { IUrlResolver } from '@fluidframework/driver-definitions';
25
25
 
26
+ /**
27
+ * @internal
28
+ */
26
29
  export declare enum ConnectionState {
27
30
  /**
28
31
  * The container is not connected to the ordering service
@@ -50,6 +53,7 @@ export declare enum ConnectionState {
50
53
  * to have code loading modules in one package. #8193
51
54
  * Fluid code loader resolves a code module matching the document schema, i.e. code details, such as
52
55
  * a package name and package version range.
56
+ * @internal
53
57
  */
54
58
  export declare interface ICodeDetailsLoader extends Partial<IProvideFluidCodeDetailsComparer> {
55
59
  /**
@@ -63,7 +67,7 @@ export declare interface ICodeDetailsLoader extends Partial<IProvideFluidCodeDet
63
67
 
64
68
  /**
65
69
  * IContainer interface that includes experimental features still under development.
66
- * @alpha
70
+ * @internal
67
71
  */
68
72
  export declare interface IContainerExperimental extends IContainer {
69
73
  /**
@@ -71,15 +75,11 @@ export declare interface IContainerExperimental extends IContainer {
71
75
  * submission and potential document corruption. The blob returned MUST be deleted if and when this
72
76
  * container emits a "connected" event.
73
77
  * @returns serialized blob that can be passed to Loader.resolve()
74
- * @alpha misuse of this API can result in duplicate op submission and potential document corruption
75
- * {@link https://github.com/microsoft/FluidFramework/blob/main/packages/loader/container-loader/closeAndGetPendingLocalState.md}
76
78
  */
77
79
  getPendingLocalState?(): Promise<string>;
78
80
  /**
79
81
  * Closes the container and returns serialized local state intended to be
80
82
  * given to a newly loaded container.
81
- * @alpha
82
- * {@link https://github.com/microsoft/FluidFramework/blob/main/packages/loader/container-loader/closeAndGetPendingLocalState.md}
83
83
  */
84
84
  closeAndGetPendingLocalState?(stopBlobAttachingSignal?: AbortSignal): Promise<string>;
85
85
  }
@@ -87,6 +87,7 @@ export declare interface IContainerExperimental extends IContainer {
87
87
  /**
88
88
  * Subset of IDocumentStorageService which only supports createBlob() and readBlob(). This is used to support
89
89
  * blobs in detached containers.
90
+ * @internal
90
91
  */
91
92
  export declare type IDetachedBlobStorage = Pick<IDocumentStorageService, "createBlob" | "readBlob"> & {
92
93
  size: number;
@@ -101,6 +102,7 @@ export declare type IDetachedBlobStorage = Pick<IDocumentStorageService, "create
101
102
  * {@link @fluidframework/container-definitions#IFluidModuleWithDetails}
102
103
  * to have all the code loading modules in one package. #8193
103
104
  * Encapsulates a module entry point with corresponding code details.
105
+ * @internal
104
106
  */
105
107
  export declare interface IFluidModuleWithDetails {
106
108
  /** Fluid code module that implements the runtime factory needed to instantiate the container runtime. */
@@ -113,12 +115,16 @@ export declare interface IFluidModuleWithDetails {
113
115
  details: IFluidCodeDetails;
114
116
  }
115
117
 
118
+ /**
119
+ * @internal
120
+ */
116
121
  export declare interface ILoaderOptions extends ILoaderOptions_2 {
117
122
  summarizeProtocolTree?: boolean;
118
123
  }
119
124
 
120
125
  /**
121
126
  * Services and properties necessary for creating a loader
127
+ * @internal
122
128
  */
123
129
  export declare interface ILoaderProps {
124
130
  /**
@@ -169,6 +175,7 @@ export declare interface ILoaderProps {
169
175
 
170
176
  /**
171
177
  * Services and properties used by and exposed by the loader
178
+ * @internal
172
179
  */
173
180
  export declare interface ILoaderServices {
174
181
  /**
@@ -217,6 +224,7 @@ export declare interface ILoaderServices {
217
224
  * Interface to represent the parsed parts of IResolvedUrl.url to help
218
225
  * in getting info about different parts of the url.
219
226
  * May not be compatible or relevant for any Url Resolver
227
+ * @internal
220
228
  */
221
229
  export declare interface IParsedUrl {
222
230
  /**
@@ -239,6 +247,9 @@ export declare interface IParsedUrl {
239
247
  version: string | null | undefined;
240
248
  }
241
249
 
250
+ /**
251
+ * @internal
252
+ */
242
253
  export declare interface IProtocolHandler extends IProtocolHandler_2 {
243
254
  readonly audience: IAudienceOwner;
244
255
  processSignal(message: ISignalMessage): any;
@@ -248,11 +259,13 @@ export declare interface IProtocolHandler extends IProtocolHandler_2 {
248
259
  * Checks if the error is location redirection error.
249
260
  * @param error - error whose type is to be determined.
250
261
  * @returns `true` is the error is location redirection error, otherwise `false`.
262
+ * @internal
251
263
  */
252
264
  export declare function isLocationRedirectionError(error: any): error is ILocationRedirectionError;
253
265
 
254
266
  /**
255
267
  * Manages Fluid resource loading
268
+ * @internal
256
269
  */
257
270
  export declare class Loader implements IHostLoader {
258
271
  readonly services: ILoaderServices;
@@ -281,6 +294,7 @@ export declare class Loader implements IHostLoader {
281
294
 
282
295
  /**
283
296
  * Function to be used for creating a protocol handler.
297
+ * @internal
284
298
  */
285
299
  export declare type ProtocolHandlerBuilder = (attributes: IDocumentAttributes, snapshot: IQuorumSnapshot, sendProposal: (key: string, value: any) => number) => IProtocolHandler;
286
300
 
@@ -289,6 +303,7 @@ export declare type ProtocolHandlerBuilder = (attributes: IDocumentAttributes, s
289
303
  * @param container - a resolved container
290
304
  * @returns component on the container
291
305
  * @deprecated Will be removed in future major release. Migrate all usage of IFluidRouter to the "entryPoint" pattern. Refer to Removing-IFluidRouter.md
306
+ * @internal
292
307
  */
293
308
  export declare function requestResolvedObjectFromContainer(container: IContainer, headers?: IRequestHeader): Promise<IResponse>;
294
309
 
@@ -299,6 +314,7 @@ export declare function requestResolvedObjectFromContainer(container: IContainer
299
314
  * @param urlResolver - resolver used to resolve the url.
300
315
  * @param logger - logger to send events.
301
316
  * @returns Response from the API call.
317
+ * @internal
302
318
  */
303
319
  export declare function resolveWithLocationRedirectionHandling<T>(api: (request: IRequest) => Promise<T>, request: IRequest, urlResolver: IUrlResolver, logger?: ITelemetryBaseLogger): Promise<T>;
304
320
 
@@ -309,6 +325,7 @@ export declare function resolveWithLocationRedirectionHandling<T>(api: (request:
309
325
  * with urls of type: protocol://<string>/.../..?<querystring>
310
326
  * @param url - This is the IResolvedUrl.url part of the resolved url.
311
327
  * @returns The IParsedUrl representing the input URL, or undefined if the format was not supported
328
+ * @internal
312
329
  */
313
330
  export declare function tryParseCompatibleResolvedUrl(url: string): IParsedUrl | undefined;
314
331
 
@@ -327,6 +344,7 @@ export declare function tryParseCompatibleResolvedUrl(url: string): IParsedUrl |
327
344
  * but it maybe still behind.
328
345
  *
329
346
  * @throws an error beginning with `"Container closed"` if the container is closed before it catches up.
347
+ * @internal
330
348
  */
331
349
  export declare function waitContainerToCatchUp(container: IContainer): Promise<boolean>;
332
350
 
@@ -104,6 +104,7 @@ export interface IContainerCreateProps {
104
104
  * but it maybe still behind.
105
105
  *
106
106
  * @throws an error beginning with `"Container closed"` if the container is closed before it catches up.
107
+ * @internal
107
108
  */
108
109
  export declare function waitContainerToCatchUp(container: IContainer): Promise<boolean>;
109
110
  /**
@@ -163,6 +164,7 @@ export declare class Container extends EventEmitterWithErrorHandling<IContainerE
163
164
  private readonly subLogger;
164
165
  private readonly detachedBlobStorage;
165
166
  private readonly protocolHandlerBuilder;
167
+ private readonly client;
166
168
  private readonly mc;
167
169
  /**
168
170
  * Used by the RelativeLoader to spawn a new Container for the same document. Used to create the summarizing client.
@@ -330,7 +332,7 @@ export declare class Container extends EventEmitterWithErrorHandling<IContainerE
330
332
  private initializeProtocolState;
331
333
  private captureProtocolSummary;
332
334
  private getCodeDetailsFromQuorum;
333
- private get client();
335
+ private static setupClient;
334
336
  /**
335
337
  * Returns true if connection is active, i.e. it's "write" connection and
336
338
  * container runtime was notified about this connection (i.e. we are up-to-date and could send ops).
@@ -369,7 +371,7 @@ export declare class Container extends EventEmitterWithErrorHandling<IContainerE
369
371
  }
370
372
  /**
371
373
  * IContainer interface that includes experimental features still under development.
372
- * @alpha
374
+ * @internal
373
375
  */
374
376
  export interface IContainerExperimental extends IContainer {
375
377
  /**
@@ -377,15 +379,11 @@ export interface IContainerExperimental extends IContainer {
377
379
  * submission and potential document corruption. The blob returned MUST be deleted if and when this
378
380
  * container emits a "connected" event.
379
381
  * @returns serialized blob that can be passed to Loader.resolve()
380
- * @alpha misuse of this API can result in duplicate op submission and potential document corruption
381
- * {@link https://github.com/microsoft/FluidFramework/blob/main/packages/loader/container-loader/closeAndGetPendingLocalState.md}
382
382
  */
383
383
  getPendingLocalState?(): Promise<string>;
384
384
  /**
385
385
  * Closes the container and returns serialized local state intended to be
386
386
  * given to a newly loaded container.
387
- * @alpha
388
- * {@link https://github.com/microsoft/FluidFramework/blob/main/packages/loader/container-loader/closeAndGetPendingLocalState.md}
389
387
  */
390
388
  closeAndGetPendingLocalState?(stopBlobAttachingSignal?: AbortSignal): Promise<string>;
391
389
  }
@@ -1 +1 @@
1
- {"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../src/container.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../src/container.ts"],"names":[],"mappings":"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"}