@airtop/sdk 0.1.31-beta0 → 0.1.31-beta2
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 +14 -14
- package/api/resources/sessions/types/SessionsEventsResponse.d.ts +4 -4
- package/api/resources/sessions/types/index.d.ts +1 -1
- package/api/resources/sessions/types/index.js +1 -1
- package/api/resources/windows/client/Client.d.ts +8 -4
- package/api/resources/windows/client/Client.js +60 -56
- package/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +5 -5
- package/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +5 -5
- package/api/types/IntervalMonitorConfig.d.ts +1 -1
- package/api/types/MonitorConfig.d.ts +1 -5
- package/api/types/index.d.ts +0 -2
- package/api/types/index.js +0 -2
- 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 +14 -14
- package/dist/api/resources/sessions/types/SessionsEventsResponse.d.ts +4 -4
- package/dist/api/resources/sessions/types/index.d.ts +1 -1
- package/dist/api/resources/sessions/types/index.js +1 -1
- package/dist/api/resources/windows/client/Client.d.ts +8 -4
- package/dist/api/resources/windows/client/Client.js +60 -56
- package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +5 -5
- package/dist/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +5 -5
- package/dist/api/types/IntervalMonitorConfig.d.ts +1 -1
- package/dist/api/types/MonitorConfig.d.ts +1 -5
- package/dist/api/types/index.d.ts +0 -2
- package/dist/api/types/index.js +0 -2
- package/dist/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +5 -5
- package/dist/serialization/resources/sessions/types/SessionsEventsResponse.js +2 -2
- package/dist/serialization/resources/sessions/types/index.d.ts +1 -1
- package/dist/serialization/resources/sessions/types/index.js +1 -1
- package/dist/serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts +1 -2
- package/dist/serialization/resources/windows/client/requests/AsyncMonitorRequest.js +1 -2
- package/dist/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +1 -2
- package/dist/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +1 -2
- package/dist/serialization/types/MonitorConfig.d.ts +0 -4
- package/dist/serialization/types/MonitorConfig.js +0 -4
- package/dist/serialization/types/index.d.ts +0 -2
- package/dist/serialization/types/index.js +0 -2
- package/dist/wrapper/AirtopClient.d.ts +3 -0
- package/dist/wrapper/AirtopClient.js +5 -0
- package/dist/wrapper/AirtopRequests.d.ts +18 -0
- package/dist/wrapper/AirtopRequests.js +48 -0
- package/dist/wrapper/AirtopWindows.d.ts +10 -10
- package/dist/wrapper/AirtopWindows.js +17 -17
- package/package.json +3 -2
- package/reference.md +6 -2
- package/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +5 -5
- package/serialization/resources/sessions/types/SessionsEventsResponse.js +2 -2
- package/serialization/resources/sessions/types/index.d.ts +1 -1
- package/serialization/resources/sessions/types/index.js +1 -1
- package/serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts +1 -2
- package/serialization/resources/windows/client/requests/AsyncMonitorRequest.js +1 -2
- package/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +1 -2
- package/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +1 -2
- package/serialization/types/MonitorConfig.d.ts +0 -4
- package/serialization/types/MonitorConfig.js +0 -4
- package/serialization/types/index.d.ts +0 -2
- package/serialization/types/index.js +0 -2
- package/wrapper/AirtopClient.d.ts +3 -0
- package/wrapper/AirtopClient.js +5 -0
- package/wrapper/AirtopRequests.d.ts +18 -0
- package/wrapper/AirtopRequests.js +48 -0
- package/wrapper/AirtopWindows.d.ts +10 -10
- package/wrapper/AirtopWindows.js +17 -17
- package/api/types/BrowserWaitSelectorConfig.d.ts +0 -11
- package/api/types/BrowserWaitSelectorConfig.js +0 -5
- package/api/types/MonitorConfigMonitorType.d.ts +0 -11
- package/api/types/MonitorConfigMonitorType.js +0 -10
- package/dist/api/types/BrowserWaitSelectorConfig.d.ts +0 -11
- package/dist/api/types/BrowserWaitSelectorConfig.js +0 -5
- package/dist/api/types/MonitorConfigMonitorType.d.ts +0 -11
- package/dist/api/types/MonitorConfigMonitorType.js +0 -10
- package/dist/serialization/types/BrowserWaitSelectorConfig.d.ts +0 -14
- package/dist/serialization/types/BrowserWaitSelectorConfig.js +0 -35
- package/dist/serialization/types/MonitorConfigMonitorType.d.ts +0 -10
- package/dist/serialization/types/MonitorConfigMonitorType.js +0 -31
- package/serialization/types/BrowserWaitSelectorConfig.d.ts +0 -14
- package/serialization/types/BrowserWaitSelectorConfig.js +0 -35
- package/serialization/types/MonitorConfigMonitorType.d.ts +0 -10
- package/serialization/types/MonitorConfigMonitorType.js +0 -31
@@ -5,7 +5,6 @@ export * from "./AsyncSessionAiResponseEnvelope";
|
|
5
5
|
export * from "./AutomationOutput";
|
6
6
|
export * from "./BrowserWaitNavigationConfigWaitUntil";
|
7
7
|
export * from "./BrowserWaitNavigationConfig";
|
8
|
-
export * from "./BrowserWaitSelectorConfig";
|
9
8
|
export * from "./ClickConfigClickType";
|
10
9
|
export * from "./ClickConfig";
|
11
10
|
export * from "./ClientProvidedResponseMetadata";
|
@@ -27,7 +26,6 @@ export * from "./Issue";
|
|
27
26
|
export * from "./ListAutomationsOutput";
|
28
27
|
export * from "./MicroInteractionConfig";
|
29
28
|
export * from "./MonitorConfigIncludeVisualAnalysis";
|
30
|
-
export * from "./MonitorConfigMonitorType";
|
31
29
|
export * from "./MonitorConfig";
|
32
30
|
export * from "./OperationOutcome";
|
33
31
|
export * from "./OperationOutcomeResponse";
|
package/dist/api/types/index.js
CHANGED
@@ -21,7 +21,6 @@ __exportStar(require("./AsyncSessionAiResponseEnvelope"), exports);
|
|
21
21
|
__exportStar(require("./AutomationOutput"), exports);
|
22
22
|
__exportStar(require("./BrowserWaitNavigationConfigWaitUntil"), exports);
|
23
23
|
__exportStar(require("./BrowserWaitNavigationConfig"), exports);
|
24
|
-
__exportStar(require("./BrowserWaitSelectorConfig"), exports);
|
25
24
|
__exportStar(require("./ClickConfigClickType"), exports);
|
26
25
|
__exportStar(require("./ClickConfig"), exports);
|
27
26
|
__exportStar(require("./ClientProvidedResponseMetadata"), exports);
|
@@ -43,7 +42,6 @@ __exportStar(require("./Issue"), exports);
|
|
43
42
|
__exportStar(require("./ListAutomationsOutput"), exports);
|
44
43
|
__exportStar(require("./MicroInteractionConfig"), exports);
|
45
44
|
__exportStar(require("./MonitorConfigIncludeVisualAnalysis"), exports);
|
46
|
-
__exportStar(require("./MonitorConfigMonitorType"), exports);
|
47
45
|
__exportStar(require("./MonitorConfig"), exports);
|
48
46
|
__exportStar(require("./OperationOutcome"), exports);
|
49
47
|
__exportStar(require("./OperationOutcomeResponse"), exports);
|
@@ -4,13 +4,16 @@
|
|
4
4
|
import * as serializers from "../../../index";
|
5
5
|
import * as Airtop from "../../../../api/index";
|
6
6
|
import * as core from "../../../../core";
|
7
|
+
import { SessionsEventsResponseSessionEvent } from "./SessionsEventsResponseSessionEvent";
|
7
8
|
import { SessionsEventsResponseStatus } from "./SessionsEventsResponseStatus";
|
8
9
|
import { SessionsEventsResponseError } from "./SessionsEventsResponseError";
|
9
10
|
import { SessionsEventsResponseWindowEvent } from "./SessionsEventsResponseWindowEvent";
|
10
|
-
import { SessionsEventsResponseSessionEvent } from "./SessionsEventsResponseSessionEvent";
|
11
11
|
export declare const SessionsEventsResponse: core.serialization.Schema<serializers.SessionsEventsResponse.Raw, Airtop.SessionsEventsResponse>;
|
12
12
|
export declare namespace SessionsEventsResponse {
|
13
|
-
type Raw = SessionsEventsResponse.
|
13
|
+
type Raw = SessionsEventsResponse.SessionEvent | SessionsEventsResponse.Status | SessionsEventsResponse.Error | SessionsEventsResponse.WindowEvent;
|
14
|
+
interface SessionEvent extends SessionsEventsResponseSessionEvent.Raw {
|
15
|
+
event: "sessionEvent";
|
16
|
+
}
|
14
17
|
interface Status extends SessionsEventsResponseStatus.Raw {
|
15
18
|
event: "status";
|
16
19
|
}
|
@@ -20,7 +23,4 @@ export declare namespace SessionsEventsResponse {
|
|
20
23
|
interface WindowEvent extends SessionsEventsResponseWindowEvent.Raw {
|
21
24
|
event: "windowEvent";
|
22
25
|
}
|
23
|
-
interface SessionEvent extends SessionsEventsResponseSessionEvent.Raw {
|
24
|
-
event: "sessionEvent";
|
25
|
-
}
|
26
26
|
}
|
@@ -28,16 +28,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
exports.SessionsEventsResponse = void 0;
|
30
30
|
const core = __importStar(require("../../../../core"));
|
31
|
+
const SessionsEventsResponseSessionEvent_1 = require("./SessionsEventsResponseSessionEvent");
|
31
32
|
const SessionsEventsResponseStatus_1 = require("./SessionsEventsResponseStatus");
|
32
33
|
const SessionsEventsResponseError_1 = require("./SessionsEventsResponseError");
|
33
34
|
const SessionsEventsResponseWindowEvent_1 = require("./SessionsEventsResponseWindowEvent");
|
34
|
-
const SessionsEventsResponseSessionEvent_1 = require("./SessionsEventsResponseSessionEvent");
|
35
35
|
exports.SessionsEventsResponse = core.serialization
|
36
36
|
.union("event", {
|
37
|
+
sessionEvent: SessionsEventsResponseSessionEvent_1.SessionsEventsResponseSessionEvent,
|
37
38
|
status: SessionsEventsResponseStatus_1.SessionsEventsResponseStatus,
|
38
39
|
error: SessionsEventsResponseError_1.SessionsEventsResponseError,
|
39
40
|
windowEvent: SessionsEventsResponseWindowEvent_1.SessionsEventsResponseWindowEvent,
|
40
|
-
sessionEvent: SessionsEventsResponseSessionEvent_1.SessionsEventsResponseSessionEvent,
|
41
41
|
})
|
42
42
|
.transform({
|
43
43
|
transform: (value) => value,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
export * from "./SessionsListRequestStatus";
|
2
|
+
export * from "./SessionsEventsResponseSessionEvent";
|
2
3
|
export * from "./SessionsEventsResponseStatus";
|
3
4
|
export * from "./SessionsEventsResponseError";
|
4
5
|
export * from "./SessionsEventsResponseWindowEvent";
|
5
|
-
export * from "./SessionsEventsResponseSessionEvent";
|
6
6
|
export * from "./SessionsEventsResponse";
|
@@ -15,8 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
17
|
__exportStar(require("./SessionsListRequestStatus"), exports);
|
18
|
+
__exportStar(require("./SessionsEventsResponseSessionEvent"), exports);
|
18
19
|
__exportStar(require("./SessionsEventsResponseStatus"), exports);
|
19
20
|
__exportStar(require("./SessionsEventsResponseError"), exports);
|
20
21
|
__exportStar(require("./SessionsEventsResponseWindowEvent"), exports);
|
21
|
-
__exportStar(require("./SessionsEventsResponseSessionEvent"), exports);
|
22
22
|
__exportStar(require("./SessionsEventsResponse"), exports);
|
@@ -11,10 +11,9 @@ export declare namespace AsyncMonitorRequest {
|
|
11
11
|
interface Raw {
|
12
12
|
async?: AsyncConfig.Raw | null;
|
13
13
|
clientRequestId?: string | null;
|
14
|
-
condition
|
14
|
+
condition: string;
|
15
15
|
configuration?: MonitorConfig.Raw | null;
|
16
16
|
costThresholdCredits?: number | null;
|
17
|
-
selector?: string | null;
|
18
17
|
timeThresholdSeconds?: number | null;
|
19
18
|
}
|
20
19
|
}
|
@@ -33,9 +33,8 @@ const MonitorConfig_1 = require("../../../../types/MonitorConfig");
|
|
33
33
|
exports.AsyncMonitorRequest = core.serialization.object({
|
34
34
|
async: AsyncConfig_1.AsyncConfig.optional(),
|
35
35
|
clientRequestId: core.serialization.string().optional(),
|
36
|
-
condition: core.serialization.string()
|
36
|
+
condition: core.serialization.string(),
|
37
37
|
configuration: MonitorConfig_1.MonitorConfig.optional(),
|
38
38
|
costThresholdCredits: core.serialization.number().optional(),
|
39
|
-
selector: core.serialization.string().optional(),
|
40
39
|
timeThresholdSeconds: core.serialization.number().optional(),
|
41
40
|
});
|
package/dist/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts
CHANGED
@@ -9,10 +9,9 @@ export declare const SessionMonitorHandlerRequestBody: core.serialization.Schema
|
|
9
9
|
export declare namespace SessionMonitorHandlerRequestBody {
|
10
10
|
interface Raw {
|
11
11
|
clientRequestId?: string | null;
|
12
|
-
condition
|
12
|
+
condition: string;
|
13
13
|
configuration?: MonitorConfig.Raw | null;
|
14
14
|
costThresholdCredits?: number | null;
|
15
|
-
selector?: string | null;
|
16
15
|
timeThresholdSeconds?: number | null;
|
17
16
|
}
|
18
17
|
}
|
package/dist/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js
CHANGED
@@ -31,9 +31,8 @@ const core = __importStar(require("../../../../../core"));
|
|
31
31
|
const MonitorConfig_1 = require("../../../../types/MonitorConfig");
|
32
32
|
exports.SessionMonitorHandlerRequestBody = core.serialization.object({
|
33
33
|
clientRequestId: core.serialization.string().optional(),
|
34
|
-
condition: core.serialization.string()
|
34
|
+
condition: core.serialization.string(),
|
35
35
|
configuration: MonitorConfig_1.MonitorConfig.optional(),
|
36
36
|
costThresholdCredits: core.serialization.number().optional(),
|
37
|
-
selector: core.serialization.string().optional(),
|
38
37
|
timeThresholdSeconds: core.serialization.number().optional(),
|
39
38
|
});
|
@@ -6,14 +6,10 @@ import * as Airtop from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
import { MonitorConfigIncludeVisualAnalysis } from "./MonitorConfigIncludeVisualAnalysis";
|
8
8
|
import { IntervalMonitorConfig } from "./IntervalMonitorConfig";
|
9
|
-
import { BrowserWaitSelectorConfig } from "./BrowserWaitSelectorConfig";
|
10
|
-
import { MonitorConfigMonitorType } from "./MonitorConfigMonitorType";
|
11
9
|
export declare const MonitorConfig: core.serialization.ObjectSchema<serializers.MonitorConfig.Raw, Airtop.MonitorConfig>;
|
12
10
|
export declare namespace MonitorConfig {
|
13
11
|
interface Raw {
|
14
12
|
includeVisualAnalysis?: MonitorConfigIncludeVisualAnalysis.Raw | null;
|
15
13
|
interval?: IntervalMonitorConfig.Raw | null;
|
16
|
-
monitorSelectorOptions?: BrowserWaitSelectorConfig.Raw | null;
|
17
|
-
monitorType: MonitorConfigMonitorType.Raw;
|
18
14
|
}
|
19
15
|
}
|
@@ -30,11 +30,7 @@ exports.MonitorConfig = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
const MonitorConfigIncludeVisualAnalysis_1 = require("./MonitorConfigIncludeVisualAnalysis");
|
32
32
|
const IntervalMonitorConfig_1 = require("./IntervalMonitorConfig");
|
33
|
-
const BrowserWaitSelectorConfig_1 = require("./BrowserWaitSelectorConfig");
|
34
|
-
const MonitorConfigMonitorType_1 = require("./MonitorConfigMonitorType");
|
35
33
|
exports.MonitorConfig = core.serialization.object({
|
36
34
|
includeVisualAnalysis: MonitorConfigIncludeVisualAnalysis_1.MonitorConfigIncludeVisualAnalysis.optional(),
|
37
35
|
interval: IntervalMonitorConfig_1.IntervalMonitorConfig.optional(),
|
38
|
-
monitorSelectorOptions: BrowserWaitSelectorConfig_1.BrowserWaitSelectorConfig.optional(),
|
39
|
-
monitorType: MonitorConfigMonitorType_1.MonitorConfigMonitorType,
|
40
36
|
});
|
@@ -5,7 +5,6 @@ export * from "./AsyncSessionAiResponseEnvelope";
|
|
5
5
|
export * from "./AutomationOutput";
|
6
6
|
export * from "./BrowserWaitNavigationConfigWaitUntil";
|
7
7
|
export * from "./BrowserWaitNavigationConfig";
|
8
|
-
export * from "./BrowserWaitSelectorConfig";
|
9
8
|
export * from "./ClickConfigClickType";
|
10
9
|
export * from "./ClickConfig";
|
11
10
|
export * from "./ClientProvidedResponseMetadata";
|
@@ -27,7 +26,6 @@ export * from "./Issue";
|
|
27
26
|
export * from "./ListAutomationsOutput";
|
28
27
|
export * from "./MicroInteractionConfig";
|
29
28
|
export * from "./MonitorConfigIncludeVisualAnalysis";
|
30
|
-
export * from "./MonitorConfigMonitorType";
|
31
29
|
export * from "./MonitorConfig";
|
32
30
|
export * from "./OperationOutcome";
|
33
31
|
export * from "./OperationOutcomeResponse";
|
@@ -21,7 +21,6 @@ __exportStar(require("./AsyncSessionAiResponseEnvelope"), exports);
|
|
21
21
|
__exportStar(require("./AutomationOutput"), exports);
|
22
22
|
__exportStar(require("./BrowserWaitNavigationConfigWaitUntil"), exports);
|
23
23
|
__exportStar(require("./BrowserWaitNavigationConfig"), exports);
|
24
|
-
__exportStar(require("./BrowserWaitSelectorConfig"), exports);
|
25
24
|
__exportStar(require("./ClickConfigClickType"), exports);
|
26
25
|
__exportStar(require("./ClickConfig"), exports);
|
27
26
|
__exportStar(require("./ClientProvidedResponseMetadata"), exports);
|
@@ -43,7 +42,6 @@ __exportStar(require("./Issue"), exports);
|
|
43
42
|
__exportStar(require("./ListAutomationsOutput"), exports);
|
44
43
|
__exportStar(require("./MicroInteractionConfig"), exports);
|
45
44
|
__exportStar(require("./MonitorConfigIncludeVisualAnalysis"), exports);
|
46
|
-
__exportStar(require("./MonitorConfigMonitorType"), exports);
|
47
45
|
__exportStar(require("./MonitorConfig"), exports);
|
48
46
|
__exportStar(require("./OperationOutcome"), exports);
|
49
47
|
__exportStar(require("./OperationOutcomeResponse"), exports);
|
@@ -2,6 +2,7 @@ import { AirtopClient as FernClient } from '../Client';
|
|
2
2
|
import { type BatchOperateConfig, type BatchOperationInput, type BatchOperationResponse, type BatchOperationUrl } from '../utils';
|
3
3
|
import { AirtopSessions } from './AirtopSessions';
|
4
4
|
import { AirtopWindows } from './AirtopWindows';
|
5
|
+
import { AirtopRequests } from './AirtopRequests';
|
5
6
|
declare type AugmentedOptions = FernClient.Options & {
|
6
7
|
debug?: boolean;
|
7
8
|
};
|
@@ -11,11 +12,13 @@ export declare class AirtopClient {
|
|
11
12
|
private _client;
|
12
13
|
private _windows;
|
13
14
|
private _sessions;
|
15
|
+
private _requests;
|
14
16
|
constructor(_options: AugmentedOptions);
|
15
17
|
setApiKey(apiKey: string): void;
|
16
18
|
setEnvironment(environment: string): void;
|
17
19
|
get sessions(): AirtopSessions;
|
18
20
|
get windows(): AirtopWindows;
|
21
|
+
get requests(): AirtopRequests;
|
19
22
|
get profiles(): import("../api/resources/profiles/client/Client").Profiles;
|
20
23
|
get extensionConfigurations(): import("../api/resources/extensionConfigurations/client/Client").ExtensionConfigurations;
|
21
24
|
log(message: string): void;
|
@@ -38,6 +38,7 @@ const core = __importStar(require("../core"));
|
|
38
38
|
const utils_1 = require("../utils");
|
39
39
|
const AirtopSessions_1 = require("./AirtopSessions");
|
40
40
|
const AirtopWindows_1 = require("./AirtopWindows");
|
41
|
+
const AirtopRequests_1 = require("./AirtopRequests");
|
41
42
|
class AirtopClient {
|
42
43
|
constructor(_options) {
|
43
44
|
this._options = _options;
|
@@ -67,6 +68,10 @@ class AirtopClient {
|
|
67
68
|
var _a;
|
68
69
|
return ((_a = this._windows) !== null && _a !== void 0 ? _a : (this._windows = new AirtopWindows_1.AirtopWindows(this._options, this._options.apiKey)));
|
69
70
|
}
|
71
|
+
get requests() {
|
72
|
+
var _a;
|
73
|
+
return ((_a = this._requests) !== null && _a !== void 0 ? _a : (this._requests = new AirtopRequests_1.AirtopRequests(this._options)));
|
74
|
+
}
|
70
75
|
get profiles() {
|
71
76
|
return this._client.profiles;
|
72
77
|
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import type * as Airtop from '../api';
|
2
|
+
import { Requests as RequestsClass, type Requests as RequestsNamespace } from '../api/resources/requests/client/Client';
|
3
|
+
export declare class AirtopRequests extends RequestsClass {
|
4
|
+
readonly _options: RequestsNamespace.Options;
|
5
|
+
constructor(_options: RequestsNamespace.Options);
|
6
|
+
/**
|
7
|
+
* Waits until a request is complete or times out
|
8
|
+
*
|
9
|
+
* @param requestId - The ID of the request to wait for.
|
10
|
+
* @param timeoutSeconds - Maximum time to wait in seconds.
|
11
|
+
* @param intervalSeconds - Polling interval in seconds.
|
12
|
+
* @param requestOptions - Request-specific configuration.
|
13
|
+
*
|
14
|
+
* @example
|
15
|
+
* const result = await client.requests.waitForRequestCompletion("123e4567-e89b-12d3-a456-426614174000", 300)
|
16
|
+
*/
|
17
|
+
waitForRequestCompletion(requestId: string, timeoutSeconds?: number, intervalSeconds?: number, requestOptions?: RequestsNamespace.RequestOptions): Promise<Airtop.RequestStatusResponse>;
|
18
|
+
}
|
@@ -0,0 +1,48 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
9
|
+
});
|
10
|
+
};
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
exports.AirtopRequests = void 0;
|
13
|
+
const Client_1 = require("../api/resources/requests/client/Client");
|
14
|
+
class AirtopRequests extends Client_1.Requests {
|
15
|
+
constructor(_options) {
|
16
|
+
super(_options);
|
17
|
+
this._options = _options;
|
18
|
+
}
|
19
|
+
/**
|
20
|
+
* Waits until a request is complete or times out
|
21
|
+
*
|
22
|
+
* @param requestId - The ID of the request to wait for.
|
23
|
+
* @param timeoutSeconds - Maximum time to wait in seconds.
|
24
|
+
* @param intervalSeconds - Polling interval in seconds.
|
25
|
+
* @param requestOptions - Request-specific configuration.
|
26
|
+
*
|
27
|
+
* @example
|
28
|
+
* const result = await client.requests.waitForRequestCompletion("123e4567-e89b-12d3-a456-426614174000", 300)
|
29
|
+
*/
|
30
|
+
waitForRequestCompletion(requestId, timeoutSeconds = 300, intervalSeconds = 2, requestOptions) {
|
31
|
+
return __awaiter(this, void 0, void 0, function* () {
|
32
|
+
if (timeoutSeconds <= 0 || intervalSeconds <= 0) {
|
33
|
+
throw new Error('Timeout and interval must be positive values in seconds');
|
34
|
+
}
|
35
|
+
const startTime = Date.now();
|
36
|
+
const timeoutMs = timeoutSeconds * 1000;
|
37
|
+
while (Date.now() - startTime < timeoutMs) {
|
38
|
+
const response = yield this.getRequestStatus(requestId, requestOptions);
|
39
|
+
if (response.status === 'completed' || response.status === 'failed') {
|
40
|
+
return response;
|
41
|
+
}
|
42
|
+
yield new Promise((resolve) => setTimeout(resolve, intervalSeconds * 1000));
|
43
|
+
}
|
44
|
+
throw new Error(`Waiting for request timed out: ${requestId}`);
|
45
|
+
});
|
46
|
+
}
|
47
|
+
}
|
48
|
+
exports.AirtopRequests = AirtopRequests;
|
@@ -114,16 +114,6 @@ export declare class AirtopWindows extends WindowsClass {
|
|
114
114
|
* })
|
115
115
|
*/
|
116
116
|
type(sessionId: string, windowId: string, request: Airtop.SessionTypeHandlerRequestBody, requestOptions?: WindowsNamespace.RequestOptions): Promise<Airtop.AiPromptResponse>;
|
117
|
-
/**
|
118
|
-
* @param {string} sessionId - The session id for the window.
|
119
|
-
* @param {string} windowId - The Airtop window id of the browser window.
|
120
|
-
* @param {Airtop.SessionMonitorHandlerRequestBody} request
|
121
|
-
* @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
|
122
|
-
*
|
123
|
-
* @example
|
124
|
-
* await client.windows.monitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
|
125
|
-
*/
|
126
|
-
monitor(sessionId: string, windowId: string, request?: Airtop.SessionMonitorHandlerRequestBody, requestOptions?: WindowsNamespace.RequestOptions): Promise<Airtop.AiPromptResponse>;
|
127
117
|
/**
|
128
118
|
* Submit a prompt that queries the content of a specific browser window and paginates through pages to return a list of results.
|
129
119
|
*
|
@@ -148,6 +138,16 @@ export declare class AirtopWindows extends WindowsClass {
|
|
148
138
|
* await client.windows.scroll("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
|
149
139
|
*/
|
150
140
|
scroll(sessionId: string, windowId: string, request?: Airtop.SessionScrollHandlerRequestBody, requestOptions?: Windows.RequestOptions): Promise<Airtop.AiPromptResponse>;
|
141
|
+
/**
|
142
|
+
* @param {string} sessionId - The session id for the window.
|
143
|
+
* @param {string} windowId - The Airtop window id of the browser window.
|
144
|
+
* @param {Airtop.SessionMonitorHandlerRequestBody} request
|
145
|
+
* @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
|
146
|
+
*
|
147
|
+
* @example
|
148
|
+
* await client.windows.monitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
|
149
|
+
*/
|
150
|
+
monitor(sessionId: string, windowId: string, request: Airtop.SessionMonitorHandlerRequestBody, requestOptions?: Windows.RequestOptions): Promise<Airtop.AiPromptResponse>;
|
151
151
|
private executeSeleniumCDPCommand;
|
152
152
|
getWindowInfoForSeleniumDriver(session: Airtop.ExternalSessionWithConnectionInfo, driver: seleniumWebdriver.WebDriver, request?: Airtop.GetWindowInfoRequest, requestOptions?: WindowsNamespace.RequestOptions): Promise<Airtop.WindowResponse>;
|
153
153
|
}
|
@@ -190,23 +190,6 @@ class AirtopWindows extends Client_1.Windows {
|
|
190
190
|
return _super.type.call(this, sessionId, windowId, request, Object.assign(Object.assign({ timeoutInSeconds: 600 }, requestOptions), { maxRetries: 0 }));
|
191
191
|
});
|
192
192
|
}
|
193
|
-
/**
|
194
|
-
* @param {string} sessionId - The session id for the window.
|
195
|
-
* @param {string} windowId - The Airtop window id of the browser window.
|
196
|
-
* @param {Airtop.SessionMonitorHandlerRequestBody} request
|
197
|
-
* @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
|
198
|
-
*
|
199
|
-
* @example
|
200
|
-
* await client.windows.monitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
|
201
|
-
*/
|
202
|
-
monitor(sessionId, windowId, request = {}, requestOptions) {
|
203
|
-
const _super = Object.create(null, {
|
204
|
-
monitor: { get: () => super.monitor }
|
205
|
-
});
|
206
|
-
return __awaiter(this, void 0, void 0, function* () {
|
207
|
-
return _super.monitor.call(this, sessionId, windowId, request, Object.assign(Object.assign({ timeoutInSeconds: 600 }, requestOptions), { maxRetries: 0 }));
|
208
|
-
});
|
209
|
-
}
|
210
193
|
/**
|
211
194
|
* Submit a prompt that queries the content of a specific browser window and paginates through pages to return a list of results.
|
212
195
|
*
|
@@ -245,6 +228,23 @@ class AirtopWindows extends Client_1.Windows {
|
|
245
228
|
return _super.scroll.call(this, sessionId, windowId, request, Object.assign(Object.assign({ timeoutInSeconds: 600 }, requestOptions), { maxRetries: 0 }));
|
246
229
|
});
|
247
230
|
}
|
231
|
+
/**
|
232
|
+
* @param {string} sessionId - The session id for the window.
|
233
|
+
* @param {string} windowId - The Airtop window id of the browser window.
|
234
|
+
* @param {Airtop.SessionMonitorHandlerRequestBody} request
|
235
|
+
* @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
|
236
|
+
*
|
237
|
+
* @example
|
238
|
+
* await client.windows.monitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
|
239
|
+
*/
|
240
|
+
monitor(sessionId, windowId, request, requestOptions) {
|
241
|
+
const _super = Object.create(null, {
|
242
|
+
monitor: { get: () => super.monitor }
|
243
|
+
});
|
244
|
+
return __awaiter(this, void 0, void 0, function* () {
|
245
|
+
return _super.monitor.call(this, sessionId, windowId, request, Object.assign(Object.assign({ timeoutInSeconds: 600 }, requestOptions), { maxRetries: 0 }));
|
246
|
+
});
|
247
|
+
}
|
248
248
|
executeSeleniumCDPCommand(driver, session, apiKey) {
|
249
249
|
return __awaiter(this, void 0, void 0, function* () {
|
250
250
|
// Get the current WebDriver session ID
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@airtop/sdk",
|
3
|
-
"version": "0.1.31-
|
3
|
+
"version": "0.1.31-beta2",
|
4
4
|
"private": false,
|
5
5
|
"repository": "https://github.com/airtop-ai/airtop-node-sdk",
|
6
6
|
"main": "./index.js",
|
@@ -67,5 +67,6 @@
|
|
67
67
|
"playwright": ">=1.47.2",
|
68
68
|
"puppeteer": ">=22.14.0",
|
69
69
|
"selenium-webdriver": ">=4.25.0"
|
70
|
-
}
|
70
|
+
},
|
71
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
71
72
|
}
|
package/reference.md
CHANGED
@@ -329,7 +329,9 @@ await client.windows.asyncHover("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2
|
|
329
329
|
<dd>
|
330
330
|
|
331
331
|
```typescript
|
332
|
-
await client.windows.asyncMonitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430"
|
332
|
+
await client.windows.asyncMonitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
|
333
|
+
condition: "Determine if the user appears to be signed in to the website",
|
334
|
+
});
|
333
335
|
```
|
334
336
|
|
335
337
|
</dd>
|
@@ -1307,7 +1309,9 @@ await client.windows.hover("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b
|
|
1307
1309
|
<dd>
|
1308
1310
|
|
1309
1311
|
```typescript
|
1310
|
-
await client.windows.monitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430"
|
1312
|
+
await client.windows.monitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
|
1313
|
+
condition: "Determine if the user appears to be signed in to the website",
|
1314
|
+
});
|
1311
1315
|
```
|
1312
1316
|
|
1313
1317
|
</dd>
|
@@ -4,13 +4,16 @@
|
|
4
4
|
import * as serializers from "../../../index";
|
5
5
|
import * as Airtop from "../../../../api/index";
|
6
6
|
import * as core from "../../../../core";
|
7
|
+
import { SessionsEventsResponseSessionEvent } from "./SessionsEventsResponseSessionEvent";
|
7
8
|
import { SessionsEventsResponseStatus } from "./SessionsEventsResponseStatus";
|
8
9
|
import { SessionsEventsResponseError } from "./SessionsEventsResponseError";
|
9
10
|
import { SessionsEventsResponseWindowEvent } from "./SessionsEventsResponseWindowEvent";
|
10
|
-
import { SessionsEventsResponseSessionEvent } from "./SessionsEventsResponseSessionEvent";
|
11
11
|
export declare const SessionsEventsResponse: core.serialization.Schema<serializers.SessionsEventsResponse.Raw, Airtop.SessionsEventsResponse>;
|
12
12
|
export declare namespace SessionsEventsResponse {
|
13
|
-
type Raw = SessionsEventsResponse.
|
13
|
+
type Raw = SessionsEventsResponse.SessionEvent | SessionsEventsResponse.Status | SessionsEventsResponse.Error | SessionsEventsResponse.WindowEvent;
|
14
|
+
interface SessionEvent extends SessionsEventsResponseSessionEvent.Raw {
|
15
|
+
event: "sessionEvent";
|
16
|
+
}
|
14
17
|
interface Status extends SessionsEventsResponseStatus.Raw {
|
15
18
|
event: "status";
|
16
19
|
}
|
@@ -20,7 +23,4 @@ export declare namespace SessionsEventsResponse {
|
|
20
23
|
interface WindowEvent extends SessionsEventsResponseWindowEvent.Raw {
|
21
24
|
event: "windowEvent";
|
22
25
|
}
|
23
|
-
interface SessionEvent extends SessionsEventsResponseSessionEvent.Raw {
|
24
|
-
event: "sessionEvent";
|
25
|
-
}
|
26
26
|
}
|
@@ -28,16 +28,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
exports.SessionsEventsResponse = void 0;
|
30
30
|
const core = __importStar(require("../../../../core"));
|
31
|
+
const SessionsEventsResponseSessionEvent_1 = require("./SessionsEventsResponseSessionEvent");
|
31
32
|
const SessionsEventsResponseStatus_1 = require("./SessionsEventsResponseStatus");
|
32
33
|
const SessionsEventsResponseError_1 = require("./SessionsEventsResponseError");
|
33
34
|
const SessionsEventsResponseWindowEvent_1 = require("./SessionsEventsResponseWindowEvent");
|
34
|
-
const SessionsEventsResponseSessionEvent_1 = require("./SessionsEventsResponseSessionEvent");
|
35
35
|
exports.SessionsEventsResponse = core.serialization
|
36
36
|
.union("event", {
|
37
|
+
sessionEvent: SessionsEventsResponseSessionEvent_1.SessionsEventsResponseSessionEvent,
|
37
38
|
status: SessionsEventsResponseStatus_1.SessionsEventsResponseStatus,
|
38
39
|
error: SessionsEventsResponseError_1.SessionsEventsResponseError,
|
39
40
|
windowEvent: SessionsEventsResponseWindowEvent_1.SessionsEventsResponseWindowEvent,
|
40
|
-
sessionEvent: SessionsEventsResponseSessionEvent_1.SessionsEventsResponseSessionEvent,
|
41
41
|
})
|
42
42
|
.transform({
|
43
43
|
transform: (value) => value,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
export * from "./SessionsListRequestStatus";
|
2
|
+
export * from "./SessionsEventsResponseSessionEvent";
|
2
3
|
export * from "./SessionsEventsResponseStatus";
|
3
4
|
export * from "./SessionsEventsResponseError";
|
4
5
|
export * from "./SessionsEventsResponseWindowEvent";
|
5
|
-
export * from "./SessionsEventsResponseSessionEvent";
|
6
6
|
export * from "./SessionsEventsResponse";
|
@@ -15,8 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
17
|
__exportStar(require("./SessionsListRequestStatus"), exports);
|
18
|
+
__exportStar(require("./SessionsEventsResponseSessionEvent"), exports);
|
18
19
|
__exportStar(require("./SessionsEventsResponseStatus"), exports);
|
19
20
|
__exportStar(require("./SessionsEventsResponseError"), exports);
|
20
21
|
__exportStar(require("./SessionsEventsResponseWindowEvent"), exports);
|
21
|
-
__exportStar(require("./SessionsEventsResponseSessionEvent"), exports);
|
22
22
|
__exportStar(require("./SessionsEventsResponse"), exports);
|
@@ -11,10 +11,9 @@ export declare namespace AsyncMonitorRequest {
|
|
11
11
|
interface Raw {
|
12
12
|
async?: AsyncConfig.Raw | null;
|
13
13
|
clientRequestId?: string | null;
|
14
|
-
condition
|
14
|
+
condition: string;
|
15
15
|
configuration?: MonitorConfig.Raw | null;
|
16
16
|
costThresholdCredits?: number | null;
|
17
|
-
selector?: string | null;
|
18
17
|
timeThresholdSeconds?: number | null;
|
19
18
|
}
|
20
19
|
}
|
@@ -33,9 +33,8 @@ const MonitorConfig_1 = require("../../../../types/MonitorConfig");
|
|
33
33
|
exports.AsyncMonitorRequest = core.serialization.object({
|
34
34
|
async: AsyncConfig_1.AsyncConfig.optional(),
|
35
35
|
clientRequestId: core.serialization.string().optional(),
|
36
|
-
condition: core.serialization.string()
|
36
|
+
condition: core.serialization.string(),
|
37
37
|
configuration: MonitorConfig_1.MonitorConfig.optional(),
|
38
38
|
costThresholdCredits: core.serialization.number().optional(),
|
39
|
-
selector: core.serialization.string().optional(),
|
40
39
|
timeThresholdSeconds: core.serialization.number().optional(),
|
41
40
|
});
|
package/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts
CHANGED
@@ -9,10 +9,9 @@ export declare const SessionMonitorHandlerRequestBody: core.serialization.Schema
|
|
9
9
|
export declare namespace SessionMonitorHandlerRequestBody {
|
10
10
|
interface Raw {
|
11
11
|
clientRequestId?: string | null;
|
12
|
-
condition
|
12
|
+
condition: string;
|
13
13
|
configuration?: MonitorConfig.Raw | null;
|
14
14
|
costThresholdCredits?: number | null;
|
15
|
-
selector?: string | null;
|
16
15
|
timeThresholdSeconds?: number | null;
|
17
16
|
}
|
18
17
|
}
|
@@ -31,9 +31,8 @@ const core = __importStar(require("../../../../../core"));
|
|
31
31
|
const MonitorConfig_1 = require("../../../../types/MonitorConfig");
|
32
32
|
exports.SessionMonitorHandlerRequestBody = core.serialization.object({
|
33
33
|
clientRequestId: core.serialization.string().optional(),
|
34
|
-
condition: core.serialization.string()
|
34
|
+
condition: core.serialization.string(),
|
35
35
|
configuration: MonitorConfig_1.MonitorConfig.optional(),
|
36
36
|
costThresholdCredits: core.serialization.number().optional(),
|
37
|
-
selector: core.serialization.string().optional(),
|
38
37
|
timeThresholdSeconds: core.serialization.number().optional(),
|
39
38
|
});
|
@@ -6,14 +6,10 @@ import * as Airtop from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
import { MonitorConfigIncludeVisualAnalysis } from "./MonitorConfigIncludeVisualAnalysis";
|
8
8
|
import { IntervalMonitorConfig } from "./IntervalMonitorConfig";
|
9
|
-
import { BrowserWaitSelectorConfig } from "./BrowserWaitSelectorConfig";
|
10
|
-
import { MonitorConfigMonitorType } from "./MonitorConfigMonitorType";
|
11
9
|
export declare const MonitorConfig: core.serialization.ObjectSchema<serializers.MonitorConfig.Raw, Airtop.MonitorConfig>;
|
12
10
|
export declare namespace MonitorConfig {
|
13
11
|
interface Raw {
|
14
12
|
includeVisualAnalysis?: MonitorConfigIncludeVisualAnalysis.Raw | null;
|
15
13
|
interval?: IntervalMonitorConfig.Raw | null;
|
16
|
-
monitorSelectorOptions?: BrowserWaitSelectorConfig.Raw | null;
|
17
|
-
monitorType: MonitorConfigMonitorType.Raw;
|
18
14
|
}
|
19
15
|
}
|
@@ -30,11 +30,7 @@ exports.MonitorConfig = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
const MonitorConfigIncludeVisualAnalysis_1 = require("./MonitorConfigIncludeVisualAnalysis");
|
32
32
|
const IntervalMonitorConfig_1 = require("./IntervalMonitorConfig");
|
33
|
-
const BrowserWaitSelectorConfig_1 = require("./BrowserWaitSelectorConfig");
|
34
|
-
const MonitorConfigMonitorType_1 = require("./MonitorConfigMonitorType");
|
35
33
|
exports.MonitorConfig = core.serialization.object({
|
36
34
|
includeVisualAnalysis: MonitorConfigIncludeVisualAnalysis_1.MonitorConfigIncludeVisualAnalysis.optional(),
|
37
35
|
interval: IntervalMonitorConfig_1.IntervalMonitorConfig.optional(),
|
38
|
-
monitorSelectorOptions: BrowserWaitSelectorConfig_1.BrowserWaitSelectorConfig.optional(),
|
39
|
-
monitorType: MonitorConfigMonitorType_1.MonitorConfigMonitorType,
|
40
36
|
});
|
@@ -5,7 +5,6 @@ export * from "./AsyncSessionAiResponseEnvelope";
|
|
5
5
|
export * from "./AutomationOutput";
|
6
6
|
export * from "./BrowserWaitNavigationConfigWaitUntil";
|
7
7
|
export * from "./BrowserWaitNavigationConfig";
|
8
|
-
export * from "./BrowserWaitSelectorConfig";
|
9
8
|
export * from "./ClickConfigClickType";
|
10
9
|
export * from "./ClickConfig";
|
11
10
|
export * from "./ClientProvidedResponseMetadata";
|
@@ -27,7 +26,6 @@ export * from "./Issue";
|
|
27
26
|
export * from "./ListAutomationsOutput";
|
28
27
|
export * from "./MicroInteractionConfig";
|
29
28
|
export * from "./MonitorConfigIncludeVisualAnalysis";
|
30
|
-
export * from "./MonitorConfigMonitorType";
|
31
29
|
export * from "./MonitorConfig";
|
32
30
|
export * from "./OperationOutcome";
|
33
31
|
export * from "./OperationOutcomeResponse";
|
@@ -21,7 +21,6 @@ __exportStar(require("./AsyncSessionAiResponseEnvelope"), exports);
|
|
21
21
|
__exportStar(require("./AutomationOutput"), exports);
|
22
22
|
__exportStar(require("./BrowserWaitNavigationConfigWaitUntil"), exports);
|
23
23
|
__exportStar(require("./BrowserWaitNavigationConfig"), exports);
|
24
|
-
__exportStar(require("./BrowserWaitSelectorConfig"), exports);
|
25
24
|
__exportStar(require("./ClickConfigClickType"), exports);
|
26
25
|
__exportStar(require("./ClickConfig"), exports);
|
27
26
|
__exportStar(require("./ClientProvidedResponseMetadata"), exports);
|
@@ -43,7 +42,6 @@ __exportStar(require("./Issue"), exports);
|
|
43
42
|
__exportStar(require("./ListAutomationsOutput"), exports);
|
44
43
|
__exportStar(require("./MicroInteractionConfig"), exports);
|
45
44
|
__exportStar(require("./MonitorConfigIncludeVisualAnalysis"), exports);
|
46
|
-
__exportStar(require("./MonitorConfigMonitorType"), exports);
|
47
45
|
__exportStar(require("./MonitorConfig"), exports);
|
48
46
|
__exportStar(require("./OperationOutcome"), exports);
|
49
47
|
__exportStar(require("./OperationOutcomeResponse"), exports);
|