@airtop/sdk 0.1.12 → 0.1.14

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.
Files changed (138) hide show
  1. package/api/resources/profiles/client/Client.d.ts +0 -10
  2. package/api/resources/profiles/client/Client.js +2 -82
  3. package/api/resources/profiles/client/requests/index.d.ts +0 -1
  4. package/api/resources/sessions/client/Client.js +12 -12
  5. package/api/resources/sessions/types/SessionsEventsResponse.d.ts +4 -4
  6. package/api/resources/sessions/types/index.d.ts +1 -1
  7. package/api/resources/sessions/types/index.js +1 -1
  8. package/api/resources/windows/client/Client.d.ts +32 -0
  9. package/api/resources/windows/client/Client.js +109 -24
  10. package/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +1 -1
  11. package/api/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +21 -0
  12. package/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +5 -1
  13. package/api/resources/windows/client/requests/index.d.ts +1 -0
  14. package/api/types/ClickConfig.d.ts +2 -0
  15. package/api/types/ClickConfigClickType.d.ts +12 -0
  16. package/api/types/ClickConfigClickType.js +11 -0
  17. package/api/types/ExternalSessionAiResponseMetadata.d.ts +2 -0
  18. package/api/types/MicroInteractionConfig.d.ts +10 -0
  19. package/api/types/ScreenshotConfig.d.ts +13 -0
  20. package/api/types/ScreenshotMetadata.d.ts +7 -0
  21. package/api/types/ScreenshotRequestConfig.d.ts +8 -0
  22. package/api/types/VisualAnalysisConfig.d.ts +5 -1
  23. package/api/types/VisualAnalysisConfigScope.d.ts +4 -2
  24. package/api/types/VisualAnalysisConfigScope.js +2 -0
  25. package/api/types/index.d.ts +5 -2
  26. package/api/types/index.js +5 -2
  27. package/dist/api/resources/profiles/client/Client.d.ts +0 -10
  28. package/dist/api/resources/profiles/client/Client.js +2 -82
  29. package/dist/api/resources/profiles/client/requests/index.d.ts +0 -1
  30. package/dist/api/resources/sessions/client/Client.js +12 -12
  31. package/dist/api/resources/sessions/types/SessionsEventsResponse.d.ts +4 -4
  32. package/dist/api/resources/sessions/types/index.d.ts +1 -1
  33. package/dist/api/resources/sessions/types/index.js +1 -1
  34. package/dist/api/resources/windows/client/Client.d.ts +32 -0
  35. package/dist/api/resources/windows/client/Client.js +109 -24
  36. package/dist/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +1 -1
  37. package/dist/api/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +21 -0
  38. package/dist/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +5 -1
  39. package/dist/api/resources/windows/client/requests/index.d.ts +1 -0
  40. package/dist/api/types/ClickConfig.d.ts +2 -0
  41. package/dist/api/types/ClickConfigClickType.d.ts +12 -0
  42. package/dist/api/types/ClickConfigClickType.js +11 -0
  43. package/dist/api/types/ExternalSessionAiResponseMetadata.d.ts +2 -0
  44. package/dist/api/types/MicroInteractionConfig.d.ts +10 -0
  45. package/dist/api/types/MicroInteractionConfig.js +5 -0
  46. package/dist/api/types/ScreenshotConfig.d.ts +13 -0
  47. package/dist/api/types/ScreenshotConfig.js +5 -0
  48. package/dist/api/types/ScreenshotMetadata.d.ts +7 -0
  49. package/dist/api/types/ScreenshotMetadata.js +5 -0
  50. package/dist/api/types/ScreenshotRequestConfig.d.ts +8 -0
  51. package/dist/api/types/ScreenshotRequestConfig.js +5 -0
  52. package/dist/api/types/VisualAnalysisConfig.d.ts +5 -1
  53. package/dist/api/types/VisualAnalysisConfigScope.d.ts +4 -2
  54. package/dist/api/types/VisualAnalysisConfigScope.js +2 -0
  55. package/dist/api/types/index.d.ts +5 -2
  56. package/dist/api/types/index.js +5 -2
  57. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +5 -5
  58. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.js +2 -2
  59. package/dist/serialization/resources/sessions/types/index.d.ts +1 -1
  60. package/dist/serialization/resources/sessions/types/index.js +1 -1
  61. package/dist/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +2 -2
  62. package/dist/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +2 -2
  63. package/dist/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +16 -0
  64. package/dist/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js +37 -0
  65. package/dist/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +4 -2
  66. package/dist/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +4 -2
  67. package/dist/serialization/resources/windows/client/requests/index.d.ts +1 -0
  68. package/dist/serialization/resources/windows/client/requests/index.js +3 -1
  69. package/dist/serialization/types/ClickConfig.d.ts +2 -0
  70. package/dist/serialization/types/ClickConfig.js +2 -0
  71. package/dist/serialization/types/ClickConfigClickType.d.ts +10 -0
  72. package/dist/serialization/types/ClickConfigClickType.js +31 -0
  73. package/dist/serialization/types/ExternalSessionAiResponseMetadata.d.ts +2 -0
  74. package/dist/serialization/types/ExternalSessionAiResponseMetadata.js +2 -0
  75. package/dist/serialization/types/MicroInteractionConfig.d.ts +15 -0
  76. package/dist/serialization/types/{ProfilesResponse.js → MicroInteractionConfig.js} +6 -9
  77. package/dist/serialization/types/ScreenshotConfig.d.ts +15 -0
  78. package/{serialization/types/ProfilesResponse.js → dist/serialization/types/ScreenshotConfig.js} +6 -9
  79. package/dist/serialization/types/ScreenshotMetadata.d.ts +12 -0
  80. package/dist/serialization/types/{ExternalProfileV1.js → ScreenshotMetadata.js} +3 -5
  81. package/dist/serialization/types/ScreenshotRequestConfig.d.ts +13 -0
  82. package/{serialization/types/ExternalProfileV1.js → dist/serialization/types/ScreenshotRequestConfig.js} +4 -5
  83. package/dist/serialization/types/VisualAnalysisConfig.d.ts +2 -0
  84. package/dist/serialization/types/VisualAnalysisConfig.js +2 -0
  85. package/dist/serialization/types/VisualAnalysisConfigScope.d.ts +1 -1
  86. package/dist/serialization/types/VisualAnalysisConfigScope.js +1 -1
  87. package/dist/serialization/types/index.d.ts +5 -2
  88. package/dist/serialization/types/index.js +5 -2
  89. package/package.json +1 -1
  90. package/reference.md +184 -18
  91. package/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +5 -5
  92. package/serialization/resources/sessions/types/SessionsEventsResponse.js +2 -2
  93. package/serialization/resources/sessions/types/index.d.ts +1 -1
  94. package/serialization/resources/sessions/types/index.js +1 -1
  95. package/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +2 -2
  96. package/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +2 -2
  97. package/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +16 -0
  98. package/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js +37 -0
  99. package/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +4 -2
  100. package/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +4 -2
  101. package/serialization/resources/windows/client/requests/index.d.ts +1 -0
  102. package/serialization/resources/windows/client/requests/index.js +3 -1
  103. package/serialization/types/ClickConfig.d.ts +2 -0
  104. package/serialization/types/ClickConfig.js +2 -0
  105. package/serialization/types/ClickConfigClickType.d.ts +10 -0
  106. package/serialization/types/ClickConfigClickType.js +31 -0
  107. package/serialization/types/ExternalSessionAiResponseMetadata.d.ts +2 -0
  108. package/serialization/types/ExternalSessionAiResponseMetadata.js +2 -0
  109. package/serialization/types/MicroInteractionConfig.d.ts +15 -0
  110. package/serialization/types/MicroInteractionConfig.js +36 -0
  111. package/serialization/types/ScreenshotConfig.d.ts +15 -0
  112. package/serialization/types/ScreenshotConfig.js +36 -0
  113. package/serialization/types/ScreenshotMetadata.d.ts +12 -0
  114. package/serialization/types/ScreenshotMetadata.js +33 -0
  115. package/serialization/types/ScreenshotRequestConfig.d.ts +13 -0
  116. package/serialization/types/ScreenshotRequestConfig.js +34 -0
  117. package/serialization/types/VisualAnalysisConfig.d.ts +2 -0
  118. package/serialization/types/VisualAnalysisConfig.js +2 -0
  119. package/serialization/types/VisualAnalysisConfigScope.d.ts +1 -1
  120. package/serialization/types/VisualAnalysisConfigScope.js +1 -1
  121. package/serialization/types/index.d.ts +5 -2
  122. package/serialization/types/index.js +5 -2
  123. package/api/resources/profiles/client/requests/ProfilesGetRequest.d.ts +0 -17
  124. package/api/types/ExternalProfileV1.d.ts +0 -11
  125. package/api/types/ProfilesResponse.d.ts +0 -10
  126. package/dist/api/resources/profiles/client/requests/ProfilesGetRequest.d.ts +0 -17
  127. package/dist/api/types/ExternalProfileV1.d.ts +0 -11
  128. package/dist/api/types/ProfilesResponse.d.ts +0 -10
  129. package/dist/serialization/types/ExternalProfileV1.d.ts +0 -14
  130. package/dist/serialization/types/ProfilesResponse.d.ts +0 -18
  131. package/serialization/types/ExternalProfileV1.d.ts +0 -14
  132. package/serialization/types/ProfilesResponse.d.ts +0 -18
  133. /package/api/resources/{profiles/client/requests/ProfilesGetRequest.js → windows/client/requests/SessionScreenshotHandlerRequestBody.js} +0 -0
  134. /package/api/types/{ExternalProfileV1.js → MicroInteractionConfig.js} +0 -0
  135. /package/api/types/{ProfilesResponse.js → ScreenshotConfig.js} +0 -0
  136. /package/{dist/api/resources/profiles/client/requests/ProfilesGetRequest.js → api/types/ScreenshotMetadata.js} +0 -0
  137. /package/{dist/api/types/ExternalProfileV1.js → api/types/ScreenshotRequestConfig.js} +0 -0
  138. /package/dist/api/{types/ProfilesResponse.js → resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js} +0 -0
