diff --git a/src/types/domain/device.types.ts b/src/types/domain/device.types.ts index 5c808a7..1256ad6 100644 --- a/src/types/domain/device.types.ts +++ b/src/types/domain/device.types.ts @@ -13,6 +13,9 @@ 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 { @@ -26,6 +29,7 @@ export enum EAndroidDevices { export enum EiOSVersions { 'eighteen' = '18', 'seventeen' = '17', + 'twentySeven' = '27', 'twentySix' = '26', } diff --git a/src/types/generated/schema.types.ts b/src/types/generated/schema.types.ts index a1dabd0..387b1c6 100644 --- a/src/types/generated/schema.types.ts +++ b/src/types/generated/schema.types.ts @@ -1650,9 +1650,9 @@ export interface components { appFile?: string; env: string; /** @enum {string} */ - iOSVersion?: "17" | "18" | "26"; + iOSVersion?: "17" | "18" | "26" | "27"; /** @enum {string} */ - iOSDevice?: "iphone-14" | "iphone-15" | "iphone-16" | "iphone-16-plus" | "iphone-16-pro" | "iphone-16-pro-max" | "ipad-pro-6th-gen"; + 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"; platform?: string; googlePlay?: boolean; config: string; @@ -1690,9 +1690,9 @@ export interface components { appFile?: string; env: string; /** @enum {string} */ - iOSVersion?: "17" | "18" | "26"; + iOSVersion?: "17" | "18" | "26" | "27"; /** @enum {string} */ - iOSDevice?: "iphone-14" | "iphone-15" | "iphone-16" | "iphone-16-plus" | "iphone-16-pro" | "iphone-16-pro-max" | "ipad-pro-6th-gen"; + 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"; platform?: string; googlePlay?: boolean; config: string; @@ -1741,9 +1741,9 @@ export interface components { appFile?: string; env: string; /** @enum {string} */ - iOSVersion?: "17" | "18" | "26"; + iOSVersion?: "17" | "18" | "26" | "27"; /** @enum {string} */ - iOSDevice?: "iphone-14" | "iphone-15" | "iphone-16" | "iphone-16-plus" | "iphone-16-pro" | "iphone-16-pro-max" | "ipad-pro-6th-gen"; + 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"; platform?: string; googlePlay?: boolean; config: string;