@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
@@ -5,57 +5,6 @@
5
5
  * @extends {DriverCore<C>}
6
6
  */
7
7
  export class BaseDriverCore<C extends Readonly<Record<string, import("@appium/types").Constraint>>, CArgs extends import("@appium/types").StringRecord = import("@appium/types").StringRecord> extends DriverCore<C> implements SessionHandler<C> {
8
- static BASE_DESIRED_CAP_CONSTRAINTS: {
9
- readonly platformName: {
10
- readonly presence: true;
11
- readonly isString: true;
12
- };
13
- readonly app: {
14
- readonly isString: true;
15
- };
16
- readonly deviceName: {
17
- readonly isString: true;
18
- };
19
- readonly platformVersion: {
20
- readonly isString: true;
21
- };
22
- readonly newCommandTimeout: {
23
- readonly isNumber: true;
24
- };
25
- readonly automationName: {
26
- readonly isString: true;
27
- };
28
- readonly autoLaunch: {
29
- readonly isBoolean: true;
30
- };
31
- readonly udid: {
32
- readonly isString: true;
33
- };
34
- readonly orientation: {
35
- readonly inclusion: readonly ["LANDSCAPE", "PORTRAIT"];
36
- };
37
- readonly autoWebview: {
38
- readonly isBoolean: true;
39
- };
40
- readonly noReset: {
41
- readonly isBoolean: true;
42
- };
43
- readonly fullReset: {
44
- readonly isBoolean: true;
45
- };
46
- readonly language: {
47
- readonly isString: true;
48
- };
49
- readonly locale: {
50
- readonly isString: true;
51
- };
52
- readonly eventTimings: {
53
- readonly isBoolean: true;
54
- };
55
- readonly printPageSourceOnFindFailure: {
56
- readonly isBoolean: true;
57
- };
58
- };
59
8
  /**
60
9
  *
61
10
  * @param {DriverOpts<C>} opts
@@ -91,57 +40,7 @@ export class BaseDriverCore<C extends Readonly<Record<string, import("@appium/ty
91
40
  * @type {Readonly<BaseDriverCapConstraints & C>}
92
41
  * @protected
93
42
  */
94
- protected get _desiredCapConstraints(): Readonly<{
95
- readonly platformName: {
96
- readonly presence: true;
97
- readonly isString: true;
98
- };
99
- readonly app: {
100
- readonly isString: true;
101
- };
102
- readonly deviceName: {
103
- readonly isString: true;
104
- };
105
- readonly platformVersion: {
106
- readonly isString: true;
107
- };
108
- readonly newCommandTimeout: {
109
- readonly isNumber: true;
110
- };
111
- readonly automationName: {
112
- readonly isString: true;
113
- };
114
- readonly autoLaunch: {
115
- readonly isBoolean: true;
116
- };
117
- readonly udid: {
118
- readonly isString: true;
119
- };
120
- readonly orientation: {
121
- readonly inclusion: readonly ["LANDSCAPE", "PORTRAIT"];
122
- };
123
- readonly autoWebview: {
124
- readonly isBoolean: true;
125
- };
126
- readonly noReset: {
127
- readonly isBoolean: true;
128
- };
129
- readonly fullReset: {
130
- readonly isBoolean: true;
131
- };
132
- readonly language: {
133
- readonly isString: true;
134
- };
135
- readonly locale: {
136
- readonly isString: true;
137
- };
138
- readonly eventTimings: {
139
- readonly isBoolean: true;
140
- };
141
- readonly printPageSourceOnFindFailure: {
142
- readonly isBoolean: true;
143
- };
144
- } & C>;
43
+ protected get _desiredCapConstraints(): Readonly<typeof BASE_DESIRED_CAP_CONSTRAINTS & C>;
145
44
  /**
146
45
  * @param {string} cmd
147
46
  * @param {...any} args
@@ -190,9 +89,9 @@ export class BaseDriverCore<C extends Readonly<Record<string, import("@appium/ty
190
89
  deleteSession(sessionId?: string | undefined, driverData?: import("@appium/types").DriverData[] | undefined): Promise<void>;
191
90
  /**
192
91
  *
193
- * @param {Capabilities} caps
92
+ * @param {Capabilities<C>} caps
194
93
  */
195
- logExtraCaps(caps: Capabilities): void;
94
+ logExtraCaps(caps: Capabilities<C>): void;
196
95
  /**
197
96
  *
198
97
  * @param {Capabilities<C>} caps
@@ -200,7 +99,7 @@ export class BaseDriverCore<C extends Readonly<Record<string, import("@appium/ty
200
99
  */
201
100
  validateDesiredCaps(caps: Capabilities<C>): boolean;
202
101
  }
