@airtop/sdk 0.1.33 → 0.1.34

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 (81) hide show
  1. package/api/resources/profiles/client/Client.js +2 -2
  2. package/api/resources/requests/client/Client.js +2 -2
  3. package/api/resources/sessions/client/Client.js +12 -12
  4. package/api/resources/sessions/types/SessionsEventsResponse.d.ts +7 -7
  5. package/api/resources/sessions/types/index.d.ts +2 -2
  6. package/api/resources/sessions/types/index.js +2 -2
  7. package/api/resources/windows/client/Client.js +30 -30
  8. package/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +1 -1
  9. package/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +1 -1
  10. package/api/types/ClickConfig.d.ts +2 -0
  11. package/api/types/IntervalMonitorConfig.d.ts +2 -2
  12. package/api/types/MicroInteractionConfigWithExperimental.d.ts +12 -0
  13. package/api/types/MicroInteractionConfigWithExperimental.js +5 -0
  14. package/api/types/MicroInteractionExperimentalConfig.d.ts +7 -0
  15. package/api/types/MicroInteractionExperimentalConfig.js +5 -0
  16. package/api/types/PaginatedExtractionConfig.d.ts +2 -0
  17. package/api/types/PaginatedExtractionExperimentalConfig.d.ts +7 -0
  18. package/api/types/PaginatedExtractionExperimentalConfig.js +5 -0
  19. package/api/types/index.d.ts +3 -0
  20. package/api/types/index.js +3 -0
  21. package/dist/api/resources/profiles/client/Client.js +2 -2
  22. package/dist/api/resources/requests/client/Client.js +2 -2
  23. package/dist/api/resources/sessions/client/Client.js +12 -12
  24. package/dist/api/resources/sessions/types/SessionsEventsResponse.d.ts +7 -7
  25. package/dist/api/resources/sessions/types/index.d.ts +2 -2
  26. package/dist/api/resources/sessions/types/index.js +2 -2
  27. package/dist/api/resources/windows/client/Client.js +30 -30
  28. package/dist/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +1 -1
  29. package/dist/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +1 -1
  30. package/dist/api/types/ClickConfig.d.ts +2 -0
  31. package/dist/api/types/IntervalMonitorConfig.d.ts +2 -2
  32. package/dist/api/types/MicroInteractionConfigWithExperimental.d.ts +12 -0
  33. package/dist/api/types/MicroInteractionConfigWithExperimental.js +5 -0
  34. package/dist/api/types/MicroInteractionExperimentalConfig.d.ts +7 -0
  35. package/dist/api/types/MicroInteractionExperimentalConfig.js +5 -0
  36. package/dist/api/types/PaginatedExtractionConfig.d.ts +2 -0
  37. package/dist/api/types/PaginatedExtractionExperimentalConfig.d.ts +7 -0
  38. package/dist/api/types/PaginatedExtractionExperimentalConfig.js +5 -0
  39. package/dist/api/types/index.d.ts +3 -0
  40. package/dist/api/types/index.js +3 -0
  41. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +9 -9
  42. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.js +4 -4
  43. package/dist/serialization/resources/sessions/types/index.d.ts +2 -2
  44. package/dist/serialization/resources/sessions/types/index.js +2 -2
  45. package/dist/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +2 -2
  46. package/dist/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +2 -2
  47. package/dist/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +2 -2
  48. package/dist/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +2 -2
  49. package/dist/serialization/types/ClickConfig.d.ts +2 -0
  50. package/dist/serialization/types/ClickConfig.js +2 -0
  51. package/dist/serialization/types/MicroInteractionConfigWithExperimental.d.ts +17 -0
  52. package/dist/serialization/types/MicroInteractionConfigWithExperimental.js +38 -0
  53. package/dist/serialization/types/MicroInteractionExperimentalConfig.d.ts +12 -0
  54. package/dist/serialization/types/MicroInteractionExperimentalConfig.js +33 -0
  55. package/dist/serialization/types/PaginatedExtractionConfig.d.ts +2 -0
  56. package/dist/serialization/types/PaginatedExtractionConfig.js +2 -0
  57. package/dist/serialization/types/PaginatedExtractionExperimentalConfig.d.ts +12 -0
  58. package/dist/serialization/types/PaginatedExtractionExperimentalConfig.js +33 -0
  59. package/dist/serialization/types/index.d.ts +3 -0
  60. package/dist/serialization/types/index.js +3 -0
  61. package/package.json +1 -1
  62. package/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +9 -9
  63. package/serialization/resources/sessions/types/SessionsEventsResponse.js +4 -4
  64. package/serialization/resources/sessions/types/index.d.ts +2 -2
  65. package/serialization/resources/sessions/types/index.js +2 -2
  66. package/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +2 -2
  67. package/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +2 -2
  68. package/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +2 -2
  69. package/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +2 -2
  70. package/serialization/types/ClickConfig.d.ts +2 -0
  71. package/serialization/types/ClickConfig.js +2 -0
  72. package/serialization/types/MicroInteractionConfigWithExperimental.d.ts +17 -0
  73. package/serialization/types/MicroInteractionConfigWithExperimental.js +38 -0
  74. package/serialization/types/MicroInteractionExperimentalConfig.d.ts +12 -0
  75. package/serialization/types/MicroInteractionExperimentalConfig.js +33 -0
  76. package/serialization/types/PaginatedExtractionConfig.d.ts +2 -0
  77. package/serialization/types/PaginatedExtractionConfig.js +2 -0
  78. package/serialization/types/PaginatedExtractionExperimentalConfig.d.ts +12 -0
  79. package/serialization/types/PaginatedExtractionExperimentalConfig.js +33 -0
  80. package/serialization/types/index.d.ts +3 -0
  81. package/serialization/types/index.js +3 -0
