@fluidframework/driver-definitions 0.46.1000-59258 → 0.46.2000

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/api-report/driver-definitions.api.md +1 -2
  2. package/dist/driverError.d.ts +4 -4
  3. package/dist/driverError.js +4 -4
  4. package/dist/driverError.js.map +1 -1
  5. package/dist/storage.js.map +1 -1
  6. package/dist/urlResolver.d.ts +2 -2
  7. package/dist/urlResolver.d.ts.map +1 -1
  8. package/dist/urlResolver.js +0 -4
  9. package/dist/urlResolver.js.map +1 -1
  10. package/lib/driverError.d.ts +4 -4
  11. package/lib/driverError.js +4 -4
  12. package/lib/driverError.js.map +1 -1
  13. package/lib/storage.js.map +1 -1
  14. package/lib/test/types/validateDriverDefinitionsPrevious.d.ts +2 -0
  15. package/lib/test/types/validateDriverDefinitionsPrevious.d.ts.map +1 -0
  16. package/lib/test/types/{validate0.45.1000.js → validateDriverDefinitionsPrevious.js} +4 -10
  17. package/lib/test/types/validateDriverDefinitionsPrevious.js.map +1 -0
  18. package/lib/urlResolver.d.ts +2 -2
  19. package/lib/urlResolver.d.ts.map +1 -1
  20. package/lib/urlResolver.js +0 -4
  21. package/lib/urlResolver.js.map +1 -1
  22. package/package.json +23 -162
  23. package/src/driverError.ts +4 -4
  24. package/src/storage.ts +1 -1
  25. package/src/urlResolver.ts +5 -6
  26. package/lib/test/types/validate0.39.8.d.ts +0 -2
  27. package/lib/test/types/validate0.39.8.d.ts.map +0 -1
  28. package/lib/test/types/validate0.39.8.js +0 -90
  29. package/lib/test/types/validate0.39.8.js.map +0 -1
  30. package/lib/test/types/validate0.40.0.d.ts +0 -2
  31. package/lib/test/types/validate0.40.0.d.ts.map +0 -1
  32. package/lib/test/types/validate0.40.0.js +0 -70
  33. package/lib/test/types/validate0.40.0.js.map +0 -1
  34. package/lib/test/types/validate0.41.0.d.ts +0 -2
  35. package/lib/test/types/validate0.41.0.d.ts.map +0 -1
  36. package/lib/test/types/validate0.41.0.js +0 -70
  37. package/lib/test/types/validate0.41.0.js.map +0 -1
  38. package/lib/test/types/validate0.42.0.d.ts +0 -2
  39. package/lib/test/types/validate0.42.0.d.ts.map +0 -1
  40. package/lib/test/types/validate0.42.0.js +0 -70
  41. package/lib/test/types/validate0.42.0.js.map +0 -1
  42. package/lib/test/types/validate0.43.0.d.ts +0 -2
  43. package/lib/test/types/validate0.43.0.d.ts.map +0 -1
  44. package/lib/test/types/validate0.43.0.js +0 -68
  45. package/lib/test/types/validate0.43.0.js.map +0 -1
  46. package/lib/test/types/validate0.44.0.d.ts +0 -2
  47. package/lib/test/types/validate0.44.0.d.ts.map +0 -1
  48. package/lib/test/types/validate0.44.0.js +0 -66
  49. package/lib/test/types/validate0.44.0.js.map +0 -1
  50. package/lib/test/types/validate0.45.1000.d.ts +0 -2
  51. package/lib/test/types/validate0.45.1000.d.ts.map +0 -1
  52. package/lib/test/types/validate0.45.1000.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/driver-definitions",
3
- "version": "0.46.1000-59258",
3
+ "version": "0.46.2000",
4
4
  "description": "Fluid driver definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,15 +15,13 @@
15
15
  "module": "lib/index.js",
16
16
  "types": "dist/index.d.ts",
17
17
  "scripts": {
18
- "build": "npm run build:gen && concurrently npm:build:compile npm:lint && npm run build:docs",
19
- "build:compile": "concurrently npm:tsc npm:build:esnext",
18
+ "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
19
+ "build:compile": "concurrently npm:typetests:gen npm:tsc npm:build:esnext",
20
20
  "build:docs": "api-extractor run --local --typescript-compiler-folder ./node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
21
21
  "build:esnext": "tsc --project ./tsconfig.esnext.json",
22
22
  "build:full": "npm run build",
23
23
  "build:full:compile": "npm run build:compile",
24
- "build:gen": "npm run build:gen:typetests",
25
- "build:gen:typetests": "fluid-type-validator -d .",
26
- "ci:build": "npm run build:gen && npm run build:compile",
24
+ "ci:build": "npm run build:compile",
27
25
  "ci:build:docs": "api-extractor run --typescript-compiler-folder ./node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
28
26
  "ci:test": "echo No test for this package",
29
27
  "ci:test:coverage": "echo No test for this package",
@@ -35,25 +33,21 @@
35
33
  "tsc": "tsc",
36
34
  "tsc:watch": "tsc --watch",
37
35
  "tsfmt": "tsfmt --verify",
38
- "tsfmt:fix": "tsfmt --replace"
36
+ "tsfmt:fix": "tsfmt --replace",
37
+ "typetests:gen": "fluid-type-validator -d .",
38
+ "typetests:prepare": "fluid-type-validator -d . -p"
39
39
  },
40
40
  "dependencies": {
41
- "@fluidframework/common-definitions": "^0.20.0",
42
- "@fluidframework/core-interfaces": "^0.42.0",
43
- "@fluidframework/protocol-definitions": "^0.1028.1000-0"
41
+ "@fluidframework/common-definitions": "^0.20.1",
42
+ "@fluidframework/core-interfaces": "^0.43.1000",
43
+ "@fluidframework/protocol-definitions": "^0.1028.2000"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@fluidframework/build-common": "^0.23.0",
47
- "@fluidframework/build-tools": "^0.2.58041",
48
- "@fluidframework/driver-definitions-0.39.8": "npm:@fluidframework/driver-definitions@0.39.8",
49
- "@fluidframework/driver-definitions-0.40.0": "npm:@fluidframework/driver-definitions@0.40.0",
50
- "@fluidframework/driver-definitions-0.41.0": "npm:@fluidframework/driver-definitions@0.41.0",
51
- "@fluidframework/driver-definitions-0.42.0": "npm:@fluidframework/driver-definitions@0.42.0",
52
- "@fluidframework/driver-definitions-0.43.0": "npm:@fluidframework/driver-definitions@0.43.0",
53
- "@fluidframework/driver-definitions-0.44.0": "npm:@fluidframework/driver-definitions@0.44.0",
54
- "@fluidframework/driver-definitions-0.45.1000": "npm:@fluidframework/driver-definitions@0.45.1000",
55
- "@fluidframework/eslint-config-fluid": "^0.27.0",
56
- "@microsoft/api-extractor": "^7.16.1",
47
+ "@fluidframework/build-tools": "^0.2.70857",
48
+ "@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@0.46.1000",
49
+ "@fluidframework/eslint-config-fluid": "^0.28.2000",
50
+ "@microsoft/api-extractor": "^7.22.2",
57
51
  "@rushstack/eslint-config": "^2.5.1",
58
52
  "@typescript-eslint/eslint-plugin": "~5.9.0",
59
53
  "@typescript-eslint/parser": "~5.9.0",
@@ -63,153 +57,20 @@
63
57
  "eslint-plugin-editorconfig": "~3.2.0",
64
58
  "eslint-plugin-eslint-comments": "~3.2.0",
65
59
  "eslint-plugin-import": "~2.25.4",
66
- "eslint-plugin-no-null": "~1.0.2",
60
+ "eslint-plugin-jest": "~26.1.3",
61
+ "eslint-plugin-jsdoc": "~39.3.0",
62
+ "eslint-plugin-mocha": "~10.0.3",
63
+ "eslint-plugin-promise": "~6.0.0",
67
64
  "eslint-plugin-react": "~7.28.0",
65
+ "eslint-plugin-tsdoc": "~0.2.14",
68
66
  "eslint-plugin-unicorn": "~40.0.0",
67
+ "eslint-plugin-unused-imports": "~2.0.0",
69
68
  "rimraf": "^2.6.2",
70
- "typescript": "~4.1.3",
69
+ "typescript": "~4.5.5",
71
70
  "typescript-formatter": "7.1.0"
72
71
  },
