Biblica is the worldwide publisher and translation sponsor of the New International Version—one of the most widely read contemporary English versions of the Bible.
At Biblica, we believe that with God, all things are possible. Partnering with other ministries and people like you, we are reaching the world with God’s Word, providing Bibles that are easier to understand and faster to receive. When God’s Word is put into someone’s hands, it has the power to change everything.
To learn more, visit biblica.com and facebook.com/Biblica.
" */ - copyrightLong?: string; + promotionalContent?: string; /** * Short version of the copyright text provided by the publisher for the given Bible version. * * @example "The Holy Bible, New International Version® NIV® Copyright © 1973, 1978, 1984, 2011 by Biblica, Inc.® Used by Permission of Biblica, Inc.® All rights reserved worldwide." */ - copyrightShort?: string; + copyright?: string; /** * BCP47 canonical language tag for this Bible version @@ -329,15 +327,18 @@ export interface BibleVersion { * @example "ltr" */ textDirection?: string; + + /** uuid */ + organizationId?: string; } export interface BibleBook { /** - * Standard book identifier for the Unified Scripture Format Markup (USFM) used in Scripture text processing + * Book identifier * * @example "GEN" */ - usfm?: string; + id?: string; /** * Book name abbreviation if provided by the publisher @@ -353,12 +354,19 @@ export interface BibleBook { */ title?: string; + /** + * Full book title if available + * + * @example "The Book of Genesis" + */ + fullTitle?: string; + /** * Indicates if this is Old Testament, New Testament, or Deuterocanonical * - * @example "ot" + * @example "new_testament" */ - canon?: "nt" | "ot" | "dc"; + canon?: "new_testament" | "old_testament" | "deuterocanon"; chapters?: BibleChapter[]; } @@ -371,15 +379,6 @@ export interface BibleChapter { */ id?: string; - /** - * Book identifier - * - * @example "GEN" - */ - bookUSFM?: string; - - isCanonical?: boolean; - /** * Canonical representation of the passage *