diff --git a/docs/index.html b/docs/index.html index 8e8ef5c..4556f4d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - Sv443 Joke API - v0.0.8 + Sv443 Joke API - v0.1.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Sv443 Joke API - v0.0.8 + Sv443 Joke API - v0.1.0
    @@ -56,7 +56,7 @@ Globals -

    Sv443 Joke API - v0.0.8

    +

    Sv443 Joke API - v0.1.0

    @@ -192,7 +192,7 @@

    JokeType

    LanguageCode

    -
    LanguageCode: "cs" | "de" | "en" | "es"
    +
    LanguageCode: "cs" | "de" | "en" | "es" | "fr"
    diff --git a/docs/interfaces/categoriesreqoptions.html b/docs/interfaces/categoriesreqoptions.html index 5cda323..ab43b7a 100644 --- a/docs/interfaces/categoriesreqoptions.html +++ b/docs/interfaces/categoriesreqoptions.html @@ -3,7 +3,7 @@ - CategoriesReqOptions | Sv443 Joke API - v0.0.8 + CategoriesReqOptions | Sv443 Joke API - v0.1.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Sv443 Joke API - v0.0.8 + Sv443 Joke API - v0.1.0
    diff --git a/docs/interfaces/flagsreqoptions.html b/docs/interfaces/flagsreqoptions.html index d83194d..4828076 100644 --- a/docs/interfaces/flagsreqoptions.html +++ b/docs/interfaces/flagsreqoptions.html @@ -3,7 +3,7 @@ - FlagsReqOptions | Sv443 Joke API - v0.0.8 + FlagsReqOptions | Sv443 Joke API - v0.1.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Sv443 Joke API - v0.0.8 + Sv443 Joke API - v0.1.0
    diff --git a/docs/interfaces/formatreqoptions.html b/docs/interfaces/formatreqoptions.html index d961971..98948ff 100644 --- a/docs/interfaces/formatreqoptions.html +++ b/docs/interfaces/formatreqoptions.html @@ -3,7 +3,7 @@ - FormatReqOptions | Sv443 Joke API - v0.0.8 + FormatReqOptions | Sv443 Joke API - v0.1.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Sv443 Joke API - v0.0.8 + Sv443 Joke API - v0.1.0
    diff --git a/docs/interfaces/inforeqoptions.html b/docs/interfaces/inforeqoptions.html index b154c52..e073007 100644 --- a/docs/interfaces/inforeqoptions.html +++ b/docs/interfaces/inforeqoptions.html @@ -3,7 +3,7 @@ - InfoReqOptions | Sv443 Joke API - v0.0.8 + InfoReqOptions | Sv443 Joke API - v0.1.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Sv443 Joke API - v0.0.8 + Sv443 Joke API - v0.1.0
    diff --git a/docs/interfaces/langcodereqoptions.html b/docs/interfaces/langcodereqoptions.html index d4e2d1d..4cf3ef5 100644 --- a/docs/interfaces/langcodereqoptions.html +++ b/docs/interfaces/langcodereqoptions.html @@ -3,7 +3,7 @@ - LangCodeReqOptions | Sv443 Joke API - v0.0.8 + LangCodeReqOptions | Sv443 Joke API - v0.1.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Sv443 Joke API - v0.0.8 + Sv443 Joke API - v0.1.0
    diff --git a/docs/interfaces/languagesreqoptions.html b/docs/interfaces/languagesreqoptions.html index fc1cb90..1903112 100644 --- a/docs/interfaces/languagesreqoptions.html +++ b/docs/interfaces/languagesreqoptions.html @@ -3,7 +3,7 @@ - LanguagesReqOptions | Sv443 Joke API - v0.0.8 + LanguagesReqOptions | Sv443 Joke API - v0.1.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Sv443 Joke API - v0.0.8 + Sv443 Joke API - v0.1.0
    diff --git a/src/types.ts b/src/types.ts index 7888a1d..ff4403a 100644 --- a/src/types.ts +++ b/src/types.ts @@ -12,7 +12,7 @@ export type Category = | "Halloween" export type Flag = "nsfw" | "religious" | "political" | "racist" | "sexist" | "explicit" export type ResponseFormat = "json" | "xml" | "yaml" | "plain" -export type LanguageCode = "cs" | "de" | "en" | "es" +export type LanguageCode = "cs" | "de" | "en" | "es" | "fr" export type JokeType = "single" | "twopart" export type IdRangeObject = { from: number