@appium/base-driver 8.7.3 → 9.1.0

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.
Files changed (121) hide show
  1. package/build/lib/basedriver/capabilities.d.ts +11 -163
  2. package/build/lib/basedriver/capabilities.d.ts.map +1 -1
  3. package/build/lib/basedriver/capabilities.js +355 -236
  4. package/build/lib/basedriver/capabilities.js.map +1 -1
  5. package/build/lib/basedriver/commands/event.d.ts +7 -6
  6. package/build/lib/basedriver/commands/event.d.ts.map +1 -1
  7. package/build/lib/basedriver/commands/event.js +55 -35
  8. package/build/lib/basedriver/commands/event.js.map +1 -1
  9. package/build/lib/basedriver/commands/execute.d.ts +7 -6
  10. package/build/lib/basedriver/commands/execute.d.ts.map +1 -1
  11. package/build/lib/basedriver/commands/execute.js +66 -58
  12. package/build/lib/basedriver/commands/execute.js.map +1 -1
  13. package/build/lib/basedriver/commands/find.d.ts +9 -7
  14. package/build/lib/basedriver/commands/find.d.ts.map +1 -1
  15. package/build/lib/basedriver/commands/find.js +102 -54
  16. package/build/lib/basedriver/commands/find.js.map +1 -1
  17. package/build/lib/basedriver/commands/index.d.ts +3 -7
  18. package/build/lib/basedriver/commands/index.d.ts.map +1 -1
  19. package/build/lib/basedriver/commands/index.js +30 -33
  20. package/build/lib/basedriver/commands/index.js.map +1 -1
  21. package/build/lib/basedriver/commands/log.d.ts +8 -9
  22. package/build/lib/basedriver/commands/log.d.ts.map +1 -1
  23. package/build/lib/basedriver/commands/log.js +54 -38
  24. package/build/lib/basedriver/commands/log.js.map +1 -1
  25. package/build/lib/basedriver/commands/session.d.ts +7 -6
  26. package/build/lib/basedriver/commands/session.d.ts.map +1 -1
  27. package/build/lib/basedriver/commands/session.js +46 -39
  28. package/build/lib/basedriver/commands/session.js.map +1 -1
  29. package/build/lib/basedriver/commands/settings.d.ts +7 -7
  30. package/build/lib/basedriver/commands/settings.d.ts.map +1 -1
  31. package/build/lib/basedriver/commands/settings.js +35 -28
  32. package/build/lib/basedriver/commands/settings.js.map +1 -1
  33. package/build/lib/basedriver/commands/timeout.d.ts +7 -5
  34. package/build/lib/basedriver/commands/timeout.d.ts.map +1 -1
  35. package/build/lib/basedriver/commands/timeout.js +144 -162
  36. package/build/lib/basedriver/commands/timeout.js.map +1 -1
  37. package/build/lib/basedriver/core.d.ts +6 -157
  38. package/build/lib/basedriver/core.d.ts.map +1 -1
  39. package/build/lib/basedriver/core.js +361 -230
  40. package/build/lib/basedriver/core.js.map +1 -1
  41. package/build/lib/basedriver/desired-caps.js +80 -110
  42. package/build/lib/basedriver/desired-caps.js.map +1 -1
  43. package/build/lib/basedriver/device-settings.js +57 -62
  44. package/build/lib/basedriver/device-settings.js.map +1 -1
  45. package/build/lib/basedriver/driver.d.ts +11 -262
  46. package/build/lib/basedriver/driver.d.ts.map +1 -1
  47. package/build/lib/basedriver/driver.js +362 -262
  48. package/build/lib/basedriver/driver.js.map +1 -1
  49. package/build/lib/basedriver/helpers.js +500 -495
  50. package/build/lib/basedriver/helpers.js.map +1 -1
  51. package/build/lib/basedriver/logger.d.ts +1 -1
  52. package/build/lib/basedriver/logger.d.ts.map +1 -1
  53. package/build/lib/basedriver/logger.js +5 -15
  54. package/build/lib/basedriver/logger.js.map +1 -1
  55. package/build/lib/constants.js +14 -14
  56. package/build/lib/constants.js.map +1 -1
  57. package/build/lib/express/crash.js +8 -15
  58. package/build/lib/express/crash.js.map +1 -1
  59. package/build/lib/express/express-logging.js +49 -59
  60. package/build/lib/express/express-logging.js.map +1 -1
  61. package/build/lib/express/idempotency.js +125 -177
  62. package/build/lib/express/idempotency.js.map +1 -1
  63. package/build/lib/express/logger.d.ts +1 -1
  64. package/build/lib/express/logger.d.ts.map +1 -1
  65. package/build/lib/express/logger.js +5 -15
  66. package/build/lib/express/logger.js.map +1 -1
  67. package/build/lib/express/middleware.js +82 -107
  68. package/build/lib/express/middleware.js.map +1 -1
  69. package/build/lib/express/server.d.ts +17 -5
  70. package/build/lib/express/server.d.ts.map +1 -1
  71. package/build/lib/express/server.js +259 -224
  72. package/build/lib/express/server.js.map +1 -1
  73. package/build/lib/express/static.js +64 -81
  74. package/build/lib/express/static.js.map +1 -1
  75. package/build/lib/express/websocket.js +115 -87
  76. package/build/lib/express/websocket.js.map +1 -1
  77. package/build/lib/helpers/capabilities.d.ts +1 -59
  78. package/build/lib/helpers/capabilities.d.ts.map +1 -1
  79. package/build/lib/helpers/capabilities.js +72 -69
  80. package/build/lib/helpers/capabilities.js.map +1 -1
  81. package/build/lib/index.js +64 -180
  82. package/build/lib/index.js.map +1 -1
  83. package/build/lib/jsonwp-proxy/protocol-converter.js +215 -227
  84. package/build/lib/jsonwp-proxy/protocol-converter.js.map +1 -1
  85. package/build/lib/jsonwp-proxy/proxy.d.ts.map +1 -1
  86. package/build/lib/jsonwp-proxy/proxy.js +355 -393
  87. package/build/lib/jsonwp-proxy/proxy.js.map +1 -1
  88. package/build/lib/jsonwp-status/status.js +119 -130
  89. package/build/lib/jsonwp-status/status.js.map +1 -1
  90. package/build/lib/protocol/errors.d.ts +135 -32
  91. package/build/lib/protocol/errors.d.ts.map +1 -1
  92. package/build/lib/protocol/errors.js +871 -919
  93. package/build/lib/protocol/errors.js.map +1 -1
  94. package/build/lib/protocol/helpers.js +37 -37
  95. package/build/lib/protocol/helpers.js.map +1 -1
  96. package/build/lib/protocol/index.js +22 -109
  97. package/build/lib/protocol/index.js.map +1 -1
  98. package/build/lib/protocol/protocol.js +394 -350
  99. package/build/lib/protocol/protocol.js.map +1 -1
  100. package/build/lib/protocol/routes.d.ts +1248 -4
  101. package/build/lib/protocol/routes.d.ts.map +1 -1
  102. package/build/lib/protocol/routes.js +972 -1327
  103. package/build/lib/protocol/routes.js.map +1 -1
  104. package/build/lib/protocol/validators.js +32 -39
  105. package/build/lib/protocol/validators.js.map +1 -1
  106. package/build/tsconfig.tsbuildinfo +1 -1
  107. package/lib/basedriver/capabilities.js +83 -39
  108. package/lib/basedriver/commands/event.js +10 -5
  109. package/lib/basedriver/commands/execute.js +14 -9
  110. package/lib/basedriver/commands/find.js +18 -12
  111. package/lib/basedriver/commands/index.js +21 -16
  112. package/lib/basedriver/commands/log.js +24 -18
  113. package/lib/basedriver/commands/session.js +10 -5
  114. package/lib/basedriver/commands/settings.js +9 -6
  115. package/lib/basedriver/commands/timeout.js +10 -4
  116. package/lib/basedriver/core.js +2 -3
  117. package/lib/basedriver/driver.js +12 -16
  118. package/lib/express/server.js +6 -3
  119. package/lib/protocol/errors.js +155 -44
  120. package/lib/protocol/routes.js +19 -7
  121. package/package.json +16 -18
