@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
@@ -0,0 +1,17 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Airtop from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { MicroInteractionExperimentalConfig } from "./MicroInteractionExperimentalConfig";
|
8
|
+
import { VisualAnalysisConfig } from "./VisualAnalysisConfig";
|
9
|
+
import { BrowserWaitNavigationConfig } from "./BrowserWaitNavigationConfig";
|
10
|
+
export declare const MicroInteractionConfigWithExperimental: core.serialization.ObjectSchema<serializers.MicroInteractionConfigWithExperimental.Raw, Airtop.MicroInteractionConfigWithExperimental>;
|
11
|
+
export declare namespace MicroInteractionConfigWithExperimental {
|
12
|
+
interface Raw {
|
13
|
+
experimental?: MicroInteractionExperimentalConfig.Raw | null;
|
14
|
+
visualAnalysis?: VisualAnalysisConfig.Raw | null;
|
15
|
+
waitForNavigationConfig?: BrowserWaitNavigationConfig.Raw | null;
|
16
|
+
}
|
17
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.MicroInteractionConfigWithExperimental = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const MicroInteractionExperimentalConfig_1 = require("./MicroInteractionExperimentalConfig");
|
32
|
+
const VisualAnalysisConfig_1 = require("./VisualAnalysisConfig");
|
33
|
+
const BrowserWaitNavigationConfig_1 = require("./BrowserWaitNavigationConfig");
|
34
|
+
exports.MicroInteractionConfigWithExperimental = core.serialization.object({
|
35
|
+
experimental: MicroInteractionExperimentalConfig_1.MicroInteractionExperimentalConfig.optional(),
|
36
|
+
visualAnalysis: VisualAnalysisConfig_1.VisualAnalysisConfig.optional(),
|
37
|
+
waitForNavigationConfig: BrowserWaitNavigationConfig_1.BrowserWaitNavigationConfig.optional(),
|
38
|
+
});
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Airtop from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const MicroInteractionExperimentalConfig: core.serialization.ObjectSchema<serializers.MicroInteractionExperimentalConfig.Raw, Airtop.MicroInteractionExperimentalConfig>;
|
8
|
+
export declare namespace MicroInteractionExperimentalConfig {
|
9
|
+
interface Raw {
|
10
|
+
scrollWithin?: string | null;
|
11
|
+
}
|
12
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.MicroInteractionExperimentalConfig = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.MicroInteractionExperimentalConfig = core.serialization.object({
|
32
|
+
scrollWithin: core.serialization.string().optional(),
|
33
|
+
});
|
@@ -4,10 +4,12 @@
|
|
4
4
|
import * as serializers from "../index";
|
5
5
|
import * as Airtop from "../../api/index";
|
6
6
|
import * as core from "../../core";
|
7
|
+
import { PaginatedExtractionExperimentalConfig } from "./PaginatedExtractionExperimentalConfig";
|
7
8
|
import { ScrapeConfig } from "./ScrapeConfig";
|
8
9
|
export declare const PaginatedExtractionConfig: core.serialization.ObjectSchema<serializers.PaginatedExtractionConfig.Raw, Airtop.PaginatedExtractionConfig>;
|
9
10
|
export declare namespace PaginatedExtractionConfig {
|
10
11
|
interface Raw {
|
12
|
+
experimental?: PaginatedExtractionExperimentalConfig.Raw | null;
|
11
13
|
interactionMode?: string | null;
|
12
14
|
outputSchema?: string | null;
|
13
15
|
paginationMode?: string | null;
|
@@ -28,8 +28,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
exports.PaginatedExtractionConfig = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
|
+
const PaginatedExtractionExperimentalConfig_1 = require("./PaginatedExtractionExperimentalConfig");
|
31
32
|
const ScrapeConfig_1 = require("./ScrapeConfig");
|
32
33
|
exports.PaginatedExtractionConfig = core.serialization.object({
|
34
|
+
experimental: PaginatedExtractionExperimentalConfig_1.PaginatedExtractionExperimentalConfig.optional(),
|
33
35
|
interactionMode: core.serialization.string().optional(),
|
34
36
|
outputSchema: core.serialization.string().optional(),
|
35
37
|
paginationMode: core.serialization.string().optional(),
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Airtop from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const PaginatedExtractionExperimentalConfig: core.serialization.ObjectSchema<serializers.PaginatedExtractionExperimentalConfig.Raw, Airtop.PaginatedExtractionExperimentalConfig>;
|
8
|
+
export declare namespace PaginatedExtractionExperimentalConfig {
|
9
|
+
interface Raw {
|
10
|
+
scrollWithin?: string | null;
|
11
|
+
}
|
12
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.PaginatedExtractionExperimentalConfig = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.PaginatedExtractionExperimentalConfig = core.serialization.object({
|
32
|
+
scrollWithin: core.serialization.string().optional(),
|
33
|
+
});
|
@@ -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";
|
@@ -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);
|
@@ -20,7 +20,6 @@ export declare class AirtopClient {
|
|
20
20
|
get windows(): AirtopWindows;
|
21
21
|
get requests(): AirtopRequests;
|
22
22
|
get profiles(): import("../api/resources/profiles/client/Client").Profiles;
|
23
|
-
get extensionConfigurations(): import("../api/resources/extensionConfigurations/client/Client").ExtensionConfigurations;
|
24
23
|
log(message: string): void;
|
25
24
|
warn(message: string): void;
|
26
25
|
error(err: any): void;
|
package/package.json
CHANGED
@@ -4,12 +4,12 @@
|
|
4
4
|
import * as serializers from "../../../../index";
|
5
5
|
import * as Airtop from "../../../../../api/index";
|
6
6
|
import * as core from "../../../../../core";
|
7
|
-
import {
|
7
|
+
import { MicroInteractionConfigWithExperimental } from "../../../../types/MicroInteractionConfigWithExperimental";
|
8
8
|
export declare const SessionHoverHandlerRequestBody: core.serialization.Schema<serializers.SessionHoverHandlerRequestBody.Raw, Airtop.SessionHoverHandlerRequestBody>;
|
9
9
|
export declare namespace SessionHoverHandlerRequestBody {
|
10
10
|
interface Raw {
|
11
11
|
clientRequestId?: string | null;
|
12
|
-
configuration?:
|
12
|
+
configuration?: MicroInteractionConfigWithExperimental.Raw | null;
|
13
13
|
costThresholdCredits?: number | null;
|
14
14
|
elementDescription: string;
|
15
15
|
timeThresholdSeconds?: number | null;
|
@@ -28,10 +28,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
exports.SessionHoverHandlerRequestBody = void 0;
|
30
30
|
const core = __importStar(require("../../../../../core"));
|
31
|
-
const
|
31
|
+
const MicroInteractionConfigWithExperimental_1 = require("../../../../types/MicroInteractionConfigWithExperimental");
|
32
32
|
exports.SessionHoverHandlerRequestBody = core.serialization.object({
|
33
33
|
clientRequestId: core.serialization.string().optional(),
|
34
|
-
configuration:
|
34
|
+
configuration: MicroInteractionConfigWithExperimental_1.MicroInteractionConfigWithExperimental.optional(),
|
35
35
|
costThresholdCredits: core.serialization.number().optional(),
|
36
36
|
elementDescription: core.serialization.string(),
|
37
37
|
timeThresholdSeconds: core.serialization.number().optional(),
|
@@ -4,13 +4,13 @@
|
|
4
4
|
import * as serializers from "../../../../index";
|
5
5
|
import * as Airtop from "../../../../../api/index";
|
6
6
|
import * as core from "../../../../../core";
|
7
|
-
import {
|
7
|
+
import { MicroInteractionConfigWithExperimental } from "../../../../types/MicroInteractionConfigWithExperimental";
|
8
8
|
export declare const SessionTypeHandlerRequestBody: core.serialization.Schema<serializers.SessionTypeHandlerRequestBody.Raw, Airtop.SessionTypeHandlerRequestBody>;
|
9
9
|
export declare namespace SessionTypeHandlerRequestBody {
|
10
10
|
interface Raw {
|
11
11
|
clearInputField?: boolean | null;
|
12
12
|
clientRequestId?: string | null;
|
13
|
-
configuration?:
|
13
|
+
configuration?: MicroInteractionConfigWithExperimental.Raw | null;
|
14
14
|
costThresholdCredits?: number | null;
|
15
15
|
elementDescription?: string | null;
|
16
16
|
pressEnterKey?: boolean | null;
|
@@ -28,11 +28,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
exports.SessionTypeHandlerRequestBody = void 0;
|
30
30
|
const core = __importStar(require("../../../../../core"));
|
31
|
-
const
|
31
|
+
const MicroInteractionConfigWithExperimental_1 = require("../../../../types/MicroInteractionConfigWithExperimental");
|
32
32
|
exports.SessionTypeHandlerRequestBody = core.serialization.object({
|
33
33
|
clearInputField: core.serialization.boolean().optional(),
|
34
34
|
clientRequestId: core.serialization.string().optional(),
|
35
|
-
configuration:
|
35
|
+
configuration: MicroInteractionConfigWithExperimental_1.MicroInteractionConfigWithExperimental.optional(),
|
36
36
|
costThresholdCredits: core.serialization.number().optional(),
|
37
37
|
elementDescription: core.serialization.string().optional(),
|
38
38
|
pressEnterKey: core.serialization.boolean().optional(),
|
@@ -5,12 +5,14 @@ import * as serializers from "../index";
|
|
5
5
|
import * as Airtop from "../../api/index";
|
6
6
|
import * as core from "../../core";
|
7
7
|
import { ClickConfigClickType } from "./ClickConfigClickType";
|
8
|
+
import { MicroInteractionExperimentalConfig } from "./MicroInteractionExperimentalConfig";
|
8
9
|
import { VisualAnalysisConfig } from "./VisualAnalysisConfig";
|
9
10
|
import { BrowserWaitNavigationConfig } from "./BrowserWaitNavigationConfig";
|
10
11
|
export declare const ClickConfig: core.serialization.ObjectSchema<serializers.ClickConfig.Raw, Airtop.ClickConfig>;
|
11
12
|
export declare namespace ClickConfig {
|
12
13
|
interface Raw {
|
13
14
|
clickType?: ClickConfigClickType.Raw | null;
|
15
|
+
experimental?: MicroInteractionExperimentalConfig.Raw | null;
|
14
16
|
visualAnalysis?: VisualAnalysisConfig.Raw | null;
|
15
17
|
waitForNavigationConfig?: BrowserWaitNavigationConfig.Raw | null;
|
16
18
|
}
|
@@ -29,10 +29,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ClickConfig = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
const ClickConfigClickType_1 = require("./ClickConfigClickType");
|
32
|
+
const MicroInteractionExperimentalConfig_1 = require("./MicroInteractionExperimentalConfig");
|
32
33
|
const VisualAnalysisConfig_1 = require("./VisualAnalysisConfig");
|
33
34
|
const BrowserWaitNavigationConfig_1 = require("./BrowserWaitNavigationConfig");
|
34
35
|
exports.ClickConfig = core.serialization.object({
|
35
36
|
clickType: ClickConfigClickType_1.ClickConfigClickType.optional(),
|
37
|
+
experimental: MicroInteractionExperimentalConfig_1.MicroInteractionExperimentalConfig.optional(),
|
36
38
|
visualAnalysis: VisualAnalysisConfig_1.VisualAnalysisConfig.optional(),
|
37
39
|
waitForNavigationConfig: BrowserWaitNavigationConfig_1.BrowserWaitNavigationConfig.optional(),
|
38
40
|
});
|
@@ -0,0 +1,17 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Airtop from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { MicroInteractionExperimentalConfig } from "./MicroInteractionExperimentalConfig";
|
8
|
+
import { VisualAnalysisConfig } from "./VisualAnalysisConfig";
|
9
|
+
import { BrowserWaitNavigationConfig } from "./BrowserWaitNavigationConfig";
|
10
|
+
export declare const MicroInteractionConfigWithExperimental: core.serialization.ObjectSchema<serializers.MicroInteractionConfigWithExperimental.Raw, Airtop.MicroInteractionConfigWithExperimental>;
|
11
|
+
export declare namespace MicroInteractionConfigWithExperimental {
|
12
|
+
interface Raw {
|
13
|
+
experimental?: MicroInteractionExperimentalConfig.Raw | null;
|
14
|
+
visualAnalysis?: VisualAnalysisConfig.Raw | null;
|
15
|
+
waitForNavigationConfig?: BrowserWaitNavigationConfig.Raw | null;
|
16
|
+
}
|
17
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.MicroInteractionConfigWithExperimental = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const MicroInteractionExperimentalConfig_1 = require("./MicroInteractionExperimentalConfig");
|
32
|
+
const VisualAnalysisConfig_1 = require("./VisualAnalysisConfig");
|
33
|
+
const BrowserWaitNavigationConfig_1 = require("./BrowserWaitNavigationConfig");
|
34
|
+
exports.MicroInteractionConfigWithExperimental = core.serialization.object({
|
35
|
+
experimental: MicroInteractionExperimentalConfig_1.MicroInteractionExperimentalConfig.optional(),
|
36
|
+
visualAnalysis: VisualAnalysisConfig_1.VisualAnalysisConfig.optional(),
|
37
|
+
waitForNavigationConfig: BrowserWaitNavigationConfig_1.BrowserWaitNavigationConfig.optional(),
|
38
|
+
});
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Airtop from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const MicroInteractionExperimentalConfig: core.serialization.ObjectSchema<serializers.MicroInteractionExperimentalConfig.Raw, Airtop.MicroInteractionExperimentalConfig>;
|
8
|
+
export declare namespace MicroInteractionExperimentalConfig {
|
9
|
+
interface Raw {
|
10
|
+
scrollWithin?: string | null;
|
11
|
+
}
|
12
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.MicroInteractionExperimentalConfig = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.MicroInteractionExperimentalConfig = core.serialization.object({
|
32
|
+
scrollWithin: core.serialization.string().optional(),
|
33
|
+
});
|
@@ -4,10 +4,12 @@
|
|
4
4
|
import * as serializers from "../index";
|
5
5
|
import * as Airtop from "../../api/index";
|
6
6
|
import * as core from "../../core";
|
7
|
+
import { PaginatedExtractionExperimentalConfig } from "./PaginatedExtractionExperimentalConfig";
|
7
8
|
import { ScrapeConfig } from "./ScrapeConfig";
|
8
9
|
export declare const PaginatedExtractionConfig: core.serialization.ObjectSchema<serializers.PaginatedExtractionConfig.Raw, Airtop.PaginatedExtractionConfig>;
|
9
10
|
export declare namespace PaginatedExtractionConfig {
|
10
11
|
interface Raw {
|
12
|
+
experimental?: PaginatedExtractionExperimentalConfig.Raw | null;
|
11
13
|
interactionMode?: string | null;
|
12
14
|
outputSchema?: string | null;
|
13
15
|
paginationMode?: string | null;
|
@@ -28,8 +28,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
exports.PaginatedExtractionConfig = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
|
+
const PaginatedExtractionExperimentalConfig_1 = require("./PaginatedExtractionExperimentalConfig");
|
31
32
|
const ScrapeConfig_1 = require("./ScrapeConfig");
|
32
33
|
exports.PaginatedExtractionConfig = core.serialization.object({
|
34
|
+
experimental: PaginatedExtractionExperimentalConfig_1.PaginatedExtractionExperimentalConfig.optional(),
|
33
35
|
interactionMode: core.serialization.string().optional(),
|
34
36
|
outputSchema: core.serialization.string().optional(),
|
35
37
|
paginationMode: core.serialization.string().optional(),
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Airtop from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const PaginatedExtractionExperimentalConfig: core.serialization.ObjectSchema<serializers.PaginatedExtractionExperimentalConfig.Raw, Airtop.PaginatedExtractionExperimentalConfig>;
|
8
|
+
export declare namespace PaginatedExtractionExperimentalConfig {
|
9
|
+
interface Raw {
|
10
|
+
scrollWithin?: string | null;
|
11
|
+
}
|
12
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
6
|
+
if (k2 === undefined) k2 = k;
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
10
|
+
}
|
11
|
+
Object.defineProperty(o, k2, desc);
|
12
|
+
}) : (function(o, m, k, k2) {
|
13
|
+
if (k2 === undefined) k2 = k;
|
14
|
+
o[k2] = m[k];
|
15
|
+
}));
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
18
|
+
}) : function(o, v) {
|
19
|
+
o["default"] = v;
|
20
|
+
});
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
22
|
+
if (mod && mod.__esModule) return mod;
|
23
|
+
var result = {};
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
25
|
+
__setModuleDefault(result, mod);
|
26
|
+
return result;
|
27
|
+
};
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
+
exports.PaginatedExtractionExperimentalConfig = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.PaginatedExtractionExperimentalConfig = core.serialization.object({
|
32
|
+
scrollWithin: core.serialization.string().optional(),
|
33
|
+
});
|
@@ -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";
|
@@ -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);
|
@@ -20,7 +20,6 @@ export declare class AirtopClient {
|
|
20
20
|
get windows(): AirtopWindows;
|
21
21
|
get requests(): AirtopRequests;
|
22
22
|
get profiles(): import("../api/resources/profiles/client/Client").Profiles;
|
23
|
-
get extensionConfigurations(): import("../api/resources/extensionConfigurations/client/Client").ExtensionConfigurations;
|
24
23
|
log(message: string): void;
|
25
24
|
warn(message: string): void;
|
26
25
|
error(err: any): void;
|
package/wrapper/AirtopClient.js
CHANGED