@airtop/sdk 0.1.35-beta0 → 0.1.36-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.d.ts +8 -8
- package/api/resources/automations/client/Client.js +12 -12
- package/api/resources/files/client/Client.js +4 -4
- package/api/resources/files/client/requests/CreateFileRestInputV1.d.ts +2 -0
- package/api/resources/profiles/client/Client.js +1 -1
- package/api/resources/requests/client/Client.js +1 -1
- package/api/resources/sessions/client/Client.d.ts +0 -10
- package/api/resources/sessions/client/Client.js +6 -52
- 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 +52 -0
- package/api/resources/windows/client/Client.js +250 -26
- package/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +23 -0
- package/api/resources/windows/client/requests/AsyncFillFormRequest.d.ts +27 -0
- package/api/resources/windows/client/requests/CreateFormFillerRequest.d.ts +23 -0
- package/api/resources/windows/client/requests/CreateFormFillerRequest.js +5 -0
- package/api/resources/windows/client/requests/FillFormRequest.d.ts +27 -0
- package/api/resources/windows/client/requests/FillFormRequest.js +5 -0
- package/api/resources/windows/client/requests/index.d.ts +4 -0
- package/api/types/index.d.ts +0 -11
- package/api/types/index.js +0 -11
- package/dist/api/resources/automations/client/Client.d.ts +8 -8
- package/dist/api/resources/automations/client/Client.js +12 -12
- package/dist/api/resources/files/client/Client.js +4 -4
- package/dist/api/resources/files/client/requests/CreateFileRestInputV1.d.ts +2 -0
- package/dist/api/resources/profiles/client/Client.js +1 -1
- package/dist/api/resources/requests/client/Client.js +1 -1
- package/dist/api/resources/sessions/client/Client.d.ts +0 -10
- package/dist/api/resources/sessions/client/Client.js +6 -52
- 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 +52 -0
- package/dist/api/resources/windows/client/Client.js +250 -26
- package/dist/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +23 -0
- package/dist/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +5 -0
- package/dist/api/resources/windows/client/requests/AsyncFillFormRequest.d.ts +27 -0
- package/dist/api/resources/windows/client/requests/AsyncFillFormRequest.js +5 -0
- package/dist/api/resources/windows/client/requests/CreateFormFillerRequest.d.ts +23 -0
- package/dist/api/resources/windows/client/requests/CreateFormFillerRequest.js +5 -0
- package/dist/api/resources/windows/client/requests/FillFormRequest.d.ts +27 -0
- package/dist/api/resources/windows/client/requests/FillFormRequest.js +5 -0
- package/dist/api/resources/windows/client/requests/index.d.ts +4 -0
- package/dist/api/types/index.d.ts +0 -11
- package/dist/api/types/index.js +0 -11
- package/dist/serialization/resources/files/client/requests/CreateFileRestInputV1.d.ts +1 -0
- package/dist/serialization/resources/files/client/requests/CreateFileRestInputV1.js +1 -0
- 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/AsyncCreateFormFillerRequest.d.ts +18 -0
- package/dist/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +49 -0
- package/dist/serialization/resources/windows/client/requests/AsyncFillFormRequest.d.ts +18 -0
- package/dist/serialization/resources/windows/client/requests/AsyncFillFormRequest.js +49 -0
- package/dist/serialization/resources/windows/client/requests/CreateFormFillerRequest.d.ts +18 -0
- package/dist/serialization/resources/windows/client/requests/CreateFormFillerRequest.js +49 -0
- package/dist/serialization/resources/windows/client/requests/FillFormRequest.d.ts +18 -0
- package/dist/serialization/resources/windows/client/requests/FillFormRequest.js +49 -0
- package/dist/serialization/resources/windows/client/requests/index.d.ts +4 -0
- package/dist/serialization/resources/windows/client/requests/index.js +9 -1
- package/dist/serialization/types/index.d.ts +0 -11
- package/dist/serialization/types/index.js +0 -11
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/AirtopClient.d.ts +2 -1
- package/dist/wrapper/AirtopClient.js +6 -3
- package/dist/wrapper/AirtopWindows.d.ts +1 -1
- package/package.json +2 -3
- package/reference.md +253 -395
- package/serialization/resources/files/client/requests/CreateFileRestInputV1.d.ts +1 -0
- package/serialization/resources/files/client/requests/CreateFileRestInputV1.js +1 -0
- 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/AsyncCreateFormFillerRequest.d.ts +18 -0
- package/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +49 -0
- package/serialization/resources/windows/client/requests/AsyncFillFormRequest.d.ts +18 -0
- package/serialization/resources/windows/client/requests/AsyncFillFormRequest.js +49 -0
- package/serialization/resources/windows/client/requests/CreateFormFillerRequest.d.ts +18 -0
- package/serialization/resources/windows/client/requests/CreateFormFillerRequest.js +49 -0
- package/serialization/resources/windows/client/requests/FillFormRequest.d.ts +18 -0
- package/serialization/resources/windows/client/requests/FillFormRequest.js +49 -0
- package/serialization/resources/windows/client/requests/index.d.ts +4 -0
- package/serialization/resources/windows/client/requests/index.js +9 -1
- package/serialization/types/index.d.ts +0 -11
- package/serialization/types/index.js +0 -11
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/AirtopClient.d.ts +2 -1
- package/wrapper/AirtopClient.js +6 -3
- package/wrapper/AirtopWindows.d.ts +1 -1
- package/api/types/ExtensionConfigurationOutput.d.ts +0 -13
- package/dist/api/types/ExtensionConfigurationOutput.d.ts +0 -13
- /package/api/{types/ExtensionConfigurationOutput.js → resources/windows/client/requests/AsyncCreateFormFillerRequest.js} +0 -0
- /package/{dist/api/types/ExtensionConfigurationOutput.js → api/resources/windows/client/requests/AsyncFillFormRequest.js} +0 -0
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Airtop from "../../../../index";
|
5
|
+
/**
|
6
|
+
* @example
|
7
|
+
* {
|
8
|
+
* automationId: "automationId"
|
9
|
+
* }
|
10
|
+
*/
|
11
|
+
export interface FillFormRequest {
|
12
|
+
/** Async configuration options. */
|
13
|
+
async?: Airtop.AsyncConfig;
|
14
|
+
/** The ID of the automation to execute */
|
15
|
+
automationId: string;
|
16
|
+
clientRequestId?: string;
|
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
|
+
costThresholdCredits?: number;
|
19
|
+
/** Optional parameters to pass to the automation execution */
|
20
|
+
parameters?: Record<string, unknown>;
|
21
|
+
/**
|
22
|
+
* A time threshold in seconds 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).
|
23
|
+
*
|
24
|
+
* This setting does not extend the maximum session duration provided at the time of session creation.
|
25
|
+
*/
|
26
|
+
timeThresholdSeconds?: number;
|
27
|
+
}
|
@@ -1,6 +1,8 @@
|
|
1
1
|
export { type AsyncClickRequest } from "./AsyncClickRequest";
|
2
2
|
export { type AsyncCreateAutomationRequest } from "./AsyncCreateAutomationRequest";
|
3
|
+
export { type AsyncCreateFormFillerRequest } from "./AsyncCreateFormFillerRequest";
|
3
4
|
export { type AsyncExecuteAutomationRequest } from "./AsyncExecuteAutomationRequest";
|
5
|
+
export { type AsyncFillFormRequest } from "./AsyncFillFormRequest";
|
4
6
|
export { type AsyncHoverRequest } from "./AsyncHoverRequest";
|
5
7
|
export { type AsyncMonitorRequest } from "./AsyncMonitorRequest";
|
6
8
|
export { type AsyncPageQueryRequest } from "./AsyncPageQueryRequest";
|
@@ -13,6 +15,8 @@ export { type CreateWindowInputV1Body } from "./CreateWindowInputV1Body";
|
|
13
15
|
export { type GetWindowInfoRequest } from "./GetWindowInfoRequest";
|
14
16
|
export { type WindowLoadUrlV1Body } from "./WindowLoadUrlV1Body";
|
15
17
|
export { type SessionClickHandlerRequestBody } from "./SessionClickHandlerRequestBody";
|
18
|
+
export { type CreateFormFillerRequest } from "./CreateFormFillerRequest";
|
19
|
+
export { type FillFormRequest } from "./FillFormRequest";
|
16
20
|
export { type SessionHoverHandlerRequestBody } from "./SessionHoverHandlerRequestBody";
|
17
21
|
export { type SessionMonitorHandlerRequestBody } from "./SessionMonitorHandlerRequestBody";
|
18
22
|
export { type SessionPaginatedExtractionHandlerRequestBody } from "./SessionPaginatedExtractionHandlerRequestBody";
|
@@ -13,20 +13,13 @@ export * from "./CreateFileV1FileType";
|
|
13
13
|
export * from "./CreateFileV1";
|
14
14
|
export * from "./DeleteAutomationOutputWrapperBody";
|
15
15
|
export * from "./EnvelopeCreateFileV1EnvelopeDefaultMeta";
|
16
|
-
export * from "./CreateAutomationRequestBodyConfiguration";
|
17
|
-
export * from "./CreateFileV1FileType";
|
18
|
-
export * from "./CreateFileV1";
|
19
|
-
export * from "./DeleteAutomationOutputWrapperBody";
|
20
|
-
export * from "./EnvelopeCreateFileV1EnvelopeDefaultMeta";
|
21
16
|
export * from "./EnvelopeDefaultMeta";
|
22
17
|
export * from "./EnvelopeGetFileV1EnvelopeDefaultMeta";
|
23
|
-
export * from "./EnvelopeGetFileV1EnvelopeDefaultMeta";
|
24
18
|
export * from "./ErrorBody";
|
25
19
|
export * from "./ErrorDetail";
|
26
20
|
export * from "./ErrorMessage";
|
27
21
|
export * from "./ErrorModel";
|
28
22
|
export * from "./ExternalFile";
|
29
|
-
export * from "./ExternalFile";
|
30
23
|
export * from "./ExternalSessionAiResponseMetadataStatus";
|
31
24
|
export * from "./ExternalSessionAiResponseMetadata";
|
32
25
|
export * from "./ExternalSessionAiResponseMetadataUsage";
|
@@ -36,10 +29,6 @@ export * from "./FilesResponse";
|
|
36
29
|
export * from "./FilesWithPagination";
|
37
30
|
export * from "./GetFileV1FileType";
|
38
31
|
export * from "./GetFileV1";
|
39
|
-
export * from "./FilesResponse";
|
40
|
-
export * from "./FilesWithPagination";
|
41
|
-
export * from "./GetFileV1FileType";
|
42
|
-
export * from "./GetFileV1";
|
43
32
|
export * from "./IntervalMonitorConfig";
|
44
33
|
export * from "./Issue";
|
45
34
|
export * from "./ListAutomationsOutput";
|
package/dist/api/types/index.js
CHANGED
@@ -29,20 +29,13 @@ __exportStar(require("./CreateFileV1FileType"), exports);
|
|
29
29
|
__exportStar(require("./CreateFileV1"), exports);
|
30
30
|
__exportStar(require("./DeleteAutomationOutputWrapperBody"), exports);
|
31
31
|
__exportStar(require("./EnvelopeCreateFileV1EnvelopeDefaultMeta"), exports);
|
32
|
-
__exportStar(require("./CreateAutomationRequestBodyConfiguration"), exports);
|
33
|
-
__exportStar(require("./CreateFileV1FileType"), exports);
|
34
|
-
__exportStar(require("./CreateFileV1"), exports);
|
35
|
-
__exportStar(require("./DeleteAutomationOutputWrapperBody"), exports);
|
36
|
-
__exportStar(require("./EnvelopeCreateFileV1EnvelopeDefaultMeta"), exports);
|
37
32
|
__exportStar(require("./EnvelopeDefaultMeta"), exports);
|
38
33
|
__exportStar(require("./EnvelopeGetFileV1EnvelopeDefaultMeta"), exports);
|
39
|
-
__exportStar(require("./EnvelopeGetFileV1EnvelopeDefaultMeta"), exports);
|
40
34
|
__exportStar(require("./ErrorBody"), exports);
|
41
35
|
__exportStar(require("./ErrorDetail"), exports);
|
42
36
|
__exportStar(require("./ErrorMessage"), exports);
|
43
37
|
__exportStar(require("./ErrorModel"), exports);
|
44
38
|
__exportStar(require("./ExternalFile"), exports);
|
45
|
-
__exportStar(require("./ExternalFile"), exports);
|
46
39
|
__exportStar(require("./ExternalSessionAiResponseMetadataStatus"), exports);
|
47
40
|
__exportStar(require("./ExternalSessionAiResponseMetadata"), exports);
|
48
41
|
__exportStar(require("./ExternalSessionAiResponseMetadataUsage"), exports);
|
@@ -52,10 +45,6 @@ __exportStar(require("./FilesResponse"), exports);
|
|
52
45
|
__exportStar(require("./FilesWithPagination"), exports);
|
53
46
|
__exportStar(require("./GetFileV1FileType"), exports);
|
54
47
|
__exportStar(require("./GetFileV1"), exports);
|
55
|
-
__exportStar(require("./FilesResponse"), exports);
|
56
|
-
__exportStar(require("./FilesWithPagination"), exports);
|
57
|
-
__exportStar(require("./GetFileV1FileType"), exports);
|
58
|
-
__exportStar(require("./GetFileV1"), exports);
|
59
48
|
__exportStar(require("./IntervalMonitorConfig"), exports);
|
60
49
|
__exportStar(require("./Issue"), exports);
|
61
50
|
__exportStar(require("./ListAutomationsOutput"), exports);
|
@@ -42,6 +42,7 @@ const CreateFileRestInputV1FileType_1 = require("../../types/CreateFileRestInput
|
|
42
42
|
exports.CreateFileRestInputV1 = core.serialization.object({
|
43
43
|
fileName: core.serialization.string(),
|
44
44
|
fileType: CreateFileRestInputV1FileType_1.CreateFileRestInputV1FileType.optional(),
|
45
|
+
id: core.serialization.string().optional(),
|
45
46
|
sessionId: core.serialization.string().optional(),
|
46
47
|
sessionIds: core.serialization.list(core.serialization.string()).optional(),
|
47
48
|
});
|
@@ -4,16 +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 { SessionsEventsResponseSessionEvent } from "./SessionsEventsResponseSessionEvent";
|
8
7
|
import { SessionsEventsResponseStatus } from "./SessionsEventsResponseStatus";
|
9
8
|
import { SessionsEventsResponseError } from "./SessionsEventsResponseError";
|
10
9
|
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.
|
14
|
-
interface SessionEvent extends SessionsEventsResponseSessionEvent.Raw {
|
15
|
-
event: "sessionEvent";
|
16
|
-
}
|
13
|
+
type Raw = SessionsEventsResponse.Status | SessionsEventsResponse.Error | SessionsEventsResponse.WindowEvent | SessionsEventsResponse.SessionEvent;
|
17
14
|
interface Status extends SessionsEventsResponseStatus.Raw {
|
18
15
|
event: "status";
|
19
16
|
}
|
@@ -23,4 +20,7 @@ export declare namespace SessionsEventsResponse {
|
|
23
20
|
interface WindowEvent extends SessionsEventsResponseWindowEvent.Raw {
|
24
21
|
event: "windowEvent";
|
25
22
|
}
|
23
|
+
interface SessionEvent extends SessionsEventsResponseSessionEvent.Raw {
|
24
|
+
event: "sessionEvent";
|
25
|
+
}
|
26
26
|
}
|
@@ -38,16 +38,16 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
39
39
|
exports.SessionsEventsResponse = void 0;
|
40
40
|
const core = __importStar(require("../../../../core"));
|
41
|
-
const SessionsEventsResponseSessionEvent_1 = require("./SessionsEventsResponseSessionEvent");
|
42
41
|
const SessionsEventsResponseStatus_1 = require("./SessionsEventsResponseStatus");
|
43
42
|
const SessionsEventsResponseError_1 = require("./SessionsEventsResponseError");
|
44
43
|
const SessionsEventsResponseWindowEvent_1 = require("./SessionsEventsResponseWindowEvent");
|
44
|
+
const SessionsEventsResponseSessionEvent_1 = require("./SessionsEventsResponseSessionEvent");
|
45
45
|
exports.SessionsEventsResponse = core.serialization
|
46
46
|
.union("event", {
|
47
|
-
sessionEvent: SessionsEventsResponseSessionEvent_1.SessionsEventsResponseSessionEvent,
|
48
47
|
status: SessionsEventsResponseStatus_1.SessionsEventsResponseStatus,
|
49
48
|
error: SessionsEventsResponseError_1.SessionsEventsResponseError,
|
50
49
|
windowEvent: SessionsEventsResponseWindowEvent_1.SessionsEventsResponseWindowEvent,
|
50
|
+
sessionEvent: SessionsEventsResponseSessionEvent_1.SessionsEventsResponseSessionEvent,
|
51
51
|
})
|
52
52
|
.transform({
|
53
53
|
transform: (value) => value,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
export * from "./SessionsListRequestStatus";
|
2
|
-
export * from "./SessionsEventsResponseSessionEvent";
|
3
2
|
export * from "./SessionsEventsResponseStatus";
|
4
3
|
export * from "./SessionsEventsResponseError";
|
5
4
|
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);
|
19
18
|
__exportStar(require("./SessionsEventsResponseStatus"), exports);
|
20
19
|
__exportStar(require("./SessionsEventsResponseError"), exports);
|
21
20
|
__exportStar(require("./SessionsEventsResponseWindowEvent"), exports);
|
21
|
+
__exportStar(require("./SessionsEventsResponseSessionEvent"), exports);
|
22
22
|
__exportStar(require("./SessionsEventsResponse"), exports);
|
package/dist/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts
ADDED
@@ -0,0 +1,18 @@
|
|
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 { AsyncConfig } from "../../../../types/AsyncConfig";
|
8
|
+
import { CreateAutomationRequestBodyConfiguration } from "../../../../types/CreateAutomationRequestBodyConfiguration";
|
9
|
+
export declare const AsyncCreateFormFillerRequest: core.serialization.Schema<serializers.AsyncCreateFormFillerRequest.Raw, Airtop.AsyncCreateFormFillerRequest>;
|
10
|
+
export declare namespace AsyncCreateFormFillerRequest {
|
11
|
+
interface Raw {
|
12
|
+
async?: AsyncConfig.Raw | null;
|
13
|
+
clientRequestId?: string | null;
|
14
|
+
configuration?: CreateAutomationRequestBodyConfiguration.Raw | null;
|
15
|
+
costThresholdCredits?: number | null;
|
16
|
+
timeThresholdSeconds?: number | null;
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,49 @@
|
|
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 () {
|
22
|
+
var ownKeys = function(o) {
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
24
|
+
var ar = [];
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
26
|
+
return ar;
|
27
|
+
};
|
28
|
+
return ownKeys(o);
|
29
|
+
};
|
30
|
+
return function (mod) {
|
31
|
+
if (mod && mod.__esModule) return mod;
|
32
|
+
var result = {};
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
34
|
+
__setModuleDefault(result, mod);
|
35
|
+
return result;
|
36
|
+
};
|
37
|
+
})();
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
39
|
+
exports.AsyncCreateFormFillerRequest = void 0;
|
40
|
+
const core = __importStar(require("../../../../../core"));
|
41
|
+
const AsyncConfig_1 = require("../../../../types/AsyncConfig");
|
42
|
+
const CreateAutomationRequestBodyConfiguration_1 = require("../../../../types/CreateAutomationRequestBodyConfiguration");
|
43
|
+
exports.AsyncCreateFormFillerRequest = core.serialization.object({
|
44
|
+
async: AsyncConfig_1.AsyncConfig.optional(),
|
45
|
+
clientRequestId: core.serialization.string().optional(),
|
46
|
+
configuration: CreateAutomationRequestBodyConfiguration_1.CreateAutomationRequestBodyConfiguration.optional(),
|
47
|
+
costThresholdCredits: core.serialization.number().optional(),
|
48
|
+
timeThresholdSeconds: core.serialization.number().optional(),
|
49
|
+
});
|
@@ -0,0 +1,18 @@
|
|
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 { AsyncConfig } from "../../../../types/AsyncConfig";
|
8
|
+
export declare const AsyncFillFormRequest: core.serialization.Schema<serializers.AsyncFillFormRequest.Raw, Airtop.AsyncFillFormRequest>;
|
9
|
+
export declare namespace AsyncFillFormRequest {
|
10
|
+
interface Raw {
|
11
|
+
async?: AsyncConfig.Raw | null;
|
12
|
+
automationId: string;
|
13
|
+
clientRequestId?: string | null;
|
14
|
+
costThresholdCredits?: number | null;
|
15
|
+
parameters?: Record<string, unknown> | null;
|
16
|
+
timeThresholdSeconds?: number | null;
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,49 @@
|
|
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 () {
|
22
|
+
var ownKeys = function(o) {
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
24
|
+
var ar = [];
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
26
|
+
return ar;
|
27
|
+
};
|
28
|
+
return ownKeys(o);
|
29
|
+
};
|
30
|
+
return function (mod) {
|
31
|
+
if (mod && mod.__esModule) return mod;
|
32
|
+
var result = {};
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
34
|
+
__setModuleDefault(result, mod);
|
35
|
+
return result;
|
36
|
+
};
|
37
|
+
})();
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
39
|
+
exports.AsyncFillFormRequest = void 0;
|
40
|
+
const core = __importStar(require("../../../../../core"));
|
41
|
+
const AsyncConfig_1 = require("../../../../types/AsyncConfig");
|
42
|
+
exports.AsyncFillFormRequest = core.serialization.object({
|
43
|
+
async: AsyncConfig_1.AsyncConfig.optional(),
|
44
|
+
automationId: core.serialization.string(),
|
45
|
+
clientRequestId: core.serialization.string().optional(),
|
46
|
+
costThresholdCredits: core.serialization.number().optional(),
|
47
|
+
parameters: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
48
|
+
timeThresholdSeconds: core.serialization.number().optional(),
|
49
|
+
});
|
@@ -0,0 +1,18 @@
|
|
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 { AsyncConfig } from "../../../../types/AsyncConfig";
|
8
|
+
import { CreateAutomationRequestBodyConfiguration } from "../../../../types/CreateAutomationRequestBodyConfiguration";
|
9
|
+
export declare const CreateFormFillerRequest: core.serialization.Schema<serializers.CreateFormFillerRequest.Raw, Airtop.CreateFormFillerRequest>;
|
10
|
+
export declare namespace CreateFormFillerRequest {
|
11
|
+
interface Raw {
|
12
|
+
async?: AsyncConfig.Raw | null;
|
13
|
+
clientRequestId?: string | null;
|
14
|
+
configuration?: CreateAutomationRequestBodyConfiguration.Raw | null;
|
15
|
+
costThresholdCredits?: number | null;
|
16
|
+
timeThresholdSeconds?: number | null;
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,49 @@
|
|
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 () {
|
22
|
+
var ownKeys = function(o) {
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
24
|
+
var ar = [];
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
26
|
+
return ar;
|
27
|
+
};
|
28
|
+
return ownKeys(o);
|
29
|
+
};
|
30
|
+
return function (mod) {
|
31
|
+
if (mod && mod.__esModule) return mod;
|
32
|
+
var result = {};
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
34
|
+
__setModuleDefault(result, mod);
|
35
|
+
return result;
|
36
|
+
};
|
37
|
+
})();
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
39
|
+
exports.CreateFormFillerRequest = void 0;
|
40
|
+
const core = __importStar(require("../../../../../core"));
|
41
|
+
const AsyncConfig_1 = require("../../../../types/AsyncConfig");
|
42
|
+
const CreateAutomationRequestBodyConfiguration_1 = require("../../../../types/CreateAutomationRequestBodyConfiguration");
|
43
|
+
exports.CreateFormFillerRequest = core.serialization.object({
|
44
|
+
async: AsyncConfig_1.AsyncConfig.optional(),
|
45
|
+
clientRequestId: core.serialization.string().optional(),
|
46
|
+
configuration: CreateAutomationRequestBodyConfiguration_1.CreateAutomationRequestBodyConfiguration.optional(),
|
47
|
+
costThresholdCredits: core.serialization.number().optional(),
|
48
|
+
timeThresholdSeconds: core.serialization.number().optional(),
|
49
|
+
});
|
@@ -0,0 +1,18 @@
|
|
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 { AsyncConfig } from "../../../../types/AsyncConfig";
|
8
|
+
export declare const FillFormRequest: core.serialization.Schema<serializers.FillFormRequest.Raw, Airtop.FillFormRequest>;
|
9
|
+
export declare namespace FillFormRequest {
|
10
|
+
interface Raw {
|
11
|
+
async?: AsyncConfig.Raw | null;
|
12
|
+
automationId: string;
|
13
|
+
clientRequestId?: string | null;
|
14
|
+
costThresholdCredits?: number | null;
|
15
|
+
parameters?: Record<string, unknown> | null;
|
16
|
+
timeThresholdSeconds?: number | null;
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,49 @@
|
|
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 () {
|
22
|
+
var ownKeys = function(o) {
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
24
|
+
var ar = [];
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
26
|
+
return ar;
|
27
|
+
};
|
28
|
+
return ownKeys(o);
|
29
|
+
};
|
30
|
+
return function (mod) {
|
31
|
+
if (mod && mod.__esModule) return mod;
|
32
|
+
var result = {};
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
34
|
+
__setModuleDefault(result, mod);
|
35
|
+
return result;
|
36
|
+
};
|
37
|
+
})();
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
39
|
+
exports.FillFormRequest = void 0;
|
40
|
+
const core = __importStar(require("../../../../../core"));
|
41
|
+
const AsyncConfig_1 = require("../../../../types/AsyncConfig");
|
42
|
+
exports.FillFormRequest = core.serialization.object({
|
43
|
+
async: AsyncConfig_1.AsyncConfig.optional(),
|
44
|
+
automationId: core.serialization.string(),
|
45
|
+
clientRequestId: core.serialization.string().optional(),
|
46
|
+
costThresholdCredits: core.serialization.number().optional(),
|
47
|
+
parameters: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
48
|
+
timeThresholdSeconds: core.serialization.number().optional(),
|
49
|
+
});
|
@@ -1,6 +1,8 @@
|
|
1
1
|
export { AsyncClickRequest } from "./AsyncClickRequest";
|
2
2
|
export { AsyncCreateAutomationRequest } from "./AsyncCreateAutomationRequest";
|
3
|
+
export { AsyncCreateFormFillerRequest } from "./AsyncCreateFormFillerRequest";
|
3
4
|
export { AsyncExecuteAutomationRequest } from "./AsyncExecuteAutomationRequest";
|
5
|
+
export { AsyncFillFormRequest } from "./AsyncFillFormRequest";
|
4
6
|
export { AsyncHoverRequest } from "./AsyncHoverRequest";
|
5
7
|
export { AsyncMonitorRequest } from "./AsyncMonitorRequest";
|
6
8
|
export { AsyncPageQueryRequest } from "./AsyncPageQueryRequest";
|
@@ -12,6 +14,8 @@ export { AsyncTypeRequest } from "./AsyncTypeRequest";
|
|
12
14
|
export { CreateWindowInputV1Body } from "./CreateWindowInputV1Body";
|
13
15
|
export { WindowLoadUrlV1Body } from "./WindowLoadUrlV1Body";
|
14
16
|
export { SessionClickHandlerRequestBody } from "./SessionClickHandlerRequestBody";
|
17
|
+
export { CreateFormFillerRequest } from "./CreateFormFillerRequest";
|
18
|
+
export { FillFormRequest } from "./FillFormRequest";
|
15
19
|
export { SessionHoverHandlerRequestBody } from "./SessionHoverHandlerRequestBody";
|
16
20
|
export { SessionMonitorHandlerRequestBody } from "./SessionMonitorHandlerRequestBody";
|
17
21
|
export { SessionPaginatedExtractionHandlerRequestBody } from "./SessionPaginatedExtractionHandlerRequestBody";
|
@@ -1,12 +1,16 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.SessionTypeHandlerRequestBody = exports.SessionSummaryHandlerRequestBody = exports.SessionScrollHandlerRequestBody = exports.SessionScreenshotHandlerRequestBody = exports.ScrapeContentRequest = exports.SessionPaginatedExtractionHandlerRequestBody = exports.SessionMonitorHandlerRequestBody = exports.SessionHoverHandlerRequestBody = exports.SessionClickHandlerRequestBody = exports.WindowLoadUrlV1Body = exports.CreateWindowInputV1Body = exports.AsyncTypeRequest = exports.AsyncSummarizeContentRequest = exports.AsyncScreenshotRequest = exports.AsyncPromptContentRequest = exports.AsyncPaginatedExtractionRequest = exports.AsyncPageQueryRequest = exports.AsyncMonitorRequest = exports.AsyncHoverRequest = exports.AsyncExecuteAutomationRequest = exports.AsyncCreateAutomationRequest = exports.AsyncClickRequest = void 0;
|
3
|
+
exports.SessionTypeHandlerRequestBody = exports.SessionSummaryHandlerRequestBody = exports.SessionScrollHandlerRequestBody = exports.SessionScreenshotHandlerRequestBody = exports.ScrapeContentRequest = exports.SessionPaginatedExtractionHandlerRequestBody = exports.SessionMonitorHandlerRequestBody = exports.SessionHoverHandlerRequestBody = exports.FillFormRequest = exports.CreateFormFillerRequest = exports.SessionClickHandlerRequestBody = exports.WindowLoadUrlV1Body = exports.CreateWindowInputV1Body = exports.AsyncTypeRequest = exports.AsyncSummarizeContentRequest = exports.AsyncScreenshotRequest = exports.AsyncPromptContentRequest = exports.AsyncPaginatedExtractionRequest = exports.AsyncPageQueryRequest = exports.AsyncMonitorRequest = exports.AsyncHoverRequest = exports.AsyncFillFormRequest = exports.AsyncExecuteAutomationRequest = exports.AsyncCreateFormFillerRequest = exports.AsyncCreateAutomationRequest = exports.AsyncClickRequest = void 0;
|
4
4
|
var AsyncClickRequest_1 = require("./AsyncClickRequest");
|
5
5
|
Object.defineProperty(exports, "AsyncClickRequest", { enumerable: true, get: function () { return AsyncClickRequest_1.AsyncClickRequest; } });
|
6
6
|
var AsyncCreateAutomationRequest_1 = require("./AsyncCreateAutomationRequest");
|
7
7
|
Object.defineProperty(exports, "AsyncCreateAutomationRequest", { enumerable: true, get: function () { return AsyncCreateAutomationRequest_1.AsyncCreateAutomationRequest; } });
|
8
|
+
var AsyncCreateFormFillerRequest_1 = require("./AsyncCreateFormFillerRequest");
|
9
|
+
Object.defineProperty(exports, "AsyncCreateFormFillerRequest", { enumerable: true, get: function () { return AsyncCreateFormFillerRequest_1.AsyncCreateFormFillerRequest; } });
|
8
10
|
var AsyncExecuteAutomationRequest_1 = require("./AsyncExecuteAutomationRequest");
|
9
11
|
Object.defineProperty(exports, "AsyncExecuteAutomationRequest", { enumerable: true, get: function () { return AsyncExecuteAutomationRequest_1.AsyncExecuteAutomationRequest; } });
|
12
|
+
var AsyncFillFormRequest_1 = require("./AsyncFillFormRequest");
|
13
|
+
Object.defineProperty(exports, "AsyncFillFormRequest", { enumerable: true, get: function () { return AsyncFillFormRequest_1.AsyncFillFormRequest; } });
|
10
14
|
var AsyncHoverRequest_1 = require("./AsyncHoverRequest");
|
11
15
|
Object.defineProperty(exports, "AsyncHoverRequest", { enumerable: true, get: function () { return AsyncHoverRequest_1.AsyncHoverRequest; } });
|
12
16
|
var AsyncMonitorRequest_1 = require("./AsyncMonitorRequest");
|
@@ -29,6 +33,10 @@ var WindowLoadUrlV1Body_1 = require("./WindowLoadUrlV1Body");
|
|
29
33
|
Object.defineProperty(exports, "WindowLoadUrlV1Body", { enumerable: true, get: function () { return WindowLoadUrlV1Body_1.WindowLoadUrlV1Body; } });
|
30
34
|
var SessionClickHandlerRequestBody_1 = require("./SessionClickHandlerRequestBody");
|
31
35
|
Object.defineProperty(exports, "SessionClickHandlerRequestBody", { enumerable: true, get: function () { return SessionClickHandlerRequestBody_1.SessionClickHandlerRequestBody; } });
|
36
|
+
var CreateFormFillerRequest_1 = require("./CreateFormFillerRequest");
|
37
|
+
Object.defineProperty(exports, "CreateFormFillerRequest", { enumerable: true, get: function () { return CreateFormFillerRequest_1.CreateFormFillerRequest; } });
|
38
|
+
var FillFormRequest_1 = require("./FillFormRequest");
|
39
|
+
Object.defineProperty(exports, "FillFormRequest", { enumerable: true, get: function () { return FillFormRequest_1.FillFormRequest; } });
|
32
40
|
var SessionHoverHandlerRequestBody_1 = require("./SessionHoverHandlerRequestBody");
|
33
41
|
Object.defineProperty(exports, "SessionHoverHandlerRequestBody", { enumerable: true, get: function () { return SessionHoverHandlerRequestBody_1.SessionHoverHandlerRequestBody; } });
|
34
42
|
var SessionMonitorHandlerRequestBody_1 = require("./SessionMonitorHandlerRequestBody");
|
@@ -13,20 +13,13 @@ export * from "./CreateFileV1FileType";
|
|
13
13
|
export * from "./CreateFileV1";
|
14
14
|
export * from "./DeleteAutomationOutputWrapperBody";
|
15
15
|
export * from "./EnvelopeCreateFileV1EnvelopeDefaultMeta";
|
16
|
-
export * from "./CreateAutomationRequestBodyConfiguration";
|
17
|
-
export * from "./CreateFileV1FileType";
|
18
|
-
export * from "./CreateFileV1";
|
19
|
-
export * from "./DeleteAutomationOutputWrapperBody";
|
20
|
-
export * from "./EnvelopeCreateFileV1EnvelopeDefaultMeta";
|
21
16
|
export * from "./EnvelopeDefaultMeta";
|
22
17
|
export * from "./EnvelopeGetFileV1EnvelopeDefaultMeta";
|
23
|
-
export * from "./EnvelopeGetFileV1EnvelopeDefaultMeta";
|
24
18
|
export * from "./ErrorBody";
|
25
19
|
export * from "./ErrorDetail";
|
26
20
|
export * from "./ErrorMessage";
|
27
21
|
export * from "./ErrorModel";
|
28
22
|
export * from "./ExternalFile";
|
29
|
-
export * from "./ExternalFile";
|
30
23
|
export * from "./ExternalSessionAiResponseMetadataStatus";
|
31
24
|
export * from "./ExternalSessionAiResponseMetadata";
|
32
25
|
export * from "./ExternalSessionAiResponseMetadataUsage";
|
@@ -36,10 +29,6 @@ export * from "./FilesResponse";
|
|
36
29
|
export * from "./FilesWithPagination";
|
37
30
|
export * from "./GetFileV1FileType";
|
38
31
|
export * from "./GetFileV1";
|
39
|
-
export * from "./FilesResponse";
|
40
|
-
export * from "./FilesWithPagination";
|
41
|
-
export * from "./GetFileV1FileType";
|
42
|
-
export * from "./GetFileV1";
|
43
32
|
export * from "./IntervalMonitorConfig";
|
44
33
|
export * from "./Issue";
|
45
34
|
export * from "./ListAutomationsOutput";
|
@@ -29,20 +29,13 @@ __exportStar(require("./CreateFileV1FileType"), exports);
|
|
29
29
|
__exportStar(require("./CreateFileV1"), exports);
|
30
30
|
__exportStar(require("./DeleteAutomationOutputWrapperBody"), exports);
|
31
31
|
__exportStar(require("./EnvelopeCreateFileV1EnvelopeDefaultMeta"), exports);
|
32
|
-
__exportStar(require("./CreateAutomationRequestBodyConfiguration"), exports);
|
33
|
-
__exportStar(require("./CreateFileV1FileType"), exports);
|
34
|
-
__exportStar(require("./CreateFileV1"), exports);
|
35
|
-
__exportStar(require("./DeleteAutomationOutputWrapperBody"), exports);
|
36
|
-
__exportStar(require("./EnvelopeCreateFileV1EnvelopeDefaultMeta"), exports);
|
37
32
|
__exportStar(require("./EnvelopeDefaultMeta"), exports);
|
38
33
|
__exportStar(require("./EnvelopeGetFileV1EnvelopeDefaultMeta"), exports);
|
39
|
-
__exportStar(require("./EnvelopeGetFileV1EnvelopeDefaultMeta"), exports);
|
40
34
|
__exportStar(require("./ErrorBody"), exports);
|
41
35
|
__exportStar(require("./ErrorDetail"), exports);
|
42
36
|
__exportStar(require("./ErrorMessage"), exports);
|
43
37
|
__exportStar(require("./ErrorModel"), exports);
|
44
38
|
__exportStar(require("./ExternalFile"), exports);
|
45
|
-
__exportStar(require("./ExternalFile"), exports);
|
46
39
|
__exportStar(require("./ExternalSessionAiResponseMetadataStatus"), exports);
|
47
40
|
__exportStar(require("./ExternalSessionAiResponseMetadata"), exports);
|
48
41
|
__exportStar(require("./ExternalSessionAiResponseMetadataUsage"), exports);
|
@@ -52,10 +45,6 @@ __exportStar(require("./FilesResponse"), exports);
|
|
52
45
|
__exportStar(require("./FilesWithPagination"), exports);
|
53
46
|
__exportStar(require("./GetFileV1FileType"), exports);
|
54
47
|
__exportStar(require("./GetFileV1"), exports);
|
55
|
-
__exportStar(require("./FilesResponse"), exports);
|
56
|
-
__exportStar(require("./FilesWithPagination"), exports);
|
57
|
-
__exportStar(require("./GetFileV1FileType"), exports);
|
58
|
-
__exportStar(require("./GetFileV1"), exports);
|
59
48
|
__exportStar(require("./IntervalMonitorConfig"), exports);
|
60
49
|
__exportStar(require("./Issue"), exports);
|
61
50
|
__exportStar(require("./ListAutomationsOutput"), exports);
|
package/dist/version.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const SDK_VERSION = "0.1.
|
1
|
+
export declare const SDK_VERSION = "0.1.36-beta0";
|
package/dist/version.js
CHANGED
@@ -21,8 +21,9 @@ export declare class AirtopClient {
|
|
21
21
|
get sessions(): AirtopSessions;
|
22
22
|
get windows(): AirtopWindows;
|
23
23
|
get requests(): AirtopRequests;
|
24
|
-
get files(): AirtopFiles;
|
25
24
|
get profiles(): import("../api/resources/profiles/client/Client").Profiles;
|
25
|
+
get automations(): import("../api/resources/automations/client/Client").Automations;
|
26
|
+
get files(): AirtopFiles;
|
26
27
|
log(message: string): void;
|
27
28
|
warn(message: string): void;
|
28
29
|
error(err: any): void;
|