From f87006d3e899c9f0b5285d245b4f4c2deca3f59f Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Tue, 18 Apr 2023 16:12:34 -0500 Subject: [PATCH] Update configuration.mustache --- sdk-resources/configuration.mustache | 64 ++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/sdk-resources/configuration.mustache b/sdk-resources/configuration.mustache index e942eae0..fe57fb43 100644 --- a/sdk-resources/configuration.mustache +++ b/sdk-resources/configuration.mustache @@ -16,6 +16,70 @@ export interface ConfigurationParameters { } export class Configuration { + /** + * Plex Media Server or Plex.TV Authentication token + * + * @type {string} + * @memberof Configuration + */ + plexToken?: string; + + /** + * UUID, serial number, or other number unique per device + * + * @type {string} + * @memberof Configuration + */ + clientIdentifier?: string; + + /** + * Device name and model number, eg iPhone3,2, Motorola XOOMâ„¢, LG5200TV + * + * @type {string} + * @memberof Configuration + */ + device?: string; + + /** + * Customized Device Name + * + * @type {string} + * @memberof Configuration + */ + deviceName?: string; + + /** + * Platform name, eg iOS, MacOSX, Android, LG, etc + * + * @type {string} + * @memberof Configuration + */ + platform?: string; + + /** + * Operating system version, eg 4.3.1, 10.6.7, 3.2 + * + * @type {string} + * @memberof Configuration + */ + platformVersion?: string; + + /** + * Plex application name, eg Laika, Plex Media Server, Media Link + * + * @type {string} + * @memberof Configuration + */ + product?: string; + + /** + * Plex application version number + * + * @type {string} + * @memberof Configuration + */ + version?: string; + /** * parameter for apiKey security * @param name security name