@fluidframework/container-loader 2.0.0-internal.7.3.0 → 2.0.0-internal.7.4.1

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