free-use-bible-api 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +139 -0
- package/dist/cjs/index.cjs +27 -0
- package/dist/esm/apis/DefaultApi.js +416 -0
- package/dist/esm/apis/DefaultApi.js.map +7 -0
- package/dist/esm/apis/FreeUseBibleApi.js +61 -0
- package/dist/esm/apis/FreeUseBibleApi.js.map +7 -0
- package/dist/esm/apis/index.js +4 -0
- package/dist/esm/apis/index.js.map +7 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/index.js.map +7 -0
- package/dist/esm/models/ApiAvailableCommentaries.js +32 -0
- package/dist/esm/models/ApiAvailableCommentaries.js.map +7 -0
- package/dist/esm/models/ApiAvailableDatasets.js +32 -0
- package/dist/esm/models/ApiAvailableDatasets.js.map +7 -0
- package/dist/esm/models/ApiAvailableTranslations.js +32 -0
- package/dist/esm/models/ApiAvailableTranslations.js.map +7 -0
- package/dist/esm/models/ApiCommentary.js +81 -0
- package/dist/esm/models/ApiCommentary.js.map +7 -0
- package/dist/esm/models/ApiCommentaryBook.js +63 -0
- package/dist/esm/models/ApiCommentaryBook.js.map +7 -0
- package/dist/esm/models/ApiCommentaryBookChapter.js +58 -0
- package/dist/esm/models/ApiCommentaryBookChapter.js.map +7 -0
- package/dist/esm/models/ApiCommentaryBookChapterChapter.js +37 -0
- package/dist/esm/models/ApiCommentaryBookChapterChapter.js.map +7 -0
- package/dist/esm/models/ApiCommentaryBooks.js +39 -0
- package/dist/esm/models/ApiCommentaryBooks.js.map +7 -0
- package/dist/esm/models/ApiDataset.js +77 -0
- package/dist/esm/models/ApiDataset.js.map +7 -0
- package/dist/esm/models/ApiDatasetBook.js +56 -0
- package/dist/esm/models/ApiDatasetBook.js.map +7 -0
- package/dist/esm/models/ApiDatasetBookChapter.js +61 -0
- package/dist/esm/models/ApiDatasetBookChapter.js.map +7 -0
- package/dist/esm/models/ApiDatasetBooks.js +39 -0
- package/dist/esm/models/ApiDatasetBooks.js.map +7 -0
- package/dist/esm/models/ApiTranslation.js +87 -0
- package/dist/esm/models/ApiTranslation.js.map +7 -0
- package/dist/esm/models/ApiTranslationBook.js +64 -0
- package/dist/esm/models/ApiTranslationBook.js.map +7 -0
- package/dist/esm/models/ApiTranslationBookChapter.js +67 -0
- package/dist/esm/models/ApiTranslationBookChapter.js.map +7 -0
- package/dist/esm/models/ApiTranslationBookChapterChapter.js +42 -0
- package/dist/esm/models/ApiTranslationBookChapterChapter.js.map +7 -0
- package/dist/esm/models/ApiTranslationBooks.js +39 -0
- package/dist/esm/models/ApiTranslationBooks.js.map +7 -0
- package/dist/esm/models/ApiTranslationComplete.js +39 -0
- package/dist/esm/models/ApiTranslationComplete.js.map +7 -0
- package/dist/esm/models/ApiTranslationCompleteBook.js +59 -0
- package/dist/esm/models/ApiTranslationCompleteBook.js.map +7 -0
- package/dist/esm/models/BookId.js +127 -0
- package/dist/esm/models/BookId.js.map +7 -0
- package/dist/esm/models/ChapterContent.js +58 -0
- package/dist/esm/models/ChapterContent.js.map +7 -0
- package/dist/esm/models/ChapterFootnote.js +44 -0
- package/dist/esm/models/ChapterFootnote.js.map +7 -0
- package/dist/esm/models/ChapterFootnoteCaller.js +17 -0
- package/dist/esm/models/ChapterFootnoteCaller.js.map +7 -0
- package/dist/esm/models/ChapterFootnoteReference.js +31 -0
- package/dist/esm/models/ChapterFootnoteReference.js.map +7 -0
- package/dist/esm/models/ChapterHeading.js +34 -0
- package/dist/esm/models/ChapterHeading.js.map +7 -0
- package/dist/esm/models/ChapterHebrewSubtitle.js +38 -0
- package/dist/esm/models/ChapterHebrewSubtitle.js.map +7 -0
- package/dist/esm/models/ChapterHebrewSubtitleContentInner.js +35 -0
- package/dist/esm/models/ChapterHebrewSubtitleContentInner.js.map +7 -0
- package/dist/esm/models/ChapterLineBreak.js +31 -0
- package/dist/esm/models/ChapterLineBreak.js.map +7 -0
- package/dist/esm/models/ChapterVerse.js +41 -0
- package/dist/esm/models/ChapterVerse.js.map +7 -0
- package/dist/esm/models/ChapterVerseContentInner.js +44 -0
- package/dist/esm/models/ChapterVerseContentInner.js.map +7 -0
- package/dist/esm/models/DatasetChapterData.js +35 -0
- package/dist/esm/models/DatasetChapterData.js.map +7 -0
- package/dist/esm/models/DatasetChapterVerseContent.js +35 -0
- package/dist/esm/models/DatasetChapterVerseContent.js.map +7 -0
- package/dist/esm/models/FormattedText.js +32 -0
- package/dist/esm/models/FormattedText.js.map +7 -0
- package/dist/esm/models/InlineHeading.js +28 -0
- package/dist/esm/models/InlineHeading.js.map +7 -0
- package/dist/esm/models/InlineLineBreak.js +31 -0
- package/dist/esm/models/InlineLineBreak.js.map +7 -0
- package/dist/esm/models/ScoredVerseRef.js +47 -0
- package/dist/esm/models/ScoredVerseRef.js.map +7 -0
- package/dist/esm/models/TranslationBookChapter.js +35 -0
- package/dist/esm/models/TranslationBookChapter.js.map +7 -0
- package/dist/esm/models/VerseFootnoteReference.js +28 -0
- package/dist/esm/models/VerseFootnoteReference.js.map +7 -0
- package/dist/esm/models/index.js +40 -0
- package/dist/esm/models/index.js.map +7 -0
- package/dist/esm/runtime.js +304 -0
- package/dist/esm/runtime.js.map +7 -0
- package/dist/types/apis/DefaultApi.d.ts +176 -0
- package/dist/types/apis/FreeUseBibleApi.d.ts +34 -0
- package/dist/types/apis/index.d.ts +3 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/models/ApiAvailableCommentaries.d.ts +34 -0
- package/dist/types/models/ApiAvailableDatasets.d.ts +34 -0
- package/dist/types/models/ApiAvailableTranslations.d.ts +34 -0
- package/dist/types/models/ApiCommentary.d.ts +145 -0
- package/dist/types/models/ApiCommentaryBook.d.ts +100 -0
- package/dist/types/models/ApiCommentaryBookChapter.d.ts +72 -0
- package/dist/types/models/ApiCommentaryBookChapterChapter.d.ts +46 -0
- package/dist/types/models/ApiCommentaryBooks.d.ts +41 -0
- package/dist/types/models/ApiDataset.d.ts +138 -0
- package/dist/types/models/ApiDatasetBook.d.ts +82 -0
- package/dist/types/models/ApiDatasetBookChapter.d.ts +78 -0
- package/dist/types/models/ApiDatasetBooks.d.ts +41 -0
- package/dist/types/models/ApiTranslation.d.ts +169 -0
- package/dist/types/models/ApiTranslationBook.d.ts +100 -0
- package/dist/types/models/ApiTranslationBookChapter.d.ts +96 -0
- package/dist/types/models/ApiTranslationBookChapterChapter.d.ts +47 -0
- package/dist/types/models/ApiTranslationBooks.d.ts +41 -0
- package/dist/types/models/ApiTranslationComplete.d.ts +41 -0
- package/dist/types/models/ApiTranslationCompleteBook.d.ts +83 -0
- package/dist/types/models/BookId.d.ts +125 -0
- package/dist/types/models/ChapterContent.d.ts +34 -0
- package/dist/types/models/ChapterFootnote.d.ts +53 -0
- package/dist/types/models/ChapterFootnoteCaller.d.ts +27 -0
- package/dist/types/models/ChapterFootnoteReference.d.ts +39 -0
- package/dist/types/models/ChapterHeading.d.ts +46 -0
- package/dist/types/models/ChapterHebrewSubtitle.d.ts +47 -0
- package/dist/types/models/ChapterHebrewSubtitleContentInner.d.ts +51 -0
- package/dist/types/models/ChapterLineBreak.d.ts +40 -0
- package/dist/types/models/ChapterVerse.d.ts +53 -0
- package/dist/types/models/ChapterVerseContentInner.d.ts +70 -0
- package/dist/types/models/DatasetChapterData.d.ts +40 -0
- package/dist/types/models/DatasetChapterVerseContent.d.ts +40 -0
- package/dist/types/models/FormattedText.d.ts +45 -0
- package/dist/types/models/InlineHeading.d.ts +33 -0
- package/dist/types/models/InlineLineBreak.d.ts +40 -0
- package/dist/types/models/ScoredVerseRef.d.ts +70 -0
- package/dist/types/models/TranslationBookChapter.d.ts +42 -0
- package/dist/types/models/VerseFootnoteReference.d.ts +33 -0
- package/dist/types/models/index.d.ts +39 -0
- package/dist/types/runtime.d.ts +185 -0
- package/package.json +31 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Free Use Bible API
|
|
3
|
+
* An API for accessing over 1000 different Bible translations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: hello@helloao.org
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The verse reference for the footnote. Undefined if the footnote isn't associated with a specific verse.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ChapterFootnoteReference
|
|
16
|
+
*/
|
|
17
|
+
export interface ChapterFootnoteReference {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ChapterFootnoteReference
|
|
22
|
+
*/
|
|
23
|
+
chapter: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ChapterFootnoteReference
|
|
28
|
+
*/
|
|
29
|
+
verse: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ChapterFootnoteReference interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfChapterFootnoteReference(value: object): value is ChapterFootnoteReference;
|
|
35
|
+
export declare function ChapterFootnoteReferenceFromJSON(json: any): ChapterFootnoteReference;
|
|
36
|
+
export declare function ChapterFootnoteReferenceFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChapterFootnoteReference;
|
|
37
|
+
export declare function ChapterFootnoteReferenceToJSON(json: any): ChapterFootnoteReference;
|
|
38
|
+
export declare function ChapterFootnoteReferenceToJSONTyped(value?: ChapterFootnoteReference | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=ChapterFootnoteReference.d.ts.map
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Free Use Bible API
|
|
3
|
+
* An API for accessing over 1000 different Bible translations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: hello@helloao.org
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Defines the schema for a heading in a chapter.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ChapterHeading
|
|
16
|
+
*/
|
|
17
|
+
export interface ChapterHeading {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {ChapterHeadingTypeEnum}
|
|
21
|
+
* @memberof ChapterHeading
|
|
22
|
+
*/
|
|
23
|
+
type: ChapterHeadingTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
* The content for the heading. If multiple strings are included in the array, they should be concatenated with a space.
|
|
26
|
+
* @type {Array<string>}
|
|
27
|
+
* @memberof ChapterHeading
|
|
28
|
+
*/
|
|
29
|
+
content: Array<string>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const ChapterHeadingTypeEnum: {
|
|
35
|
+
readonly Heading: "heading";
|
|
36
|
+
};
|
|
37
|
+
export type ChapterHeadingTypeEnum = typeof ChapterHeadingTypeEnum[keyof typeof ChapterHeadingTypeEnum];
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the ChapterHeading interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfChapterHeading(value: object): value is ChapterHeading;
|
|
42
|
+
export declare function ChapterHeadingFromJSON(json: any): ChapterHeading;
|
|
43
|
+
export declare function ChapterHeadingFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChapterHeading;
|
|
44
|
+
export declare function ChapterHeadingToJSON(json: any): ChapterHeading;
|
|
45
|
+
export declare function ChapterHeadingToJSONTyped(value?: ChapterHeading | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=ChapterHeading.d.ts.map
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Free Use Bible API
|
|
3
|
+
* An API for accessing over 1000 different Bible translations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: hello@helloao.org
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ChapterHebrewSubtitleContentInner } from './ChapterHebrewSubtitleContentInner';
|
|
13
|
+
/**
|
|
14
|
+
* Defines the schema for a Hebrew Subtitle in a chapter.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ChapterHebrewSubtitle
|
|
17
|
+
*/
|
|
18
|
+
export interface ChapterHebrewSubtitle {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ChapterHebrewSubtitleTypeEnum}
|
|
22
|
+
* @memberof ChapterHebrewSubtitle
|
|
23
|
+
*/
|
|
24
|
+
type: ChapterHebrewSubtitleTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
* The content that is contained in the subtitle. Each element in the list could be a string, formatted text, or a footnote reference.
|
|
27
|
+
* @type {Array<ChapterHebrewSubtitleContentInner>}
|
|
28
|
+
* @memberof ChapterHebrewSubtitle
|
|
29
|
+
*/
|
|
30
|
+
content: Array<ChapterHebrewSubtitleContentInner>;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* @export
|
|
34
|
+
*/
|
|
35
|
+
export declare const ChapterHebrewSubtitleTypeEnum: {
|
|
36
|
+
readonly HebrewSubtitle: "hebrew_subtitle";
|
|
37
|
+
};
|
|
38
|
+
export type ChapterHebrewSubtitleTypeEnum = typeof ChapterHebrewSubtitleTypeEnum[keyof typeof ChapterHebrewSubtitleTypeEnum];
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the ChapterHebrewSubtitle interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfChapterHebrewSubtitle(value: object): value is ChapterHebrewSubtitle;
|
|
43
|
+
export declare function ChapterHebrewSubtitleFromJSON(json: any): ChapterHebrewSubtitle;
|
|
44
|
+
export declare function ChapterHebrewSubtitleFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChapterHebrewSubtitle;
|
|
45
|
+
export declare function ChapterHebrewSubtitleToJSON(json: any): ChapterHebrewSubtitle;
|
|
46
|
+
export declare function ChapterHebrewSubtitleToJSONTyped(value?: ChapterHebrewSubtitle | null, ignoreDiscriminator?: boolean): any;
|
|
47
|
+
//# sourceMappingURL=ChapterHebrewSubtitle.d.ts.map
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Free Use Bible API
|
|
3
|
+
* An API for accessing over 1000 different Bible translations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: hello@helloao.org
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ChapterHebrewSubtitleContentInner
|
|
16
|
+
*/
|
|
17
|
+
export interface ChapterHebrewSubtitleContentInner {
|
|
18
|
+
/**
|
|
19
|
+
* The text that is formatted.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ChapterHebrewSubtitleContentInner
|
|
22
|
+
*/
|
|
23
|
+
text: string;
|
|
24
|
+
/**
|
|
25
|
+
* Whether the text represents a poem. The number indicates the level of indent. Common in Psalms.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ChapterHebrewSubtitleContentInner
|
|
28
|
+
*/
|
|
29
|
+
poem?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Whether the text represents the Words of Jesus.
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof ChapterHebrewSubtitleContentInner
|
|
34
|
+
*/
|
|
35
|
+
wordsOfJesus?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* The ID of the note.
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof ChapterHebrewSubtitleContentInner
|
|
40
|
+
*/
|
|
41
|
+
noteId: number;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the ChapterHebrewSubtitleContentInner interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfChapterHebrewSubtitleContentInner(value: object): value is ChapterHebrewSubtitleContentInner;
|
|
47
|
+
export declare function ChapterHebrewSubtitleContentInnerFromJSON(json: any): ChapterHebrewSubtitleContentInner;
|
|
48
|
+
export declare function ChapterHebrewSubtitleContentInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChapterHebrewSubtitleContentInner;
|
|
49
|
+
export declare function ChapterHebrewSubtitleContentInnerToJSON(json: any): ChapterHebrewSubtitleContentInner;
|
|
50
|
+
export declare function ChapterHebrewSubtitleContentInnerToJSONTyped(value?: ChapterHebrewSubtitleContentInner | null, ignoreDiscriminator?: boolean): any;
|
|
51
|
+
//# sourceMappingURL=ChapterHebrewSubtitleContentInner.d.ts.map
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Free Use Bible API
|
|
3
|
+
* An API for accessing over 1000 different Bible translations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: hello@helloao.org
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Defines the schema for a line break in a chapter.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ChapterLineBreak
|
|
16
|
+
*/
|
|
17
|
+
export interface ChapterLineBreak {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {ChapterLineBreakTypeEnum}
|
|
21
|
+
* @memberof ChapterLineBreak
|
|
22
|
+
*/
|
|
23
|
+
type: ChapterLineBreakTypeEnum;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
export declare const ChapterLineBreakTypeEnum: {
|
|
29
|
+
readonly LineBreak: "line_break";
|
|
30
|
+
};
|
|
31
|
+
export type ChapterLineBreakTypeEnum = typeof ChapterLineBreakTypeEnum[keyof typeof ChapterLineBreakTypeEnum];
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the ChapterLineBreak interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfChapterLineBreak(value: object): value is ChapterLineBreak;
|
|
36
|
+
export declare function ChapterLineBreakFromJSON(json: any): ChapterLineBreak;
|
|
37
|
+
export declare function ChapterLineBreakFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChapterLineBreak;
|
|
38
|
+
export declare function ChapterLineBreakToJSON(json: any): ChapterLineBreak;
|
|
39
|
+
export declare function ChapterLineBreakToJSONTyped(value?: ChapterLineBreak | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
+
//# sourceMappingURL=ChapterLineBreak.d.ts.map
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Free Use Bible API
|
|
3
|
+
* An API for accessing over 1000 different Bible translations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: hello@helloao.org
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ChapterVerseContentInner } from './ChapterVerseContentInner';
|
|
13
|
+
/**
|
|
14
|
+
* Defines the schema for a verse in a chapter.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ChapterVerse
|
|
17
|
+
*/
|
|
18
|
+
export interface ChapterVerse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ChapterVerseTypeEnum}
|
|
22
|
+
* @memberof ChapterVerse
|
|
23
|
+
*/
|
|
24
|
+
type: ChapterVerseTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
* The number of the verse.
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof ChapterVerse
|
|
29
|
+
*/
|
|
30
|
+
number: number;
|
|
31
|
+
/**
|
|
32
|
+
* The list of content for the verse. Each element in the list could be a string, formatted text, or a footnote reference.
|
|
33
|
+
* @type {Array<ChapterVerseContentInner>}
|
|
34
|
+
* @memberof ChapterVerse
|
|
35
|
+
*/
|
|
36
|
+
content: Array<ChapterVerseContentInner>;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @export
|
|
40
|
+
*/
|
|
41
|
+
export declare const ChapterVerseTypeEnum: {
|
|
42
|
+
readonly Verse: "verse";
|
|
43
|
+
};
|
|
44
|
+
export type ChapterVerseTypeEnum = typeof ChapterVerseTypeEnum[keyof typeof ChapterVerseTypeEnum];
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the ChapterVerse interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfChapterVerse(value: object): value is ChapterVerse;
|
|
49
|
+
export declare function ChapterVerseFromJSON(json: any): ChapterVerse;
|
|
50
|
+
export declare function ChapterVerseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChapterVerse;
|
|
51
|
+
export declare function ChapterVerseToJSON(json: any): ChapterVerse;
|
|
52
|
+
export declare function ChapterVerseToJSONTyped(value?: ChapterVerse | null, ignoreDiscriminator?: boolean): any;
|
|
53
|
+
//# sourceMappingURL=ChapterVerse.d.ts.map
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Free Use Bible API
|
|
3
|
+
* An API for accessing over 1000 different Bible translations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: hello@helloao.org
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ChapterVerseContentInner
|
|
16
|
+
*/
|
|
17
|
+
export interface ChapterVerseContentInner {
|
|
18
|
+
/**
|
|
19
|
+
* The text that is formatted.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ChapterVerseContentInner
|
|
22
|
+
*/
|
|
23
|
+
text: string;
|
|
24
|
+
/**
|
|
25
|
+
* Whether the text represents a poem. The number indicates the level of indent. Common in Psalms.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ChapterVerseContentInner
|
|
28
|
+
*/
|
|
29
|
+
poem?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Whether the text represents the Words of Jesus.
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof ChapterVerseContentInner
|
|
34
|
+
*/
|
|
35
|
+
wordsOfJesus?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* The text of the heading.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ChapterVerseContentInner
|
|
40
|
+
*/
|
|
41
|
+
heading: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {ChapterVerseContentInnerLineBreakEnum}
|
|
45
|
+
* @memberof ChapterVerseContentInner
|
|
46
|
+
*/
|
|
47
|
+
lineBreak: ChapterVerseContentInnerLineBreakEnum;
|
|
48
|
+
/**
|
|
49
|
+
* The ID of the note.
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof ChapterVerseContentInner
|
|
52
|
+
*/
|
|
53
|
+
noteId: number;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* @export
|
|
57
|
+
*/
|
|
58
|
+
export declare const ChapterVerseContentInnerLineBreakEnum: {
|
|
59
|
+
readonly True: true;
|
|
60
|
+
};
|
|
61
|
+
export type ChapterVerseContentInnerLineBreakEnum = typeof ChapterVerseContentInnerLineBreakEnum[keyof typeof ChapterVerseContentInnerLineBreakEnum];
|
|
62
|
+
/**
|
|
63
|
+
* Check if a given object implements the ChapterVerseContentInner interface.
|
|
64
|
+
*/
|
|
65
|
+
export declare function instanceOfChapterVerseContentInner(value: object): value is ChapterVerseContentInner;
|
|
66
|
+
export declare function ChapterVerseContentInnerFromJSON(json: any): ChapterVerseContentInner;
|
|
67
|
+
export declare function ChapterVerseContentInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChapterVerseContentInner;
|
|
68
|
+
export declare function ChapterVerseContentInnerToJSON(json: any): ChapterVerseContentInner;
|
|
69
|
+
export declare function ChapterVerseContentInnerToJSONTyped(value?: ChapterVerseContentInner | null, ignoreDiscriminator?: boolean): any;
|
|
70
|
+
//# sourceMappingURL=ChapterVerseContentInner.d.ts.map
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Free Use Bible API
|
|
3
|
+
* An API for accessing over 1000 different Bible translations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: hello@helloao.org
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { DatasetChapterVerseContent } from './DatasetChapterVerseContent';
|
|
13
|
+
/**
|
|
14
|
+
* Defines the schema for information about a chapter in a dataset.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DatasetChapterData
|
|
17
|
+
*/
|
|
18
|
+
export interface DatasetChapterData {
|
|
19
|
+
/**
|
|
20
|
+
* The number of the chapter.
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof DatasetChapterData
|
|
23
|
+
*/
|
|
24
|
+
number: number;
|
|
25
|
+
/**
|
|
26
|
+
* The content of the chapter.
|
|
27
|
+
* @type {Array<DatasetChapterVerseContent>}
|
|
28
|
+
* @memberof DatasetChapterData
|
|
29
|
+
*/
|
|
30
|
+
content: Array<DatasetChapterVerseContent>;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the DatasetChapterData interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfDatasetChapterData(value: object): value is DatasetChapterData;
|
|
36
|
+
export declare function DatasetChapterDataFromJSON(json: any): DatasetChapterData;
|
|
37
|
+
export declare function DatasetChapterDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): DatasetChapterData;
|
|
38
|
+
export declare function DatasetChapterDataToJSON(json: any): DatasetChapterData;
|
|
39
|
+
export declare function DatasetChapterDataToJSONTyped(value?: DatasetChapterData | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
+
//# sourceMappingURL=DatasetChapterData.d.ts.map
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Free Use Bible API
|
|
3
|
+
* An API for accessing over 1000 different Bible translations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: hello@helloao.org
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ScoredVerseRef } from './ScoredVerseRef';
|
|
13
|
+
/**
|
|
14
|
+
* Defines the schema for information about a verse in a dataset chapter.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DatasetChapterVerseContent
|
|
17
|
+
*/
|
|
18
|
+
export interface DatasetChapterVerseContent {
|
|
19
|
+
/**
|
|
20
|
+
* The number of the verse.
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof DatasetChapterVerseContent
|
|
23
|
+
*/
|
|
24
|
+
verse: number;
|
|
25
|
+
/**
|
|
26
|
+
* The list of references for the verse.
|
|
27
|
+
* @type {Array<ScoredVerseRef>}
|
|
28
|
+
* @memberof DatasetChapterVerseContent
|
|
29
|
+
*/
|
|
30
|
+
references: Array<ScoredVerseRef>;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the DatasetChapterVerseContent interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfDatasetChapterVerseContent(value: object): value is DatasetChapterVerseContent;
|
|
36
|
+
export declare function DatasetChapterVerseContentFromJSON(json: any): DatasetChapterVerseContent;
|
|
37
|
+
export declare function DatasetChapterVerseContentFromJSONTyped(json: any, ignoreDiscriminator: boolean): DatasetChapterVerseContent;
|
|
38
|
+
export declare function DatasetChapterVerseContentToJSON(json: any): DatasetChapterVerseContent;
|
|
39
|
+
export declare function DatasetChapterVerseContentToJSONTyped(value?: DatasetChapterVerseContent | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
+
//# sourceMappingURL=DatasetChapterVerseContent.d.ts.map
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Free Use Bible API
|
|
3
|
+
* An API for accessing over 1000 different Bible translations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: hello@helloao.org
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Defines the schema for formatted text. That is, text that is formatted in a particular manner.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface FormattedText
|
|
16
|
+
*/
|
|
17
|
+
export interface FormattedText {
|
|
18
|
+
/**
|
|
19
|
+
* The text that is formatted.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof FormattedText
|
|
22
|
+
*/
|
|
23
|
+
text: string;
|
|
24
|
+
/**
|
|
25
|
+
* Whether the text represents a poem. The number indicates the level of indent. Common in Psalms.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof FormattedText
|
|
28
|
+
*/
|
|
29
|
+
poem?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Whether the text represents the Words of Jesus.
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof FormattedText
|
|
34
|
+
*/
|
|
35
|
+
wordsOfJesus?: boolean;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the FormattedText interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfFormattedText(value: object): value is FormattedText;
|
|
41
|
+
export declare function FormattedTextFromJSON(json: any): FormattedText;
|
|
42
|
+
export declare function FormattedTextFromJSONTyped(json: any, ignoreDiscriminator: boolean): FormattedText;
|
|
43
|
+
export declare function FormattedTextToJSON(json: any): FormattedText;
|
|
44
|
+
export declare function FormattedTextToJSONTyped(value?: FormattedText | null, ignoreDiscriminator?: boolean): any;
|
|
45
|
+
//# sourceMappingURL=FormattedText.d.ts.map
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Free Use Bible API
|
|
3
|
+
* An API for accessing over 1000 different Bible translations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: hello@helloao.org
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Defines the schema for a heading that is embedded in a verse.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface InlineHeading
|
|
16
|
+
*/
|
|
17
|
+
export interface InlineHeading {
|
|
18
|
+
/**
|
|
19
|
+
* The text of the heading.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InlineHeading
|
|
22
|
+
*/
|
|
23
|
+
heading: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the InlineHeading interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfInlineHeading(value: object): value is InlineHeading;
|
|
29
|
+
export declare function InlineHeadingFromJSON(json: any): InlineHeading;
|
|
30
|
+
export declare function InlineHeadingFromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineHeading;
|
|
31
|
+
export declare function InlineHeadingToJSON(json: any): InlineHeading;
|
|
32
|
+
export declare function InlineHeadingToJSONTyped(value?: InlineHeading | null, ignoreDiscriminator?: boolean): any;
|
|
33
|
+
//# sourceMappingURL=InlineHeading.d.ts.map
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Free Use Bible API
|
|
3
|
+
* An API for accessing over 1000 different Bible translations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: hello@helloao.org
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Defines the schema for a line break that is embedded in a verse.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface InlineLineBreak
|
|
16
|
+
*/
|
|
17
|
+
export interface InlineLineBreak {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {InlineLineBreakLineBreakEnum}
|
|
21
|
+
* @memberof InlineLineBreak
|
|
22
|
+
*/
|
|
23
|
+
lineBreak: InlineLineBreakLineBreakEnum;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
export declare const InlineLineBreakLineBreakEnum: {
|
|
29
|
+
readonly True: true;
|
|
30
|
+
};
|
|
31
|
+
export type InlineLineBreakLineBreakEnum = typeof InlineLineBreakLineBreakEnum[keyof typeof InlineLineBreakLineBreakEnum];
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the InlineLineBreak interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfInlineLineBreak(value: object): value is InlineLineBreak;
|
|
36
|
+
export declare function InlineLineBreakFromJSON(json: any): InlineLineBreak;
|
|
37
|
+
export declare function InlineLineBreakFromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineLineBreak;
|
|
38
|
+
export declare function InlineLineBreakToJSON(json: any): InlineLineBreak;
|
|
39
|
+
export declare function InlineLineBreakToJSONTyped(value?: InlineLineBreak | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
+
//# sourceMappingURL=InlineLineBreak.d.ts.map
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Free Use Bible API
|
|
3
|
+
* An API for accessing over 1000 different Bible translations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: hello@helloao.org
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BookId } from './BookId';
|
|
13
|
+
/**
|
|
14
|
+
* Defines the schema for information about a verse reference that has an arbitrary score attached to it.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ScoredVerseRef
|
|
17
|
+
*/
|
|
18
|
+
export interface ScoredVerseRef {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {BookId}
|
|
22
|
+
* @memberof ScoredVerseRef
|
|
23
|
+
*/
|
|
24
|
+
book: BookId;
|
|
25
|
+
/**
|
|
26
|
+
* The chapter number that the reference starts at.
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof ScoredVerseRef
|
|
29
|
+
*/
|
|
30
|
+
chapter: number;
|
|
31
|
+
/**
|
|
32
|
+
* The verse number that the reference starts at.
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof ScoredVerseRef
|
|
35
|
+
*/
|
|
36
|
+
verse: number;
|
|
37
|
+
/**
|
|
38
|
+
* The rest of the content of the verse reference. This is the part of the string that comes after the verse reference. For example, in "GEN 1:1 In the beginning, God created the Heavens and the Earth.", the content would be "In the beginning, God created the Heavens and the Earth."
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ScoredVerseRef
|
|
41
|
+
*/
|
|
42
|
+
content?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The chapter that the verse reference ends at. This is used for references that span multiple chapters, such as "GEN 1:1-2:3". In this case, the endChapter would be 2.
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof ScoredVerseRef
|
|
47
|
+
*/
|
|
48
|
+
endChapter?: number;
|
|
49
|
+
/**
|
|
50
|
+
* The verse that the verse reference ends at. This is used for references that span multiple verses, such as "GEN 1:1-1:3". In this case, the endVerse would be 3.
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof ScoredVerseRef
|
|
53
|
+
*/
|
|
54
|
+
endVerse?: number;
|
|
55
|
+
/**
|
|
56
|
+
* The score for the verse reference. The meaning of the score is arbitrary and is determined by the dataset.
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof ScoredVerseRef
|
|
59
|
+
*/
|
|
60
|
+
score: number;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Check if a given object implements the ScoredVerseRef interface.
|
|
64
|
+
*/
|
|
65
|
+
export declare function instanceOfScoredVerseRef(value: object): value is ScoredVerseRef;
|
|
66
|
+
export declare function ScoredVerseRefFromJSON(json: any): ScoredVerseRef;
|
|
67
|
+
export declare function ScoredVerseRefFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScoredVerseRef;
|
|
68
|
+
export declare function ScoredVerseRefToJSON(json: any): ScoredVerseRef;
|
|
69
|
+
export declare function ScoredVerseRefToJSONTyped(value?: ScoredVerseRef | null, ignoreDiscriminator?: boolean): any;
|
|
70
|
+
//# sourceMappingURL=ScoredVerseRef.d.ts.map
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Free Use Bible API
|
|
3
|
+
* An API for accessing over 1000 different Bible translations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
* Contact: hello@helloao.org
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ApiTranslationBookChapterChapter } from './ApiTranslationBookChapterChapter';
|
|
13
|
+
/**
|
|
14
|
+
* Defines the schema for information about a book chapter.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TranslationBookChapter
|
|
17
|
+
*/
|
|
18
|
+
export interface TranslationBookChapter {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ApiTranslationBookChapterChapter}
|
|
22
|
+
* @memberof TranslationBookChapter
|
|
23
|
+
*/
|
|
24
|
+
chapter: ApiTranslationBookChapterChapter;
|
|
25
|
+
/**
|
|
26
|
+
* The links to different audio versions for the chapter.
|
|
27
|
+
* @type {{ [key: string]: string; }}
|
|
28
|
+
* @memberof TranslationBookChapter
|
|
29
|
+
*/
|
|
30
|
+
thisChapterAudioLinks: {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Check if a given object implements the TranslationBookChapter interface.
|
|
36
|
+
*/
|
|
37
|
+
export declare function instanceOfTranslationBookChapter(value: object): value is TranslationBookChapter;
|
|
38
|
+
export declare function TranslationBookChapterFromJSON(json: any): TranslationBookChapter;
|
|
39
|
+
export declare function TranslationBookChapterFromJSONTyped(json: any, ignoreDiscriminator: boolean): TranslationBookChapter;
|
|
40
|
+
export declare function TranslationBookChapterToJSON(json: any): TranslationBookChapter;
|
|
41
|
+
export declare function TranslationBookChapterToJSONTyped(value?: TranslationBookChapter | null, ignoreDiscriminator?: boolean): any;
|
|
42
|
+
//# sourceMappingURL=TranslationBookChapter.d.ts.map
|