@@ -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.PaginatedExtractionExperimentalConfig = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.PaginatedExtractionExperimentalConfig = core.serialization.object({
32
+ scrollWithin: core.serialization.string().optional(),
33
+ });
@@ -18,6 +18,8 @@ export * from "./ExternalSessionWithConnectionInfo";
18
18
  export * from "./IntervalMonitorConfig";
19
19
  export * from "./Issue";
20
20
  export * from "./MicroInteractionConfig";
21
+ export * from "./MicroInteractionConfigWithExperimental";
22
+ export * from "./MicroInteractionExperimentalConfig";
21
23
  export * from "./MonitorConfigIncludeVisualAnalysis";
22
24
  export * from "./MonitorConfig";
23
25
  export * from "./OperationOutcome";
@@ -25,6 +27,7 @@ export * from "./OperationOutcomeResponse";
25
27
  export * from "./PageQueryConfig";
26
28
  export * from "./PageQueryExperimentalConfig";
27
29
  export * from "./PaginatedExtractionConfig";
30
+ export * from "./PaginatedExtractionExperimentalConfig";
28
31
  export * from "./Pagination";
29
32
  export * from "./RequestStatusResponse";
30
33
  export * from "./ScrapeConfig";
@@ -34,6 +34,8 @@ __exportStar(require("./ExternalSessionWithConnectionInfo"), exports);
34
34
  __exportStar(require("./IntervalMonitorConfig"), exports);
35
35
  __exportStar(require("./Issue"), exports);
36
36
  __exportStar(require("./MicroInteractionConfig"), exports);
37
+ __exportStar(require("./MicroInteractionConfigWithExperimental"), exports);
38
+ __exportStar(require("./MicroInteractionExperimentalConfig"), exports);
37
39
  __exportStar(require("./MonitorConfigIncludeVisualAnalysis"), exports);
38
40
  __exportStar(require("./MonitorConfig"), exports);
39
41
  __exportStar(require("./OperationOutcome"), exports);
@@ -41,6 +43,7 @@ __exportStar(require("./OperationOutcomeResponse"), exports);
41
43
  __exportStar(require("./PageQueryConfig"), exports);
42
44
  __exportStar(require("./PageQueryExperimentalConfig"), exports);
43
45
  __exportStar(require("./PaginatedExtractionConfig"), exports);
46
+ __exportStar(require("./PaginatedExtractionExperimentalConfig"), exports);
44
47
  __exportStar(require("./Pagination"), exports);
45
48
  __exportStar(require("./RequestStatusResponse"), exports);
