@fluidframework/driver-utils 2.0.0-rc.2.0.2 → 2.0.0-rc.3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/api-report/driver-utils.api.md +18 -18
- package/dist/adapters/compression/documentServiceCompressionAdapter.d.ts +1 -1
- package/dist/adapters/compression/documentServiceCompressionAdapter.d.ts.map +1 -1
- package/dist/adapters/compression/documentServiceCompressionAdapter.js.map +1 -1
- package/dist/adapters/compression/documentServiceFactoryCompressionAdapter.d.ts +1 -1
- package/dist/adapters/compression/documentServiceFactoryCompressionAdapter.d.ts.map +1 -1
- package/dist/adapters/compression/documentServiceFactoryCompressionAdapter.js +1 -1
- package/dist/adapters/compression/documentServiceFactoryCompressionAdapter.js.map +1 -1
- package/dist/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.d.ts +2 -2
- package/dist/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.d.ts.map +1 -1
- package/dist/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.js +7 -7
- package/dist/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.js.map +1 -1
- package/dist/adapters/predefinedAdapters.d.ts +1 -1
- package/dist/adapters/predefinedAdapters.d.ts.map +1 -1
- package/dist/adapters/predefinedAdapters.js +2 -2
- package/dist/adapters/predefinedAdapters.js.map +1 -1
- package/dist/blob.d.ts +1 -1
- package/dist/blob.d.ts.map +1 -1
- package/dist/blob.js.map +1 -1
- package/dist/buildSnapshotTree.d.ts.map +1 -1
- package/dist/buildSnapshotTree.js +3 -3
- package/dist/buildSnapshotTree.js.map +1 -1
- package/dist/documentServiceFactoryProxy.d.ts +1 -1
- package/dist/documentServiceFactoryProxy.d.ts.map +1 -1
- package/dist/documentServiceFactoryProxy.js.map +1 -1
- package/dist/documentServiceProxy.d.ts +1 -1
- package/dist/documentServiceProxy.d.ts.map +1 -1
- package/dist/documentServiceProxy.js.map +1 -1
- package/dist/documentStorageServiceProxy.d.ts +1 -1
- package/dist/documentStorageServiceProxy.d.ts.map +1 -1
- package/dist/documentStorageServiceProxy.js +2 -2
- package/dist/documentStorageServiceProxy.js.map +1 -1
- package/dist/error.d.ts +1 -1
- package/dist/error.d.ts.map +1 -1
- package/dist/error.js +2 -2
- package/dist/error.js.map +1 -1
- package/dist/insecureUrlResolver.d.ts +1 -1
- package/dist/insecureUrlResolver.d.ts.map +1 -1
- package/dist/insecureUrlResolver.js +5 -5
- package/dist/insecureUrlResolver.js.map +1 -1
- package/dist/legacy.d.ts +18 -0
- package/dist/messageRecognition.d.ts.map +1 -1
- package/dist/messageRecognition.js +2 -2
- package/dist/messageRecognition.js.map +1 -1
- package/dist/network.d.ts +3 -2
- package/dist/network.d.ts.map +1 -1
- package/dist/network.js +8 -8
- package/dist/network.js.map +1 -1
- package/dist/networkUtils.d.ts +1 -1
- package/dist/networkUtils.d.ts.map +1 -1
- package/dist/networkUtils.js.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/dist/parallelRequests.d.ts +6 -2
- package/dist/parallelRequests.d.ts.map +1 -1
- package/dist/parallelRequests.js +31 -31
- package/dist/parallelRequests.js.map +1 -1
- package/dist/prefetchDocumentStorageService.d.ts +1 -1
- package/dist/prefetchDocumentStorageService.d.ts.map +1 -1
- package/dist/prefetchDocumentStorageService.js +4 -4
- package/dist/prefetchDocumentStorageService.js.map +1 -1
- package/dist/public.d.ts +15 -0
- package/dist/rateLimiter.js +2 -2
- package/dist/rateLimiter.js.map +1 -1
- package/dist/readAndParse.d.ts +1 -1
- package/dist/readAndParse.d.ts.map +1 -1
- package/dist/readAndParse.js.map +1 -1
- package/dist/runWithRetry.d.ts.map +1 -1
- package/dist/runWithRetry.js +4 -4
- package/dist/runWithRetry.js.map +1 -1
- package/dist/storageUtils.d.ts +1 -1
- package/dist/storageUtils.d.ts.map +1 -1
- package/dist/storageUtils.js.map +1 -1
- package/dist/summaryForCreateNew.d.ts +1 -1
- package/dist/summaryForCreateNew.d.ts.map +1 -1
- package/dist/summaryForCreateNew.js.map +1 -1
- package/dist/treeConversions.d.ts.map +1 -1
- package/dist/treeConversions.js +2 -2
- package/dist/treeConversions.js.map +1 -1
- package/internal.d.ts +11 -0
- package/legacy.d.ts +11 -0
- package/lib/adapters/compression/documentServiceCompressionAdapter.d.ts +1 -1
- package/lib/adapters/compression/documentServiceCompressionAdapter.d.ts.map +1 -1
- package/lib/adapters/compression/documentServiceCompressionAdapter.js.map +1 -1
- package/lib/adapters/compression/documentServiceFactoryCompressionAdapter.d.ts +1 -1
- package/lib/adapters/compression/documentServiceFactoryCompressionAdapter.d.ts.map +1 -1
- package/lib/adapters/compression/documentServiceFactoryCompressionAdapter.js +1 -1
- package/lib/adapters/compression/documentServiceFactoryCompressionAdapter.js.map +1 -1
- package/lib/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.d.ts +2 -2
- package/lib/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.d.ts.map +1 -1
- package/lib/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.js +2 -2
- package/lib/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.js.map +1 -1
- package/lib/adapters/predefinedAdapters.d.ts +1 -1
- package/lib/adapters/predefinedAdapters.d.ts.map +1 -1
- package/lib/adapters/predefinedAdapters.js +2 -2
- package/lib/adapters/predefinedAdapters.js.map +1 -1
- package/lib/blob.d.ts +1 -1
- package/lib/blob.d.ts.map +1 -1
- package/lib/blob.js.map +1 -1
- package/lib/buildSnapshotTree.d.ts.map +1 -1
- package/lib/buildSnapshotTree.js +2 -2
- package/lib/buildSnapshotTree.js.map +1 -1
- package/lib/documentServiceFactoryProxy.d.ts +1 -1
- package/lib/documentServiceFactoryProxy.d.ts.map +1 -1
- package/lib/documentServiceFactoryProxy.js.map +1 -1
- package/lib/documentServiceProxy.d.ts +1 -1
- package/lib/documentServiceProxy.d.ts.map +1 -1
- package/lib/documentServiceProxy.js.map +1 -1
- package/lib/documentStorageServiceProxy.d.ts +1 -1
- package/lib/documentStorageServiceProxy.d.ts.map +1 -1
- package/lib/documentStorageServiceProxy.js +1 -1
- package/lib/documentStorageServiceProxy.js.map +1 -1
- package/lib/error.d.ts +1 -1
- package/lib/error.d.ts.map +1 -1
- package/lib/error.js +1 -1
- package/lib/error.js.map +1 -1
- package/lib/insecureUrlResolver.d.ts +1 -1
- package/lib/insecureUrlResolver.d.ts.map +1 -1
- package/lib/insecureUrlResolver.js +2 -2
- package/lib/insecureUrlResolver.js.map +1 -1
- package/lib/legacy.d.ts +18 -0
- package/lib/messageRecognition.d.ts.map +1 -1
- package/lib/messageRecognition.js.map +1 -1
- package/lib/network.d.ts +3 -2
- package/lib/network.d.ts.map +1 -1
- package/lib/network.js +2 -2
- package/lib/network.js.map +1 -1
- package/lib/networkUtils.d.ts +1 -1
- package/lib/networkUtils.d.ts.map +1 -1
- package/lib/networkUtils.js +1 -1
- package/lib/networkUtils.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/lib/parallelRequests.d.ts +6 -2
- package/lib/parallelRequests.d.ts.map +1 -1
- package/lib/parallelRequests.js +3 -3
- package/lib/parallelRequests.js.map +1 -1
- package/lib/prefetchDocumentStorageService.d.ts +1 -1
- package/lib/prefetchDocumentStorageService.d.ts.map +1 -1
- package/lib/prefetchDocumentStorageService.js +1 -1
- package/lib/prefetchDocumentStorageService.js.map +1 -1
- package/lib/public.d.ts +15 -0
- package/lib/rateLimiter.js +1 -1
- package/lib/rateLimiter.js.map +1 -1
- package/lib/readAndParse.d.ts +1 -1
- package/lib/readAndParse.d.ts.map +1 -1
- package/lib/readAndParse.js.map +1 -1
- package/lib/runWithRetry.d.ts.map +1 -1
- package/lib/runWithRetry.js +3 -3
- package/lib/runWithRetry.js.map +1 -1
- package/lib/storageUtils.d.ts +1 -1
- package/lib/storageUtils.d.ts.map +1 -1
- package/lib/storageUtils.js.map +1 -1
- package/lib/summaryForCreateNew.d.ts +1 -1
- package/lib/summaryForCreateNew.d.ts.map +1 -1
- package/lib/summaryForCreateNew.js.map +1 -1
- package/lib/treeConversions.d.ts.map +1 -1
- package/lib/treeConversions.js +1 -1
- package/lib/treeConversions.js.map +1 -1
- package/package.json +29 -50
- package/src/adapters/compression/documentServiceCompressionAdapter.ts +7 -2
- package/src/adapters/compression/documentServiceFactoryCompressionAdapter.ts +4 -2
- package/src/adapters/compression/summaryblob/documentStorageServiceSummaryBlobCompressionAdapter.ts +7 -3
- package/src/adapters/predefinedAdapters.ts +4 -3
- package/src/blob.ts +1 -1
- package/src/buildSnapshotTree.ts +2 -2
- package/src/documentServiceFactoryProxy.ts +1 -1
- package/src/documentServiceProxy.ts +1 -1
- package/src/documentStorageServiceProxy.ts +2 -2
- package/src/error.ts +1 -1
- package/src/insecureUrlResolver.ts +6 -2
- package/src/messageRecognition.ts +1 -0
- package/src/network.ts +5 -6
- package/src/networkUtils.ts +3 -2
- package/src/packageVersion.ts +1 -1
- package/src/parallelRequests.ts +11 -4
- package/src/prefetchDocumentStorageService.ts +3 -1
- package/src/rateLimiter.ts +1 -1
- package/src/readAndParse.ts +1 -1
- package/src/runWithRetry.ts +5 -3
- package/src/storageUtils.ts +1 -1
- package/src/summaryForCreateNew.ts +3 -3
- package/src/treeConversions.ts +2 -1
- package/api-extractor-cjs.json +0 -8
- package/dist/driver-utils-alpha.d.ts +0 -167
- package/dist/driver-utils-beta.d.ts +0 -186
- package/dist/driver-utils-public.d.ts +0 -186
- package/dist/driver-utils-untrimmed.d.ts +0 -603
- package/lib/driver-utils-alpha.d.ts +0 -167
- package/lib/driver-utils-beta.d.ts +0 -186
- package/lib/driver-utils-public.d.ts +0 -186
- package/lib/driver-utils-untrimmed.d.ts +0 -603
- package/lib/test/insecureUrlResolverTest.spec.js +0 -101
- package/lib/test/insecureUrlResolverTest.spec.js.map +0 -1
- package/lib/test/parallelRequests.spec.js +0 -186
- package/lib/test/parallelRequests.spec.js.map +0 -1
- package/lib/test/rateLimiter.spec.js +0 -85
- package/lib/test/rateLimiter.spec.js.map +0 -1
- package/lib/test/runWithRetry.spec.js +0 -180
- package/lib/test/runWithRetry.spec.js.map +0 -1
- package/lib/test/summaryCompressionData.js +0 -170
- package/lib/test/summaryCompressionData.js.map +0 -1
- package/lib/test/summaryCompresssionTester.spec.js +0 -429
- package/lib/test/summaryCompresssionTester.spec.js.map +0 -1
- package/lib/test/types/validateDriverUtilsPrevious.generated.js +0 -108
- package/lib/test/types/validateDriverUtilsPrevious.generated.js.map +0 -1
- /package/{dist → lib}/tsdoc-metadata.json +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"summaryCompresssionTester.spec.js","sourceRoot":"","sources":["../../src/test/summaryCompresssionTester.spec.ts"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n/* eslint-disable @typescript-eslint/no-unsafe-return */\n/* eslint-disable @typescript-eslint/no-non-null-assertion */\n/* eslint-disable @typescript-eslint/dot-notation */\nimport { strict as assert } from \"assert\";\nimport { TypedEventEmitter } from \"@fluid-internal/client-utils\";\nimport {\n\tIClient,\n\tICreateBlobResponse,\n\tISnapshotTree,\n\tISummaryBlob,\n\tISummaryHandle,\n\tISummaryTree,\n\tIVersion,\n\tSummaryType,\n} from \"@fluidframework/protocol-definitions\";\nimport {\n\tFetchSource,\n\tIDocumentDeltaConnection,\n\tIDocumentDeltaStorageService,\n\tIDocumentService,\n\tIDocumentServiceEvents,\n\tIDocumentServiceFactory,\n\tIDocumentServicePolicies,\n\tIDocumentStorageService,\n\tIDocumentStorageServicePolicies,\n\tIResolvedUrl,\n\tISummaryContext,\n} from \"@fluidframework/driver-definitions\";\nimport { ITelemetryBaseLogger } from \"@fluidframework/core-interfaces\";\nimport {\n\tapplyStorageCompression,\n\tICompressionStorageConfig,\n\tSummaryCompressionAlgorithm,\n\tblobHeadersBlobName,\n} from \"../adapters/index.js\";\nimport { DocumentStorageServiceProxy } from \"../documentStorageServiceProxy.js\";\nimport { snapshotTree, summaryTemplate } from \"./summaryCompressionData.js\";\n\n/**\n * This function clones the imported summary and returns a new summary with the same content.\n */\nfunction cloneSummary(): ISummaryTree {\n\treturn JSON.parse(JSON.stringify(summaryTemplate)) as ISummaryTree;\n}\n\n/**\n * This function generates the summary with the given content size. At first it clones the summary\n * template, then it generates the content with the given size by loop, which will\n * use repeated sequence from 0 to 10 to generate the content until the content size is achieved.\n * The content is stored in the header of the summary.\n * @param contentSize - The size of the content to be generated.\n */\nfunction generateSummaryWithContent(contentSize: number) {\n\tconst summary = cloneSummary();\n\tconst header = (\n\t\t(\n\t\t\t((summary.tree[\".channels\"] as ISummaryTree).tree.rootDOId as ISummaryTree).tree[\n\t\t\t\t\".channels\"\n\t\t\t] as ISummaryTree\n\t\t).tree[\"7a99532d-94ec-43ac-8a53-d9f978ad4ae9\"] as ISummaryTree\n\t).tree.header;\n\tlet contentString = \"\";\n\twhile (contentString.length < contentSize) {\n\t\tif (contentString.length + 10 > contentSize) {\n\t\t\tcontentString += \"0123456789\".substring(0, contentSize - contentString.length);\n\t\t\tbreak;\n\t\t} else {\n\t\t\tcontentString += \"0123456789\";\n\t\t}\n\t}\n\theader[\"content\"] = `{\"value\": ${contentString}}`;\n\treturn summary;\n}\n\nfunction generateSummaryWithBinaryContent(startsWith: number, contentSize: number) {\n\tconst summary = cloneSummary();\n\tconst header = (\n\t\t(\n\t\t\t((summary.tree[\".channels\"] as ISummaryTree).tree.rootDOId as ISummaryTree).tree[\n\t\t\t\t\".channels\"\n\t\t\t] as ISummaryTree\n\t\t).tree[\"7a99532d-94ec-43ac-8a53-d9f978ad4ae9\"] as ISummaryTree\n\t).tree.header;\n\tconst content = new Uint8Array(contentSize);\n\tcontent[0] = startsWith;\n\tfor (let i = 1; i < contentSize; i = i + 10) {\n\t\tfor (let j = 0; j < 10; j++) {\n\t\t\tcontent[i + j] = j;\n\t\t}\n\t}\n\theader[\"content\"] = content;\n\treturn summary;\n}\n\nconst misotestid: string = \"misotest-id\";\n\nconst abcContent = \"ABC\";\nclass InternalTestStorage implements IDocumentStorageService {\n\tconstructor() {}\n\tprivate _uploadedSummary: ISummaryTree | undefined;\n\n\tpolicies?: IDocumentStorageServicePolicies | undefined;\n\n\tasync getSnapshotTree(\n\t\tversion?: IVersion | undefined,\n\t\tscenarioName?: string | undefined,\n\t): Promise<ISnapshotTree | null> {\n\t\treturn JSON.parse(JSON.stringify(snapshotTree));\n\t}\n\tasync getVersions(\n\t\tversionId: string | null,\n\t\tcount: number,\n\t\tscenarioName?: string | undefined,\n\t\tfetchSource?: FetchSource | undefined,\n\t): Promise<IVersion[]> {\n\t\tthrow new Error(\"Method not implemented.\");\n\t}\n\tasync createBlob(file: ArrayBufferLike): Promise<ICreateBlobResponse> {\n\t\tthrow new Error(\"Method not implemented.\");\n\t}\n\tasync readBlob(id: string): Promise<ArrayBufferLike> {\n\t\treturn id === misotestid\n\t\t\t? new TextEncoder().encode(abcContent)\n\t\t\t: getHeaderContent(this._uploadedSummary!);\n\t}\n\tasync uploadSummaryWithContext(\n\t\tsummary: ISummaryTree,\n\t\tcontext: ISummaryContext,\n\t): Promise<string> {\n\t\tthis._uploadedSummary = summary;\n\t\treturn \"test\";\n\t}\n\tasync downloadSummary(handle: ISummaryHandle): Promise<ISummaryTree> {\n\t\treturn this._uploadedSummary!;\n\t}\n\tdisposed?: boolean | undefined;\n\tdispose?(error?: Error | undefined): void {\n\t\tthrow new Error(\"Method not implemented.\");\n\t}\n\n\tpublic get uploadedSummary(): ISummaryTree | undefined {\n\t\treturn this._uploadedSummary;\n\t}\n\n\tpublic thisIsReallyOriginalStorage: string = \"yes\";\n}\n\nfunction isOriginalStorage(storage: IDocumentStorageService): boolean {\n\treturn (storage as InternalTestStorage).thisIsReallyOriginalStorage === \"yes\";\n}\n\nclass InternalTestDocumentService\n\textends TypedEventEmitter<IDocumentServiceEvents>\n\timplements IDocumentService\n{\n\tconstructor() {\n\t\tsuper();\n\t}\n\tresolvedUrl: IResolvedUrl = {} as any;\n\tpolicies?: IDocumentServicePolicies | undefined;\n\tstorage: IDocumentStorageService = new InternalTestStorage();\n\tasync connectToStorage(): Promise<IDocumentStorageService> {\n\t\treturn this.storage;\n\t}\n\tasync connectToDeltaStorage(): Promise<IDocumentDeltaStorageService> {\n\t\tthrow new Error(\"Method not implemented.\");\n\t}\n\tasync connectToDeltaStream(client: IClient): Promise<IDocumentDeltaConnection> {\n\t\tthrow new Error(\"Method not implemented.\");\n\t}\n\tdispose(error?: any): void {\n\t\tthrow new Error(\"Method not implemented.\");\n\t}\n}\n\nclass InternalTestDocumentServiceFactory implements IDocumentServiceFactory {\n\tprivate readonly documentService: IDocumentService;\n\tconstructor() {\n\t\tthis.documentService = new InternalTestDocumentService();\n\t}\n\n\tasync createDocumentService(\n\t\tresolvedUrl: IResolvedUrl,\n\t\tlogger?: ITelemetryBaseLogger | undefined,\n\t\tclientIsSummarizer?: boolean | undefined,\n\t): Promise<IDocumentService> {\n\t\treturn this.documentService;\n\t}\n\tasync createContainer(\n\t\tcreateNewSummary: ISummaryTree | undefined,\n\t\tcreateNewResolvedUrl: IResolvedUrl,\n\t\tlogger?: ITelemetryBaseLogger | undefined,\n\t\tclientIsSummarizer?: boolean | undefined,\n\t): Promise<IDocumentService> {\n\t\treturn this.documentService;\n\t}\n}\n\nasync function buildCompressionStorage(\n\tconfig?: ICompressionStorageConfig | boolean,\n): Promise<IDocumentStorageService> {\n\t{\n\t\tconst factory: IDocumentServiceFactory = applyStorageCompression(\n\t\t\tnew InternalTestDocumentServiceFactory(),\n\t\t\tconfig,\n\t\t);\n\t\tconst documentService = await factory.createContainer(undefined, {} as any);\n\t\tconst storage = await documentService.connectToStorage();\n\t\treturn storage;\n\t}\n}\n\nconst prefixForUncompressed = 0xb0;\nconst prefixForLZ4 = 0xb1;\ndescribe(\"Summary Compression Test\", () => {\n\tit(\"Verify Proper Summary Generation\", async () => {\n\t\tconst summary = generateSummaryWithContent(1000000);\n\t\tconst content = getHeaderContent(summary);\n\t\tassert(\n\t\t\tcontent.length === 1000000 + 11,\n\t\t\t`The content size is ${content.length} and should be 1000011`,\n\t\t);\n\t});\n\tit(\"Verify Config True\", async () => {\n\t\tconst storage = await buildCompressionStorage(true);\n\t\tcheckCompressionConfig(storage, 500, SummaryCompressionAlgorithm.LZ4);\n\t});\n\tit(\"Verify Config False\", async () => {\n\t\tconst storage = await buildCompressionStorage(false);\n\t\tconst config = (storage as any)._config;\n\t\tassert(config === undefined, \"The storage has compression\");\n\t\tassert(isOriginalStorage(storage), \"The storage is not the original storage\");\n\t});\n\tit(\"Verify Config Empty\", async () => {\n\t\tconst storage = await buildCompressionStorage();\n\t\tconst config = (storage as any)._config;\n\t\tassert(config === undefined, \"The storage has compression\");\n\t\tassert(isOriginalStorage(storage), \"The storage is not the original storage\");\n\t});\n\tit(\"Verify Config Object (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.None,\n\t\t\tminSizeToCompress: 763,\n\t\t};\n\t\tconst storage = await buildCompressionStorage(config);\n\t\tcheckCompressionConfig(storage, 763, SummaryCompressionAlgorithm.None);\n\t});\n\n\tit(\"Verify Compressed Markup at Summary (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.LZ4,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tconst storage = (await buildCompressionStorage(config)) as DocumentStorageServiceProxy;\n\t\tconst summary = generateSummaryWithContent(1000);\n\t\tawait storage.uploadSummaryWithContext(summary, {\n\t\t\treferenceSequenceNumber: 0,\n\t\t\tproposalHandle: \"test\",\n\t\t\tackHandle: \"test\",\n\t\t});\n\t\tconst uploadedSummary = ((storage as any).service as InternalTestStorage).uploadedSummary;\n\t\tassert(\n\t\t\tuploadedSummary?.tree[blobHeadersBlobName] !== undefined,\n\t\t\t\"The summary-blob markup is not added\",\n\t\t);\n\t});\n\n\tit(\"Verify Blob Enc/Dec Symmetry (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.LZ4,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tawait checkEncDec(config);\n\t});\n\n\tit(\"Verify Blob Enc/Dec no-compress Symmetry (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.None,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tawait checkEncDec(config);\n\t});\n\n\tit(\"Verify Upload / Download Summary (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.LZ4,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tawait checkUploadDownloadSummary(config);\n\t});\n\n\tit(\"Verify Upload / Download Summary no-compress (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.None,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tawait checkUploadDownloadSummary(config);\n\t});\n\n\tit(\"Verify no-compress small (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.LZ4,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tconst storage = (await buildCompressionStorage(config)) as DocumentStorageServiceProxy;\n\t\tconst summary = generateSummaryWithContent(300);\n\t\tawait storage.uploadSummaryWithContext(summary, {\n\t\t\treferenceSequenceNumber: 0,\n\t\t\tproposalHandle: \"test\",\n\t\t\tackHandle: \"test\",\n\t\t});\n\t\tconst originalContent = getHeaderContent(summary);\n\t\tconst content = new TextDecoder().decode(await storage.readBlob(\"1234\"));\n\t\tassert(\n\t\t\tcontent === originalContent,\n\t\t\t`The content is not equal to original content \\n${content} \\n ${originalContent}`,\n\t\t);\n\t});\n\n\tit(\"Verify no-compress prefix (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.LZ4,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tconst firstOriginalByte = 0xb3;\n\t\tconst contentSize = 30;\n\t\tconst uploadedContent: ArrayBufferLike = await uploadSummaryWithBinaryContent(\n\t\t\tfirstOriginalByte,\n\t\t\tcontentSize,\n\t\t\tconfig,\n\t\t);\n\t\tconst firstByte = uploadedContent[0];\n\t\tconst secondByte = uploadedContent[1];\n\t\tassert(\n\t\t\tfirstByte === prefixForUncompressed,\n\t\t\t`The first byte should be ${prefixForUncompressed} but is ${firstByte}`,\n\t\t);\n\t\tassert(\n\t\t\tsecondByte === firstOriginalByte,\n\t\t\t`The second byte should be ${firstOriginalByte} but is ${secondByte}`,\n\t\t);\n\t});\n\n\tit(\"Verify compress prefix (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.LZ4,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tconst firstOriginalByte = 0xb3;\n\t\tconst contentSize = 800;\n\t\tconst uploadedContent: ArrayBufferLike = await uploadSummaryWithBinaryContent(\n\t\t\tfirstOriginalByte,\n\t\t\tcontentSize,\n\t\t\tconfig,\n\t\t);\n\t\tconst firstByte = uploadedContent[0];\n\t\tassert(\n\t\t\tfirstByte === prefixForLZ4,\n\t\t\t`The first byte should be ${prefixForLZ4} but is ${firstByte}`,\n\t\t);\n\t});\n\n\tit(\"Verify no-compress no-prefix (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.LZ4,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tconst contentSize = 30;\n\t\tawait testNoPrefix(contentSize, config);\n\t});\n\n\tit(\"Verify none-algorithm no-prefix (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.None,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tconst contentSize = 800;\n\t\tawait testNoPrefix(contentSize, config);\n\t});\n\n\tit(\"Verify prefix compressed (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.LZ4,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tconst contentSize = 800;\n\t\tawait testPrefix(contentSize, config);\n\t});\n\n\tit(\"Verify prefix uncompressed small size (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.LZ4,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tconst contentSize = 30;\n\t\tawait testPrefix(contentSize, config, 0xb0, 0xc0, prefixForUncompressed);\n\t});\n\n\tit(\"Verify prefix uncompressed algorithm none (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.None,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tconst contentSize = 800;\n\t\tawait testPrefix(contentSize, config, 0xb0, 0xc0, prefixForUncompressed);\n\t});\n\n\tit(\"Verify enc / dec compressed loop (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.LZ4,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tconst contentSize = 800;\n\t\tawait testEncDecBinaryLoop(contentSize, config);\n\t});\n\n\tit(\"Verify enc / dec uncompressed loop - algorithm none (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.None,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tconst contentSize = 800;\n\t\tawait testEncDecBinaryLoop(contentSize, config);\n\t});\n\n\tit(\"Verify enc / dec uncompressed loop - small (summary-blob markup)\", async () => {\n\t\tconst config: ICompressionStorageConfig = {\n\t\t\talgorithm: SummaryCompressionAlgorithm.None,\n\t\t\tminSizeToCompress: 500,\n\t\t};\n\t\tconst contentSize = 30;\n\t\tawait testEncDecBinaryLoop(contentSize, config);\n\t});\n});\nasync function testNoPrefix(contentSize: number, config: ICompressionStorageConfig) {\n\tfor (let i = 0; i < 256; i++) {\n\t\tif (i >= 0xb0 && i <= 0xbf) {\n\t\t\tcontinue;\n\t\t}\n\t\tconst firstOriginalByte = i;\n\n\t\tconst uploadedContent: ArrayBufferLike = await uploadSummaryWithBinaryContent(\n\t\t\tfirstOriginalByte,\n\t\t\tcontentSize,\n\t\t\tconfig,\n\t\t);\n\t\tconst firstByte = uploadedContent[0];\n\t\tassert(\n\t\t\tfirstByte === firstOriginalByte,\n\t\t\t`The first byte should be ${firstOriginalByte} but is ${firstByte}`,\n\t\t);\n\t}\n}\n\nasync function testPrefix(\n\tcontentSize: number,\n\tconfig: ICompressionStorageConfig,\n\tfrom: number = 0,\n\tto: number = 256,\n\tprefix: number = prefixForLZ4,\n) {\n\tfor (let i = from; i < to; i++) {\n\t\tconst firstOriginalByte = i;\n\t\tconst uploadedContent: ArrayBufferLike = await uploadSummaryWithBinaryContent(\n\t\t\tfirstOriginalByte,\n\t\t\tcontentSize,\n\t\t\tconfig,\n\t\t);\n\t\tconst firstByte = uploadedContent[0];\n\t\tassert(firstByte === prefix, `The first byte should be ${prefix} but is ${firstByte}`);\n\t}\n}\n\nasync function uploadSummaryWithBinaryContent(\n\tfirstOriginalByte: number,\n\tcontentSize: number,\n\tconfig: ICompressionStorageConfig,\n) {\n\tconst storage = (await buildCompressionStorage(config)) as DocumentStorageServiceProxy;\n\tconst summary = generateSummaryWithBinaryContent(firstOriginalByte, contentSize);\n\tawait storage.uploadSummaryWithContext(summary, {\n\t\treferenceSequenceNumber: 0,\n\t\tproposalHandle: \"test\",\n\t\tackHandle: \"test\",\n\t});\n\tconst uploadedSummary = ((storage as any).service as InternalTestStorage).uploadedSummary;\n\tconst uploadedContent: ArrayBufferLike = getHeaderContent(uploadedSummary!);\n\treturn uploadedContent;\n}\n\nasync function checkUploadDownloadSummary(\n\tconfig: ICompressionStorageConfig,\n): Promise<ISummaryTree> {\n\tconst storage = (await buildCompressionStorage(config)) as DocumentStorageServiceProxy;\n\tconst summary = generateSummaryWithContent(1000);\n\tconst originBlobContent = getHeaderContent(summary);\n\tawait storage.uploadSummaryWithContext(summary, {\n\t\treferenceSequenceNumber: 0,\n\t\tproposalHandle: \"test\",\n\t\tackHandle: \"test\",\n\t});\n\tawait storage.getSnapshotTree({ id: \"test\", treeId: \"test\" }, \"test\");\n\tconst summaryHandle: ISummaryHandle = {\n\t\ttype: SummaryType.Handle,\n\t\thandleType: SummaryType.Tree,\n\t\thandle: \"test\",\n\t};\n\tconst downloadedSummary: ISummaryTree = await storage.downloadSummary(summaryHandle);\n\tconst downloadedBlobContentBin = getHeaderContent(downloadedSummary);\n\t// const blobStr = new TextDecoder().decode(blob);\n\tconst downloadedBlobContent = new TextDecoder().decode(downloadedBlobContentBin);\n\tassert(\n\t\toriginBlobContent === downloadedBlobContent,\n\t\t`The origin and the downloaded blob are not the same\n\t\t\\norigin : ${originBlobContent} \n\t\t\\ndownloaded : ${downloadedBlobContent}`,\n\t);\n\treturn downloadedSummary;\n}\n\nasync function checkEncDec(config: ICompressionStorageConfig) {\n\tconst summary = generateSummaryWithContent(1000);\n\tawait checkEncDecConfigurable(summary, config);\n}\n\nasync function checkEncDecBinary(\n\tconfig: ICompressionStorageConfig,\n\tstartsWith: number,\n\tcontentSize: number,\n) {\n\tconst summary = generateSummaryWithBinaryContent(startsWith, contentSize);\n\tawait checkEncDecConfigurable(summary, config, startsWith);\n}\n\nasync function testEncDecBinaryLoop(\n\tcontentSize: number,\n\tconfig: ICompressionStorageConfig,\n\tfrom: number = 0,\n\tto: number = 256,\n) {\n\tfor (let i = from; i < to; i++) {\n\t\tconst firstOriginalByte = i;\n\t\tawait checkEncDecBinary(config, firstOriginalByte, contentSize);\n\t}\n}\n\nfunction compareTwoBlobs(blob1: ArrayBufferLike, blob2: ArrayBufferLike): boolean {\n\tconst blob1View = new Uint8Array(blob1);\n\tconst blob2View = new Uint8Array(blob2);\n\tif (blob1View.length !== blob2View.length) {\n\t\treturn false;\n\t}\n\tfor (let i = 0; i < blob1View.length; i++) {\n\t\tif (blob1View[i] !== blob2View[i]) {\n\t\t\treturn false;\n\t\t}\n\t}\n\treturn true;\n}\n\nasync function checkEncDecConfigurable(\n\tsummary: ISummaryTree,\n\tconfig: ICompressionStorageConfig,\n\tstartsWith = -1,\n) {\n\tconst storage = (await buildCompressionStorage(config)) as DocumentStorageServiceProxy;\n\tconst originHeaderHolder: ISummaryTree = getHeaderHolder(summary);\n\tconst originBlob = (originHeaderHolder.tree.header as ISummaryBlob).content;\n\tawait storage.uploadSummaryWithContext(summary, {\n\t\treferenceSequenceNumber: 0,\n\t\tproposalHandle: \"test\",\n\t\tackHandle: \"test\",\n\t});\n\tawait storage.getSnapshotTree({ id: \"test\", treeId: \"test\" }, \"test\");\n\tconst blob: ArrayBufferLike = await storage.readBlob(\"abcd\");\n\tif (typeof originBlob === \"string\") {\n\t\tconst blobStr = new TextDecoder().decode(blob);\n\t\tassert(\n\t\t\tblobStr === originBlob,\n\t\t\t`The origin and the downloaded blob starting with ${startsWith} are not the same \\n\\n\\n${blobStr}\\n\\n${originBlob}`,\n\t\t);\n\t} else {\n\t\tassert(\n\t\t\tcompareTwoBlobs(blob, originBlob),\n\t\t\t`The origin and the downloaded blob are not the same \\n\\n\\n${blob.byteLength}\\n\\n${originBlob.byteLength}. \n\t\t\tThe first bytes are ${blob[0]} and ${originBlob[0]}`,\n\t\t);\n\t}\n}\n\nfunction checkCompressionConfig(\n\tstorage: IDocumentStorageService,\n\texpectedMinSizeToCompress: number,\n\texpectedAlgorithm: SummaryCompressionAlgorithm,\n) {\n\tconst config = (storage as any)._config;\n\tassert(config !== undefined, \"The storage has no compression\");\n\tassert(\n\t\t(config.minSizeToCompress === expectedMinSizeToCompress,\n\t\t`Unexpected minSizeToCompress config ${config.minSizeToCompress}`),\n\t);\n\tassert(\n\t\t(config.algorithmm === expectedAlgorithm,\n\t\t`Unexpected minSizeToCompress config ${config.algorithmm}`),\n\t);\n}\n\nfunction getHeaderContent(summary: ISummaryTree) {\n\treturn getHeader(summary)[\"content\"];\n}\n\nfunction getHeader(summary: ISummaryTree) {\n\treturn getHeaderHolder(summary).tree.header;\n}\n\nfunction getHeaderHolder(summary: ISummaryTree) {\n\treturn (\n\t\t((summary.tree[\".channels\"] as ISummaryTree).tree.rootDOId as ISummaryTree).tree[\n\t\t\t\".channels\"\n\t\t] as ISummaryTree\n\t).tree[\"7a99532d-94ec-43ac-8a53-d9f978ad4ae9\"] as ISummaryTree;\n}\n"]}
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
use_current_ClassDeclaration_AttachmentTreeEntry(get_old_ClassDeclaration_AttachmentTreeEntry());
|
|
2
|
-
use_old_ClassDeclaration_AttachmentTreeEntry(get_current_ClassDeclaration_AttachmentTreeEntry());
|
|
3
|
-
use_current_ClassDeclaration_AuthorizationError(get_old_ClassDeclaration_AuthorizationError());
|
|
4
|
-
use_old_ClassDeclaration_AuthorizationError(get_current_ClassDeclaration_AuthorizationError());
|
|
5
|
-
use_current_ClassDeclaration_BlobTreeEntry(get_old_ClassDeclaration_BlobTreeEntry());
|
|
6
|
-
use_old_ClassDeclaration_BlobTreeEntry(get_current_ClassDeclaration_BlobTreeEntry());
|
|
7
|
-
use_current_InterfaceDeclaration_CombinedAppAndProtocolSummary(get_old_InterfaceDeclaration_CombinedAppAndProtocolSummary());
|
|
8
|
-
use_old_InterfaceDeclaration_CombinedAppAndProtocolSummary(get_current_InterfaceDeclaration_CombinedAppAndProtocolSummary());
|
|
9
|
-
use_current_ClassDeclaration_DeltaStreamConnectionForbiddenError(get_old_ClassDeclaration_DeltaStreamConnectionForbiddenError());
|
|
10
|
-
use_old_ClassDeclaration_DeltaStreamConnectionForbiddenError(get_current_ClassDeclaration_DeltaStreamConnectionForbiddenError());
|
|
11
|
-
use_current_ClassDeclaration_DocumentStorageServiceProxy(
|
|
12
|
-
// @ts-expect-error compatibility expected to be broken
|
|
13
|
-
get_old_ClassDeclaration_DocumentStorageServiceProxy());
|
|
14
|
-
use_old_ClassDeclaration_DocumentStorageServiceProxy(
|
|
15
|
-
// @ts-expect-error compatibility expected to be broken
|
|
16
|
-
get_current_ClassDeclaration_DocumentStorageServiceProxy());
|
|
17
|
-
use_current_TypeAliasDeclaration_DriverErrorTelemetryProps(get_old_TypeAliasDeclaration_DriverErrorTelemetryProps());
|
|
18
|
-
use_old_TypeAliasDeclaration_DriverErrorTelemetryProps(get_current_TypeAliasDeclaration_DriverErrorTelemetryProps());
|
|
19
|
-
use_current_ClassDeclaration_FluidInvalidSchemaError(get_old_ClassDeclaration_FluidInvalidSchemaError());
|
|
20
|
-
use_old_ClassDeclaration_FluidInvalidSchemaError(get_current_ClassDeclaration_FluidInvalidSchemaError());
|
|
21
|
-
use_current_ClassDeclaration_GenericNetworkError(get_old_ClassDeclaration_GenericNetworkError());
|
|
22
|
-
use_old_ClassDeclaration_GenericNetworkError(get_current_ClassDeclaration_GenericNetworkError());
|
|
23
|
-
use_current_InterfaceDeclaration_ICompressionStorageConfig(get_old_InterfaceDeclaration_ICompressionStorageConfig());
|
|
24
|
-
use_old_InterfaceDeclaration_ICompressionStorageConfig(get_current_InterfaceDeclaration_ICompressionStorageConfig());
|
|
25
|
-
use_current_InterfaceDeclaration_IProgress(get_old_InterfaceDeclaration_IProgress());
|
|
26
|
-
use_old_InterfaceDeclaration_IProgress(get_current_InterfaceDeclaration_IProgress());
|
|
27
|
-
use_current_ClassDeclaration_InsecureUrlResolver(get_old_ClassDeclaration_InsecureUrlResolver());
|
|
28
|
-
use_old_ClassDeclaration_InsecureUrlResolver(get_current_ClassDeclaration_InsecureUrlResolver());
|
|
29
|
-
use_current_ClassDeclaration_LocationRedirectionError(get_old_ClassDeclaration_LocationRedirectionError());
|
|
30
|
-
use_old_ClassDeclaration_LocationRedirectionError(get_current_ClassDeclaration_LocationRedirectionError());
|
|
31
|
-
use_current_EnumDeclaration_MessageType2(get_old_EnumDeclaration_MessageType2());
|
|
32
|
-
use_old_EnumDeclaration_MessageType2(get_current_EnumDeclaration_MessageType2());
|
|
33
|
-
use_current_ClassDeclaration_NetworkErrorBasic(get_old_ClassDeclaration_NetworkErrorBasic());
|
|
34
|
-
use_old_ClassDeclaration_NetworkErrorBasic(get_current_ClassDeclaration_NetworkErrorBasic());
|
|
35
|
-
use_current_ClassDeclaration_NonRetryableError(get_old_ClassDeclaration_NonRetryableError());
|
|
36
|
-
use_old_ClassDeclaration_NonRetryableError(get_current_ClassDeclaration_NonRetryableError());
|
|
37
|
-
use_current_EnumDeclaration_OnlineStatus(get_old_EnumDeclaration_OnlineStatus());
|
|
38
|
-
use_old_EnumDeclaration_OnlineStatus(get_current_EnumDeclaration_OnlineStatus());
|
|
39
|
-
use_current_ClassDeclaration_ParallelRequests(get_old_ClassDeclaration_ParallelRequests());
|
|
40
|
-
use_old_ClassDeclaration_ParallelRequests(get_current_ClassDeclaration_ParallelRequests());
|
|
41
|
-
use_current_ClassDeclaration_PrefetchDocumentStorageService(
|
|
42
|
-
// @ts-expect-error compatibility expected to be broken
|
|
43
|
-
get_old_ClassDeclaration_PrefetchDocumentStorageService());
|
|
44
|
-
use_old_ClassDeclaration_PrefetchDocumentStorageService(
|
|
45
|
-
// @ts-expect-error compatibility expected to be broken
|
|
46
|
-
get_current_ClassDeclaration_PrefetchDocumentStorageService());
|
|
47
|
-
use_current_ClassDeclaration_Queue(get_old_ClassDeclaration_Queue());
|
|
48
|
-
use_old_ClassDeclaration_Queue(get_current_ClassDeclaration_Queue());
|
|
49
|
-
use_current_ClassDeclaration_RateLimiter(get_old_ClassDeclaration_RateLimiter());
|
|
50
|
-
use_old_ClassDeclaration_RateLimiter(get_current_ClassDeclaration_RateLimiter());
|
|
51
|
-
use_current_ClassDeclaration_RetryableError(get_old_ClassDeclaration_RetryableError());
|
|
52
|
-
use_old_ClassDeclaration_RetryableError(get_current_ClassDeclaration_RetryableError());
|
|
53
|
-
use_current_EnumDeclaration_SummaryCompressionAlgorithm(get_old_EnumDeclaration_SummaryCompressionAlgorithm());
|
|
54
|
-
use_old_EnumDeclaration_SummaryCompressionAlgorithm(get_current_EnumDeclaration_SummaryCompressionAlgorithm());
|
|
55
|
-
use_current_ClassDeclaration_ThrottlingError(get_old_ClassDeclaration_ThrottlingError());
|
|
56
|
-
use_old_ClassDeclaration_ThrottlingError(get_current_ClassDeclaration_ThrottlingError());
|
|
57
|
-
use_current_ClassDeclaration_TreeTreeEntry(get_old_ClassDeclaration_TreeTreeEntry());
|
|
58
|
-
use_old_ClassDeclaration_TreeTreeEntry(get_current_ClassDeclaration_TreeTreeEntry());
|
|
59
|
-
use_current_ClassDeclaration_UsageError(get_old_ClassDeclaration_UsageError());
|
|
60
|
-
use_old_ClassDeclaration_UsageError(get_current_ClassDeclaration_UsageError());
|
|
61
|
-
use_current_FunctionDeclaration_applyStorageCompression(get_old_FunctionDeclaration_applyStorageCompression());
|
|
62
|
-
use_old_FunctionDeclaration_applyStorageCompression(get_current_FunctionDeclaration_applyStorageCompression());
|
|
63
|
-
use_current_VariableDeclaration_blobHeadersBlobName(get_old_VariableDeclaration_blobHeadersBlobName());
|
|
64
|
-
use_old_VariableDeclaration_blobHeadersBlobName(get_current_VariableDeclaration_blobHeadersBlobName());
|
|
65
|
-
use_current_FunctionDeclaration_buildSnapshotTree(get_old_FunctionDeclaration_buildSnapshotTree());
|
|
66
|
-
use_old_FunctionDeclaration_buildSnapshotTree(get_current_FunctionDeclaration_buildSnapshotTree());
|
|
67
|
-
use_current_FunctionDeclaration_calculateMaxWaitTime(get_old_FunctionDeclaration_calculateMaxWaitTime());
|
|
68
|
-
use_old_FunctionDeclaration_calculateMaxWaitTime(get_current_FunctionDeclaration_calculateMaxWaitTime());
|
|
69
|
-
use_current_FunctionDeclaration_canBeCoalescedByService(get_old_FunctionDeclaration_canBeCoalescedByService());
|
|
70
|
-
use_old_FunctionDeclaration_canBeCoalescedByService(get_current_FunctionDeclaration_canBeCoalescedByService());
|
|
71
|
-
use_current_VariableDeclaration_canRetryOnError(get_old_VariableDeclaration_canRetryOnError());
|
|
72
|
-
use_old_VariableDeclaration_canRetryOnError(get_current_VariableDeclaration_canRetryOnError());
|
|
73
|
-
use_current_FunctionDeclaration_convertSummaryTreeToSnapshotITree(get_old_FunctionDeclaration_convertSummaryTreeToSnapshotITree());
|
|
74
|
-
use_old_FunctionDeclaration_convertSummaryTreeToSnapshotITree(get_current_FunctionDeclaration_convertSummaryTreeToSnapshotITree());
|
|
75
|
-
use_current_FunctionDeclaration_createGenericNetworkError(get_old_FunctionDeclaration_createGenericNetworkError());
|
|
76
|
-
use_old_FunctionDeclaration_createGenericNetworkError(get_current_FunctionDeclaration_createGenericNetworkError());
|
|
77
|
-
use_current_VariableDeclaration_createWriteError(get_old_VariableDeclaration_createWriteError());
|
|
78
|
-
use_old_VariableDeclaration_createWriteError(get_current_VariableDeclaration_createWriteError());
|
|
79
|
-
use_current_VariableDeclaration_emptyMessageStream(get_old_VariableDeclaration_emptyMessageStream());
|
|
80
|
-
use_old_VariableDeclaration_emptyMessageStream(get_current_VariableDeclaration_emptyMessageStream());
|
|
81
|
-
use_current_FunctionDeclaration_getDocAttributesFromProtocolSummary(get_old_FunctionDeclaration_getDocAttributesFromProtocolSummary());
|
|
82
|
-
use_old_FunctionDeclaration_getDocAttributesFromProtocolSummary(get_current_FunctionDeclaration_getDocAttributesFromProtocolSummary());
|
|
83
|
-
use_current_FunctionDeclaration_getQuorumValuesFromProtocolSummary(get_old_FunctionDeclaration_getQuorumValuesFromProtocolSummary());
|
|
84
|
-
use_old_FunctionDeclaration_getQuorumValuesFromProtocolSummary(get_current_FunctionDeclaration_getQuorumValuesFromProtocolSummary());
|
|
85
|
-
use_current_VariableDeclaration_getRetryDelayFromError(get_old_VariableDeclaration_getRetryDelayFromError());
|
|
86
|
-
use_old_VariableDeclaration_getRetryDelayFromError(get_current_VariableDeclaration_getRetryDelayFromError());
|
|
87
|
-
use_current_VariableDeclaration_getRetryDelaySecondsFromError(get_old_VariableDeclaration_getRetryDelaySecondsFromError());
|
|
88
|
-
use_old_VariableDeclaration_getRetryDelaySecondsFromError(get_current_VariableDeclaration_getRetryDelaySecondsFromError());
|
|
89
|
-
use_current_FunctionDeclaration_isCombinedAppAndProtocolSummary(get_old_FunctionDeclaration_isCombinedAppAndProtocolSummary());
|
|
90
|
-
use_old_FunctionDeclaration_isCombinedAppAndProtocolSummary(get_current_FunctionDeclaration_isCombinedAppAndProtocolSummary());
|
|
91
|
-
use_current_FunctionDeclaration_isOnline(get_old_FunctionDeclaration_isOnline());
|
|
92
|
-
use_old_FunctionDeclaration_isOnline(get_current_FunctionDeclaration_isOnline());
|
|
93
|
-
use_current_FunctionDeclaration_isRuntimeMessage(get_old_FunctionDeclaration_isRuntimeMessage());
|
|
94
|
-
use_old_FunctionDeclaration_isRuntimeMessage(get_current_FunctionDeclaration_isRuntimeMessage());
|
|
95
|
-
use_current_FunctionDeclaration_logNetworkFailure(get_old_FunctionDeclaration_logNetworkFailure());
|
|
96
|
-
use_old_FunctionDeclaration_logNetworkFailure(get_current_FunctionDeclaration_logNetworkFailure());
|
|
97
|
-
use_current_FunctionDeclaration_readAndParse(get_old_FunctionDeclaration_readAndParse());
|
|
98
|
-
use_old_FunctionDeclaration_readAndParse(get_current_FunctionDeclaration_readAndParse());
|
|
99
|
-
use_current_FunctionDeclaration_requestOps(get_old_FunctionDeclaration_requestOps());
|
|
100
|
-
use_old_FunctionDeclaration_requestOps(get_current_FunctionDeclaration_requestOps());
|
|
101
|
-
use_current_FunctionDeclaration_runWithRetry(get_old_FunctionDeclaration_runWithRetry());
|
|
102
|
-
use_old_FunctionDeclaration_runWithRetry(get_current_FunctionDeclaration_runWithRetry());
|
|
103
|
-
use_current_FunctionDeclaration_streamFromMessages(get_old_FunctionDeclaration_streamFromMessages());
|
|
104
|
-
use_old_FunctionDeclaration_streamFromMessages(get_current_FunctionDeclaration_streamFromMessages());
|
|
105
|
-
use_current_FunctionDeclaration_streamObserver(get_old_FunctionDeclaration_streamObserver());
|
|
106
|
-
use_old_FunctionDeclaration_streamObserver(get_current_FunctionDeclaration_streamObserver());
|
|
107
|
-
export {};
|
|
108
|
-
//# sourceMappingURL=validateDriverUtilsPrevious.generated.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validateDriverUtilsPrevious.generated.js","sourceRoot":"","sources":["../../../src/test/types/validateDriverUtilsPrevious.generated.ts"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n/*\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.\n * Generated by fluid-type-test-generator in @fluidframework/build-tools.\n */\nimport type * as old from \"@fluidframework/driver-utils-previous\";\nimport type * as current from \"../../index.js\";\n\n\n// See 'build-tools/src/type-test-generator/compatibility.ts' for more information.\ntype TypeOnly<T> = T extends number\n\t? number\n\t: T extends string\n\t? string\n\t: T extends boolean | bigint | symbol\n\t? T\n\t: {\n\t\t\t[P in keyof T]: TypeOnly<T[P]>;\n\t };\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_AttachmentTreeEntry\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_AttachmentTreeEntry():\n TypeOnly<old.AttachmentTreeEntry>;\ndeclare function use_current_ClassDeclaration_AttachmentTreeEntry(\n use: TypeOnly<current.AttachmentTreeEntry>): void;\nuse_current_ClassDeclaration_AttachmentTreeEntry(\n get_old_ClassDeclaration_AttachmentTreeEntry());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_AttachmentTreeEntry\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_AttachmentTreeEntry():\n TypeOnly<current.AttachmentTreeEntry>;\ndeclare function use_old_ClassDeclaration_AttachmentTreeEntry(\n use: TypeOnly<old.AttachmentTreeEntry>): void;\nuse_old_ClassDeclaration_AttachmentTreeEntry(\n get_current_ClassDeclaration_AttachmentTreeEntry());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_AuthorizationError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_AuthorizationError():\n TypeOnly<old.AuthorizationError>;\ndeclare function use_current_ClassDeclaration_AuthorizationError(\n use: TypeOnly<current.AuthorizationError>): void;\nuse_current_ClassDeclaration_AuthorizationError(\n get_old_ClassDeclaration_AuthorizationError());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_AuthorizationError\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_AuthorizationError():\n TypeOnly<current.AuthorizationError>;\ndeclare function use_old_ClassDeclaration_AuthorizationError(\n use: TypeOnly<old.AuthorizationError>): void;\nuse_old_ClassDeclaration_AuthorizationError(\n get_current_ClassDeclaration_AuthorizationError());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_BlobTreeEntry\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_BlobTreeEntry():\n TypeOnly<old.BlobTreeEntry>;\ndeclare function use_current_ClassDeclaration_BlobTreeEntry(\n use: TypeOnly<current.BlobTreeEntry>): void;\nuse_current_ClassDeclaration_BlobTreeEntry(\n get_old_ClassDeclaration_BlobTreeEntry());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_BlobTreeEntry\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_BlobTreeEntry():\n TypeOnly<current.BlobTreeEntry>;\ndeclare function use_old_ClassDeclaration_BlobTreeEntry(\n use: TypeOnly<old.BlobTreeEntry>): void;\nuse_old_ClassDeclaration_BlobTreeEntry(\n get_current_ClassDeclaration_BlobTreeEntry());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_CombinedAppAndProtocolSummary\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_CombinedAppAndProtocolSummary():\n TypeOnly<old.CombinedAppAndProtocolSummary>;\ndeclare function use_current_InterfaceDeclaration_CombinedAppAndProtocolSummary(\n use: TypeOnly<current.CombinedAppAndProtocolSummary>): void;\nuse_current_InterfaceDeclaration_CombinedAppAndProtocolSummary(\n get_old_InterfaceDeclaration_CombinedAppAndProtocolSummary());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_CombinedAppAndProtocolSummary\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_CombinedAppAndProtocolSummary():\n TypeOnly<current.CombinedAppAndProtocolSummary>;\ndeclare function use_old_InterfaceDeclaration_CombinedAppAndProtocolSummary(\n use: TypeOnly<old.CombinedAppAndProtocolSummary>): void;\nuse_old_InterfaceDeclaration_CombinedAppAndProtocolSummary(\n get_current_InterfaceDeclaration_CombinedAppAndProtocolSummary());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_DeltaStreamConnectionForbiddenError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_DeltaStreamConnectionForbiddenError():\n TypeOnly<old.DeltaStreamConnectionForbiddenError>;\ndeclare function use_current_ClassDeclaration_DeltaStreamConnectionForbiddenError(\n use: TypeOnly<current.DeltaStreamConnectionForbiddenError>): void;\nuse_current_ClassDeclaration_DeltaStreamConnectionForbiddenError(\n get_old_ClassDeclaration_DeltaStreamConnectionForbiddenError());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_DeltaStreamConnectionForbiddenError\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_DeltaStreamConnectionForbiddenError():\n TypeOnly<current.DeltaStreamConnectionForbiddenError>;\ndeclare function use_old_ClassDeclaration_DeltaStreamConnectionForbiddenError(\n use: TypeOnly<old.DeltaStreamConnectionForbiddenError>): void;\nuse_old_ClassDeclaration_DeltaStreamConnectionForbiddenError(\n get_current_ClassDeclaration_DeltaStreamConnectionForbiddenError());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_DocumentStorageServiceProxy\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_DocumentStorageServiceProxy():\n TypeOnly<old.DocumentStorageServiceProxy>;\ndeclare function use_current_ClassDeclaration_DocumentStorageServiceProxy(\n use: TypeOnly<current.DocumentStorageServiceProxy>): void;\nuse_current_ClassDeclaration_DocumentStorageServiceProxy(\n // @ts-expect-error compatibility expected to be broken\n get_old_ClassDeclaration_DocumentStorageServiceProxy());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_DocumentStorageServiceProxy\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_DocumentStorageServiceProxy():\n TypeOnly<current.DocumentStorageServiceProxy>;\ndeclare function use_old_ClassDeclaration_DocumentStorageServiceProxy(\n use: TypeOnly<old.DocumentStorageServiceProxy>): void;\nuse_old_ClassDeclaration_DocumentStorageServiceProxy(\n // @ts-expect-error compatibility expected to be broken\n get_current_ClassDeclaration_DocumentStorageServiceProxy());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_DriverErrorTelemetryProps\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_DriverErrorTelemetryProps():\n TypeOnly<old.DriverErrorTelemetryProps>;\ndeclare function use_current_TypeAliasDeclaration_DriverErrorTelemetryProps(\n use: TypeOnly<current.DriverErrorTelemetryProps>): void;\nuse_current_TypeAliasDeclaration_DriverErrorTelemetryProps(\n get_old_TypeAliasDeclaration_DriverErrorTelemetryProps());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_DriverErrorTelemetryProps\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_DriverErrorTelemetryProps():\n TypeOnly<current.DriverErrorTelemetryProps>;\ndeclare function use_old_TypeAliasDeclaration_DriverErrorTelemetryProps(\n use: TypeOnly<old.DriverErrorTelemetryProps>): void;\nuse_old_TypeAliasDeclaration_DriverErrorTelemetryProps(\n get_current_TypeAliasDeclaration_DriverErrorTelemetryProps());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_FluidInvalidSchemaError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_FluidInvalidSchemaError():\n TypeOnly<old.FluidInvalidSchemaError>;\ndeclare function use_current_ClassDeclaration_FluidInvalidSchemaError(\n use: TypeOnly<current.FluidInvalidSchemaError>): void;\nuse_current_ClassDeclaration_FluidInvalidSchemaError(\n get_old_ClassDeclaration_FluidInvalidSchemaError());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_FluidInvalidSchemaError\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_FluidInvalidSchemaError():\n TypeOnly<current.FluidInvalidSchemaError>;\ndeclare function use_old_ClassDeclaration_FluidInvalidSchemaError(\n use: TypeOnly<old.FluidInvalidSchemaError>): void;\nuse_old_ClassDeclaration_FluidInvalidSchemaError(\n get_current_ClassDeclaration_FluidInvalidSchemaError());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_GenericNetworkError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_GenericNetworkError():\n TypeOnly<old.GenericNetworkError>;\ndeclare function use_current_ClassDeclaration_GenericNetworkError(\n use: TypeOnly<current.GenericNetworkError>): void;\nuse_current_ClassDeclaration_GenericNetworkError(\n get_old_ClassDeclaration_GenericNetworkError());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_GenericNetworkError\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_GenericNetworkError():\n TypeOnly<current.GenericNetworkError>;\ndeclare function use_old_ClassDeclaration_GenericNetworkError(\n use: TypeOnly<old.GenericNetworkError>): void;\nuse_old_ClassDeclaration_GenericNetworkError(\n get_current_ClassDeclaration_GenericNetworkError());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ICompressionStorageConfig\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ICompressionStorageConfig():\n TypeOnly<old.ICompressionStorageConfig>;\ndeclare function use_current_InterfaceDeclaration_ICompressionStorageConfig(\n use: TypeOnly<current.ICompressionStorageConfig>): void;\nuse_current_InterfaceDeclaration_ICompressionStorageConfig(\n get_old_InterfaceDeclaration_ICompressionStorageConfig());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ICompressionStorageConfig\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ICompressionStorageConfig():\n TypeOnly<current.ICompressionStorageConfig>;\ndeclare function use_old_InterfaceDeclaration_ICompressionStorageConfig(\n use: TypeOnly<old.ICompressionStorageConfig>): void;\nuse_old_InterfaceDeclaration_ICompressionStorageConfig(\n get_current_InterfaceDeclaration_ICompressionStorageConfig());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IProgress\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IProgress():\n TypeOnly<old.IProgress>;\ndeclare function use_current_InterfaceDeclaration_IProgress(\n use: TypeOnly<current.IProgress>): void;\nuse_current_InterfaceDeclaration_IProgress(\n get_old_InterfaceDeclaration_IProgress());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IProgress\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IProgress():\n TypeOnly<current.IProgress>;\ndeclare function use_old_InterfaceDeclaration_IProgress(\n use: TypeOnly<old.IProgress>): void;\nuse_old_InterfaceDeclaration_IProgress(\n get_current_InterfaceDeclaration_IProgress());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_InsecureUrlResolver\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_InsecureUrlResolver():\n TypeOnly<old.InsecureUrlResolver>;\ndeclare function use_current_ClassDeclaration_InsecureUrlResolver(\n use: TypeOnly<current.InsecureUrlResolver>): void;\nuse_current_ClassDeclaration_InsecureUrlResolver(\n get_old_ClassDeclaration_InsecureUrlResolver());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_InsecureUrlResolver\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_InsecureUrlResolver():\n TypeOnly<current.InsecureUrlResolver>;\ndeclare function use_old_ClassDeclaration_InsecureUrlResolver(\n use: TypeOnly<old.InsecureUrlResolver>): void;\nuse_old_ClassDeclaration_InsecureUrlResolver(\n get_current_ClassDeclaration_InsecureUrlResolver());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_LocationRedirectionError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_LocationRedirectionError():\n TypeOnly<old.LocationRedirectionError>;\ndeclare function use_current_ClassDeclaration_LocationRedirectionError(\n use: TypeOnly<current.LocationRedirectionError>): void;\nuse_current_ClassDeclaration_LocationRedirectionError(\n get_old_ClassDeclaration_LocationRedirectionError());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_LocationRedirectionError\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_LocationRedirectionError():\n TypeOnly<current.LocationRedirectionError>;\ndeclare function use_old_ClassDeclaration_LocationRedirectionError(\n use: TypeOnly<old.LocationRedirectionError>): void;\nuse_old_ClassDeclaration_LocationRedirectionError(\n get_current_ClassDeclaration_LocationRedirectionError());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"EnumDeclaration_MessageType2\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_EnumDeclaration_MessageType2():\n TypeOnly<old.MessageType2>;\ndeclare function use_current_EnumDeclaration_MessageType2(\n use: TypeOnly<current.MessageType2>): void;\nuse_current_EnumDeclaration_MessageType2(\n get_old_EnumDeclaration_MessageType2());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"EnumDeclaration_MessageType2\": {\"backCompat\": false}\n*/\ndeclare function get_current_EnumDeclaration_MessageType2():\n TypeOnly<current.MessageType2>;\ndeclare function use_old_EnumDeclaration_MessageType2(\n use: TypeOnly<old.MessageType2>): void;\nuse_old_EnumDeclaration_MessageType2(\n get_current_EnumDeclaration_MessageType2());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_NetworkErrorBasic\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_NetworkErrorBasic():\n TypeOnly<old.NetworkErrorBasic<any>>;\ndeclare function use_current_ClassDeclaration_NetworkErrorBasic(\n use: TypeOnly<current.NetworkErrorBasic<any>>): void;\nuse_current_ClassDeclaration_NetworkErrorBasic(\n get_old_ClassDeclaration_NetworkErrorBasic());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_NetworkErrorBasic\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_NetworkErrorBasic():\n TypeOnly<current.NetworkErrorBasic<any>>;\ndeclare function use_old_ClassDeclaration_NetworkErrorBasic(\n use: TypeOnly<old.NetworkErrorBasic<any>>): void;\nuse_old_ClassDeclaration_NetworkErrorBasic(\n get_current_ClassDeclaration_NetworkErrorBasic());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_NonRetryableError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_NonRetryableError():\n TypeOnly<old.NonRetryableError<any>>;\ndeclare function use_current_ClassDeclaration_NonRetryableError(\n use: TypeOnly<current.NonRetryableError<any>>): void;\nuse_current_ClassDeclaration_NonRetryableError(\n get_old_ClassDeclaration_NonRetryableError());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_NonRetryableError\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_NonRetryableError():\n TypeOnly<current.NonRetryableError<any>>;\ndeclare function use_old_ClassDeclaration_NonRetryableError(\n use: TypeOnly<old.NonRetryableError<any>>): void;\nuse_old_ClassDeclaration_NonRetryableError(\n get_current_ClassDeclaration_NonRetryableError());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"EnumDeclaration_OnlineStatus\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_EnumDeclaration_OnlineStatus():\n TypeOnly<old.OnlineStatus>;\ndeclare function use_current_EnumDeclaration_OnlineStatus(\n use: TypeOnly<current.OnlineStatus>): void;\nuse_current_EnumDeclaration_OnlineStatus(\n get_old_EnumDeclaration_OnlineStatus());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"EnumDeclaration_OnlineStatus\": {\"backCompat\": false}\n*/\ndeclare function get_current_EnumDeclaration_OnlineStatus():\n TypeOnly<current.OnlineStatus>;\ndeclare function use_old_EnumDeclaration_OnlineStatus(\n use: TypeOnly<old.OnlineStatus>): void;\nuse_old_EnumDeclaration_OnlineStatus(\n get_current_EnumDeclaration_OnlineStatus());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_ParallelRequests\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_ParallelRequests():\n TypeOnly<old.ParallelRequests<any>>;\ndeclare function use_current_ClassDeclaration_ParallelRequests(\n use: TypeOnly<current.ParallelRequests<any>>): void;\nuse_current_ClassDeclaration_ParallelRequests(\n get_old_ClassDeclaration_ParallelRequests());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_ParallelRequests\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_ParallelRequests():\n TypeOnly<current.ParallelRequests<any>>;\ndeclare function use_old_ClassDeclaration_ParallelRequests(\n use: TypeOnly<old.ParallelRequests<any>>): void;\nuse_old_ClassDeclaration_ParallelRequests(\n get_current_ClassDeclaration_ParallelRequests());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_PrefetchDocumentStorageService\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_PrefetchDocumentStorageService():\n TypeOnly<old.PrefetchDocumentStorageService>;\ndeclare function use_current_ClassDeclaration_PrefetchDocumentStorageService(\n use: TypeOnly<current.PrefetchDocumentStorageService>): void;\nuse_current_ClassDeclaration_PrefetchDocumentStorageService(\n // @ts-expect-error compatibility expected to be broken\n get_old_ClassDeclaration_PrefetchDocumentStorageService());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_PrefetchDocumentStorageService\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_PrefetchDocumentStorageService():\n TypeOnly<current.PrefetchDocumentStorageService>;\ndeclare function use_old_ClassDeclaration_PrefetchDocumentStorageService(\n use: TypeOnly<old.PrefetchDocumentStorageService>): void;\nuse_old_ClassDeclaration_PrefetchDocumentStorageService(\n // @ts-expect-error compatibility expected to be broken\n get_current_ClassDeclaration_PrefetchDocumentStorageService());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_Queue\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_Queue():\n TypeOnly<old.Queue<any>>;\ndeclare function use_current_ClassDeclaration_Queue(\n use: TypeOnly<current.Queue<any>>): void;\nuse_current_ClassDeclaration_Queue(\n get_old_ClassDeclaration_Queue());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_Queue\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_Queue():\n TypeOnly<current.Queue<any>>;\ndeclare function use_old_ClassDeclaration_Queue(\n use: TypeOnly<old.Queue<any>>): void;\nuse_old_ClassDeclaration_Queue(\n get_current_ClassDeclaration_Queue());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_RateLimiter\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_RateLimiter():\n TypeOnly<old.RateLimiter>;\ndeclare function use_current_ClassDeclaration_RateLimiter(\n use: TypeOnly<current.RateLimiter>): void;\nuse_current_ClassDeclaration_RateLimiter(\n get_old_ClassDeclaration_RateLimiter());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_RateLimiter\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_RateLimiter():\n TypeOnly<current.RateLimiter>;\ndeclare function use_old_ClassDeclaration_RateLimiter(\n use: TypeOnly<old.RateLimiter>): void;\nuse_old_ClassDeclaration_RateLimiter(\n get_current_ClassDeclaration_RateLimiter());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_RetryableError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_RetryableError():\n TypeOnly<old.RetryableError<any>>;\ndeclare function use_current_ClassDeclaration_RetryableError(\n use: TypeOnly<current.RetryableError<any>>): void;\nuse_current_ClassDeclaration_RetryableError(\n get_old_ClassDeclaration_RetryableError());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_RetryableError\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_RetryableError():\n TypeOnly<current.RetryableError<any>>;\ndeclare function use_old_ClassDeclaration_RetryableError(\n use: TypeOnly<old.RetryableError<any>>): void;\nuse_old_ClassDeclaration_RetryableError(\n get_current_ClassDeclaration_RetryableError());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"EnumDeclaration_SummaryCompressionAlgorithm\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_EnumDeclaration_SummaryCompressionAlgorithm():\n TypeOnly<old.SummaryCompressionAlgorithm>;\ndeclare function use_current_EnumDeclaration_SummaryCompressionAlgorithm(\n use: TypeOnly<current.SummaryCompressionAlgorithm>): void;\nuse_current_EnumDeclaration_SummaryCompressionAlgorithm(\n get_old_EnumDeclaration_SummaryCompressionAlgorithm());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"EnumDeclaration_SummaryCompressionAlgorithm\": {\"backCompat\": false}\n*/\ndeclare function get_current_EnumDeclaration_SummaryCompressionAlgorithm():\n TypeOnly<current.SummaryCompressionAlgorithm>;\ndeclare function use_old_EnumDeclaration_SummaryCompressionAlgorithm(\n use: TypeOnly<old.SummaryCompressionAlgorithm>): void;\nuse_old_EnumDeclaration_SummaryCompressionAlgorithm(\n get_current_EnumDeclaration_SummaryCompressionAlgorithm());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_ThrottlingError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_ThrottlingError():\n TypeOnly<old.ThrottlingError>;\ndeclare function use_current_ClassDeclaration_ThrottlingError(\n use: TypeOnly<current.ThrottlingError>): void;\nuse_current_ClassDeclaration_ThrottlingError(\n get_old_ClassDeclaration_ThrottlingError());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_ThrottlingError\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_ThrottlingError():\n TypeOnly<current.ThrottlingError>;\ndeclare function use_old_ClassDeclaration_ThrottlingError(\n use: TypeOnly<old.ThrottlingError>): void;\nuse_old_ClassDeclaration_ThrottlingError(\n get_current_ClassDeclaration_ThrottlingError());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_TreeTreeEntry\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_TreeTreeEntry():\n TypeOnly<old.TreeTreeEntry>;\ndeclare function use_current_ClassDeclaration_TreeTreeEntry(\n use: TypeOnly<current.TreeTreeEntry>): void;\nuse_current_ClassDeclaration_TreeTreeEntry(\n get_old_ClassDeclaration_TreeTreeEntry());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_TreeTreeEntry\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_TreeTreeEntry():\n TypeOnly<current.TreeTreeEntry>;\ndeclare function use_old_ClassDeclaration_TreeTreeEntry(\n use: TypeOnly<old.TreeTreeEntry>): void;\nuse_old_ClassDeclaration_TreeTreeEntry(\n get_current_ClassDeclaration_TreeTreeEntry());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_UsageError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_UsageError():\n TypeOnly<old.UsageError>;\ndeclare function use_current_ClassDeclaration_UsageError(\n use: TypeOnly<current.UsageError>): void;\nuse_current_ClassDeclaration_UsageError(\n get_old_ClassDeclaration_UsageError());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_UsageError\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_UsageError():\n TypeOnly<current.UsageError>;\ndeclare function use_old_ClassDeclaration_UsageError(\n use: TypeOnly<old.UsageError>): void;\nuse_old_ClassDeclaration_UsageError(\n get_current_ClassDeclaration_UsageError());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_applyStorageCompression\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_applyStorageCompression():\n TypeOnly<typeof old.applyStorageCompression>;\ndeclare function use_current_FunctionDeclaration_applyStorageCompression(\n use: TypeOnly<typeof current.applyStorageCompression>): void;\nuse_current_FunctionDeclaration_applyStorageCompression(\n get_old_FunctionDeclaration_applyStorageCompression());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_applyStorageCompression\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_applyStorageCompression():\n TypeOnly<typeof current.applyStorageCompression>;\ndeclare function use_old_FunctionDeclaration_applyStorageCompression(\n use: TypeOnly<typeof old.applyStorageCompression>): void;\nuse_old_FunctionDeclaration_applyStorageCompression(\n get_current_FunctionDeclaration_applyStorageCompression());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_blobHeadersBlobName\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_VariableDeclaration_blobHeadersBlobName():\n TypeOnly<typeof old.blobHeadersBlobName>;\ndeclare function use_current_VariableDeclaration_blobHeadersBlobName(\n use: TypeOnly<typeof current.blobHeadersBlobName>): void;\nuse_current_VariableDeclaration_blobHeadersBlobName(\n get_old_VariableDeclaration_blobHeadersBlobName());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_blobHeadersBlobName\": {\"backCompat\": false}\n*/\ndeclare function get_current_VariableDeclaration_blobHeadersBlobName():\n TypeOnly<typeof current.blobHeadersBlobName>;\ndeclare function use_old_VariableDeclaration_blobHeadersBlobName(\n use: TypeOnly<typeof old.blobHeadersBlobName>): void;\nuse_old_VariableDeclaration_blobHeadersBlobName(\n get_current_VariableDeclaration_blobHeadersBlobName());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_buildSnapshotTree\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_buildSnapshotTree():\n TypeOnly<typeof old.buildSnapshotTree>;\ndeclare function use_current_FunctionDeclaration_buildSnapshotTree(\n use: TypeOnly<typeof current.buildSnapshotTree>): void;\nuse_current_FunctionDeclaration_buildSnapshotTree(\n get_old_FunctionDeclaration_buildSnapshotTree());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_buildSnapshotTree\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_buildSnapshotTree():\n TypeOnly<typeof current.buildSnapshotTree>;\ndeclare function use_old_FunctionDeclaration_buildSnapshotTree(\n use: TypeOnly<typeof old.buildSnapshotTree>): void;\nuse_old_FunctionDeclaration_buildSnapshotTree(\n get_current_FunctionDeclaration_buildSnapshotTree());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_calculateMaxWaitTime\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_calculateMaxWaitTime():\n TypeOnly<typeof old.calculateMaxWaitTime>;\ndeclare function use_current_FunctionDeclaration_calculateMaxWaitTime(\n use: TypeOnly<typeof current.calculateMaxWaitTime>): void;\nuse_current_FunctionDeclaration_calculateMaxWaitTime(\n get_old_FunctionDeclaration_calculateMaxWaitTime());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_calculateMaxWaitTime\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_calculateMaxWaitTime():\n TypeOnly<typeof current.calculateMaxWaitTime>;\ndeclare function use_old_FunctionDeclaration_calculateMaxWaitTime(\n use: TypeOnly<typeof old.calculateMaxWaitTime>): void;\nuse_old_FunctionDeclaration_calculateMaxWaitTime(\n get_current_FunctionDeclaration_calculateMaxWaitTime());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_canBeCoalescedByService\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_canBeCoalescedByService():\n TypeOnly<typeof old.canBeCoalescedByService>;\ndeclare function use_current_FunctionDeclaration_canBeCoalescedByService(\n use: TypeOnly<typeof current.canBeCoalescedByService>): void;\nuse_current_FunctionDeclaration_canBeCoalescedByService(\n get_old_FunctionDeclaration_canBeCoalescedByService());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_canBeCoalescedByService\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_canBeCoalescedByService():\n TypeOnly<typeof current.canBeCoalescedByService>;\ndeclare function use_old_FunctionDeclaration_canBeCoalescedByService(\n use: TypeOnly<typeof old.canBeCoalescedByService>): void;\nuse_old_FunctionDeclaration_canBeCoalescedByService(\n get_current_FunctionDeclaration_canBeCoalescedByService());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_canRetryOnError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_VariableDeclaration_canRetryOnError():\n TypeOnly<typeof old.canRetryOnError>;\ndeclare function use_current_VariableDeclaration_canRetryOnError(\n use: TypeOnly<typeof current.canRetryOnError>): void;\nuse_current_VariableDeclaration_canRetryOnError(\n get_old_VariableDeclaration_canRetryOnError());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_canRetryOnError\": {\"backCompat\": false}\n*/\ndeclare function get_current_VariableDeclaration_canRetryOnError():\n TypeOnly<typeof current.canRetryOnError>;\ndeclare function use_old_VariableDeclaration_canRetryOnError(\n use: TypeOnly<typeof old.canRetryOnError>): void;\nuse_old_VariableDeclaration_canRetryOnError(\n get_current_VariableDeclaration_canRetryOnError());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_convertSummaryTreeToSnapshotITree\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_convertSummaryTreeToSnapshotITree():\n TypeOnly<typeof old.convertSummaryTreeToSnapshotITree>;\ndeclare function use_current_FunctionDeclaration_convertSummaryTreeToSnapshotITree(\n use: TypeOnly<typeof current.convertSummaryTreeToSnapshotITree>): void;\nuse_current_FunctionDeclaration_convertSummaryTreeToSnapshotITree(\n get_old_FunctionDeclaration_convertSummaryTreeToSnapshotITree());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_convertSummaryTreeToSnapshotITree\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_convertSummaryTreeToSnapshotITree():\n TypeOnly<typeof current.convertSummaryTreeToSnapshotITree>;\ndeclare function use_old_FunctionDeclaration_convertSummaryTreeToSnapshotITree(\n use: TypeOnly<typeof old.convertSummaryTreeToSnapshotITree>): void;\nuse_old_FunctionDeclaration_convertSummaryTreeToSnapshotITree(\n get_current_FunctionDeclaration_convertSummaryTreeToSnapshotITree());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_createGenericNetworkError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_createGenericNetworkError():\n TypeOnly<typeof old.createGenericNetworkError>;\ndeclare function use_current_FunctionDeclaration_createGenericNetworkError(\n use: TypeOnly<typeof current.createGenericNetworkError>): void;\nuse_current_FunctionDeclaration_createGenericNetworkError(\n get_old_FunctionDeclaration_createGenericNetworkError());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_createGenericNetworkError\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_createGenericNetworkError():\n TypeOnly<typeof current.createGenericNetworkError>;\ndeclare function use_old_FunctionDeclaration_createGenericNetworkError(\n use: TypeOnly<typeof old.createGenericNetworkError>): void;\nuse_old_FunctionDeclaration_createGenericNetworkError(\n get_current_FunctionDeclaration_createGenericNetworkError());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_createWriteError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_VariableDeclaration_createWriteError():\n TypeOnly<typeof old.createWriteError>;\ndeclare function use_current_VariableDeclaration_createWriteError(\n use: TypeOnly<typeof current.createWriteError>): void;\nuse_current_VariableDeclaration_createWriteError(\n get_old_VariableDeclaration_createWriteError());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_createWriteError\": {\"backCompat\": false}\n*/\ndeclare function get_current_VariableDeclaration_createWriteError():\n TypeOnly<typeof current.createWriteError>;\ndeclare function use_old_VariableDeclaration_createWriteError(\n use: TypeOnly<typeof old.createWriteError>): void;\nuse_old_VariableDeclaration_createWriteError(\n get_current_VariableDeclaration_createWriteError());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_emptyMessageStream\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_VariableDeclaration_emptyMessageStream():\n TypeOnly<typeof old.emptyMessageStream>;\ndeclare function use_current_VariableDeclaration_emptyMessageStream(\n use: TypeOnly<typeof current.emptyMessageStream>): void;\nuse_current_VariableDeclaration_emptyMessageStream(\n get_old_VariableDeclaration_emptyMessageStream());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_emptyMessageStream\": {\"backCompat\": false}\n*/\ndeclare function get_current_VariableDeclaration_emptyMessageStream():\n TypeOnly<typeof current.emptyMessageStream>;\ndeclare function use_old_VariableDeclaration_emptyMessageStream(\n use: TypeOnly<typeof old.emptyMessageStream>): void;\nuse_old_VariableDeclaration_emptyMessageStream(\n get_current_VariableDeclaration_emptyMessageStream());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_getDocAttributesFromProtocolSummary\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_getDocAttributesFromProtocolSummary():\n TypeOnly<typeof old.getDocAttributesFromProtocolSummary>;\ndeclare function use_current_FunctionDeclaration_getDocAttributesFromProtocolSummary(\n use: TypeOnly<typeof current.getDocAttributesFromProtocolSummary>): void;\nuse_current_FunctionDeclaration_getDocAttributesFromProtocolSummary(\n get_old_FunctionDeclaration_getDocAttributesFromProtocolSummary());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_getDocAttributesFromProtocolSummary\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_getDocAttributesFromProtocolSummary():\n TypeOnly<typeof current.getDocAttributesFromProtocolSummary>;\ndeclare function use_old_FunctionDeclaration_getDocAttributesFromProtocolSummary(\n use: TypeOnly<typeof old.getDocAttributesFromProtocolSummary>): void;\nuse_old_FunctionDeclaration_getDocAttributesFromProtocolSummary(\n get_current_FunctionDeclaration_getDocAttributesFromProtocolSummary());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_getQuorumValuesFromProtocolSummary\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_getQuorumValuesFromProtocolSummary():\n TypeOnly<typeof old.getQuorumValuesFromProtocolSummary>;\ndeclare function use_current_FunctionDeclaration_getQuorumValuesFromProtocolSummary(\n use: TypeOnly<typeof current.getQuorumValuesFromProtocolSummary>): void;\nuse_current_FunctionDeclaration_getQuorumValuesFromProtocolSummary(\n get_old_FunctionDeclaration_getQuorumValuesFromProtocolSummary());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_getQuorumValuesFromProtocolSummary\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_getQuorumValuesFromProtocolSummary():\n TypeOnly<typeof current.getQuorumValuesFromProtocolSummary>;\ndeclare function use_old_FunctionDeclaration_getQuorumValuesFromProtocolSummary(\n use: TypeOnly<typeof old.getQuorumValuesFromProtocolSummary>): void;\nuse_old_FunctionDeclaration_getQuorumValuesFromProtocolSummary(\n get_current_FunctionDeclaration_getQuorumValuesFromProtocolSummary());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_getRetryDelayFromError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_VariableDeclaration_getRetryDelayFromError():\n TypeOnly<typeof old.getRetryDelayFromError>;\ndeclare function use_current_VariableDeclaration_getRetryDelayFromError(\n use: TypeOnly<typeof current.getRetryDelayFromError>): void;\nuse_current_VariableDeclaration_getRetryDelayFromError(\n get_old_VariableDeclaration_getRetryDelayFromError());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_getRetryDelayFromError\": {\"backCompat\": false}\n*/\ndeclare function get_current_VariableDeclaration_getRetryDelayFromError():\n TypeOnly<typeof current.getRetryDelayFromError>;\ndeclare function use_old_VariableDeclaration_getRetryDelayFromError(\n use: TypeOnly<typeof old.getRetryDelayFromError>): void;\nuse_old_VariableDeclaration_getRetryDelayFromError(\n get_current_VariableDeclaration_getRetryDelayFromError());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_getRetryDelaySecondsFromError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_VariableDeclaration_getRetryDelaySecondsFromError():\n TypeOnly<typeof old.getRetryDelaySecondsFromError>;\ndeclare function use_current_VariableDeclaration_getRetryDelaySecondsFromError(\n use: TypeOnly<typeof current.getRetryDelaySecondsFromError>): void;\nuse_current_VariableDeclaration_getRetryDelaySecondsFromError(\n get_old_VariableDeclaration_getRetryDelaySecondsFromError());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_getRetryDelaySecondsFromError\": {\"backCompat\": false}\n*/\ndeclare function get_current_VariableDeclaration_getRetryDelaySecondsFromError():\n TypeOnly<typeof current.getRetryDelaySecondsFromError>;\ndeclare function use_old_VariableDeclaration_getRetryDelaySecondsFromError(\n use: TypeOnly<typeof old.getRetryDelaySecondsFromError>): void;\nuse_old_VariableDeclaration_getRetryDelaySecondsFromError(\n get_current_VariableDeclaration_getRetryDelaySecondsFromError());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_isCombinedAppAndProtocolSummary\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_isCombinedAppAndProtocolSummary():\n TypeOnly<typeof old.isCombinedAppAndProtocolSummary>;\ndeclare function use_current_FunctionDeclaration_isCombinedAppAndProtocolSummary(\n use: TypeOnly<typeof current.isCombinedAppAndProtocolSummary>): void;\nuse_current_FunctionDeclaration_isCombinedAppAndProtocolSummary(\n get_old_FunctionDeclaration_isCombinedAppAndProtocolSummary());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_isCombinedAppAndProtocolSummary\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_isCombinedAppAndProtocolSummary():\n TypeOnly<typeof current.isCombinedAppAndProtocolSummary>;\ndeclare function use_old_FunctionDeclaration_isCombinedAppAndProtocolSummary(\n use: TypeOnly<typeof old.isCombinedAppAndProtocolSummary>): void;\nuse_old_FunctionDeclaration_isCombinedAppAndProtocolSummary(\n get_current_FunctionDeclaration_isCombinedAppAndProtocolSummary());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_isOnline\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_isOnline():\n TypeOnly<typeof old.isOnline>;\ndeclare function use_current_FunctionDeclaration_isOnline(\n use: TypeOnly<typeof current.isOnline>): void;\nuse_current_FunctionDeclaration_isOnline(\n get_old_FunctionDeclaration_isOnline());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_isOnline\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_isOnline():\n TypeOnly<typeof current.isOnline>;\ndeclare function use_old_FunctionDeclaration_isOnline(\n use: TypeOnly<typeof old.isOnline>): void;\nuse_old_FunctionDeclaration_isOnline(\n get_current_FunctionDeclaration_isOnline());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_isRuntimeMessage\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_isRuntimeMessage():\n TypeOnly<typeof old.isRuntimeMessage>;\ndeclare function use_current_FunctionDeclaration_isRuntimeMessage(\n use: TypeOnly<typeof current.isRuntimeMessage>): void;\nuse_current_FunctionDeclaration_isRuntimeMessage(\n get_old_FunctionDeclaration_isRuntimeMessage());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_isRuntimeMessage\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_isRuntimeMessage():\n TypeOnly<typeof current.isRuntimeMessage>;\ndeclare function use_old_FunctionDeclaration_isRuntimeMessage(\n use: TypeOnly<typeof old.isRuntimeMessage>): void;\nuse_old_FunctionDeclaration_isRuntimeMessage(\n get_current_FunctionDeclaration_isRuntimeMessage());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_logNetworkFailure\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_logNetworkFailure():\n TypeOnly<typeof old.logNetworkFailure>;\ndeclare function use_current_FunctionDeclaration_logNetworkFailure(\n use: TypeOnly<typeof current.logNetworkFailure>): void;\nuse_current_FunctionDeclaration_logNetworkFailure(\n get_old_FunctionDeclaration_logNetworkFailure());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_logNetworkFailure\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_logNetworkFailure():\n TypeOnly<typeof current.logNetworkFailure>;\ndeclare function use_old_FunctionDeclaration_logNetworkFailure(\n use: TypeOnly<typeof old.logNetworkFailure>): void;\nuse_old_FunctionDeclaration_logNetworkFailure(\n get_current_FunctionDeclaration_logNetworkFailure());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_readAndParse\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_readAndParse():\n TypeOnly<typeof old.readAndParse>;\ndeclare function use_current_FunctionDeclaration_readAndParse(\n use: TypeOnly<typeof current.readAndParse>): void;\nuse_current_FunctionDeclaration_readAndParse(\n get_old_FunctionDeclaration_readAndParse());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_readAndParse\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_readAndParse():\n TypeOnly<typeof current.readAndParse>;\ndeclare function use_old_FunctionDeclaration_readAndParse(\n use: TypeOnly<typeof old.readAndParse>): void;\nuse_old_FunctionDeclaration_readAndParse(\n get_current_FunctionDeclaration_readAndParse());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_requestOps\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_requestOps():\n TypeOnly<typeof old.requestOps>;\ndeclare function use_current_FunctionDeclaration_requestOps(\n use: TypeOnly<typeof current.requestOps>): void;\nuse_current_FunctionDeclaration_requestOps(\n get_old_FunctionDeclaration_requestOps());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_requestOps\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_requestOps():\n TypeOnly<typeof current.requestOps>;\ndeclare function use_old_FunctionDeclaration_requestOps(\n use: TypeOnly<typeof old.requestOps>): void;\nuse_old_FunctionDeclaration_requestOps(\n get_current_FunctionDeclaration_requestOps());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_runWithRetry\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_runWithRetry():\n TypeOnly<typeof old.runWithRetry>;\ndeclare function use_current_FunctionDeclaration_runWithRetry(\n use: TypeOnly<typeof current.runWithRetry>): void;\nuse_current_FunctionDeclaration_runWithRetry(\n get_old_FunctionDeclaration_runWithRetry());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_runWithRetry\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_runWithRetry():\n TypeOnly<typeof current.runWithRetry>;\ndeclare function use_old_FunctionDeclaration_runWithRetry(\n use: TypeOnly<typeof old.runWithRetry>): void;\nuse_old_FunctionDeclaration_runWithRetry(\n get_current_FunctionDeclaration_runWithRetry());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_streamFromMessages\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_streamFromMessages():\n TypeOnly<typeof old.streamFromMessages>;\ndeclare function use_current_FunctionDeclaration_streamFromMessages(\n use: TypeOnly<typeof current.streamFromMessages>): void;\nuse_current_FunctionDeclaration_streamFromMessages(\n get_old_FunctionDeclaration_streamFromMessages());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_streamFromMessages\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_streamFromMessages():\n TypeOnly<typeof current.streamFromMessages>;\ndeclare function use_old_FunctionDeclaration_streamFromMessages(\n use: TypeOnly<typeof old.streamFromMessages>): void;\nuse_old_FunctionDeclaration_streamFromMessages(\n get_current_FunctionDeclaration_streamFromMessages());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_streamObserver\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_streamObserver():\n TypeOnly<typeof old.streamObserver>;\ndeclare function use_current_FunctionDeclaration_streamObserver(\n use: TypeOnly<typeof current.streamObserver>): void;\nuse_current_FunctionDeclaration_streamObserver(\n get_old_FunctionDeclaration_streamObserver());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_streamObserver\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_streamObserver():\n TypeOnly<typeof current.streamObserver>;\ndeclare function use_old_FunctionDeclaration_streamObserver(\n use: TypeOnly<typeof old.streamObserver>): void;\nuse_old_FunctionDeclaration_streamObserver(\n get_current_FunctionDeclaration_streamObserver());\n"]}
|
|
File without changes
|