@gmb/bitmark-parser-generator 5.38.0 → 5.40.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.
@@ -1,10 +1,12 @@
1
1
  import { EnumType } from '@ncoderz/superenum';
2
+ import { T as TranslationsData } from './TranslationsData-BZ_sE10e.js';
2
3
  import { PathLike } from 'node:fs';
3
4
 
4
5
  declare const BitType: {
5
6
  readonly _error: "_error";
6
7
  readonly _comment: "_comment";
7
8
  readonly _standard: "_standard";
9
+ readonly _standardLight: "_standard-light";
8
10
  readonly advertising: "advertising";
9
11
  readonly advertisingAdvertorial: "advertising-advertorial";
10
12
  readonly advertisingAdvertorialPage: "advertising-advertorial-page";
@@ -292,6 +294,7 @@ declare const BitType: {
292
294
  readonly handInSystemMedia: "hand-in-system-media";
293
295
  readonly handInVideo: "hand-in-video";
294
296
  readonly handInVoice: "hand-in-voice";
297
+ readonly h: "h";
295
298
  readonly help: "help";
296
299
  readonly helpAlt: "help-alt";
297
300
  readonly highlightText: "highlight-text";
@@ -377,6 +380,7 @@ declare const BitType: {
377
380
  readonly leWatchVideoEmbed: "le-watch-video-embed";
378
381
  readonly lifeSkillSticker: "life-skill-sticker";
379
382
  readonly list: "list";
383
+ readonly listAlt: "list-alt";
380
384
  readonly listItem: "list-item";
381
385
  readonly mark: "mark";
382
386
  readonly match: "match";
@@ -407,6 +411,8 @@ declare const BitType: {
407
411
  readonly notebookArticle: "notebook-article";
408
412
  readonly noteCollapsible: "note-collapsible";
409
413
  readonly output: "output";
414
+ readonly p: "p";
415
+ readonly pAlt: "p-alt";
410
416
  readonly page: "page";
411
417
  readonly pageAcademy: "page-academy";
412
418
  readonly pageArticle: "page-article";
@@ -529,6 +535,7 @@ declare const BitType: {
529
535
  readonly smartStandardNoteNonNormativeCollapsible: "smart-standard-note-non-normative-collapsible";
530
536
  readonly smartStandardNoteNormative: "smart-standard-note-normative";
531
537
  readonly smartStandardNoteNormativeCollapsible: "smart-standard-note-normative-collapsible";
538
+ readonly smartStandardP: "smart-standard-p";
532
539
  readonly smartStandardRemarkLegend: "smart-standard-remark-legend";
533
540
  readonly smartStandardRemarkLegendNonNormative: "smart-standard-remark-legend-non-normative";
534
541
  readonly smartStandardRemarkLegendNormative: "smart-standard-remark-legend-normative";
@@ -707,6 +714,8 @@ type BitTagConfigKeyTypeType = EnumType<typeof BitTagConfigKeyType>;
707
714
  declare const ConfigKey: {
708
715
  readonly group_accessibilityDecorative: "group_accessibilityDecorative";
709
716
  readonly group_standardAllBits: "group_standardAllBits";
717
+ readonly group_standardExample: "group_standardExample";
718
+ readonly group_standardItem: "group_standardItem";
710
719
  readonly group_standardItemLead: "group_standardItemLead";
711
720
  readonly group_standardItemLeadInstructionHint: "group_standardItemLeadInstructionHint";
712
721
  readonly group_standardInstructionHint: "group_standardInstructionHint";
@@ -3564,6 +3573,68 @@ declare class Ast {
3564
3573
  private isValue;
3565
3574
  }
3566
3575
 
3576
+ /**
3577
+ * PLAN-020: Bit group keys.
3578
+ *
3579
+ * Bit groups are search/filter categories over bit types (a bit type can belong to several
3580
+ * groups). The keys are adopted verbatim from the historical book-service `bit-types.js`
3581
+ * lists so that existing `g=<key>` search queries keep working; renames are handled via the
3582
+ * `aliases` field on the registry entries in `config/raw/bitGroups.ts`, never by changing a
3583
+ * key.
3584
+ *
3585
+ * Not to be confused with tag groups (`GroupConfigType` / `config/raw/groups.ts`), which
3586
+ * group tags for config reuse. See PLAN-020.
3587
+ */
3588
+ declare const BitGroup: {
3589
+ readonly assignment: "assignment";
3590
+ readonly authors: "authors";
3591
+ readonly botAction: "bot-action";
3592
+ readonly bots: "bots";
3593
+ readonly chat: "chat";
3594
+ readonly cloze: "cloze";
3595
+ readonly conversation: "conversation";
3596
+ readonly cooking: "cooking";
3597
+ readonly correction: "correction";
3598
+ readonly documentUpload: "document-upload";
3599
+ readonly essay: "essay";
3600
+ readonly extractor: "extractor";
3601
+ readonly flashcard: "flashcard";
3602
+ readonly group: "group";
3603
+ readonly highlightText: "highlight-text";
3604
+ readonly interview: "interview";
3605
+ readonly learningPath: "learning-path";
3606
+ readonly mark: "mark";
3607
+ readonly match: "match";
3608
+ readonly message: "message";
3609
+ readonly multipleChoice: "multiple-choice";
3610
+ readonly multipleResponse: "multiple-response";
3611
+ readonly nonProduction: "non-production";
3612
+ readonly other: "other";
3613
+ readonly pages: "pages";
3614
+ readonly preparationNote: "preparation-note";
3615
+ readonly quizzes: "quizzes";
3616
+ readonly rating: "rating";
3617
+ readonly recipes: "recipes";
3618
+ readonly recordAudio: "record-audio";
3619
+ readonly reviewErrors: "review-errors";
3620
+ readonly reviews: "reviews";
3621
+ readonly selfAssessment: "self-assessment";
3622
+ readonly sequence: "sequence";
3623
+ readonly set: "set";
3624
+ readonly static: "static";
3625
+ readonly steps: "steps";
3626
+ readonly survey: "survey";
3627
+ readonly surveyAnonymous: "survey-anonymous";
3628
+ readonly surveys: "surveys";
3629
+ readonly tables: "tables";
3630
+ readonly takePicture: "take-picture";
3631
+ readonly trueFalse: "true-false";
3632
+ readonly vocabulary: "vocabulary";
3633
+ readonly warning: "warning";
3634
+ readonly whiteLabel: "white-label";
3635
+ };
3636
+ type BitGroupType = EnumType<typeof BitGroup>;
3637
+
3567
3638
  declare const ExampleType: {
3568
3639
  readonly none: "none";
3569
3640
  readonly string: "string";
@@ -3601,7 +3672,7 @@ declare const TagFormat: {
3601
3672
  readonly boolean: "boolean";
3602
3673
  readonly invertedBoolean: "invertedBoolean";
3603
3674
  readonly enumeration: "enumeration";
3604
- readonly coordinates: "coordinates";
3675
+ readonly numberList4: "numberList4";
3605
3676
  };
3606
3677
  type TagFormatType = EnumType<typeof TagFormat>;
3607
3678
 
@@ -3846,6 +3917,8 @@ interface ToStringOptions {
3846
3917
  declare class BitConfig {
3847
3918
  readonly since: string;
3848
3919
  readonly bitType: BitTypeType;
3920
+ readonly title?: string;
3921
+ readonly bitGroups: BitGroupType[];
3849
3922
  readonly inheritedBitTypes: BitTypeType[];
3850
3923
  readonly inheritedBitTypesSet: Set<BitTypeType>;
3851
3924
  readonly textFormatDefault: TextFormatType;
@@ -3863,6 +3936,8 @@ declare class BitConfig {
3863
3936
  constructor(config: {
3864
3937
  since: string;
3865
3938
  bitType: BitTypeType;
3939
+ title: string | undefined;
3940
+ bitGroups: BitGroupType[];
3866
3941
  inheritedBitTypes: BitTypeType[];
3867
3942
  textFormatDefault: TextFormatType;
3868
3943
  tags: TagsConfig;
@@ -6454,6 +6529,73 @@ declare class JsonGenerator extends AstWalkerGenerator<BitmarkAst, void> {
6454
6529
  writeWhiteSpace(): this;
6455
6530
  }
6456
6531
 
6532
+ /**
6533
+ * PLAN-020: Resource group keys.
6534
+ *
6535
+ * Resource groups are search/filter categories over {@link ResourceType} values (canonical
6536
+ * kebab-case values only — consumers normalize legacy camelCase spellings such as
6537
+ * `imageLink` before matching). Keys are adopted verbatim from the historical book-service
6538
+ * `bit-types.js` `resourceTypes` map.
6539
+ */
6540
+ declare const ResourceGroup: {
6541
+ readonly app: "app";
6542
+ readonly article: "article";
6543
+ readonly audio: "audio";
6544
+ readonly document: "document";
6545
+ readonly image: "image";
6546
+ readonly stillImageFilm: "still-image-film";
6547
+ readonly video: "video";
6548
+ readonly website: "website";
6549
+ };
6550
+ type ResourceGroupType = EnumType<typeof ResourceGroup>;
6551
+
6552
+ interface SupportedBitsOptions {
6553
+ includeNonDeprecated?: boolean;
6554
+ includeDeprecated?: boolean;
6555
+ }
6556
+ interface SupportedBit {
6557
+ name: BitTypeType;
6558
+ title?: string;
6559
+ since: string;
6560
+ deprecated?: string;
6561
+ inheritedBitTypes?: BitTypeType[];
6562
+ bitGroups?: BitGroupType[];
6563
+ }
6564
+ /**
6565
+ * PLAN-020: Options for bit-group / resource-group queries.
6566
+ */
6567
+ interface BitGroupsOptions {
6568
+ language?: string;
6569
+ subgroupOf?: BitGroupType | string;
6570
+ includeDeprecated?: boolean;
6571
+ }
6572
+ interface ResourceGroupsOptions {
6573
+ language?: string;
6574
+ }
6575
+ /**
6576
+ * PLAN-020: A bit group with its resolved member bit types.
6577
+ */
6578
+ interface BitGroupInfo {
6579
+ key: BitGroupType;
6580
+ aliases?: string[];
6581
+ description: string;
6582
+ title: string;
6583
+ subgroupOf?: BitGroupType;
6584
+ since: string;
6585
+ bitTypes: BitTypeType[];
6586
+ }
6587
+ /**
6588
+ * PLAN-020: A resource group with its member resource types (canonical values only).
6589
+ */
6590
+ interface ResourceGroupInfo {
6591
+ key: ResourceGroupType;
6592
+ aliases?: string[];
6593
+ description: string;
6594
+ title: string;
6595
+ since: string;
6596
+ resourceTypes: ResourceTypeType[];
6597
+ }
6598
+
6457
6599
  declare const BitmarkParserType: {
6458
6600
  readonly peggy: "peggy";
6459
6601
  };
@@ -6471,6 +6613,8 @@ declare const InfoType: {
6471
6613
  readonly deprecated: "deprecated";
6472
6614
  readonly all: "all";
6473
6615
  readonly bit: "bit";
6616
+ readonly bitGroups: "bitGroups";
6617
+ readonly resourceGroups: "resourceGroups";
6474
6618
  };
6475
6619
  type InfoTypeType = EnumType<typeof InfoType>;
6476
6620
 
@@ -6698,6 +6842,8 @@ interface InfoOptions {
6698
6842
  * - deprecated: list of deprecated bits
6699
6843
  * - all: list of supported bits and deprecated bits
6700
6844
  * - bit: configuration for a specific bit, or all bits
6845
+ * - bitGroups: all bit groups with their member bit types (PLAN-020)
6846
+ * - resourceGroups: all resource groups with their member resource types (PLAN-020)
6701
6847
  */
6702
6848
  type?: InfoTypeType;
6703
6849
  /**
@@ -7067,6 +7213,77 @@ declare class BitmarkParserGenerator {
7067
7213
  * Get information about the bitmark-parser-generator library
7068
7214
  */
7069
7215
  info(options?: InfoOptions): unknown;
7216
+ /**
7217
+ * PLAN-020: Register translated display names for bit types, bit groups, and resource
7218
+ * groups.
7219
+ *
7220
+ * The data is provided by the `./translations` subpath export (kept out of the main
7221
+ * bundle for size). Without registration, all name lookups fall back to the inline
7222
+ * English titles / technical keys.
7223
+ *
7224
+ * ```ts
7225
+ * import { TRANSLATIONS } from '@gmb/bitmark-parser-generator/translations';
7226
+ * bpg.registerTranslations(TRANSLATIONS);
7227
+ * ```
7228
+ */
7229
+ registerTranslations(data: TranslationsData): void;
7230
+ /**
7231
+ * PLAN-020: Get all known bit groups, each with its aliases, description, resolved
7232
+ * title, subgroupOf metadata, and member bit types.
7233
+ *
7234
+ * @param options language (title resolution), subgroupOf (filter, e.g. 'quizzes' for
7235
+ * quiz categories), includeDeprecated (default: true)
7236
+ */
7237
+ getBitGroups(options?: BitGroupsOptions): BitGroupInfo[];
7238
+ /**
7239
+ * PLAN-020: Get all known resource groups, each with its member resource types
7240
+ * (canonical kebab-case values only).
7241
+ */
7242
+ getResourceGroups(options?: ResourceGroupsOptions): ResourceGroupInfo[];
7243
+ /**
7244
+ * PLAN-020: Get all bit types belonging to one or more bit groups (union, deduped,
7245
+ * sorted). Serves search queries such as `g=cloze&g=table`. Inputs may be canonical
7246
+ * keys or aliases; unknown inputs are ignored.
7247
+ *
7248
+ * @param options includeDeprecated: include deprecated bit types (default: true —
7249
+ * stored legacy content must still be found by search)
7250
+ */
7251
+ getBitTypesForBitGroups(bitGroups: (BitGroupType | string)[], options?: {
7252
+ includeDeprecated?: boolean;
7253
+ }): BitTypeType[];
7254
+ /**
7255
+ * PLAN-020: Get the bit groups that one or more bit types belong to, with resolved
7256
+ * titles and members. Unknown bit types are ignored.
7257
+ */
7258
+ getBitGroupsForBitTypes(bitTypes: (BitTypeType | string)[], options?: BitGroupsOptions): BitGroupInfo[];
7259
+ /**
7260
+ * PLAN-020: Get the resource types belonging to one or more resource groups (union,
7261
+ * deduped, sorted; canonical kebab-case values only — normalize legacy camelCase
7262
+ * spellings such as `imageLink` before matching).
7263
+ */
7264
+ getResourceTypesForResourceGroups(resourceGroups: (ResourceGroupType | string)[]): ResourceTypeType[];
7265
+ /**
7266
+ * PLAN-020: Get the resource groups that one or more resource types belong to.
7267
+ */
7268
+ getResourceGroupsForResourceTypes(resourceTypes: (ResourceTypeType | string)[]): ResourceGroupType[];
7269
+ /**
7270
+ * PLAN-020: Get the translated display name of a bit type.
7271
+ *
7272
+ * Fallback chain: requested BCP-47 tag (progressively stripping subtags:
7273
+ * `de-CH` → `de`) → English title → technical key. Non-English languages require
7274
+ * {@link registerTranslations}.
7275
+ */
7276
+ getBitTitle(bitType: BitTypeType | string, language?: string): string;
7277
+ /**
7278
+ * PLAN-020: Get the translated display name of a bit group (key or alias accepted).
7279
+ * Fallback chain as {@link getBitTitle}.
7280
+ */
7281
+ getBitGroupTitle(bitGroup: BitGroupType | string, language?: string): string;
7282
+ /**
7283
+ * PLAN-020: Get the translated display name of a resource group (key or alias
7284
+ * accepted). Fallback chain as {@link getBitTitle}.
7285
+ */
7286
+ getResourceGroupTitle(resourceGroup: ResourceGroupType | string, language?: string): string;
7070
7287
  /**
7071
7288
  * Generate the new configuration for the bitmark parser.
7072
7289
  */
@@ -7488,4 +7705,4 @@ declare class HtmlTableGenerator {
7488
7705
  private escapeAttr;
7489
7706
  }
7490
7707
 
7491
- export { type AppLinkResourceJson, type AppLinkResourceWrapperJson, type ArticleResourceJson, type ArticleResourceWrapperJson, Ast, type AstWalkCallbacks, type AudioEmbedResourceJson, type AudioEmbedResourceWrapperJson, type AudioLinkResourceJson, type AudioLinkResourceWrapperJson, type AudioResourceJson, type AudioResourceWrapperJson, type Bbox, type Bit, type BitJson, BitType, type BitTypeType, type BitWrapperJson, type BitmarkAst, BitmarkFileGenerator, BitmarkGenerator, type BitmarkOptions, BitmarkParser, BitmarkParserGenerator, BitmarkParserType, type BitmarkParserTypeType, BitmarkStringGenerator, BitmarkVersion, type BitmarkVersionType, type Body, type BodyBitJson, type BodyBitsJson, type BodyPart, BodyTextFormat, type BodyTextFormatType, type BookJson, type BookReferenceJson, type BotResponseJson, type BoundingBoxEntry, BoundingBoxIndex, type BreakscapeOptions, type BreakscapedString, Builder, type CardBit, type CardNode, CardSetVersion, type CardSetVersionType, type ChoiceJson, type CodeBlockTextNode, type CodeBlockTextNodeAttributes, type CommentMark, type ConvertHtmlTableOptions, type ConvertOptions, type ConvertTextOptions, type CreateAstOptions, type DefinitionListItemJson, type DocumentDownloadResourceJson, type DocumentDownloadResourceWrapperJson, type DocumentEmbedResourceJson, type DocumentEmbedResourceWrapperJson, type DocumentLinkResourceJson, type DocumentLinkResourceWrapperJson, type DocumentResourceJson, type DocumentResourceWrapperJson, type Example, type ExampleJson, type ExtRefMark, type ExtRefMarkAttibutes, type ExtraProperties, type FeedbackChoiceJson, type FeedbackJson, type FeedbackReasonJson, type FileOptions, FileWriter, type FlashcardJson, type Footer, type FootnoteAttibutes, type FootnoteMark, type FromBitsOptions, type GapJson, type Generator, type GroupTagJson, type HeadingJson, type HeadingTextNode, type HeadingTextNodeAttributes, type HighlightJson, type HighlightTextJson, type HtmlTableFormat, HtmlTableGenerator, type HtmlTableParseOptions, HtmlTableParser, type ImageInlineTextNode, type ImageLinkResourceJson, type ImageLinkResourceWrapperJson, type ImageResourceJson, type ImageResourceWrapperJson, type ImageSourceJson, type ImageTextNode, type ImageTextNodeAttributes, InfoFormat, type InfoFormatType, type InfoOptions, InfoType, type InfoTypeType, type IngredientJson, Input, InputFormat, type InputFormatType, type InputType, JsonFileGenerator, JsonGenerator, type JsonOptions, JsonParser, JsonStringGenerator, type LatexTextNode, type LatexTextNodeAttributes, type LinkMark, type LinkMarkAttibutes, type ListItemJson, type ListTextNode, type ListTextNodeAttributes, type MarkConfigJson, type MarkJson, type MatrixCellJson, type MatrixJson, type MediaAttributes, type Node, type NodeInfo, NodeType, type NodeTypeType, Output, type OutputType, type PairJson, type ParserJson, type PersonJson, type UpgradeOptions as PrettifyOptions, type PronunciationTableCellJson, type PronunciationTableJson, type Property, type QuestionJson, type QuizJson, type RatingLevelStartEndJson, type RefMark, type RefMarkAttibutes, ResourceBuilder, type ResourceDataJson, type ResourceJson, type ResourceTypeType, type ResourceWrapperJson, type ResponseJson, type SectionTextNode, type SelectJson, type SelectOptionJson, type ServingsJson, type StatementJson, type StillImageFilmEmbedResourceJson, type StillImageFilmEmbedResourceWrapperJson, type StillImageFilmLinkResourceJson, type StillImageFilmLinkResourceWrapperJson, type StillImageFilmResourceJson, type StillImageFilmResourceWrapperJson, StreamWriter, StringWriter, type SymbolMark, type TableCellJson, type TableExtendedJson, type TableJson, type TableRowJson, type TableSectionJson, type TaskItemTextNode, type TaskItemTextNodeAttributes, type TechnicalTermJson, type JsonText as Text, type TextAndIconJson, type TextAst, type TextJsonOptions, type TextMark, type TextMarkAttibutes, TextMarkType, type TextMarkTypeType, type TextNode, type TextNodeAttibutes, TextNodeType, type TextNodeTypeType, type UnbreakscapeOptions, type UpgradeOptions, type VideoEmbedResourceJson, type VideoEmbedResourceWrapperJson, type VideoLinkResourceJson, type VideoLinkResourceWrapperJson, type VideoResourceJson, type VideoResourceWrapperJson, type WebsiteLinkResourceJson, type WebsiteLinkResourceWrapperJson, type Writer, type XRefMark, type XRefMarkAttibutes, parse as bitmarkTextParse };
7708
+ export { type AppLinkResourceJson, type AppLinkResourceWrapperJson, type ArticleResourceJson, type ArticleResourceWrapperJson, Ast, type AstWalkCallbacks, type AudioEmbedResourceJson, type AudioEmbedResourceWrapperJson, type AudioLinkResourceJson, type AudioLinkResourceWrapperJson, type AudioResourceJson, type AudioResourceWrapperJson, type Bbox, type Bit, BitGroup, type BitGroupInfo, type BitGroupType, type BitGroupsOptions, type BitJson, BitType, type BitTypeType, type BitWrapperJson, type BitmarkAst, BitmarkFileGenerator, BitmarkGenerator, type BitmarkOptions, BitmarkParser, BitmarkParserGenerator, BitmarkParserType, type BitmarkParserTypeType, BitmarkStringGenerator, BitmarkVersion, type BitmarkVersionType, type Body, type BodyBitJson, type BodyBitsJson, type BodyPart, BodyTextFormat, type BodyTextFormatType, type BookJson, type BookReferenceJson, type BotResponseJson, type BoundingBoxEntry, BoundingBoxIndex, type BreakscapeOptions, type BreakscapedString, Builder, type CardBit, type CardNode, CardSetVersion, type CardSetVersionType, type ChoiceJson, type CodeBlockTextNode, type CodeBlockTextNodeAttributes, type CommentMark, type ConvertHtmlTableOptions, type ConvertOptions, type ConvertTextOptions, type CreateAstOptions, type DefinitionListItemJson, type DocumentDownloadResourceJson, type DocumentDownloadResourceWrapperJson, type DocumentEmbedResourceJson, type DocumentEmbedResourceWrapperJson, type DocumentLinkResourceJson, type DocumentLinkResourceWrapperJson, type DocumentResourceJson, type DocumentResourceWrapperJson, type Example, type ExampleJson, type ExtRefMark, type ExtRefMarkAttibutes, type ExtraProperties, type FeedbackChoiceJson, type FeedbackJson, type FeedbackReasonJson, type FileOptions, FileWriter, type FlashcardJson, type Footer, type FootnoteAttibutes, type FootnoteMark, type FromBitsOptions, type GapJson, type Generator, type GroupTagJson, type HeadingJson, type HeadingTextNode, type HeadingTextNodeAttributes, type HighlightJson, type HighlightTextJson, type HtmlTableFormat, HtmlTableGenerator, type HtmlTableParseOptions, HtmlTableParser, type ImageInlineTextNode, type ImageLinkResourceJson, type ImageLinkResourceWrapperJson, type ImageResourceJson, type ImageResourceWrapperJson, type ImageSourceJson, type ImageTextNode, type ImageTextNodeAttributes, InfoFormat, type InfoFormatType, type InfoOptions, InfoType, type InfoTypeType, type IngredientJson, Input, InputFormat, type InputFormatType, type InputType, JsonFileGenerator, JsonGenerator, type JsonOptions, JsonParser, JsonStringGenerator, type LatexTextNode, type LatexTextNodeAttributes, type LinkMark, type LinkMarkAttibutes, type ListItemJson, type ListTextNode, type ListTextNodeAttributes, type MarkConfigJson, type MarkJson, type MatrixCellJson, type MatrixJson, type MediaAttributes, type Node, type NodeInfo, NodeType, type NodeTypeType, Output, type OutputType, type PairJson, type ParserJson, type PersonJson, type UpgradeOptions as PrettifyOptions, type PronunciationTableCellJson, type PronunciationTableJson, type Property, type QuestionJson, type QuizJson, type RatingLevelStartEndJson, type RefMark, type RefMarkAttibutes, ResourceBuilder, type ResourceDataJson, ResourceGroup, type ResourceGroupInfo, type ResourceGroupType, type ResourceGroupsOptions, type ResourceJson, type ResourceTypeType, type ResourceWrapperJson, type ResponseJson, type SectionTextNode, type SelectJson, type SelectOptionJson, type ServingsJson, type StatementJson, type StillImageFilmEmbedResourceJson, type StillImageFilmEmbedResourceWrapperJson, type StillImageFilmLinkResourceJson, type StillImageFilmLinkResourceWrapperJson, type StillImageFilmResourceJson, type StillImageFilmResourceWrapperJson, StreamWriter, StringWriter, type SupportedBit, type SupportedBitsOptions, type SymbolMark, type TableCellJson, type TableExtendedJson, type TableJson, type TableRowJson, type TableSectionJson, type TaskItemTextNode, type TaskItemTextNodeAttributes, type TechnicalTermJson, type JsonText as Text, type TextAndIconJson, type TextAst, type TextJsonOptions, type TextMark, type TextMarkAttibutes, TextMarkType, type TextMarkTypeType, type TextNode, type TextNodeAttibutes, TextNodeType, type TextNodeTypeType, TranslationsData, type UnbreakscapeOptions, type UpgradeOptions, type VideoEmbedResourceJson, type VideoEmbedResourceWrapperJson, type VideoLinkResourceJson, type VideoLinkResourceWrapperJson, type VideoResourceJson, type VideoResourceWrapperJson, type WebsiteLinkResourceJson, type WebsiteLinkResourceWrapperJson, type Writer, type XRefMark, type XRefMarkAttibutes, parse as bitmarkTextParse };