203
- declare const BaseDriver_base: import("./commands/execute").ExecuteBase;
102
+ declare const BaseDriver_base: import("./commands/execute").ExecuteBase<any>;
204
103
  /**
205
104
  * This ensures that all of the mixins correctly implement the interface described in {@linkcode Driver}.
206
105
  * @template {Constraints} [C={}]
@@ -211,7 +110,6 @@ export class BaseDriver<C extends Readonly<Record<string, import("@appium/types"
211
110
  }
212
111
  export default BaseDriver;
213
112
  export type HTTPMethod = import('@appium/types').HTTPMethod;
214
- export type ExternalDriver = import('@appium/types').ExternalDriver;
215
113
  export type DriverData = import('@appium/types').DriverData;
216
114
  export type Constraints = import('@appium/types').Constraints;
217
115
  export type Constraint = import('@appium/types').Constraint;
@@ -222,162 +120,13 @@ export type UpdateServerCallback = (app: import('express').Express, httpServer:
222
120
  /**
223
121
  * This is used to extend {@linkcode BaseDriverCore } by the mixins and also external drivers.
224
122
  */
225
- export type BaseDriverBase<Proto = {}, Static = {}> = import('@appium/types').Class<BaseDriverCore<any, import("@appium/types").StringRecord> & Proto, import('@appium/types').DriverStatic & Static>;
226
- export type SessionHandler<C extends Readonly<Record<string, import("@appium/types").Constraint>> = {
227
- readonly platformName: {
228
- readonly presence: true;
229
- readonly isString: true;
230
- };
231
- readonly app: {
232
- readonly isString: true;
233
- };
234
- readonly deviceName: {
235
- readonly isString: true;
236
- };
237
- readonly platformVersion: {
238
- readonly isString: true;
239
- };
240
- readonly newCommandTimeout: {
241
- readonly isNumber: true;
242
- };
243
- readonly automationName: {
244
- readonly isString: true;
245
- };
246
- readonly autoLaunch: {
247
- readonly isBoolean: true;
248
- };
249
- readonly udid: {
250
- readonly isString: true;
251
- };
252
- readonly orientation: {
253
- readonly inclusion: readonly ["LANDSCAPE", "PORTRAIT"];
254
- };
255
- readonly autoWebview: {
256
- readonly isBoolean: true;
257
- };
258
- readonly noReset: {
259
- readonly isBoolean: true;
260
- };
261
- readonly fullReset: {
262
- readonly isBoolean: true;
263
- };
264
- readonly language: {
265
- readonly isString: true;
266
- };
267
- readonly locale: {
268
- readonly isString: true;
269
- };
270
- readonly eventTimings: {
271
- readonly isBoolean: true;
272
- };
273
- readonly printPageSourceOnFindFailure: {
274
- readonly isBoolean: true;
275
- };
276
- }> = import('@appium/types').SessionHandler<[string, object], void, C>;
277
- export type Capabilities<C extends Readonly<Record<string, import("@appium/types").Constraint>> = {
278
- readonly platformName: {
279
- readonly presence: true;
280
- readonly isString: true;
281
- };
282
- readonly app: {
283
- readonly isString: true;
284
- };
285
- readonly deviceName: {
286
- readonly isString: true;
287
- };
288
- readonly platformVersion: {
289
- readonly isString: true;
290
- };
291
- readonly newCommandTimeout: {
292
- readonly isNumber: true;
293
- };
294
- readonly automationName: {
295
- readonly isString: true;
296
- };
297
- readonly autoLaunch: {
298
- readonly isBoolean: true;
299
- };
300
- readonly udid: {
301
- readonly isString: true;
302
- };
303
- readonly orientation: {
304
- readonly inclusion: readonly ["LANDSCAPE", "PORTRAIT"];
305
- };
306
- readonly autoWebview: {
307
- readonly isBoolean: true;
308
- };
309
- readonly noReset: {
310
- readonly isBoolean: true;
311
- };
312
- readonly fullReset: {
313
- readonly isBoolean: true;
314
- };
315
- readonly language: {
316
- readonly isString: true;
317
- };
318
- readonly locale: {
319
- readonly isString: true;
320
- };
321
- readonly eventTimings: {
322
- readonly isBoolean: true;
323
- };
324
- readonly printPageSourceOnFindFailure: {
325
- readonly isBoolean: true;
326
- };
327
- }, Extra extends void | import("@appium/types").StringRecord = void> = import('@appium/types').Capabilities<C, Extra>;
328
- export type W3CCapabilities<C extends Readonly<Record<string, import("@appium/types").Constraint>> = {
329
- readonly platformName: {
330
- readonly presence: true;
331
- readonly isString: true;
332
- };
333
- readonly app: {
334
- readonly isString: true;
335
- };
336
- readonly deviceName: {
337
- readonly isString: true;
338
- };
339
- readonly platformVersion: {
340
- readonly isString: true;
341
- };
342
- readonly newCommandTimeout: {
343
- readonly isNumber: true;
344
- };
345
- readonly automationName: {
346
- readonly isString: true;
347
- };
348
- readonly autoLaunch: {
349
- readonly isBoolean: true;
350
- };
351
- readonly udid: {
352
- readonly isString: true;
353
- };
354
- readonly orientation: {
355
- readonly inclusion: readonly ["LANDSCAPE", "PORTRAIT"];
356
- };
357
- readonly autoWebview: {
358
- readonly isBoolean: true;
359
- };
360
- readonly noReset: {
361
- readonly isBoolean: true;
362
- };
363
- readonly fullReset: {
364
- readonly isBoolean: true;
365
- };
366
- readonly language: {
367
- readonly isString: true;
368
- };
369
- readonly locale: {
370
- readonly isString: true;
371
- };
372
- readonly eventTimings: {
373
- readonly isBoolean: true;
374
- };
375
- readonly printPageSourceOnFindFailure: {
376
- readonly isBoolean: true;
377
- };
378
- }, Extra extends void | import("@appium/types").StringRecord = void> = import('@appium/types').W3CCapabilities<C, Extra>;
379
- export type ConstraintsToCaps<C extends Readonly<Record<string, import("@appium/types").Constraint>>> = import('@appium/types').ConstraintsToCaps<C>;
380
- export type Driver<C extends Readonly<Record<string, import("@appium/types").Constraint>>> = import('@appium/types').Driver<C>;
123
+ export type BaseDriverBase<C extends Readonly<Record<string, import("@appium/types").Constraint>>, Proto = {}, Static = {}> = import('@appium/types').Class<BaseDriverCore<C> & Proto, import("@appium/types").DriverStatic<any> & Static>;
124
+ export type SessionHandler<C extends Readonly<Record<string, import("@appium/types").Constraint>> = typeof BASE_DESIRED_CAP_CONSTRAINTS> = import('@appium/types').SessionHandler<[string, object], void, C>;
125
+ export type Capabilities<C extends Readonly<Record<string, import("@appium/types").Constraint>> = typeof BASE_DESIRED_CAP_CONSTRAINTS, Extra extends void | import("@appium/types").StringRecord = void> = import('@appium/types').Capabilities<C, Extra>;
126
+ export type W3CCapabilities<C extends Readonly<Record<string, import("@appium/types").Constraint>> = typeof BASE_DESIRED_CAP_CONSTRAINTS, Extra extends void | import("@appium/types").StringRecord = void> = import('@appium/types').W3CCapabilities<C, Extra>;
127
+ export type Driver<C extends Readonly<Record<string, import("@appium/types").Constraint>> = typeof BASE_DESIRED_CAP_CONSTRAINTS, CArgs extends import("@appium/types").StringRecord = import("@appium/types").StringRecord> = import('@appium/types').Driver<C, CArgs>;
128
+ export type ExternalDriver<C extends Readonly<Record<string, import("@appium/types").Constraint>>> = import('@appium/types').ExternalDriver<C>;
381
129
  export type DriverOpts<C extends Readonly<Record<string, import("@appium/types").Constraint>>> = import('@appium/types').DriverOpts<C>;