@@ -11,43 +11,68 @@ export class NoSuchDriverError extends ProtocolError {
11
11
  static code(): number;
12
12
  static w3cStatus(): HTTPStatusCodes;
13
13
  static error(): string;
14
- constructor(err: any);
14
+ /**
15
+ * @param {string} [message] error message
16
+ */
17
+ constructor(message?: string | undefined);
15
18
  }
16
19
  export class NoSuchElementError extends ProtocolError {
17
20
  static code(): number;
18
21
  static w3cStatus(): HTTPStatusCodes;
19
22
  static error(): string;
20
- constructor(err: any);
23
+ /**
24
+ * @param {string} [message] error message
25
+ */
26
+ constructor(message?: string | undefined);
21
27
  }
22
28
  export class NoSuchFrameError extends ProtocolError {
23
29
  static code(): number;
24
30
  static error(): string;
25
31
  static w3cStatus(): HTTPStatusCodes;
26
- constructor(err: any);
32
+ /**
33
+ *
34
+ * @param {string} [message]
35
+ */
36
+ constructor(message?: string | undefined);
27
37
  }
28
38
  export class UnknownCommandError extends ProtocolError {
29
39
  static code(): number;
30
40
  static w3cStatus(): HTTPStatusCodes;
31
41
  static error(): string;
32
- constructor(err: any);
42
+ /**
43
+ *
44
+ * @param {string} [message]
45
+ */
46
+ constructor(message?: string | undefined);
33
47
  }
