@applitools/eyes-images 4.28.5 → 4.28.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +74 -0
- package/package.json +2 -2
- package/types/index.d.ts +16 -46
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,79 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.28.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.28.6...js/eyes-images@4.28.7) (2024-08-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-capture bumped to 11.3.1
|
|
9
|
+
#### Performance Improvements
|
|
10
|
+
|
|
11
|
+
* link tag without href ([#2450](https://github.com/Applitools-Dev/sdk/issues/2450)) ([523c3cd](https://github.com/Applitools-Dev/sdk/commit/523c3cd1cb003e9144015885b522e1d82e616b7a))
|
|
12
|
+
* @applitools/core bumped to 4.18.1
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* layoutbreakpoints stale dom ([#2456](https://github.com/Applitools-Dev/sdk/issues/2456)) ([a4329d6](https://github.com/Applitools-Dev/sdk/commit/a4329d6d280d27763e0c8ff6374bd26861183939))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/eyes bumped to 1.22.1
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* update ios devices enums ([9b4614f](https://github.com/Applitools-Dev/sdk/commit/9b4614f09bbbe42cf99824d76893f9067aab2cc4))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [4.28.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.28.5...js/eyes-images@4.28.6) (2024-07-23)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* @applitools/driver bumped to 1.18.0
|
|
33
|
+
#### Features
|
|
34
|
+
|
|
35
|
+
* disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
#### Bug Fixes
|
|
39
|
+
|
|
40
|
+
* executing web script on mobile environment ([#2380](https://github.com/Applitools-Dev/sdk/issues/2380)) ([da2e551](https://github.com/Applitools-Dev/sdk/commit/da2e551e01082d3cc21b9da5b43e6680233c080d))
|
|
41
|
+
* @applitools/ufg-client bumped to 1.12.3
|
|
42
|
+
#### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* update makeUploadResource to include apiKey in the cache key ([#2411](https://github.com/Applitools-Dev/sdk/issues/2411)) ([4114c58](https://github.com/Applitools-Dev/sdk/commit/4114c58ec16fa855374b23810cef1e36d4bb53a7))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
#### Performance Improvements
|
|
48
|
+
|
|
49
|
+
* trim file content when logging it ([#2437](https://github.com/Applitools-Dev/sdk/issues/2437)) ([02ec1f7](https://github.com/Applitools-Dev/sdk/commit/02ec1f79a323af2e89a7428b75212707c761d1ca))
|
|
50
|
+
* @applitools/core bumped to 4.18.0
|
|
51
|
+
#### Features
|
|
52
|
+
|
|
53
|
+
* disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.11
|
|
58
|
+
|
|
59
|
+
* @applitools/spec-driver-selenium bumped to 1.5.82
|
|
60
|
+
|
|
61
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.11
|
|
62
|
+
|
|
63
|
+
* @applitools/screenshoter bumped to 3.8.35
|
|
64
|
+
|
|
65
|
+
* @applitools/nml-client bumped to 1.8.9
|
|
66
|
+
|
|
67
|
+
* @applitools/ec-client bumped to 1.9.3
|
|
68
|
+
|
|
69
|
+
* @applitools/eyes bumped to 1.22.0
|
|
70
|
+
#### Features
|
|
71
|
+
|
|
72
|
+
* disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
3
77
|
## [4.28.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.28.4...js/eyes-images@4.28.5) (2024-06-26)
|
|
4
78
|
|
|
5
79
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-images",
|
|
3
|
-
"version": "4.28.
|
|
3
|
+
"version": "4.28.7",
|
|
4
4
|
"description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-images",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"test:coverage": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-images' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15}"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@applitools/eyes": "1.
|
|
43
|
+
"@applitools/eyes": "1.22.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@applitools/api-extractor": "^1.2.22",
|
package/types/index.d.ts
CHANGED
|
@@ -207,11 +207,12 @@ export type ConfigurationPlain = {
|
|
|
207
207
|
rotation?: undefined | ImageRotationPlain;
|
|
208
208
|
scaleRatio?: undefined | number;
|
|
209
209
|
concurrentSessions?: undefined | number;
|
|
210
|
-
browsersInfo?: undefined | Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone
|
|
210
|
+
browsersInfo?: undefined | Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone SE (3rd generation)" | "iPhone SE (2nd generation)" | "iPhone 13 mini" | "iPhone Xs Max" | "iPhone 14 Pro" | "iPhone 14 Plus"; }; })>;
|
|
211
211
|
visualGridOptions?: undefined | Record<string, any>;
|
|
212
212
|
layoutBreakpoints?: undefined | boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; };
|
|
213
213
|
disableBrowserFetching?: undefined | boolean;
|
|
214
214
|
waitBeforeCapture?: undefined | number;
|
|
215
|
+
disableNMLUrlCache?: undefined | boolean;
|
|
215
216
|
};
|
|
216
217
|
export class Configuration implements Required<ConfigurationPlain> {
|
|
217
218
|
constructor(config?: undefined | ConfigurationPlain);
|
|
@@ -429,9 +430,9 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
429
430
|
set concurrentSessions(concurrentSessions: number);
|
|
430
431
|
getConcurrentSessions(): number;
|
|
431
432
|
setConcurrentSessions(concurrentSessions: number): Configuration;
|
|
432
|
-
get browsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone
|
|
433
|
-
set browsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone
|
|
434
|
-
getBrowsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone
|
|
433
|
+
get browsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone SE (3rd generation)" | "iPhone SE (2nd generation)" | "iPhone 13 mini" | "iPhone Xs Max" | "iPhone 14 Pro" | "iPhone 14 Plus"; }; })>;
|
|
434
|
+
set browsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone SE (3rd generation)" | "iPhone SE (2nd generation)" | "iPhone 13 mini" | "iPhone Xs Max" | "iPhone 14 Pro" | "iPhone 14 Plus"; }; })>);
|
|
435
|
+
getBrowsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone SE (3rd generation)" | "iPhone SE (2nd generation)" | "iPhone 13 mini" | "iPhone Xs Max" | "iPhone 14 Pro" | "iPhone 14 Plus"; }; })>;
|
|
435
436
|
setBrowsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })>): Configuration;
|
|
436
437
|
addBrowsers(...browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })>): Configuration;
|
|
437
438
|
addBrowser(browserInfo: (DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })): Configuration;
|
|
@@ -447,21 +448,21 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
447
448
|
addMultiDeviceTarget(deviceName: "iPhone 8"): Configuration;
|
|
448
449
|
addMultiDeviceTarget(deviceName: "iPhone 8 Plus"): Configuration;
|
|
449
450
|
addMultiDeviceTarget(deviceName: "iPhone Xs"): Configuration;
|
|
450
|
-
addMultiDeviceTarget(deviceName: "iPhone Xs Max"): Configuration;
|
|
451
451
|
addMultiDeviceTarget(deviceName: "iPhone 12"): Configuration;
|
|
452
452
|
addMultiDeviceTarget(deviceName: "iPhone 12 mini"): Configuration;
|
|
453
453
|
addMultiDeviceTarget(deviceName: "iPhone 12 Pro Max"): Configuration;
|
|
454
454
|
addMultiDeviceTarget(deviceName: "iPhone 12 Pro"): Configuration;
|
|
455
455
|
addMultiDeviceTarget(deviceName: "iPhone 13"): Configuration;
|
|
456
|
-
addMultiDeviceTarget(deviceName: "iPhone 13 mini"): Configuration;
|
|
457
456
|
addMultiDeviceTarget(deviceName: "iPhone 13 Pro Max"): Configuration;
|
|
458
457
|
addMultiDeviceTarget(deviceName: "iPhone 13 Pro"): Configuration;
|
|
459
458
|
addMultiDeviceTarget(deviceName: "iPhone 14"): Configuration;
|
|
460
|
-
addMultiDeviceTarget(deviceName: "iPhone 14 Plus"): Configuration;
|
|
461
|
-
addMultiDeviceTarget(deviceName: "iPhone 14 Pro"): Configuration;
|
|
462
459
|
addMultiDeviceTarget(deviceName: "iPhone 14 Pro Max"): Configuration;
|
|
463
|
-
addMultiDeviceTarget(deviceName: "iPhone SE (2nd generation)"): Configuration;
|
|
464
460
|
addMultiDeviceTarget(deviceName: "iPhone SE (3rd generation)"): Configuration;
|
|
461
|
+
addMultiDeviceTarget(deviceName: "iPhone SE (2nd generation)"): Configuration;
|
|
462
|
+
addMultiDeviceTarget(deviceName: "iPhone 13 mini"): Configuration;
|
|
463
|
+
addMultiDeviceTarget(deviceName: "iPhone Xs Max"): Configuration;
|
|
464
|
+
addMultiDeviceTarget(deviceName: "iPhone 14 Pro"): Configuration;
|
|
465
|
+
addMultiDeviceTarget(deviceName: "iPhone 14 Plus"): Configuration;
|
|
465
466
|
get visualGridOptions(): { [key: string]: any; };
|
|
466
467
|
set visualGridOptions(visualGridOptions: { [key: string]: any; });
|
|
467
468
|
getVisualGridOptions(): { [key: string]: any; };
|
|
@@ -481,6 +482,10 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
481
482
|
set dontCloseBatches(dontCloseBatches: boolean);
|
|
482
483
|
getDontCloseBatches(): boolean;
|
|
483
484
|
setDontCloseBatches(dontCloseBatches: boolean): Configuration;
|
|
485
|
+
get disableNMLUrlCache(): boolean;
|
|
486
|
+
set disableNMLUrlCache(disableNMLUrlCache: boolean);
|
|
487
|
+
getDisableNMLUrlCache(): boolean;
|
|
488
|
+
setDisableNMLUrlCache(disableNMLUrlCache: boolean): Configuration;
|
|
484
489
|
}
|
|
485
490
|
export type CheckSettingsAutomationPlain = CheckSettingsImagePlain & {
|
|
486
491
|
frames?: undefined | Array<{ frame: number | ((string | { selector: string; type?: undefined | string; shadow?: undefined | EyesSelector<never>; frame?: undefined | EyesSelector<never>; })); scrollRootElement?: undefined | ((string | { selector: string; type?: undefined | string; shadow?: undefined | EyesSelector<never>; frame?: undefined | EyesSelector<never>; })); } | (number | ((string | { selector: string; type?: undefined | string; shadow?: undefined | EyesSelector<never>; frame?: undefined | EyesSelector<never>; })))>;
|
|
@@ -867,46 +872,21 @@ export enum FailureReport {
|
|
|
867
872
|
IMMEDIATE = 'IMMEDIATE',
|
|
868
873
|
ON_CLOSE = 'ON_CLOSE'
|
|
869
874
|
}
|
|
870
|
-
export type IosDeviceNamePlain = "iPhone X" | "iPhone XR" | "
|
|
875
|
+
export type IosDeviceNamePlain = "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPad (7th generation)" | "iPad (9th generation)" | "iPad Air (4th generation)" | "iPad Pro (12.9-inch) (3rd generation)" | "iPad Pro (11-inch) (4th generation)" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone 15" | "iPhone 15 Pro Max";
|
|
871
876
|
export enum IosDeviceName {
|
|
872
|
-
iPad_5 = 'iPad (5th generation)',
|
|
873
|
-
iPad_6 = 'iPad (6th generation)',
|
|
874
877
|
iPad_7 = 'iPad (7th generation)',
|
|
875
|
-
iPad_8 = 'iPad (8th generation)',
|
|
876
878
|
iPad_9 = 'iPad (9th generation)',
|
|
877
|
-
iPad_10 = 'iPad (10th generation)',
|
|
878
|
-
iPad_Air_2 = 'iPad Air 2',
|
|
879
|
-
iPad_Air_3 = 'iPad Air (3rd generation)',
|
|
880
879
|
iPad_Air_4 = 'iPad Air (4th generation)',
|
|
881
|
-
iPad_Air_5 = 'iPad Air (5th generation)',
|
|
882
|
-
iPad_mini_4 = 'iPad mini 4',
|
|
883
|
-
iPad_mini_5 = 'iPad mini (5th generation)',
|
|
884
|
-
iPad_mini_6 = 'iPad mini (6th generation)',
|
|
885
|
-
iPad_Pro_9_7_inch_1 = 'iPad Pro (9.7-inch)',
|
|
886
|
-
iPad_Pro_10_5_inch_1 = 'iPad Pro (10.5-inch)',
|
|
887
|
-
iPad_Pro_11_inch_1 = 'iPad Pro (11-inch) (1st generation)',
|
|
888
|
-
iPad_Pro_12_9_inch_1 = 'iPad Pro (12.9-inch) (1st generation)',
|
|
889
|
-
iPad_Pro_11_inch_2 = 'iPad Pro (11-inch) (2nd generation)',
|
|
890
|
-
iPad_Pro_12_9_inch_2 = 'iPad Pro (12.9-inch) (2nd generation)',
|
|
891
|
-
iPad_Pro_11_inch_3 = 'iPad Pro (11-inch) (3rd generation)',
|
|
892
880
|
iPad_Pro_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
893
881
|
iPad_Pro_12_9_inch_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
894
882
|
iPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
895
883
|
iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
896
|
-
iPad_Pro_12_9_inch_4 = 'iPad Pro (12.9-inch) (4th generation)',
|
|
897
|
-
iPad_Pro_12_9_inch_5 = 'iPad Pro (12.9-inch) (5th generation)',
|
|
898
|
-
iPad_Pro_12_9_inch_6 = 'iPad Pro (12.9-inch) (6th generation)',
|
|
899
|
-
iPhone_6s = 'iPhone 6s',
|
|
900
|
-
iPhone_6s_Plus = 'iPhone 6s Plus',
|
|
901
|
-
iPhone_7 = 'iPhone 7',
|
|
902
|
-
iPhone_7_Plus = 'iPhone 7 Plus',
|
|
903
884
|
iPhone_8 = 'iPhone 8',
|
|
904
885
|
iPhone_8_Plus = 'iPhone 8 Plus',
|
|
905
886
|
iPhone_X = 'iPhone X',
|
|
906
887
|
iPhone_XR = 'iPhone XR',
|
|
907
888
|
iPhone_XS = 'iPhone Xs',
|
|
908
889
|
iPhone_Xs = 'iPhone Xs',
|
|
909
|
-
iPhone_Xs_Max = 'iPhone Xs Max',
|
|
910
890
|
iPhone_11 = 'iPhone 11',
|
|
911
891
|
iPhone_11_Pro_Max = 'iPhone 11 Pro Max',
|
|
912
892
|
iPhone_11_Pro = 'iPhone 11 Pro',
|
|
@@ -915,22 +895,12 @@ export enum IosDeviceName {
|
|
|
915
895
|
iPhone_12_Pro_Max = 'iPhone 12 Pro Max',
|
|
916
896
|
iPhone_12_Pro = 'iPhone 12 Pro',
|
|
917
897
|
iPhone_13 = 'iPhone 13',
|
|
918
|
-
iPhone_13_mini = 'iPhone 13 mini',
|
|
919
898
|
iPhone_13_Pro_Max = 'iPhone 13 Pro Max',
|
|
920
899
|
iPhone_13_Pro = 'iPhone 13 Pro',
|
|
921
900
|
iPhone_14 = 'iPhone 14',
|
|
922
|
-
iPhone_14_Plus = 'iPhone 14 Plus',
|
|
923
|
-
iPhone_14_Pro = 'iPhone 14 Pro',
|
|
924
901
|
iPhone_14_Pro_Max = 'iPhone 14 Pro Max',
|
|
925
902
|
iPhone_15 = 'iPhone 15',
|
|
926
|
-
|
|
927
|
-
iPhone_15_Pro = 'iPhone 15 Pro',
|
|
928
|
-
iPhone_15_Pro_Max = 'iPhone 15 Pro Max',
|
|
929
|
-
iPhone_SE = 'iPhone SE (1st generation)',
|
|
930
|
-
iPhone_SE_1 = 'iPhone SE (1st generation)',
|
|
931
|
-
iPhone_SE_2 = 'iPhone SE (2nd generation)',
|
|
932
|
-
iPhone_SE_3 = 'iPhone SE (3rd generation)',
|
|
933
|
-
iPod_touch_7 = 'iPod touch (7th generation)'
|
|
903
|
+
iPhone_15_Pro_Max = 'iPhone 15 Pro Max'
|
|
934
904
|
}
|
|
935
905
|
export type IosVersionPlain = AndroidVersionPlain;
|
|
936
906
|
export enum IosVersion {
|