382
130
  import { DriverCore } from "./core";
131
+ import { BASE_DESIRED_CAP_CONSTRAINTS } from "@appium/types";
383
132
  //# sourceMappingURL=driver.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../../lib/basedriver/driver.js"],"names":[],"mappings":"AA0BA;;;;;GAKG;AACH,+OAL+B,CAAC;IA+B9B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAmE;IAEnE;;;;OAIG;IACH,mBAHW,WAAW,CAAC,CAAC,uBACb,OAAO,EAUjB;IAxCD;;OAEG;IACH,SAFU,KAAK,GAAG,UAAU,CAEpB;IAER;;OAEG;IACH,MAFU,aAAa,CAAC,CAAC,CAEpB;IAEL;;OAEG;IACH,cAFU,gBAAgB,CAAC,CAAC,CAEf;IAEb;;OAEG;IACH,uBAFU,CAAC,CAEW;IAEtB;;OAEG;IACH,MAFU,WAAW,CAAC,CAAC,GAAG,WAAW,wBAAwB,CAAC,CAEzD;IAmBL;;;;;;;;OAQG;IACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAEC;IAMD;;;;OAIG;IACH,oBAJW,MAAM,WACF,GAAG,KACL,QAAQ,GAAG,CAAC,CAsExB;IAED;;;OAGG;IACH,8BAFW,KAAK,GAAC,OAAO,oBAAoB,EAAE,iBAAiB,iBAc9D;IAED,wCAmBC;IAED;;;;;;OAMG;IACH,qBALW,OAAO,eAAe,EAAE,YAAY,QACpC,MAAM,QACN,MAAM,QACN,MAAM,QAOhB;IAJC,yDAAoB;IACpB,+BAAsB;IACtB,+BAAsB;IACtB,+BAAsB;IAOxB,uBA+BC;IAfC,oDAAyC;IAiB3C;;;;;;;;;;;OAWG;IACH,gCANW,gBAAgB,CAAC,CAAC,mLAIhB,QAAQ,CAAC,MAAM,EAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAuF7C;IAED;;;;;OAKG;IACH,8GAFa,QAAQ,IAAI,CAAC,CAczB;IAED;;;OAGG;IACH,mBAFW,YAAY,QAYtB;IAED;;;;OAIG;IACH,0BAHW,aAAa,CAAC,CAAC,GACb,OAAO,CAqBnB;CACF;;AAED;;;;GAIG;AACH,+IAFuB,CAAC;IAvZD,kCAAmC;CAyZc;;yBAI3D,OAAO,eAAe,EAAE,UAAU;6BAClC,OAAO,eAAe,EAAE,cAAc;yBACtC,OAAO,eAAe,EAAE,UAAU;0BAClC,OAAO,eAAe,EAAE,WAAW;yBACnC,OAAO,eAAe,EAAE,UAAU;2BAClC,OAAO,eAAe,EAAE,YAAY;uCACpC,OAAO,eAAe,EAAE,wBAAwB;yBAChD,OAAO,eAAe,EAAE,UAAU;yCAKpC,OAAO,SAAS,EAAE,OAAO,cACzB,OAAO,eAAe,EAAE,YAAY,KAClC,OAAO,WAAW,EAAE,UAAU,CAAC,IAAI,CAAC;;;;sDAOpC,OAAO,eAAe,EAAE,KAAK,CAAC,4DAAiB,KAAK,EAAC,OAAO,eAAe,EAAE,YAAY,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAKnG,OAAO,eAAe,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,EAAC,IAAI,EAAE,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAMhE,OAAO,eAAe,EAAE,YAAY,CAAC,CAAC,EAAE,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAM9C,OAAO,eAAe,EAAE,eAAe,CAAC,CAAC,EAAE,KAAK,CAAC;wGAKjD,OAAO,eAAe,EAAE,iBAAiB,CAAC,CAAC,CAAC;6FAK5C,OAAO,eAAe,EAAE,MAAM,CAAC,CAAC,CAAC;iGAKjC,OAAO,eAAe,EAAE,UAAU,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../../lib/basedriver/driver.js"],"names":[],"mappings":"AAyBA;;;;;GAKG;AACH,+OAL+B,CAAC;IA+B9B;;;;OAIG;IACH,mBAHW,WAAW,CAAC,CAAC,uBACb,OAAO,EAcjB;IA1CD;;OAEG;IACH,SAFU,KAAK,GAAG,UAAU,CAEpB;IAER;;OAEG;IACH,MAFU,aAAa,CAAC,CAAC,CAEpB;IAEL;;OAEG;IACH,cAFU,gBAAgB,CAAC,CAAC,CAEf;IAEb;;OAEG;IACH,uBAFU,CAAC,CAEW;IAEtB;;OAEG;IACH,MAFU,WAAW,CAAC,CAAC,GAAG,WAAW,wBAAwB,CAAC,CAEzD;IAqBL;;;;;;;;OAQG;IACH,0FAEC;IAMD;;;;OAIG;IACH,oBAJW,MAAM,WACF,GAAG,KACL,QAAQ,GAAG,CAAC,CAsExB;IAED;;;OAGG;IACH,8BAFW,KAAK,GAAC,OAAO,oBAAoB,EAAE,iBAAiB,iBAc9D;IAED,wCAmBC;IAED;;;;;;OAMG;IACH,qBALW,OAAO,eAAe,EAAE,YAAY,QACpC,MAAM,QACN,MAAM,QACN,MAAM,QAOhB;IAJC,yDAAoB;IACpB,+BAAsB;IACtB,+BAAsB;IACtB,+BAAsB;IAOxB,uBA+BC;IAfC,oDAAyC;IAiB3C;;;;;;;;;;;OAWG;IACH,gCANW,gBAAgB,CAAC,CAAC,mLAIhB,QAAQ,CAAC,MAAM,EAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAiF7C;IAED;;;;;OAKG;IACH,8GAFa,QAAQ,IAAI,CAAC,CAczB;IAED;;;OAGG;IACH,mBAFW,aAAa,CAAC,CAAC,QAYzB;IAED;;;;OAIG;IACH,0BAHW,aAAa,CAAC,CAAC,GACb,OAAO,CAqBnB;CACF;;AAED;;;;GAIG;AACH,+IAFuB,CAAC;IAnZkB,kCAAmC;CAqZL;;yBAI3D,OAAO,eAAe,EAAE,UAAU;yBAClC,OAAO,eAAe,EAAE,UAAU;0BAClC,OAAO,eAAe,EAAE,WAAW;yBACnC,OAAO,eAAe,EAAE,UAAU;2BAClC,OAAO,eAAe,EAAE,YAAY;uCACpC,OAAO,eAAe,EAAE,wBAAwB;yBAChD,OAAO,eAAe,EAAE,UAAU;yCAKpC,OAAO,SAAS,EAAE,OAAO,cACzB,OAAO,eAAe,EAAE,YAAY,KAClC,OAAO,WAAW,EAAE,UAAU,CAAC,IAAI,CAAC;;;;8HAQpC,OAAO,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC,GAAG,KAAK,EAAC,4CAAuC,MAAM,CAAC;2IAKtG,OAAO,eAAe,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,EAAC,IAAI,EAAE,CAAC,CAAC;2MAMhE,OAAO,eAAe,EAAE,YAAY,CAAC,CAAC,EAAE,KAAK,CAAC;8MAM9C,OAAO,eAAe,EAAE,eAAe,CAAC,CAAC,EAAE,KAAK,CAAC;8NAMjD,OAAO,eAAe,EAAE,MAAM,CAAC,CAAC,EAAE,KAAK,CAAC;qGAKxC,OAAO,eAAe,EAAE,cAAc,CAAC,CAAC,CAAC;iGAKzC,OAAO,eAAe,EAAE,UAAU,CAAC,CAAC,CAAC"}