@@ -5,6 +5,7 @@ import * as serializers from "../index";
5
5
  import * as Airtop from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { ClientProvidedResponseMetadata } from "./ClientProvidedResponseMetadata";
8
+ import { ScreenshotMetadata } from "./ScreenshotMetadata";
8
9
  import { ExternalSessionAiResponseMetadataStatus } from "./ExternalSessionAiResponseMetadataStatus";
9
10
  import { ExternalSessionAiResponseMetadataUsage } from "./ExternalSessionAiResponseMetadataUsage";
10
11
  export declare const ExternalSessionAiResponseMetadata: core.serialization.ObjectSchema<serializers.ExternalSessionAiResponseMetadata.Raw, Airtop.ExternalSessionAiResponseMetadata>;
@@ -12,6 +13,7 @@ export declare namespace ExternalSessionAiResponseMetadata {
12
13
  interface Raw {
13
14
  clientProvided?: ClientProvidedResponseMetadata.Raw | null;
14
15
  requestId?: string | null;
16
+ screenshots?: ScreenshotMetadata.Raw[] | null;
15
17
  status: ExternalSessionAiResponseMetadataStatus.Raw;
16
18
  usage: ExternalSessionAiResponseMetadataUsage.Raw;
17
19
  }
@@ -29,11 +29,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.ExternalSessionAiResponseMetadata = void 0;
30
30
  const core = __importStar(require("../../core"));
31
31
  const ClientProvidedResponseMetadata_1 = require("./ClientProvidedResponseMetadata");
32
+ const ScreenshotMetadata_1 = require("./ScreenshotMetadata");
32
33
  const ExternalSessionAiResponseMetadataStatus_1 = require("./ExternalSessionAiResponseMetadataStatus");
33
34
  const ExternalSessionAiResponseMetadataUsage_1 = require("./ExternalSessionAiResponseMetadataUsage");
34
35
  exports.ExternalSessionAiResponseMetadata = core.serialization.object({
35
36
  clientProvided: ClientProvidedResponseMetadata_1.ClientProvidedResponseMetadata.optional(),
36
37
  requestId: core.serialization.string().optional(),
38
+ screenshots: core.serialization.list(ScreenshotMetadata_1.ScreenshotMetadata).optional(),
37
39
  status: ExternalSessionAiResponseMetadataStatus_1.ExternalSessionAiResponseMetadataStatus,
38
40
  usage: ExternalSessionAiResponseMetadataUsage_1.ExternalSessionAiResponseMetadataUsage,
39
41
  });
@@ -0,0 +1,15 @@
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 { VisualAnalysisConfig } from "./VisualAnalysisConfig";
8
+ import { BrowserWaitNavigationConfig } from "./BrowserWaitNavigationConfig";
9
+ export declare const MicroInteractionConfig: core.serialization.ObjectSchema<serializers.MicroInteractionConfig.Raw, Airtop.MicroInteractionConfig>;
10
+ export declare namespace MicroInteractionConfig {
11
+ interface Raw {
12
+ visualAnalysis?: VisualAnalysisConfig.Raw | null;
13
+ waitForNavigationConfig?: BrowserWaitNavigationConfig.Raw | null;
14
+ }
15
+ }
@@ -0,0 +1,36 @@
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.MicroInteractionConfig = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const VisualAnalysisConfig_1 = require("./VisualAnalysisConfig");
32
+ const BrowserWaitNavigationConfig_1 = require("./BrowserWaitNavigationConfig");
33
+ exports.MicroInteractionConfig = core.serialization.object({
34
+ visualAnalysis: VisualAnalysisConfig_1.VisualAnalysisConfig.optional(),
35
+ waitForNavigationConfig: BrowserWaitNavigationConfig_1.BrowserWaitNavigationConfig.optional(),
36
+ });
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as Airtop from "../../api/index";
6
+ import * as core from "../../core";
7
+ export declare const ScreenshotConfig: core.serialization.ObjectSchema<serializers.ScreenshotConfig.Raw, Airtop.ScreenshotConfig>;
8
+ export declare namespace ScreenshotConfig {
9
+ interface Raw {
10
+ maxHeight?: number | null;
11
+ maxWidth?: number | null;
12
+ quality?: number | null;
13
+ scope?: "viewport" | null;
14
+ }
15
+ }
@@ -0,0 +1,36 @@
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.ScreenshotConfig = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.ScreenshotConfig = core.serialization.object({
32
+ maxHeight: core.serialization.number().optional(),
33
+ maxWidth: core.serialization.number().optional(),
34
+ quality: core.serialization.number().optional(),
35
+ scope: core.serialization.stringLiteral("viewport").optional(),
36
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as Airtop from "../../api/index";
6
+ import * as core from "../../core";
7
+ export declare const ScreenshotMetadata: core.serialization.ObjectSchema<serializers.ScreenshotMetadata.Raw, Airtop.ScreenshotMetadata>;
8
+ export declare namespace ScreenshotMetadata {
9
+ interface Raw {
10
+ dataUrl?: string | null;
11
+ }
12
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.ScreenshotMetadata = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.ScreenshotMetadata = core.serialization.object({
32
+ dataUrl: core.serialization.string().optional(),
33
+ });
@@ -0,0 +1,13 @@
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 { ScreenshotConfig } from "./ScreenshotConfig";
8
+ export declare const ScreenshotRequestConfig: core.serialization.ObjectSchema<serializers.ScreenshotRequestConfig.Raw, Airtop.ScreenshotRequestConfig>;
9
+ export declare namespace ScreenshotRequestConfig {
10
+ interface Raw {
11
+ screenshot?: ScreenshotConfig.Raw | null;
12
+ }
13
+ }
@@ -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.ScreenshotRequestConfig = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const ScreenshotConfig_1 = require("./ScreenshotConfig");
32
+ exports.ScreenshotRequestConfig = core.serialization.object({
33
+ screenshot: ScreenshotConfig_1.ScreenshotConfig.optional(),
34
+ });
@@ -9,8 +9,10 @@ import { VisualAnalysisConfigScope } from "./VisualAnalysisConfigScope";
9
9
  export declare const VisualAnalysisConfig: core.serialization.ObjectSchema<serializers.VisualAnalysisConfig.Raw, Airtop.VisualAnalysisConfig>;
10
10
  export declare namespace VisualAnalysisConfig {
11
11
  interface Raw {
12
+ maxScanScrolls?: number | null;
12
13
  overlapPercentage?: number | null;
13
14
  partitionDirection?: VisualAnalysisConfigPartitionDirection.Raw | null;
15
+ scanScrollDelay?: number | null;
14
16
  scope?: VisualAnalysisConfigScope.Raw | null;
15
17
  }
16
18
  }
@@ -31,7 +31,9 @@ const core = __importStar(require("../../core"));
31
31
  const VisualAnalysisConfigPartitionDirection_1 = require("./VisualAnalysisConfigPartitionDirection");
32
32
  const VisualAnalysisConfigScope_1 = require("./VisualAnalysisConfigScope");
33
33
  exports.VisualAnalysisConfig = core.serialization.object({
34
+ maxScanScrolls: core.serialization.number().optional(),
34
35
  overlapPercentage: core.serialization.number().optional(),
35
36
  partitionDirection: VisualAnalysisConfigPartitionDirection_1.VisualAnalysisConfigPartitionDirection.optional(),
37
+ scanScrollDelay: core.serialization.number().optional(),
36
38
  scope: VisualAnalysisConfigScope_1.VisualAnalysisConfigScope.optional(),
37
39
  });
@@ -6,5 +6,5 @@ import * as Airtop from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const VisualAnalysisConfigScope: core.serialization.Schema<serializers.VisualAnalysisConfigScope.Raw, Airtop.VisualAnalysisConfigScope>;
8
8
  export declare namespace VisualAnalysisConfigScope {
9
- type Raw = "viewport" | "page";
9
+ type Raw = "viewport" | "page" | "scan" | "auto";
10
10
  }
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.VisualAnalysisConfigScope = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.VisualAnalysisConfigScope = core.serialization.enum_(["viewport", "page"]);
31
+ exports.VisualAnalysisConfigScope = core.serialization.enum_(["viewport", "page", "scan", "auto"]);
@@ -2,6 +2,7 @@ export * from "./AiPromptResponse";
2
2
  export * from "./AiResponseEnvelope";
3
3
  export * from "./BrowserWaitNavigationConfigWaitUntil";
4
4
  export * from "./BrowserWaitNavigationConfig";
5
+ export * from "./ClickConfigClickType";
5
6
  export * from "./ClickConfig";
6
7
  export * from "./ClientProvidedResponseMetadata";
7
8
  export * from "./EnvelopeDefaultMeta";
@@ -9,24 +10,26 @@ export * from "./ErrorBody";
9
10
  export * from "./ErrorDetail";
10
11
  export * from "./ErrorMessage";
11
12
  export * from "./ErrorModel";
12
- export * from "./ExternalProfileV1";
13
13
  export * from "./ExternalSessionAiResponseMetadataStatus";
14
14
  export * from "./ExternalSessionAiResponseMetadata";
15
15
  export * from "./ExternalSessionAiResponseMetadataUsage";
16
16
  export * from "./ExternalSessionConfig";
17
17
  export * from "./ExternalSessionWithConnectionInfo";
18
18
  export * from "./Issue";
19
+ export * from "./MicroInteractionConfig";
19
20
  export * from "./OperationOutcome";
20
21
  export * from "./OperationOutcomeResponse";
21
22
  export * from "./PageQueryConfig";
22
23
  export * from "./PageQueryExperimentalConfig";
23
24
  export * from "./PaginatedExtractionConfig";
24
25
  export * from "./Pagination";
25
- export * from "./ProfilesResponse";
26
26
  export * from "./ScrapeResponse";
27
27
  export * from "./ScrapeResponseContent";
28
28
  export * from "./ScrapeResponseEnvelope";
29
29
  export * from "./ScrapeResponseOutput";
30
+ export * from "./ScreenshotConfig";
31
+ export * from "./ScreenshotMetadata";
32
+ export * from "./ScreenshotRequestConfig";
30
33
  export * from "./Proxy";
31
34
  export * from "./CustomProxy";
32
35
  export * from "./SessionConfigV1ProxyItem";
@@ -18,6 +18,7 @@ __exportStar(require("./AiPromptResponse"), exports);
18
18
  __exportStar(require("./AiResponseEnvelope"), exports);
19
19
  __exportStar(require("./BrowserWaitNavigationConfigWaitUntil"), exports);
20
20
  __exportStar(require("./BrowserWaitNavigationConfig"), exports);
21
+ __exportStar(require("./ClickConfigClickType"), exports);
21
22
  __exportStar(require("./ClickConfig"), exports);
22
23
  __exportStar(require("./ClientProvidedResponseMetadata"), exports);
23
24
  __exportStar(require("./EnvelopeDefaultMeta"), exports);
@@ -25,24 +26,26 @@ __exportStar(require("./ErrorBody"), exports);
25
26
  __exportStar(require("./ErrorDetail"), exports);
26
27
  __exportStar(require("./ErrorMessage"), exports);
27
28
  __exportStar(require("./ErrorModel"), exports);
28
- __exportStar(require("./ExternalProfileV1"), exports);
29
29
  __exportStar(require("./ExternalSessionAiResponseMetadataStatus"), exports);
30
30
  __exportStar(require("./ExternalSessionAiResponseMetadata"), exports);
31
31
  __exportStar(require("./ExternalSessionAiResponseMetadataUsage"), exports);
32
32
  __exportStar(require("./ExternalSessionConfig"), exports);
33
33
  __exportStar(require("./ExternalSessionWithConnectionInfo"), exports);
34
34
  __exportStar(require("./Issue"), exports);
35
+ __exportStar(require("./MicroInteractionConfig"), exports);
35
36
  __exportStar(require("./OperationOutcome"), exports);
36
37
  __exportStar(require("./OperationOutcomeResponse"), exports);
37
38
  __exportStar(require("./PageQueryConfig"), exports);
38
39
  __exportStar(require("./PageQueryExperimentalConfig"), exports);
39
40
  __exportStar(require("./PaginatedExtractionConfig"), exports);
40
41
  __exportStar(require("./Pagination"), exports);
41
- __exportStar(require("./ProfilesResponse"), exports);
42
42
  __exportStar(require("./ScrapeResponse"), exports);
43
43
  __exportStar(require("./ScrapeResponseContent"), exports);
44
44
  __exportStar(require("./ScrapeResponseEnvelope"), exports);
45
45
  __exportStar(require("./ScrapeResponseOutput"), exports);
46
+ __exportStar(require("./ScreenshotConfig"), exports);
47
+ __exportStar(require("./ScreenshotMetadata"), exports);
48
+ __exportStar(require("./ScreenshotRequestConfig"), exports);
46
49
  __exportStar(require("./Proxy"), exports);
47
50
  __exportStar(require("./CustomProxy"), exports);
48
51
  __exportStar(require("./SessionConfigV1ProxyItem"), exports);
@@ -1,17 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {}
7
- */
8
- export interface ProfilesGetRequest {
9
- /**
10
- * DEPRECATED. Use profileNames.
11
- */
12
- profileIds?: string | string[];
13
- /**
14
- * A comma-separated list of profile names.
15
- */
16
- profileNames?: string | string[];
17
- }
@@ -1,11 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface ExternalProfileV1 {
5
- /** DEPRECATED. Use profileName. */
6
- profileId: string;
7
- /** Name of the profile. */
8
- profileName: string;
9
- /** DEPRECATED. */
10
- status?: string;
11
- }
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../index";
5
- export interface ProfilesResponse {
6
- data?: Airtop.ExternalProfileV1[];
7
- errors?: Airtop.Issue[];
8
- meta: Airtop.EnvelopeDefaultMeta;
9
- warnings?: Airtop.Issue[];
10
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {}
7
- */
8
- export interface ProfilesGetRequest {
9
- /**
10
- * DEPRECATED. Use profileNames.
11
- */
12
- profileIds?: string | string[];
13
- /**
14
- * A comma-separated list of profile names.
15
- */
16
- profileNames?: string | string[];
17
- }
@@ -1,11 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface ExternalProfileV1 {
5
- /** DEPRECATED. Use profileName. */
6
- profileId: string;
7
- /** Name of the profile. */
8
- profileName: string;
9
- /** DEPRECATED. */
10
- status?: string;
11
- }
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../index";
5
- export interface ProfilesResponse {
6
- data?: Airtop.ExternalProfileV1[];
7
- errors?: Airtop.Issue[];
8
- meta: Airtop.EnvelopeDefaultMeta;
9
- warnings?: Airtop.Issue[];
10
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Airtop from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const ExternalProfileV1: core.serialization.ObjectSchema<serializers.ExternalProfileV1.Raw, Airtop.ExternalProfileV1>;
8
- export declare namespace ExternalProfileV1 {
9
- interface Raw {
10
- profileId: string;
11
- profileName: string;
12
- status?: string | null;
13
- }
14
- }
@@ -1,18 +0,0 @@
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 { ExternalProfileV1 } from "./ExternalProfileV1";
8
- import { Issue } from "./Issue";
9
- import { EnvelopeDefaultMeta } from "./EnvelopeDefaultMeta";
10
- export declare const ProfilesResponse: core.serialization.ObjectSchema<serializers.ProfilesResponse.Raw, Airtop.ProfilesResponse>;
11
- export declare namespace ProfilesResponse {
12
- interface Raw {
13
- data?: ExternalProfileV1.Raw[] | null;
14
- errors?: Issue.Raw[] | null;
15
- meta: EnvelopeDefaultMeta.Raw;
16
- warnings?: Issue.Raw[] | null;
17
- }
18
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Airtop from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const ExternalProfileV1: core.serialization.ObjectSchema<serializers.ExternalProfileV1.Raw, Airtop.ExternalProfileV1>;
8
- export declare namespace ExternalProfileV1 {
9
- interface Raw {
10
- profileId: string;
11
- profileName: string;
12
- status?: string | null;
13
- }
14
- }
@@ -1,18 +0,0 @@
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 { ExternalProfileV1 } from "./ExternalProfileV1";
8
- import { Issue } from "./Issue";
9
- import { EnvelopeDefaultMeta } from "./EnvelopeDefaultMeta";
10
- export declare const ProfilesResponse: core.serialization.ObjectSchema<serializers.ProfilesResponse.Raw, Airtop.ProfilesResponse>;
11
- export declare namespace ProfilesResponse {
12
- interface Raw {
13
- data?: ExternalProfileV1.Raw[] | null;
14
- errors?: Issue.Raw[] | null;
15
- meta: EnvelopeDefaultMeta.Raw;
16
- warnings?: Issue.Raw[] | null;
17
- }
18
- }