@airtop/sdk 0.1.5 → 0.1.7

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 (199) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +9 -9
  3. package/README.md +6 -6
  4. package/api/resources/index.d.ts +3 -3
  5. package/api/resources/index.js +4 -4
  6. package/api/resources/profiles/client/Client.js +4 -4
  7. package/api/resources/sessions/client/Client.js +10 -10
  8. package/api/resources/windows/client/Client.d.ts +37 -3
  9. package/api/resources/windows/client/Client.js +206 -19
  10. package/api/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +1 -1
  11. package/api/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +25 -0
  12. package/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +23 -0
  13. package/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +29 -0
  14. package/api/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +1 -1
  15. package/api/resources/windows/client/requests/index.d.ts +3 -0
  16. package/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +3 -2
  17. package/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +1 -0
  18. package/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +3 -2
  19. package/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +1 -0
  20. package/api/types/ClickConfig.d.ts +8 -0
  21. package/api/types/CustomProxy.d.ts +1 -1
  22. package/api/types/Issue.d.ts +2 -0
  23. package/{dist/api/types/EmptyResponseJson.d.ts → api/types/OperationOutcome.d.ts} +1 -1
  24. package/api/types/{EmptyResponse.d.ts → OperationOutcomeResponse.d.ts} +3 -3
  25. package/api/types/PageQueryConfig.d.ts +3 -0
  26. package/api/types/SessionConfigV1Proxy.d.ts +4 -1
  27. package/api/types/SummaryConfig.d.ts +2 -0
  28. package/api/types/VisualAnalysisConfig.d.ts +12 -0
  29. package/api/types/VisualAnalysisConfig.js +5 -0
  30. package/api/types/VisualAnalysisConfigPartitionDirection.d.ts +12 -0
  31. package/api/types/VisualAnalysisConfigPartitionDirection.js +11 -0
  32. package/api/types/VisualAnalysisConfigScope.d.ts +11 -0
  33. package/api/types/VisualAnalysisConfigScope.js +10 -0
  34. package/api/types/index.d.ts +6 -4
  35. package/api/types/index.js +6 -4
  36. package/dist/Client.d.ts +3 -3
  37. package/dist/Client.js +9 -9
  38. package/dist/api/resources/index.d.ts +3 -3
  39. package/dist/api/resources/index.js +4 -4
  40. package/dist/api/resources/profiles/client/Client.js +4 -4
  41. package/dist/api/resources/sessions/client/Client.js +10 -10
  42. package/dist/api/resources/windows/client/Client.d.ts +37 -3
  43. package/dist/api/resources/windows/client/Client.js +206 -19
  44. package/dist/api/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +1 -1
  45. package/dist/api/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +25 -0
  46. package/dist/api/resources/windows/client/requests/SessionClickHandlerRequestBody.js +5 -0
  47. package/dist/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +23 -0
  48. package/dist/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +5 -0
  49. package/dist/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +29 -0
  50. package/dist/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +5 -0
  51. package/dist/api/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +1 -1
  52. package/dist/api/resources/windows/client/requests/index.d.ts +3 -0
  53. package/dist/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +3 -2
  54. package/dist/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +1 -0
  55. package/dist/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +3 -2
  56. package/dist/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +1 -0
  57. package/dist/api/types/ClickConfig.d.ts +8 -0
  58. package/dist/api/types/ClickConfig.js +5 -0
  59. package/dist/api/types/CustomProxy.d.ts +1 -1
  60. package/dist/api/types/Issue.d.ts +2 -0
  61. package/{api/types/EmptyResponseJson.d.ts → dist/api/types/OperationOutcome.d.ts} +1 -1
  62. package/dist/api/types/OperationOutcome.js +5 -0
  63. package/dist/api/types/{EmptyResponse.d.ts → OperationOutcomeResponse.d.ts} +3 -3
  64. package/dist/api/types/OperationOutcomeResponse.js +5 -0
  65. package/dist/api/types/PageQueryConfig.d.ts +3 -0
  66. package/dist/api/types/SessionConfigV1Proxy.d.ts +4 -1
  67. package/dist/api/types/SummaryConfig.d.ts +2 -0
  68. package/dist/api/types/VisualAnalysisConfig.d.ts +12 -0
  69. package/dist/api/types/VisualAnalysisConfig.js +5 -0
  70. package/dist/api/types/VisualAnalysisConfigPartitionDirection.d.ts +12 -0
  71. package/dist/api/types/VisualAnalysisConfigPartitionDirection.js +11 -0
  72. package/dist/api/types/VisualAnalysisConfigScope.d.ts +11 -0
  73. package/dist/api/types/VisualAnalysisConfigScope.js +10 -0
  74. package/dist/api/types/index.d.ts +6 -4
  75. package/dist/api/types/index.js +6 -4
  76. package/dist/index.d.ts +1 -0
  77. package/dist/index.js +4 -0
  78. package/dist/serialization/resources/index.d.ts +3 -3
  79. package/dist/serialization/resources/index.js +4 -4
  80. package/dist/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +17 -0
  81. package/{serialization/types/EnvelopeStatusDefaultMeta.js → dist/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.js} +9 -6
  82. package/dist/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +17 -0
  83. package/dist/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +38 -0
  84. package/dist/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +19 -0
  85. package/dist/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +40 -0
  86. package/dist/serialization/resources/windows/client/requests/index.d.ts +3 -0
  87. package/dist/serialization/resources/windows/client/requests/index.js +7 -1
  88. package/dist/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +1 -1
  89. package/dist/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +1 -1
  90. package/dist/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +1 -1
  91. package/dist/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +1 -1
  92. package/dist/serialization/types/ClickConfig.d.ts +13 -0
  93. package/dist/serialization/types/ClickConfig.js +34 -0
  94. package/dist/serialization/types/Issue.d.ts +1 -0
  95. package/dist/serialization/types/Issue.js +1 -0
  96. package/{serialization/types/EmptyResponseJson.d.ts → dist/serialization/types/OperationOutcome.d.ts} +2 -2
  97. package/{serialization/types/EmptyResponseJson.js → dist/serialization/types/OperationOutcome.js} +2 -2
  98. package/dist/serialization/types/OperationOutcomeResponse.d.ts +18 -0
  99. package/dist/serialization/types/{EmptyResponse.js → OperationOutcomeResponse.js} +6 -6
  100. package/dist/serialization/types/PageQueryConfig.d.ts +2 -0
  101. package/dist/serialization/types/PageQueryConfig.js +2 -0
  102. package/dist/serialization/types/SessionConfigV1Proxy.d.ts +1 -1
  103. package/dist/serialization/types/SessionConfigV1Proxy.js +5 -1
  104. package/dist/serialization/types/SummaryConfig.d.ts +2 -0
  105. package/dist/serialization/types/SummaryConfig.js +2 -0
  106. package/dist/serialization/types/VisualAnalysisConfig.d.ts +16 -0
  107. package/dist/serialization/types/{EnvelopeStatusDefaultMeta.js → VisualAnalysisConfig.js} +7 -5
  108. package/dist/serialization/types/VisualAnalysisConfigPartitionDirection.d.ts +10 -0
  109. package/dist/serialization/types/VisualAnalysisConfigPartitionDirection.js +31 -0
  110. package/dist/serialization/types/VisualAnalysisConfigScope.d.ts +10 -0
  111. package/dist/serialization/types/{EnvelopeStatusDefaultMetaStatus.js → VisualAnalysisConfigScope.js} +2 -2
  112. package/dist/serialization/types/index.d.ts +6 -4
  113. package/dist/serialization/types/index.js +6 -4
  114. package/dist/utils/batch-operate/SessionQueue.d.ts +46 -0
  115. package/dist/utils/batch-operate/SessionQueue.js +223 -0
  116. package/dist/utils/batch-operate/WindowQueue.d.ts +25 -0
  117. package/dist/utils/batch-operate/WindowQueue.js +201 -0
  118. package/dist/utils/batch-operate/batch-util.d.ts +3 -0
  119. package/dist/utils/batch-operate/batch-util.js +51 -0
  120. package/dist/utils/batch-operate/helpers.d.ts +2 -0
  121. package/dist/utils/batch-operate/helpers.js +19 -0
  122. package/dist/utils/batch-operate/types.d.ts +29 -0
  123. package/dist/utils/batch-operate/types.js +2 -0
  124. package/dist/utils/index.d.ts +2 -0
  125. package/dist/utils/index.js +18 -0
  126. package/dist/wrapper/AirtopClient.d.ts +3 -0
  127. package/dist/wrapper/AirtopClient.js +16 -0
  128. package/index.d.ts +1 -0
  129. package/index.js +4 -0
  130. package/package.json +3 -2
  131. package/reference.md +344 -148
  132. package/serialization/resources/index.d.ts +3 -3
  133. package/serialization/resources/index.js +4 -4
  134. package/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +17 -0
  135. package/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.js +38 -0
  136. package/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +17 -0
  137. package/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +38 -0
  138. package/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +19 -0
  139. package/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +40 -0
  140. package/serialization/resources/windows/client/requests/index.d.ts +3 -0
  141. package/serialization/resources/windows/client/requests/index.js +7 -1
  142. package/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +1 -1
  143. package/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +1 -1
  144. package/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +1 -1
  145. package/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +1 -1
  146. package/serialization/types/ClickConfig.d.ts +13 -0
  147. package/serialization/types/ClickConfig.js +34 -0
  148. package/serialization/types/Issue.d.ts +1 -0
  149. package/serialization/types/Issue.js +1 -0
  150. package/{dist/serialization/types/EmptyResponseJson.d.ts → serialization/types/OperationOutcome.d.ts} +2 -2
  151. package/{dist/serialization/types/EmptyResponseJson.js → serialization/types/OperationOutcome.js} +2 -2
  152. package/serialization/types/OperationOutcomeResponse.d.ts +18 -0
  153. package/serialization/types/{EmptyResponse.js → OperationOutcomeResponse.js} +6 -6
  154. package/serialization/types/PageQueryConfig.d.ts +2 -0
  155. package/serialization/types/PageQueryConfig.js +2 -0
  156. package/serialization/types/SessionConfigV1Proxy.d.ts +1 -1
  157. package/serialization/types/SessionConfigV1Proxy.js +5 -1
  158. package/serialization/types/SummaryConfig.d.ts +2 -0
  159. package/serialization/types/SummaryConfig.js +2 -0
  160. package/serialization/types/VisualAnalysisConfig.d.ts +16 -0
  161. package/serialization/types/VisualAnalysisConfig.js +37 -0
  162. package/serialization/types/VisualAnalysisConfigPartitionDirection.d.ts +10 -0
  163. package/serialization/types/VisualAnalysisConfigPartitionDirection.js +31 -0
  164. package/serialization/types/VisualAnalysisConfigScope.d.ts +10 -0
  165. package/serialization/types/{EnvelopeStatusDefaultMetaStatus.js → VisualAnalysisConfigScope.js} +2 -2
  166. package/serialization/types/index.d.ts +6 -4
  167. package/serialization/types/index.js +6 -4
  168. package/utils/batch-operate/SessionQueue.d.ts +46 -0
  169. package/utils/batch-operate/SessionQueue.js +223 -0
  170. package/utils/batch-operate/WindowQueue.d.ts +25 -0
  171. package/utils/batch-operate/WindowQueue.js +201 -0
  172. package/utils/batch-operate/batch-util.d.ts +3 -0
  173. package/utils/batch-operate/batch-util.js +51 -0
  174. package/utils/batch-operate/helpers.d.ts +2 -0
  175. package/utils/batch-operate/helpers.js +19 -0
  176. package/utils/batch-operate/types.d.ts +29 -0
  177. package/utils/batch-operate/types.js +2 -0
  178. package/utils/index.d.ts +2 -0
  179. package/utils/index.js +18 -0
  180. package/wrapper/AirtopClient.d.ts +3 -0
  181. package/wrapper/AirtopClient.js +16 -0
  182. package/api/types/EnvelopeStatusDefaultMeta.d.ts +0 -8
  183. package/api/types/EnvelopeStatusDefaultMetaStatus.d.ts +0 -9
  184. package/api/types/EnvelopeStatusDefaultMetaStatus.js +0 -11
  185. package/dist/api/types/EnvelopeStatusDefaultMeta.d.ts +0 -8
  186. package/dist/api/types/EnvelopeStatusDefaultMetaStatus.d.ts +0 -9
  187. package/dist/api/types/EnvelopeStatusDefaultMetaStatus.js +0 -11
  188. package/dist/serialization/types/EmptyResponse.d.ts +0 -18
  189. package/dist/serialization/types/EnvelopeStatusDefaultMeta.d.ts +0 -14
  190. package/dist/serialization/types/EnvelopeStatusDefaultMetaStatus.d.ts +0 -10
  191. package/serialization/types/EmptyResponse.d.ts +0 -18
  192. package/serialization/types/EnvelopeStatusDefaultMeta.d.ts +0 -14
  193. package/serialization/types/EnvelopeStatusDefaultMetaStatus.d.ts +0 -10
  194. /package/api/{types/EmptyResponse.js → resources/windows/client/requests/SessionClickHandlerRequestBody.js} +0 -0
  195. /package/api/{types/EmptyResponseJson.js → resources/windows/client/requests/SessionHoverHandlerRequestBody.js} +0 -0
  196. /package/api/{types/EnvelopeStatusDefaultMeta.js → resources/windows/client/requests/SessionTypeHandlerRequestBody.js} +0 -0
  197. /package/{dist/api/types/EmptyResponse.js → api/types/ClickConfig.js} +0 -0
  198. /package/{dist/api/types/EmptyResponseJson.js → api/types/OperationOutcome.js} +0 -0
  199. /package/{dist/api/types/EnvelopeStatusDefaultMeta.js → api/types/OperationOutcomeResponse.js} +0 -0
