@fluidframework/runtime-utils 2.0.0-dev-rc.3.0.0.254513 → 2.0.0-dev-rc.3.0.0.254674

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.
@@ -0,0 +1,16 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // alpha APIs
12
+ RequestParser,
13
+ RuntimeFactoryHelper,
14
+ SummaryTreeBuilder,
15
+ convertToSummaryTreeWithStats
16
+ } from "./index.js";
package/dist/beta.d.ts ADDED
@@ -0,0 +1,9 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
@@ -0,0 +1,9 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
package/lib/alpha.d.ts ADDED
@@ -0,0 +1,16 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // alpha APIs
12
+ RequestParser,
13
+ RuntimeFactoryHelper,
14
+ SummaryTreeBuilder,
15
+ convertToSummaryTreeWithStats
16
+ } from "./index.js";
package/lib/beta.d.ts ADDED
@@ -0,0 +1,9 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
@@ -0,0 +1,9 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/runtime-utils",
3
- "version": "2.0.0-dev-rc.3.0.0.254513",
3
+ "version": "2.0.0-dev-rc.3.0.0.254674",
4
4
  "description": "Collection of utility functions for Fluid Runtime",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,21 +15,21 @@
15
15
  "exports": {
16
16
  ".": {
17
17
  "import": {
18
- "types": "./lib/runtime-utils-public.d.ts",
18
+ "types": "./lib/public.d.ts",
19
19
  "default": "./lib/index.js"
20
20
  },
21
21
  "require": {
22
- "types": "./dist/runtime-utils-public.d.ts",
22
+ "types": "./dist/public.d.ts",
23
23
  "default": "./dist/index.js"
24
24
  }
25
25
  },
26
26
  "./alpha": {
27
27
  "import": {
28
- "types": "./lib/runtime-utils-alpha.d.ts",
28
+ "types": "./lib/alpha.d.ts",
29
29
  "default": "./lib/index.js"
30
30
  },
31
31
  "require": {
32
- "types": "./dist/runtime-utils-alpha.d.ts",
32
+ "types": "./dist/alpha.d.ts",
33
33
  "default": "./dist/index.js"
34
34
  }
35
35
  },
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "main": "dist/index.js",
48
- "types": "./dist/runtime-utils-public.d.ts",
48
+ "types": "./dist/public.d.ts",
49
49
  "c8": {
50
50
  "all": true,
51
51
  "cache-dir": "nyc/.cache",
@@ -67,21 +67,21 @@
67
67
  "temp-directory": "nyc/.nyc_output"
68
68
  },
69
69
  "dependencies": {
70
- "@fluid-internal/client-utils": "2.0.0-dev-rc.3.0.0.254513",
71
- "@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254513",
72
- "@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.3.0.0.254513",
73
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254513",
74
- "@fluidframework/core-utils": "2.0.0-dev-rc.3.0.0.254513",
75
- "@fluidframework/datastore-definitions": "2.0.0-dev-rc.3.0.0.254513",
76
- "@fluidframework/driver-utils": "2.0.0-dev-rc.3.0.0.254513",
70
+ "@fluid-internal/client-utils": "2.0.0-dev-rc.3.0.0.254674",
71
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254674",
72
+ "@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.3.0.0.254674",
73
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254674",
74
+ "@fluidframework/core-utils": "2.0.0-dev-rc.3.0.0.254674",
75
+ "@fluidframework/datastore-definitions": "2.0.0-dev-rc.3.0.0.254674",
76
+ "@fluidframework/driver-utils": "2.0.0-dev-rc.3.0.0.254674",
77
77
  "@fluidframework/protocol-definitions": "^3.2.0",
78
- "@fluidframework/runtime-definitions": "2.0.0-dev-rc.3.0.0.254513",
79
- "@fluidframework/telemetry-utils": "2.0.0-dev-rc.3.0.0.254513"
78
+ "@fluidframework/runtime-definitions": "2.0.0-dev-rc.3.0.0.254674",
79
+ "@fluidframework/telemetry-utils": "2.0.0-dev-rc.3.0.0.254674"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@arethetypeswrong/cli": "^0.15.2",
83
83
  "@biomejs/biome": "^1.6.2",
84
- "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.254513",
84
+ "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.254674",
85
85
  "@fluid-tools/build-cli": "^0.35.0",
86
86
  "@fluidframework/build-common": "^2.0.3",
87
87
  "@fluidframework/build-tools": "^0.35.0",
@@ -105,18 +105,6 @@
105
105
  "ts-node": "^10.9.1",
106
106
  "typescript": "~5.1.6"
107
107
  },
108
- "fluidBuild": {
109
- "tasks": {
110
- "build:docs": {
111
- "dependsOn": [
112
- "...",
113
- "api-extractor:commonjs",
114
- "api-extractor:esnext"
115
- ],
116
- "script": false
117
- }
118
- }
119
- },
120
108
  "typeValidation": {
121
109
  "broken": {
122
110
  "RemovedFunctionDeclaration_addTreeToSummary": {
@@ -127,12 +115,12 @@
127
115
  },
128
116
  "scripts": {
129
117
  "api": "fluid-build . --task api",
130
- "api-extractor:commonjs": "api-extractor run --config ./api-extractor-cjs.json",
131
- "api-extractor:esnext": "api-extractor run --local",
118
+ "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
119
+ "api-extractor:esnext": "flub generate entrypoints --outDir ./lib",
132
120
  "build": "fluid-build . --task build",
133
121
  "build:commonjs": "fluid-build . --task commonjs",
134
122
  "build:compile": "fluid-build . --task compile",
135
- "build:docs": "fluid-build . --task api",
123
+ "build:docs": "api-extractor run --local",
136
124
  "build:esnext": "tsc --project ./tsconfig.json",
137
125
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
138
126
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
@@ -1,8 +0,0 @@
1
- {
2
- "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "../../../common/build/build-common/api-extractor-base.cjs.primary.json",
4
- // CJS is actually secondary; so, no report.
5
- "apiReport": {
6
- "enabled": false
7
- }
8
- }
@@ -1,161 +0,0 @@
1
- import { IChannelStorageService } from '@fluidframework/datastore-definitions';
2
- import { IContainerContext } from '@fluidframework/container-definitions/internal';
3
- import { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
4
- import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions/internal';
5
- import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
6
- import { IFluidHandleContext } from '@fluidframework/core-interfaces';
7
- import { IGarbageCollectionData } from '@fluidframework/runtime-definitions';
8
- import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
9
- import { IRequest } from '@fluidframework/core-interfaces';
10
- import { IRequestHeader } from '@fluidframework/core-interfaces';
11
- import { IResponse } from '@fluidframework/core-interfaces';
12
- import { IRuntime } from '@fluidframework/container-definitions/internal';
13
- import { IRuntimeFactory } from '@fluidframework/container-definitions/internal';
14
- import { ISnapshotTree } from '@fluidframework/protocol-definitions';
15
- import { ISnapshotTreeWithBlobContents } from '@fluidframework/container-definitions/internal';
16
- import { ISummarizeResult } from '@fluidframework/runtime-definitions/internal';
17
- import { ISummaryBlob } from '@fluidframework/protocol-definitions';
18
- import { ISummaryStats } from '@fluidframework/runtime-definitions';
19
- import { ISummaryTree } from '@fluidframework/protocol-definitions';
20
- import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
21
- import { ITelemetryContext } from '@fluidframework/runtime-definitions';
22
- import { ITree } from '@fluidframework/protocol-definitions';
23
- import { SummaryObject } from '@fluidframework/protocol-definitions';
24
- import { SummaryType } from '@fluidframework/protocol-definitions';
25
- import type { TelemetryBaseEventPropertyType } from '@fluidframework/core-interfaces';
26
-
27
- /* Excluded from this release type: addBlobToSummary */
28
-
29
- /* Excluded from this release type: addSummarizeResultToSummary */
30
-
31
- /* Excluded from this release type: calculateStats */
32
-
33
- /* Excluded from this release type: convertSnapshotTreeToSummaryTree */
34
-
35
- /* Excluded from this release type: convertSummaryTreeToITree */
36
-
37
- /* Excluded from this release type: convertToSummaryTree */
38
-
39
- /**
40
- * Converts snapshot ITree to ISummaryTree format and tracks stats.
41
- * @param snapshot - snapshot in ITree format
42
- * @param fullTree - true to never use handles, even if id is specified
43
- * @alpha
44
- */
45
- export declare function convertToSummaryTreeWithStats(snapshot: ITree, fullTree?: boolean): ISummaryTreeWithStats;
46
-
47
- /* Excluded from this release type: create404Response */
48
-
49
- /* Excluded from this release type: createDataStoreFactory */
50
-
51
- /* Excluded from this release type: createResponseError */
52
-
53
- /* Excluded from this release type: encodeCompactIdToString */
54
-
55
- /* Excluded from this release type: exceptionToResponse */
56
-
57
- /* Excluded from this release type: Factory */
58
-
59
- /* Excluded from this release type: GCDataBuilder */
60
-
61
- /* Excluded from this release type: generateHandleContextPath */
62
-
63
- /* Excluded from this release type: getBlobSize */
64
-
65
- /* Excluded from this release type: getNormalizedObjectStoragePathParts */
66
-
67
- /* Excluded from this release type: ISerializedHandle */
68
-
69
- /* Excluded from this release type: isSerializedHandle */
70
-
71
- /* Excluded from this release type: listBlobsAtTreePath */
72
-
73
- /* Excluded from this release type: mergeStats */
74
-
75
- /* Excluded from this release type: ObjectStoragePartition */
76
-
77
- /* Excluded from this release type: processAttachMessageGCData */
78
-
79
- /* Excluded from this release type: ReadAndParseBlob */
80
-
81
- /**
82
- * The Request Parser takes an IRequest provides parsing and sub request creation
83
- * @alpha
84
- */
85
- export declare class RequestParser implements IRequest {
86
- private readonly request;
87
- /**
88
- * Splits the path of the url and decodes each path part
89
- * @param url - the url to get path parts of
90
- */
91
- static getPathParts(url: string): readonly string[];
92
- private requestPathParts;
93
- readonly query: string;
94
- static create(request: Readonly<IRequest>): RequestParser;
95
- protected constructor(request: Readonly<IRequest>);
96
- get url(): string;
97
- get headers(): IRequestHeader | undefined;
98
- /**
99
- * Returns the decoded path parts of the request's url
100
- */
101
- get pathParts(): readonly string[];
102
- /**
103
- * Returns true if it's a terminating path, i.e. no more elements after `elements` entries and empty query.
104
- * @param elements - number of elements in path
105
- */
106
- isLeaf(elements: number): boolean;
107
- /**
108
- * Creates a sub request starting at a specific path part of this request's url
109
- * The sub request url always has a leading slash, and always include query params if original url has any
110
- * e.g. original url is /a/b/?queryParams, createSubRequest(0) is /a/b/?queryParams
111
- * createSubRequest(1) is /b/?queryParams
112
- * createSubRequest(2) is /?queryParams
113
- * createSubRequest(n) where n is bigger than parts length, e.g. 2, or n is less than 0 will throw an exception
114
- *
115
- * note: query params are not counted towards path parts.
116
- *
117
- * @param startingPathIndex - The index of the first path part of the sub request
118
- */
119
- createSubRequest(startingPathIndex: number): IRequest;
120
- }
121
-
122
- /* Excluded from this release type: responseToException */
123
-
124
- /**
125
- * @alpha
126
- */
127
- export declare abstract class RuntimeFactoryHelper<T = IContainerRuntime> implements IRuntimeFactory {
128
- get IRuntimeFactory(): this;
129
- instantiateRuntime(context: IContainerContext, existing: boolean): Promise<IRuntime>;
130
- abstract preInitialize(context: IContainerContext, existing: boolean): Promise<IRuntime & T>;
131
- instantiateFirstTime(_runtime: T): Promise<void>;
132
- instantiateFromExisting(_runtime: T): Promise<void>;
133
- hasInitialized(_runtime: T): Promise<void>;
134
- }
135
-
136
- /* Excluded from this release type: seqFromTree */
137
-
138
- /**
139
- * @alpha
140
- */
141
- export declare class SummaryTreeBuilder implements ISummaryTreeWithStats {
142
- private attachmentCounter;
143
- get summary(): ISummaryTree;
144
- get stats(): Readonly<ISummaryStats>;
145
- constructor();
146
- private readonly summaryTree;
147
- private summaryStats;
148
- addBlob(key: string, content: string | Uint8Array): void;
149
- addHandle(key: string, handleType: SummaryType.Tree | SummaryType.Blob | SummaryType.Attachment, handle: string): void;
150
- addWithStats(key: string, summarizeResult: ISummarizeResult): void;
151
- addAttachment(id: string): void;
152
- getSummaryTree(): ISummaryTreeWithStats;
153
- }
154
-
155
- /* Excluded from this release type: TelemetryContext */
156
-
157
- /* Excluded from this release type: unpackChildNodesUsedRoutes */
158
-
159
- /* Excluded from this release type: utf8ByteLength */
160
-
161
- export { }
@@ -1,109 +0,0 @@
1
- import { IChannelStorageService } from '@fluidframework/datastore-definitions';
2
- import { IContainerContext } from '@fluidframework/container-definitions/internal';
3
- import { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
4
- import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions/internal';
5
- import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
6
- import { IFluidHandleContext } from '@fluidframework/core-interfaces';
7
- import { IGarbageCollectionData } from '@fluidframework/runtime-definitions';
8
- import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
9
- import { IRequest } from '@fluidframework/core-interfaces';
10
- import { IRequestHeader } from '@fluidframework/core-interfaces';
11
- import { IResponse } from '@fluidframework/core-interfaces';
12
- import { IRuntime } from '@fluidframework/container-definitions/internal';
13
- import { IRuntimeFactory } from '@fluidframework/container-definitions/internal';
14
- import { ISnapshotTree } from '@fluidframework/protocol-definitions';
15
- import { ISnapshotTreeWithBlobContents } from '@fluidframework/container-definitions/internal';
16
- import { ISummarizeResult } from '@fluidframework/runtime-definitions/internal';
17
- import { ISummaryBlob } from '@fluidframework/protocol-definitions';
18
- import { ISummaryStats } from '@fluidframework/runtime-definitions';
19
- import { ISummaryTree } from '@fluidframework/protocol-definitions';
20
- import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
21
- import { ITelemetryContext } from '@fluidframework/runtime-definitions';
22
- import { ITree } from '@fluidframework/protocol-definitions';
23
- import { SummaryObject } from '@fluidframework/protocol-definitions';
24
- import { SummaryType } from '@fluidframework/protocol-definitions';
25
- import type { TelemetryBaseEventPropertyType } from '@fluidframework/core-interfaces';
26
-
27
- /* Excluded from this release type: addBlobToSummary */
28
-
29
- /* Excluded from this release type: addSummarizeResultToSummary */
30
-
31
- /* Excluded from this release type: calculateStats */
32
-
33
- /* Excluded from this release type: convertSnapshotTreeToSummaryTree */
34
-
35
- /* Excluded from this release type: convertSummaryTreeToITree */
36
-
37
- /* Excluded from this release type: convertToSummaryTree */
38
-
39
- /* Excluded from this release type: convertToSummaryTreeWithStats */
40
-
41
- /* Excluded from this release type: create404Response */
42
-
43
- /* Excluded from this release type: createDataStoreFactory */
44
-
45
- /* Excluded from this release type: createResponseError */
46
-
47
- /* Excluded from this release type: encodeCompactIdToString */
48
-
49
- /* Excluded from this release type: exceptionToResponse */
50
-
51
- /* Excluded from this release type: Factory */
52
-
53
- /* Excluded from this release type: GCDataBuilder */
54
-
55
- /* Excluded from this release type: generateHandleContextPath */
56
-
57
- /* Excluded from this release type: getBlobSize */
58
-
59
- /* Excluded from this release type: getNormalizedObjectStoragePathParts */
60
-
61
- /* Excluded from this release type: IContainerContext */
62
-
63
- /* Excluded from this release type: IContainerRuntime */
64
-
65
- /* Excluded from this release type: IFluidDataStoreFactory */
66
-
67
- /* Excluded from this release type: IFluidDataStoreRegistry */
68
-
69
- /* Excluded from this release type: IProvideFluidDataStoreRegistry */
70
-
71
- /* Excluded from this release type: IRuntime */
72
-
73
- /* Excluded from this release type: IRuntimeFactory */
74
-
75
- /* Excluded from this release type: ISerializedHandle */
76
-
77
- /* Excluded from this release type: ISnapshotTreeWithBlobContents */
78
-
79
- /* Excluded from this release type: isSerializedHandle */
80
-
81
- /* Excluded from this release type: ISummarizeResult */
82
-
83
- /* Excluded from this release type: listBlobsAtTreePath */
84
-
85
- /* Excluded from this release type: mergeStats */
86
-
87
- /* Excluded from this release type: ObjectStoragePartition */
88
-
89
- /* Excluded from this release type: processAttachMessageGCData */
90
-
91
- /* Excluded from this release type: ReadAndParseBlob */
92
-
93
- /* Excluded from this release type: RequestParser */
94
-
95
- /* Excluded from this release type: responseToException */
96
-
97
- /* Excluded from this release type: RuntimeFactoryHelper */
98
-
99
- /* Excluded from this release type: seqFromTree */
100
-
101
- /* Excluded from this release type: SummaryTreeBuilder */
102
-
103
- /* Excluded from this release type: TelemetryContext */
104
-
105
- /* Excluded from this release type: unpackChildNodesUsedRoutes */
106
-
107
- /* Excluded from this release type: utf8ByteLength */
108
-
109
- export { }
@@ -1,109 +0,0 @@
1
- import { IChannelStorageService } from '@fluidframework/datastore-definitions';
2
- import { IContainerContext } from '@fluidframework/container-definitions/internal';
3
- import { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
4
- import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions/internal';
5
- import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
6
- import { IFluidHandleContext } from '@fluidframework/core-interfaces';
7
- import { IGarbageCollectionData } from '@fluidframework/runtime-definitions';
8
- import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
9
- import { IRequest } from '@fluidframework/core-interfaces';
10
- import { IRequestHeader } from '@fluidframework/core-interfaces';
11
- import { IResponse } from '@fluidframework/core-interfaces';
12
- import { IRuntime } from '@fluidframework/container-definitions/internal';
13
- import { IRuntimeFactory } from '@fluidframework/container-definitions/internal';
14
- import { ISnapshotTree } from '@fluidframework/protocol-definitions';
15
- import { ISnapshotTreeWithBlobContents } from '@fluidframework/container-definitions/internal';
16
- import { ISummarizeResult } from '@fluidframework/runtime-definitions/internal';
17
- import { ISummaryBlob } from '@fluidframework/protocol-definitions';
18
- import { ISummaryStats } from '@fluidframework/runtime-definitions';
19
- import { ISummaryTree } from '@fluidframework/protocol-definitions';
20
- import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
21
- import { ITelemetryContext } from '@fluidframework/runtime-definitions';
22
- import { ITree } from '@fluidframework/protocol-definitions';
23
- import { SummaryObject } from '@fluidframework/protocol-definitions';
24
- import { SummaryType } from '@fluidframework/protocol-definitions';
25
- import type { TelemetryBaseEventPropertyType } from '@fluidframework/core-interfaces';
26
-
27
- /* Excluded from this release type: addBlobToSummary */
28
-
29
- /* Excluded from this release type: addSummarizeResultToSummary */
30
-
31
- /* Excluded from this release type: calculateStats */
32
-
33
- /* Excluded from this release type: convertSnapshotTreeToSummaryTree */
34
-
35
- /* Excluded from this release type: convertSummaryTreeToITree */
36
-
37
- /* Excluded from this release type: convertToSummaryTree */
38
-
39
- /* Excluded from this release type: convertToSummaryTreeWithStats */
40
-
41
- /* Excluded from this release type: create404Response */
42
-
43
- /* Excluded from this release type: createDataStoreFactory */
44
-
45
- /* Excluded from this release type: createResponseError */
46
-
47
- /* Excluded from this release type: encodeCompactIdToString */
48
-
49
- /* Excluded from this release type: exceptionToResponse */
50
-
51
- /* Excluded from this release type: Factory */
52
-
53
- /* Excluded from this release type: GCDataBuilder */
54
-
55
- /* Excluded from this release type: generateHandleContextPath */
56
-
57
- /* Excluded from this release type: getBlobSize */
58
-
59
- /* Excluded from this release type: getNormalizedObjectStoragePathParts */
60
-
61
- /* Excluded from this release type: IContainerContext */
62
-
63
- /* Excluded from this release type: IContainerRuntime */
64
-
65
- /* Excluded from this release type: IFluidDataStoreFactory */
66
-
67
- /* Excluded from this release type: IFluidDataStoreRegistry */
68
-
69
- /* Excluded from this release type: IProvideFluidDataStoreRegistry */
70
-
71
- /* Excluded from this release type: IRuntime */
72
-
73
- /* Excluded from this release type: IRuntimeFactory */
74
-
75
- /* Excluded from this release type: ISerializedHandle */
76
-
77
- /* Excluded from this release type: ISnapshotTreeWithBlobContents */
78
-
79
- /* Excluded from this release type: isSerializedHandle */
80
-
81
- /* Excluded from this release type: ISummarizeResult */
82
-
83
- /* Excluded from this release type: listBlobsAtTreePath */
84
-
85
- /* Excluded from this release type: mergeStats */
86
-
87
- /* Excluded from this release type: ObjectStoragePartition */
88
-
89
- /* Excluded from this release type: processAttachMessageGCData */
90
-
91
- /* Excluded from this release type: ReadAndParseBlob */
92
-
93
- /* Excluded from this release type: RequestParser */
94
-
95
- /* Excluded from this release type: responseToException */
96
-
97
- /* Excluded from this release type: RuntimeFactoryHelper */
98
-
99
- /* Excluded from this release type: seqFromTree */
100
-
101
- /* Excluded from this release type: SummaryTreeBuilder */
102
-
103
- /* Excluded from this release type: TelemetryContext */
104
-
105
- /* Excluded from this release type: unpackChildNodesUsedRoutes */
106
-
107
- /* Excluded from this release type: utf8ByteLength */
108
-
109
- export { }