73
72
  "typeValidation": {
74
- "version": "0.46.1000",
75
- "broken": {
76
- "0.39.8": {
77
- "TypeAliasDeclaration_DriverError": {
78
- "backCompat": false
79
- },
80
- "EnumDeclaration_DriverErrorType": {
81
- "backCompat": false
82
- },
83
- "InterfaceDeclaration_IAuthorizationError": {
84
- "backCompat": false
85
- },
86
- "InterfaceDeclaration_IDocumentDeltaConnection": {
87
- "forwardCompat": false,
88
- "backCompat": false
89
- },
90
- "InterfaceDeclaration_IDocumentService": {
91
- "forwardCompat": false,
92
- "backCompat": false
93
- },
94
- "InterfaceDeclaration_IDocumentServiceFactory": {
95
- "forwardCompat": false,
96
- "backCompat": false
97
- },
98
- "InterfaceDeclaration_IDriverBasicError": {
99
- "backCompat": false
100
- },
101
- "InterfaceDeclaration_IDriverErrorBase": {
102
- "backCompat": false
103
- },
104
- "InterfaceDeclaration_IGenericNetworkError": {
105
- "backCompat": false
106
- },
107
- "InterfaceDeclaration_IThrottlingWarning": {
108
- "backCompat": false
109
- },
110
- "get_current_InterfaceDeclaration_IDocumentDeltaConnection": {
111
- "backCompat": false
112
- },
113
- "InterfaceDeclaration_DriverPreCheckInfo": {
114
- "backCompat": false
115
- },
116
- "InterfaceDeclaration_IDocumentStorageService": {
117
- "backCompat": false
118
- }
119
- },
120
- "0.40.0": {
121
- "InterfaceDeclaration_IDocumentDeltaConnection": {
122
- "backCompat": false
123
- },
124
- "InterfaceDeclaration_IDocumentService": {
125
- "backCompat": false
126
- },
127
- "InterfaceDeclaration_IDocumentServiceFactory": {
128
- "backCompat": false
129
- },
130
- "get_current_InterfaceDeclaration_IDocumentDeltaConnection": {
131
- "backCompat": false
132
- },
133
- "InterfaceDeclaration_DriverPreCheckInfo": {
134
- "backCompat": false
135
- },
136
- "InterfaceDeclaration_IDocumentStorageService": {
137
- "backCompat": false
138
- }
139
- },
140
- "0.41.0": {
141
- "InterfaceDeclaration_IDocumentDeltaConnection": {
142
- "backCompat": false
143
- },
144
- "InterfaceDeclaration_IDocumentService": {
145
- "backCompat": false
146
- },
147
- "InterfaceDeclaration_IDocumentServiceFactory": {
148
- "backCompat": false
149
- },
150
- "get_current_InterfaceDeclaration_IDocumentDeltaConnection": {
151
- "backCompat": false
152
- },
153
- "InterfaceDeclaration_DriverPreCheckInfo": {
154
- "backCompat": false
155
- },
156
- "InterfaceDeclaration_IDocumentStorageService": {
157
- "backCompat": false
158
- }
159
- },
160
- "0.42.0": {
161
- "InterfaceDeclaration_IDocumentDeltaConnection": {
162
- "backCompat": false
163
- },
164
- "InterfaceDeclaration_IDocumentService": {
165
- "backCompat": false
166
- },
167
- "InterfaceDeclaration_IDocumentServiceFactory": {
168
- "backCompat": false
169
- },
170
- "InterfaceDeclaration_DriverPreCheckInfo": {
171
- "backCompat": false
172
- },
173
- "InterfaceDeclaration_IDocumentStorageService": {
174
- "backCompat": false
175
- }
176
- },
177
- "0.43.0": {
178
- "InterfaceDeclaration_DriverPreCheckInfo": {
179
- "backCompat": false
180
- },
181
- "InterfaceDeclaration_IDocumentService": {
182
- "backCompat": false
183
- },
184
- "InterfaceDeclaration_IDocumentServiceFactory": {
185
- "backCompat": false
186
- },
187
- "InterfaceDeclaration_IDocumentStorageService": {
188
- "backCompat": false
189
- }
190
- },
191
- "0.44.0": {
192
- "InterfaceDeclaration_IDocumentService": {
193
- "backCompat": false
194
- },
195
- "InterfaceDeclaration_IDocumentServiceFactory": {
196
- "backCompat": false
197
- },
198
- "InterfaceDeclaration_IDocumentStorageService": {
199
- "backCompat": false
200
- }
201
- },
202
- "0.45.1000": {
203
- "InterfaceDeclaration_IDocumentService": {
204
- "backCompat": false
205
- },
206
- "InterfaceDeclaration_IDocumentServiceFactory": {
207
- "backCompat": false
208
- },
209
- "InterfaceDeclaration_IDocumentStorageService": {
210
- "backCompat": false
211
- }
212
- }
213
- }
73
+ "version": "0.46.2000",
74
+ "broken": {}
214
75
  }
215
76
  }
