@airtop/sdk 0.1.30-beta0 → 0.1.31-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/Client.d.ts +3 -0
- package/Client.js +13 -8
- package/api/errors/ForbiddenError.d.ts +8 -0
- package/api/errors/ForbiddenError.js +41 -0
- package/api/errors/UnauthorizedError.d.ts +8 -0
- package/api/errors/UnauthorizedError.js +41 -0
- package/api/errors/index.d.ts +2 -0
- package/api/errors/index.js +2 -0
- package/api/resources/automations/client/Client.d.ts +87 -0
- package/api/resources/automations/client/Client.js +451 -0
- package/api/resources/automations/client/index.d.ts +1 -0
- package/api/resources/automations/client/index.js +17 -0
- package/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +19 -0
- package/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +5 -0
- package/api/resources/automations/client/requests/index.d.ts +1 -0
- package/api/resources/automations/client/requests/index.js +2 -0
- package/api/resources/automations/index.d.ts +1 -0
- package/api/resources/automations/index.js +17 -0
- package/api/resources/extensionConfigurations/client/Client.d.ts +0 -10
- package/api/resources/extensionConfigurations/client/Client.js +3 -68
- package/api/resources/extensionConfigurations/client/index.d.ts +1 -1
- package/api/resources/extensionConfigurations/client/index.js +0 -15
- package/api/resources/index.d.ts +2 -1
- package/api/resources/index.js +3 -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/SessionsListRequestStatus.d.ts +4 -1
- package/api/resources/sessions/types/SessionsListRequestStatus.js +3 -0
- package/api/resources/windows/client/Client.js +52 -52
- package/api/types/AutomationOutput.d.ts +10 -0
- package/api/types/AutomationOutput.js +5 -0
- package/api/types/DeleteAutomationOutputWrapperBody.d.ts +4 -0
- package/api/types/DeleteAutomationOutputWrapperBody.js +5 -0
- package/api/types/ListAutomationsOutput.d.ts +7 -0
- package/api/types/ListAutomationsOutput.js +5 -0
- package/api/types/Pagination.d.ts +8 -0
- package/api/types/SessionConfigV1.d.ts +0 -2
- package/api/types/index.d.ts +3 -0
- package/api/types/index.js +3 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +13 -8
- package/dist/api/errors/ForbiddenError.d.ts +8 -0
- package/dist/api/errors/ForbiddenError.js +41 -0
- package/dist/api/errors/UnauthorizedError.d.ts +8 -0
- package/dist/api/errors/UnauthorizedError.js +41 -0
- package/dist/api/errors/index.d.ts +2 -0
- package/dist/api/errors/index.js +2 -0
- package/dist/api/resources/automations/client/Client.d.ts +87 -0
- package/dist/api/resources/automations/client/Client.js +451 -0
- package/dist/api/resources/automations/client/index.d.ts +1 -0
- package/dist/api/resources/automations/client/index.js +17 -0
- package/dist/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +19 -0
- package/dist/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +5 -0
- package/dist/api/resources/automations/client/requests/index.d.ts +1 -0
- package/dist/api/resources/automations/client/requests/index.js +2 -0
- package/dist/api/resources/automations/index.d.ts +1 -0
- package/dist/api/resources/automations/index.js +17 -0
- package/dist/api/resources/extensionConfigurations/client/Client.d.ts +0 -10
- package/dist/api/resources/extensionConfigurations/client/Client.js +3 -68
- package/dist/api/resources/extensionConfigurations/client/index.d.ts +1 -1
- package/dist/api/resources/extensionConfigurations/client/index.js +0 -15
- package/dist/api/resources/index.d.ts +2 -1
- package/dist/api/resources/index.js +3 -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/SessionsListRequestStatus.d.ts +4 -1
- package/dist/api/resources/sessions/types/SessionsListRequestStatus.js +3 -0
- package/dist/api/resources/windows/client/Client.js +52 -52
- package/dist/api/types/AutomationOutput.d.ts +10 -0
- package/dist/api/types/AutomationOutput.js +5 -0
- package/dist/api/types/DeleteAutomationOutputWrapperBody.d.ts +4 -0
- package/dist/api/types/DeleteAutomationOutputWrapperBody.js +5 -0
- package/dist/api/types/ListAutomationsOutput.d.ts +7 -0
- package/dist/api/types/ListAutomationsOutput.js +5 -0
- package/dist/api/types/Pagination.d.ts +8 -0
- package/dist/api/types/SessionConfigV1.d.ts +0 -2
- package/dist/api/types/index.d.ts +3 -0
- package/dist/api/types/index.js +3 -0
- package/dist/serialization/resources/automations/client/index.d.ts +1 -0
- package/dist/serialization/resources/automations/client/index.js +17 -0
- package/dist/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +14 -0
- package/dist/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +35 -0
- package/dist/serialization/resources/automations/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/automations/client/requests/index.js +5 -0
- package/dist/serialization/resources/automations/index.d.ts +1 -0
- package/dist/serialization/resources/automations/index.js +17 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/sessions/types/SessionsListRequestStatus.d.ts +1 -1
- package/dist/serialization/resources/sessions/types/SessionsListRequestStatus.js +1 -1
- package/dist/serialization/types/AutomationOutput.d.ts +16 -0
- package/dist/serialization/types/AutomationOutput.js +37 -0
- package/dist/serialization/types/DeleteAutomationOutputWrapperBody.d.ts +10 -0
- package/dist/serialization/types/DeleteAutomationOutputWrapperBody.js +31 -0
- package/dist/serialization/types/ListAutomationsOutput.d.ts +13 -0
- package/dist/serialization/types/ListAutomationsOutput.js +34 -0
- package/dist/serialization/types/SessionConfigV1.d.ts +0 -1
- package/dist/serialization/types/SessionConfigV1.js +0 -1
- package/dist/serialization/types/index.d.ts +3 -0
- package/dist/serialization/types/index.js +3 -0
- package/package.json +1 -1
- package/reference.md +193 -6
- package/serialization/resources/automations/client/index.d.ts +1 -0
- package/serialization/resources/automations/client/index.js +17 -0
- package/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +14 -0
- package/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +35 -0
- package/serialization/resources/automations/client/requests/index.d.ts +1 -0
- package/serialization/resources/automations/client/requests/index.js +5 -0
- package/serialization/resources/automations/index.d.ts +1 -0
- package/serialization/resources/automations/index.js +17 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/sessions/types/SessionsListRequestStatus.d.ts +1 -1
- package/serialization/resources/sessions/types/SessionsListRequestStatus.js +1 -1
- package/serialization/types/AutomationOutput.d.ts +16 -0
- package/serialization/types/AutomationOutput.js +37 -0
- package/serialization/types/DeleteAutomationOutputWrapperBody.d.ts +10 -0
- package/serialization/types/DeleteAutomationOutputWrapperBody.js +31 -0
- package/serialization/types/ListAutomationsOutput.d.ts +13 -0
- package/serialization/types/ListAutomationsOutput.js +34 -0
- package/serialization/types/SessionConfigV1.d.ts +0 -1
- package/serialization/types/SessionConfigV1.js +0 -1
- package/serialization/types/index.d.ts +3 -0
- package/serialization/types/index.js +3 -0
@@ -0,0 +1,34 @@
|
|
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.ListAutomationsOutput = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const AutomationOutput_1 = require("./AutomationOutput");
|
32
|
+
exports.ListAutomationsOutput = core.serialization.object({
|
33
|
+
automations: core.serialization.list(AutomationOutput_1.AutomationOutput).optional(),
|
34
|
+
});
|
@@ -9,7 +9,6 @@ export declare const SessionConfigV1: core.serialization.ObjectSchema<serializer
|
|
9
9
|
export declare namespace SessionConfigV1 {
|
10
10
|
interface Raw {
|
11
11
|
baseProfileId?: string | null;
|
12
|
-
extensionConfigurationName?: string | null;
|
13
12
|
extensionIds?: string[] | null;
|
14
13
|
persistProfile?: boolean | null;
|
15
14
|
profileName?: string | null;
|
@@ -31,7 +31,6 @@ const core = __importStar(require("../../core"));
|
|
31
31
|
const SessionConfigV1Proxy_1 = require("./SessionConfigV1Proxy");
|
32
32
|
exports.SessionConfigV1 = core.serialization.object({
|
33
33
|
baseProfileId: core.serialization.string().optional(),
|
34
|
-
extensionConfigurationName: core.serialization.string().optional(),
|
35
34
|
extensionIds: core.serialization.list(core.serialization.string()).optional(),
|
36
35
|
persistProfile: core.serialization.boolean().optional(),
|
37
36
|
profileName: core.serialization.string().optional(),
|
@@ -2,6 +2,7 @@ export * from "./AiPromptResponse";
|
|
2
2
|
export * from "./AiResponseEnvelope";
|
3
3
|
export * from "./AsyncConfig";
|
4
4
|
export * from "./AsyncSessionAiResponseEnvelope";
|
5
|
+
export * from "./AutomationOutput";
|
5
6
|
export * from "./BrowserWaitNavigationConfigWaitUntil";
|
6
7
|
export * from "./BrowserWaitNavigationConfig";
|
7
8
|
export * from "./BrowserWaitSelectorConfig";
|
@@ -9,6 +10,7 @@ export * from "./ClickConfigClickType";
|
|
9
10
|
export * from "./ClickConfig";
|
10
11
|
export * from "./ClientProvidedResponseMetadata";
|
11
12
|
export * from "./CreateAutomationRequestBodyConfiguration";
|
13
|
+
export * from "./DeleteAutomationOutputWrapperBody";
|
12
14
|
export * from "./EnvelopeDefaultMeta";
|
13
15
|
export * from "./ErrorBody";
|
14
16
|
export * from "./ErrorDetail";
|
@@ -22,6 +24,7 @@ export * from "./ExternalSessionConfig";
|
|
22
24
|
export * from "./ExternalSessionWithConnectionInfo";
|
23
25
|
export * from "./IntervalMonitorConfig";
|
24
26
|
export * from "./Issue";
|
27
|
+
export * from "./ListAutomationsOutput";
|
25
28
|
export * from "./MicroInteractionConfig";
|
26
29
|
export * from "./MonitorConfigIncludeVisualAnalysis";
|
27
30
|
export * from "./MonitorConfigMonitorType";
|
@@ -18,6 +18,7 @@ __exportStar(require("./AiPromptResponse"), exports);
|
|
18
18
|
__exportStar(require("./AiResponseEnvelope"), exports);
|
19
19
|
__exportStar(require("./AsyncConfig"), exports);
|
20
20
|
__exportStar(require("./AsyncSessionAiResponseEnvelope"), exports);
|
21
|
+
__exportStar(require("./AutomationOutput"), exports);
|
21
22
|
__exportStar(require("./BrowserWaitNavigationConfigWaitUntil"), exports);
|
22
23
|
__exportStar(require("./BrowserWaitNavigationConfig"), exports);
|
23
24
|
__exportStar(require("./BrowserWaitSelectorConfig"), exports);
|
@@ -25,6 +26,7 @@ __exportStar(require("./ClickConfigClickType"), exports);
|
|
25
26
|
__exportStar(require("./ClickConfig"), exports);
|
26
27
|
__exportStar(require("./ClientProvidedResponseMetadata"), exports);
|
27
28
|
__exportStar(require("./CreateAutomationRequestBodyConfiguration"), exports);
|
29
|
+
__exportStar(require("./DeleteAutomationOutputWrapperBody"), exports);
|
28
30
|
__exportStar(require("./EnvelopeDefaultMeta"), exports);
|
29
31
|
__exportStar(require("./ErrorBody"), exports);
|
30
32
|
__exportStar(require("./ErrorDetail"), exports);
|
@@ -38,6 +40,7 @@ __exportStar(require("./ExternalSessionConfig"), exports);
|
|
38
40
|
__exportStar(require("./ExternalSessionWithConnectionInfo"), exports);
|
39
41
|
__exportStar(require("./IntervalMonitorConfig"), exports);
|
40
42
|
__exportStar(require("./Issue"), exports);
|
43
|
+
__exportStar(require("./ListAutomationsOutput"), exports);
|
41
44
|
__exportStar(require("./MicroInteractionConfig"), exports);
|
42
45
|
__exportStar(require("./MonitorConfigIncludeVisualAnalysis"), exports);
|
43
46
|
__exportStar(require("./MonitorConfigMonitorType"), exports);
|