@applitools/eyes-images 4.23.21 → 4.23.23
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 +203 -0
- package/package.json +4 -4
- package/types/index.d.ts +54 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,208 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.23.23](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.22...js/eyes-images@4.23.23) (2023-08-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.5.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* fixed some types ([498b1d7](https://github.com/applitools/eyes.sdk.javascript1/commit/498b1d7c547df04773b64b66ee39cccb402c093e))
|
|
12
|
+
* @applitools/nml-client bumped to 1.5.9
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* update broker url when server respond with error ([#1882](https://github.com/applitools/eyes.sdk.javascript1/issues/1882)) ([ab5a6ae](https://github.com/applitools/eyes.sdk.javascript1/commit/ab5a6ae8976b061bda8b56a9cc11c149e47d6dea))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/core bumped to 3.10.0
|
|
20
|
+
#### Features
|
|
21
|
+
|
|
22
|
+
* allowed running multiple classic test with different devices for applitoolsified native apps ([#1891](https://github.com/applitools/eyes.sdk.javascript1/issues/1891)) ([a84311f](https://github.com/applitools/eyes.sdk.javascript1/commit/a84311f88e6f532268543a96f841ae5ad87d5659))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
* @applitools/logger bumped to 2.0.9
|
|
27
|
+
|
|
28
|
+
* @applitools/socket bumped to 1.1.9
|
|
29
|
+
|
|
30
|
+
* @applitools/req bumped to 1.5.4
|
|
31
|
+
|
|
32
|
+
* @applitools/image bumped to 1.1.4
|
|
33
|
+
|
|
34
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.43
|
|
35
|
+
|
|
36
|
+
* @applitools/spec-driver-selenium bumped to 1.5.57
|
|
37
|
+
|
|
38
|
+
* @applitools/spec-driver-puppeteer bumped to 1.1.74
|
|
39
|
+
|
|
40
|
+
* @applitools/driver bumped to 1.13.6
|
|
41
|
+
|
|
42
|
+
* @applitools/screenshoter bumped to 3.8.9
|
|
43
|
+
|
|
44
|
+
* @applitools/tunnel-client bumped to 1.2.1
|
|
45
|
+
|
|
46
|
+
* @applitools/ufg-client bumped to 1.7.2
|
|
47
|
+
|
|
48
|
+
* @applitools/ec-client bumped to 1.7.6
|
|
49
|
+
|
|
50
|
+
* @applitools/core-base bumped to 1.5.2
|
|
51
|
+
|
|
52
|
+
* @applitools/eyes bumped to 1.8.0
|
|
53
|
+
#### Features
|
|
54
|
+
|
|
55
|
+
* added more iOS devices ([a84311f](https://github.com/applitools/eyes.sdk.javascript1/commit/a84311f88e6f532268543a96f841ae5ad87d5659))
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## [4.23.22](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.21...js/eyes-images@4.23.22) (2023-08-18)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Code Refactoring
|
|
64
|
+
|
|
65
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Dependencies
|
|
69
|
+
|
|
70
|
+
* @applitools/utils bumped to 1.5.1
|
|
71
|
+
#### Code Refactoring
|
|
72
|
+
|
|
73
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
74
|
+
* @applitools/logger bumped to 2.0.8
|
|
75
|
+
#### Code Refactoring
|
|
76
|
+
|
|
77
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
* @applitools/socket bumped to 1.1.8
|
|
82
|
+
#### Code Refactoring
|
|
83
|
+
|
|
84
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
* @applitools/req bumped to 1.5.3
|
|
89
|
+
#### Code Refactoring
|
|
90
|
+
|
|
91
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
* @applitools/image bumped to 1.1.3
|
|
96
|
+
#### Code Refactoring
|
|
97
|
+
|
|
98
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
* @applitools/snippets bumped to 2.4.23
|
|
103
|
+
#### Code Refactoring
|
|
104
|
+
|
|
105
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
106
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.42
|
|
107
|
+
#### Code Refactoring
|
|
108
|
+
|
|
109
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
* @applitools/spec-driver-selenium bumped to 1.5.56
|
|
114
|
+
#### Code Refactoring
|
|
115
|
+
|
|
116
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
* @applitools/spec-driver-puppeteer bumped to 1.1.73
|
|
121
|
+
#### Code Refactoring
|
|
122
|
+
|
|
123
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
* @applitools/driver bumped to 1.13.5
|
|
128
|
+
#### Bug Fixes
|
|
129
|
+
|
|
130
|
+
* optimize driver usage in close ([#1867](https://github.com/applitools/eyes.sdk.javascript1/issues/1867)) ([60dff6b](https://github.com/applitools/eyes.sdk.javascript1/commit/60dff6b160e69d3893c91a1125d668fa18b43072))
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
#### Code Refactoring
|
|
134
|
+
|
|
135
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
* @applitools/screenshoter bumped to 3.8.8
|
|
140
|
+
#### Code Refactoring
|
|
141
|
+
|
|
142
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
* @applitools/nml-client bumped to 1.5.8
|
|
147
|
+
#### Code Refactoring
|
|
148
|
+
|
|
149
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
* @applitools/tunnel-client bumped to 1.2.0
|
|
154
|
+
#### Features
|
|
155
|
+
|
|
156
|
+
* replace and destroy tunnels by tunnel id ([#1878](https://github.com/applitools/eyes.sdk.javascript1/issues/1878)) ([22bcc15](https://github.com/applitools/eyes.sdk.javascript1/commit/22bcc15b31457e3da56cdb6f73bee3dcb7e051a1))
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
#### Code Refactoring
|
|
160
|
+
|
|
161
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
* @applitools/ufg-client bumped to 1.7.1
|
|
166
|
+
#### Code Refactoring
|
|
167
|
+
|
|
168
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
* @applitools/ec-client bumped to 1.7.5
|
|
173
|
+
#### Code Refactoring
|
|
174
|
+
|
|
175
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
* @applitools/core-base bumped to 1.5.1
|
|
180
|
+
#### Code Refactoring
|
|
181
|
+
|
|
182
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
* @applitools/core bumped to 3.9.1
|
|
187
|
+
#### Bug Fixes
|
|
188
|
+
|
|
189
|
+
* optimize driver usage in close ([#1867](https://github.com/applitools/eyes.sdk.javascript1/issues/1867)) ([60dff6b](https://github.com/applitools/eyes.sdk.javascript1/commit/60dff6b160e69d3893c91a1125d668fa18b43072))
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
#### Code Refactoring
|
|
193
|
+
|
|
194
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
* @applitools/eyes bumped to 1.7.3
|
|
199
|
+
#### Code Refactoring
|
|
200
|
+
|
|
201
|
+
* refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
3
206
|
## [4.23.21](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.20...js/eyes-images@4.23.21) (2023-08-10)
|
|
4
207
|
|
|
5
208
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-images",
|
|
3
|
-
"version": "4.23.
|
|
3
|
+
"version": "4.23.23",
|
|
4
4
|
"description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-images",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"test:coverage": "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}"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@applitools/eyes": "1.
|
|
51
|
+
"@applitools/eyes": "1.8.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@applitools/api-extractor": "^1.2.21",
|
|
55
|
-
"@applitools/bongo": "^5.
|
|
56
|
-
"@applitools/generic": "^3.3.
|
|
55
|
+
"@applitools/bongo": "^5.6.1",
|
|
56
|
+
"@applitools/generic": "^3.3.10",
|
|
57
57
|
"@applitools/test-utils": "^1.5.17",
|
|
58
58
|
"@types/node": "^12.20.55"
|
|
59
59
|
},
|
package/types/index.d.ts
CHANGED
|
@@ -884,33 +884,66 @@ export enum FailureReport {
|
|
|
884
884
|
IMMEDIATE = 'IMMEDIATE',
|
|
885
885
|
ON_CLOSE = 'ON_CLOSE'
|
|
886
886
|
}
|
|
887
|
-
export type IosDeviceNamePlain = "iPhone 11" | "iPhone 11 Pro" | "iPhone 11 Pro Max" | "iPhone X" | "iPhone XR" | "iPhone
|
|
887
|
+
export type IosDeviceNamePlain = "iPad Air 2" | "iPhone 11" | "iPhone 11 Pro" | "iPhone 11 Pro Max" | "iPhone X" | "iPhone XR" | "iPhone 6s" | "iPhone 6s Plus" | "iPhone 7" | "iPhone 7 Plus" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone Xs Max" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro" | "iPhone 12 Pro Max" | "iPhone 13" | "iPhone 13 mini" | "iPhone 13 Pro" | "iPhone 13 Pro Max" | "iPhone 14" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 14 Pro Max" | "iPhone SE (1st generation)" | "iPhone SE (2nd generation)" | "iPhone SE (3rd generation)" | "iPad (5th generation)" | "iPad (6th generation)" | "iPad (7th generation)" | "iPad (8th generation)" | "iPad (9th generation)" | "iPad (10th generation)" | "iPad Air (3rd generation)" | "iPad Air (4th generation)" | "iPad Air (5th generation)" | "iPad mini 4" | "iPad mini (5th generation)" | "iPad mini (6th generation)" | "iPad Pro (9.7-inch)" | "iPad Pro (10.5-inch)" | "iPad Pro (11-inch) (1st generation)" | "iPad Pro (12.9-inch) (1st generation)" | "iPad Pro (11-inch) (2nd generation)" | "iPad Pro (12.9-inch) (2nd generation)" | "iPad Pro (11-inch) (3rd generation)" | "iPad Pro (12.9-inch) (3rd generation)" | "iPad Pro (11-inch) (4th generation)" | "iPad Pro (12.9-inch) (4th generation)" | "iPad Pro (12.9-inch) (5th generation)" | "iPad Pro (12.9-inch) (6th generation)" | "iPod touch (7th generation)";
|
|
888
888
|
export enum IosDeviceName {
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
iPhone_13 = 'iPhone 13',
|
|
894
|
-
iPhone_12_Pro_Max = 'iPhone 12 Pro Max',
|
|
895
|
-
iPhone_12_Pro = 'iPhone 12 Pro',
|
|
896
|
-
iPhone_12 = 'iPhone 12',
|
|
897
|
-
iPhone_12_mini = 'iPhone 12 mini',
|
|
898
|
-
iPhone_11_Pro = 'iPhone 11 Pro',
|
|
899
|
-
iPhone_11_Pro_Max = 'iPhone 11 Pro Max',
|
|
900
|
-
iPhone_11 = 'iPhone 11',
|
|
901
|
-
iPhone_XR = 'iPhone XR',
|
|
902
|
-
iPhone_XS = 'iPhone Xs',
|
|
903
|
-
iPhone_X = 'iPhone X',
|
|
889
|
+
iPhone_6s = 'iPhone 6s',
|
|
890
|
+
iPhone_6s_Plus = 'iPhone 6s Plus',
|
|
891
|
+
iPhone_7 = 'iPhone 7',
|
|
892
|
+
iPhone_7_Plus = 'iPhone 7 Plus',
|
|
904
893
|
iPhone_8 = 'iPhone 8',
|
|
905
894
|
iPhone_8_Plus = 'iPhone 8 Plus',
|
|
906
|
-
|
|
895
|
+
iPhone_X = 'iPhone X',
|
|
896
|
+
iPhone_XR = 'iPhone XR',
|
|
897
|
+
iPhone_Xs = 'iPhone Xs',
|
|
898
|
+
iPhone_XS = 'iPhone Xs',
|
|
899
|
+
iPhone_Xs_Max = 'iPhone Xs Max',
|
|
900
|
+
iPhone_11 = 'iPhone 11',
|
|
901
|
+
iPhone_11_Pro = 'iPhone 11 Pro',
|
|
902
|
+
iPhone_11_Pro_Max = 'iPhone 11 Pro Max',
|
|
903
|
+
iPhone_12 = 'iPhone 12',
|
|
904
|
+
iPhone_12_mini = 'iPhone 12 mini',
|
|
905
|
+
iPhone_12_Pro = 'iPhone 12 Pro',
|
|
906
|
+
iPhone_12_Pro_Max = 'iPhone 12 Pro Max',
|
|
907
|
+
iPhone_13 = 'iPhone 13',
|
|
908
|
+
iPhone_13_mini = 'iPhone 13 mini',
|
|
909
|
+
iPhone_13_Pro = 'iPhone 13 Pro',
|
|
910
|
+
iPhone_13_Pro_Max = 'iPhone 13 Pro Max',
|
|
911
|
+
iPhone_14 = 'iPhone 14',
|
|
912
|
+
iPhone_14_Plus = 'iPhone 14 Plus',
|
|
913
|
+
iPhone_14_Pro = 'iPhone 14 Pro',
|
|
914
|
+
iPhone_14_Pro_Max = 'iPhone 14 Pro Max',
|
|
907
915
|
iPhone_SE = 'iPhone SE (1st generation)',
|
|
908
|
-
|
|
909
|
-
|
|
916
|
+
iPhone_SE_1 = 'iPhone SE (1st generation)',
|
|
917
|
+
iPhone_SE_2 = 'iPhone SE (2nd generation)',
|
|
918
|
+
iPhone_SE_3 = 'iPhone SE (3rd generation)',
|
|
919
|
+
iPad_5 = 'iPad (5th generation)',
|
|
920
|
+
iPad_6 = 'iPad (6th generation)',
|
|
910
921
|
iPad_7 = 'iPad (7th generation)',
|
|
922
|
+
iPad_8 = 'iPad (8th generation)',
|
|
911
923
|
iPad_9 = 'iPad (9th generation)',
|
|
912
|
-
|
|
913
|
-
|
|
924
|
+
iPad_10 = 'iPad (10th generation)',
|
|
925
|
+
iPad_Air_2 = 'iPad Air 2',
|
|
926
|
+
iPad_Air_3 = 'iPad Air (3rd generation)',
|
|
927
|
+
iPad_Air_4 = 'iPad Air (4th generation)',
|
|
928
|
+
iPad_Air_5 = 'iPad Air (5th generation)',
|
|
929
|
+
iPad_mini_4 = 'iPad mini 4',
|
|
930
|
+
iPad_mini_5 = 'iPad mini (5th generation)',
|
|
931
|
+
iPad_mini_6 = 'iPad mini (6th generation)',
|
|
932
|
+
iPad_Pro_9_7_inch_1 = 'iPad Pro (9.7-inch)',
|
|
933
|
+
iPad_Pro_10_5_inch_1 = 'iPad Pro (10.5-inch)',
|
|
934
|
+
iPad_Pro_11_inch_1 = 'iPad Pro (11-inch) (1st generation)',
|
|
935
|
+
iPad_Pro_12_9_inch_1 = 'iPad Pro (12.9-inch) (1st generation)',
|
|
936
|
+
iPad_Pro_11_inch_2 = 'iPad Pro (11-inch) (2nd generation)',
|
|
937
|
+
iPad_Pro_12_9_inch_2 = 'iPad Pro (12.9-inch) (2nd generation)',
|
|
938
|
+
iPad_Pro_11_inch_3 = 'iPad Pro (11-inch) (3rd generation)',
|
|
939
|
+
iPad_Pro_12_9_inch_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
940
|
+
iPad_Pro_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
941
|
+
iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
942
|
+
iPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
943
|
+
iPad_Pro_12_9_inch_4 = 'iPad Pro (12.9-inch) (4th generation)',
|
|
944
|
+
iPad_Pro_12_9_inch_5 = 'iPad Pro (12.9-inch) (5th generation)',
|
|
945
|
+
iPad_Pro_12_9_inch_6 = 'iPad Pro (12.9-inch) (6th generation)',
|
|
946
|
+
iPod_touch_7 = 'iPod touch (7th generation)'
|
|
914
947
|
}
|
|
915
948
|
export type IosVersionPlain = AndroidVersionPlain;
|
|
916
949
|
export enum IosVersion {
|