diff --git a/README.md b/README.md index 0824fdf..dafb4ad 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ npm i streaming-availability ### Browser ```html - + ``` This script creates a global variable at `window.streamingAvailability` @@ -116,7 +116,7 @@ const client = new streamingAvailability.DefaultApi(new streamingAvailability.Co Streaming Availability API In Browser Example - +
  • Parameters

    • json: any

    Returns Addon

Generated using TypeDoc

\ No newline at end of file +AddonFromJSON | streaming-availability
  • Parameters

    • json: any

    Returns Addon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/AddonFromJSONTyped.html b/docs/functions/AddonFromJSONTyped.html index fcc3089..12ac0fa 100644 --- a/docs/functions/AddonFromJSONTyped.html +++ b/docs/functions/AddonFromJSONTyped.html @@ -1 +1 @@ -AddonFromJSONTyped | streaming-availability

Function AddonFromJSONTyped

  • Parameters

    • json: any
    • ignoreDiscriminator: boolean

    Returns Addon

Generated using TypeDoc

\ No newline at end of file +AddonFromJSONTyped | streaming-availability

Function AddonFromJSONTyped

  • Parameters

    • json: any
    • ignoreDiscriminator: boolean

    Returns Addon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/AddonToJSON.html b/docs/functions/AddonToJSON.html index 994dd8d..6e91682 100644 --- a/docs/functions/AddonToJSON.html +++ b/docs/functions/AddonToJSON.html @@ -1 +1 @@ -AddonToJSON | streaming-availability
  • Parameters

    Returns any

Generated using TypeDoc

\ No newline at end of file +AddonToJSON | streaming-availability
  • Parameters

    Returns any

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index af4bc6d..ca93637 100644 --- a/docs/index.html +++ b/docs/index.html @@ -48,7 +48,7 @@

Requires Node version 18.0.0 or higher.

-

Browser

<script src="https://cdn.jsdelivr.net/gh/movieofthenight/ts-streaming-availability@v3.0.0/bundle.js"></script>
+

Browser

<script src="https://cdn.jsdelivr.net/gh/movieofthenight/ts-streaming-availability@v3.0.1/bundle.js"></script>
 

This script creates a global variable at window.streamingAvailability where you can access to the module.

@@ -63,7 +63,7 @@

Node with TypeScript

import * as streamingAvailability from "streaming-availability";
const RAPID_API_KEY = "PUT_YOUR_RAPIDAPI_KEY_HERE";
const client = new streamingAvailability.DefaultApi(new streamingAvailability.Configuration({apiKey: RAPID_API_KEY}));
// Start using the client
-

Browser

<!DOCTYPE html>
<html lang="en">
<head>
<title>Streaming Availability API In Browser Example</title>
</head>
<body>
<script src="https://cdn.jsdelivr.net/gh/movieofthenight/ts-streaming-availability@2.1.1/bundle.js"></script>
<script>
const RAPID_API_KEY = "PUT_YOUR_RAPIDAPI_KEY_HERE";
const client = new streamingAvailability.DefaultApi(new streamingAvailability.Configuration({apiKey: RAPID_API_KEY}));
// Start using the client
</script>
</body>
</html> +

Browser

<!DOCTYPE html>
<html lang="en">
<head>
<title>Streaming Availability API In Browser Example</title>
</head>
<body>
<script src="https://cdn.jsdelivr.net/gh/movieofthenight/ts-streaming-availability@v3.0.1/bundle.js"></script>
<script>
const RAPID_API_KEY = "PUT_YOUR_RAPIDAPI_KEY_HERE";
const client = new streamingAvailability.DefaultApi(new streamingAvailability.Configuration({apiKey: RAPID_API_KEY}));
// Start using the client
</script>
</body>
</html>

Warning: As it would expose your API key to visitors of the page, diff --git a/docs/interfaces/Addon.html b/docs/interfaces/Addon.html index abab64b..19f3620 100644 --- a/docs/interfaces/Addon.html +++ b/docs/interfaces/Addon.html @@ -1,10 +1,10 @@ Addon | streaming-availability

Details of an addon.

Export

Addon

-
interface Addon {
    displayName: string;
    homePage: string;
    id: string;
    image: string;
    images?: ImageSet;
    themeColorCode: string;
}

Properties

