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" * } * } * }