From 0d0bc5b12231bc700c9d6f625ebd9b14091c14bf Mon Sep 17 00:00:00 2001 From: finalerock44 <77282157+finalerock44@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:16:23 +0100 Subject: [PATCH] feat(device): drop the iPhone 17 family Mirrors dcd. schema.types.ts regenerated from the API's swagger.json. --- src/types/domain/device.types.ts | 3 --- src/types/generated/schema.types.ts | 11 ++++++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/types/domain/device.types.ts b/src/types/domain/device.types.ts index 1256ad6..b0629ed 100644 --- a/src/types/domain/device.types.ts +++ b/src/types/domain/device.types.ts @@ -13,9 +13,6 @@ export enum EiOSDevices { 'iphone-16-plus' = 'iphone-16-plus', 'iphone-16-pro' = 'iphone-16-pro', 'iphone-16-pro-max' = 'iphone-16-pro-max', - 'iphone-17' = 'iphone-17', - 'iphone-17-pro' = 'iphone-17-pro', - 'iphone-17-pro-max' = 'iphone-17-pro-max', } export enum EAndroidDevices { diff --git a/src/types/generated/schema.types.ts b/src/types/generated/schema.types.ts index 387b1c6..1271db8 100644 --- a/src/types/generated/schema.types.ts +++ b/src/types/generated/schema.types.ts @@ -1652,7 +1652,7 @@ export interface components { /** @enum {string} */ iOSVersion?: "17" | "18" | "26" | "27"; /** @enum {string} */ - iOSDevice?: "iphone-14" | "iphone-15" | "iphone-16" | "iphone-16-plus" | "iphone-16-pro" | "iphone-16-pro-max" | "iphone-17" | "iphone-17-pro" | "iphone-17-pro-max" | "ipad-pro-6th-gen"; + iOSDevice?: "iphone-14" | "iphone-15" | "iphone-16" | "iphone-16-plus" | "iphone-16-pro" | "iphone-16-pro-max" | "ipad-pro-6th-gen"; platform?: string; googlePlay?: boolean; config: string; @@ -1692,7 +1692,7 @@ export interface components { /** @enum {string} */ iOSVersion?: "17" | "18" | "26" | "27"; /** @enum {string} */ - iOSDevice?: "iphone-14" | "iphone-15" | "iphone-16" | "iphone-16-plus" | "iphone-16-pro" | "iphone-16-pro-max" | "iphone-17" | "iphone-17-pro" | "iphone-17-pro-max" | "ipad-pro-6th-gen"; + iOSDevice?: "iphone-14" | "iphone-15" | "iphone-16" | "iphone-16-plus" | "iphone-16-pro" | "iphone-16-pro-max" | "ipad-pro-6th-gen"; platform?: string; googlePlay?: boolean; config: string; @@ -1743,7 +1743,7 @@ export interface components { /** @enum {string} */ iOSVersion?: "17" | "18" | "26" | "27"; /** @enum {string} */ - iOSDevice?: "iphone-14" | "iphone-15" | "iphone-16" | "iphone-16-plus" | "iphone-16-pro" | "iphone-16-pro-max" | "iphone-17" | "iphone-17-pro" | "iphone-17-pro-max" | "ipad-pro-6th-gen"; + iOSDevice?: "iphone-14" | "iphone-15" | "iphone-16" | "iphone-16-plus" | "iphone-16-pro" | "iphone-16-pro-max" | "ipad-pro-6th-gen"; platform?: string; googlePlay?: boolean; config: string; @@ -3078,10 +3078,11 @@ export interface operations { * "2.6.0", * "2.6.1", * "2.7.0", - * "2.8.0" + * "2.8.0", + * "2.9.0" * ], * "defaultVersion": "2.2.0", - * "latestVersion": "2.8.0" + * "latestVersion": "2.9.0" * } * } * }