34
48
  export class StaleElementReferenceError extends ProtocolError {
35
49
  static code(): number;
36
50
  static w3cStatus(): HTTPStatusCodes;
37
51
  static error(): string;
38
- constructor(err: any);
52
+ /**
53
+ *
54
+ * @param {string} [message]
55
+ */
56
+ constructor(message?: string | undefined);
39
57
  }
40
58
  export class ElementNotVisibleError extends ProtocolError {
41
59
  static code(): number;
42
60
  static w3cStatus(): HTTPStatusCodes;
43
61
  static error(): string;
44
- constructor(err: any);
62
+ /**
63
+ * @param {string} [message] error message
64
+ */
65
+ constructor(message?: string | undefined);
45
66
  }
46
67
  export class InvalidElementStateError extends ProtocolError {
47
68
  static code(): number;
48
69
  static w3cStatus(): HTTPStatusCodes;
49
70
  static error(): string;
50
- constructor(err: any);
71
+ /**
72
+ *
73
+ * @param {string} [message]
74
+ */
75
+ constructor(message?: string | undefined);
51
76
  }
52
77
  export class UnknownError extends ProtocolError {
53
78
  static code(): number;
@@ -59,95 +84,144 @@ export class UnknownMethodError extends ProtocolError {
59
84
  static code(): number;
60
85
  static w3cStatus(): HTTPStatusCodes;
61
86
  static error(): string;
62
- constructor(err: any);
87
+ /**
88
+ * @param {string} [message] error message
89
+ */
90
+ constructor(message?: string | undefined);
63
91
  }
64
92
  export class UnsupportedOperationError extends ProtocolError {
65
93
  static code(): number;
66
94
  static w3cStatus(): HTTPStatusCodes;
67
95
  static error(): string;
68
- constructor(err: any);
96
+ /**
97
+ * @param {string} [message] error message
98
+ */
99
+ constructor(message?: string | undefined);
69
100
  }
70
101
  export class ElementIsNotSelectableError extends ProtocolError {
71
102
  static code(): number;
72
103
  static error(): string;
73
104
  static w3cStatus(): HTTPStatusCodes;
74
- constructor(err: any);
105
+ /**
106
+ * @param {string} [message] error message
107
+ */
108
+ constructor(message?: string | undefined);
75
109
  }
76
110
  export class ElementClickInterceptedError extends ProtocolError {
77
111
  static code(): number;
78
112
  static error(): string;
79
113
  static w3cStatus(): HTTPStatusCodes;
80
- constructor(err: any);
114
+ /**
115
+ * @param {string} [message] error message
116
+ */
117
+ constructor(message?: string | undefined);
81
118
  }
82
119
  export class ElementNotInteractableError extends ProtocolError {
83
120
  static code(): number;
84
121
  static error(): string;
85
122
  static w3cStatus(): HTTPStatusCodes;
86
- constructor(err: any);
123
+ /**
124
+ * @param {string} [message] error message
125
+ */
126
+ constructor(message?: string | undefined);
87
127
  }
88
128
  export class InsecureCertificateError extends ProtocolError {
89
129
  static error(): string;
90
- constructor(err: any);
130
+ /**
131
+ * @param {string} [message] error message
132
+ */
133
+ constructor(message?: string | undefined);
91
134
  }
92
135
  export class JavaScriptError extends ProtocolError {
93
136
  static code(): number;
94
137
  static w3cStatus(): HTTPStatusCodes;
95
138
  static error(): string;
96
- constructor(err: any);
139
+ /**
140
+ * @param {string} [message] error message
141
+ */
142
+ constructor(message?: string | undefined);
97
143
  }
98
144
  export class XPathLookupError extends ProtocolError {
99
145
  static code(): number;
100
146
  static w3cStatus(): HTTPStatusCodes;
101
147
  static error(): string;
102
- constructor(err: any);
148
+ /**
149
+ * @param {string} [message] error message
150
+ */
151
+ constructor(message?: string | undefined);
103
152
  }
104
153
  export class TimeoutError extends ProtocolError {
105
154
  static code(): number;
106
155
  static w3cStatus(): HTTPStatusCodes;
107
156
  static error(): string;
108
- constructor(err: any);
157
+ /**
158
+ * @param {string} [message] error message
159
+ */
160
+ constructor(message?: string | undefined);
109
161
  }
110
162
  export class NoSuchWindowError extends ProtocolError {
111
163
  static code(): number;
112
164
  static error(): string;
113
165
  static w3cStatus(): HTTPStatusCodes;
114
- constructor(err: any);
166
+ /**
167
+ * @param {string} [message] error message
168
+ */
169
+ constructor(message?: string | undefined);
115
170
  }
116
171
  export class InvalidArgumentError extends ProtocolError {
117
172
  static code(): number;
118
173
  static error(): string;
119
174
  static w3cStatus(): HTTPStatusCodes;
120
- constructor(err: any);
175
+ /**
176
+ * @param {string} [err] error message
177
+ */
178
+ constructor(err?: string | undefined);
121
179
  }
122
180
  export class InvalidCookieDomainError extends ProtocolError {
123
181
  static code(): number;
124
182
  static error(): string;
125
183
  static w3cStatus(): HTTPStatusCodes;
126
- constructor(err: any);
184
+ /**
185
+ * @param {string} [err] error message
186
+ */
187
+ constructor(err?: string | undefined);
127
188
  }
128
189
  export class NoSuchCookieError extends ProtocolError {
129
190
  static code(): number;
130
191
  static w3cStatus(): HTTPStatusCodes;
131
192
  static error(): string;
132
- constructor(err: any);
193
+ /**
194
+ * @param {string} [err] error message
195
+ */
196
+ constructor(err?: string | undefined);
133
197
  }
134
198
  export class UnableToSetCookieError extends ProtocolError {
135
199
  static code(): number;
136
200
  static w3cStatus(): HTTPStatusCodes;
137
201
  static error(): string;
138
- constructor(err: any);
202
+ /**
203
+ * @param {string} [err] error message
204
+ */
205
+ constructor(err?: string | undefined);
139
206
  }
140
207
  export class UnexpectedAlertOpenError extends ProtocolError {
141
208
  static code(): number;
142
209
  static w3cStatus(): HTTPStatusCodes;
143
210
  static error(): string;
144
- constructor(err: any);
211
+ /**
212
+ * @param {string} [message] error message
213
+ */
214
+ constructor(message?: string | undefined);
145
215
  }
146
216
  export class NoAlertOpenError extends ProtocolError {
147
217
  static code(): number;
148
218
  static w3cStatus(): HTTPStatusCodes;
149
219
  static error(): string;
150
- constructor(err: any);
220
+ /**
221
+ *
222
+ * @param {string} [message]
223
+ */
224
+ constructor(message?: string | undefined);
151
225
  }
152
226
  export class NoSuchAlertError extends NoAlertOpenError {
153
227
  }
@@ -155,13 +229,19 @@ export class ScriptTimeoutError extends ProtocolError {
155
229
  static code(): number;
156
230
  static w3cStatus(): HTTPStatusCodes;
157
231
  static error(): string;
158
- constructor(err: any);
232
+ /**
233
+ * @param {string} [err] error message
234
+ */
235
+ constructor(err?: string | undefined);
159
236
  }
160
237
  export class InvalidElementCoordinatesError extends ProtocolError {
161
238
  static code(): number;
162
239
  static w3cStatus(): HTTPStatusCodes;
163
240
  static error(): string;
164
- constructor(err: any);
241
+ /**
242
+ * @param {string} [err] error message
243
+ */
244
+ constructor(err?: string | undefined);
165
245
  }
166
246
  export class InvalidCoordinatesError extends InvalidElementCoordinatesError {
167
247
  }
@@ -169,19 +249,28 @@ export class IMENotAvailableError extends ProtocolError {
169
249
  static code(): number;
170
250
  static w3cStatus(): HTTPStatusCodes;
171
251
  static error(): string;
172
- constructor(err: any);
252
+ /**
253
+ * @param {string} [message] error message
254
+ */
255
+ constructor(message?: string | undefined);
173
256
  }
174
257
  export class IMEEngineActivationFailedError extends ProtocolError {
175
258
  static code(): number;
176
259
  static w3cStatus(): HTTPStatusCodes;
177
260
  static error(): string;
178
- constructor(err: any);
261
+ /**
262
+ * @param {string} [err] error message
263
+ */
264
+ constructor(err?: string | undefined);
179
265
  }
180
266
  export class InvalidSelectorError extends ProtocolError {
181
267
  static code(): number;
182
268
  static w3cStatus(): HTTPStatusCodes;
183
269
  static error(): string;
184
- constructor(err: any);
270
+ /**
271
+ * @param {string} [err] error message
272
+ */
273
+ constructor(err?: string | undefined);
185
274
  }
186
275
  export class SessionNotCreatedError extends ProtocolError {
187
276
  static code(): number;
@@ -193,15 +282,26 @@ export class MoveTargetOutOfBoundsError extends ProtocolError {
193
282
  static code(): number;
194
283
  static w3cStatus(): HTTPStatusCodes;
195
284
  static error(): string;
196
- constructor(err: any);
285
+ /**
286
+ * @param {string} [err] error message
287
+ */
288
+ constructor(err?: string | undefined);
197
289
  }
198
290
  export class NoSuchContextError extends ProtocolError {
199
291
  static code(): number;
200
- constructor(err: any);
292
+ /**
293
+ *
294
+ * @param {string} [message]
295
+ */
296
+ constructor(message?: string | undefined);
201
297
  }
202
298
  export class InvalidContextError extends ProtocolError {
203
299
  static code(): number;
204
- constructor(err: any);
300
+ /**
301
+ *
302
+ * @param {string} [message]
303
+ */
304
+ constructor(message?: string | undefined);
205
305
  }
206
306
  export class NotYetImplementedError extends UnknownMethodError {
207
307
  }
@@ -211,7 +311,10 @@ export class UnableToCaptureScreen extends ProtocolError {
211
311
  static code(): number;
212
312
  static w3cStatus(): HTTPStatusCodes;
213
313
  static error(): string;
214
- constructor(err: any);
314
+ /**
315
+ * @param {string} [err] error message
316
+ */
317
+ constructor(err?: string | undefined);
215
318
  }
216
319
  export class BadParametersError extends ES6Error {
217
320
  static error(): string;
@@ -1 +1 @@
1
- {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../lib/protocol/errors.js"],"names":[],"mappings":"AAWA;IACE,mEASC;IAPC,gBAA4B;IAC5B,WAAuC;IAIvC,eAAyD;IACzD,iBAAuB;IAOzB,yBAEC;IAND,sBAEC;CAKF;AAMD;IACE,sBAEC;IAED,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD,sBASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAUC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,iCAQC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD,sBASC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD,sBAQC;CACF;AAED;IACE,uBAEC;IACD,sBAQC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD,sBASC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD,sBASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAQC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;CAAyD;AAEzD;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;CAA8E;AAE9E;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,0BAYC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAED;IACE,sBAEC;IACD,sBAEC;CACF;AAED;IACE,sBAEC;IACD,sBAKC;CACF;AAGD;CAIC;AACD;CAIC;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,sBAOC;CACF;AAGD;IACE,uBAEC;IACD,qEAcC;IADC,2BAA4C;CAE/C;AAED;;;;;GAKG;AACH;IACE,2DA2BC;IATC,eAA4C;IAI1C,SAAiC;IAGjC,YAA8B;IAIlC,gCAYC;CACF;6BAkOa,MAAM,GAAG;IAAC,KAAK,EAAE,mBAAmB,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;;;YAYvD,MAAM;WACN,MAAM,GAAC,MAAM;aACb,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA3KpB,0DAkBC;AA3BD,kDAOC;AAsBD;;;;;GAKG;AACH,iDAJW,MAAM,UACN,MAAM,MAAO,GACZ,aAAa,CAYxB;AAED;;;;;;GAMG;AACH,2CALW,MAAM,WACN,MAAM,eACL,MAAM,UACN,aAAa,CAaxB;AAWD;;;GAGG;AACH,4CAFW,aAAa,GAAC,YAAY,SAqCpC;AAED;;;GAGG;AACH,+CAFW,aAAa,0JAkCvB"}
1
+ {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../lib/protocol/errors.js"],"names":[],"mappings":"AAWA;IACE,mEASC;IAPC,gBAA4B;IAC5B,WAAuC;IAIvC,eAAyD;IACzD,iBAAuB;IAOzB,yBAEC;IAND,sBAEC;CAKF;AAMD;IACE,sBAEC;IAED,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAQC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD;;;OAGG;IACH,0CASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;;OAGG;IACH,0CAUC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;;OAGG;IACH,0CASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;;OAGG;IACH,0CASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,iCAQC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAQC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD;;OAEG;IACH,0CASC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD;;OAEG;IACH,0CAQC;CACF;AAED;IACE,uBAEC;IACD;;OAEG;IACH,0CAQC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD;;OAEG;IACH,0CASC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD;;OAEG;IACH,sCASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAQC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;;OAGG;IACH,0CAOC;CACF;AAED;CAAyD;AAEzD;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAED;CAA8E;AAE9E;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,0BAYC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAED;IACE,sBAEC;IACD;;;OAGG;IACH,0CAEC;CACF;AAED;IACE,sBAEC;IACD;;;OAGG;IACH,0CAKC;CACF;AAGD;CAOC;AACD;CAOC;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAGD;IACE,uBAEC;IACD,qEAcC;IADC,2BAA4C;CAE/C;AAED;;;;;GAKG;AACH;IACE,2DA2BC;IATC,eAA4C;IAI1C,SAAiC;IAGjC,YAA8B;IAIlC,gCAYC;CACF;6BAkOa,MAAM,GAAG;IAAC,KAAK,EAAE,mBAAmB,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;;;YAYvD,MAAM;WACN,MAAM,GAAC,MAAM;aACb,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA3KpB,0DAkBC;AA3BD,kDAOC;AAsBD;;;;;GAKG;AACH,iDAJW,MAAM,UACN,MAAM,MAAO,GACZ,aAAa,CAYxB;AAED;;;;;;GAMG;AACH,2CALW,MAAM,WACN,MAAM,eACL,MAAM,UACN,aAAa,CAaxB;AAWD;;;GAGG;AACH,4CAFW,aAAa,GAAC,YAAY,SAqCpC;AAED;;;GAGG;AACH,+CAFW,aAAa,0JAkCvB"}