1+ ## API Review File for "@microsoft/api-extractor-model "
2+
3+ > Do not edit this file. It is a report generated by [ API Extractor] ( https://api-extractor.com/ ) .
4+
5+ ``` ts
6+
17// @internal (undocumented)
28declare class AedocDefinitions {
39 // (undocumented)
@@ -10,6 +16,8 @@ declare class AedocDefinitions {
1016 static readonly tsdocConfiguration: TSDocConfiguration ;
1117 }
1218
19+ // Warning: (ae-forgotten-export) The symbol "ApiCallSignature_base" needs to be exported by the entry point index.d.ts
20+ //
1321// @public
1422declare class ApiCallSignature extends ApiCallSignature_base {
1523 // (undocumented)
@@ -22,6 +30,8 @@ declare class ApiCallSignature extends ApiCallSignature_base {
2230 readonly kind: ApiItemKind ;
2331}
2432
33+ // Warning: (ae-forgotten-export) The symbol "ApiClass_base" needs to be exported by the entry point index.d.ts
34+ //
2535// @public
2636declare class ApiClass extends ApiClass_base {
2737 // (undocumented)
@@ -36,10 +46,14 @@ declare class ApiClass extends ApiClass_base {
3646 readonly kind: ApiItemKind ;
3747 // @override (undocumented)
3848 static onDeserializeInto(options : Partial <IApiClassOptions >, jsonObject : IApiClassJson ): void ;
49+ // Warning: (ae-forgotten-export) The symbol "IApiClassJson" needs to be exported by the entry point index.d.ts
50+ //
3951 // @override (undocumented)
4052 serializeInto(jsonObject : Partial <IApiClassJson >): void ;
4153}
4254
55+ // Warning: (ae-forgotten-export) The symbol "ApiConstructor_base" needs to be exported by the entry point index.d.ts
56+ //
4357// @public
4458declare class ApiConstructor extends ApiConstructor_base {
4559 // (undocumented)
@@ -52,6 +66,8 @@ declare class ApiConstructor extends ApiConstructor_base {
5266 readonly kind: ApiItemKind ;
5367}
5468
69+ // Warning: (ae-forgotten-export) The symbol "ApiConstructSignature_base" needs to be exported by the entry point index.d.ts
70+ //
5571// @public
5672declare class ApiConstructSignature extends ApiConstructSignature_base {
5773 // (undocumented)
@@ -74,6 +90,8 @@ declare class ApiDeclaredItem extends ApiDocumentedItem {
7490 getExcerptWithModifiers(): string ;
7591 // @override (undocumented)
7692 static onDeserializeInto(options : Partial <IApiDeclaredItemOptions >, jsonObject : IApiDeclaredItemJson ): void ;
93+ // Warning: (ae-forgotten-export) The symbol "IApiDeclaredItemJson" needs to be exported by the entry point index.d.ts
94+ //
7795 // @override (undocumented)
7896 serializeInto(jsonObject : Partial <IApiDeclaredItemJson >): void ;
7997}
@@ -84,12 +102,16 @@ declare class ApiDocumentedItem extends ApiItem {
84102 constructor (options : IApiDocumentedItemOptions );
85103 // @override (undocumented)
86104 static onDeserializeInto(options : Partial <IApiDocumentedItemOptions >, jsonObject : IApiItemJson ): void ;
105+ // Warning: (ae-forgotten-export) The symbol "IApiDocumentedItemJson" needs to be exported by the entry point index.d.ts
106+ //
87107 // @override (undocumented)
88108 serializeInto(jsonObject : Partial <IApiDocumentedItemJson >): void ;
89109 // (undocumented)
90110 readonly tsdocComment: tsdoc .DocComment | undefined ;
91111 }
92112
113+ // Warning: (ae-forgotten-export) The symbol "ApiEntryPoint_base" needs to be exported by the entry point index.d.ts
114+ //
93115// @public
94116declare class ApiEntryPoint extends ApiEntryPoint_base {
95117 // (undocumented)
@@ -100,6 +122,8 @@ declare class ApiEntryPoint extends ApiEntryPoint_base {
100122 readonly kind: ApiItemKind ;
101123}
102124
125+ // Warning: (ae-forgotten-export) The symbol "ApiEnum_base" needs to be exported by the entry point index.d.ts
126+ //
103127// @public
104128declare class ApiEnum extends ApiEnum_base {
105129 // (undocumented)
@@ -116,6 +140,8 @@ declare class ApiEnum extends ApiEnum_base {
116140 readonly members: ReadonlyArray <ApiEnumMember >;
117141}
118142
143+ // Warning: (ae-forgotten-export) The symbol "ApiEnumMember_base" needs to be exported by the entry point index.d.ts
144+ //
119145// @public
120146declare class ApiEnumMember extends ApiEnumMember_base {
121147 // (undocumented)
@@ -129,10 +155,14 @@ declare class ApiEnumMember extends ApiEnumMember_base {
129155 readonly kind: ApiItemKind ;
130156 // @override (undocumented)
131157 static onDeserializeInto(options : Partial <IApiEnumMemberOptions >, jsonObject : IApiEnumMemberJson ): void ;
158+ // Warning: (ae-forgotten-export) The symbol "IApiEnumMemberJson" needs to be exported by the entry point index.d.ts
159+ //
132160 // @override (undocumented)
133161 serializeInto(jsonObject : Partial <IApiEnumMemberJson >): void ;
134162}
135163
164+ // Warning: (ae-forgotten-export) The symbol "ApiFunction_base" needs to be exported by the entry point index.d.ts
165+ //
136166// @public
137167declare class ApiFunction extends ApiFunction_base {
138168 // (undocumented)
@@ -145,6 +175,8 @@ declare class ApiFunction extends ApiFunction_base {
145175 readonly kind: ApiItemKind ;
146176}
147177
178+ // Warning: (ae-forgotten-export) The symbol "ApiIndexSignature_base" needs to be exported by the entry point index.d.ts
179+ //
148180// @public
149181declare class ApiIndexSignature extends ApiIndexSignature_base {
150182 // (undocumented)
@@ -157,6 +189,8 @@ declare class ApiIndexSignature extends ApiIndexSignature_base {
157189 readonly kind: ApiItemKind ;
158190}
159191
192+ // Warning: (ae-forgotten-export) The symbol "ApiInterface_base" needs to be exported by the entry point index.d.ts
193+ //
160194// @public
161195declare class ApiInterface extends ApiInterface_base {
162196 // (undocumented)
@@ -170,6 +204,8 @@ declare class ApiInterface extends ApiInterface_base {
170204 readonly kind: ApiItemKind ;
171205 // @override (undocumented)
172206 static onDeserializeInto(options : Partial <IApiInterfaceOptions >, jsonObject : IApiInterfaceJson ): void ;
207+ // Warning: (ae-forgotten-export) The symbol "IApiInterfaceJson" needs to be exported by the entry point index.d.ts
208+ //
173209 // @override (undocumented)
174210 serializeInto(jsonObject : Partial <IApiInterfaceJson >): void ;
175211}
@@ -182,6 +218,8 @@ declare class ApiItem {
182218 constructor (options : IApiItemOptions );
183219 // @virtual (undocumented)
184220 readonly canonicalReference: string ;
221+ // Warning: (ae-forgotten-export) The symbol "IApiItemJson" needs to be exported by the entry point index.d.ts
222+ //
185223 // (undocumented)
186224 static deserialize(jsonObject : IApiItemJson ): ApiItem ;
187225 // @virtual
@@ -203,6 +241,8 @@ declare class ApiItem {
203241 serializeInto(jsonObject : Partial <IApiItemJson >): void ;
204242}
205243
244+ // Warning: (ae-forgotten-export) The symbol "IApiItemConstructor" needs to be exported by the entry point index.d.ts
245+ //
206246// @public
207247declare function ApiItemContainerMixin<TBaseClass extends IApiItemConstructor >(baseClass : TBaseClass ): TBaseClass & (new (... args : any []) => ApiItemContainerMixin );
208248
@@ -265,6 +305,8 @@ declare const enum ApiItemKind {
265305 Variable = " Variable"
266306}
267307
308+ // Warning: (ae-forgotten-export) The symbol "ApiMethod_base" needs to be exported by the entry point index.d.ts
309+ //
268310// @public
269311declare class ApiMethod extends ApiMethod_base {
270312 // (undocumented)
@@ -277,6 +319,8 @@ declare class ApiMethod extends ApiMethod_base {
277319 readonly kind: ApiItemKind ;
278320}
279321
322+ // Warning: (ae-forgotten-export) The symbol "ApiMethodSignature_base" needs to be exported by the entry point index.d.ts
323+ //
280324// @public
281325declare class ApiMethodSignature extends ApiMethodSignature_base {
282326 // (undocumented)
@@ -289,6 +333,8 @@ declare class ApiMethodSignature extends ApiMethodSignature_base {
289333 readonly kind: ApiItemKind ;
290334}
291335
336+ // Warning: (ae-forgotten-export) The symbol "ApiModel_base" needs to be exported by the entry point index.d.ts
337+ //
292338// @public
293339declare class ApiModel extends ApiModel_base {
294340 // (undocumented)
@@ -308,6 +354,8 @@ declare class ApiModel extends ApiModel_base {
308354 tryGetPackageByName(packageName : string ): ApiPackage | undefined ;
309355}
310356
357+ // Warning: (ae-forgotten-export) The symbol "ApiNamespace_base" needs to be exported by the entry point index.d.ts
358+ //
311359// @public
312360declare class ApiNamespace extends ApiNamespace_base {
313361 // (undocumented)
@@ -320,6 +368,8 @@ declare class ApiNamespace extends ApiNamespace_base {
320368 readonly kind: ApiItemKind ;
321369}
322370
371+ // Warning: (ae-forgotten-export) The symbol "ApiPackage_base" needs to be exported by the entry point index.d.ts
372+ //
323373// @public
324374declare class ApiPackage extends ApiPackage_base {
325375 // (undocumented)
@@ -356,6 +406,8 @@ declare namespace ApiParameterListMixin {
356406 function isBaseClassOf(apiItem : ApiItem ): apiItem is ApiParameterListMixin ;
357407}
358408
409+ // Warning: (ae-forgotten-export) The symbol "ApiProperty_base" needs to be exported by the entry point index.d.ts
410+ //
359411// @public
360412declare class ApiProperty extends ApiProperty_base {
361413 // (undocumented)
@@ -368,6 +420,8 @@ declare class ApiProperty extends ApiProperty_base {
368420 readonly kind: ApiItemKind ;
369421}
370422
423+ // Warning: (ae-forgotten-export) The symbol "ApiPropertyItem_base" needs to be exported by the entry point index.d.ts
424+ //
371425// @public
372426declare class ApiPropertyItem extends ApiPropertyItem_base {
373427 // (undocumented)
@@ -376,6 +430,8 @@ declare class ApiPropertyItem extends ApiPropertyItem_base {
376430 // @override (undocumented)
377431 static onDeserializeInto(options : Partial <IApiPropertyItemOptions >, jsonObject : IApiPropertyItemJson ): void ;
378432 readonly propertyTypeExcerpt: Excerpt ;
433+ // Warning: (ae-forgotten-export) The symbol "IApiPropertyItemJson" needs to be exported by the entry point index.d.ts
434+ //
379435 // @override (undocumented)
380436 serializeInto(jsonObject : Partial <IApiPropertyItemJson >): void ;
381437}
@@ -413,6 +469,8 @@ declare function ApiReturnTypeMixin<TBaseClass extends IApiItemConstructor>(base
413469// @public
414470interface ApiReturnTypeMixin extends ApiItem {
415471 readonly returnTypeExcerpt: Excerpt ;
472+ // Warning: (ae-forgotten-export) The symbol "IApiReturnTypeMixinJson" needs to be exported by the entry point index.d.ts
473+ //
416474 // @override (undocumented)
417475 serializeInto(jsonObject : Partial <IApiReturnTypeMixinJson >): void ;
418476}
@@ -437,6 +495,8 @@ declare namespace ApiStaticMixin {
437495 function isBaseClassOf(apiItem : ApiItem ): apiItem is ApiStaticMixin ;
438496}
439497
498+ // Warning: (ae-forgotten-export) The symbol "ApiTypeAlias_base" needs to be exported by the entry point index.d.ts
499+ //
440500// @public
441501declare class ApiTypeAlias extends ApiTypeAlias_base {
442502 // (undocumented)
@@ -449,6 +509,8 @@ declare class ApiTypeAlias extends ApiTypeAlias_base {
449509 readonly kind: ApiItemKind ;
450510}
451511
512+ // Warning: (ae-forgotten-export) The symbol "ApiVariable_base" needs to be exported by the entry point index.d.ts
513+ //
452514// @public
453515declare class ApiVariable extends ApiVariable_base {
454516 // (undocumented)
@@ -461,6 +523,8 @@ declare class ApiVariable extends ApiVariable_base {
461523 readonly kind: ApiItemKind ;
462524 // @override (undocumented)
463525 static onDeserializeInto(options : Partial <IApiVariableOptions >, jsonObject : IApiVariableJson ): void ;
526+ // Warning: (ae-forgotten-export) The symbol "IApiVariableJson" needs to be exported by the entry point index.d.ts
527+ //
464528 // @override (undocumented)
465529 serializeInto(jsonObject : Partial <IApiVariableJson >): void ;
466530 readonly variableTypeExcerpt: Excerpt ;
@@ -542,6 +606,8 @@ interface IApiDocumentedItemOptions extends IApiItemOptions {
542606interface IApiEntryPointOptions extends IApiItemContainerMixinOptions , IApiNameMixinOptions {
543607}
544608
609+ // Warning: (ae-forgotten-export) The symbol "IApiNameMixinOptions" needs to be exported by the entry point index.d.ts
610+ //
545611// @public
546612interface IApiEnumMemberOptions extends IApiNameMixinOptions , IApiReleaseTagMixinOptions , IApiDeclaredItemOptions {
547613 // (undocumented)
@@ -713,3 +779,5 @@ declare enum ReleaseTag {
713779 Public = 4
714780}
715781
782+
783+ ```
0 commit comments