@fluidframework/container-loader 2.0.0-internal.7.3.0 → 2.0.0-internal.8.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.
- package/CHANGELOG.md +30 -0
- package/api-extractor-lint.json +13 -0
- package/api-extractor.json +3 -3
- package/api-report/container-loader.api.md +17 -27
- package/dist/connectionState.cjs +3 -0
- package/dist/connectionState.cjs.map +1 -1
- package/dist/connectionState.d.ts +3 -0
- package/dist/connectionState.d.ts.map +1 -1
- package/dist/connectionStateHandler.cjs +3 -3
- package/dist/connectionStateHandler.cjs.map +1 -1
- package/dist/connectionStateHandler.d.ts +10 -0
- package/dist/connectionStateHandler.d.ts.map +1 -1
- package/dist/container-loader-alpha.d.ts +227 -0
- package/dist/container-loader-beta.d.ts +87 -0
- package/dist/container-loader-public.d.ts +87 -0
- package/dist/container-loader-untrimmed.d.ts +331 -0
- package/dist/container.cjs +11 -22
- package/dist/container.cjs.map +1 -1
- package/dist/container.d.ts +6 -16
- package/dist/container.d.ts.map +1 -1
- package/dist/containerStorageAdapter.cjs +4 -2
- package/dist/containerStorageAdapter.cjs.map +1 -1
- package/dist/containerStorageAdapter.d.ts.map +1 -1
- package/dist/deltaManager.cjs +18 -1
- package/dist/deltaManager.cjs.map +1 -1
- package/dist/deltaManager.d.ts.map +1 -1
- package/dist/index.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/loader.cjs +2 -65
- package/dist/loader.cjs.map +1 -1
- package/dist/loader.d.ts +11 -25
- package/dist/loader.d.ts.map +1 -1
- package/dist/location-redirection-utilities/resolveWithLocationRedirection.cjs +2 -0
- package/dist/location-redirection-utilities/resolveWithLocationRedirection.cjs.map +1 -1
- package/dist/location-redirection-utilities/resolveWithLocationRedirection.d.ts +2 -0
- package/dist/location-redirection-utilities/resolveWithLocationRedirection.d.ts.map +1 -1
- package/dist/packageVersion.cjs +1 -1
- package/dist/packageVersion.cjs.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/protocol.cjs.map +1 -1
- package/dist/protocol.d.ts +4 -0
- package/dist/protocol.d.ts.map +1 -1
- package/dist/utils.cjs +1 -0
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.ts +2 -0
- package/dist/utils.d.ts.map +1 -1
- package/lib/audience.d.ts +0 -4
- package/lib/audience.d.ts.map +1 -1
- package/lib/catchUpMonitor.d.ts.map +1 -1
- package/lib/connectionManager.d.ts +1 -1
- package/lib/connectionManager.d.ts.map +1 -1
- package/lib/connectionState.d.ts +3 -0
- package/lib/connectionState.d.ts.map +1 -1
- package/lib/connectionState.mjs +3 -0
- package/lib/connectionState.mjs.map +1 -1
- package/lib/connectionStateHandler.d.ts +13 -3
- package/lib/connectionStateHandler.d.ts.map +1 -1
- package/lib/connectionStateHandler.mjs +3 -3
- package/lib/connectionStateHandler.mjs.map +1 -1
- package/lib/container-loader-alpha.d.ts +227 -0
- package/lib/container-loader-beta.d.ts +87 -0
- package/lib/container-loader-public.d.ts +87 -0
- package/lib/container-loader-untrimmed.d.ts +331 -0
- package/lib/container.d.ts +10 -20
- package/lib/container.d.ts.map +1 -1
- package/lib/container.mjs +11 -22
- package/lib/container.mjs.map +1 -1
- package/lib/containerContext.d.ts.map +1 -1
- package/lib/containerStorageAdapter.d.ts +1 -1
- package/lib/containerStorageAdapter.d.ts.map +1 -1
- package/lib/containerStorageAdapter.mjs +4 -2
- package/lib/containerStorageAdapter.mjs.map +1 -1
- package/lib/contracts.d.ts.map +1 -1
- package/lib/debugLogger.d.ts.map +1 -1
- package/lib/deltaManager.d.ts +1 -1
- package/lib/deltaManager.d.ts.map +1 -1
- package/lib/deltaManager.mjs +18 -1
- package/lib/deltaManager.mjs.map +1 -1
- package/lib/deltaQueue.d.ts.map +1 -1
- package/lib/disposal.d.ts.map +1 -1
- package/lib/error.d.ts.map +1 -1
- package/lib/index.d.ts +6 -6
- package/lib/index.d.ts.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/lib/loader.d.ts +13 -27
- package/lib/loader.d.ts.map +1 -1
- package/lib/loader.mjs +1 -63
- package/lib/loader.mjs.map +1 -1
- package/lib/location-redirection-utilities/index.d.ts +1 -1
- package/lib/location-redirection-utilities/index.d.ts.map +1 -1
- package/lib/location-redirection-utilities/resolveWithLocationRedirection.d.ts +2 -0
- package/lib/location-redirection-utilities/resolveWithLocationRedirection.d.ts.map +1 -1
- package/lib/location-redirection-utilities/resolveWithLocationRedirection.mjs +2 -0
- package/lib/location-redirection-utilities/resolveWithLocationRedirection.mjs.map +1 -1
- package/lib/noopHeuristic.d.ts.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.mjs +1 -1
- package/lib/packageVersion.mjs.map +1 -1
- package/lib/protocol.d.ts +4 -0
- package/lib/protocol.d.ts.map +1 -1
- package/lib/protocol.mjs.map +1 -1
- package/lib/protocolTreeDocumentStorageService.d.ts.map +1 -1
- package/lib/quorum.d.ts +0 -4
- package/lib/quorum.d.ts.map +1 -1
- package/lib/retriableDocumentStorageService.d.ts.map +1 -1
- package/lib/utils.d.ts +2 -0
- package/lib/utils.d.ts.map +1 -1
- package/lib/utils.mjs +1 -0
- package/lib/utils.mjs.map +1 -1
- package/package.json +46 -16
- package/src/connectionState.ts +3 -0
- package/src/connectionStateHandler.ts +16 -3
- package/src/container.ts +26 -39
- package/src/containerStorageAdapter.ts +4 -2
- package/src/deltaManager.ts +25 -1
- package/src/index.ts +0 -1
- package/src/loader.ts +10 -84
- package/src/location-redirection-utilities/resolveWithLocationRedirection.ts +2 -0
- package/src/packageVersion.ts +1 -1
- package/src/protocol.ts +4 -0
- package/src/utils.ts +2 -0
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
2
|
+
import { IAudienceOwner } from '@fluidframework/container-definitions';
|
|
3
|
+
import { IClientDetails } from '@fluidframework/protocol-definitions';
|
|
4
|
+
import { IConfigProviderBase } from '@fluidframework/core-interfaces';
|
|
5
|
+
import { IContainer } from '@fluidframework/container-definitions';
|
|
6
|
+
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 { IHostLoader } from '@fluidframework/container-definitions';
|
|
12
|
+
import { ILoaderOptions as ILoaderOptions_2 } from '@fluidframework/container-definitions';
|
|
13
|
+
import { ILocationRedirectionError } from '@fluidframework/driver-definitions';
|
|
14
|
+
import { IProtocolHandler as IProtocolHandler_2 } from '@fluidframework/protocol-base';
|
|
15
|
+
import { IProvideFluidCodeDetailsComparer } from '@fluidframework/container-definitions';
|
|
16
|
+
import { IQuorumSnapshot } from '@fluidframework/protocol-base';
|
|
17
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
18
|
+
import { ISignalMessage } from '@fluidframework/protocol-definitions';
|
|
19
|
+
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
20
|
+
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
|
|
21
|
+
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
22
|
+
|
|
23
|
+
/* Excluded from this release type: ConnectionState */
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* @deprecated ICodeDetailsLoader interface is moved to {@link @fluidframework/container-definition#ICodeDetailsLoader}
|
|
27
|
+
* to have code loading modules in one package. #8193
|
|
28
|
+
* Fluid code loader resolves a code module matching the document schema, i.e. code details, such as
|
|
29
|
+
* a package name and package version range.
|
|
30
|
+
* @alpha
|
|
31
|
+
*/
|
|
32
|
+
export declare interface ICodeDetailsLoader extends Partial<IProvideFluidCodeDetailsComparer> {
|
|
33
|
+
/**
|
|
34
|
+
* Load the code module (package) that is capable to interact with the document.
|
|
35
|
+
*
|
|
36
|
+
* @param source - Code proposal that articulates the current schema the document is written in.
|
|
37
|
+
* @returns Code module entry point along with the code details associated with it.
|
|
38
|
+
*/
|
|
39
|
+
load(source: IFluidCodeDetails): Promise<IFluidModuleWithDetails>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/* Excluded from this release type: IContainerExperimental */
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Subset of IDocumentStorageService which only supports createBlob() and readBlob(). This is used to support
|
|
46
|
+
* blobs in detached containers.
|
|
47
|
+
* @alpha
|
|
48
|
+
*/
|
|
49
|
+
export declare type IDetachedBlobStorage = Pick<IDocumentStorageService, "createBlob" | "readBlob"> & {
|
|
50
|
+
size: number;
|
|
51
|
+
/**
|
|
52
|
+
* Return an array of all blob IDs present in storage
|
|
53
|
+
*/
|
|
54
|
+
getBlobIds(): string[];
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* @deprecated IFluidModuleWithDetails interface is moved to
|
|
59
|
+
* {@link @fluidframework/container-definitions#IFluidModuleWithDetails}
|
|
60
|
+
* to have all the code loading modules in one package. #8193
|
|
61
|
+
* Encapsulates a module entry point with corresponding code details.
|
|
62
|
+
* @alpha
|
|
63
|
+
*/
|
|
64
|
+
export declare interface IFluidModuleWithDetails {
|
|
65
|
+
/** Fluid code module that implements the runtime factory needed to instantiate the container runtime. */
|
|
66
|
+
module: IFluidModule;
|
|
67
|
+
/**
|
|
68
|
+
* Code details associated with the module. Represents a document schema this module supports.
|
|
69
|
+
* If the code loader implements the {@link @fluidframework/core-interfaces#IFluidCodeDetailsComparer} interface,
|
|
70
|
+
* it'll be called to determine whether the module code details satisfy the new code proposal in the quorum.
|
|
71
|
+
*/
|
|
72
|
+
details: IFluidCodeDetails;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* @alpha
|
|
77
|
+
*/
|
|
78
|
+
export declare interface ILoaderOptions extends ILoaderOptions_2 {
|
|
79
|
+
summarizeProtocolTree?: boolean;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Services and properties necessary for creating a loader
|
|
84
|
+
* @alpha
|
|
85
|
+
*/
|
|
86
|
+
export declare interface ILoaderProps {
|
|
87
|
+
/**
|
|
88
|
+
* The url resolver used by the loader for resolving external urls
|
|
89
|
+
* into Fluid urls such that the container specified by the
|
|
90
|
+
* external url can be loaded.
|
|
91
|
+
*/
|
|
92
|
+
readonly urlResolver: IUrlResolver;
|
|
93
|
+
/**
|
|
94
|
+
* The document service factory take the Fluid url provided
|
|
95
|
+
* by the resolved url and constructs all the necessary services
|
|
96
|
+
* for communication with the container's server.
|
|
97
|
+
*/
|
|
98
|
+
readonly documentServiceFactory: IDocumentServiceFactory;
|
|
99
|
+
/**
|
|
100
|
+
* The code loader handles loading the necessary code
|
|
101
|
+
* for running a container once it is loaded.
|
|
102
|
+
*/
|
|
103
|
+
readonly codeLoader: ICodeDetailsLoader;
|
|
104
|
+
/**
|
|
105
|
+
* A property bag of options used by various layers
|
|
106
|
+
* to control features
|
|
107
|
+
*/
|
|
108
|
+
readonly options?: ILoaderOptions;
|
|
109
|
+
/**
|
|
110
|
+
* Scope is provided to all container and is a set of shared
|
|
111
|
+
* services for container's to integrate with their host environment.
|
|
112
|
+
*/
|
|
113
|
+
readonly scope?: FluidObject;
|
|
114
|
+
/**
|
|
115
|
+
* The logger that all telemetry should be pushed to.
|
|
116
|
+
*/
|
|
117
|
+
readonly logger?: ITelemetryBaseLogger;
|
|
118
|
+
/**
|
|
119
|
+
* Blobs storage for detached containers.
|
|
120
|
+
*/
|
|
121
|
+
readonly detachedBlobStorage?: IDetachedBlobStorage;
|
|
122
|
+
/**
|
|
123
|
+
* The configuration provider which may be used to control features.
|
|
124
|
+
*/
|
|
125
|
+
readonly configProvider?: IConfigProviderBase;
|
|
126
|
+
/**
|
|
127
|
+
* Optional property for allowing the container to use a custom
|
|
128
|
+
* protocol implementation for handling the quorum and/or the audience.
|
|
129
|
+
*/
|
|
130
|
+
readonly protocolHandlerBuilder?: ProtocolHandlerBuilder;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Services and properties used by and exposed by the loader
|
|
135
|
+
* @alpha
|
|
136
|
+
*/
|
|
137
|
+
export declare interface ILoaderServices {
|
|
138
|
+
/**
|
|
139
|
+
* The url resolver used by the loader for resolving external urls
|
|
140
|
+
* into Fluid urls such that the container specified by the
|
|
141
|
+
* external url can be loaded.
|
|
142
|
+
*/
|
|
143
|
+
readonly urlResolver: IUrlResolver;
|
|
144
|
+
/**
|
|
145
|
+
* The document service factory take the Fluid url provided
|
|
146
|
+
* by the resolved url and constructs all the necessary services
|
|
147
|
+
* for communication with the container's server.
|
|
148
|
+
*/
|
|
149
|
+
readonly documentServiceFactory: IDocumentServiceFactory;
|
|
150
|
+
/**
|
|
151
|
+
* The code loader handles loading the necessary code
|
|
152
|
+
* for running a container once it is loaded.
|
|
153
|
+
*/
|
|
154
|
+
readonly codeLoader: ICodeDetailsLoader;
|
|
155
|
+
/**
|
|
156
|
+
* A property bag of options used by various layers
|
|
157
|
+
* to control features
|
|
158
|
+
*/
|
|
159
|
+
readonly options: ILoaderOptions;
|
|
160
|
+
/**
|
|
161
|
+
* Scope is provided to all container and is a set of shared
|
|
162
|
+
* services for container's to integrate with their host environment.
|
|
163
|
+
*/
|
|
164
|
+
readonly scope: FluidObject;
|
|
165
|
+
/**
|
|
166
|
+
* The logger downstream consumers should construct their loggers from
|
|
167
|
+
*/
|
|
168
|
+
readonly subLogger: ITelemetryLoggerExt;
|
|
169
|
+
/**
|
|
170
|
+
* Blobs storage for detached containers.
|
|
171
|
+
*/
|
|
172
|
+
readonly detachedBlobStorage?: IDetachedBlobStorage;
|
|
173
|
+
/**
|
|
174
|
+
* Optional property for allowing the container to use a custom
|
|
175
|
+
* protocol implementation for handling the quorum and/or the audience.
|
|
176
|
+
*/
|
|
177
|
+
readonly protocolHandlerBuilder?: ProtocolHandlerBuilder;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/* Excluded from this release type: ILocationRedirectionError */
|
|
181
|
+
|
|
182
|
+
/* Excluded from this release type: IParsedUrl */
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* @alpha
|
|
186
|
+
*/
|
|
187
|
+
export declare interface IProtocolHandler extends IProtocolHandler_2 {
|
|
188
|
+
readonly audience: IAudienceOwner;
|
|
189
|
+
processSignal(message: ISignalMessage): any;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
/* Excluded from this release type: isLocationRedirectionError */
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* Manages Fluid resource loading
|
|
196
|
+
* @alpha
|
|
197
|
+
*/
|
|
198
|
+
export declare class Loader implements IHostLoader {
|
|
199
|
+
readonly services: ILoaderServices;
|
|
200
|
+
private readonly mc;
|
|
201
|
+
constructor(loaderProps: ILoaderProps);
|
|
202
|
+
createDetachedContainer(codeDetails: IFluidCodeDetails, createDetachedProps?: {
|
|
203
|
+
canReconnect?: boolean;
|
|
204
|
+
clientDetailsOverride?: IClientDetails;
|
|
205
|
+
}): Promise<IContainer>;
|
|
206
|
+
rehydrateDetachedContainerFromSnapshot(snapshot: string, createDetachedProps?: {
|
|
207
|
+
canReconnect?: boolean;
|
|
208
|
+
clientDetailsOverride?: IClientDetails;
|
|
209
|
+
}): Promise<IContainer>;
|
|
210
|
+
resolve(request: IRequest, pendingLocalState?: string): Promise<IContainer>;
|
|
211
|
+
private resolveCore;
|
|
212
|
+
private loadContainer;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* Function to be used for creating a protocol handler.
|
|
217
|
+
* @alpha
|
|
218
|
+
*/
|
|
219
|
+
export declare type ProtocolHandlerBuilder = (attributes: IDocumentAttributes, snapshot: IQuorumSnapshot, sendProposal: (key: string, value: any) => number) => IProtocolHandler;
|
|
220
|
+
|
|
221
|
+
/* Excluded from this release type: resolveWithLocationRedirectionHandling */
|
|
222
|
+
|
|
223
|
+
/* Excluded from this release type: tryParseCompatibleResolvedUrl */
|
|
224
|
+
|
|
225
|
+
/* Excluded from this release type: waitContainerToCatchUp */
|
|
226
|
+
|
|
227
|
+
export { }
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
2
|
+
import { IAudienceOwner } from '@fluidframework/container-definitions';
|
|
3
|
+
import { IClientDetails } from '@fluidframework/protocol-definitions';
|
|
4
|
+
import { IConfigProviderBase } from '@fluidframework/core-interfaces';
|
|
5
|
+
import { IContainer } from '@fluidframework/container-definitions';
|
|
6
|
+
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 { IHostLoader } from '@fluidframework/container-definitions';
|
|
12
|
+
import { ILoaderOptions as ILoaderOptions_2 } from '@fluidframework/container-definitions';
|
|
13
|
+
import { ILocationRedirectionError } from '@fluidframework/driver-definitions';
|
|
14
|
+
import { IProtocolHandler as IProtocolHandler_2 } from '@fluidframework/protocol-base';
|
|
15
|
+
import { IProvideFluidCodeDetailsComparer } from '@fluidframework/container-definitions';
|
|
16
|
+
import { IQuorumSnapshot } from '@fluidframework/protocol-base';
|
|
17
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
18
|
+
import { ISignalMessage } from '@fluidframework/protocol-definitions';
|
|
19
|
+
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
20
|
+
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
|
|
21
|
+
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
22
|
+
|
|
23
|
+
/* Excluded from this release type: ConnectionState */
|
|
24
|
+
|
|
25
|
+
/* Excluded from this release type: FluidObject */
|
|
26
|
+
|
|
27
|
+
/* Excluded from this release type: IAudienceOwner */
|
|
28
|
+
|
|
29
|
+
/* Excluded from this release type: ICodeDetailsLoader */
|
|
30
|
+
|
|
31
|
+
/* Excluded from this release type: IConfigProviderBase */
|
|
32
|
+
|
|
33
|
+
/* Excluded from this release type: IContainer */
|
|
34
|
+
|
|
35
|
+
/* Excluded from this release type: IContainerExperimental */
|
|
36
|
+
|
|
37
|
+
/* Excluded from this release type: IDetachedBlobStorage */
|
|
38
|
+
|
|
39
|
+
/* Excluded from this release type: IDocumentServiceFactory */
|
|
40
|
+
|
|
41
|
+
/* Excluded from this release type: IDocumentStorageService */
|
|
42
|
+
|
|
43
|
+
/* Excluded from this release type: IFluidCodeDetails */
|
|
44
|
+
|
|
45
|
+
/* Excluded from this release type: IFluidModule */
|
|
46
|
+
|
|
47
|
+
/* Excluded from this release type: IFluidModuleWithDetails */
|
|
48
|
+
|
|
49
|
+
/* Excluded from this release type: IHostLoader */
|
|
50
|
+
|
|
51
|
+
/* Excluded from this release type: ILoaderOptions */
|
|
52
|
+
|
|
53
|
+
/* Excluded from this release type: ILoaderOptions_2 */
|
|
54
|
+
|
|
55
|
+
/* Excluded from this release type: ILoaderProps */
|
|
56
|
+
|
|
57
|
+
/* Excluded from this release type: ILoaderServices */
|
|
58
|
+
|
|
59
|
+
/* Excluded from this release type: ILocationRedirectionError */
|
|
60
|
+
|
|
61
|
+
/* Excluded from this release type: IParsedUrl */
|
|
62
|
+
|
|
63
|
+
/* Excluded from this release type: IProtocolHandler */
|
|
64
|
+
|
|
65
|
+
/* Excluded from this release type: IProvideFluidCodeDetailsComparer */
|
|
66
|
+
|
|
67
|
+
/* Excluded from this release type: IRequest */
|
|
68
|
+
|
|
69
|
+
/* Excluded from this release type: isLocationRedirectionError */
|
|
70
|
+
|
|
71
|
+
/* Excluded from this release type: ITelemetryBaseLogger */
|
|
72
|
+
|
|
73
|
+
/* Excluded from this release type: ITelemetryLoggerExt */
|
|
74
|
+
|
|
75
|
+
/* Excluded from this release type: IUrlResolver */
|
|
76
|
+
|
|
77
|
+
/* Excluded from this release type: Loader */
|
|
78
|
+
|
|
79
|
+
/* Excluded from this release type: ProtocolHandlerBuilder */
|
|
80
|
+
|
|
81
|
+
/* Excluded from this release type: resolveWithLocationRedirectionHandling */
|
|
82
|
+
|
|
83
|
+
/* Excluded from this release type: tryParseCompatibleResolvedUrl */
|
|
84
|
+
|
|
85
|
+
/* Excluded from this release type: waitContainerToCatchUp */
|
|
86
|
+
|
|
87
|
+
export { }
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
2
|
+
import { IAudienceOwner } from '@fluidframework/container-definitions';
|
|
3
|
+
import { IClientDetails } from '@fluidframework/protocol-definitions';
|
|
4
|
+
import { IConfigProviderBase } from '@fluidframework/core-interfaces';
|
|
5
|
+
import { IContainer } from '@fluidframework/container-definitions';
|
|
6
|
+
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 { IHostLoader } from '@fluidframework/container-definitions';
|
|
12
|
+
import { ILoaderOptions as ILoaderOptions_2 } from '@fluidframework/container-definitions';
|
|
13
|
+
import { ILocationRedirectionError } from '@fluidframework/driver-definitions';
|
|
14
|
+
import { IProtocolHandler as IProtocolHandler_2 } from '@fluidframework/protocol-base';
|
|
15
|
+
import { IProvideFluidCodeDetailsComparer } from '@fluidframework/container-definitions';
|
|
16
|
+
import { IQuorumSnapshot } from '@fluidframework/protocol-base';
|
|
17
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
18
|
+
import { ISignalMessage } from '@fluidframework/protocol-definitions';
|
|
19
|
+
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
20
|
+
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
|
|
21
|
+
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
22
|
+
|
|
23
|
+
/* Excluded from this release type: ConnectionState */
|
|
24
|
+
|
|
25
|
+
/* Excluded from this release type: FluidObject */
|
|
26
|
+
|
|
27
|
+
/* Excluded from this release type: IAudienceOwner */
|
|
28
|
+
|
|
29
|
+
/* Excluded from this release type: ICodeDetailsLoader */
|
|
30
|
+
|
|
31
|
+
/* Excluded from this release type: IConfigProviderBase */
|
|
32
|
+
|
|
33
|
+
/* Excluded from this release type: IContainer */
|
|
34
|
+
|
|
35
|
+
/* Excluded from this release type: IContainerExperimental */
|
|
36
|
+
|
|
37
|
+
/* Excluded from this release type: IDetachedBlobStorage */
|
|
38
|
+
|
|
39
|
+
/* Excluded from this release type: IDocumentServiceFactory */
|
|
40
|
+
|
|
41
|
+
/* Excluded from this release type: IDocumentStorageService */
|
|
42
|
+
|
|
43
|
+
/* Excluded from this release type: IFluidCodeDetails */
|
|
44
|
+
|
|
45
|
+
/* Excluded from this release type: IFluidModule */
|
|
46
|
+
|
|
47
|
+
/* Excluded from this release type: IFluidModuleWithDetails */
|
|
48
|
+
|
|
49
|
+
/* Excluded from this release type: IHostLoader */
|
|
50
|
+
|
|
51
|
+
/* Excluded from this release type: ILoaderOptions */
|
|
52
|
+
|
|
53
|
+
/* Excluded from this release type: ILoaderOptions_2 */
|
|
54
|
+
|
|
55
|
+
/* Excluded from this release type: ILoaderProps */
|
|
56
|
+
|
|
57
|
+
/* Excluded from this release type: ILoaderServices */
|
|
58
|
+
|
|
59
|
+
/* Excluded from this release type: ILocationRedirectionError */
|
|
60
|
+
|
|
61
|
+
/* Excluded from this release type: IParsedUrl */
|
|
62
|
+
|
|
63
|
+
/* Excluded from this release type: IProtocolHandler */
|
|
64
|
+
|
|
65
|
+
/* Excluded from this release type: IProvideFluidCodeDetailsComparer */
|
|
66
|
+
|
|
67
|
+
/* Excluded from this release type: IRequest */
|
|
68
|
+
|
|
69
|
+
/* Excluded from this release type: isLocationRedirectionError */
|
|
70
|
+
|
|
71
|
+
/* Excluded from this release type: ITelemetryBaseLogger */
|
|
72
|
+
|
|
73
|
+
/* Excluded from this release type: ITelemetryLoggerExt */
|
|
74
|
+
|
|
75
|
+
/* Excluded from this release type: IUrlResolver */
|
|
76
|
+
|
|
77
|
+
/* Excluded from this release type: Loader */
|
|
78
|
+
|
|
79
|
+
/* Excluded from this release type: ProtocolHandlerBuilder */
|
|
80
|
+
|
|
81
|
+
/* Excluded from this release type: resolveWithLocationRedirectionHandling */
|
|
82
|
+
|
|
83
|
+
/* Excluded from this release type: tryParseCompatibleResolvedUrl */
|
|
84
|
+
|
|
85
|
+
/* Excluded from this release type: waitContainerToCatchUp */
|
|
86
|
+
|
|
87
|
+
export { }
|