interface Addon {
    displayName: string;
    homePage: string;
    id: string;
    image: string;
    images: ImageSet;
    themeColorCode: string;
}

Properties

displayName: string

Name of the addon.

Memberof

Addon

@@ -14,7 +14,7 @@

Memberof

Addon

image: string

Link to the logo of the addon. Deprecated, use "images" instead.

Memberof

Addon

-

Deprecated

images?: ImageSet

Memberof

Addon

+

Deprecated

images: ImageSet

Memberof

Addon

themeColorCode: string

Associated theme color hex code of the addon.

Memberof

Addon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/BASE_PATH.html b/docs/variables/BASE_PATH.html index 2a3ce25..1ca9226 100644 --- a/docs/variables/BASE_PATH.html +++ b/docs/variables/BASE_PATH.html @@ -1,6 +1,6 @@ BASE_PATH | streaming-availability

Variable BASE_PATHConst

BASE_PATH: string = ...

Streaming Availability API Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries!

-

The version of the OpenAPI document: 3.3.0

+

The version of the OpenAPI document: 3.3.1

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

diff --git a/package-lock.json b/package-lock.json index 2e1a459..57e6a6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "streaming-availability", - "version": "v3.0.0", + "version": "v3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "streaming-availability", - "version": "v3.0.0", + "version": "v3.0.1", "license": "MIT", "devDependencies": { "@types/node": "^20.10.5", diff --git a/package.json b/package.json index 92370e7..30ec0c8 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,5 @@ "test": "ts-node test/test.ts" }, "typings": "./dist/index.d.ts", - "version": "v3.0.0" + "version": "v3.0.1" } diff --git a/src/apis/DefaultApi.ts b/src/apis/DefaultApi.ts index 83e6fc4..2fcbd5b 100644 --- a/src/apis/DefaultApi.ts +++ b/src/apis/DefaultApi.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/Addon.ts b/src/models/Addon.ts index 368607e..709b14a 100644 --- a/src/models/Addon.ts +++ b/src/models/Addon.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -62,7 +62,7 @@ export interface Addon { * @type {ImageSet} * @memberof Addon */ - images?: ImageSet; + images: ImageSet; } /** @@ -75,6 +75,7 @@ export function instanceOfAddon(value: object): boolean { isInstance = isInstance && "homePage" in value; isInstance = isInstance && "themeColorCode" in value; isInstance = isInstance && "image" in value; + isInstance = isInstance && "images" in value; return isInstance; } @@ -94,7 +95,7 @@ export function AddonFromJSONTyped(json: any, ignoreDiscriminator: boolean): Add 'homePage': json['homePage'], 'themeColorCode': json['themeColorCode'], 'image': json['image'], - 'images': !exists(json, 'images') ? undefined : ImageSetFromJSON(json['images']), + 'images': ImageSetFromJSON(json['images']), }; } diff --git a/src/models/Change.ts b/src/models/Change.ts index 0ea7845..4c63d49 100644 --- a/src/models/Change.ts +++ b/src/models/Change.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ChangeSet.ts b/src/models/ChangeSet.ts index c16d761..ab5cf16 100644 --- a/src/models/ChangeSet.ts +++ b/src/models/ChangeSet.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ChangesResponseSchema.ts b/src/models/ChangesResponseSchema.ts index 4842182..c0f43fe 100644 --- a/src/models/ChangesResponseSchema.ts +++ b/src/models/ChangesResponseSchema.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/CountriesResponseSchema.ts b/src/models/CountriesResponseSchema.ts index 3f4b4b7..89b1ee0 100644 --- a/src/models/CountriesResponseSchema.ts +++ b/src/models/CountriesResponseSchema.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/Country.ts b/src/models/Country.ts index 405cb21..83a051c 100644 --- a/src/models/Country.ts +++ b/src/models/Country.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/DeprecatedServiceInfo.ts b/src/models/DeprecatedServiceInfo.ts index b78ad51..2793045 100644 --- a/src/models/DeprecatedServiceInfo.ts +++ b/src/models/DeprecatedServiceInfo.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/Episode.ts b/src/models/Episode.ts index 9a2e074..20feff5 100644 --- a/src/models/Episode.ts +++ b/src/models/Episode.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/Genre.ts b/src/models/Genre.ts index 6c6457e..5114735 100644 --- a/src/models/Genre.ts +++ b/src/models/Genre.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GenresResponseSchema.ts b/src/models/GenresResponseSchema.ts index 746265e..db0697d 100644 --- a/src/models/GenresResponseSchema.ts +++ b/src/models/GenresResponseSchema.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GetResponseSchema.ts b/src/models/GetResponseSchema.ts index 770be00..a576513 100644 --- a/src/models/GetResponseSchema.ts +++ b/src/models/GetResponseSchema.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ImageSet.ts b/src/models/ImageSet.ts index 082a486..545dca9 100644 --- a/src/models/ImageSet.ts +++ b/src/models/ImageSet.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/Locale.ts b/src/models/Locale.ts index 80165a3..1c73a89 100644 --- a/src/models/Locale.ts +++ b/src/models/Locale.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/NotFoundResponseSchema.ts b/src/models/NotFoundResponseSchema.ts index d012a5f..68875c9 100644 --- a/src/models/NotFoundResponseSchema.ts +++ b/src/models/NotFoundResponseSchema.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/Price.ts b/src/models/Price.ts index ef9f034..73d15f2 100644 --- a/src/models/Price.ts +++ b/src/models/Price.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SearchFiltersResponseSchema.ts b/src/models/SearchFiltersResponseSchema.ts index f3f68ca..e3e4401 100644 --- a/src/models/SearchFiltersResponseSchema.ts +++ b/src/models/SearchFiltersResponseSchema.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SearchTitleResponseSchema.ts b/src/models/SearchTitleResponseSchema.ts index 544d0f6..e455f23 100644 --- a/src/models/SearchTitleResponseSchema.ts +++ b/src/models/SearchTitleResponseSchema.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/Season.ts b/src/models/Season.ts index be5128c..eec8def 100644 --- a/src/models/Season.ts +++ b/src/models/Season.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SeriesStatus.ts b/src/models/SeriesStatus.ts index 8fe9af8..fa79a68 100644 --- a/src/models/SeriesStatus.ts +++ b/src/models/SeriesStatus.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/Service.ts b/src/models/Service.ts index 40b0ab3..784d8cd 100644 --- a/src/models/Service.ts +++ b/src/models/Service.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ServiceCountryInfo.ts b/src/models/ServiceCountryInfo.ts index 757a9d9..0e5038e 100644 --- a/src/models/ServiceCountryInfo.ts +++ b/src/models/ServiceCountryInfo.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ServicesResponseSchema.ts b/src/models/ServicesResponseSchema.ts index cfbe97d..6af1711 100644 --- a/src/models/ServicesResponseSchema.ts +++ b/src/models/ServicesResponseSchema.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/Show.ts b/src/models/Show.ts index 366d986..05a6e21 100644 --- a/src/models/Show.ts +++ b/src/models/Show.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/StreamingOption.ts b/src/models/StreamingOption.ts index 21353da..6aed550 100644 --- a/src/models/StreamingOption.ts +++ b/src/models/StreamingOption.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/StreamingType.ts b/src/models/StreamingType.ts index 78b8a0a..8e9fbfa 100644 --- a/src/models/StreamingType.ts +++ b/src/models/StreamingType.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/Subtitle.ts b/src/models/Subtitle.ts index 0e7aaef..9ff796b 100644 --- a/src/models/Subtitle.ts +++ b/src/models/Subtitle.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SupportedStreamingTypes.ts b/src/models/SupportedStreamingTypes.ts index 02c7266..61be18e 100644 --- a/src/models/SupportedStreamingTypes.ts +++ b/src/models/SupportedStreamingTypes.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UpcomingChangeSet.ts b/src/models/UpcomingChangeSet.ts index 2a6597b..2b69b37 100644 --- a/src/models/UpcomingChangeSet.ts +++ b/src/models/UpcomingChangeSet.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UpcomingChangesResponseSchema.ts b/src/models/UpcomingChangesResponseSchema.ts index 671b003..79903af 100644 --- a/src/models/UpcomingChangesResponseSchema.ts +++ b/src/models/UpcomingChangesResponseSchema.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/runtime.ts b/src/runtime.ts index 54e64f6..3f13cd4 100644 --- a/src/runtime.ts +++ b/src/runtime.ts @@ -4,7 +4,7 @@ * Streaming Availability API * Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries! * - * The version of the OpenAPI document: 3.3.0 + * The version of the OpenAPI document: 3.3.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).