@@ -51,10 +51,10 @@ export enum DriverErrorType {
51
51
  writeError = "writeError",
52
52
 
53
53
  /**
54
- * Generic fetch failure.
55
- * Most of such failures are due to client being offline, or DNS is not reachable, such errors map to
56
- * DriverErrorType.offlineError. Anything else that can't be diagnose as likely offline maps to this error.
57
- * This can also indicate no response from server.
54
+ * A generic fetch failure that indicates we were not able to get a response from the server.
55
+ * This may be due to the client being offline (though, if we are able to detect offline state it will be
56
+ * logged as an offlineError instead). Other possibilities could be DNS errors, malformed fetch request,
57
+ * CSP violation, etc.
58
58
  */
59
59
  fetchFailure = "fetchFailure",
60
60
 
package/src/storage.ts CHANGED
@@ -226,7 +226,7 @@ export interface IDocumentDeltaConnection extends IDisposable, IEventProvider<ID
226
226
  * to better understand server environment etc. and use it in case error occurs.
227
227
  * Format: "prop1:val1;prop2:val2;prop3:val3"
228
228
  */
229
- relayServiceAgent?: string,
229
+ relayServiceAgent?: string;
230
230
 
231
231
  /**
232
232
  * Submit a new message to the server
@@ -2,8 +2,7 @@
2
2
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
3
  * Licensed under the MIT License.
4
4
  */
5
-
6
- import { IRequest, IFluidCodeDetails } from "@fluidframework/core-interfaces";
5
+ import { IRequest } from "@fluidframework/core-interfaces";
7
6
 
8
7
  export type IResolvedUrl = IWebResolvedUrl | IFluidResolvedUrl;
9
8
 
@@ -21,10 +20,10 @@ export interface IFluidResolvedUrl extends IResolvedUrlBase {
21
20
  /**
22
21
  * The id of the container this resolved url is for.
23
22
  */
24
- id: string,
23
+ id: string;
25
24
  url: string;
26
- tokens: { [name: string]: string };
27
- endpoints: { [name: string]: string };
25
+ tokens: { [name: string]: string; };
26
+ endpoints: { [name: string]: string; };
28
27
  }
29
28
 
30
29
  /**
@@ -48,7 +47,7 @@ export interface IUrlResolver {
48
47
  getAbsoluteUrl(
49
48
  resolvedUrl: IResolvedUrl,
50
49
  relativeUrl: string,
51
- packageInfoSource?: IFluidCodeDetails | IContainerPackageInfo,
50
+ packageInfoSource?: IContainerPackageInfo,
52
51
  ): Promise<string>;
53
52
  }
54
53
 
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=validate0.39.8.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"validate0.39.8.d.ts","sourceRoot":"","sources":["../../../src/test/types/validate0.39.8.ts"],"names":[],"mappings":""}
@@ -1,90 +0,0 @@
1
- use_current_TypeAliasDeclaration_DriverError(get_old_TypeAliasDeclaration_DriverError());
2
- use_old_TypeAliasDeclaration_DriverError(
3
- // @ts-expect-error compatibility expected to be broken
4
- get_current_TypeAliasDeclaration_DriverError());
5
- use_current_EnumDeclaration_DriverErrorType(get_old_EnumDeclaration_DriverErrorType());
6
- use_old_EnumDeclaration_DriverErrorType(
7
- // @ts-expect-error compatibility expected to be broken
8
- get_current_EnumDeclaration_DriverErrorType());
9
- use_current_EnumDeclaration_DriverHeader(get_old_EnumDeclaration_DriverHeader());
10
- use_old_EnumDeclaration_DriverHeader(get_current_EnumDeclaration_DriverHeader());
11
- use_current_InterfaceDeclaration_DriverPreCheckInfo(get_old_InterfaceDeclaration_DriverPreCheckInfo());
12
- use_old_InterfaceDeclaration_DriverPreCheckInfo(
13
- // @ts-expect-error compatibility expected to be broken
14
- get_current_InterfaceDeclaration_DriverPreCheckInfo());
15
- use_current_InterfaceDeclaration_IAuthorizationError(get_old_InterfaceDeclaration_IAuthorizationError());
16
- use_old_InterfaceDeclaration_IAuthorizationError(
17
- // @ts-expect-error compatibility expected to be broken
18
- get_current_InterfaceDeclaration_IAuthorizationError());
19
- use_current_InterfaceDeclaration_IDeltasFetchResult(get_old_InterfaceDeclaration_IDeltasFetchResult());
20
- use_old_InterfaceDeclaration_IDeltasFetchResult(get_current_InterfaceDeclaration_IDeltasFetchResult());
21
- use_current_InterfaceDeclaration_IDeltaStorageService(get_old_InterfaceDeclaration_IDeltaStorageService());
22
- use_old_InterfaceDeclaration_IDeltaStorageService(get_current_InterfaceDeclaration_IDeltaStorageService());
23
- use_current_InterfaceDeclaration_IDocumentDeltaConnection(
24
- // @ts-expect-error compatibility expected to be broken
25
- get_old_InterfaceDeclaration_IDocumentDeltaConnection());
26
- use_old_InterfaceDeclaration_IDocumentDeltaConnection(
27
- // @ts-expect-error compatibility expected to be broken
28
- get_current_InterfaceDeclaration_IDocumentDeltaConnection());
29
- use_current_InterfaceDeclaration_IDocumentDeltaConnectionEvents(get_old_InterfaceDeclaration_IDocumentDeltaConnectionEvents());
30
- use_old_InterfaceDeclaration_IDocumentDeltaConnectionEvents(get_current_InterfaceDeclaration_IDocumentDeltaConnectionEvents());
31
- use_current_InterfaceDeclaration_IDocumentDeltaStorageService(get_old_InterfaceDeclaration_IDocumentDeltaStorageService());
32
- use_old_InterfaceDeclaration_IDocumentDeltaStorageService(get_current_InterfaceDeclaration_IDocumentDeltaStorageService());
33
- use_current_InterfaceDeclaration_IDocumentService(
34
- // @ts-expect-error compatibility expected to be broken
35
- get_old_InterfaceDeclaration_IDocumentService());
36
- use_old_InterfaceDeclaration_IDocumentService(
37
- // @ts-expect-error compatibility expected to be broken
38
- get_current_InterfaceDeclaration_IDocumentService());
39
- use_current_InterfaceDeclaration_IDocumentServiceFactory(
40
- // @ts-expect-error compatibility expected to be broken
41
- get_old_InterfaceDeclaration_IDocumentServiceFactory());
42
- use_old_InterfaceDeclaration_IDocumentServiceFactory(
43
- // @ts-expect-error compatibility expected to be broken
44
- get_current_InterfaceDeclaration_IDocumentServiceFactory());
45
- use_current_InterfaceDeclaration_IDocumentServicePolicies(get_old_InterfaceDeclaration_IDocumentServicePolicies());
46
- use_old_InterfaceDeclaration_IDocumentServicePolicies(get_current_InterfaceDeclaration_IDocumentServicePolicies());
47
- use_current_InterfaceDeclaration_IDocumentStorageService(get_old_InterfaceDeclaration_IDocumentStorageService());
48
- use_old_InterfaceDeclaration_IDocumentStorageService(
49
- // @ts-expect-error compatibility expected to be broken
50
- get_current_InterfaceDeclaration_IDocumentStorageService());
51
- use_current_InterfaceDeclaration_IDocumentStorageServicePolicies(get_old_InterfaceDeclaration_IDocumentStorageServicePolicies());
52
- use_old_InterfaceDeclaration_IDocumentStorageServicePolicies(get_current_InterfaceDeclaration_IDocumentStorageServicePolicies());
53
- use_current_InterfaceDeclaration_IDriverBasicError(get_old_InterfaceDeclaration_IDriverBasicError());
54
- use_old_InterfaceDeclaration_IDriverBasicError(
55
- // @ts-expect-error compatibility expected to be broken
56
- get_current_InterfaceDeclaration_IDriverBasicError());
57
- use_current_InterfaceDeclaration_IDriverErrorBase(get_old_InterfaceDeclaration_IDriverErrorBase());
58
- use_old_InterfaceDeclaration_IDriverErrorBase(
59
- // @ts-expect-error compatibility expected to be broken
60
- get_current_InterfaceDeclaration_IDriverErrorBase());
61
- use_current_InterfaceDeclaration_IDriverHeader(get_old_InterfaceDeclaration_IDriverHeader());
62
- use_old_InterfaceDeclaration_IDriverHeader(get_current_InterfaceDeclaration_IDriverHeader());
63
- use_current_InterfaceDeclaration_IFluidResolvedUrl(get_old_InterfaceDeclaration_IFluidResolvedUrl());
64
- use_old_InterfaceDeclaration_IFluidResolvedUrl(get_current_InterfaceDeclaration_IFluidResolvedUrl());
65
- use_current_InterfaceDeclaration_IGenericNetworkError(get_old_InterfaceDeclaration_IGenericNetworkError());
66
- use_old_InterfaceDeclaration_IGenericNetworkError(
67
- // @ts-expect-error compatibility expected to be broken
68
- get_current_InterfaceDeclaration_IGenericNetworkError());
69
- use_current_TypeAliasDeclaration_IResolvedUrl(get_old_TypeAliasDeclaration_IResolvedUrl());
70
- use_old_TypeAliasDeclaration_IResolvedUrl(get_current_TypeAliasDeclaration_IResolvedUrl());
71
- use_current_InterfaceDeclaration_IResolvedUrlBase(get_old_InterfaceDeclaration_IResolvedUrlBase());
72
- use_old_InterfaceDeclaration_IResolvedUrlBase(get_current_InterfaceDeclaration_IResolvedUrlBase());
73
- use_current_InterfaceDeclaration_IStream(get_old_InterfaceDeclaration_IStream());
74
- use_old_InterfaceDeclaration_IStream(get_current_InterfaceDeclaration_IStream());
75
- use_current_TypeAliasDeclaration_IStreamResult(get_old_TypeAliasDeclaration_IStreamResult());
76
- use_old_TypeAliasDeclaration_IStreamResult(get_current_TypeAliasDeclaration_IStreamResult());
77
- use_current_InterfaceDeclaration_ISummaryContext(get_old_InterfaceDeclaration_ISummaryContext());
78
- use_old_InterfaceDeclaration_ISummaryContext(get_current_InterfaceDeclaration_ISummaryContext());
79
- use_current_InterfaceDeclaration_IThrottlingWarning(get_old_InterfaceDeclaration_IThrottlingWarning());
80
- use_old_InterfaceDeclaration_IThrottlingWarning(
81
- // @ts-expect-error compatibility expected to be broken
82
- get_current_InterfaceDeclaration_IThrottlingWarning());
83
- use_current_InterfaceDeclaration_IUrlResolver(get_old_InterfaceDeclaration_IUrlResolver());
84
- use_old_InterfaceDeclaration_IUrlResolver(get_current_InterfaceDeclaration_IUrlResolver());
85
- use_current_InterfaceDeclaration_IWebResolvedUrl(get_old_InterfaceDeclaration_IWebResolvedUrl());
86
- use_old_InterfaceDeclaration_IWebResolvedUrl(get_current_InterfaceDeclaration_IWebResolvedUrl());
87
- use_current_EnumDeclaration_LoaderCachingPolicy(get_old_EnumDeclaration_LoaderCachingPolicy());
88
- use_old_EnumDeclaration_LoaderCachingPolicy(get_current_EnumDeclaration_LoaderCachingPolicy());
89
- export {};
90
- //# sourceMappingURL=validate0.39.8.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"validate0.39.8.js","sourceRoot":"","sources":["../../../src/test/types/validate0.39.8.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-validator in @fluidframework/build-tools.\n */\nimport * as old from \"@fluidframework/driver-definitions-0.39.8\";\nimport * as current from \"../../index\";\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.0.39.8:\n* \"TypeAliasDeclaration_DriverError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_DriverError():\n old.DriverError;\ndeclare function use_current_TypeAliasDeclaration_DriverError(\n use: current.DriverError);\nuse_current_TypeAliasDeclaration_DriverError(\n get_old_TypeAliasDeclaration_DriverError());\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.0.39.8:\n* \"TypeAliasDeclaration_DriverError\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_DriverError():\n current.DriverError;\ndeclare function use_old_TypeAliasDeclaration_DriverError(\n use: old.DriverError);\nuse_old_TypeAliasDeclaration_DriverError(\n // @ts-expect-error compatibility expected to be broken\n get_current_TypeAliasDeclaration_DriverError());\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.0.39.8:\n* \"EnumDeclaration_DriverErrorType\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_EnumDeclaration_DriverErrorType():\n old.DriverErrorType;\ndeclare function use_current_EnumDeclaration_DriverErrorType(\n use: current.DriverErrorType);\nuse_current_EnumDeclaration_DriverErrorType(\n get_old_EnumDeclaration_DriverErrorType());\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.0.39.8:\n* \"EnumDeclaration_DriverErrorType\": {\"backCompat\": false}\n*/\ndeclare function get_current_EnumDeclaration_DriverErrorType():\n current.DriverErrorType;\ndeclare function use_old_EnumDeclaration_DriverErrorType(\n use: old.DriverErrorType);\nuse_old_EnumDeclaration_DriverErrorType(\n // @ts-expect-error compatibility expected to be broken\n get_current_EnumDeclaration_DriverErrorType());\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.0.39.8:\n* \"EnumDeclaration_DriverHeader\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_EnumDeclaration_DriverHeader():\n old.DriverHeader;\ndeclare function use_current_EnumDeclaration_DriverHeader(\n use: current.DriverHeader);\nuse_current_EnumDeclaration_DriverHeader(\n get_old_EnumDeclaration_DriverHeader());\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.0.39.8:\n* \"EnumDeclaration_DriverHeader\": {\"backCompat\": false}\n*/\ndeclare function get_current_EnumDeclaration_DriverHeader():\n current.DriverHeader;\ndeclare function use_old_EnumDeclaration_DriverHeader(\n use: old.DriverHeader);\nuse_old_EnumDeclaration_DriverHeader(\n get_current_EnumDeclaration_DriverHeader());\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.0.39.8:\n* \"InterfaceDeclaration_DriverPreCheckInfo\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_DriverPreCheckInfo():\n old.DriverPreCheckInfo;\ndeclare function use_current_InterfaceDeclaration_DriverPreCheckInfo(\n use: current.DriverPreCheckInfo);\nuse_current_InterfaceDeclaration_DriverPreCheckInfo(\n get_old_InterfaceDeclaration_DriverPreCheckInfo());\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.0.39.8:\n* \"InterfaceDeclaration_DriverPreCheckInfo\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_DriverPreCheckInfo():\n current.DriverPreCheckInfo;\ndeclare function use_old_InterfaceDeclaration_DriverPreCheckInfo(\n use: old.DriverPreCheckInfo);\nuse_old_InterfaceDeclaration_DriverPreCheckInfo(\n // @ts-expect-error compatibility expected to be broken\n get_current_InterfaceDeclaration_DriverPreCheckInfo());\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.0.39.8:\n* \"InterfaceDeclaration_IAuthorizationError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IAuthorizationError():\n old.IAuthorizationError;\ndeclare function use_current_InterfaceDeclaration_IAuthorizationError(\n use: current.IAuthorizationError);\nuse_current_InterfaceDeclaration_IAuthorizationError(\n get_old_InterfaceDeclaration_IAuthorizationError());\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.0.39.8:\n* \"InterfaceDeclaration_IAuthorizationError\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IAuthorizationError():\n current.IAuthorizationError;\ndeclare function use_old_InterfaceDeclaration_IAuthorizationError(\n use: old.IAuthorizationError);\nuse_old_InterfaceDeclaration_IAuthorizationError(\n // @ts-expect-error compatibility expected to be broken\n get_current_InterfaceDeclaration_IAuthorizationError());\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.0.39.8:\n* \"InterfaceDeclaration_IDeltasFetchResult\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IDeltasFetchResult():\n old.IDeltasFetchResult;\ndeclare function use_current_InterfaceDeclaration_IDeltasFetchResult(\n use: current.IDeltasFetchResult);\nuse_current_InterfaceDeclaration_IDeltasFetchResult(\n get_old_InterfaceDeclaration_IDeltasFetchResult());\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.0.39.8:\n* \"InterfaceDeclaration_IDeltasFetchResult\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IDeltasFetchResult():\n current.IDeltasFetchResult;\ndeclare function use_old_InterfaceDeclaration_IDeltasFetchResult(\n use: old.IDeltasFetchResult);\nuse_old_InterfaceDeclaration_IDeltasFetchResult(\n get_current_InterfaceDeclaration_IDeltasFetchResult());\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.0.39.8:\n* \"InterfaceDeclaration_IDeltaStorageService\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IDeltaStorageService():\n old.IDeltaStorageService;\ndeclare function use_current_InterfaceDeclaration_IDeltaStorageService(\n use: current.IDeltaStorageService);\nuse_current_InterfaceDeclaration_IDeltaStorageService(\n get_old_InterfaceDeclaration_IDeltaStorageService());\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.0.39.8:\n* \"InterfaceDeclaration_IDeltaStorageService\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IDeltaStorageService():\n current.IDeltaStorageService;\ndeclare function use_old_InterfaceDeclaration_IDeltaStorageService(\n use: old.IDeltaStorageService);\nuse_old_InterfaceDeclaration_IDeltaStorageService(\n get_current_InterfaceDeclaration_IDeltaStorageService());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentDeltaConnection\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IDocumentDeltaConnection():\n old.IDocumentDeltaConnection;\ndeclare function use_current_InterfaceDeclaration_IDocumentDeltaConnection(\n use: current.IDocumentDeltaConnection);\nuse_current_InterfaceDeclaration_IDocumentDeltaConnection(\n // @ts-expect-error compatibility expected to be broken\n get_old_InterfaceDeclaration_IDocumentDeltaConnection());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentDeltaConnection\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IDocumentDeltaConnection():\n current.IDocumentDeltaConnection;\ndeclare function use_old_InterfaceDeclaration_IDocumentDeltaConnection(\n use: old.IDocumentDeltaConnection);\nuse_old_InterfaceDeclaration_IDocumentDeltaConnection(\n // @ts-expect-error compatibility expected to be broken\n get_current_InterfaceDeclaration_IDocumentDeltaConnection());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentDeltaConnectionEvents\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IDocumentDeltaConnectionEvents():\n old.IDocumentDeltaConnectionEvents;\ndeclare function use_current_InterfaceDeclaration_IDocumentDeltaConnectionEvents(\n use: current.IDocumentDeltaConnectionEvents);\nuse_current_InterfaceDeclaration_IDocumentDeltaConnectionEvents(\n get_old_InterfaceDeclaration_IDocumentDeltaConnectionEvents());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentDeltaConnectionEvents\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IDocumentDeltaConnectionEvents():\n current.IDocumentDeltaConnectionEvents;\ndeclare function use_old_InterfaceDeclaration_IDocumentDeltaConnectionEvents(\n use: old.IDocumentDeltaConnectionEvents);\nuse_old_InterfaceDeclaration_IDocumentDeltaConnectionEvents(\n get_current_InterfaceDeclaration_IDocumentDeltaConnectionEvents());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentDeltaStorageService\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IDocumentDeltaStorageService():\n old.IDocumentDeltaStorageService;\ndeclare function use_current_InterfaceDeclaration_IDocumentDeltaStorageService(\n use: current.IDocumentDeltaStorageService);\nuse_current_InterfaceDeclaration_IDocumentDeltaStorageService(\n get_old_InterfaceDeclaration_IDocumentDeltaStorageService());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentDeltaStorageService\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IDocumentDeltaStorageService():\n current.IDocumentDeltaStorageService;\ndeclare function use_old_InterfaceDeclaration_IDocumentDeltaStorageService(\n use: old.IDocumentDeltaStorageService);\nuse_old_InterfaceDeclaration_IDocumentDeltaStorageService(\n get_current_InterfaceDeclaration_IDocumentDeltaStorageService());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentService\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IDocumentService():\n old.IDocumentService;\ndeclare function use_current_InterfaceDeclaration_IDocumentService(\n use: current.IDocumentService);\nuse_current_InterfaceDeclaration_IDocumentService(\n // @ts-expect-error compatibility expected to be broken\n get_old_InterfaceDeclaration_IDocumentService());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentService\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IDocumentService():\n current.IDocumentService;\ndeclare function use_old_InterfaceDeclaration_IDocumentService(\n use: old.IDocumentService);\nuse_old_InterfaceDeclaration_IDocumentService(\n // @ts-expect-error compatibility expected to be broken\n get_current_InterfaceDeclaration_IDocumentService());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentServiceFactory\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IDocumentServiceFactory():\n old.IDocumentServiceFactory;\ndeclare function use_current_InterfaceDeclaration_IDocumentServiceFactory(\n use: current.IDocumentServiceFactory);\nuse_current_InterfaceDeclaration_IDocumentServiceFactory(\n // @ts-expect-error compatibility expected to be broken\n get_old_InterfaceDeclaration_IDocumentServiceFactory());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentServiceFactory\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IDocumentServiceFactory():\n current.IDocumentServiceFactory;\ndeclare function use_old_InterfaceDeclaration_IDocumentServiceFactory(\n use: old.IDocumentServiceFactory);\nuse_old_InterfaceDeclaration_IDocumentServiceFactory(\n // @ts-expect-error compatibility expected to be broken\n get_current_InterfaceDeclaration_IDocumentServiceFactory());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentServicePolicies\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IDocumentServicePolicies():\n old.IDocumentServicePolicies;\ndeclare function use_current_InterfaceDeclaration_IDocumentServicePolicies(\n use: current.IDocumentServicePolicies);\nuse_current_InterfaceDeclaration_IDocumentServicePolicies(\n get_old_InterfaceDeclaration_IDocumentServicePolicies());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentServicePolicies\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IDocumentServicePolicies():\n current.IDocumentServicePolicies;\ndeclare function use_old_InterfaceDeclaration_IDocumentServicePolicies(\n use: old.IDocumentServicePolicies);\nuse_old_InterfaceDeclaration_IDocumentServicePolicies(\n get_current_InterfaceDeclaration_IDocumentServicePolicies());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentStorageService\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IDocumentStorageService():\n old.IDocumentStorageService;\ndeclare function use_current_InterfaceDeclaration_IDocumentStorageService(\n use: current.IDocumentStorageService);\nuse_current_InterfaceDeclaration_IDocumentStorageService(\n get_old_InterfaceDeclaration_IDocumentStorageService());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentStorageService\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IDocumentStorageService():\n current.IDocumentStorageService;\ndeclare function use_old_InterfaceDeclaration_IDocumentStorageService(\n use: old.IDocumentStorageService);\nuse_old_InterfaceDeclaration_IDocumentStorageService(\n // @ts-expect-error compatibility expected to be broken\n get_current_InterfaceDeclaration_IDocumentStorageService());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentStorageServicePolicies\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IDocumentStorageServicePolicies():\n old.IDocumentStorageServicePolicies;\ndeclare function use_current_InterfaceDeclaration_IDocumentStorageServicePolicies(\n use: current.IDocumentStorageServicePolicies);\nuse_current_InterfaceDeclaration_IDocumentStorageServicePolicies(\n get_old_InterfaceDeclaration_IDocumentStorageServicePolicies());\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.0.39.8:\n* \"InterfaceDeclaration_IDocumentStorageServicePolicies\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IDocumentStorageServicePolicies():\n current.IDocumentStorageServicePolicies;\ndeclare function use_old_InterfaceDeclaration_IDocumentStorageServicePolicies(\n use: old.IDocumentStorageServicePolicies);\nuse_old_InterfaceDeclaration_IDocumentStorageServicePolicies(\n get_current_InterfaceDeclaration_IDocumentStorageServicePolicies());\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.0.39.8:\n* \"InterfaceDeclaration_IDriverBasicError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IDriverBasicError():\n old.IDriverBasicError;\ndeclare function use_current_InterfaceDeclaration_IDriverBasicError(\n use: current.IDriverBasicError);\nuse_current_InterfaceDeclaration_IDriverBasicError(\n get_old_InterfaceDeclaration_IDriverBasicError());\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.0.39.8:\n* \"InterfaceDeclaration_IDriverBasicError\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IDriverBasicError():\n current.IDriverBasicError;\ndeclare function use_old_InterfaceDeclaration_IDriverBasicError(\n use: old.IDriverBasicError);\nuse_old_InterfaceDeclaration_IDriverBasicError(\n // @ts-expect-error compatibility expected to be broken\n get_current_InterfaceDeclaration_IDriverBasicError());\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.0.39.8:\n* \"InterfaceDeclaration_IDriverErrorBase\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IDriverErrorBase():\n old.IDriverErrorBase;\ndeclare function use_current_InterfaceDeclaration_IDriverErrorBase(\n use: current.IDriverErrorBase);\nuse_current_InterfaceDeclaration_IDriverErrorBase(\n get_old_InterfaceDeclaration_IDriverErrorBase());\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.0.39.8:\n* \"InterfaceDeclaration_IDriverErrorBase\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IDriverErrorBase():\n current.IDriverErrorBase;\ndeclare function use_old_InterfaceDeclaration_IDriverErrorBase(\n use: old.IDriverErrorBase);\nuse_old_InterfaceDeclaration_IDriverErrorBase(\n // @ts-expect-error compatibility expected to be broken\n get_current_InterfaceDeclaration_IDriverErrorBase());\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.0.39.8:\n* \"InterfaceDeclaration_IDriverHeader\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IDriverHeader():\n old.IDriverHeader;\ndeclare function use_current_InterfaceDeclaration_IDriverHeader(\n use: current.IDriverHeader);\nuse_current_InterfaceDeclaration_IDriverHeader(\n get_old_InterfaceDeclaration_IDriverHeader());\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.0.39.8:\n* \"InterfaceDeclaration_IDriverHeader\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IDriverHeader():\n current.IDriverHeader;\ndeclare function use_old_InterfaceDeclaration_IDriverHeader(\n use: old.IDriverHeader);\nuse_old_InterfaceDeclaration_IDriverHeader(\n get_current_InterfaceDeclaration_IDriverHeader());\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.0.39.8:\n* \"InterfaceDeclaration_IFluidResolvedUrl\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IFluidResolvedUrl():\n old.IFluidResolvedUrl;\ndeclare function use_current_InterfaceDeclaration_IFluidResolvedUrl(\n use: current.IFluidResolvedUrl);\nuse_current_InterfaceDeclaration_IFluidResolvedUrl(\n get_old_InterfaceDeclaration_IFluidResolvedUrl());\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.0.39.8:\n* \"InterfaceDeclaration_IFluidResolvedUrl\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IFluidResolvedUrl():\n current.IFluidResolvedUrl;\ndeclare function use_old_InterfaceDeclaration_IFluidResolvedUrl(\n use: old.IFluidResolvedUrl);\nuse_old_InterfaceDeclaration_IFluidResolvedUrl(\n get_current_InterfaceDeclaration_IFluidResolvedUrl());\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.0.39.8:\n* \"InterfaceDeclaration_IGenericNetworkError\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IGenericNetworkError():\n old.IGenericNetworkError;\ndeclare function use_current_InterfaceDeclaration_IGenericNetworkError(\n use: current.IGenericNetworkError);\nuse_current_InterfaceDeclaration_IGenericNetworkError(\n get_old_InterfaceDeclaration_IGenericNetworkError());\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.0.39.8:\n* \"InterfaceDeclaration_IGenericNetworkError\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IGenericNetworkError():\n current.IGenericNetworkError;\ndeclare function use_old_InterfaceDeclaration_IGenericNetworkError(\n use: old.IGenericNetworkError);\nuse_old_InterfaceDeclaration_IGenericNetworkError(\n // @ts-expect-error compatibility expected to be broken\n get_current_InterfaceDeclaration_IGenericNetworkError());\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.0.39.8:\n* \"TypeAliasDeclaration_IResolvedUrl\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_IResolvedUrl():\n old.IResolvedUrl;\ndeclare function use_current_TypeAliasDeclaration_IResolvedUrl(\n use: current.IResolvedUrl);\nuse_current_TypeAliasDeclaration_IResolvedUrl(\n get_old_TypeAliasDeclaration_IResolvedUrl());\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.0.39.8:\n* \"TypeAliasDeclaration_IResolvedUrl\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_IResolvedUrl():\n current.IResolvedUrl;\ndeclare function use_old_TypeAliasDeclaration_IResolvedUrl(\n use: old.IResolvedUrl);\nuse_old_TypeAliasDeclaration_IResolvedUrl(\n get_current_TypeAliasDeclaration_IResolvedUrl());\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.0.39.8:\n* \"InterfaceDeclaration_IResolvedUrlBase\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IResolvedUrlBase():\n old.IResolvedUrlBase;\ndeclare function use_current_InterfaceDeclaration_IResolvedUrlBase(\n use: current.IResolvedUrlBase);\nuse_current_InterfaceDeclaration_IResolvedUrlBase(\n get_old_InterfaceDeclaration_IResolvedUrlBase());\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.0.39.8:\n* \"InterfaceDeclaration_IResolvedUrlBase\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IResolvedUrlBase():\n current.IResolvedUrlBase;\ndeclare function use_old_InterfaceDeclaration_IResolvedUrlBase(\n use: old.IResolvedUrlBase);\nuse_old_InterfaceDeclaration_IResolvedUrlBase(\n get_current_InterfaceDeclaration_IResolvedUrlBase());\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.0.39.8:\n* \"InterfaceDeclaration_IStream\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IStream():\n old.IStream<any>;\ndeclare function use_current_InterfaceDeclaration_IStream(\n use: current.IStream<any>);\nuse_current_InterfaceDeclaration_IStream(\n get_old_InterfaceDeclaration_IStream());\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.0.39.8:\n* \"InterfaceDeclaration_IStream\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IStream():\n current.IStream<any>;\ndeclare function use_old_InterfaceDeclaration_IStream(\n use: old.IStream<any>);\nuse_old_InterfaceDeclaration_IStream(\n get_current_InterfaceDeclaration_IStream());\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.0.39.8:\n* \"TypeAliasDeclaration_IStreamResult\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_IStreamResult():\n old.IStreamResult<any>;\ndeclare function use_current_TypeAliasDeclaration_IStreamResult(\n use: current.IStreamResult<any>);\nuse_current_TypeAliasDeclaration_IStreamResult(\n get_old_TypeAliasDeclaration_IStreamResult());\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.0.39.8:\n* \"TypeAliasDeclaration_IStreamResult\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_IStreamResult():\n current.IStreamResult<any>;\ndeclare function use_old_TypeAliasDeclaration_IStreamResult(\n use: old.IStreamResult<any>);\nuse_old_TypeAliasDeclaration_IStreamResult(\n get_current_TypeAliasDeclaration_IStreamResult());\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.0.39.8:\n* \"InterfaceDeclaration_ISummaryContext\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummaryContext():\n old.ISummaryContext;\ndeclare function use_current_InterfaceDeclaration_ISummaryContext(\n use: current.ISummaryContext);\nuse_current_InterfaceDeclaration_ISummaryContext(\n get_old_InterfaceDeclaration_ISummaryContext());\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.0.39.8:\n* \"InterfaceDeclaration_ISummaryContext\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummaryContext():\n current.ISummaryContext;\ndeclare function use_old_InterfaceDeclaration_ISummaryContext(\n use: old.ISummaryContext);\nuse_old_InterfaceDeclaration_ISummaryContext(\n get_current_InterfaceDeclaration_ISummaryContext());\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.0.39.8:\n* \"InterfaceDeclaration_IThrottlingWarning\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IThrottlingWarning():\n old.IThrottlingWarning;\ndeclare function use_current_InterfaceDeclaration_IThrottlingWarning(\n use: current.IThrottlingWarning);\nuse_current_InterfaceDeclaration_IThrottlingWarning(\n get_old_InterfaceDeclaration_IThrottlingWarning());\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.0.39.8:\n* \"InterfaceDeclaration_IThrottlingWarning\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IThrottlingWarning():\n current.IThrottlingWarning;\ndeclare function use_old_InterfaceDeclaration_IThrottlingWarning(\n use: old.IThrottlingWarning);\nuse_old_InterfaceDeclaration_IThrottlingWarning(\n // @ts-expect-error compatibility expected to be broken\n get_current_InterfaceDeclaration_IThrottlingWarning());\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.0.39.8:\n* \"InterfaceDeclaration_IUrlResolver\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IUrlResolver():\n old.IUrlResolver;\ndeclare function use_current_InterfaceDeclaration_IUrlResolver(\n use: current.IUrlResolver);\nuse_current_InterfaceDeclaration_IUrlResolver(\n get_old_InterfaceDeclaration_IUrlResolver());\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.0.39.8:\n* \"InterfaceDeclaration_IUrlResolver\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IUrlResolver():\n current.IUrlResolver;\ndeclare function use_old_InterfaceDeclaration_IUrlResolver(\n use: old.IUrlResolver);\nuse_old_InterfaceDeclaration_IUrlResolver(\n get_current_InterfaceDeclaration_IUrlResolver());\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.0.39.8:\n* \"InterfaceDeclaration_IWebResolvedUrl\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IWebResolvedUrl():\n old.IWebResolvedUrl;\ndeclare function use_current_InterfaceDeclaration_IWebResolvedUrl(\n use: current.IWebResolvedUrl);\nuse_current_InterfaceDeclaration_IWebResolvedUrl(\n get_old_InterfaceDeclaration_IWebResolvedUrl());\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.0.39.8:\n* \"InterfaceDeclaration_IWebResolvedUrl\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IWebResolvedUrl():\n current.IWebResolvedUrl;\ndeclare function use_old_InterfaceDeclaration_IWebResolvedUrl(\n use: old.IWebResolvedUrl);\nuse_old_InterfaceDeclaration_IWebResolvedUrl(\n get_current_InterfaceDeclaration_IWebResolvedUrl());\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.0.39.8:\n* \"EnumDeclaration_LoaderCachingPolicy\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_EnumDeclaration_LoaderCachingPolicy():\n old.LoaderCachingPolicy;\ndeclare function use_current_EnumDeclaration_LoaderCachingPolicy(\n use: current.LoaderCachingPolicy);\nuse_current_EnumDeclaration_LoaderCachingPolicy(\n get_old_EnumDeclaration_LoaderCachingPolicy());\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.0.39.8:\n* \"EnumDeclaration_LoaderCachingPolicy\": {\"backCompat\": false}\n*/\ndeclare function get_current_EnumDeclaration_LoaderCachingPolicy():\n current.LoaderCachingPolicy;\ndeclare function use_old_EnumDeclaration_LoaderCachingPolicy(\n use: old.LoaderCachingPolicy);\nuse_old_EnumDeclaration_LoaderCachingPolicy(\n get_current_EnumDeclaration_LoaderCachingPolicy());\n"]}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=validate0.40.0.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"validate0.40.0.d.ts","sourceRoot":"","sources":["../../../src/test/types/validate0.40.0.ts"],"names":[],"mappings":""}
@@ -1,70 +0,0 @@
1
- use_current_TypeAliasDeclaration_DriverError(get_old_TypeAliasDeclaration_DriverError());
2
- use_old_TypeAliasDeclaration_DriverError(get_current_TypeAliasDeclaration_DriverError());
3
- use_current_EnumDeclaration_DriverErrorType(get_old_EnumDeclaration_DriverErrorType());
4
- use_old_EnumDeclaration_DriverErrorType(get_current_EnumDeclaration_DriverErrorType());
5
- use_current_EnumDeclaration_DriverHeader(get_old_EnumDeclaration_DriverHeader());
6
- use_old_EnumDeclaration_DriverHeader(get_current_EnumDeclaration_DriverHeader());
7
- use_current_InterfaceDeclaration_DriverPreCheckInfo(get_old_InterfaceDeclaration_DriverPreCheckInfo());
8
- use_old_InterfaceDeclaration_DriverPreCheckInfo(
9
- // @ts-expect-error compatibility expected to be broken
10
- get_current_InterfaceDeclaration_DriverPreCheckInfo());
11
- use_current_InterfaceDeclaration_IAuthorizationError(get_old_InterfaceDeclaration_IAuthorizationError());
12
- use_old_InterfaceDeclaration_IAuthorizationError(get_current_InterfaceDeclaration_IAuthorizationError());
13
- use_current_InterfaceDeclaration_IDeltasFetchResult(get_old_InterfaceDeclaration_IDeltasFetchResult());
14
- use_old_InterfaceDeclaration_IDeltasFetchResult(get_current_InterfaceDeclaration_IDeltasFetchResult());
15
- use_current_InterfaceDeclaration_IDeltaStorageService(get_old_InterfaceDeclaration_IDeltaStorageService());
16
- use_old_InterfaceDeclaration_IDeltaStorageService(get_current_InterfaceDeclaration_IDeltaStorageService());
17
- use_current_InterfaceDeclaration_IDocumentDeltaConnection(get_old_InterfaceDeclaration_IDocumentDeltaConnection());
18
- use_old_InterfaceDeclaration_IDocumentDeltaConnection(
19
- // @ts-expect-error compatibility expected to be broken
20
- get_current_InterfaceDeclaration_IDocumentDeltaConnection());
21
- use_current_InterfaceDeclaration_IDocumentDeltaConnectionEvents(get_old_InterfaceDeclaration_IDocumentDeltaConnectionEvents());
22
- use_old_InterfaceDeclaration_IDocumentDeltaConnectionEvents(get_current_InterfaceDeclaration_IDocumentDeltaConnectionEvents());
23
- use_current_InterfaceDeclaration_IDocumentDeltaStorageService(get_old_InterfaceDeclaration_IDocumentDeltaStorageService());
24
- use_old_InterfaceDeclaration_IDocumentDeltaStorageService(get_current_InterfaceDeclaration_IDocumentDeltaStorageService());
25
- use_current_InterfaceDeclaration_IDocumentService(get_old_InterfaceDeclaration_IDocumentService());
26
- use_old_InterfaceDeclaration_IDocumentService(
27
- // @ts-expect-error compatibility expected to be broken
28
- get_current_InterfaceDeclaration_IDocumentService());
29
- use_current_InterfaceDeclaration_IDocumentServiceFactory(get_old_InterfaceDeclaration_IDocumentServiceFactory());
30
- use_old_InterfaceDeclaration_IDocumentServiceFactory(
31
- // @ts-expect-error compatibility expected to be broken
32
- get_current_InterfaceDeclaration_IDocumentServiceFactory());
33
- use_current_InterfaceDeclaration_IDocumentServicePolicies(get_old_InterfaceDeclaration_IDocumentServicePolicies());
34
- use_old_InterfaceDeclaration_IDocumentServicePolicies(get_current_InterfaceDeclaration_IDocumentServicePolicies());
35
- use_current_InterfaceDeclaration_IDocumentStorageService(get_old_InterfaceDeclaration_IDocumentStorageService());
36
- use_old_InterfaceDeclaration_IDocumentStorageService(
37
- // @ts-expect-error compatibility expected to be broken
38
- get_current_InterfaceDeclaration_IDocumentStorageService());
39
- use_current_InterfaceDeclaration_IDocumentStorageServicePolicies(get_old_InterfaceDeclaration_IDocumentStorageServicePolicies());
40
- use_old_InterfaceDeclaration_IDocumentStorageServicePolicies(get_current_InterfaceDeclaration_IDocumentStorageServicePolicies());
41
- use_current_InterfaceDeclaration_IDriverBasicError(get_old_InterfaceDeclaration_IDriverBasicError());
42
- use_old_InterfaceDeclaration_IDriverBasicError(get_current_InterfaceDeclaration_IDriverBasicError());
43
- use_current_InterfaceDeclaration_IDriverErrorBase(get_old_InterfaceDeclaration_IDriverErrorBase());
44
- use_old_InterfaceDeclaration_IDriverErrorBase(get_current_InterfaceDeclaration_IDriverErrorBase());
45
- use_current_InterfaceDeclaration_IDriverHeader(get_old_InterfaceDeclaration_IDriverHeader());
46
- use_old_InterfaceDeclaration_IDriverHeader(get_current_InterfaceDeclaration_IDriverHeader());
47
- use_current_InterfaceDeclaration_IFluidResolvedUrl(get_old_InterfaceDeclaration_IFluidResolvedUrl());
48
- use_old_InterfaceDeclaration_IFluidResolvedUrl(get_current_InterfaceDeclaration_IFluidResolvedUrl());
49
- use_current_InterfaceDeclaration_IGenericNetworkError(get_old_InterfaceDeclaration_IGenericNetworkError());
50
- use_old_InterfaceDeclaration_IGenericNetworkError(get_current_InterfaceDeclaration_IGenericNetworkError());
51
- use_current_TypeAliasDeclaration_IResolvedUrl(get_old_TypeAliasDeclaration_IResolvedUrl());
52
- use_old_TypeAliasDeclaration_IResolvedUrl(get_current_TypeAliasDeclaration_IResolvedUrl());
53
- use_current_InterfaceDeclaration_IResolvedUrlBase(get_old_InterfaceDeclaration_IResolvedUrlBase());
54
- use_old_InterfaceDeclaration_IResolvedUrlBase(get_current_InterfaceDeclaration_IResolvedUrlBase());
55
- use_current_InterfaceDeclaration_IStream(get_old_InterfaceDeclaration_IStream());
56
- use_old_InterfaceDeclaration_IStream(get_current_InterfaceDeclaration_IStream());
57
- use_current_TypeAliasDeclaration_IStreamResult(get_old_TypeAliasDeclaration_IStreamResult());
58
- use_old_TypeAliasDeclaration_IStreamResult(get_current_TypeAliasDeclaration_IStreamResult());
59
- use_current_InterfaceDeclaration_ISummaryContext(get_old_InterfaceDeclaration_ISummaryContext());
60
- use_old_InterfaceDeclaration_ISummaryContext(get_current_InterfaceDeclaration_ISummaryContext());
61
- use_current_InterfaceDeclaration_IThrottlingWarning(get_old_InterfaceDeclaration_IThrottlingWarning());
62
- use_old_InterfaceDeclaration_IThrottlingWarning(get_current_InterfaceDeclaration_IThrottlingWarning());
63
- use_current_InterfaceDeclaration_IUrlResolver(get_old_InterfaceDeclaration_IUrlResolver());
64
- use_old_InterfaceDeclaration_IUrlResolver(get_current_InterfaceDeclaration_IUrlResolver());
65
- use_current_InterfaceDeclaration_IWebResolvedUrl(get_old_InterfaceDeclaration_IWebResolvedUrl());
66
- use_old_InterfaceDeclaration_IWebResolvedUrl(get_current_InterfaceDeclaration_IWebResolvedUrl());
67
- use_current_EnumDeclaration_LoaderCachingPolicy(get_old_EnumDeclaration_LoaderCachingPolicy());
68
- use_old_EnumDeclaration_LoaderCachingPolicy(get_current_EnumDeclaration_LoaderCachingPolicy());
69
- export {};
70
- //# sourceMappingURL=validate0.40.0.js.map