|
| 1 | +diff --git a/node_modules/@lukehagar/plexjs/sdk/models/operations/getsessions.d.ts b/node_modules/@lukehagar/plexjs/sdk/models/operations/getsessions.d.ts |
| 2 | +index 16632eb..e21bda6 100644 |
| 3 | +--- a/node_modules/@lukehagar/plexjs/sdk/models/operations/getsessions.d.ts |
| 4 | ++++ b/node_modules/@lukehagar/plexjs/sdk/models/operations/getsessions.d.ts |
| 5 | +@@ -95,6 +95,7 @@ export type GetSessionsMetadata = { |
| 6 | + parentThumb?: string | undefined; |
| 7 | + parentTitle?: string | undefined; |
| 8 | + parentYear?: number | undefined; |
| 9 | ++ originalTitle?: string | undefined; |
| 10 | + ratingCount?: number | undefined; |
| 11 | + ratingKey?: string | undefined; |
| 12 | + sessionKey?: string | undefined; |
| 13 | +diff --git a/node_modules/@lukehagar/plexjs/sdk/models/operations/getsessions.js b/node_modules/@lukehagar/plexjs/sdk/models/operations/getsessions.js |
| 14 | +index efce9e2..f5c6eae 100644 |
| 15 | +--- a/node_modules/@lukehagar/plexjs/sdk/models/operations/getsessions.js |
| 16 | ++++ b/node_modules/@lukehagar/plexjs/sdk/models/operations/getsessions.js |
| 17 | +@@ -290,6 +290,7 @@ exports.GetSessionsMetadata$inboundSchema = z.object({ |
| 18 | + parentRatingKey: z.string().optional(), |
| 19 | + parentStudio: z.string().optional(), |
| 20 | + parentThumb: z.string().optional(), |
| 21 | ++ originalTitle: z.string().optional(), |
| 22 | + parentTitle: z.string().optional(), |
| 23 | + parentYear: z.number().int().optional(), |
| 24 | + ratingCount: z.number().int().optional(), |
| 25 | +@@ -339,6 +340,7 @@ exports.GetSessionsMetadata$outboundSchema = z.object({ |
| 26 | + parentThumb: z.string().optional(), |
| 27 | + parentTitle: z.string().optional(), |
| 28 | + parentYear: z.number().int().optional(), |
| 29 | ++ originalTitle: z.string().optional(), |
| 30 | + ratingCount: z.number().int().optional(), |
| 31 | + ratingKey: z.string().optional(), |
| 32 | + sessionKey: z.string().optional(), |
0 commit comments