@kaeawc/auto-mobile 0.0.20 → 0.0.22
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/README.md +1 -1
- package/README.md.backup +1 -1
- package/dist/schemas/tool-definitions.json +104 -0
- package/dist/src/index.js +187 -187
- package/dist/src/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|

|
|
9
9
|

|
|
10
10
|
|
|
11
|
-

|
|
12
12
|

|
|
13
13
|

|
|
14
14
|

|
package/README.md.backup
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|

|
|
9
9
|

|
|
10
10
|
|
|
11
|
-

|
|
12
12
|

|
|
13
13
|

|
|
14
14
|

|
|
@@ -37,6 +37,14 @@
|
|
|
37
37
|
"description": "How long the SDK override remains active in milliseconds (default: 5000). The override is cleared after the first authentication callback or when the TTL expires.",
|
|
38
38
|
"type": "number"
|
|
39
39
|
},
|
|
40
|
+
"platform": {
|
|
41
|
+
"type": "string",
|
|
42
|
+
"enum": [
|
|
43
|
+
"android",
|
|
44
|
+
"ios"
|
|
45
|
+
],
|
|
46
|
+
"description": "Target platform"
|
|
47
|
+
},
|
|
40
48
|
"sessionUuid": {
|
|
41
49
|
"description": "Session UUID",
|
|
42
50
|
"type": "string"
|
|
@@ -345,6 +353,14 @@
|
|
|
345
353
|
"type": "string"
|
|
346
354
|
}
|
|
347
355
|
},
|
|
356
|
+
"platform": {
|
|
357
|
+
"type": "string",
|
|
358
|
+
"enum": [
|
|
359
|
+
"android",
|
|
360
|
+
"ios"
|
|
361
|
+
],
|
|
362
|
+
"description": "Target platform"
|
|
363
|
+
},
|
|
348
364
|
"sessionUuid": {
|
|
349
365
|
"description": "Session UUID",
|
|
350
366
|
"type": "string"
|
|
@@ -848,6 +864,14 @@
|
|
|
848
864
|
"minLength": 1
|
|
849
865
|
}
|
|
850
866
|
},
|
|
867
|
+
"platform": {
|
|
868
|
+
"type": "string",
|
|
869
|
+
"enum": [
|
|
870
|
+
"android",
|
|
871
|
+
"ios"
|
|
872
|
+
],
|
|
873
|
+
"description": "Target platform"
|
|
874
|
+
},
|
|
851
875
|
"sessionUuid": {
|
|
852
876
|
"description": "Session UUID",
|
|
853
877
|
"type": "string"
|
|
@@ -882,6 +906,14 @@
|
|
|
882
906
|
"type": "string",
|
|
883
907
|
"description": "App package ID"
|
|
884
908
|
},
|
|
909
|
+
"platform": {
|
|
910
|
+
"type": "string",
|
|
911
|
+
"enum": [
|
|
912
|
+
"android",
|
|
913
|
+
"ios"
|
|
914
|
+
],
|
|
915
|
+
"description": "Target platform"
|
|
916
|
+
},
|
|
885
917
|
"sessionUuid": {
|
|
886
918
|
"description": "Session UUID",
|
|
887
919
|
"type": "string"
|
|
@@ -922,6 +954,14 @@
|
|
|
922
954
|
]
|
|
923
955
|
}
|
|
924
956
|
},
|
|
957
|
+
"platform": {
|
|
958
|
+
"type": "string",
|
|
959
|
+
"enum": [
|
|
960
|
+
"android",
|
|
961
|
+
"ios"
|
|
962
|
+
],
|
|
963
|
+
"description": "Target platform"
|
|
964
|
+
},
|
|
925
965
|
"sessionUuid": {
|
|
926
966
|
"description": "Session UUID",
|
|
927
967
|
"type": "string"
|
|
@@ -954,6 +994,14 @@
|
|
|
954
994
|
"minLength": 1,
|
|
955
995
|
"description": "App package ID or bundle identifier"
|
|
956
996
|
},
|
|
997
|
+
"platform": {
|
|
998
|
+
"type": "string",
|
|
999
|
+
"enum": [
|
|
1000
|
+
"android",
|
|
1001
|
+
"ios"
|
|
1002
|
+
],
|
|
1003
|
+
"description": "Target platform"
|
|
1004
|
+
},
|
|
957
1005
|
"sessionUuid": {
|
|
958
1006
|
"description": "Session UUID",
|
|
959
1007
|
"type": "string"
|
|
@@ -1802,6 +1850,14 @@
|
|
|
1802
1850
|
"type": "string",
|
|
1803
1851
|
"description": "Path to app artifact (.apk for Android, .app bundle for iOS simulator, .ipa for iOS physical device)"
|
|
1804
1852
|
},
|
|
1853
|
+
"platform": {
|
|
1854
|
+
"type": "string",
|
|
1855
|
+
"enum": [
|
|
1856
|
+
"android",
|
|
1857
|
+
"ios"
|
|
1858
|
+
],
|
|
1859
|
+
"description": "Target platform"
|
|
1860
|
+
},
|
|
1805
1861
|
"sessionUuid": {
|
|
1806
1862
|
"description": "Session UUID",
|
|
1807
1863
|
"type": "string"
|
|
@@ -1933,6 +1989,14 @@
|
|
|
1933
1989
|
"description": "Cold boot app (default false)",
|
|
1934
1990
|
"type": "boolean"
|
|
1935
1991
|
},
|
|
1992
|
+
"platform": {
|
|
1993
|
+
"type": "string",
|
|
1994
|
+
"enum": [
|
|
1995
|
+
"android",
|
|
1996
|
+
"ios"
|
|
1997
|
+
],
|
|
1998
|
+
"description": "Target platform"
|
|
1999
|
+
},
|
|
1936
2000
|
"sessionUuid": {
|
|
1937
2001
|
"description": "Session UUID",
|
|
1938
2002
|
"type": "string"
|
|
@@ -4425,6 +4489,14 @@
|
|
|
4425
4489
|
"deny"
|
|
4426
4490
|
]
|
|
4427
4491
|
},
|
|
4492
|
+
"platform": {
|
|
4493
|
+
"type": "string",
|
|
4494
|
+
"enum": [
|
|
4495
|
+
"android",
|
|
4496
|
+
"ios"
|
|
4497
|
+
],
|
|
4498
|
+
"description": "Target platform"
|
|
4499
|
+
},
|
|
4428
4500
|
"sessionUuid": {
|
|
4429
4501
|
"description": "Session UUID",
|
|
4430
4502
|
"type": "string"
|
|
@@ -4476,6 +4548,14 @@
|
|
|
4476
4548
|
},
|
|
4477
4549
|
"additionalProperties": false
|
|
4478
4550
|
},
|
|
4551
|
+
"platform": {
|
|
4552
|
+
"type": "string",
|
|
4553
|
+
"enum": [
|
|
4554
|
+
"android",
|
|
4555
|
+
"ios"
|
|
4556
|
+
],
|
|
4557
|
+
"description": "Target platform"
|
|
4558
|
+
},
|
|
4479
4559
|
"sessionUuid": {
|
|
4480
4560
|
"description": "Session UUID",
|
|
4481
4561
|
"type": "string"
|
|
@@ -4512,6 +4592,14 @@
|
|
|
4512
4592
|
"type": "boolean",
|
|
4513
4593
|
"description": "Android only: allow or revoke app notification policy / DND access"
|
|
4514
4594
|
},
|
|
4595
|
+
"platform": {
|
|
4596
|
+
"type": "string",
|
|
4597
|
+
"enum": [
|
|
4598
|
+
"android",
|
|
4599
|
+
"ios"
|
|
4600
|
+
],
|
|
4601
|
+
"description": "Target platform"
|
|
4602
|
+
},
|
|
4515
4603
|
"sessionUuid": {
|
|
4516
4604
|
"description": "Session UUID",
|
|
4517
4605
|
"type": "string"
|
|
@@ -6885,6 +6973,14 @@
|
|
|
6885
6973
|
"type": "string",
|
|
6886
6974
|
"description": "App package ID"
|
|
6887
6975
|
},
|
|
6976
|
+
"platform": {
|
|
6977
|
+
"type": "string",
|
|
6978
|
+
"enum": [
|
|
6979
|
+
"android",
|
|
6980
|
+
"ios"
|
|
6981
|
+
],
|
|
6982
|
+
"description": "Target platform"
|
|
6983
|
+
},
|
|
6888
6984
|
"sessionUuid": {
|
|
6889
6985
|
"description": "Session UUID",
|
|
6890
6986
|
"type": "string"
|
|
@@ -6923,6 +7019,14 @@
|
|
|
6923
7019
|
"description": "Keep app data after uninstall (Android only, default false)",
|
|
6924
7020
|
"type": "boolean"
|
|
6925
7021
|
},
|
|
7022
|
+
"platform": {
|
|
7023
|
+
"type": "string",
|
|
7024
|
+
"enum": [
|
|
7025
|
+
"android",
|
|
7026
|
+
"ios"
|
|
7027
|
+
],
|
|
7028
|
+
"description": "Target platform"
|
|
7029
|
+
},
|
|
6926
7030
|
"sessionUuid": {
|
|
6927
7031
|
"description": "Session UUID",
|
|
6928
7032
|
"type": "string"
|