@airtop/sdk 0.1.33-beta0 → 0.1.34-beta0
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/api/resources/automations/client/Client.js +8 -8
- package/api/resources/extensionConfigurations/client/Client.js +2 -2
- package/api/resources/profiles/client/Client.js +2 -2
- package/api/resources/requests/client/Client.js +2 -2
- package/api/resources/sessions/client/Client.js +12 -12
- package/api/resources/windows/client/Client.js +52 -52
- package/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +1 -1
- package/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +1 -1
- package/api/types/ClickConfig.d.ts +2 -0
- package/api/types/IntervalMonitorConfig.d.ts +2 -2
- package/api/types/MicroInteractionConfigWithExperimental.d.ts +12 -0
- package/api/types/MicroInteractionConfigWithExperimental.js +5 -0
- package/api/types/MicroInteractionExperimentalConfig.d.ts +7 -0
- package/api/types/MicroInteractionExperimentalConfig.js +5 -0
- package/api/types/PaginatedExtractionConfig.d.ts +2 -0
- package/api/types/PaginatedExtractionExperimentalConfig.d.ts +7 -0
- package/api/types/PaginatedExtractionExperimentalConfig.js +5 -0
- package/api/types/index.d.ts +3 -0
- package/api/types/index.js +3 -0
- package/dist/api/resources/automations/client/Client.js +8 -8
- package/dist/api/resources/extensionConfigurations/client/Client.js +2 -2
- package/dist/api/resources/profiles/client/Client.js +2 -2
- package/dist/api/resources/requests/client/Client.js +2 -2
- package/dist/api/resources/sessions/client/Client.js +12 -12
- package/dist/api/resources/windows/client/Client.js +52 -52
- package/dist/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +1 -1
- package/dist/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +1 -1
- package/dist/api/types/ClickConfig.d.ts +2 -0
- package/dist/api/types/IntervalMonitorConfig.d.ts +2 -2
- package/dist/api/types/MicroInteractionConfigWithExperimental.d.ts +12 -0
- package/dist/api/types/MicroInteractionConfigWithExperimental.js +5 -0
- package/dist/api/types/MicroInteractionExperimentalConfig.d.ts +7 -0
- package/dist/api/types/MicroInteractionExperimentalConfig.js +5 -0
- package/dist/api/types/PaginatedExtractionConfig.d.ts +2 -0
- package/dist/api/types/PaginatedExtractionExperimentalConfig.d.ts +7 -0
- package/dist/api/types/PaginatedExtractionExperimentalConfig.js +5 -0
- package/dist/api/types/index.d.ts +3 -0
- package/dist/api/types/index.js +3 -0
- package/dist/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +2 -2
- package/dist/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +2 -2
- package/dist/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +2 -2
- package/dist/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +2 -2
- package/dist/serialization/types/ClickConfig.d.ts +2 -0
- package/dist/serialization/types/ClickConfig.js +2 -0
- package/dist/serialization/types/MicroInteractionConfigWithExperimental.d.ts +17 -0
- package/dist/serialization/types/MicroInteractionConfigWithExperimental.js +38 -0
- package/dist/serialization/types/MicroInteractionExperimentalConfig.d.ts +12 -0
- package/dist/serialization/types/MicroInteractionExperimentalConfig.js +33 -0
- package/dist/serialization/types/PaginatedExtractionConfig.d.ts +2 -0
- package/dist/serialization/types/PaginatedExtractionConfig.js +2 -0
- package/dist/serialization/types/PaginatedExtractionExperimentalConfig.d.ts +12 -0
- package/dist/serialization/types/PaginatedExtractionExperimentalConfig.js +33 -0
- package/dist/serialization/types/index.d.ts +3 -0
- package/dist/serialization/types/index.js +3 -0
- package/dist/wrapper/AirtopClient.d.ts +0 -1
- package/dist/wrapper/AirtopClient.js +0 -3
- package/package.json +1 -1
- package/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +2 -2
- package/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +2 -2
- package/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +2 -2
- package/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +2 -2
- package/serialization/types/ClickConfig.d.ts +2 -0
- package/serialization/types/ClickConfig.js +2 -0
- package/serialization/types/MicroInteractionConfigWithExperimental.d.ts +17 -0
- package/serialization/types/MicroInteractionConfigWithExperimental.js +38 -0
- package/serialization/types/MicroInteractionExperimentalConfig.d.ts +12 -0
- package/serialization/types/MicroInteractionExperimentalConfig.js +33 -0
- package/serialization/types/PaginatedExtractionConfig.d.ts +2 -0
- package/serialization/types/PaginatedExtractionConfig.js +2 -0
- package/serialization/types/PaginatedExtractionExperimentalConfig.d.ts +12 -0
- package/serialization/types/PaginatedExtractionExperimentalConfig.js +33 -0
- package/serialization/types/index.d.ts +3 -0
- package/serialization/types/index.js +3 -0
- package/wrapper/AirtopClient.d.ts +0 -1
- package/wrapper/AirtopClient.js +0 -3
@@ -67,8 +67,8 @@ class Automations {
|
|
67
67
|
Authorization: yield this._getAuthorizationHeader(),
|
68
68
|
"X-Fern-Language": "JavaScript",
|
69
69
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
70
|
-
"X-Fern-SDK-Version": "0.1.
|
71
|
-
"User-Agent": "@airtop/sdk/0.1.
|
70
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
71
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
72
72
|
"X-Fern-Runtime": core.RUNTIME.type,
|
73
73
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
74
74
|
},
|
@@ -137,8 +137,8 @@ class Automations {
|
|
137
137
|
Authorization: yield this._getAuthorizationHeader(),
|
138
138
|
"X-Fern-Language": "JavaScript",
|
139
139
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
140
|
-
"X-Fern-SDK-Version": "0.1.
|
141
|
-
"User-Agent": "@airtop/sdk/0.1.
|
140
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
141
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
142
142
|
"X-Fern-Runtime": core.RUNTIME.type,
|
143
143
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
144
144
|
},
|
@@ -249,8 +249,8 @@ class Automations {
|
|
249
249
|
Authorization: yield this._getAuthorizationHeader(),
|
250
250
|
"X-Fern-Language": "JavaScript",
|
251
251
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
252
|
-
"X-Fern-SDK-Version": "0.1.
|
253
|
-
"User-Agent": "@airtop/sdk/0.1.
|
252
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
253
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
254
254
|
"X-Fern-Runtime": core.RUNTIME.type,
|
255
255
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
256
256
|
},
|
@@ -358,8 +358,8 @@ class Automations {
|
|
358
358
|
Authorization: yield this._getAuthorizationHeader(),
|
359
359
|
"X-Fern-Language": "JavaScript",
|
360
360
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
361
|
-
"X-Fern-SDK-Version": "0.1.
|
362
|
-
"User-Agent": "@airtop/sdk/0.1.
|
361
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
362
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
363
363
|
"X-Fern-Runtime": core.RUNTIME.type,
|
364
364
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
365
365
|
},
|
@@ -72,8 +72,8 @@ class ExtensionConfigurations {
|
|
72
72
|
Authorization: yield this._getAuthorizationHeader(),
|
73
73
|
"X-Fern-Language": "JavaScript",
|
74
74
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
75
|
-
"X-Fern-SDK-Version": "0.1.
|
76
|
-
"User-Agent": "@airtop/sdk/0.1.
|
75
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
76
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
77
77
|
"X-Fern-Runtime": core.RUNTIME.type,
|
78
78
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
79
79
|
},
|
@@ -84,8 +84,8 @@ class Profiles {
|
|
84
84
|
Authorization: yield this._getAuthorizationHeader(),
|
85
85
|
"X-Fern-Language": "JavaScript",
|
86
86
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
87
|
-
"X-Fern-SDK-Version": "0.1.
|
88
|
-
"User-Agent": "@airtop/sdk/0.1.
|
87
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
88
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
89
89
|
"X-Fern-Runtime": core.RUNTIME.type,
|
90
90
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
91
91
|
},
|
@@ -65,8 +65,8 @@ class Requests {
|
|
65
65
|
Authorization: yield this._getAuthorizationHeader(),
|
66
66
|
"X-Fern-Language": "JavaScript",
|
67
67
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
68
|
-
"X-Fern-SDK-Version": "0.1.
|
69
|
-
"User-Agent": "@airtop/sdk/0.1.
|
68
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
69
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
70
70
|
"X-Fern-Runtime": core.RUNTIME.type,
|
71
71
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
72
72
|
},
|
@@ -94,8 +94,8 @@ class Sessions {
|
|
94
94
|
Authorization: yield this._getAuthorizationHeader(),
|
95
95
|
"X-Fern-Language": "JavaScript",
|
96
96
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
97
|
-
"X-Fern-SDK-Version": "0.1.
|
98
|
-
"User-Agent": "@airtop/sdk/0.1.
|
97
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
98
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
99
99
|
"X-Fern-Runtime": core.RUNTIME.type,
|
100
100
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
101
101
|
},
|
@@ -180,8 +180,8 @@ class Sessions {
|
|
180
180
|
Authorization: yield this._getAuthorizationHeader(),
|
181
181
|
"X-Fern-Language": "JavaScript",
|
182
182
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
183
|
-
"X-Fern-SDK-Version": "0.1.
|
184
|
-
"User-Agent": "@airtop/sdk/0.1.
|
183
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
184
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
185
185
|
"X-Fern-Runtime": core.RUNTIME.type,
|
186
186
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
187
187
|
},
|
@@ -245,8 +245,8 @@ class Sessions {
|
|
245
245
|
Authorization: yield this._getAuthorizationHeader(),
|
246
246
|
"X-Fern-Language": "JavaScript",
|
247
247
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
248
|
-
"X-Fern-SDK-Version": "0.1.
|
249
|
-
"User-Agent": "@airtop/sdk/0.1.
|
248
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
249
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
250
250
|
"X-Fern-Runtime": core.RUNTIME.type,
|
251
251
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
252
252
|
},
|
@@ -332,8 +332,8 @@ class Sessions {
|
|
332
332
|
Authorization: yield this._getAuthorizationHeader(),
|
333
333
|
"X-Fern-Language": "JavaScript",
|
334
334
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
335
|
-
"X-Fern-SDK-Version": "0.1.
|
336
|
-
"User-Agent": "@airtop/sdk/0.1.
|
335
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
336
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
337
337
|
"X-Fern-Runtime": core.RUNTIME.type,
|
338
338
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
339
339
|
},
|
@@ -388,8 +388,8 @@ class Sessions {
|
|
388
388
|
Authorization: yield this._getAuthorizationHeader(),
|
389
389
|
"X-Fern-Language": "JavaScript",
|
390
390
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
391
|
-
"X-Fern-SDK-Version": "0.1.
|
392
|
-
"User-Agent": "@airtop/sdk/0.1.
|
391
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
392
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
393
393
|
"X-Fern-Runtime": core.RUNTIME.type,
|
394
394
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
395
395
|
},
|
@@ -539,8 +539,8 @@ class Sessions {
|
|
539
539
|
Authorization: yield this._getAuthorizationHeader(),
|
540
540
|
"X-Fern-Language": "JavaScript",
|
541
541
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
542
|
-
"X-Fern-SDK-Version": "0.1.
|
543
|
-
"User-Agent": "@airtop/sdk/0.1.
|
542
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
543
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
544
544
|
"X-Fern-Runtime": core.RUNTIME.type,
|
545
545
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
546
546
|
},
|
@@ -71,8 +71,8 @@ class Windows {
|
|
71
71
|
Authorization: yield this._getAuthorizationHeader(),
|
72
72
|
"X-Fern-Language": "JavaScript",
|
73
73
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
74
|
-
"X-Fern-SDK-Version": "0.1.
|
75
|
-
"User-Agent": "@airtop/sdk/0.1.
|
74
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
75
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
76
76
|
"X-Fern-Runtime": core.RUNTIME.type,
|
77
77
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
78
78
|
},
|
@@ -134,8 +134,8 @@ class Windows {
|
|
134
134
|
Authorization: yield this._getAuthorizationHeader(),
|
135
135
|
"X-Fern-Language": "JavaScript",
|
136
136
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
137
|
-
"X-Fern-SDK-Version": "0.1.
|
138
|
-
"User-Agent": "@airtop/sdk/0.1.
|
137
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
138
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
139
139
|
"X-Fern-Runtime": core.RUNTIME.type,
|
140
140
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
141
141
|
},
|
@@ -199,8 +199,8 @@ class Windows {
|
|
199
199
|
Authorization: yield this._getAuthorizationHeader(),
|
200
200
|
"X-Fern-Language": "JavaScript",
|
201
201
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
202
|
-
"X-Fern-SDK-Version": "0.1.
|
203
|
-
"User-Agent": "@airtop/sdk/0.1.
|
202
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
203
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
204
204
|
"X-Fern-Runtime": core.RUNTIME.type,
|
205
205
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
206
206
|
},
|
@@ -262,8 +262,8 @@ class Windows {
|
|
262
262
|
Authorization: yield this._getAuthorizationHeader(),
|
263
263
|
"X-Fern-Language": "JavaScript",
|
264
264
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
265
|
-
"X-Fern-SDK-Version": "0.1.
|
266
|
-
"User-Agent": "@airtop/sdk/0.1.
|
265
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
266
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
267
267
|
"X-Fern-Runtime": core.RUNTIME.type,
|
268
268
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
269
269
|
},
|
@@ -325,8 +325,8 @@ class Windows {
|
|
325
325
|
Authorization: yield this._getAuthorizationHeader(),
|
326
326
|
"X-Fern-Language": "JavaScript",
|
327
327
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
328
|
-
"X-Fern-SDK-Version": "0.1.
|
329
|
-
"User-Agent": "@airtop/sdk/0.1.
|
328
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
329
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
330
330
|
"X-Fern-Runtime": core.RUNTIME.type,
|
331
331
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
332
332
|
},
|
@@ -388,8 +388,8 @@ class Windows {
|
|
388
388
|
Authorization: yield this._getAuthorizationHeader(),
|
389
389
|
"X-Fern-Language": "JavaScript",
|
390
390
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
391
|
-
"X-Fern-SDK-Version": "0.1.
|
392
|
-
"User-Agent": "@airtop/sdk/0.1.
|
391
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
392
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
393
393
|
"X-Fern-Runtime": core.RUNTIME.type,
|
394
394
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
395
395
|
},
|
@@ -451,8 +451,8 @@ class Windows {
|
|
451
451
|
Authorization: yield this._getAuthorizationHeader(),
|
452
452
|
"X-Fern-Language": "JavaScript",
|
453
453
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
454
|
-
"X-Fern-SDK-Version": "0.1.
|
455
|
-
"User-Agent": "@airtop/sdk/0.1.
|
454
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
455
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
456
456
|
"X-Fern-Runtime": core.RUNTIME.type,
|
457
457
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
458
458
|
},
|
@@ -516,8 +516,8 @@ class Windows {
|
|
516
516
|
Authorization: yield this._getAuthorizationHeader(),
|
517
517
|
"X-Fern-Language": "JavaScript",
|
518
518
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
519
|
-
"X-Fern-SDK-Version": "0.1.
|
520
|
-
"User-Agent": "@airtop/sdk/0.1.
|
519
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
520
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
521
521
|
"X-Fern-Runtime": core.RUNTIME.type,
|
522
522
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
523
523
|
},
|
@@ -579,8 +579,8 @@ class Windows {
|
|
579
579
|
Authorization: yield this._getAuthorizationHeader(),
|
580
580
|
"X-Fern-Language": "JavaScript",
|
581
581
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
582
|
-
"X-Fern-SDK-Version": "0.1.
|
583
|
-
"User-Agent": "@airtop/sdk/0.1.
|
582
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
583
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
584
584
|
"X-Fern-Runtime": core.RUNTIME.type,
|
585
585
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
586
586
|
},
|
@@ -642,8 +642,8 @@ class Windows {
|
|
642
642
|
Authorization: yield this._getAuthorizationHeader(),
|
643
643
|
"X-Fern-Language": "JavaScript",
|
644
644
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
645
|
-
"X-Fern-SDK-Version": "0.1.
|
646
|
-
"User-Agent": "@airtop/sdk/0.1.
|
645
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
646
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
647
647
|
"X-Fern-Runtime": core.RUNTIME.type,
|
648
648
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
649
649
|
},
|
@@ -705,8 +705,8 @@ class Windows {
|
|
705
705
|
Authorization: yield this._getAuthorizationHeader(),
|
706
706
|
"X-Fern-Language": "JavaScript",
|
707
707
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
708
|
-
"X-Fern-SDK-Version": "0.1.
|
709
|
-
"User-Agent": "@airtop/sdk/0.1.
|
708
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
709
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
710
710
|
"X-Fern-Runtime": core.RUNTIME.type,
|
711
711
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
712
712
|
},
|
@@ -767,8 +767,8 @@ class Windows {
|
|
767
767
|
Authorization: yield this._getAuthorizationHeader(),
|
768
768
|
"X-Fern-Language": "JavaScript",
|
769
769
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
770
|
-
"X-Fern-SDK-Version": "0.1.
|
771
|
-
"User-Agent": "@airtop/sdk/0.1.
|
770
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
771
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
772
772
|
"X-Fern-Runtime": core.RUNTIME.type,
|
773
773
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
774
774
|
},
|
@@ -843,8 +843,8 @@ class Windows {
|
|
843
843
|
Authorization: yield this._getAuthorizationHeader(),
|
844
844
|
"X-Fern-Language": "JavaScript",
|
845
845
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
846
|
-
"X-Fern-SDK-Version": "0.1.
|
847
|
-
"User-Agent": "@airtop/sdk/0.1.
|
846
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
847
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
848
848
|
"X-Fern-Runtime": core.RUNTIME.type,
|
849
849
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
850
850
|
},
|
@@ -908,8 +908,8 @@ class Windows {
|
|
908
908
|
Authorization: yield this._getAuthorizationHeader(),
|
909
909
|
"X-Fern-Language": "JavaScript",
|
910
910
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
911
|
-
"X-Fern-SDK-Version": "0.1.
|
912
|
-
"User-Agent": "@airtop/sdk/0.1.
|
911
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
912
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
913
913
|
"X-Fern-Runtime": core.RUNTIME.type,
|
914
914
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
915
915
|
},
|
@@ -970,8 +970,8 @@ class Windows {
|
|
970
970
|
Authorization: yield this._getAuthorizationHeader(),
|
971
971
|
"X-Fern-Language": "JavaScript",
|
972
972
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
973
|
-
"X-Fern-SDK-Version": "0.1.
|
974
|
-
"User-Agent": "@airtop/sdk/0.1.
|
973
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
974
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
975
975
|
"X-Fern-Runtime": core.RUNTIME.type,
|
976
976
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
977
977
|
},
|
@@ -1034,8 +1034,8 @@ class Windows {
|
|
1034
1034
|
Authorization: yield this._getAuthorizationHeader(),
|
1035
1035
|
"X-Fern-Language": "JavaScript",
|
1036
1036
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
1037
|
-
"X-Fern-SDK-Version": "0.1.
|
1038
|
-
"User-Agent": "@airtop/sdk/0.1.
|
1037
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
1038
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
1039
1039
|
"X-Fern-Runtime": core.RUNTIME.type,
|
1040
1040
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
1041
1041
|
},
|
@@ -1099,8 +1099,8 @@ class Windows {
|
|
1099
1099
|
Authorization: yield this._getAuthorizationHeader(),
|
1100
1100
|
"X-Fern-Language": "JavaScript",
|
1101
1101
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
1102
|
-
"X-Fern-SDK-Version": "0.1.
|
1103
|
-
"User-Agent": "@airtop/sdk/0.1.
|
1102
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
1103
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
1104
1104
|
"X-Fern-Runtime": core.RUNTIME.type,
|
1105
1105
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
1106
1106
|
},
|
@@ -1162,8 +1162,8 @@ class Windows {
|
|
1162
1162
|
Authorization: yield this._getAuthorizationHeader(),
|
1163
1163
|
"X-Fern-Language": "JavaScript",
|
1164
1164
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
1165
|
-
"X-Fern-SDK-Version": "0.1.
|
1166
|
-
"User-Agent": "@airtop/sdk/0.1.
|
1165
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
1166
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
1167
1167
|
"X-Fern-Runtime": core.RUNTIME.type,
|
1168
1168
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
1169
1169
|
},
|
@@ -1229,8 +1229,8 @@ class Windows {
|
|
1229
1229
|
Authorization: yield this._getAuthorizationHeader(),
|
1230
1230
|
"X-Fern-Language": "JavaScript",
|
1231
1231
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
1232
|
-
"X-Fern-SDK-Version": "0.1.
|
1233
|
-
"User-Agent": "@airtop/sdk/0.1.
|
1232
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
1233
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
1234
1234
|
"X-Fern-Runtime": core.RUNTIME.type,
|
1235
1235
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
1236
1236
|
},
|
@@ -1296,8 +1296,8 @@ class Windows {
|
|
1296
1296
|
Authorization: yield this._getAuthorizationHeader(),
|
1297
1297
|
"X-Fern-Language": "JavaScript",
|
1298
1298
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
1299
|
-
"X-Fern-SDK-Version": "0.1.
|
1300
|
-
"User-Agent": "@airtop/sdk/0.1.
|
1299
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
1300
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
1301
1301
|
"X-Fern-Runtime": core.RUNTIME.type,
|
1302
1302
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
1303
1303
|
},
|
@@ -1363,8 +1363,8 @@ class Windows {
|
|
1363
1363
|
Authorization: yield this._getAuthorizationHeader(),
|
1364
1364
|
"X-Fern-Language": "JavaScript",
|
1365
1365
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
1366
|
-
"X-Fern-SDK-Version": "0.1.
|
1367
|
-
"User-Agent": "@airtop/sdk/0.1.
|
1366
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
1367
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
1368
1368
|
"X-Fern-Runtime": core.RUNTIME.type,
|
1369
1369
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
1370
1370
|
},
|
@@ -1428,8 +1428,8 @@ class Windows {
|
|
1428
1428
|
Authorization: yield this._getAuthorizationHeader(),
|
1429
1429
|
"X-Fern-Language": "JavaScript",
|
1430
1430
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
1431
|
-
"X-Fern-SDK-Version": "0.1.
|
1432
|
-
"User-Agent": "@airtop/sdk/0.1.
|
1431
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
1432
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
1433
1433
|
"X-Fern-Runtime": core.RUNTIME.type,
|
1434
1434
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
1435
1435
|
},
|
@@ -1491,8 +1491,8 @@ class Windows {
|
|
1491
1491
|
Authorization: yield this._getAuthorizationHeader(),
|
1492
1492
|
"X-Fern-Language": "JavaScript",
|
1493
1493
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
1494
|
-
"X-Fern-SDK-Version": "0.1.
|
1495
|
-
"User-Agent": "@airtop/sdk/0.1.
|
1494
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
1495
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
1496
1496
|
"X-Fern-Runtime": core.RUNTIME.type,
|
1497
1497
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
1498
1498
|
},
|
@@ -1556,8 +1556,8 @@ class Windows {
|
|
1556
1556
|
Authorization: yield this._getAuthorizationHeader(),
|
1557
1557
|
"X-Fern-Language": "JavaScript",
|
1558
1558
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
1559
|
-
"X-Fern-SDK-Version": "0.1.
|
1560
|
-
"User-Agent": "@airtop/sdk/0.1.
|
1559
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
1560
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
1561
1561
|
"X-Fern-Runtime": core.RUNTIME.type,
|
1562
1562
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
1563
1563
|
},
|
@@ -1619,8 +1619,8 @@ class Windows {
|
|
1619
1619
|
Authorization: yield this._getAuthorizationHeader(),
|
1620
1620
|
"X-Fern-Language": "JavaScript",
|
1621
1621
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
1622
|
-
"X-Fern-SDK-Version": "0.1.
|
1623
|
-
"User-Agent": "@airtop/sdk/0.1.
|
1622
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
1623
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
1624
1624
|
"X-Fern-Runtime": core.RUNTIME.type,
|
1625
1625
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
1626
1626
|
},
|
@@ -1686,8 +1686,8 @@ class Windows {
|
|
1686
1686
|
Authorization: yield this._getAuthorizationHeader(),
|
1687
1687
|
"X-Fern-Language": "JavaScript",
|
1688
1688
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
1689
|
-
"X-Fern-SDK-Version": "0.1.
|
1690
|
-
"User-Agent": "@airtop/sdk/0.1.
|
1689
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
1690
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
1691
1691
|
"X-Fern-Runtime": core.RUNTIME.type,
|
1692
1692
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
1693
1693
|
},
|
@@ -11,7 +11,7 @@ import * as Airtop from "../../../../index";
|
|
11
11
|
export interface SessionHoverHandlerRequestBody {
|
12
12
|
clientRequestId?: string;
|
13
13
|
/** Request configuration */
|
14
|
-
configuration?: Airtop.
|
14
|
+
configuration?: Airtop.MicroInteractionConfigWithExperimental;
|
15
15
|
/** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
|
16
16
|
costThresholdCredits?: number;
|
17
17
|
/** A natural language description of where to hover (e.g. 'the search box', 'username field'). The interaction will be aborted if the target element cannot be found. */
|
@@ -13,7 +13,7 @@ export interface SessionTypeHandlerRequestBody {
|
|
13
13
|
clearInputField?: boolean;
|
14
14
|
clientRequestId?: string;
|
15
15
|
/** Request configuration */
|
16
|
-
configuration?: Airtop.
|
16
|
+
configuration?: Airtop.MicroInteractionConfigWithExperimental;
|
17
17
|
/** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
|
18
18
|
costThresholdCredits?: number;
|
19
19
|
/** A natural language description of where to type (e.g. 'the search box', 'username field'). The interaction will be aborted if the target element cannot be found. */
|
@@ -5,6 +5,8 @@ import * as Airtop from "../index";
|
|
5
5
|
export interface ClickConfig {
|
6
6
|
/** The type of click to perform. Defaults to left click. */
|
7
7
|
clickType?: Airtop.ClickConfigClickType;
|
8
|
+
/** Experimental configuration options. These may be subject to change and are not guaranteed to be stable across versions. */
|
9
|
+
experimental?: Airtop.MicroInteractionExperimentalConfig;
|
8
10
|
/** Optional configuration for visual analysis when locating specified content. */
|
9
11
|
visualAnalysis?: Airtop.VisualAnalysisConfig;
|
10
12
|
/** Optional configuration for waiting for navigation to complete after clicking the element. */
|
@@ -2,8 +2,8 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
export interface IntervalMonitorConfig {
|
5
|
-
/** The interval in seconds between condition checks. */
|
5
|
+
/** The interval in seconds between condition checks. Defaults to 5 seconds. */
|
6
6
|
intervalSeconds?: number;
|
7
|
-
/** The timeout in seconds after which the monitor will stop checking the condition. */
|
7
|
+
/** The timeout in seconds after which the monitor will stop checking the condition. Defaults to 30 seconds. */
|
8
8
|
timeoutSeconds?: number;
|
9
9
|
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Airtop from "../index";
|
5
|
+
export interface MicroInteractionConfigWithExperimental {
|
6
|
+
/** Experimental configuration options. These may be subject to change and are not guaranteed to be stable across versions. */
|
7
|
+
experimental?: Airtop.MicroInteractionExperimentalConfig;
|
8
|
+
/** Optional configuration for visual analysis when locating specified content. */
|
9
|
+
visualAnalysis?: Airtop.VisualAnalysisConfig;
|
10
|
+
/** Optional configuration for waiting for navigation to complete after clicking the element. */
|
11
|
+
waitForNavigationConfig?: Airtop.BrowserWaitNavigationConfig;
|
12
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export interface MicroInteractionExperimentalConfig {
|
5
|
+
/** A natural language description of the scrollable area on the web page. This identifies the container or region that should be scrolled. If missing, the entire page will be scrolled. You can also describe a visible reference point inside the container. Note: This is different from elementDescription, which specifies the target element to interact with. The target may be located inside the scrollable area defined by scrollWithin. */
|
6
|
+
scrollWithin?: string;
|
7
|
+
}
|
@@ -3,6 +3,8 @@
|
|
3
3
|
*/
|
4
4
|
import * as Airtop from "../index";
|
5
5
|
export interface PaginatedExtractionConfig {
|
6
|
+
/** Experimental configuration options. These may be subject to change and are not guaranteed to be stable across versions. */
|
7
|
+
experimental?: Airtop.PaginatedExtractionExperimentalConfig;
|
6
8
|
/** The mode to use for interaction. If set to 'auto', Airtop AI will automatically choose the most cost-effective interaction mode. If set to 'accurate', the request might be slower, but more likely to be accurate. Whereas, 'cost-efficient' will be cheaper and speed things up, but may reduce accuracy. */
|
7
9
|
interactionMode?: string;
|
8
10
|
/** JSON schema defining the structure of the output. If not provided, the format of the output might vary. */
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export interface PaginatedExtractionExperimentalConfig {
|
5
|
+
/** A natural language description of the scrollable area on the web page. This identifies the container or region that should be scrolled to access pagination controls. If missing, the entire page will be scrolled. You can also describe a visible reference point inside the container. */
|
6
|
+
scrollWithin?: string;
|
7
|
+
}
|
package/api/types/index.d.ts
CHANGED
@@ -25,6 +25,8 @@ export * from "./IntervalMonitorConfig";
|
|
25
25
|
export * from "./Issue";
|
26
26
|
export * from "./ListAutomationsOutput";
|
27
27
|
export * from "./MicroInteractionConfig";
|
28
|
+
export * from "./MicroInteractionConfigWithExperimental";
|
29
|
+
export * from "./MicroInteractionExperimentalConfig";
|
28
30
|
export * from "./MonitorConfigIncludeVisualAnalysis";
|
29
31
|
export * from "./MonitorConfig";
|
30
32
|
export * from "./OperationOutcome";
|
@@ -32,6 +34,7 @@ export * from "./OperationOutcomeResponse";
|
|
32
34
|
export * from "./PageQueryConfig";
|
33
35
|
export * from "./PageQueryExperimentalConfig";
|
34
36
|
export * from "./PaginatedExtractionConfig";
|
37
|
+
export * from "./PaginatedExtractionExperimentalConfig";
|
35
38
|
export * from "./Pagination";
|
36
39
|
export * from "./RequestStatusResponse";
|
37
40
|
export * from "./ScrapeConfig";
|
package/api/types/index.js
CHANGED
@@ -41,6 +41,8 @@ __exportStar(require("./IntervalMonitorConfig"), exports);
|
|
41
41
|
__exportStar(require("./Issue"), exports);
|
42
42
|
__exportStar(require("./ListAutomationsOutput"), exports);
|
43
43
|
__exportStar(require("./MicroInteractionConfig"), exports);
|
44
|
+
__exportStar(require("./MicroInteractionConfigWithExperimental"), exports);
|
45
|
+
__exportStar(require("./MicroInteractionExperimentalConfig"), exports);
|
44
46
|
__exportStar(require("./MonitorConfigIncludeVisualAnalysis"), exports);
|
45
47
|
__exportStar(require("./MonitorConfig"), exports);
|
46
48
|
__exportStar(require("./OperationOutcome"), exports);
|
@@ -48,6 +50,7 @@ __exportStar(require("./OperationOutcomeResponse"), exports);
|
|
48
50
|
__exportStar(require("./PageQueryConfig"), exports);
|
49
51
|
__exportStar(require("./PageQueryExperimentalConfig"), exports);
|
50
52
|
__exportStar(require("./PaginatedExtractionConfig"), exports);
|
53
|
+
__exportStar(require("./PaginatedExtractionExperimentalConfig"), exports);
|
51
54
|
__exportStar(require("./Pagination"), exports);
|
52
55
|
__exportStar(require("./RequestStatusResponse"), exports);
|
53
56
|
__exportStar(require("./ScrapeConfig"), exports);
|
@@ -67,8 +67,8 @@ class Automations {
|
|
67
67
|
Authorization: yield this._getAuthorizationHeader(),
|
68
68
|
"X-Fern-Language": "JavaScript",
|
69
69
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
70
|
-
"X-Fern-SDK-Version": "0.1.
|
71
|
-
"User-Agent": "@airtop/sdk/0.1.
|
70
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
71
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
72
72
|
"X-Fern-Runtime": core.RUNTIME.type,
|
73
73
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
74
74
|
},
|
@@ -137,8 +137,8 @@ class Automations {
|
|
137
137
|
Authorization: yield this._getAuthorizationHeader(),
|
138
138
|
"X-Fern-Language": "JavaScript",
|
139
139
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
140
|
-
"X-Fern-SDK-Version": "0.1.
|
141
|
-
"User-Agent": "@airtop/sdk/0.1.
|
140
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
141
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
142
142
|
"X-Fern-Runtime": core.RUNTIME.type,
|
143
143
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
144
144
|
},
|
@@ -249,8 +249,8 @@ class Automations {
|
|
249
249
|
Authorization: yield this._getAuthorizationHeader(),
|
250
250
|
"X-Fern-Language": "JavaScript",
|
251
251
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
252
|
-
"X-Fern-SDK-Version": "0.1.
|
253
|
-
"User-Agent": "@airtop/sdk/0.1.
|
252
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
253
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
254
254
|
"X-Fern-Runtime": core.RUNTIME.type,
|
255
255
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
256
256
|
},
|
@@ -358,8 +358,8 @@ class Automations {
|
|
358
358
|
Authorization: yield this._getAuthorizationHeader(),
|
359
359
|
"X-Fern-Language": "JavaScript",
|
360
360
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
361
|
-
"X-Fern-SDK-Version": "0.1.
|
362
|
-
"User-Agent": "@airtop/sdk/0.1.
|
361
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
362
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
363
363
|
"X-Fern-Runtime": core.RUNTIME.type,
|
364
364
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
365
365
|
},
|
@@ -72,8 +72,8 @@ class ExtensionConfigurations {
|
|
72
72
|
Authorization: yield this._getAuthorizationHeader(),
|
73
73
|
"X-Fern-Language": "JavaScript",
|
74
74
|
"X-Fern-SDK-Name": "@airtop/sdk",
|
75
|
-
"X-Fern-SDK-Version": "0.1.
|
76
|
-
"User-Agent": "@airtop/sdk/0.1.
|
75
|
+
"X-Fern-SDK-Version": "0.1.34-beta0",
|
76
|
+
"User-Agent": "@airtop/sdk/0.1.34-beta0",
|
77
77
|
"X-Fern-Runtime": core.RUNTIME.type,
|
78
78
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
79
79
|
},
|