46
49
  __exportStar(require("./ScrapeConfig"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airtop/sdk",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "private": false,
5
5
  "repository": "https://github.com/airtop-ai/airtop-node-sdk",
6
6
  "main": "./index.js",
@@ -4,23 +4,23 @@
4
4
  import * as serializers from "../../../index";
5
5
  import * as Airtop from "../../../../api/index";
6
6
  import * as core from "../../../../core";
7
- import { SessionsEventsResponseStatus } from "./SessionsEventsResponseStatus";
8
- import { SessionsEventsResponseError } from "./SessionsEventsResponseError";
9
7
  import { SessionsEventsResponseWindowEvent } from "./SessionsEventsResponseWindowEvent";
10
8
  import { SessionsEventsResponseSessionEvent } from "./SessionsEventsResponseSessionEvent";
9
+ import { SessionsEventsResponseStatus } from "./SessionsEventsResponseStatus";
10
+ import { SessionsEventsResponseError } from "./SessionsEventsResponseError";
11
11
  export declare const SessionsEventsResponse: core.serialization.Schema<serializers.SessionsEventsResponse.Raw, Airtop.SessionsEventsResponse>;
12
12
  export declare namespace SessionsEventsResponse {
13
- type Raw = SessionsEventsResponse.Status | SessionsEventsResponse.Error | SessionsEventsResponse.WindowEvent | SessionsEventsResponse.SessionEvent;
14
- interface Status extends SessionsEventsResponseStatus.Raw {
15
- event: "status";
16
- }
17
- interface Error extends SessionsEventsResponseError.Raw {
18
- event: "error";
19
- }
13
+ type Raw = SessionsEventsResponse.WindowEvent | SessionsEventsResponse.SessionEvent | SessionsEventsResponse.Status | SessionsEventsResponse.Error;
20
14
  interface WindowEvent extends SessionsEventsResponseWindowEvent.Raw {
21
15
  event: "windowEvent";
22
16
  }
23
17
  interface SessionEvent extends SessionsEventsResponseSessionEvent.Raw {
24
18
  event: "sessionEvent";
25
19
  }
20
+ interface Status extends SessionsEventsResponseStatus.Raw {
21
+ event: "status";
22
+ }
23
+ interface Error extends SessionsEventsResponseError.Raw {
24
+ event: "error";
25
+ }
26
26
  }
@@ -28,16 +28,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.SessionsEventsResponse = void 0;
30
30
  const core = __importStar(require("../../../../core"));
31
- const SessionsEventsResponseStatus_1 = require("./SessionsEventsResponseStatus");
32
- const SessionsEventsResponseError_1 = require("./SessionsEventsResponseError");
33
31
  const SessionsEventsResponseWindowEvent_1 = require("./SessionsEventsResponseWindowEvent");
34
32
  const SessionsEventsResponseSessionEvent_1 = require("./SessionsEventsResponseSessionEvent");
33
+ const SessionsEventsResponseStatus_1 = require("./SessionsEventsResponseStatus");
34
+ const SessionsEventsResponseError_1 = require("./SessionsEventsResponseError");
35
35
  exports.SessionsEventsResponse = core.serialization
36
36
  .union("event", {
37
- status: SessionsEventsResponseStatus_1.SessionsEventsResponseStatus,
38
- error: SessionsEventsResponseError_1.SessionsEventsResponseError,
39
37
  windowEvent: SessionsEventsResponseWindowEvent_1.SessionsEventsResponseWindowEvent,
40
38
  sessionEvent: SessionsEventsResponseSessionEvent_1.SessionsEventsResponseSessionEvent,
39
+ status: SessionsEventsResponseStatus_1.SessionsEventsResponseStatus,
40
+ error: SessionsEventsResponseError_1.SessionsEventsResponseError,
41
41
  })
42
42
  .transform({
43
43
  transform: (value) => value,
@@ -1,6 +1,6 @@
1
1
  export * from "./SessionsListRequestStatus";
2
- export * from "./SessionsEventsResponseStatus";
3
- export * from "./SessionsEventsResponseError";
4
2
  export * from "./SessionsEventsResponseWindowEvent";
5
3
  export * from "./SessionsEventsResponseSessionEvent";
4
+ export * from "./SessionsEventsResponseStatus";
5
+ export * from "./SessionsEventsResponseError";
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("./SessionsEventsResponseStatus"), exports);
19
- __exportStar(require("./SessionsEventsResponseError"), exports);
20
18
  __exportStar(require("./SessionsEventsResponseWindowEvent"), exports);
21
19
  __exportStar(require("./SessionsEventsResponseSessionEvent"), exports);
20
+ __exportStar(require("./SessionsEventsResponseStatus"), exports);
21
+ __exportStar(require("./SessionsEventsResponseError"), exports);
22
22
  __exportStar(require("./SessionsEventsResponse"), exports);
@@ -4,12 +4,12 @@
4
4
  import * as serializers from "../../../../index";
5
5
  import * as Airtop from "../../../../../api/index";
6
6
  import * as core from "../../../../../core";
7
- import { MicroInteractionConfig } from "../../../../types/MicroInteractionConfig";
7
+ import { MicroInteractionConfigWithExperimental } from "../../../../types/MicroInteractionConfigWithExperimental";
8
8
  export declare const SessionHoverHandlerRequestBody: core.serialization.Schema<serializers.SessionHoverHandlerRequestBody.Raw, Airtop.SessionHoverHandlerRequestBody>;
9
9
  export declare namespace SessionHoverHandlerRequestBody {
10
10
  interface Raw {
11
11
  clientRequestId?: string | null;
12
- configuration?: MicroInteractionConfig.Raw | null;
12
+ configuration?: MicroInteractionConfigWithExperimental.Raw | null;
13
13
  costThresholdCredits?: number | null;
14
14
  elementDescription: string;
15
15
  timeThresholdSeconds?: number | null;
@@ -28,10 +28,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.SessionHoverHandlerRequestBody = void 0;
30
30
  const core = __importStar(require("../../../../../core"));
31
- const MicroInteractionConfig_1 = require("../../../../types/MicroInteractionConfig");
31
+ const MicroInteractionConfigWithExperimental_1 = require("../../../../types/MicroInteractionConfigWithExperimental");
32
32
  exports.SessionHoverHandlerRequestBody = core.serialization.object({
33
33
  clientRequestId: core.serialization.string().optional(),
34
- configuration: MicroInteractionConfig_1.MicroInteractionConfig.optional(),
34
+ configuration: MicroInteractionConfigWithExperimental_1.MicroInteractionConfigWithExperimental.optional(),
35
35
  costThresholdCredits: core.serialization.number().optional(),
36
36
  elementDescription: core.serialization.string(),
37
37
  timeThresholdSeconds: core.serialization.number().optional(),
@@ -4,13 +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 { MicroInteractionConfig } from "../../../../types/MicroInteractionConfig";
7
+ import { MicroInteractionConfigWithExperimental } from "../../../../types/MicroInteractionConfigWithExperimental";
8
8
  export declare const SessionTypeHandlerRequestBody: core.serialization.Schema<serializers.SessionTypeHandlerRequestBody.Raw, Airtop.SessionTypeHandlerRequestBody>;
9
9
  export declare namespace SessionTypeHandlerRequestBody {
10
10
  interface Raw {
11
11
  clearInputField?: boolean | null;
12
12
  clientRequestId?: string | null;
13
- configuration?: MicroInteractionConfig.Raw | null;
13
+ configuration?: MicroInteractionConfigWithExperimental.Raw | null;
14
14
  costThresholdCredits?: number | null;
15
15
  elementDescription?: string | null;
16
16
  pressEnterKey?: boolean | null;
@@ -28,11 +28,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.SessionTypeHandlerRequestBody = void 0;
30
30
  const core = __importStar(require("../../../../../core"));
31
- const MicroInteractionConfig_1 = require("../../../../types/MicroInteractionConfig");
31
+ const MicroInteractionConfigWithExperimental_1 = require("../../../../types/MicroInteractionConfigWithExperimental");
32
32
  exports.SessionTypeHandlerRequestBody = core.serialization.object({
33
33
  clearInputField: core.serialization.boolean().optional(),
34
34
  clientRequestId: core.serialization.string().optional(),
35
- configuration: MicroInteractionConfig_1.MicroInteractionConfig.optional(),
35
+ configuration: MicroInteractionConfigWithExperimental_1.MicroInteractionConfigWithExperimental.optional(),
36
36
  costThresholdCredits: core.serialization.number().optional(),
37
37
  elementDescription: core.serialization.string().optional(),
38
38
  pressEnterKey: core.serialization.boolean().optional(),
@@ -5,12 +5,14 @@ import * as serializers from "../index";
5
5
  import * as Airtop from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { ClickConfigClickType } from "./ClickConfigClickType";
8
+ import { MicroInteractionExperimentalConfig } from "./MicroInteractionExperimentalConfig";
8
9
  import { VisualAnalysisConfig } from "./VisualAnalysisConfig";
9
10
  import { BrowserWaitNavigationConfig } from "./BrowserWaitNavigationConfig";
10
11
  export declare const ClickConfig: core.serialization.ObjectSchema<serializers.ClickConfig.Raw, Airtop.ClickConfig>;
11
12
  export declare namespace ClickConfig {
12
13
  interface Raw {
13
14
  clickType?: ClickConfigClickType.Raw | null;
15
+ experimental?: MicroInteractionExperimentalConfig.Raw | null;
14
16
  visualAnalysis?: VisualAnalysisConfig.Raw | null;
15
17
  waitForNavigationConfig?: BrowserWaitNavigationConfig.Raw | null;
16
18
  }
@@ -29,10 +29,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.ClickConfig = void 0;
30
30
  const core = __importStar(require("../../core"));
31
31
  const ClickConfigClickType_1 = require("./ClickConfigClickType");
32
+ const MicroInteractionExperimentalConfig_1 = require("./MicroInteractionExperimentalConfig");
32
33
  const VisualAnalysisConfig_1 = require("./VisualAnalysisConfig");
33
34
  const BrowserWaitNavigationConfig_1 = require("./BrowserWaitNavigationConfig");
34
35
  exports.ClickConfig = core.serialization.object({
35
36
  clickType: ClickConfigClickType_1.ClickConfigClickType.optional(),
37
+ experimental: MicroInteractionExperimentalConfig_1.MicroInteractionExperimentalConfig.optional(),
36
38
  visualAnalysis: VisualAnalysisConfig_1.VisualAnalysisConfig.optional(),
37
39
  waitForNavigationConfig: BrowserWaitNavigationConfig_1.BrowserWaitNavigationConfig.optional(),
38
40
  });
@@ -0,0 +1,17 @@
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 { MicroInteractionExperimentalConfig } from "./MicroInteractionExperimentalConfig";
8
+ import { VisualAnalysisConfig } from "./VisualAnalysisConfig";
9
+ import { BrowserWaitNavigationConfig } from "./BrowserWaitNavigationConfig";
10
+ export declare const MicroInteractionConfigWithExperimental: core.serialization.ObjectSchema<serializers.MicroInteractionConfigWithExperimental.Raw, Airtop.MicroInteractionConfigWithExperimental>;
11
+ export declare namespace MicroInteractionConfigWithExperimental {
12
+ interface Raw {
13
+ experimental?: MicroInteractionExperimentalConfig.Raw | null;
14
+ visualAnalysis?: VisualAnalysisConfig.Raw | null;
15
+ waitForNavigationConfig?: BrowserWaitNavigationConfig.Raw | null;
16
+ }
17
+ }
@@ -0,0 +1,38 @@
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.MicroInteractionConfigWithExperimental = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const MicroInteractionExperimentalConfig_1 = require("./MicroInteractionExperimentalConfig");
32
+ const VisualAnalysisConfig_1 = require("./VisualAnalysisConfig");
33
+ const BrowserWaitNavigationConfig_1 = require("./BrowserWaitNavigationConfig");
34
+ exports.MicroInteractionConfigWithExperimental = core.serialization.object({
35
+ experimental: MicroInteractionExperimentalConfig_1.MicroInteractionExperimentalConfig.optional(),
36
+ visualAnalysis: VisualAnalysisConfig_1.VisualAnalysisConfig.optional(),
37
+ waitForNavigationConfig: BrowserWaitNavigationConfig_1.BrowserWaitNavigationConfig.optional(),
38
+ });
@@ -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 MicroInteractionExperimentalConfig: core.serialization.ObjectSchema<serializers.MicroInteractionExperimentalConfig.Raw, Airtop.MicroInteractionExperimentalConfig>;
8
+ export declare namespace MicroInteractionExperimentalConfig {
9
+ interface Raw {
10
+ scrollWithin?: 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.MicroInteractionExperimentalConfig = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.MicroInteractionExperimentalConfig = core.serialization.object({
32
+ scrollWithin: core.serialization.string().optional(),
33
+ });
@@ -4,10 +4,12 @@
4
4
  import * as serializers from "../index";
5
5
  import * as Airtop from "../../api/index";
6
6
  import * as core from "../../core";
7
+ import { PaginatedExtractionExperimentalConfig } from "./PaginatedExtractionExperimentalConfig";
7
8
  import { ScrapeConfig } from "./ScrapeConfig";
8
9
  export declare const PaginatedExtractionConfig: core.serialization.ObjectSchema<serializers.PaginatedExtractionConfig.Raw, Airtop.PaginatedExtractionConfig>;
9
10
  export declare namespace PaginatedExtractionConfig {
10
11
  interface Raw {
12
+ experimental?: PaginatedExtractionExperimentalConfig.Raw | null;
11
13
  interactionMode?: string | null;
12
14
  outputSchema?: string | null;
13
15
  paginationMode?: string | null;
@@ -28,8 +28,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.PaginatedExtractionConfig = void 0;
30
30
  const core = __importStar(require("../../core"));
31
+ const PaginatedExtractionExperimentalConfig_1 = require("./PaginatedExtractionExperimentalConfig");
31
32
  const ScrapeConfig_1 = require("./ScrapeConfig");
32
33
  exports.PaginatedExtractionConfig = core.serialization.object({
34
+ experimental: PaginatedExtractionExperimentalConfig_1.PaginatedExtractionExperimentalConfig.optional(),
33
35
  interactionMode: core.serialization.string().optional(),
34
36
  outputSchema: core.serialization.string().optional(),
35
37
  paginationMode: core.serialization.string().optional(),
@@ -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 PaginatedExtractionExperimentalConfig: core.serialization.ObjectSchema<serializers.PaginatedExtractionExperimentalConfig.Raw, Airtop.PaginatedExtractionExperimentalConfig>;
8
+ export declare namespace PaginatedExtractionExperimentalConfig {
9
+ interface Raw {
10
+ scrollWithin?: 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.PaginatedExtractionExperimentalConfig = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.PaginatedExtractionExperimentalConfig = core.serialization.object({
32
+ scrollWithin: core.serialization.string().optional(),
33
+ });
@@ -18,6 +18,8 @@ export * from "./ExternalSessionWithConnectionInfo";
18
18
  export * from "./IntervalMonitorConfig";
19
19
  export * from "./Issue";
20
20
  export * from "./MicroInteractionConfig";
21
+ export * from "./MicroInteractionConfigWithExperimental";
22
+ export * from "./MicroInteractionExperimentalConfig";
21
23
  export * from "./MonitorConfigIncludeVisualAnalysis";
22
24
  export * from "./MonitorConfig";
23
25
  export * from "./OperationOutcome";
@@ -25,6 +27,7 @@ export * from "./OperationOutcomeResponse";
25
27
  export * from "./PageQueryConfig";
26
28
  export * from "./PageQueryExperimentalConfig";
27
29
  export * from "./PaginatedExtractionConfig";
30
+ export * from "./PaginatedExtractionExperimentalConfig";
28
31
  export * from "./Pagination";
29
32
  export * from "./RequestStatusResponse";
30
33
  export * from "./ScrapeConfig";
@@ -34,6 +34,8 @@ __exportStar(require("./ExternalSessionWithConnectionInfo"), exports);
34
34
  __exportStar(require("./IntervalMonitorConfig"), exports);
35
35
  __exportStar(require("./Issue"), exports);
36
36
  __exportStar(require("./MicroInteractionConfig"), exports);
37
+ __exportStar(require("./MicroInteractionConfigWithExperimental"), exports);
38
+ __exportStar(require("./MicroInteractionExperimentalConfig"), exports);
37
39
  __exportStar(require("./MonitorConfigIncludeVisualAnalysis"), exports);
38
40
  __exportStar(require("./MonitorConfig"), exports);
39
41
  __exportStar(require("./OperationOutcome"), exports);
@@ -41,6 +43,7 @@ __exportStar(require("./OperationOutcomeResponse"), exports);
41
43
  __exportStar(require("./PageQueryConfig"), exports);
42
44
  __exportStar(require("./PageQueryExperimentalConfig"), exports);
43
45
  __exportStar(require("./PaginatedExtractionConfig"), exports);
46
+ __exportStar(require("./PaginatedExtractionExperimentalConfig"), exports);
44
47
  __exportStar(require("./Pagination"), exports);
45
48
  __exportStar(require("./RequestStatusResponse"), exports);
46
49
  __exportStar(require("./ScrapeConfig"), exports);