@applitools/eyes-puppeteer 1.18.2 → 1.18.4
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/dist/api.js +10 -7
- package/package.json +6 -6
- package/types/index.d.ts +62 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,208 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.18.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-puppeteer@1.18.3...js/eyes-puppeteer@1.18.4) (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
|
+
## [1.18.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-puppeteer@1.18.2...js/eyes-puppeteer@1.18.3) (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
|
## [1.18.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-puppeteer@1.18.1...js/eyes-puppeteer@1.18.2) (2023-08-10)
|
|
4
207
|
|
|
5
208
|
|
package/dist/api.js
CHANGED
|
@@ -29,10 +29,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.closeBatch = exports.BatchClose = exports.Configuration = exports.Target = exports.TargetAutomation = exports.CheckSettings = exports.CheckSettingsAutomation = exports.Eyes = void 0;
|
|
30
30
|
const extract_environment_1 = require("./extract-environment");
|
|
31
31
|
const eyes = __importStar(require("@applitools/eyes"));
|
|
32
|
-
const spec = __importStar(require("
|
|
32
|
+
const spec = __importStar(require("./spec-driver"));
|
|
33
33
|
__exportStar(require("@applitools/eyes"), exports);
|
|
34
|
-
const
|
|
35
|
-
|
|
34
|
+
const sdk = {
|
|
35
|
+
spec: spec,
|
|
36
|
+
agentId: `eyes.puppeteer/${require('../package.json').version}`,
|
|
37
|
+
environment: (0, extract_environment_1.extractEnvironment)(),
|
|
38
|
+
};
|
|
36
39
|
class Eyes extends eyes.Eyes {
|
|
37
40
|
}
|
|
38
41
|
exports.Eyes = Eyes;
|
|
@@ -40,16 +43,16 @@ Eyes._sdk = sdk;
|
|
|
40
43
|
class CheckSettingsAutomation extends eyes.CheckSettingsAutomation {
|
|
41
44
|
}
|
|
42
45
|
exports.CheckSettingsAutomation = CheckSettingsAutomation;
|
|
43
|
-
CheckSettingsAutomation._spec = spec;
|
|
46
|
+
CheckSettingsAutomation._spec = sdk.spec;
|
|
44
47
|
class CheckSettings extends CheckSettingsAutomation {
|
|
45
48
|
}
|
|
46
49
|
exports.CheckSettings = CheckSettings;
|
|
47
|
-
exports.TargetAutomation = { ...eyes.TargetAutomation, spec };
|
|
48
|
-
exports.Target = { ...eyes.Target, spec };
|
|
50
|
+
exports.TargetAutomation = { ...eyes.TargetAutomation, spec: sdk.spec };
|
|
51
|
+
exports.Target = { ...eyes.Target, spec: sdk.spec };
|
|
49
52
|
class Configuration extends eyes.Configuration {
|
|
50
53
|
}
|
|
51
54
|
exports.Configuration = Configuration;
|
|
52
|
-
Configuration._spec = spec;
|
|
55
|
+
Configuration._spec = sdk.spec;
|
|
53
56
|
class BatchClose extends eyes.BatchClose {
|
|
54
57
|
}
|
|
55
58
|
exports.BatchClose = BatchClose;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-puppeteer",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.4",
|
|
4
4
|
"description": "Applitools Eyes SDK for Puppeteer",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-puppeteer",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"generate:tests": "NODE_OPTIONS='--experimental-import-meta-resolve --experimental-loader=@applitools/generic/dist/code-loader.js' generic ./test/generic/config.mjs",
|
|
40
40
|
"test": "yarn test:coverage",
|
|
41
41
|
"test:coverage": "APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-puppeteer' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15} --exit",
|
|
42
|
-
"up:framework": "
|
|
42
|
+
"up:framework": "yarn add --dev --caret puppeteer${APPLITOOLS_FRAMEWORK_VERSION:+@$APPLITOOLS_FRAMEWORK_VERSION}"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@applitools/eyes": "1.
|
|
46
|
-
"@applitools/spec-driver-puppeteer": "1.1.
|
|
45
|
+
"@applitools/eyes": "1.8.0",
|
|
46
|
+
"@applitools/spec-driver-puppeteer": "1.1.74"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@applitools/api-extractor": "^1.2.21",
|
|
50
|
-
"@applitools/bongo": "^5.
|
|
51
|
-
"@applitools/generic": "^3.3.
|
|
50
|
+
"@applitools/bongo": "^5.6.1",
|
|
51
|
+
"@applitools/generic": "^3.3.10",
|
|
52
52
|
"@applitools/test-utils": "^1.5.17",
|
|
53
53
|
"@types/node": "^12.20.55",
|
|
54
54
|
"puppeteer": "^19.11.1"
|
package/types/index.d.ts
CHANGED
|
@@ -2,7 +2,13 @@ export type Driver = import('puppeteer').Page & { __applitoolsBrand?: undefined;
|
|
|
2
2
|
export type Context = import('puppeteer').Frame & { __applitoolsBrand?: undefined; };
|
|
3
3
|
export type Element = import('puppeteer').ElementHandle & { __applitoolsBrand?: undefined; };
|
|
4
4
|
export type Selector = string & { __applitoolsBrand?: undefined; };
|
|
5
|
-
export type SpecType = {
|
|
5
|
+
export type SpecType = {
|
|
6
|
+
driver: Driver;
|
|
7
|
+
context: Context;
|
|
8
|
+
element: Element;
|
|
9
|
+
selector: Selector;
|
|
10
|
+
secondary: never;
|
|
11
|
+
};
|
|
6
12
|
export class Eyes {
|
|
7
13
|
static setViewportSize: (driver: Driver, viewportSize: RectangleSize) => Promise<void>;
|
|
8
14
|
static getExecutionCloudUrl(config?: undefined | ConfigurationPlain): Promise<string>;
|
|
@@ -352,7 +358,7 @@ export type TargetAutomation = {
|
|
|
352
358
|
webview(webview?: undefined | string): CheckSettingsAutomation;
|
|
353
359
|
webview(webview?: undefined | boolean): CheckSettingsAutomation;
|
|
354
360
|
};
|
|
355
|
-
export
|
|
361
|
+
export type Target = TargetImage & TargetAutomation;
|
|
356
362
|
export type OCRRegion = { target: Element | RegionPlain | EyesSelector<Selector>; hint?: undefined | string; minMatch?: undefined | number; language?: undefined | string; };
|
|
357
363
|
export type ConfigurationPlain = {
|
|
358
364
|
debugScreenshots?: undefined | { save: boolean; path?: undefined | string; prefix?: undefined | string; };
|
|
@@ -769,33 +775,66 @@ export enum FailureReport {
|
|
|
769
775
|
IMMEDIATE = 'IMMEDIATE',
|
|
770
776
|
ON_CLOSE = 'ON_CLOSE'
|
|
771
777
|
}
|
|
772
|
-
export type IosDeviceNamePlain = "iPhone 11" | "iPhone 11 Pro" | "iPhone 11 Pro Max" | "iPhone X" | "iPhone XR" | "iPhone
|
|
778
|
+
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)";
|
|
773
779
|
export enum IosDeviceName {
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
iPhone_13 = 'iPhone 13',
|
|
779
|
-
iPhone_12_Pro_Max = 'iPhone 12 Pro Max',
|
|
780
|
-
iPhone_12_Pro = 'iPhone 12 Pro',
|
|
781
|
-
iPhone_12 = 'iPhone 12',
|
|
782
|
-
iPhone_12_mini = 'iPhone 12 mini',
|
|
783
|
-
iPhone_11_Pro = 'iPhone 11 Pro',
|
|
784
|
-
iPhone_11_Pro_Max = 'iPhone 11 Pro Max',
|
|
785
|
-
iPhone_11 = 'iPhone 11',
|
|
786
|
-
iPhone_XR = 'iPhone XR',
|
|
787
|
-
iPhone_XS = 'iPhone Xs',
|
|
788
|
-
iPhone_X = 'iPhone X',
|
|
780
|
+
iPhone_6s = 'iPhone 6s',
|
|
781
|
+
iPhone_6s_Plus = 'iPhone 6s Plus',
|
|
782
|
+
iPhone_7 = 'iPhone 7',
|
|
783
|
+
iPhone_7_Plus = 'iPhone 7 Plus',
|
|
789
784
|
iPhone_8 = 'iPhone 8',
|
|
790
785
|
iPhone_8_Plus = 'iPhone 8 Plus',
|
|
791
|
-
|
|
786
|
+
iPhone_X = 'iPhone X',
|
|
787
|
+
iPhone_XR = 'iPhone XR',
|
|
788
|
+
iPhone_Xs = 'iPhone Xs',
|
|
789
|
+
iPhone_XS = 'iPhone Xs',
|
|
790
|
+
iPhone_Xs_Max = 'iPhone Xs Max',
|
|
791
|
+
iPhone_11 = 'iPhone 11',
|
|
792
|
+
iPhone_11_Pro = 'iPhone 11 Pro',
|
|
793
|
+
iPhone_11_Pro_Max = 'iPhone 11 Pro Max',
|
|
794
|
+
iPhone_12 = 'iPhone 12',
|
|
795
|
+
iPhone_12_mini = 'iPhone 12 mini',
|
|
796
|
+
iPhone_12_Pro = 'iPhone 12 Pro',
|
|
797
|
+
iPhone_12_Pro_Max = 'iPhone 12 Pro Max',
|
|
798
|
+
iPhone_13 = 'iPhone 13',
|
|
799
|
+
iPhone_13_mini = 'iPhone 13 mini',
|
|
800
|
+
iPhone_13_Pro = 'iPhone 13 Pro',
|
|
801
|
+
iPhone_13_Pro_Max = 'iPhone 13 Pro Max',
|
|
802
|
+
iPhone_14 = 'iPhone 14',
|
|
803
|
+
iPhone_14_Plus = 'iPhone 14 Plus',
|
|
804
|
+
iPhone_14_Pro = 'iPhone 14 Pro',
|
|
805
|
+
iPhone_14_Pro_Max = 'iPhone 14 Pro Max',
|
|
792
806
|
iPhone_SE = 'iPhone SE (1st generation)',
|
|
793
|
-
|
|
794
|
-
|
|
807
|
+
iPhone_SE_1 = 'iPhone SE (1st generation)',
|
|
808
|
+
iPhone_SE_2 = 'iPhone SE (2nd generation)',
|
|
809
|
+
iPhone_SE_3 = 'iPhone SE (3rd generation)',
|
|
810
|
+
iPad_5 = 'iPad (5th generation)',
|
|
811
|
+
iPad_6 = 'iPad (6th generation)',
|
|
795
812
|
iPad_7 = 'iPad (7th generation)',
|
|
813
|
+
iPad_8 = 'iPad (8th generation)',
|
|
796
814
|
iPad_9 = 'iPad (9th generation)',
|
|
797
|
-
|
|
798
|
-
|
|
815
|
+
iPad_10 = 'iPad (10th generation)',
|
|
816
|
+
iPad_Air_2 = 'iPad Air 2',
|
|
817
|
+
iPad_Air_3 = 'iPad Air (3rd generation)',
|
|
818
|
+
iPad_Air_4 = 'iPad Air (4th generation)',
|
|
819
|
+
iPad_Air_5 = 'iPad Air (5th generation)',
|
|
820
|
+
iPad_mini_4 = 'iPad mini 4',
|
|
821
|
+
iPad_mini_5 = 'iPad mini (5th generation)',
|
|
822
|
+
iPad_mini_6 = 'iPad mini (6th generation)',
|
|
823
|
+
iPad_Pro_9_7_inch_1 = 'iPad Pro (9.7-inch)',
|
|
824
|
+
iPad_Pro_10_5_inch_1 = 'iPad Pro (10.5-inch)',
|
|
825
|
+
iPad_Pro_11_inch_1 = 'iPad Pro (11-inch) (1st generation)',
|
|
826
|
+
iPad_Pro_12_9_inch_1 = 'iPad Pro (12.9-inch) (1st generation)',
|
|
827
|
+
iPad_Pro_11_inch_2 = 'iPad Pro (11-inch) (2nd generation)',
|
|
828
|
+
iPad_Pro_12_9_inch_2 = 'iPad Pro (12.9-inch) (2nd generation)',
|
|
829
|
+
iPad_Pro_11_inch_3 = 'iPad Pro (11-inch) (3rd generation)',
|
|
830
|
+
iPad_Pro_12_9_inch_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
831
|
+
iPad_Pro_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
832
|
+
iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
833
|
+
iPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
834
|
+
iPad_Pro_12_9_inch_4 = 'iPad Pro (12.9-inch) (4th generation)',
|
|
835
|
+
iPad_Pro_12_9_inch_5 = 'iPad Pro (12.9-inch) (5th generation)',
|
|
836
|
+
iPad_Pro_12_9_inch_6 = 'iPad Pro (12.9-inch) (6th generation)',
|
|
837
|
+
iPod_touch_7 = 'iPod touch (7th generation)'
|
|
799
838
|
}
|
|
800
839
|
export type IosVersionPlain = AndroidVersionPlain;
|
|
801
840
|
export enum IosVersion {
|