@airtop/sdk 0.1.44 → 0.1.45
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/README.md +1 -1
- package/api/resources/automations/client/Client.js +4 -4
- package/api/resources/files/client/Client.js +5 -5
- package/api/resources/files/types/CreateFileRestInputV1FileType.d.ts +2 -2
- package/api/resources/files/types/CreateFileRestInputV1FileType.js +1 -1
- package/api/resources/profiles/client/Client.js +1 -1
- package/api/resources/requests/client/Client.js +1 -1
- package/api/resources/sessions/client/Client.js +6 -6
- package/api/resources/sessions/types/SessionsEventsResponse.d.ts +9 -9
- package/api/resources/sessions/types/index.d.ts +3 -3
- package/api/resources/sessions/types/index.js +3 -3
- package/api/resources/windows/client/Client.js +23 -23
- package/api/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +1 -1
- package/api/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +1 -1
- package/api/types/CreateFileV1FileType.d.ts +2 -2
- package/api/types/CreateFileV1FileType.js +1 -1
- package/api/types/ExternalSessionWithConnectionInfo.d.ts +2 -0
- package/api/types/GetFileV1FileType.d.ts +2 -2
- package/api/types/GetFileV1FileType.js +1 -1
- package/api/types/PageQueryConfig.d.ts +2 -0
- package/api/types/ScreenshotConfig.d.ts +7 -2
- package/api/types/ScreenshotConfigFormat.d.ts +11 -0
- package/api/types/ScreenshotConfigFormat.js +10 -0
- package/api/types/ScreenshotConfigScope.d.ts +13 -0
- package/api/types/ScreenshotConfigScope.js +12 -0
- package/api/types/ScreenshotMetadata.d.ts +15 -0
- package/api/types/ScreenshotMetadataFormat.d.ts +11 -0
- package/api/types/ScreenshotMetadataFormat.js +10 -0
- package/api/types/ScreenshotScrollPosition.d.ts +9 -0
- package/api/types/ScreenshotScrollPosition.js +5 -0
- package/api/types/ScreenshotViewportDimensions.d.ts +9 -0
- package/api/types/ScreenshotViewportDimensions.js +5 -0
- package/api/types/SessionConfigV1.d.ts +2 -0
- package/api/types/VibeCodingConfig.d.ts +11 -0
- package/api/types/VibeCodingConfig.js +5 -0
- package/api/types/index.d.ts +6 -0
- package/api/types/index.js +6 -0
- package/dist/api/resources/automations/client/Client.js +4 -4
- package/dist/api/resources/files/client/Client.js +5 -5
- package/dist/api/resources/files/types/CreateFileRestInputV1FileType.d.ts +2 -2
- package/dist/api/resources/files/types/CreateFileRestInputV1FileType.js +1 -1
- 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.js +6 -6
- package/dist/api/resources/sessions/types/SessionsEventsResponse.d.ts +9 -9
- package/dist/api/resources/sessions/types/index.d.ts +3 -3
- package/dist/api/resources/sessions/types/index.js +3 -3
- package/dist/api/resources/windows/client/Client.js +23 -23
- package/dist/api/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +1 -1
- package/dist/api/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +1 -1
- package/dist/api/types/CreateFileV1FileType.d.ts +2 -2
- package/dist/api/types/CreateFileV1FileType.js +1 -1
- package/dist/api/types/ExternalSessionWithConnectionInfo.d.ts +2 -0
- package/dist/api/types/GetFileV1FileType.d.ts +2 -2
- package/dist/api/types/GetFileV1FileType.js +1 -1
- package/dist/api/types/PageQueryConfig.d.ts +2 -0
- package/dist/api/types/ScreenshotConfig.d.ts +7 -2
- package/dist/api/types/ScreenshotConfigFormat.d.ts +11 -0
- package/dist/api/types/ScreenshotConfigFormat.js +10 -0
- package/dist/api/types/ScreenshotConfigScope.d.ts +13 -0
- package/dist/api/types/ScreenshotConfigScope.js +12 -0
- package/dist/api/types/ScreenshotMetadata.d.ts +15 -0
- package/dist/api/types/ScreenshotMetadataFormat.d.ts +11 -0
- package/dist/api/types/ScreenshotMetadataFormat.js +10 -0
- package/dist/api/types/ScreenshotScrollPosition.d.ts +9 -0
- package/dist/api/types/ScreenshotScrollPosition.js +5 -0
- package/dist/api/types/ScreenshotViewportDimensions.d.ts +9 -0
- package/dist/api/types/ScreenshotViewportDimensions.js +5 -0
- package/dist/api/types/SessionConfigV1.d.ts +2 -0
- package/dist/api/types/VibeCodingConfig.d.ts +11 -0
- package/dist/api/types/VibeCodingConfig.js +5 -0
- package/dist/api/types/index.d.ts +6 -0
- package/dist/api/types/index.js +6 -0
- package/dist/serialization/resources/files/types/CreateFileRestInputV1FileType.d.ts +1 -1
- package/dist/serialization/resources/files/types/CreateFileRestInputV1FileType.js +1 -1
- package/dist/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +12 -12
- package/dist/serialization/resources/sessions/types/SessionsEventsResponse.js +6 -6
- package/dist/serialization/resources/sessions/types/index.d.ts +3 -3
- package/dist/serialization/resources/sessions/types/index.js +3 -3
- package/dist/serialization/types/CreateFileV1FileType.d.ts +1 -1
- package/dist/serialization/types/CreateFileV1FileType.js +1 -1
- package/dist/serialization/types/ExternalSessionWithConnectionInfo.d.ts +1 -0
- package/dist/serialization/types/ExternalSessionWithConnectionInfo.js +1 -0
- package/dist/serialization/types/GetFileV1FileType.d.ts +1 -1
- package/dist/serialization/types/GetFileV1FileType.js +1 -1
- package/dist/serialization/types/PageQueryConfig.d.ts +2 -0
- package/dist/serialization/types/PageQueryConfig.js +2 -0
- package/dist/serialization/types/ScreenshotConfig.d.ts +6 -1
- package/dist/serialization/types/ScreenshotConfig.js +6 -1
- package/dist/serialization/types/ScreenshotConfigFormat.d.ts +10 -0
- package/dist/serialization/types/ScreenshotConfigFormat.js +41 -0
- package/dist/serialization/types/ScreenshotConfigScope.d.ts +10 -0
- package/dist/serialization/types/ScreenshotConfigScope.js +41 -0
- package/dist/serialization/types/ScreenshotMetadata.d.ts +10 -0
- package/dist/serialization/types/ScreenshotMetadata.js +10 -0
- package/dist/serialization/types/ScreenshotMetadataFormat.d.ts +10 -0
- package/dist/serialization/types/ScreenshotMetadataFormat.js +41 -0
- package/dist/serialization/types/ScreenshotScrollPosition.d.ts +13 -0
- package/dist/serialization/types/ScreenshotScrollPosition.js +44 -0
- package/dist/serialization/types/ScreenshotViewportDimensions.d.ts +13 -0
- package/dist/serialization/types/ScreenshotViewportDimensions.js +44 -0
- package/dist/serialization/types/SessionConfigV1.d.ts +1 -0
- package/dist/serialization/types/SessionConfigV1.js +1 -0
- package/dist/serialization/types/VibeCodingConfig.d.ts +14 -0
- package/dist/serialization/types/VibeCodingConfig.js +45 -0
- package/dist/serialization/types/index.d.ts +6 -0
- package/dist/serialization/types/index.js +6 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
- package/serialization/resources/files/types/CreateFileRestInputV1FileType.d.ts +1 -1
- package/serialization/resources/files/types/CreateFileRestInputV1FileType.js +1 -1
- package/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +12 -12
- package/serialization/resources/sessions/types/SessionsEventsResponse.js +6 -6
- package/serialization/resources/sessions/types/index.d.ts +3 -3
- package/serialization/resources/sessions/types/index.js +3 -3
- package/serialization/types/CreateFileV1FileType.d.ts +1 -1
- package/serialization/types/CreateFileV1FileType.js +1 -1
- package/serialization/types/ExternalSessionWithConnectionInfo.d.ts +1 -0
- package/serialization/types/ExternalSessionWithConnectionInfo.js +1 -0
- package/serialization/types/GetFileV1FileType.d.ts +1 -1
- package/serialization/types/GetFileV1FileType.js +1 -1
- package/serialization/types/PageQueryConfig.d.ts +2 -0
- package/serialization/types/PageQueryConfig.js +2 -0
- package/serialization/types/ScreenshotConfig.d.ts +6 -1
- package/serialization/types/ScreenshotConfig.js +6 -1
- package/serialization/types/ScreenshotConfigFormat.d.ts +10 -0
- package/serialization/types/ScreenshotConfigFormat.js +41 -0
- package/serialization/types/ScreenshotConfigScope.d.ts +10 -0
- package/serialization/types/ScreenshotConfigScope.js +41 -0
- package/serialization/types/ScreenshotMetadata.d.ts +10 -0
- package/serialization/types/ScreenshotMetadata.js +10 -0
- package/serialization/types/ScreenshotMetadataFormat.d.ts +10 -0
- package/serialization/types/ScreenshotMetadataFormat.js +41 -0
- package/serialization/types/ScreenshotScrollPosition.d.ts +13 -0
- package/serialization/types/ScreenshotScrollPosition.js +44 -0
- package/serialization/types/ScreenshotViewportDimensions.d.ts +13 -0
- package/serialization/types/ScreenshotViewportDimensions.js +44 -0
- package/serialization/types/SessionConfigV1.d.ts +1 -0
- package/serialization/types/SessionConfigV1.js +1 -0
- package/serialization/types/VibeCodingConfig.d.ts +14 -0
- package/serialization/types/VibeCodingConfig.js +45 -0
- package/serialization/types/index.d.ts +6 -0
- package/serialization/types/index.js +6 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
@@ -0,0 +1,45 @@
|
|
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.VibeCodingConfig = void 0;
|
40
|
+
const core = __importStar(require("../../core"));
|
41
|
+
exports.VibeCodingConfig = core.serialization.object({
|
42
|
+
agentVersion: core.serialization.number().optional(),
|
43
|
+
enabled: core.serialization.boolean().optional(),
|
44
|
+
sourceViceS3Id: core.serialization.number().optional(),
|
45
|
+
});
|
@@ -57,9 +57,14 @@ export * from "./ScrapeResponse";
|
|
57
57
|
export * from "./ScrapeResponseContent";
|
58
58
|
export * from "./ScrapeResponseEnvelope";
|
59
59
|
export * from "./ScrapeResponseOutput";
|
60
|
+
export * from "./ScreenshotConfigFormat";
|
61
|
+
export * from "./ScreenshotConfigScope";
|
60
62
|
export * from "./ScreenshotConfig";
|
63
|
+
export * from "./ScreenshotMetadataFormat";
|
61
64
|
export * from "./ScreenshotMetadata";
|
62
65
|
export * from "./ScreenshotRequestConfig";
|
66
|
+
export * from "./ScreenshotScrollPosition";
|
67
|
+
export * from "./ScreenshotViewportDimensions";
|
63
68
|
export * from "./ScrollByConfig";
|
64
69
|
export * from "./ScrollToEdgeConfig";
|
65
70
|
export * from "./AirtopProxyConfiguration";
|
@@ -77,6 +82,7 @@ export * from "./StatusMessageStatus";
|
|
77
82
|
export * from "./StatusMessage";
|
78
83
|
export * from "./SummaryConfig";
|
79
84
|
export * from "./SummaryExperimentalConfig";
|
85
|
+
export * from "./VibeCodingConfig";
|
80
86
|
export * from "./VisualAnalysisConfigPartitionDirection";
|
81
87
|
export * from "./VisualAnalysisConfigResultSelectionStrategy";
|
82
88
|
export * from "./VisualAnalysisConfigScope";
|
@@ -73,9 +73,14 @@ __exportStar(require("./ScrapeResponse"), exports);
|
|
73
73
|
__exportStar(require("./ScrapeResponseContent"), exports);
|
74
74
|
__exportStar(require("./ScrapeResponseEnvelope"), exports);
|
75
75
|
__exportStar(require("./ScrapeResponseOutput"), exports);
|
76
|
+
__exportStar(require("./ScreenshotConfigFormat"), exports);
|
77
|
+
__exportStar(require("./ScreenshotConfigScope"), exports);
|
76
78
|
__exportStar(require("./ScreenshotConfig"), exports);
|
79
|
+
__exportStar(require("./ScreenshotMetadataFormat"), exports);
|
77
80
|
__exportStar(require("./ScreenshotMetadata"), exports);
|
78
81
|
__exportStar(require("./ScreenshotRequestConfig"), exports);
|
82
|
+
__exportStar(require("./ScreenshotScrollPosition"), exports);
|
83
|
+
__exportStar(require("./ScreenshotViewportDimensions"), exports);
|
79
84
|
__exportStar(require("./ScrollByConfig"), exports);
|
80
85
|
__exportStar(require("./ScrollToEdgeConfig"), exports);
|
81
86
|
__exportStar(require("./AirtopProxyConfiguration"), exports);
|
@@ -93,6 +98,7 @@ __exportStar(require("./StatusMessageStatus"), exports);
|
|
93
98
|
__exportStar(require("./StatusMessage"), exports);
|
94
99
|
__exportStar(require("./SummaryConfig"), exports);
|
95
100
|
__exportStar(require("./SummaryExperimentalConfig"), exports);
|
101
|
+
__exportStar(require("./VibeCodingConfig"), exports);
|
96
102
|
__exportStar(require("./VisualAnalysisConfigPartitionDirection"), exports);
|
97
103
|
__exportStar(require("./VisualAnalysisConfigResultSelectionStrategy"), exports);
|
98
104
|
__exportStar(require("./VisualAnalysisConfigScope"), exports);
|
package/version.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const SDK_VERSION = "0.1.
|
1
|
+
export declare const SDK_VERSION = "0.1.45";
|
package/version.js
CHANGED