@@ -1,6 +1,6 @@
1
- export * as sessions from "./sessions";
2
- export * from "./sessions/types";
3
1
  export * as windows from "./windows";
4
2
  export * from "./windows/types";
5
- export * from "./sessions/client/requests";
3
+ export * as sessions from "./sessions";
4
+ export * from "./sessions/types";
6
5
  export * from "./windows/client/requests";
6
+ export * from "./sessions/client/requests";
@@ -26,10 +26,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.windows = exports.sessions = void 0;
30
- exports.sessions = __importStar(require("./sessions"));
31
- __exportStar(require("./sessions/types"), exports);
29
+ exports.sessions = exports.windows = void 0;
32
30
  exports.windows = __importStar(require("./windows"));
33
31
  __exportStar(require("./windows/types"), exports);
34
- __exportStar(require("./sessions/client/requests"), exports);
32
+ exports.sessions = __importStar(require("./sessions"));
33
+ __exportStar(require("./sessions/types"), exports);
35
34
  __exportStar(require("./windows/client/requests"), exports);
35
+ __exportStar(require("./sessions/client/requests"), exports);
@@ -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 { ClickConfig } from "../../../../types/ClickConfig";
8
+ export declare const SessionClickHandlerRequestBody: core.serialization.Schema<serializers.SessionClickHandlerRequestBody.Raw, Airtop.SessionClickHandlerRequestBody>;
9
+ export declare namespace SessionClickHandlerRequestBody {
10
+ interface Raw {
11
+ clientRequestId?: string | null;
12
+ configuration?: ClickConfig.Raw | null;
13
+ costThresholdCredits?: number | null;
14
+ elementDescription: string;
15
+ timeThresholdSeconds?: number | 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.SessionClickHandlerRequestBody = void 0;
30
+ const core = __importStar(require("../../../../../core"));
31
+ const ClickConfig_1 = require("../../../../types/ClickConfig");
32
+ exports.SessionClickHandlerRequestBody = core.serialization.object({
33
+ clientRequestId: core.serialization.string().optional(),
34
+ configuration: ClickConfig_1.ClickConfig.optional(),
35
+ costThresholdCredits: core.serialization.number().optional(),
36
+ elementDescription: core.serialization.string(),
37
+ timeThresholdSeconds: core.serialization.number().optional(),
38
+ });
@@ -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 { ClickConfig } from "../../../../types/ClickConfig";
8
+ export declare const SessionHoverHandlerRequestBody: core.serialization.Schema<serializers.SessionHoverHandlerRequestBody.Raw, Airtop.SessionHoverHandlerRequestBody>;
9
+ export declare namespace SessionHoverHandlerRequestBody {
10
+ interface Raw {
11
+ clientRequestId?: string | null;
12
+ configuration?: ClickConfig.Raw | null;
13
+ costThresholdCredits?: number | null;
14
+ elementDescription?: string | null;
15
+ timeThresholdSeconds?: number | 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.SessionHoverHandlerRequestBody = void 0;
30
+ const core = __importStar(require("../../../../../core"));
31
+ const ClickConfig_1 = require("../../../../types/ClickConfig");
32
+ exports.SessionHoverHandlerRequestBody = core.serialization.object({
33
+ clientRequestId: core.serialization.string().optional(),
34
+ configuration: ClickConfig_1.ClickConfig.optional(),
35
+ costThresholdCredits: core.serialization.number().optional(),
36
+ elementDescription: core.serialization.string().optional(),
37
+ timeThresholdSeconds: core.serialization.number().optional(),
38
+ });
@@ -0,0 +1,19 @@
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 { ClickConfig } from "../../../../types/ClickConfig";
8
+ export declare const SessionTypeHandlerRequestBody: core.serialization.Schema<serializers.SessionTypeHandlerRequestBody.Raw, Airtop.SessionTypeHandlerRequestBody>;
9
+ export declare namespace SessionTypeHandlerRequestBody {
10
+ interface Raw {
11
+ clientRequestId?: string | null;
12
+ configuration?: ClickConfig.Raw | null;
13
+ costThresholdCredits?: number | null;
14
+ elementDescription?: string | null;
15
+ pressEnterKey?: boolean | null;
16
+ text: string;
17
+ timeThresholdSeconds?: number | null;
18
+ }
19
+ }
@@ -0,0 +1,40 @@
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.SessionTypeHandlerRequestBody = void 0;
30
+ const core = __importStar(require("../../../../../core"));
31
+ const ClickConfig_1 = require("../../../../types/ClickConfig");
32
+ exports.SessionTypeHandlerRequestBody = core.serialization.object({
33
+ clientRequestId: core.serialization.string().optional(),
34
+ configuration: ClickConfig_1.ClickConfig.optional(),
35
+ costThresholdCredits: core.serialization.number().optional(),
36
+ elementDescription: core.serialization.string().optional(),
37
+ pressEnterKey: core.serialization.boolean().optional(),
38
+ text: core.serialization.string(),
39
+ timeThresholdSeconds: core.serialization.number().optional(),
40
+ });
@@ -1,4 +1,7 @@
1
1
  export { CreateWindowInputV1Body } from "./CreateWindowInputV1Body";
2
2
  export { WindowLoadUrlV1Body } from "./WindowLoadUrlV1Body";
3
+ export { SessionClickHandlerRequestBody } from "./SessionClickHandlerRequestBody";
4
+ export { SessionHoverHandlerRequestBody } from "./SessionHoverHandlerRequestBody";
3
5
  export { ScrapeContentRequest } from "./ScrapeContentRequest";
4
6
  export { SessionSummaryHandlerRequestBody } from "./SessionSummaryHandlerRequestBody";
7
+ export { SessionTypeHandlerRequestBody } from "./SessionTypeHandlerRequestBody";
@@ -1,11 +1,17 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SessionSummaryHandlerRequestBody = exports.ScrapeContentRequest = exports.WindowLoadUrlV1Body = exports.CreateWindowInputV1Body = void 0;
3
+ exports.SessionTypeHandlerRequestBody = exports.SessionSummaryHandlerRequestBody = exports.ScrapeContentRequest = exports.SessionHoverHandlerRequestBody = exports.SessionClickHandlerRequestBody = exports.WindowLoadUrlV1Body = exports.CreateWindowInputV1Body = void 0;
4
4
  var CreateWindowInputV1Body_1 = require("./CreateWindowInputV1Body");
5
5
  Object.defineProperty(exports, "CreateWindowInputV1Body", { enumerable: true, get: function () { return CreateWindowInputV1Body_1.CreateWindowInputV1Body; } });
6
6
  var WindowLoadUrlV1Body_1 = require("./WindowLoadUrlV1Body");
7
7
  Object.defineProperty(exports, "WindowLoadUrlV1Body", { enumerable: true, get: function () { return WindowLoadUrlV1Body_1.WindowLoadUrlV1Body; } });
8
+ var SessionClickHandlerRequestBody_1 = require("./SessionClickHandlerRequestBody");
9
+ Object.defineProperty(exports, "SessionClickHandlerRequestBody", { enumerable: true, get: function () { return SessionClickHandlerRequestBody_1.SessionClickHandlerRequestBody; } });
10
+ var SessionHoverHandlerRequestBody_1 = require("./SessionHoverHandlerRequestBody");
11
+ Object.defineProperty(exports, "SessionHoverHandlerRequestBody", { enumerable: true, get: function () { return SessionHoverHandlerRequestBody_1.SessionHoverHandlerRequestBody; } });
8
12
  var ScrapeContentRequest_1 = require("./ScrapeContentRequest");
9
13
  Object.defineProperty(exports, "ScrapeContentRequest", { enumerable: true, get: function () { return ScrapeContentRequest_1.ScrapeContentRequest; } });
10
14
  var SessionSummaryHandlerRequestBody_1 = require("./SessionSummaryHandlerRequestBody");
11
15
  Object.defineProperty(exports, "SessionSummaryHandlerRequestBody", { enumerable: true, get: function () { return SessionSummaryHandlerRequestBody_1.SessionSummaryHandlerRequestBody; } });
16
+ var SessionTypeHandlerRequestBody_1 = require("./SessionTypeHandlerRequestBody");
17
+ Object.defineProperty(exports, "SessionTypeHandlerRequestBody", { enumerable: true, get: function () { return SessionTypeHandlerRequestBody_1.SessionTypeHandlerRequestBody; } });
@@ -6,5 +6,5 @@ import * as Airtop from "../../../../api/index";
6
6
  import * as core from "../../../../core";
7
7
  export declare const CreateWindowInputV1BodyWaitUntil: core.serialization.Schema<serializers.CreateWindowInputV1BodyWaitUntil.Raw, Airtop.CreateWindowInputV1BodyWaitUntil>;
8
8
  export declare namespace CreateWindowInputV1BodyWaitUntil {
9
- type Raw = "load" | "domContentLoaded" | "complete";
9
+ type Raw = "load" | "domContentLoaded" | "complete" | "noWait";
10
10
  }
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.CreateWindowInputV1BodyWaitUntil = void 0;
30
30
  const core = __importStar(require("../../../../core"));
31
- exports.CreateWindowInputV1BodyWaitUntil = core.serialization.enum_(["load", "domContentLoaded", "complete"]);
31
+ exports.CreateWindowInputV1BodyWaitUntil = core.serialization.enum_(["load", "domContentLoaded", "complete", "noWait"]);
@@ -6,5 +6,5 @@ import * as Airtop from "../../../../api/index";
6
6
  import * as core from "../../../../core";
7
7
  export declare const WindowLoadUrlV1BodyWaitUntil: core.serialization.Schema<serializers.WindowLoadUrlV1BodyWaitUntil.Raw, Airtop.WindowLoadUrlV1BodyWaitUntil>;
8
8
  export declare namespace WindowLoadUrlV1BodyWaitUntil {
9
- type Raw = "load" | "domContentLoaded" | "complete";
9
+ type Raw = "load" | "domContentLoaded" | "complete" | "noWait";
10
10
  }
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.WindowLoadUrlV1BodyWaitUntil = void 0;
30
30
  const core = __importStar(require("../../../../core"));
31
- exports.WindowLoadUrlV1BodyWaitUntil = core.serialization.enum_(["load", "domContentLoaded", "complete"]);
31
+ exports.WindowLoadUrlV1BodyWaitUntil = core.serialization.enum_(["load", "domContentLoaded", "complete", "noWait"]);
@@ -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 { VisualAnalysisConfig } from "./VisualAnalysisConfig";
8
+ export declare const ClickConfig: core.serialization.ObjectSchema<serializers.ClickConfig.Raw, Airtop.ClickConfig>;
9
+ export declare namespace ClickConfig {
10
+ interface Raw {
11
+ visualAnalysis?: VisualAnalysisConfig.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.ClickConfig = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const VisualAnalysisConfig_1 = require("./VisualAnalysisConfig");
32
+ exports.ClickConfig = core.serialization.object({
33
+ visualAnalysis: VisualAnalysisConfig_1.VisualAnalysisConfig.optional(),
34
+ });
@@ -10,5 +10,6 @@ export declare namespace Issue {
10
10
  code?: string | null;
11
11
  details?: Record<string, unknown> | null;
12
12
  message: string;
13
+ reason?: string | null;
13
14
  }
14
15
  }
@@ -32,4 +32,5 @@ exports.Issue = core.serialization.object({
32
32
  code: core.serialization.string().optional(),
33
33
  details: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
34
34
  message: core.serialization.string(),
35
+ reason: core.serialization.string().optional(),
35
36
  });
@@ -4,8 +4,8 @@
4
4
  import * as serializers from "../index";
5
5
  import * as Airtop from "../../api/index";
6
6
  import * as core from "../../core";
7
- export declare const EmptyResponseJson: core.serialization.ObjectSchema<serializers.EmptyResponseJson.Raw, Airtop.EmptyResponseJson>;
8
- export declare namespace EmptyResponseJson {
7
+ export declare const OperationOutcome: core.serialization.ObjectSchema<serializers.OperationOutcome.Raw, Airtop.OperationOutcome>;
8
+ export declare namespace OperationOutcome {
9
9
  interface Raw {
10
10
  success: boolean;
11
11
  }
@@ -26,8 +26,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.EmptyResponseJson = void 0;
29
+ exports.OperationOutcome = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.EmptyResponseJson = core.serialization.object({
31
+ exports.OperationOutcome = core.serialization.object({
32
32
  success: core.serialization.boolean(),
33
33
  });
@@ -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 { OperationOutcome } from "./OperationOutcome";
8
+ import { Issue } from "./Issue";
9
+ import { EnvelopeDefaultMeta } from "./EnvelopeDefaultMeta";
10
+ export declare const OperationOutcomeResponse: core.serialization.ObjectSchema<serializers.OperationOutcomeResponse.Raw, Airtop.OperationOutcomeResponse>;
11
+ export declare namespace OperationOutcomeResponse {
12
+ interface Raw {
13
+ data: OperationOutcome.Raw;
14
+ errors?: Issue.Raw[] | null;
15
+ meta: EnvelopeDefaultMeta.Raw;
16
+ warnings?: Issue.Raw[] | null;
17
+ }
18
+ }
@@ -26,14 +26,14 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.EmptyResponse = void 0;
29
+ exports.OperationOutcomeResponse = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- const EmptyResponseJson_1 = require("./EmptyResponseJson");
31
+ const OperationOutcome_1 = require("./OperationOutcome");
32
32
  const Issue_1 = require("./Issue");
33
- const EnvelopeStatusDefaultMeta_1 = require("./EnvelopeStatusDefaultMeta");
34
- exports.EmptyResponse = core.serialization.object({
35
- data: EmptyResponseJson_1.EmptyResponseJson,
33
+ const EnvelopeDefaultMeta_1 = require("./EnvelopeDefaultMeta");
34
+ exports.OperationOutcomeResponse = core.serialization.object({
35
+ data: OperationOutcome_1.OperationOutcome,
36
36
  errors: core.serialization.list(Issue_1.Issue).optional(),
37
- meta: EnvelopeStatusDefaultMeta_1.EnvelopeStatusDefaultMeta,
37
+ meta: EnvelopeDefaultMeta_1.EnvelopeDefaultMeta,
38
38
  warnings: core.serialization.list(Issue_1.Issue).optional(),
39
39
  });
@@ -4,9 +4,11 @@
4
4
  import * as serializers from "../index";
5
5
  import * as Airtop from "../../api/index";
6
6
  import * as core from "../../core";
7
+ import { PageQueryExperimentalConfig } from "./PageQueryExperimentalConfig";
7
8
  export declare const PageQueryConfig: core.serialization.ObjectSchema<serializers.PageQueryConfig.Raw, Airtop.PageQueryConfig>;
8
9
  export declare namespace PageQueryConfig {
9
10
  interface Raw {
11
+ experimental?: PageQueryExperimentalConfig.Raw | null;
10
12
  outputSchema?: string | null;
11
13
  }
12
14
  }
@@ -28,6 +28,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.PageQueryConfig = void 0;
30
30
  const core = __importStar(require("../../core"));
31
+ const PageQueryExperimentalConfig_1 = require("./PageQueryExperimentalConfig");
31
32
  exports.PageQueryConfig = core.serialization.object({
33
+ experimental: PageQueryExperimentalConfig_1.PageQueryExperimentalConfig.optional(),
32
34
  outputSchema: core.serialization.string().optional(),
33
35
  });
@@ -8,5 +8,5 @@ import { CustomProxy } from "./CustomProxy";
8
8
  import { SessionConfigV1ProxyItem } from "./SessionConfigV1ProxyItem";
9
9
  export declare const SessionConfigV1Proxy: core.serialization.Schema<serializers.SessionConfigV1Proxy.Raw, Airtop.SessionConfigV1Proxy>;
10
10
  export declare namespace SessionConfigV1Proxy {
11
- type Raw = CustomProxy.Raw | SessionConfigV1ProxyItem.Raw[];
11
+ type Raw = boolean | CustomProxy.Raw | SessionConfigV1ProxyItem.Raw[];
12
12
  }
@@ -30,4 +30,8 @@ exports.SessionConfigV1Proxy = void 0;
30
30
  const core = __importStar(require("../../core"));
31
31
  const CustomProxy_1 = require("./CustomProxy");
32
32
  const SessionConfigV1ProxyItem_1 = require("./SessionConfigV1ProxyItem");
33
- exports.SessionConfigV1Proxy = core.serialization.undiscriminatedUnion([CustomProxy_1.CustomProxy, core.serialization.list(SessionConfigV1ProxyItem_1.SessionConfigV1ProxyItem)]);
33
+ exports.SessionConfigV1Proxy = core.serialization.undiscriminatedUnion([
34
+ core.serialization.boolean(),
35
+ CustomProxy_1.CustomProxy,
36
+ core.serialization.list(SessionConfigV1ProxyItem_1.SessionConfigV1ProxyItem),
37
+ ]);
@@ -4,9 +4,11 @@
4
4
  import * as serializers from "../index";
5
5
  import * as Airtop from "../../api/index";
6
6
  import * as core from "../../core";
7
+ import { SummaryExperimentalConfig } from "./SummaryExperimentalConfig";
7
8
  export declare const SummaryConfig: core.serialization.ObjectSchema<serializers.SummaryConfig.Raw, Airtop.SummaryConfig>;
8
9
  export declare namespace SummaryConfig {
9
10
  interface Raw {
11
+ experimental?: SummaryExperimentalConfig.Raw | null;
10
12
  outputSchema?: string | null;
11
13
  }
12
14
  }
@@ -28,6 +28,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.SummaryConfig = void 0;
30
30
  const core = __importStar(require("../../core"));
31
+ const SummaryExperimentalConfig_1 = require("./SummaryExperimentalConfig");
31
32
  exports.SummaryConfig = core.serialization.object({
33
+ experimental: SummaryExperimentalConfig_1.SummaryExperimentalConfig.optional(),
32
34
  outputSchema: core.serialization.string().optional(),
33
35
  });
@@ -0,0 +1,16 @@
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 { VisualAnalysisConfigPartitionDirection } from "./VisualAnalysisConfigPartitionDirection";
8
+ import { VisualAnalysisConfigScope } from "./VisualAnalysisConfigScope";
9
+ export declare const VisualAnalysisConfig: core.serialization.ObjectSchema<serializers.VisualAnalysisConfig.Raw, Airtop.VisualAnalysisConfig>;
10
+ export declare namespace VisualAnalysisConfig {
11
+ interface Raw {
12
+ overlapPercentage?: number | null;
13
+ partitionDirection?: VisualAnalysisConfigPartitionDirection.Raw | null;
14
+ scope?: VisualAnalysisConfigScope.Raw | null;
15
+ }
16
+ }
@@ -0,0 +1,37 @@
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.VisualAnalysisConfig = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const VisualAnalysisConfigPartitionDirection_1 = require("./VisualAnalysisConfigPartitionDirection");
32
+ const VisualAnalysisConfigScope_1 = require("./VisualAnalysisConfigScope");
33
+ exports.VisualAnalysisConfig = core.serialization.object({
34
+ overlapPercentage: core.serialization.number().optional(),
35
+ partitionDirection: VisualAnalysisConfigPartitionDirection_1.VisualAnalysisConfigPartitionDirection.optional(),
36
+ scope: VisualAnalysisConfigScope_1.VisualAnalysisConfigScope.optional(),
37
+ });
@@ -0,0 +1,10 @@
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 VisualAnalysisConfigPartitionDirection: core.serialization.Schema<serializers.VisualAnalysisConfigPartitionDirection.Raw, Airtop.VisualAnalysisConfigPartitionDirection>;
8
+ export declare namespace VisualAnalysisConfigPartitionDirection {
9
+ type Raw = "vertical" | "horizontal" | "bidirectional";
10
+ }
@@ -0,0 +1,31 @@
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.VisualAnalysisConfigPartitionDirection = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.VisualAnalysisConfigPartitionDirection = core.serialization.enum_(["vertical", "horizontal", "bidirectional"]);
@@ -0,0 +1,10 @@
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 VisualAnalysisConfigScope: core.serialization.Schema<serializers.VisualAnalysisConfigScope.Raw, Airtop.VisualAnalysisConfigScope>;
8
+ export declare namespace VisualAnalysisConfigScope {
9
+ type Raw = "viewport" | "page";
10
+ }
@@ -26,6 +26,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.EnvelopeStatusDefaultMetaStatus = void 0;
29
+ exports.VisualAnalysisConfigScope = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.EnvelopeStatusDefaultMetaStatus = core.serialization.enum_(["success", " failure", " timeout"]);
31
+ exports.VisualAnalysisConfigScope = core.serialization.enum_(["viewport", "page"]);
@@ -1,11 +1,8 @@
1
1
  export * from "./AiPromptResponse";
2
2
  export * from "./AiResponseEnvelope";
3
+ export * from "./ClickConfig";
3
4
  export * from "./ClientProvidedResponseMetadata";
4
- export * from "./EmptyResponse";
5
- export * from "./EmptyResponseJson";
6
5
  export * from "./EnvelopeDefaultMeta";
7
- export * from "./EnvelopeStatusDefaultMetaStatus";
8
- export * from "./EnvelopeStatusDefaultMeta";
9
6
  export * from "./ErrorDetail";
10
7
  export * from "./ErrorMessage";
11
8
  export * from "./ErrorModel";
@@ -16,6 +13,8 @@ export * from "./ExternalSessionAiResponseMetadataUsage";
16
13
  export * from "./ExternalSessionConfig";
17
14
  export * from "./ExternalSessionWithConnectionInfo";
18
15
  export * from "./Issue";
16
+ export * from "./OperationOutcome";
17
+ export * from "./OperationOutcomeResponse";
19
18
  export * from "./PageQueryConfig";
20
19
  export * from "./PageQueryExperimentalConfig";
21
20
  export * from "./Pagination";
@@ -37,6 +36,9 @@ export * from "./StatusMessageStatus";
37
36
  export * from "./StatusMessage";
38
37
  export * from "./SummaryConfig";
39
38
  export * from "./SummaryExperimentalConfig";
39
+ export * from "./VisualAnalysisConfigPartitionDirection";
40
+ export * from "./VisualAnalysisConfigScope";
41
+ export * from "./VisualAnalysisConfig";
40
42
  export * from "./Window";
41
43
  export * from "./WindowId";
42
44
  export * from "./WindowIdResponse";