@airtop/sdk 0.1.36 → 1.0.0-alpha2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +7 -140
- package/dist/index.cjs +1195 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +1028 -0
- package/dist/index.d.ts +1028 -7
- package/dist/index.js +1193 -49
- package/dist/index.js.map +1 -0
- package/package.json +71 -71
- package/Client.d.ts +0 -43
- package/Client.js +0 -37
- package/api/errors/ForbiddenError.d.ts +0 -8
- package/api/errors/ForbiddenError.js +0 -51
- package/api/errors/InternalServerError.d.ts +0 -8
- package/api/errors/InternalServerError.js +0 -51
- package/api/errors/NotFoundError.d.ts +0 -8
- package/api/errors/NotFoundError.js +0 -51
- package/api/errors/UnauthorizedError.d.ts +0 -8
- package/api/errors/UnauthorizedError.js +0 -51
- package/api/errors/UnprocessableEntityError.d.ts +0 -8
- package/api/errors/UnprocessableEntityError.js +0 -51
- package/api/errors/index.d.ts +0 -5
- package/api/errors/index.js +0 -21
- package/api/index.d.ts +0 -3
- package/api/index.js +0 -19
- package/api/resources/automations/client/Client.d.ts +0 -91
- package/api/resources/automations/client/Client.js +0 -429
- package/api/resources/automations/client/index.d.ts +0 -1
- package/api/resources/automations/client/index.js +0 -17
- package/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +0 -19
- package/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +0 -5
- package/api/resources/automations/client/requests/index.d.ts +0 -1
- package/api/resources/automations/client/requests/index.js +0 -2
- package/api/resources/automations/index.d.ts +0 -1
- package/api/resources/automations/index.js +0 -17
- package/api/resources/index.d.ts +0 -11
- package/api/resources/index.js +0 -50
- package/api/resources/profiles/client/Client.d.ts +0 -40
- package/api/resources/profiles/client/Client.js +0 -131
- package/api/resources/profiles/client/index.d.ts +0 -1
- package/api/resources/profiles/client/index.js +0 -17
- package/api/resources/profiles/client/requests/ProfilesDeleteRequest.d.ts +0 -17
- package/api/resources/profiles/client/requests/ProfilesDeleteRequest.js +0 -5
- package/api/resources/profiles/client/requests/index.d.ts +0 -1
- package/api/resources/profiles/client/requests/index.js +0 -2
- package/api/resources/profiles/index.d.ts +0 -1
- package/api/resources/profiles/index.js +0 -17
- package/api/resources/requests/client/Client.d.ts +0 -38
- package/api/resources/requests/client/Client.js +0 -117
- package/api/resources/requests/client/index.d.ts +0 -1
- package/api/resources/requests/client/index.js +0 -2
- package/api/resources/requests/index.d.ts +0 -1
- package/api/resources/requests/index.js +0 -17
- package/api/resources/sessions/client/Client.d.ts +0 -92
- package/api/resources/sessions/client/Client.js +0 -494
- package/api/resources/sessions/client/index.d.ts +0 -1
- package/api/resources/sessions/client/index.js +0 -17
- package/api/resources/sessions/client/requests/SessionRestInputV1.d.ts +0 -12
- package/api/resources/sessions/client/requests/SessionRestInputV1.js +0 -5
- package/api/resources/sessions/client/requests/SessionsEventsRequest.d.ts +0 -20
- package/api/resources/sessions/client/requests/SessionsEventsRequest.js +0 -5
- package/api/resources/sessions/client/requests/SessionsListRequest.d.ts +0 -29
- package/api/resources/sessions/client/requests/SessionsListRequest.js +0 -5
- package/api/resources/sessions/client/requests/index.d.ts +0 -3
- package/api/resources/sessions/client/requests/index.js +0 -2
- package/api/resources/sessions/index.d.ts +0 -2
- package/api/resources/sessions/index.js +0 -18
- package/api/resources/sessions/types/SessionsEventsResponse.d.ts +0 -22
- package/api/resources/sessions/types/SessionsEventsResponse.js +0 -5
- package/api/resources/sessions/types/SessionsEventsResponseError.d.ts +0 -11
- package/api/resources/sessions/types/SessionsEventsResponseError.js +0 -5
- package/api/resources/sessions/types/SessionsEventsResponseSessionEvent.d.ts +0 -11
- package/api/resources/sessions/types/SessionsEventsResponseSessionEvent.js +0 -5
- package/api/resources/sessions/types/SessionsEventsResponseStatus.d.ts +0 -11
- package/api/resources/sessions/types/SessionsEventsResponseStatus.js +0 -5
- package/api/resources/sessions/types/SessionsEventsResponseWindowEvent.d.ts +0 -11
- package/api/resources/sessions/types/SessionsEventsResponseWindowEvent.js +0 -5
- package/api/resources/sessions/types/SessionsListRequestStatus.d.ts +0 -16
- package/api/resources/sessions/types/SessionsListRequestStatus.js +0 -15
- package/api/resources/sessions/types/index.d.ts +0 -6
- package/api/resources/sessions/types/index.js +0 -22
- package/api/resources/windows/client/Client.d.ts +0 -302
- package/api/resources/windows/client/Client.js +0 -1264
- package/api/resources/windows/client/index.d.ts +0 -1
- package/api/resources/windows/client/index.js +0 -17
- package/api/resources/windows/client/requests/AsyncCreateAutomationRequest.d.ts +0 -23
- package/api/resources/windows/client/requests/AsyncCreateAutomationRequest.js +0 -5
- package/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +0 -23
- package/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +0 -5
- package/api/resources/windows/client/requests/AsyncExecuteAutomationRequest.d.ts +0 -27
- package/api/resources/windows/client/requests/AsyncExecuteAutomationRequest.js +0 -5
- package/api/resources/windows/client/requests/AsyncFillFormRequest.d.ts +0 -27
- package/api/resources/windows/client/requests/AsyncFillFormRequest.js +0 -5
- package/api/resources/windows/client/requests/CreateFormFillerRequest.d.ts +0 -23
- package/api/resources/windows/client/requests/CreateFormFillerRequest.js +0 -5
- package/api/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +0 -18
- package/api/resources/windows/client/requests/CreateWindowInputV1Body.js +0 -5
- package/api/resources/windows/client/requests/FillFormRequest.d.ts +0 -27
- package/api/resources/windows/client/requests/FillFormRequest.js +0 -5
- package/api/resources/windows/client/requests/GetWindowInfoRequest.d.ts +0 -23
- package/api/resources/windows/client/requests/GetWindowInfoRequest.js +0 -5
- package/api/resources/windows/client/requests/ScrapeContentRequest.d.ts +0 -18
- package/api/resources/windows/client/requests/ScrapeContentRequest.js +0 -5
- package/api/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +0 -27
- package/api/resources/windows/client/requests/SessionClickHandlerRequestBody.js +0 -5
- package/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +0 -25
- package/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +0 -5
- package/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -25
- package/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -5
- package/api/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.d.ts +0 -25
- package/api/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.js +0 -5
- package/api/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +0 -21
- package/api/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js +0 -5
- package/api/resources/windows/client/requests/SessionScrollHandlerRequestBody.d.ts +0 -29
- package/api/resources/windows/client/requests/SessionScrollHandlerRequestBody.js +0 -5
- package/api/resources/windows/client/requests/SessionSummaryHandlerRequestBody.d.ts +0 -23
- package/api/resources/windows/client/requests/SessionSummaryHandlerRequestBody.js +0 -5
- package/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +0 -35
- package/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +0 -5
- package/api/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +0 -18
- package/api/resources/windows/client/requests/WindowLoadUrlV1Body.js +0 -5
- package/api/resources/windows/client/requests/index.d.ts +0 -18
- package/api/resources/windows/client/requests/index.js +0 -2
- package/api/resources/windows/index.d.ts +0 -2
- package/api/resources/windows/index.js +0 -18
- package/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +0 -13
- package/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +0 -12
- package/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +0 -13
- package/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +0 -12
- package/api/resources/windows/types/index.d.ts +0 -2
- package/api/resources/windows/types/index.js +0 -18
- package/api/types/AiPromptResponse.d.ts +0 -10
- package/api/types/AiPromptResponse.js +0 -5
- package/api/types/AiResponseEnvelope.d.ts +0 -6
- package/api/types/AiResponseEnvelope.js +0 -5
- package/api/types/AirtopProxyConfiguration.d.ts +0 -9
- package/api/types/AirtopProxyConfiguration.js +0 -5
- package/api/types/AsyncConfig.d.ts +0 -7
- package/api/types/AsyncConfig.js +0 -5
- package/api/types/AsyncSessionAiResponseEnvelope.d.ts +0 -9
- package/api/types/AsyncSessionAiResponseEnvelope.js +0 -5
- package/api/types/AutomationOutput.d.ts +0 -10
- package/api/types/AutomationOutput.js +0 -5
- package/api/types/BrowserWaitNavigationConfig.d.ts +0 -10
- package/api/types/BrowserWaitNavigationConfig.js +0 -5
- package/api/types/BrowserWaitNavigationConfigWaitUntil.d.ts +0 -13
- package/api/types/BrowserWaitNavigationConfigWaitUntil.js +0 -12
- package/api/types/ClickConfig.d.ts +0 -14
- package/api/types/ClickConfig.js +0 -5
- package/api/types/ClickConfigClickType.d.ts +0 -12
- package/api/types/ClickConfigClickType.js +0 -11
- package/api/types/ClientProvidedResponseMetadata.d.ts +0 -6
- package/api/types/ClientProvidedResponseMetadata.js +0 -5
- package/api/types/CreateAutomationRequestBodyConfiguration.d.ts +0 -4
- package/api/types/CreateAutomationRequestBodyConfiguration.js +0 -5
- package/api/types/DeleteAutomationOutputWrapperBody.d.ts +0 -4
- package/api/types/DeleteAutomationOutputWrapperBody.js +0 -5
- package/api/types/EnvelopeDefaultMeta.d.ts +0 -6
- package/api/types/EnvelopeDefaultMeta.js +0 -5
- package/api/types/ErrorBody.d.ts +0 -9
- package/api/types/ErrorBody.js +0 -5
- package/api/types/ErrorDetail.d.ts +0 -10
- package/api/types/ErrorDetail.js +0 -5
- package/api/types/ErrorMessage.d.ts +0 -11
- package/api/types/ErrorMessage.js +0 -5
- package/api/types/ErrorModel.d.ts +0 -18
- package/api/types/ErrorModel.js +0 -5
- package/api/types/ExternalSessionAiResponseMetadata.d.ts +0 -13
- package/api/types/ExternalSessionAiResponseMetadata.js +0 -5
- package/api/types/ExternalSessionAiResponseMetadataStatus.d.ts +0 -12
- package/api/types/ExternalSessionAiResponseMetadataStatus.js +0 -11
- package/api/types/ExternalSessionAiResponseMetadataUsage.d.ts +0 -9
- package/api/types/ExternalSessionAiResponseMetadataUsage.js +0 -5
- package/api/types/ExternalSessionConfig.d.ts +0 -11
- package/api/types/ExternalSessionConfig.js +0 -5
- package/api/types/ExternalSessionWithConnectionInfo.d.ts +0 -26
- package/api/types/ExternalSessionWithConnectionInfo.js +0 -5
- package/api/types/IntervalMonitorConfig.d.ts +0 -9
- package/api/types/IntervalMonitorConfig.js +0 -5
- package/api/types/Issue.d.ts +0 -13
- package/api/types/Issue.js +0 -5
- package/api/types/ListAutomationsOutput.d.ts +0 -7
- package/api/types/ListAutomationsOutput.js +0 -5
- package/api/types/MicroInteractionConfig.d.ts +0 -10
- package/api/types/MicroInteractionConfig.js +0 -5
- package/api/types/MicroInteractionConfigWithExperimental.d.ts +0 -12
- package/api/types/MicroInteractionConfigWithExperimental.js +0 -5
- package/api/types/MicroInteractionExperimentalConfig.d.ts +0 -7
- package/api/types/MicroInteractionExperimentalConfig.js +0 -5
- package/api/types/MonitorConfig.d.ts +0 -10
- package/api/types/MonitorConfig.js +0 -5
- package/api/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -12
- package/api/types/MonitorConfigIncludeVisualAnalysis.js +0 -11
- package/api/types/OperationOutcome.d.ts +0 -7
- package/api/types/OperationOutcome.js +0 -5
- package/api/types/OperationOutcomeResponse.d.ts +0 -10
- package/api/types/OperationOutcomeResponse.js +0 -5
- package/api/types/PageQueryConfig.d.ts +0 -12
- package/api/types/PageQueryConfig.js +0 -5
- package/api/types/PageQueryExperimentalConfig.d.ts +0 -7
- package/api/types/PageQueryExperimentalConfig.js +0 -5
- package/api/types/PaginatedExtractionConfig.d.ts +0 -16
- package/api/types/PaginatedExtractionConfig.js +0 -5
- package/api/types/PaginatedExtractionExperimentalConfig.d.ts +0 -7
- package/api/types/PaginatedExtractionExperimentalConfig.js +0 -5
- package/api/types/Pagination.d.ts +0 -21
- package/api/types/Pagination.js +0 -5
- package/api/types/Proxy.d.ts +0 -14
- package/api/types/Proxy.js +0 -5
- package/api/types/ProxyConfigurationKind.d.ts +0 -9
- package/api/types/ProxyConfigurationKind.js +0 -5
- package/api/types/ProxyCredentials.d.ts +0 -11
- package/api/types/ProxyCredentials.js +0 -5
- package/api/types/RequestStatusResponse.d.ts +0 -8
- package/api/types/RequestStatusResponse.js +0 -5
- package/api/types/ScrapeConfig.d.ts +0 -7
- package/api/types/ScrapeConfig.js +0 -5
- package/api/types/ScrapeResponse.d.ts +0 -10
- package/api/types/ScrapeResponse.js +0 -5
- package/api/types/ScrapeResponseContent.d.ts +0 -9
- package/api/types/ScrapeResponseContent.js +0 -5
- package/api/types/ScrapeResponseEnvelope.d.ts +0 -8
- package/api/types/ScrapeResponseEnvelope.js +0 -5
- package/api/types/ScrapeResponseOutput.d.ts +0 -12
- package/api/types/ScrapeResponseOutput.js +0 -5
- package/api/types/ScreenshotConfig.d.ts +0 -13
- package/api/types/ScreenshotConfig.js +0 -5
- package/api/types/ScreenshotMetadata.d.ts +0 -7
- package/api/types/ScreenshotMetadata.js +0 -5
- package/api/types/ScreenshotRequestConfig.d.ts +0 -8
- package/api/types/ScreenshotRequestConfig.js +0 -5
- package/api/types/ScrollByConfig.d.ts +0 -9
- package/api/types/ScrollByConfig.js +0 -5
- package/api/types/ScrollToEdgeConfig.d.ts +0 -9
- package/api/types/ScrollToEdgeConfig.js +0 -5
- package/api/types/SessionConfigV1.d.ts +0 -18
- package/api/types/SessionConfigV1.js +0 -5
- package/api/types/SessionConfigV1Proxy.d.ts +0 -17
- package/api/types/SessionConfigV1Proxy.js +0 -5
- package/api/types/SessionEventMessage.d.ts +0 -17
- package/api/types/SessionEventMessage.js +0 -5
- package/api/types/SessionPageQueryHandlerRequestBody.d.ts +0 -21
- package/api/types/SessionPageQueryHandlerRequestBody.js +0 -5
- package/api/types/SessionResponse.d.ts +0 -10
- package/api/types/SessionResponse.js +0 -5
- package/api/types/SessionsResponse.d.ts +0 -10
- package/api/types/SessionsResponse.js +0 -5
- package/api/types/SessionsWithPagination.d.ts +0 -10
- package/api/types/SessionsWithPagination.js +0 -5
- package/api/types/StatusMessage.d.ts +0 -16
- package/api/types/StatusMessage.js +0 -5
- package/api/types/StatusMessageStatus.d.ts +0 -15
- package/api/types/StatusMessageStatus.js +0 -14
- package/api/types/SummaryConfig.d.ts +0 -9
- package/api/types/SummaryConfig.js +0 -5
- package/api/types/SummaryExperimentalConfig.d.ts +0 -7
- package/api/types/SummaryExperimentalConfig.js +0 -5
- package/api/types/VisualAnalysisConfig.d.ts +0 -18
- package/api/types/VisualAnalysisConfig.js +0 -5
- package/api/types/VisualAnalysisConfigPartitionDirection.d.ts +0 -12
- package/api/types/VisualAnalysisConfigPartitionDirection.js +0 -11
- package/api/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +0 -12
- package/api/types/VisualAnalysisConfigResultSelectionStrategy.js +0 -11
- package/api/types/VisualAnalysisConfigScope.d.ts +0 -13
- package/api/types/VisualAnalysisConfigScope.js +0 -12
- package/api/types/Window.d.ts +0 -11
- package/api/types/Window.js +0 -5
- package/api/types/WindowEventMessage.d.ts +0 -19
- package/api/types/WindowEventMessage.js +0 -5
- package/api/types/WindowId.d.ts +0 -9
- package/api/types/WindowId.js +0 -5
- package/api/types/WindowIdResponse.d.ts +0 -10
- package/api/types/WindowIdResponse.js +0 -5
- package/api/types/WindowResponse.d.ts +0 -10
- package/api/types/WindowResponse.js +0 -5
- package/api/types/index.d.ts +0 -72
- package/api/types/index.js +0 -88
- package/biome.json +0 -69
- package/config/tsconfig-nobase.json +0 -16
- package/core/auth/BasicAuth.d.ts +0 -8
- package/core/auth/BasicAuth.js +0 -26
- package/core/auth/BearerToken.d.ts +0 -5
- package/core/auth/BearerToken.js +0 -15
- package/core/auth/index.d.ts +0 -2
- package/core/auth/index.js +0 -7
- package/core/fetcher/APIResponse.d.ts +0 -10
- package/core/fetcher/APIResponse.js +0 -2
- package/core/fetcher/Fetcher.d.ts +0 -39
- package/core/fetcher/Fetcher.js +0 -100
- package/core/fetcher/Supplier.d.ts +0 -4
- package/core/fetcher/Supplier.js +0 -22
- package/core/fetcher/createRequestUrl.d.ts +0 -1
- package/core/fetcher/createRequestUrl.js +0 -12
- package/core/fetcher/getFetchFn.d.ts +0 -4
- package/core/fetcher/getFetchFn.js +0 -68
- package/core/fetcher/getHeader.d.ts +0 -1
- package/core/fetcher/getHeader.js +0 -11
- package/core/fetcher/getRequestBody.d.ts +0 -7
- package/core/fetcher/getRequestBody.js +0 -23
- package/core/fetcher/getResponseBody.d.ts +0 -1
- package/core/fetcher/getResponseBody.js +0 -54
- package/core/fetcher/index.d.ts +0 -5
- package/core/fetcher/index.js +0 -9
- package/core/fetcher/makeRequest.d.ts +0 -1
- package/core/fetcher/makeRequest.js +0 -42
- package/core/fetcher/requestWithRetries.d.ts +0 -1
- package/core/fetcher/requestWithRetries.js +0 -40
- package/core/fetcher/signals.d.ts +0 -11
- package/core/fetcher/signals.js +0 -36
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
- package/core/index.d.ts +0 -5
- package/core/index.js +0 -44
- package/core/json.d.ts +0 -15
- package/core/json.js +0 -24
- package/core/runtime/index.d.ts +0 -1
- package/core/runtime/index.js +0 -5
- package/core/runtime/runtime.d.ts +0 -9
- package/core/runtime/runtime.js +0 -103
- package/core/schemas/Schema.d.ts +0 -87
- package/core/schemas/Schema.js +0 -24
- package/core/schemas/builders/bigint/bigint.d.ts +0 -2
- package/core/schemas/builders/bigint/bigint.js +0 -53
- package/core/schemas/builders/bigint/index.d.ts +0 -1
- package/core/schemas/builders/bigint/index.js +0 -5
- package/core/schemas/builders/date/date.d.ts +0 -2
- package/core/schemas/builders/date/date.js +0 -62
- package/core/schemas/builders/date/index.d.ts +0 -1
- package/core/schemas/builders/date/index.js +0 -5
- package/core/schemas/builders/enum/enum.d.ts +0 -2
- package/core/schemas/builders/enum/enum.js +0 -38
- package/core/schemas/builders/enum/index.d.ts +0 -1
- package/core/schemas/builders/enum/index.js +0 -5
- package/core/schemas/builders/index.d.ts +0 -14
- package/core/schemas/builders/index.js +0 -30
- package/core/schemas/builders/lazy/index.d.ts +0 -3
- package/core/schemas/builders/lazy/index.js +0 -7
- package/core/schemas/builders/lazy/lazy.d.ts +0 -5
- package/core/schemas/builders/lazy/lazy.js +0 -24
- package/core/schemas/builders/lazy/lazyObject.d.ts +0 -3
- package/core/schemas/builders/lazy/lazyObject.js +0 -11
- package/core/schemas/builders/list/index.d.ts +0 -1
- package/core/schemas/builders/list/index.js +0 -5
- package/core/schemas/builders/list/list.d.ts +0 -2
- package/core/schemas/builders/list/list.js +0 -54
- package/core/schemas/builders/literals/booleanLiteral.d.ts +0 -2
- package/core/schemas/builders/literals/booleanLiteral.js +0 -28
- package/core/schemas/builders/literals/index.d.ts +0 -2
- package/core/schemas/builders/literals/index.js +0 -7
- package/core/schemas/builders/literals/stringLiteral.d.ts +0 -2
- package/core/schemas/builders/literals/stringLiteral.js +0 -28
- package/core/schemas/builders/object/index.d.ts +0 -6
- package/core/schemas/builders/object/index.js +0 -11
- package/core/schemas/builders/object/object.d.ts +0 -3
- package/core/schemas/builders/object/object.js +0 -261
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +0 -6
- package/core/schemas/builders/object/objectWithoutOptionalProperties.js +0 -7
- package/core/schemas/builders/object/property.d.ts +0 -8
- package/core/schemas/builders/object/property.js +0 -15
- package/core/schemas/builders/object/types.d.ts +0 -31
- package/core/schemas/builders/object/types.js +0 -2
- package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +0 -9
- package/core/schemas/builders/object-like/getObjectLikeUtils.js +0 -53
- package/core/schemas/builders/object-like/index.d.ts +0 -2
- package/core/schemas/builders/object-like/index.js +0 -6
- package/core/schemas/builders/object-like/types.d.ts +0 -7
- package/core/schemas/builders/object-like/types.js +0 -2
- package/core/schemas/builders/primitives/any.d.ts +0 -1
- package/core/schemas/builders/primitives/any.js +0 -6
- package/core/schemas/builders/primitives/boolean.d.ts +0 -1
- package/core/schemas/builders/primitives/boolean.js +0 -25
- package/core/schemas/builders/primitives/index.d.ts +0 -5
- package/core/schemas/builders/primitives/index.js +0 -13
- package/core/schemas/builders/primitives/number.d.ts +0 -1
- package/core/schemas/builders/primitives/number.js +0 -25
- package/core/schemas/builders/primitives/string.d.ts +0 -1
- package/core/schemas/builders/primitives/string.js +0 -25
- package/core/schemas/builders/primitives/unknown.d.ts +0 -1
- package/core/schemas/builders/primitives/unknown.js +0 -6
- package/core/schemas/builders/record/index.d.ts +0 -2
- package/core/schemas/builders/record/index.js +0 -5
- package/core/schemas/builders/record/record.d.ts +0 -3
- package/core/schemas/builders/record/record.js +0 -93
- package/core/schemas/builders/record/types.d.ts +0 -4
- package/core/schemas/builders/record/types.js +0 -2
- package/core/schemas/builders/schema-utils/JsonError.d.ts +0 -5
- package/core/schemas/builders/schema-utils/JsonError.js +0 -12
- package/core/schemas/builders/schema-utils/ParseError.d.ts +0 -5
- package/core/schemas/builders/schema-utils/ParseError.js +0 -12
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +0 -21
- package/core/schemas/builders/schema-utils/getSchemaUtils.js +0 -145
- package/core/schemas/builders/schema-utils/index.d.ts +0 -4
- package/core/schemas/builders/schema-utils/index.js +0 -11
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +0 -2
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +0 -9
- package/core/schemas/builders/set/index.d.ts +0 -1
- package/core/schemas/builders/set/index.js +0 -5
- package/core/schemas/builders/set/set.d.ts +0 -2
- package/core/schemas/builders/set/set.js +0 -43
- package/core/schemas/builders/undiscriminated-union/index.d.ts +0 -2
- package/core/schemas/builders/undiscriminated-union/index.js +0 -5
- package/core/schemas/builders/undiscriminated-union/types.d.ts +0 -4
- package/core/schemas/builders/undiscriminated-union/types.js +0 -2
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +0 -3
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +0 -39
- package/core/schemas/builders/union/discriminant.d.ts +0 -5
- package/core/schemas/builders/union/discriminant.js +0 -9
- package/core/schemas/builders/union/index.d.ts +0 -4
- package/core/schemas/builders/union/index.js +0 -7
- package/core/schemas/builders/union/types.d.ts +0 -13
- package/core/schemas/builders/union/types.js +0 -2
- package/core/schemas/builders/union/union.d.ts +0 -4
- package/core/schemas/builders/union/union.js +0 -129
- package/core/schemas/index.d.ts +0 -2
- package/core/schemas/index.js +0 -17
- package/core/schemas/utils/MaybePromise.d.ts +0 -1
- package/core/schemas/utils/MaybePromise.js +0 -2
- package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +0 -7
- package/core/schemas/utils/addQuestionMarksToNullableProperties.js +0 -2
- package/core/schemas/utils/createIdentitySchemaCreator.d.ts +0 -2
- package/core/schemas/utils/createIdentitySchemaCreator.js +0 -15
- package/core/schemas/utils/entries.d.ts +0 -1
- package/core/schemas/utils/entries.js +0 -6
- package/core/schemas/utils/filterObject.d.ts +0 -1
- package/core/schemas/utils/filterObject.js +0 -13
- package/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +0 -1
- package/core/schemas/utils/getErrorMessageForIncorrectType.js +0 -27
- package/core/schemas/utils/isPlainObject.d.ts +0 -1
- package/core/schemas/utils/isPlainObject.js +0 -17
- package/core/schemas/utils/keys.d.ts +0 -1
- package/core/schemas/utils/keys.js +0 -6
- package/core/schemas/utils/maybeSkipValidation.d.ts +0 -2
- package/core/schemas/utils/maybeSkipValidation.js +0 -27
- package/core/schemas/utils/partition.d.ts +0 -1
- package/core/schemas/utils/partition.js +0 -15
- package/core/streaming-fetcher/Stream.d.ts +0 -47
- package/core/streaming-fetcher/Stream.js +0 -169
- package/core/streaming-fetcher/index.d.ts +0 -1
- package/core/streaming-fetcher/index.js +0 -5
- package/dist/Client.d.ts +0 -43
- package/dist/Client.js +0 -37
- package/dist/api/errors/ForbiddenError.d.ts +0 -8
- package/dist/api/errors/ForbiddenError.js +0 -51
- package/dist/api/errors/InternalServerError.d.ts +0 -8
- package/dist/api/errors/InternalServerError.js +0 -51
- package/dist/api/errors/NotFoundError.d.ts +0 -8
- package/dist/api/errors/NotFoundError.js +0 -51
- package/dist/api/errors/UnauthorizedError.d.ts +0 -8
- package/dist/api/errors/UnauthorizedError.js +0 -51
- package/dist/api/errors/UnprocessableEntityError.d.ts +0 -8
- package/dist/api/errors/UnprocessableEntityError.js +0 -51
- package/dist/api/errors/index.d.ts +0 -5
- package/dist/api/errors/index.js +0 -21
- package/dist/api/index.d.ts +0 -3
- package/dist/api/index.js +0 -19
- package/dist/api/resources/automations/client/Client.d.ts +0 -91
- package/dist/api/resources/automations/client/Client.js +0 -429
- package/dist/api/resources/automations/client/index.d.ts +0 -1
- package/dist/api/resources/automations/client/index.js +0 -17
- package/dist/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +0 -19
- package/dist/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +0 -5
- package/dist/api/resources/automations/client/requests/index.d.ts +0 -1
- package/dist/api/resources/automations/client/requests/index.js +0 -2
- package/dist/api/resources/automations/index.d.ts +0 -1
- package/dist/api/resources/automations/index.js +0 -17
- package/dist/api/resources/index.d.ts +0 -11
- package/dist/api/resources/index.js +0 -50
- package/dist/api/resources/profiles/client/Client.d.ts +0 -40
- package/dist/api/resources/profiles/client/Client.js +0 -131
- package/dist/api/resources/profiles/client/index.d.ts +0 -1
- package/dist/api/resources/profiles/client/index.js +0 -17
- package/dist/api/resources/profiles/client/requests/ProfilesDeleteRequest.d.ts +0 -17
- package/dist/api/resources/profiles/client/requests/ProfilesDeleteRequest.js +0 -5
- package/dist/api/resources/profiles/client/requests/index.d.ts +0 -1
- package/dist/api/resources/profiles/client/requests/index.js +0 -2
- package/dist/api/resources/profiles/index.d.ts +0 -1
- package/dist/api/resources/profiles/index.js +0 -17
- package/dist/api/resources/requests/client/Client.d.ts +0 -38
- package/dist/api/resources/requests/client/Client.js +0 -117
- package/dist/api/resources/requests/client/index.d.ts +0 -1
- package/dist/api/resources/requests/client/index.js +0 -2
- package/dist/api/resources/requests/index.d.ts +0 -1
- package/dist/api/resources/requests/index.js +0 -17
- package/dist/api/resources/sessions/client/Client.d.ts +0 -92
- package/dist/api/resources/sessions/client/Client.js +0 -494
- package/dist/api/resources/sessions/client/index.d.ts +0 -1
- package/dist/api/resources/sessions/client/index.js +0 -17
- package/dist/api/resources/sessions/client/requests/SessionRestInputV1.d.ts +0 -12
- package/dist/api/resources/sessions/client/requests/SessionRestInputV1.js +0 -5
- package/dist/api/resources/sessions/client/requests/SessionsEventsRequest.d.ts +0 -20
- package/dist/api/resources/sessions/client/requests/SessionsEventsRequest.js +0 -5
- package/dist/api/resources/sessions/client/requests/SessionsListRequest.d.ts +0 -29
- package/dist/api/resources/sessions/client/requests/SessionsListRequest.js +0 -5
- package/dist/api/resources/sessions/client/requests/index.d.ts +0 -3
- package/dist/api/resources/sessions/client/requests/index.js +0 -2
- package/dist/api/resources/sessions/index.d.ts +0 -2
- package/dist/api/resources/sessions/index.js +0 -18
- package/dist/api/resources/sessions/types/SessionsEventsResponse.d.ts +0 -22
- package/dist/api/resources/sessions/types/SessionsEventsResponse.js +0 -5
- package/dist/api/resources/sessions/types/SessionsEventsResponseError.d.ts +0 -11
- package/dist/api/resources/sessions/types/SessionsEventsResponseError.js +0 -5
- package/dist/api/resources/sessions/types/SessionsEventsResponseSessionEvent.d.ts +0 -11
- package/dist/api/resources/sessions/types/SessionsEventsResponseSessionEvent.js +0 -5
- package/dist/api/resources/sessions/types/SessionsEventsResponseStatus.d.ts +0 -11
- package/dist/api/resources/sessions/types/SessionsEventsResponseStatus.js +0 -5
- package/dist/api/resources/sessions/types/SessionsEventsResponseWindowEvent.d.ts +0 -11
- package/dist/api/resources/sessions/types/SessionsEventsResponseWindowEvent.js +0 -5
- package/dist/api/resources/sessions/types/SessionsListRequestStatus.d.ts +0 -16
- package/dist/api/resources/sessions/types/SessionsListRequestStatus.js +0 -15
- package/dist/api/resources/sessions/types/index.d.ts +0 -6
- package/dist/api/resources/sessions/types/index.js +0 -22
- package/dist/api/resources/windows/client/Client.d.ts +0 -302
- package/dist/api/resources/windows/client/Client.js +0 -1264
- package/dist/api/resources/windows/client/index.d.ts +0 -1
- package/dist/api/resources/windows/client/index.js +0 -17
- package/dist/api/resources/windows/client/requests/AsyncCreateAutomationRequest.d.ts +0 -23
- package/dist/api/resources/windows/client/requests/AsyncCreateAutomationRequest.js +0 -5
- package/dist/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +0 -23
- package/dist/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +0 -5
- package/dist/api/resources/windows/client/requests/AsyncExecuteAutomationRequest.d.ts +0 -27
- package/dist/api/resources/windows/client/requests/AsyncExecuteAutomationRequest.js +0 -5
- package/dist/api/resources/windows/client/requests/AsyncFillFormRequest.d.ts +0 -27
- package/dist/api/resources/windows/client/requests/AsyncFillFormRequest.js +0 -5
- package/dist/api/resources/windows/client/requests/CreateFormFillerRequest.d.ts +0 -23
- package/dist/api/resources/windows/client/requests/CreateFormFillerRequest.js +0 -5
- package/dist/api/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +0 -18
- package/dist/api/resources/windows/client/requests/CreateWindowInputV1Body.js +0 -5
- package/dist/api/resources/windows/client/requests/FillFormRequest.d.ts +0 -27
- package/dist/api/resources/windows/client/requests/FillFormRequest.js +0 -5
- package/dist/api/resources/windows/client/requests/GetWindowInfoRequest.d.ts +0 -23
- package/dist/api/resources/windows/client/requests/GetWindowInfoRequest.js +0 -5
- package/dist/api/resources/windows/client/requests/ScrapeContentRequest.d.ts +0 -18
- package/dist/api/resources/windows/client/requests/ScrapeContentRequest.js +0 -5
- package/dist/api/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +0 -27
- package/dist/api/resources/windows/client/requests/SessionClickHandlerRequestBody.js +0 -5
- package/dist/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +0 -25
- package/dist/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +0 -5
- package/dist/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -25
- package/dist/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -5
- package/dist/api/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.d.ts +0 -25
- package/dist/api/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.js +0 -5
- package/dist/api/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +0 -21
- package/dist/api/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js +0 -5
- package/dist/api/resources/windows/client/requests/SessionScrollHandlerRequestBody.d.ts +0 -29
- package/dist/api/resources/windows/client/requests/SessionScrollHandlerRequestBody.js +0 -5
- package/dist/api/resources/windows/client/requests/SessionSummaryHandlerRequestBody.d.ts +0 -23
- package/dist/api/resources/windows/client/requests/SessionSummaryHandlerRequestBody.js +0 -5
- package/dist/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +0 -35
- package/dist/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +0 -5
- package/dist/api/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +0 -18
- package/dist/api/resources/windows/client/requests/WindowLoadUrlV1Body.js +0 -5
- package/dist/api/resources/windows/client/requests/index.d.ts +0 -18
- package/dist/api/resources/windows/client/requests/index.js +0 -2
- package/dist/api/resources/windows/index.d.ts +0 -2
- package/dist/api/resources/windows/index.js +0 -18
- package/dist/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +0 -13
- package/dist/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +0 -12
- package/dist/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +0 -13
- package/dist/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +0 -12
- package/dist/api/resources/windows/types/index.d.ts +0 -2
- package/dist/api/resources/windows/types/index.js +0 -18
- package/dist/api/types/AiPromptResponse.d.ts +0 -10
- package/dist/api/types/AiPromptResponse.js +0 -5
- package/dist/api/types/AiResponseEnvelope.d.ts +0 -6
- package/dist/api/types/AiResponseEnvelope.js +0 -5
- package/dist/api/types/AirtopProxyConfiguration.d.ts +0 -9
- package/dist/api/types/AirtopProxyConfiguration.js +0 -5
- package/dist/api/types/AsyncConfig.d.ts +0 -7
- package/dist/api/types/AsyncConfig.js +0 -5
- package/dist/api/types/AsyncSessionAiResponseEnvelope.d.ts +0 -9
- package/dist/api/types/AsyncSessionAiResponseEnvelope.js +0 -5
- package/dist/api/types/AutomationOutput.d.ts +0 -10
- package/dist/api/types/AutomationOutput.js +0 -5
- package/dist/api/types/BrowserWaitNavigationConfig.d.ts +0 -10
- package/dist/api/types/BrowserWaitNavigationConfig.js +0 -5
- package/dist/api/types/BrowserWaitNavigationConfigWaitUntil.d.ts +0 -13
- package/dist/api/types/BrowserWaitNavigationConfigWaitUntil.js +0 -12
- package/dist/api/types/ClickConfig.d.ts +0 -14
- package/dist/api/types/ClickConfig.js +0 -5
- package/dist/api/types/ClickConfigClickType.d.ts +0 -12
- package/dist/api/types/ClickConfigClickType.js +0 -11
- package/dist/api/types/ClientProvidedResponseMetadata.d.ts +0 -6
- package/dist/api/types/ClientProvidedResponseMetadata.js +0 -5
- package/dist/api/types/CreateAutomationRequestBodyConfiguration.d.ts +0 -4
- package/dist/api/types/CreateAutomationRequestBodyConfiguration.js +0 -5
- package/dist/api/types/DeleteAutomationOutputWrapperBody.d.ts +0 -4
- package/dist/api/types/DeleteAutomationOutputWrapperBody.js +0 -5
- package/dist/api/types/EnvelopeDefaultMeta.d.ts +0 -6
- package/dist/api/types/EnvelopeDefaultMeta.js +0 -5
- package/dist/api/types/ErrorBody.d.ts +0 -9
- package/dist/api/types/ErrorBody.js +0 -5
- package/dist/api/types/ErrorDetail.d.ts +0 -10
- package/dist/api/types/ErrorDetail.js +0 -5
- package/dist/api/types/ErrorMessage.d.ts +0 -11
- package/dist/api/types/ErrorMessage.js +0 -5
- package/dist/api/types/ErrorModel.d.ts +0 -18
- package/dist/api/types/ErrorModel.js +0 -5
- package/dist/api/types/ExternalSessionAiResponseMetadata.d.ts +0 -13
- package/dist/api/types/ExternalSessionAiResponseMetadata.js +0 -5
- package/dist/api/types/ExternalSessionAiResponseMetadataStatus.d.ts +0 -12
- package/dist/api/types/ExternalSessionAiResponseMetadataStatus.js +0 -11
- package/dist/api/types/ExternalSessionAiResponseMetadataUsage.d.ts +0 -9
- package/dist/api/types/ExternalSessionAiResponseMetadataUsage.js +0 -5
- package/dist/api/types/ExternalSessionConfig.d.ts +0 -11
- package/dist/api/types/ExternalSessionConfig.js +0 -5
- package/dist/api/types/ExternalSessionWithConnectionInfo.d.ts +0 -26
- package/dist/api/types/ExternalSessionWithConnectionInfo.js +0 -5
- package/dist/api/types/IntervalMonitorConfig.d.ts +0 -9
- package/dist/api/types/IntervalMonitorConfig.js +0 -5
- package/dist/api/types/Issue.d.ts +0 -13
- package/dist/api/types/Issue.js +0 -5
- package/dist/api/types/ListAutomationsOutput.d.ts +0 -7
- package/dist/api/types/ListAutomationsOutput.js +0 -5
- package/dist/api/types/MicroInteractionConfig.d.ts +0 -10
- package/dist/api/types/MicroInteractionConfig.js +0 -5
- package/dist/api/types/MicroInteractionConfigWithExperimental.d.ts +0 -12
- package/dist/api/types/MicroInteractionConfigWithExperimental.js +0 -5
- package/dist/api/types/MicroInteractionExperimentalConfig.d.ts +0 -7
- package/dist/api/types/MicroInteractionExperimentalConfig.js +0 -5
- package/dist/api/types/MonitorConfig.d.ts +0 -10
- package/dist/api/types/MonitorConfig.js +0 -5
- package/dist/api/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -12
- package/dist/api/types/MonitorConfigIncludeVisualAnalysis.js +0 -11
- package/dist/api/types/OperationOutcome.d.ts +0 -7
- package/dist/api/types/OperationOutcome.js +0 -5
- package/dist/api/types/OperationOutcomeResponse.d.ts +0 -10
- package/dist/api/types/OperationOutcomeResponse.js +0 -5
- package/dist/api/types/PageQueryConfig.d.ts +0 -12
- package/dist/api/types/PageQueryConfig.js +0 -5
- package/dist/api/types/PageQueryExperimentalConfig.d.ts +0 -7
- package/dist/api/types/PageQueryExperimentalConfig.js +0 -5
- package/dist/api/types/PaginatedExtractionConfig.d.ts +0 -16
- package/dist/api/types/PaginatedExtractionConfig.js +0 -5
- package/dist/api/types/PaginatedExtractionExperimentalConfig.d.ts +0 -7
- package/dist/api/types/PaginatedExtractionExperimentalConfig.js +0 -5
- package/dist/api/types/Pagination.d.ts +0 -21
- package/dist/api/types/Pagination.js +0 -5
- package/dist/api/types/Proxy.d.ts +0 -14
- package/dist/api/types/Proxy.js +0 -5
- package/dist/api/types/ProxyConfigurationKind.d.ts +0 -9
- package/dist/api/types/ProxyConfigurationKind.js +0 -5
- package/dist/api/types/ProxyCredentials.d.ts +0 -11
- package/dist/api/types/ProxyCredentials.js +0 -5
- package/dist/api/types/RequestStatusResponse.d.ts +0 -8
- package/dist/api/types/RequestStatusResponse.js +0 -5
- package/dist/api/types/ScrapeConfig.d.ts +0 -7
- package/dist/api/types/ScrapeConfig.js +0 -5
- package/dist/api/types/ScrapeResponse.d.ts +0 -10
- package/dist/api/types/ScrapeResponse.js +0 -5
- package/dist/api/types/ScrapeResponseContent.d.ts +0 -9
- package/dist/api/types/ScrapeResponseContent.js +0 -5
- package/dist/api/types/ScrapeResponseEnvelope.d.ts +0 -8
- package/dist/api/types/ScrapeResponseEnvelope.js +0 -5
- package/dist/api/types/ScrapeResponseOutput.d.ts +0 -12
- package/dist/api/types/ScrapeResponseOutput.js +0 -5
- package/dist/api/types/ScreenshotConfig.d.ts +0 -13
- package/dist/api/types/ScreenshotConfig.js +0 -5
- package/dist/api/types/ScreenshotMetadata.d.ts +0 -7
- package/dist/api/types/ScreenshotMetadata.js +0 -5
- package/dist/api/types/ScreenshotRequestConfig.d.ts +0 -8
- package/dist/api/types/ScreenshotRequestConfig.js +0 -5
- package/dist/api/types/ScrollByConfig.d.ts +0 -9
- package/dist/api/types/ScrollByConfig.js +0 -5
- package/dist/api/types/ScrollToEdgeConfig.d.ts +0 -9
- package/dist/api/types/ScrollToEdgeConfig.js +0 -5
- package/dist/api/types/SessionConfigV1.d.ts +0 -18
- package/dist/api/types/SessionConfigV1.js +0 -5
- package/dist/api/types/SessionConfigV1Proxy.d.ts +0 -17
- package/dist/api/types/SessionConfigV1Proxy.js +0 -5
- package/dist/api/types/SessionEventMessage.d.ts +0 -17
- package/dist/api/types/SessionEventMessage.js +0 -5
- package/dist/api/types/SessionPageQueryHandlerRequestBody.d.ts +0 -21
- package/dist/api/types/SessionPageQueryHandlerRequestBody.js +0 -5
- package/dist/api/types/SessionResponse.d.ts +0 -10
- package/dist/api/types/SessionResponse.js +0 -5
- package/dist/api/types/SessionsResponse.d.ts +0 -10
- package/dist/api/types/SessionsResponse.js +0 -5
- package/dist/api/types/SessionsWithPagination.d.ts +0 -10
- package/dist/api/types/SessionsWithPagination.js +0 -5
- package/dist/api/types/StatusMessage.d.ts +0 -16
- package/dist/api/types/StatusMessage.js +0 -5
- package/dist/api/types/StatusMessageStatus.d.ts +0 -15
- package/dist/api/types/StatusMessageStatus.js +0 -14
- package/dist/api/types/SummaryConfig.d.ts +0 -9
- package/dist/api/types/SummaryConfig.js +0 -5
- package/dist/api/types/SummaryExperimentalConfig.d.ts +0 -7
- package/dist/api/types/SummaryExperimentalConfig.js +0 -5
- package/dist/api/types/VisualAnalysisConfig.d.ts +0 -18
- package/dist/api/types/VisualAnalysisConfig.js +0 -5
- package/dist/api/types/VisualAnalysisConfigPartitionDirection.d.ts +0 -12
- package/dist/api/types/VisualAnalysisConfigPartitionDirection.js +0 -11
- package/dist/api/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +0 -12
- package/dist/api/types/VisualAnalysisConfigResultSelectionStrategy.js +0 -11
- package/dist/api/types/VisualAnalysisConfigScope.d.ts +0 -13
- package/dist/api/types/VisualAnalysisConfigScope.js +0 -12
- package/dist/api/types/Window.d.ts +0 -11
- package/dist/api/types/Window.js +0 -5
- package/dist/api/types/WindowEventMessage.d.ts +0 -19
- package/dist/api/types/WindowEventMessage.js +0 -5
- package/dist/api/types/WindowId.d.ts +0 -9
- package/dist/api/types/WindowId.js +0 -5
- package/dist/api/types/WindowIdResponse.d.ts +0 -10
- package/dist/api/types/WindowIdResponse.js +0 -5
- package/dist/api/types/WindowResponse.d.ts +0 -10
- package/dist/api/types/WindowResponse.js +0 -5
- package/dist/api/types/index.d.ts +0 -72
- package/dist/api/types/index.js +0 -88
- package/dist/core/auth/BasicAuth.d.ts +0 -8
- package/dist/core/auth/BasicAuth.js +0 -26
- package/dist/core/auth/BearerToken.d.ts +0 -5
- package/dist/core/auth/BearerToken.js +0 -15
- package/dist/core/auth/index.d.ts +0 -2
- package/dist/core/auth/index.js +0 -7
- package/dist/core/fetcher/APIResponse.d.ts +0 -10
- package/dist/core/fetcher/APIResponse.js +0 -2
- package/dist/core/fetcher/Fetcher.d.ts +0 -39
- package/dist/core/fetcher/Fetcher.js +0 -100
- package/dist/core/fetcher/Supplier.d.ts +0 -4
- package/dist/core/fetcher/Supplier.js +0 -22
- package/dist/core/fetcher/createRequestUrl.d.ts +0 -1
- package/dist/core/fetcher/createRequestUrl.js +0 -12
- package/dist/core/fetcher/getFetchFn.d.ts +0 -4
- package/dist/core/fetcher/getFetchFn.js +0 -68
- package/dist/core/fetcher/getHeader.d.ts +0 -1
- package/dist/core/fetcher/getHeader.js +0 -11
- package/dist/core/fetcher/getRequestBody.d.ts +0 -7
- package/dist/core/fetcher/getRequestBody.js +0 -23
- package/dist/core/fetcher/getResponseBody.d.ts +0 -1
- package/dist/core/fetcher/getResponseBody.js +0 -54
- package/dist/core/fetcher/index.d.ts +0 -5
- package/dist/core/fetcher/index.js +0 -9
- package/dist/core/fetcher/makeRequest.d.ts +0 -1
- package/dist/core/fetcher/makeRequest.js +0 -42
- package/dist/core/fetcher/requestWithRetries.d.ts +0 -1
- package/dist/core/fetcher/requestWithRetries.js +0 -40
- package/dist/core/fetcher/signals.d.ts +0 -11
- package/dist/core/fetcher/signals.js +0 -36
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
- package/dist/core/index.d.ts +0 -5
- package/dist/core/index.js +0 -44
- package/dist/core/json.d.ts +0 -15
- package/dist/core/json.js +0 -24
- package/dist/core/runtime/index.d.ts +0 -1
- package/dist/core/runtime/index.js +0 -5
- package/dist/core/runtime/runtime.d.ts +0 -9
- package/dist/core/runtime/runtime.js +0 -103
- package/dist/core/schemas/Schema.d.ts +0 -87
- package/dist/core/schemas/Schema.js +0 -24
- package/dist/core/schemas/builders/bigint/bigint.d.ts +0 -2
- package/dist/core/schemas/builders/bigint/bigint.js +0 -53
- package/dist/core/schemas/builders/bigint/index.d.ts +0 -1
- package/dist/core/schemas/builders/bigint/index.js +0 -5
- package/dist/core/schemas/builders/date/date.d.ts +0 -2
- package/dist/core/schemas/builders/date/date.js +0 -62
- package/dist/core/schemas/builders/date/index.d.ts +0 -1
- package/dist/core/schemas/builders/date/index.js +0 -5
- package/dist/core/schemas/builders/enum/enum.d.ts +0 -2
- package/dist/core/schemas/builders/enum/enum.js +0 -38
- package/dist/core/schemas/builders/enum/index.d.ts +0 -1
- package/dist/core/schemas/builders/enum/index.js +0 -5
- package/dist/core/schemas/builders/index.d.ts +0 -14
- package/dist/core/schemas/builders/index.js +0 -30
- package/dist/core/schemas/builders/lazy/index.d.ts +0 -3
- package/dist/core/schemas/builders/lazy/index.js +0 -7
- package/dist/core/schemas/builders/lazy/lazy.d.ts +0 -5
- package/dist/core/schemas/builders/lazy/lazy.js +0 -24
- package/dist/core/schemas/builders/lazy/lazyObject.d.ts +0 -3
- package/dist/core/schemas/builders/lazy/lazyObject.js +0 -11
- package/dist/core/schemas/builders/list/index.d.ts +0 -1
- package/dist/core/schemas/builders/list/index.js +0 -5
- package/dist/core/schemas/builders/list/list.d.ts +0 -2
- package/dist/core/schemas/builders/list/list.js +0 -54
- package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +0 -2
- package/dist/core/schemas/builders/literals/booleanLiteral.js +0 -28
- package/dist/core/schemas/builders/literals/index.d.ts +0 -2
- package/dist/core/schemas/builders/literals/index.js +0 -7
- package/dist/core/schemas/builders/literals/stringLiteral.d.ts +0 -2
- package/dist/core/schemas/builders/literals/stringLiteral.js +0 -28
- package/dist/core/schemas/builders/object/index.d.ts +0 -6
- package/dist/core/schemas/builders/object/index.js +0 -11
- package/dist/core/schemas/builders/object/object.d.ts +0 -3
- package/dist/core/schemas/builders/object/object.js +0 -261
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +0 -6
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.js +0 -7
- package/dist/core/schemas/builders/object/property.d.ts +0 -8
- package/dist/core/schemas/builders/object/property.js +0 -15
- package/dist/core/schemas/builders/object/types.d.ts +0 -31
- package/dist/core/schemas/builders/object/types.js +0 -2
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +0 -9
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +0 -53
- package/dist/core/schemas/builders/object-like/index.d.ts +0 -2
- package/dist/core/schemas/builders/object-like/index.js +0 -6
- package/dist/core/schemas/builders/object-like/types.d.ts +0 -7
- package/dist/core/schemas/builders/object-like/types.js +0 -2
- package/dist/core/schemas/builders/primitives/any.d.ts +0 -1
- package/dist/core/schemas/builders/primitives/any.js +0 -6
- package/dist/core/schemas/builders/primitives/boolean.d.ts +0 -1
- package/dist/core/schemas/builders/primitives/boolean.js +0 -25
- package/dist/core/schemas/builders/primitives/index.d.ts +0 -5
- package/dist/core/schemas/builders/primitives/index.js +0 -13
- package/dist/core/schemas/builders/primitives/number.d.ts +0 -1
- package/dist/core/schemas/builders/primitives/number.js +0 -25
- package/dist/core/schemas/builders/primitives/string.d.ts +0 -1
- package/dist/core/schemas/builders/primitives/string.js +0 -25
- package/dist/core/schemas/builders/primitives/unknown.d.ts +0 -1
- package/dist/core/schemas/builders/primitives/unknown.js +0 -6
- package/dist/core/schemas/builders/record/index.d.ts +0 -2
- package/dist/core/schemas/builders/record/index.js +0 -5
- package/dist/core/schemas/builders/record/record.d.ts +0 -3
- package/dist/core/schemas/builders/record/record.js +0 -93
- package/dist/core/schemas/builders/record/types.d.ts +0 -4
- package/dist/core/schemas/builders/record/types.js +0 -2
- package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +0 -5
- package/dist/core/schemas/builders/schema-utils/JsonError.js +0 -12
- package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +0 -5
- package/dist/core/schemas/builders/schema-utils/ParseError.js +0 -12
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +0 -21
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.js +0 -145
- package/dist/core/schemas/builders/schema-utils/index.d.ts +0 -4
- package/dist/core/schemas/builders/schema-utils/index.js +0 -11
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +0 -2
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +0 -9
- package/dist/core/schemas/builders/set/index.d.ts +0 -1
- package/dist/core/schemas/builders/set/index.js +0 -5
- package/dist/core/schemas/builders/set/set.d.ts +0 -2
- package/dist/core/schemas/builders/set/set.js +0 -43
- package/dist/core/schemas/builders/undiscriminated-union/index.d.ts +0 -2
- package/dist/core/schemas/builders/undiscriminated-union/index.js +0 -5
- package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +0 -4
- package/dist/core/schemas/builders/undiscriminated-union/types.js +0 -2
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +0 -3
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +0 -39
- package/dist/core/schemas/builders/union/discriminant.d.ts +0 -5
- package/dist/core/schemas/builders/union/discriminant.js +0 -9
- package/dist/core/schemas/builders/union/index.d.ts +0 -4
- package/dist/core/schemas/builders/union/index.js +0 -7
- package/dist/core/schemas/builders/union/types.d.ts +0 -13
- package/dist/core/schemas/builders/union/types.js +0 -2
- package/dist/core/schemas/builders/union/union.d.ts +0 -4
- package/dist/core/schemas/builders/union/union.js +0 -129
- package/dist/core/schemas/index.d.ts +0 -2
- package/dist/core/schemas/index.js +0 -17
- package/dist/core/schemas/utils/MaybePromise.d.ts +0 -1
- package/dist/core/schemas/utils/MaybePromise.js +0 -2
- package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +0 -7
- package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.js +0 -2
- package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +0 -2
- package/dist/core/schemas/utils/createIdentitySchemaCreator.js +0 -15
- package/dist/core/schemas/utils/entries.d.ts +0 -1
- package/dist/core/schemas/utils/entries.js +0 -6
- package/dist/core/schemas/utils/filterObject.d.ts +0 -1
- package/dist/core/schemas/utils/filterObject.js +0 -13
- package/dist/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +0 -1
- package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +0 -27
- package/dist/core/schemas/utils/isPlainObject.d.ts +0 -1
- package/dist/core/schemas/utils/isPlainObject.js +0 -17
- package/dist/core/schemas/utils/keys.d.ts +0 -1
- package/dist/core/schemas/utils/keys.js +0 -6
- package/dist/core/schemas/utils/maybeSkipValidation.d.ts +0 -2
- package/dist/core/schemas/utils/maybeSkipValidation.js +0 -27
- package/dist/core/schemas/utils/partition.d.ts +0 -1
- package/dist/core/schemas/utils/partition.js +0 -15
- package/dist/core/streaming-fetcher/Stream.d.ts +0 -47
- package/dist/core/streaming-fetcher/Stream.js +0 -169
- package/dist/core/streaming-fetcher/index.d.ts +0 -1
- package/dist/core/streaming-fetcher/index.js +0 -5
- package/dist/environments.d.ts +0 -7
- package/dist/environments.js +0 -9
- package/dist/errors/AirtopError.d.ts +0 -12
- package/dist/errors/AirtopError.js +0 -33
- package/dist/errors/AirtopTimeoutError.d.ts +0 -6
- package/dist/errors/AirtopTimeoutError.js +0 -13
- package/dist/errors/index.d.ts +0 -2
- package/dist/errors/index.js +0 -7
- package/dist/live-view/types.d.ts +0 -24
- package/dist/live-view/types.js +0 -16
- package/dist/serialization/index.d.ts +0 -2
- package/dist/serialization/index.js +0 -18
- package/dist/serialization/resources/automations/client/index.d.ts +0 -1
- package/dist/serialization/resources/automations/client/index.js +0 -17
- package/dist/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +0 -14
- package/dist/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +0 -45
- package/dist/serialization/resources/automations/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/automations/client/requests/index.js +0 -5
- package/dist/serialization/resources/automations/index.d.ts +0 -1
- package/dist/serialization/resources/automations/index.js +0 -17
- package/dist/serialization/resources/index.d.ts +0 -8
- package/dist/serialization/resources/index.js +0 -47
- package/dist/serialization/resources/sessions/client/index.d.ts +0 -1
- package/dist/serialization/resources/sessions/client/index.js +0 -17
- package/dist/serialization/resources/sessions/client/requests/SessionRestInputV1.d.ts +0 -13
- package/dist/serialization/resources/sessions/client/requests/SessionRestInputV1.js +0 -44
- package/dist/serialization/resources/sessions/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/sessions/client/requests/index.js +0 -5
- package/dist/serialization/resources/sessions/index.d.ts +0 -2
- package/dist/serialization/resources/sessions/index.js +0 -18
- package/dist/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +0 -26
- package/dist/serialization/resources/sessions/types/SessionsEventsResponse.js +0 -55
- package/dist/serialization/resources/sessions/types/SessionsEventsResponseError.d.ts +0 -15
- package/dist/serialization/resources/sessions/types/SessionsEventsResponseError.js +0 -46
- package/dist/serialization/resources/sessions/types/SessionsEventsResponseSessionEvent.d.ts +0 -15
- package/dist/serialization/resources/sessions/types/SessionsEventsResponseSessionEvent.js +0 -46
- package/dist/serialization/resources/sessions/types/SessionsEventsResponseStatus.d.ts +0 -15
- package/dist/serialization/resources/sessions/types/SessionsEventsResponseStatus.js +0 -46
- package/dist/serialization/resources/sessions/types/SessionsEventsResponseWindowEvent.d.ts +0 -15
- package/dist/serialization/resources/sessions/types/SessionsEventsResponseWindowEvent.js +0 -46
- package/dist/serialization/resources/sessions/types/SessionsListRequestStatus.d.ts +0 -10
- package/dist/serialization/resources/sessions/types/SessionsListRequestStatus.js +0 -41
- package/dist/serialization/resources/sessions/types/index.d.ts +0 -6
- package/dist/serialization/resources/sessions/types/index.js +0 -22
- package/dist/serialization/resources/windows/client/index.d.ts +0 -1
- package/dist/serialization/resources/windows/client/index.js +0 -17
- package/dist/serialization/resources/windows/client/requests/AsyncCreateAutomationRequest.d.ts +0 -18
- package/dist/serialization/resources/windows/client/requests/AsyncCreateAutomationRequest.js +0 -49
- package/dist/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +0 -18
- package/dist/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +0 -49
- package/dist/serialization/resources/windows/client/requests/AsyncExecuteAutomationRequest.d.ts +0 -18
- package/dist/serialization/resources/windows/client/requests/AsyncExecuteAutomationRequest.js +0 -49
- package/dist/serialization/resources/windows/client/requests/AsyncFillFormRequest.d.ts +0 -18
- package/dist/serialization/resources/windows/client/requests/AsyncFillFormRequest.js +0 -49
- package/dist/serialization/resources/windows/client/requests/CreateFormFillerRequest.d.ts +0 -18
- package/dist/serialization/resources/windows/client/requests/CreateFormFillerRequest.js +0 -49
- package/dist/serialization/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +0 -16
- package/dist/serialization/resources/windows/client/requests/CreateWindowInputV1Body.js +0 -47
- package/dist/serialization/resources/windows/client/requests/FillFormRequest.d.ts +0 -18
- package/dist/serialization/resources/windows/client/requests/FillFormRequest.js +0 -49
- package/dist/serialization/resources/windows/client/requests/ScrapeContentRequest.d.ts +0 -14
- package/dist/serialization/resources/windows/client/requests/ScrapeContentRequest.js +0 -45
- package/dist/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +0 -18
- package/dist/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.js +0 -49
- package/dist/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +0 -17
- package/dist/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +0 -48
- package/dist/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -17
- package/dist/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -48
- package/dist/serialization/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.d.ts +0 -17
- package/dist/serialization/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.js +0 -48
- package/dist/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +0 -16
- package/dist/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js +0 -47
- package/dist/serialization/resources/windows/client/requests/SessionScrollHandlerRequestBody.d.ts +0 -22
- package/dist/serialization/resources/windows/client/requests/SessionScrollHandlerRequestBody.js +0 -53
- package/dist/serialization/resources/windows/client/requests/SessionSummaryHandlerRequestBody.d.ts +0 -17
- package/dist/serialization/resources/windows/client/requests/SessionSummaryHandlerRequestBody.js +0 -48
- package/dist/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +0 -22
- package/dist/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +0 -53
- package/dist/serialization/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +0 -15
- package/dist/serialization/resources/windows/client/requests/WindowLoadUrlV1Body.js +0 -46
- package/dist/serialization/resources/windows/client/requests/index.d.ts +0 -17
- package/dist/serialization/resources/windows/client/requests/index.js +0 -37
- package/dist/serialization/resources/windows/index.d.ts +0 -2
- package/dist/serialization/resources/windows/index.js +0 -18
- package/dist/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +0 -10
- package/dist/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +0 -41
- package/dist/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +0 -10
- package/dist/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +0 -41
- package/dist/serialization/resources/windows/types/index.d.ts +0 -2
- package/dist/serialization/resources/windows/types/index.js +0 -18
- package/dist/serialization/types/AiPromptResponse.d.ts +0 -18
- package/dist/serialization/types/AiPromptResponse.js +0 -49
- package/dist/serialization/types/AiResponseEnvelope.d.ts +0 -12
- package/dist/serialization/types/AiResponseEnvelope.js +0 -43
- package/dist/serialization/types/AirtopProxyConfiguration.d.ts +0 -13
- package/dist/serialization/types/AirtopProxyConfiguration.js +0 -44
- package/dist/serialization/types/AsyncConfig.d.ts +0 -12
- package/dist/serialization/types/AsyncConfig.js +0 -43
- package/dist/serialization/types/AsyncSessionAiResponseEnvelope.d.ts +0 -15
- package/dist/serialization/types/AsyncSessionAiResponseEnvelope.js +0 -46
- package/dist/serialization/types/AutomationOutput.d.ts +0 -16
- package/dist/serialization/types/AutomationOutput.js +0 -47
- package/dist/serialization/types/BrowserWaitNavigationConfig.d.ts +0 -14
- package/dist/serialization/types/BrowserWaitNavigationConfig.js +0 -45
- package/dist/serialization/types/BrowserWaitNavigationConfigWaitUntil.d.ts +0 -10
- package/dist/serialization/types/BrowserWaitNavigationConfigWaitUntil.js +0 -41
- package/dist/serialization/types/ClickConfig.d.ts +0 -19
- package/dist/serialization/types/ClickConfig.js +0 -50
- package/dist/serialization/types/ClickConfigClickType.d.ts +0 -10
- package/dist/serialization/types/ClickConfigClickType.js +0 -41
- package/dist/serialization/types/ClientProvidedResponseMetadata.d.ts +0 -12
- package/dist/serialization/types/ClientProvidedResponseMetadata.js +0 -43
- package/dist/serialization/types/CreateAutomationRequestBodyConfiguration.d.ts +0 -10
- package/dist/serialization/types/CreateAutomationRequestBodyConfiguration.js +0 -41
- package/dist/serialization/types/DeleteAutomationOutputWrapperBody.d.ts +0 -10
- package/dist/serialization/types/DeleteAutomationOutputWrapperBody.js +0 -41
- package/dist/serialization/types/EnvelopeDefaultMeta.d.ts +0 -12
- package/dist/serialization/types/EnvelopeDefaultMeta.js +0 -43
- package/dist/serialization/types/ErrorBody.d.ts +0 -13
- package/dist/serialization/types/ErrorBody.js +0 -44
- package/dist/serialization/types/ErrorDetail.d.ts +0 -14
- package/dist/serialization/types/ErrorDetail.js +0 -45
- package/dist/serialization/types/ErrorMessage.d.ts +0 -14
- package/dist/serialization/types/ErrorMessage.js +0 -45
- package/dist/serialization/types/ErrorModel.d.ts +0 -18
- package/dist/serialization/types/ErrorModel.js +0 -49
- package/dist/serialization/types/ExternalSessionAiResponseMetadata.d.ts +0 -20
- package/dist/serialization/types/ExternalSessionAiResponseMetadata.js +0 -51
- package/dist/serialization/types/ExternalSessionAiResponseMetadataStatus.d.ts +0 -10
- package/dist/serialization/types/ExternalSessionAiResponseMetadataStatus.js +0 -41
- package/dist/serialization/types/ExternalSessionAiResponseMetadataUsage.d.ts +0 -13
- package/dist/serialization/types/ExternalSessionAiResponseMetadataUsage.js +0 -44
- package/dist/serialization/types/ExternalSessionConfig.d.ts +0 -14
- package/dist/serialization/types/ExternalSessionConfig.js +0 -45
- package/dist/serialization/types/ExternalSessionWithConnectionInfo.d.ts +0 -22
- package/dist/serialization/types/ExternalSessionWithConnectionInfo.js +0 -53
- package/dist/serialization/types/IntervalMonitorConfig.d.ts +0 -13
- package/dist/serialization/types/IntervalMonitorConfig.js +0 -44
- package/dist/serialization/types/Issue.d.ts +0 -15
- package/dist/serialization/types/Issue.js +0 -46
- package/dist/serialization/types/ListAutomationsOutput.d.ts +0 -13
- package/dist/serialization/types/ListAutomationsOutput.js +0 -44
- package/dist/serialization/types/MicroInteractionConfig.d.ts +0 -15
- package/dist/serialization/types/MicroInteractionConfig.js +0 -46
- package/dist/serialization/types/MicroInteractionConfigWithExperimental.d.ts +0 -17
- package/dist/serialization/types/MicroInteractionConfigWithExperimental.js +0 -48
- package/dist/serialization/types/MicroInteractionExperimentalConfig.d.ts +0 -12
- package/dist/serialization/types/MicroInteractionExperimentalConfig.js +0 -43
- package/dist/serialization/types/MonitorConfig.d.ts +0 -15
- package/dist/serialization/types/MonitorConfig.js +0 -46
- package/dist/serialization/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -10
- package/dist/serialization/types/MonitorConfigIncludeVisualAnalysis.js +0 -41
- package/dist/serialization/types/OperationOutcome.d.ts +0 -12
- package/dist/serialization/types/OperationOutcome.js +0 -43
- package/dist/serialization/types/OperationOutcomeResponse.d.ts +0 -18
- package/dist/serialization/types/OperationOutcomeResponse.js +0 -49
- package/dist/serialization/types/PageQueryConfig.d.ts +0 -16
- package/dist/serialization/types/PageQueryConfig.js +0 -47
- package/dist/serialization/types/PageQueryExperimentalConfig.d.ts +0 -12
- package/dist/serialization/types/PageQueryExperimentalConfig.js +0 -43
- package/dist/serialization/types/PaginatedExtractionConfig.d.ts +0 -18
- package/dist/serialization/types/PaginatedExtractionConfig.js +0 -49
- package/dist/serialization/types/PaginatedExtractionExperimentalConfig.d.ts +0 -12
- package/dist/serialization/types/PaginatedExtractionExperimentalConfig.js +0 -43
- package/dist/serialization/types/Pagination.d.ts +0 -19
- package/dist/serialization/types/Pagination.js +0 -50
- package/dist/serialization/types/Proxy.d.ts +0 -12
- package/dist/serialization/types/Proxy.js +0 -43
- package/dist/serialization/types/ProxyConfigurationKind.d.ts +0 -14
- package/dist/serialization/types/ProxyConfigurationKind.js +0 -45
- package/dist/serialization/types/ProxyCredentials.d.ts +0 -14
- package/dist/serialization/types/ProxyCredentials.js +0 -45
- package/dist/serialization/types/RequestStatusResponse.d.ts +0 -13
- package/dist/serialization/types/RequestStatusResponse.js +0 -44
- package/dist/serialization/types/ScrapeConfig.d.ts +0 -12
- package/dist/serialization/types/ScrapeConfig.js +0 -43
- package/dist/serialization/types/ScrapeResponse.d.ts +0 -18
- package/dist/serialization/types/ScrapeResponse.js +0 -49
- package/dist/serialization/types/ScrapeResponseContent.d.ts +0 -13
- package/dist/serialization/types/ScrapeResponseContent.js +0 -44
- package/dist/serialization/types/ScrapeResponseEnvelope.d.ts +0 -13
- package/dist/serialization/types/ScrapeResponseEnvelope.js +0 -44
- package/dist/serialization/types/ScrapeResponseOutput.d.ts +0 -15
- package/dist/serialization/types/ScrapeResponseOutput.js +0 -46
- package/dist/serialization/types/ScreenshotConfig.d.ts +0 -15
- package/dist/serialization/types/ScreenshotConfig.js +0 -46
- package/dist/serialization/types/ScreenshotMetadata.d.ts +0 -12
- package/dist/serialization/types/ScreenshotMetadata.js +0 -43
- package/dist/serialization/types/ScreenshotRequestConfig.d.ts +0 -13
- package/dist/serialization/types/ScreenshotRequestConfig.js +0 -44
- package/dist/serialization/types/ScrollByConfig.d.ts +0 -13
- package/dist/serialization/types/ScrollByConfig.js +0 -44
- package/dist/serialization/types/ScrollToEdgeConfig.d.ts +0 -13
- package/dist/serialization/types/ScrollToEdgeConfig.js +0 -44
- package/dist/serialization/types/SessionConfigV1.d.ts +0 -18
- package/dist/serialization/types/SessionConfigV1.js +0 -49
- package/dist/serialization/types/SessionConfigV1Proxy.d.ts +0 -12
- package/dist/serialization/types/SessionConfigV1Proxy.js +0 -47
- package/dist/serialization/types/SessionEventMessage.d.ts +0 -18
- package/dist/serialization/types/SessionEventMessage.js +0 -49
- package/dist/serialization/types/SessionPageQueryHandlerRequestBody.d.ts +0 -18
- package/dist/serialization/types/SessionPageQueryHandlerRequestBody.js +0 -49
- package/dist/serialization/types/SessionResponse.d.ts +0 -18
- package/dist/serialization/types/SessionResponse.js +0 -49
- package/dist/serialization/types/SessionsResponse.d.ts +0 -18
- package/dist/serialization/types/SessionsResponse.js +0 -49
- package/dist/serialization/types/SessionsWithPagination.d.ts +0 -15
- package/dist/serialization/types/SessionsWithPagination.js +0 -46
- package/dist/serialization/types/StatusMessage.d.ts +0 -17
- package/dist/serialization/types/StatusMessage.js +0 -48
- package/dist/serialization/types/StatusMessageStatus.d.ts +0 -10
- package/dist/serialization/types/StatusMessageStatus.js +0 -41
- package/dist/serialization/types/SummaryConfig.d.ts +0 -14
- package/dist/serialization/types/SummaryConfig.js +0 -45
- package/dist/serialization/types/SummaryExperimentalConfig.d.ts +0 -12
- package/dist/serialization/types/SummaryExperimentalConfig.js +0 -43
- package/dist/serialization/types/VisualAnalysisConfig.d.ts +0 -20
- package/dist/serialization/types/VisualAnalysisConfig.js +0 -51
- package/dist/serialization/types/VisualAnalysisConfigPartitionDirection.d.ts +0 -10
- package/dist/serialization/types/VisualAnalysisConfigPartitionDirection.js +0 -41
- package/dist/serialization/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +0 -10
- package/dist/serialization/types/VisualAnalysisConfigResultSelectionStrategy.js +0 -41
- package/dist/serialization/types/VisualAnalysisConfigScope.d.ts +0 -10
- package/dist/serialization/types/VisualAnalysisConfigScope.js +0 -41
- package/dist/serialization/types/Window.d.ts +0 -14
- package/dist/serialization/types/Window.js +0 -45
- package/dist/serialization/types/WindowEventMessage.d.ts +0 -19
- package/dist/serialization/types/WindowEventMessage.js +0 -50
- package/dist/serialization/types/WindowId.d.ts +0 -13
- package/dist/serialization/types/WindowId.js +0 -44
- package/dist/serialization/types/WindowIdResponse.d.ts +0 -18
- package/dist/serialization/types/WindowIdResponse.js +0 -49
- package/dist/serialization/types/WindowResponse.d.ts +0 -18
- package/dist/serialization/types/WindowResponse.js +0 -49
- package/dist/serialization/types/index.d.ts +0 -72
- package/dist/serialization/types/index.js +0 -88
- package/dist/utils/batch-operate/SessionQueue.d.ts +0 -45
- package/dist/utils/batch-operate/SessionQueue.js +0 -222
- package/dist/utils/batch-operate/WindowQueue.d.ts +0 -24
- package/dist/utils/batch-operate/WindowQueue.js +0 -213
- package/dist/utils/batch-operate/batch-util.d.ts +0 -3
- package/dist/utils/batch-operate/batch-util.js +0 -49
- package/dist/utils/batch-operate/helpers.d.ts +0 -2
- package/dist/utils/batch-operate/helpers.js +0 -19
- package/dist/utils/batch-operate/types.d.ts +0 -29
- package/dist/utils/batch-operate/types.js +0 -2
- package/dist/utils/index.d.ts +0 -3
- package/dist/utils/index.js +0 -19
- package/dist/utils/process-screenshots.d.ts +0 -9
- package/dist/utils/process-screenshots.js +0 -58
- package/dist/version.d.ts +0 -1
- package/dist/version.js +0 -4
- package/dist/wrapper/AirtopClient.d.ts +0 -29
- package/dist/wrapper/AirtopClient.js +0 -104
- package/dist/wrapper/AirtopRequests.d.ts +0 -18
- package/dist/wrapper/AirtopRequests.js +0 -48
- package/dist/wrapper/AirtopSessions.d.ts +0 -24
- package/dist/wrapper/AirtopSessions.js +0 -96
- package/dist/wrapper/AirtopWindows.d.ts +0 -180
- package/dist/wrapper/AirtopWindows.js +0 -333
- package/environments.d.ts +0 -7
- package/environments.js +0 -9
- package/errors/AirtopError.d.ts +0 -12
- package/errors/AirtopError.js +0 -33
- package/errors/AirtopTimeoutError.d.ts +0 -6
- package/errors/AirtopTimeoutError.js +0 -13
- package/errors/index.d.ts +0 -2
- package/errors/index.js +0 -7
- package/index.d.ts +0 -7
- package/index.js +0 -51
- package/jest.config.mjs +0 -8
- package/lefthook.yml +0 -23
- package/live-view/types.d.ts +0 -24
- package/live-view/types.js +0 -16
- package/reference.md +0 -2409
- package/scripts/rename-to-esm-files.js +0 -115
- package/serialization/index.d.ts +0 -2
- package/serialization/index.js +0 -18
- package/serialization/resources/automations/client/index.d.ts +0 -1
- package/serialization/resources/automations/client/index.js +0 -17
- package/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +0 -14
- package/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +0 -45
- package/serialization/resources/automations/client/requests/index.d.ts +0 -1
- package/serialization/resources/automations/client/requests/index.js +0 -5
- package/serialization/resources/automations/index.d.ts +0 -1
- package/serialization/resources/automations/index.js +0 -17
- package/serialization/resources/index.d.ts +0 -8
- package/serialization/resources/index.js +0 -47
- package/serialization/resources/sessions/client/index.d.ts +0 -1
- package/serialization/resources/sessions/client/index.js +0 -17
- package/serialization/resources/sessions/client/requests/SessionRestInputV1.d.ts +0 -13
- package/serialization/resources/sessions/client/requests/SessionRestInputV1.js +0 -44
- package/serialization/resources/sessions/client/requests/index.d.ts +0 -1
- package/serialization/resources/sessions/client/requests/index.js +0 -5
- package/serialization/resources/sessions/index.d.ts +0 -2
- package/serialization/resources/sessions/index.js +0 -18
- package/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +0 -26
- package/serialization/resources/sessions/types/SessionsEventsResponse.js +0 -55
- package/serialization/resources/sessions/types/SessionsEventsResponseError.d.ts +0 -15
- package/serialization/resources/sessions/types/SessionsEventsResponseError.js +0 -46
- package/serialization/resources/sessions/types/SessionsEventsResponseSessionEvent.d.ts +0 -15
- package/serialization/resources/sessions/types/SessionsEventsResponseSessionEvent.js +0 -46
- package/serialization/resources/sessions/types/SessionsEventsResponseStatus.d.ts +0 -15
- package/serialization/resources/sessions/types/SessionsEventsResponseStatus.js +0 -46
- package/serialization/resources/sessions/types/SessionsEventsResponseWindowEvent.d.ts +0 -15
- package/serialization/resources/sessions/types/SessionsEventsResponseWindowEvent.js +0 -46
- package/serialization/resources/sessions/types/SessionsListRequestStatus.d.ts +0 -10
- package/serialization/resources/sessions/types/SessionsListRequestStatus.js +0 -41
- package/serialization/resources/sessions/types/index.d.ts +0 -6
- package/serialization/resources/sessions/types/index.js +0 -22
- package/serialization/resources/windows/client/index.d.ts +0 -1
- package/serialization/resources/windows/client/index.js +0 -17
- package/serialization/resources/windows/client/requests/AsyncCreateAutomationRequest.d.ts +0 -18
- package/serialization/resources/windows/client/requests/AsyncCreateAutomationRequest.js +0 -49
- package/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +0 -18
- package/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +0 -49
- package/serialization/resources/windows/client/requests/AsyncExecuteAutomationRequest.d.ts +0 -18
- package/serialization/resources/windows/client/requests/AsyncExecuteAutomationRequest.js +0 -49
- package/serialization/resources/windows/client/requests/AsyncFillFormRequest.d.ts +0 -18
- package/serialization/resources/windows/client/requests/AsyncFillFormRequest.js +0 -49
- package/serialization/resources/windows/client/requests/CreateFormFillerRequest.d.ts +0 -18
- package/serialization/resources/windows/client/requests/CreateFormFillerRequest.js +0 -49
- package/serialization/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +0 -16
- package/serialization/resources/windows/client/requests/CreateWindowInputV1Body.js +0 -47
- package/serialization/resources/windows/client/requests/FillFormRequest.d.ts +0 -18
- package/serialization/resources/windows/client/requests/FillFormRequest.js +0 -49
- package/serialization/resources/windows/client/requests/ScrapeContentRequest.d.ts +0 -14
- package/serialization/resources/windows/client/requests/ScrapeContentRequest.js +0 -45
- package/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +0 -18
- package/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.js +0 -49
- package/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +0 -17
- package/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +0 -48
- package/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -17
- package/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -48
- package/serialization/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.d.ts +0 -17
- package/serialization/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.js +0 -48
- package/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +0 -16
- package/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js +0 -47
- package/serialization/resources/windows/client/requests/SessionScrollHandlerRequestBody.d.ts +0 -22
- package/serialization/resources/windows/client/requests/SessionScrollHandlerRequestBody.js +0 -53
- package/serialization/resources/windows/client/requests/SessionSummaryHandlerRequestBody.d.ts +0 -17
- package/serialization/resources/windows/client/requests/SessionSummaryHandlerRequestBody.js +0 -48
- package/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +0 -22
- package/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +0 -53
- package/serialization/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +0 -15
- package/serialization/resources/windows/client/requests/WindowLoadUrlV1Body.js +0 -46
- package/serialization/resources/windows/client/requests/index.d.ts +0 -17
- package/serialization/resources/windows/client/requests/index.js +0 -37
- package/serialization/resources/windows/index.d.ts +0 -2
- package/serialization/resources/windows/index.js +0 -18
- package/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +0 -10
- package/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +0 -41
- package/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +0 -10
- package/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +0 -41
- package/serialization/resources/windows/types/index.d.ts +0 -2
- package/serialization/resources/windows/types/index.js +0 -18
- package/serialization/types/AiPromptResponse.d.ts +0 -18
- package/serialization/types/AiPromptResponse.js +0 -49
- package/serialization/types/AiResponseEnvelope.d.ts +0 -12
- package/serialization/types/AiResponseEnvelope.js +0 -43
- package/serialization/types/AirtopProxyConfiguration.d.ts +0 -13
- package/serialization/types/AirtopProxyConfiguration.js +0 -44
- package/serialization/types/AsyncConfig.d.ts +0 -12
- package/serialization/types/AsyncConfig.js +0 -43
- package/serialization/types/AsyncSessionAiResponseEnvelope.d.ts +0 -15
- package/serialization/types/AsyncSessionAiResponseEnvelope.js +0 -46
- package/serialization/types/AutomationOutput.d.ts +0 -16
- package/serialization/types/AutomationOutput.js +0 -47
- package/serialization/types/BrowserWaitNavigationConfig.d.ts +0 -14
- package/serialization/types/BrowserWaitNavigationConfig.js +0 -45
- package/serialization/types/BrowserWaitNavigationConfigWaitUntil.d.ts +0 -10
- package/serialization/types/BrowserWaitNavigationConfigWaitUntil.js +0 -41
- package/serialization/types/ClickConfig.d.ts +0 -19
- package/serialization/types/ClickConfig.js +0 -50
- package/serialization/types/ClickConfigClickType.d.ts +0 -10
- package/serialization/types/ClickConfigClickType.js +0 -41
- package/serialization/types/ClientProvidedResponseMetadata.d.ts +0 -12
- package/serialization/types/ClientProvidedResponseMetadata.js +0 -43
- package/serialization/types/CreateAutomationRequestBodyConfiguration.d.ts +0 -10
- package/serialization/types/CreateAutomationRequestBodyConfiguration.js +0 -41
- package/serialization/types/DeleteAutomationOutputWrapperBody.d.ts +0 -10
- package/serialization/types/DeleteAutomationOutputWrapperBody.js +0 -41
- package/serialization/types/EnvelopeDefaultMeta.d.ts +0 -12
- package/serialization/types/EnvelopeDefaultMeta.js +0 -43
- package/serialization/types/ErrorBody.d.ts +0 -13
- package/serialization/types/ErrorBody.js +0 -44
- package/serialization/types/ErrorDetail.d.ts +0 -14
- package/serialization/types/ErrorDetail.js +0 -45
- package/serialization/types/ErrorMessage.d.ts +0 -14
- package/serialization/types/ErrorMessage.js +0 -45
- package/serialization/types/ErrorModel.d.ts +0 -18
- package/serialization/types/ErrorModel.js +0 -49
- package/serialization/types/ExternalSessionAiResponseMetadata.d.ts +0 -20
- package/serialization/types/ExternalSessionAiResponseMetadata.js +0 -51
- package/serialization/types/ExternalSessionAiResponseMetadataStatus.d.ts +0 -10
- package/serialization/types/ExternalSessionAiResponseMetadataStatus.js +0 -41
- package/serialization/types/ExternalSessionAiResponseMetadataUsage.d.ts +0 -13
- package/serialization/types/ExternalSessionAiResponseMetadataUsage.js +0 -44
- package/serialization/types/ExternalSessionConfig.d.ts +0 -14
- package/serialization/types/ExternalSessionConfig.js +0 -45
- package/serialization/types/ExternalSessionWithConnectionInfo.d.ts +0 -22
- package/serialization/types/ExternalSessionWithConnectionInfo.js +0 -53
- package/serialization/types/IntervalMonitorConfig.d.ts +0 -13
- package/serialization/types/IntervalMonitorConfig.js +0 -44
- package/serialization/types/Issue.d.ts +0 -15
- package/serialization/types/Issue.js +0 -46
- package/serialization/types/ListAutomationsOutput.d.ts +0 -13
- package/serialization/types/ListAutomationsOutput.js +0 -44
- package/serialization/types/MicroInteractionConfig.d.ts +0 -15
- package/serialization/types/MicroInteractionConfig.js +0 -46
- package/serialization/types/MicroInteractionConfigWithExperimental.d.ts +0 -17
- package/serialization/types/MicroInteractionConfigWithExperimental.js +0 -48
- package/serialization/types/MicroInteractionExperimentalConfig.d.ts +0 -12
- package/serialization/types/MicroInteractionExperimentalConfig.js +0 -43
- package/serialization/types/MonitorConfig.d.ts +0 -15
- package/serialization/types/MonitorConfig.js +0 -46
- package/serialization/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -10
- package/serialization/types/MonitorConfigIncludeVisualAnalysis.js +0 -41
- package/serialization/types/OperationOutcome.d.ts +0 -12
- package/serialization/types/OperationOutcome.js +0 -43
- package/serialization/types/OperationOutcomeResponse.d.ts +0 -18
- package/serialization/types/OperationOutcomeResponse.js +0 -49
- package/serialization/types/PageQueryConfig.d.ts +0 -16
- package/serialization/types/PageQueryConfig.js +0 -47
- package/serialization/types/PageQueryExperimentalConfig.d.ts +0 -12
- package/serialization/types/PageQueryExperimentalConfig.js +0 -43
- package/serialization/types/PaginatedExtractionConfig.d.ts +0 -18
- package/serialization/types/PaginatedExtractionConfig.js +0 -49
- package/serialization/types/PaginatedExtractionExperimentalConfig.d.ts +0 -12
- package/serialization/types/PaginatedExtractionExperimentalConfig.js +0 -43
- package/serialization/types/Pagination.d.ts +0 -19
- package/serialization/types/Pagination.js +0 -50
- package/serialization/types/Proxy.d.ts +0 -12
- package/serialization/types/Proxy.js +0 -43
- package/serialization/types/ProxyConfigurationKind.d.ts +0 -14
- package/serialization/types/ProxyConfigurationKind.js +0 -45
- package/serialization/types/ProxyCredentials.d.ts +0 -14
- package/serialization/types/ProxyCredentials.js +0 -45
- package/serialization/types/RequestStatusResponse.d.ts +0 -13
- package/serialization/types/RequestStatusResponse.js +0 -44
- package/serialization/types/ScrapeConfig.d.ts +0 -12
- package/serialization/types/ScrapeConfig.js +0 -43
- package/serialization/types/ScrapeResponse.d.ts +0 -18
- package/serialization/types/ScrapeResponse.js +0 -49
- package/serialization/types/ScrapeResponseContent.d.ts +0 -13
- package/serialization/types/ScrapeResponseContent.js +0 -44
- package/serialization/types/ScrapeResponseEnvelope.d.ts +0 -13
- package/serialization/types/ScrapeResponseEnvelope.js +0 -44
- package/serialization/types/ScrapeResponseOutput.d.ts +0 -15
- package/serialization/types/ScrapeResponseOutput.js +0 -46
- package/serialization/types/ScreenshotConfig.d.ts +0 -15
- package/serialization/types/ScreenshotConfig.js +0 -46
- package/serialization/types/ScreenshotMetadata.d.ts +0 -12
- package/serialization/types/ScreenshotMetadata.js +0 -43
- package/serialization/types/ScreenshotRequestConfig.d.ts +0 -13
- package/serialization/types/ScreenshotRequestConfig.js +0 -44
- package/serialization/types/ScrollByConfig.d.ts +0 -13
- package/serialization/types/ScrollByConfig.js +0 -44
- package/serialization/types/ScrollToEdgeConfig.d.ts +0 -13
- package/serialization/types/ScrollToEdgeConfig.js +0 -44
- package/serialization/types/SessionConfigV1.d.ts +0 -18
- package/serialization/types/SessionConfigV1.js +0 -49
- package/serialization/types/SessionConfigV1Proxy.d.ts +0 -12
- package/serialization/types/SessionConfigV1Proxy.js +0 -47
- package/serialization/types/SessionEventMessage.d.ts +0 -18
- package/serialization/types/SessionEventMessage.js +0 -49
- package/serialization/types/SessionPageQueryHandlerRequestBody.d.ts +0 -18
- package/serialization/types/SessionPageQueryHandlerRequestBody.js +0 -49
- package/serialization/types/SessionResponse.d.ts +0 -18
- package/serialization/types/SessionResponse.js +0 -49
- package/serialization/types/SessionsResponse.d.ts +0 -18
- package/serialization/types/SessionsResponse.js +0 -49
- package/serialization/types/SessionsWithPagination.d.ts +0 -15
- package/serialization/types/SessionsWithPagination.js +0 -46
- package/serialization/types/StatusMessage.d.ts +0 -17
- package/serialization/types/StatusMessage.js +0 -48
- package/serialization/types/StatusMessageStatus.d.ts +0 -10
- package/serialization/types/StatusMessageStatus.js +0 -41
- package/serialization/types/SummaryConfig.d.ts +0 -14
- package/serialization/types/SummaryConfig.js +0 -45
- package/serialization/types/SummaryExperimentalConfig.d.ts +0 -12
- package/serialization/types/SummaryExperimentalConfig.js +0 -43
- package/serialization/types/VisualAnalysisConfig.d.ts +0 -20
- package/serialization/types/VisualAnalysisConfig.js +0 -51
- package/serialization/types/VisualAnalysisConfigPartitionDirection.d.ts +0 -10
- package/serialization/types/VisualAnalysisConfigPartitionDirection.js +0 -41
- package/serialization/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +0 -10
- package/serialization/types/VisualAnalysisConfigResultSelectionStrategy.js +0 -41
- package/serialization/types/VisualAnalysisConfigScope.d.ts +0 -10
- package/serialization/types/VisualAnalysisConfigScope.js +0 -41
- package/serialization/types/Window.d.ts +0 -14
- package/serialization/types/Window.js +0 -45
- package/serialization/types/WindowEventMessage.d.ts +0 -19
- package/serialization/types/WindowEventMessage.js +0 -50
- package/serialization/types/WindowId.d.ts +0 -13
- package/serialization/types/WindowId.js +0 -44
- package/serialization/types/WindowIdResponse.d.ts +0 -18
- package/serialization/types/WindowIdResponse.js +0 -49
- package/serialization/types/WindowResponse.d.ts +0 -18
- package/serialization/types/WindowResponse.js +0 -49
- package/serialization/types/index.d.ts +0 -72
- package/serialization/types/index.js +0 -88
- package/utils/batch-operate/SessionQueue.d.ts +0 -45
- package/utils/batch-operate/SessionQueue.js +0 -222
- package/utils/batch-operate/WindowQueue.d.ts +0 -24
- package/utils/batch-operate/WindowQueue.js +0 -213
- package/utils/batch-operate/batch-util.d.ts +0 -3
- package/utils/batch-operate/batch-util.js +0 -49
- package/utils/batch-operate/helpers.d.ts +0 -2
- package/utils/batch-operate/helpers.js +0 -19
- package/utils/batch-operate/types.d.ts +0 -29
- package/utils/batch-operate/types.js +0 -2
- package/utils/index.d.ts +0 -3
- package/utils/index.js +0 -19
- package/utils/process-screenshots.d.ts +0 -9
- package/utils/process-screenshots.js +0 -58
- package/version.d.ts +0 -1
- package/version.js +0 -4
- package/wrapper/AirtopClient.d.ts +0 -29
- package/wrapper/AirtopClient.js +0 -104
- package/wrapper/AirtopRequests.d.ts +0 -18
- package/wrapper/AirtopRequests.js +0 -48
- package/wrapper/AirtopSessions.d.ts +0 -24
- package/wrapper/AirtopSessions.js +0 -96
- package/wrapper/AirtopWindows.d.ts +0 -180
- package/wrapper/AirtopWindows.js +0 -333
package/reference.md
DELETED
@@ -1,2409 +0,0 @@
|
|
1
|
-
# Reference
|
2
|
-
|
3
|
-
## Windows
|
4
|
-
|
5
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncCreateAutomation</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
|
6
|
-
<dl>
|
7
|
-
<dd>
|
8
|
-
|
9
|
-
#### 📝 Description
|
10
|
-
|
11
|
-
<dl>
|
12
|
-
<dd>
|
13
|
-
|
14
|
-
<dl>
|
15
|
-
<dd>
|
16
|
-
|
17
|
-
Create an automation of a browser window asynchronously
|
18
|
-
|
19
|
-
</dd>
|
20
|
-
</dl>
|
21
|
-
</dd>
|
22
|
-
</dl>
|
23
|
-
|
24
|
-
#### 🔌 Usage
|
25
|
-
|
26
|
-
<dl>
|
27
|
-
<dd>
|
28
|
-
|
29
|
-
<dl>
|
30
|
-
<dd>
|
31
|
-
|
32
|
-
```typescript
|
33
|
-
await client.windows.asyncCreateAutomation(
|
34
|
-
"6aac6f73-bd89-4a76-ab32-5a6c422e8b0b",
|
35
|
-
"0334da2a-91b0-42c5-6156-76a5eba87430",
|
36
|
-
);
|
37
|
-
```
|
38
|
-
|
39
|
-
</dd>
|
40
|
-
</dl>
|
41
|
-
</dd>
|
42
|
-
</dl>
|
43
|
-
|
44
|
-
#### ⚙️ Parameters
|
45
|
-
|
46
|
-
<dl>
|
47
|
-
<dd>
|
48
|
-
|
49
|
-
<dl>
|
50
|
-
<dd>
|
51
|
-
|
52
|
-
**sessionId:** `string` — The session id for the window.
|
53
|
-
|
54
|
-
</dd>
|
55
|
-
</dl>
|
56
|
-
|
57
|
-
<dl>
|
58
|
-
<dd>
|
59
|
-
|
60
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
61
|
-
|
62
|
-
</dd>
|
63
|
-
</dl>
|
64
|
-
|
65
|
-
<dl>
|
66
|
-
<dd>
|
67
|
-
|
68
|
-
**request:** `Airtop.AsyncCreateAutomationRequest`
|
69
|
-
|
70
|
-
</dd>
|
71
|
-
</dl>
|
72
|
-
|
73
|
-
<dl>
|
74
|
-
<dd>
|
75
|
-
|
76
|
-
**requestOptions:** `Windows.RequestOptions`
|
77
|
-
|
78
|
-
</dd>
|
79
|
-
</dl>
|
80
|
-
</dd>
|
81
|
-
</dl>
|
82
|
-
|
83
|
-
</dd>
|
84
|
-
</dl>
|
85
|
-
</details>
|
86
|
-
|
87
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncCreateFormFiller</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
|
88
|
-
<dl>
|
89
|
-
<dd>
|
90
|
-
|
91
|
-
#### 📝 Description
|
92
|
-
|
93
|
-
<dl>
|
94
|
-
<dd>
|
95
|
-
|
96
|
-
<dl>
|
97
|
-
<dd>
|
98
|
-
|
99
|
-
Create a form filler automation asynchronously
|
100
|
-
|
101
|
-
</dd>
|
102
|
-
</dl>
|
103
|
-
</dd>
|
104
|
-
</dl>
|
105
|
-
|
106
|
-
#### 🔌 Usage
|
107
|
-
|
108
|
-
<dl>
|
109
|
-
<dd>
|
110
|
-
|
111
|
-
<dl>
|
112
|
-
<dd>
|
113
|
-
|
114
|
-
```typescript
|
115
|
-
await client.windows.asyncCreateFormFiller(
|
116
|
-
"6aac6f73-bd89-4a76-ab32-5a6c422e8b0b",
|
117
|
-
"0334da2a-91b0-42c5-6156-76a5eba87430",
|
118
|
-
);
|
119
|
-
```
|
120
|
-
|
121
|
-
</dd>
|
122
|
-
</dl>
|
123
|
-
</dd>
|
124
|
-
</dl>
|
125
|
-
|
126
|
-
#### ⚙️ Parameters
|
127
|
-
|
128
|
-
<dl>
|
129
|
-
<dd>
|
130
|
-
|
131
|
-
<dl>
|
132
|
-
<dd>
|
133
|
-
|
134
|
-
**sessionId:** `string` — The session id for the window.
|
135
|
-
|
136
|
-
</dd>
|
137
|
-
</dl>
|
138
|
-
|
139
|
-
<dl>
|
140
|
-
<dd>
|
141
|
-
|
142
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
143
|
-
|
144
|
-
</dd>
|
145
|
-
</dl>
|
146
|
-
|
147
|
-
<dl>
|
148
|
-
<dd>
|
149
|
-
|
150
|
-
**request:** `Airtop.AsyncCreateFormFillerRequest`
|
151
|
-
|
152
|
-
</dd>
|
153
|
-
</dl>
|
154
|
-
|
155
|
-
<dl>
|
156
|
-
<dd>
|
157
|
-
|
158
|
-
**requestOptions:** `Windows.RequestOptions`
|
159
|
-
|
160
|
-
</dd>
|
161
|
-
</dl>
|
162
|
-
</dd>
|
163
|
-
</dl>
|
164
|
-
|
165
|
-
</dd>
|
166
|
-
</dl>
|
167
|
-
</details>
|
168
|
-
|
169
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncExecuteAutomation</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
|
170
|
-
<dl>
|
171
|
-
<dd>
|
172
|
-
|
173
|
-
#### 📝 Description
|
174
|
-
|
175
|
-
<dl>
|
176
|
-
<dd>
|
177
|
-
|
178
|
-
<dl>
|
179
|
-
<dd>
|
180
|
-
|
181
|
-
Execute an automation of a browser window asynchronously
|
182
|
-
|
183
|
-
</dd>
|
184
|
-
</dl>
|
185
|
-
</dd>
|
186
|
-
</dl>
|
187
|
-
|
188
|
-
#### 🔌 Usage
|
189
|
-
|
190
|
-
<dl>
|
191
|
-
<dd>
|
192
|
-
|
193
|
-
<dl>
|
194
|
-
<dd>
|
195
|
-
|
196
|
-
```typescript
|
197
|
-
await client.windows.asyncExecuteAutomation(
|
198
|
-
"6aac6f73-bd89-4a76-ab32-5a6c422e8b0b",
|
199
|
-
"0334da2a-91b0-42c5-6156-76a5eba87430",
|
200
|
-
{
|
201
|
-
automationId: "automationId",
|
202
|
-
},
|
203
|
-
);
|
204
|
-
```
|
205
|
-
|
206
|
-
</dd>
|
207
|
-
</dl>
|
208
|
-
</dd>
|
209
|
-
</dl>
|
210
|
-
|
211
|
-
#### ⚙️ Parameters
|
212
|
-
|
213
|
-
<dl>
|
214
|
-
<dd>
|
215
|
-
|
216
|
-
<dl>
|
217
|
-
<dd>
|
218
|
-
|
219
|
-
**sessionId:** `string` — The session id for the window.
|
220
|
-
|
221
|
-
</dd>
|
222
|
-
</dl>
|
223
|
-
|
224
|
-
<dl>
|
225
|
-
<dd>
|
226
|
-
|
227
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
228
|
-
|
229
|
-
</dd>
|
230
|
-
</dl>
|
231
|
-
|
232
|
-
<dl>
|
233
|
-
<dd>
|
234
|
-
|
235
|
-
**request:** `Airtop.AsyncExecuteAutomationRequest`
|
236
|
-
|
237
|
-
</dd>
|
238
|
-
</dl>
|
239
|
-
|
240
|
-
<dl>
|
241
|
-
<dd>
|
242
|
-
|
243
|
-
**requestOptions:** `Windows.RequestOptions`
|
244
|
-
|
245
|
-
</dd>
|
246
|
-
</dl>
|
247
|
-
</dd>
|
248
|
-
</dl>
|
249
|
-
|
250
|
-
</dd>
|
251
|
-
</dl>
|
252
|
-
</details>
|
253
|
-
|
254
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncFillForm</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
|
255
|
-
<dl>
|
256
|
-
<dd>
|
257
|
-
|
258
|
-
#### 📝 Description
|
259
|
-
|
260
|
-
<dl>
|
261
|
-
<dd>
|
262
|
-
|
263
|
-
<dl>
|
264
|
-
<dd>
|
265
|
-
|
266
|
-
Fill a form of a browser window asynchronously using a form-filler automation
|
267
|
-
|
268
|
-
</dd>
|
269
|
-
</dl>
|
270
|
-
</dd>
|
271
|
-
</dl>
|
272
|
-
|
273
|
-
#### 🔌 Usage
|
274
|
-
|
275
|
-
<dl>
|
276
|
-
<dd>
|
277
|
-
|
278
|
-
<dl>
|
279
|
-
<dd>
|
280
|
-
|
281
|
-
```typescript
|
282
|
-
await client.windows.asyncFillForm("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
|
283
|
-
automationId: "automationId",
|
284
|
-
});
|
285
|
-
```
|
286
|
-
|
287
|
-
</dd>
|
288
|
-
</dl>
|
289
|
-
</dd>
|
290
|
-
</dl>
|
291
|
-
|
292
|
-
#### ⚙️ Parameters
|
293
|
-
|
294
|
-
<dl>
|
295
|
-
<dd>
|
296
|
-
|
297
|
-
<dl>
|
298
|
-
<dd>
|
299
|
-
|
300
|
-
**sessionId:** `string` — The session id for the window.
|
301
|
-
|
302
|
-
</dd>
|
303
|
-
</dl>
|
304
|
-
|
305
|
-
<dl>
|
306
|
-
<dd>
|
307
|
-
|
308
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
309
|
-
|
310
|
-
</dd>
|
311
|
-
</dl>
|
312
|
-
|
313
|
-
<dl>
|
314
|
-
<dd>
|
315
|
-
|
316
|
-
**request:** `Airtop.AsyncFillFormRequest`
|
317
|
-
|
318
|
-
</dd>
|
319
|
-
</dl>
|
320
|
-
|
321
|
-
<dl>
|
322
|
-
<dd>
|
323
|
-
|
324
|
-
**requestOptions:** `Windows.RequestOptions`
|
325
|
-
|
326
|
-
</dd>
|
327
|
-
</dl>
|
328
|
-
</dd>
|
329
|
-
</dl>
|
330
|
-
|
331
|
-
</dd>
|
332
|
-
</dl>
|
333
|
-
</details>
|
334
|
-
|
335
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">create</a>(sessionId, { ...params }) -> Airtop.WindowIdResponse</code></summary>
|
336
|
-
<dl>
|
337
|
-
<dd>
|
338
|
-
|
339
|
-
#### 📝 Description
|
340
|
-
|
341
|
-
<dl>
|
342
|
-
<dd>
|
343
|
-
|
344
|
-
<dl>
|
345
|
-
<dd>
|
346
|
-
|
347
|
-
Creates a new browser window in a session. Optionally, you can specify a url to load on the window upon creation.
|
348
|
-
|
349
|
-
</dd>
|
350
|
-
</dl>
|
351
|
-
</dd>
|
352
|
-
</dl>
|
353
|
-
|
354
|
-
#### 🔌 Usage
|
355
|
-
|
356
|
-
<dl>
|
357
|
-
<dd>
|
358
|
-
|
359
|
-
<dl>
|
360
|
-
<dd>
|
361
|
-
|
362
|
-
```typescript
|
363
|
-
await client.windows.create("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b");
|
364
|
-
```
|
365
|
-
|
366
|
-
</dd>
|
367
|
-
</dl>
|
368
|
-
</dd>
|
369
|
-
</dl>
|
370
|
-
|
371
|
-
#### ⚙️ Parameters
|
372
|
-
|
373
|
-
<dl>
|
374
|
-
<dd>
|
375
|
-
|
376
|
-
<dl>
|
377
|
-
<dd>
|
378
|
-
|
379
|
-
**sessionId:** `string` — ID of the session that owns the window.
|
380
|
-
|
381
|
-
</dd>
|
382
|
-
</dl>
|
383
|
-
|
384
|
-
<dl>
|
385
|
-
<dd>
|
386
|
-
|
387
|
-
**request:** `Airtop.CreateWindowInputV1Body`
|
388
|
-
|
389
|
-
</dd>
|
390
|
-
</dl>
|
391
|
-
|
392
|
-
<dl>
|
393
|
-
<dd>
|
394
|
-
|
395
|
-
**requestOptions:** `Windows.RequestOptions`
|
396
|
-
|
397
|
-
</dd>
|
398
|
-
</dl>
|
399
|
-
</dd>
|
400
|
-
</dl>
|
401
|
-
|
402
|
-
</dd>
|
403
|
-
</dl>
|
404
|
-
</details>
|
405
|
-
|
406
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">getWindowInfo</a>(sessionId, windowId, { ...params }) -> Airtop.WindowResponse</code></summary>
|
407
|
-
<dl>
|
408
|
-
<dd>
|
409
|
-
|
410
|
-
#### 📝 Description
|
411
|
-
|
412
|
-
<dl>
|
413
|
-
<dd>
|
414
|
-
|
415
|
-
<dl>
|
416
|
-
<dd>
|
417
|
-
|
418
|
-
Get information about a browser window in a session, including the live view url.
|
419
|
-
|
420
|
-
</dd>
|
421
|
-
</dl>
|
422
|
-
</dd>
|
423
|
-
</dl>
|
424
|
-
|
425
|
-
#### 🔌 Usage
|
426
|
-
|
427
|
-
<dl>
|
428
|
-
<dd>
|
429
|
-
|
430
|
-
<dl>
|
431
|
-
<dd>
|
432
|
-
|
433
|
-
```typescript
|
434
|
-
await client.windows.getWindowInfo("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "7334da2a-91b0-42c5-6156-76a5eba87430", {
|
435
|
-
screenResolution: "1280x720",
|
436
|
-
});
|
437
|
-
```
|
438
|
-
|
439
|
-
</dd>
|
440
|
-
</dl>
|
441
|
-
</dd>
|
442
|
-
</dl>
|
443
|
-
|
444
|
-
#### ⚙️ Parameters
|
445
|
-
|
446
|
-
<dl>
|
447
|
-
<dd>
|
448
|
-
|
449
|
-
<dl>
|
450
|
-
<dd>
|
451
|
-
|
452
|
-
**sessionId:** `string` — ID of the session that owns the window.
|
453
|
-
|
454
|
-
</dd>
|
455
|
-
</dl>
|
456
|
-
|
457
|
-
<dl>
|
458
|
-
<dd>
|
459
|
-
|
460
|
-
**windowId:** `string` — ID of the browser window, which can either be a normal AirTop windowId or a [CDP TargetId](https://chromedevtools.github.io/devtools-protocol/tot/Target/#type-TargetID) from a browser automation library like Puppeteer (typically associated with the page or main frame). Our SDKs will handle retrieving a TargetId for you from various popular browser automation libraries, but we also have details in our guides on how to do it manually.
|
461
|
-
|
462
|
-
</dd>
|
463
|
-
</dl>
|
464
|
-
|
465
|
-
<dl>
|
466
|
-
<dd>
|
467
|
-
|
468
|
-
**request:** `Airtop.GetWindowInfoRequest`
|
469
|
-
|
470
|
-
</dd>
|
471
|
-
</dl>
|
472
|
-
|
473
|
-
<dl>
|
474
|
-
<dd>
|
475
|
-
|
476
|
-
**requestOptions:** `Windows.RequestOptions`
|
477
|
-
|
478
|
-
</dd>
|
479
|
-
</dl>
|
480
|
-
</dd>
|
481
|
-
</dl>
|
482
|
-
|
483
|
-
</dd>
|
484
|
-
</dl>
|
485
|
-
</details>
|
486
|
-
|
487
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">loadUrl</a>(sessionId, windowId, { ...params }) -> Airtop.OperationOutcomeResponse</code></summary>
|
488
|
-
<dl>
|
489
|
-
<dd>
|
490
|
-
|
491
|
-
#### 📝 Description
|
492
|
-
|
493
|
-
<dl>
|
494
|
-
<dd>
|
495
|
-
|
496
|
-
<dl>
|
497
|
-
<dd>
|
498
|
-
|
499
|
-
Loads a specified url on a given window
|
500
|
-
|
501
|
-
</dd>
|
502
|
-
</dl>
|
503
|
-
</dd>
|
504
|
-
</dl>
|
505
|
-
|
506
|
-
#### 🔌 Usage
|
507
|
-
|
508
|
-
<dl>
|
509
|
-
<dd>
|
510
|
-
|
511
|
-
<dl>
|
512
|
-
<dd>
|
513
|
-
|
514
|
-
```typescript
|
515
|
-
await client.windows.loadUrl("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "7334da2a-91b0-42c5-6156-76a5eba87430", {
|
516
|
-
url: "https://www.airtop.ai",
|
517
|
-
});
|
518
|
-
```
|
519
|
-
|
520
|
-
</dd>
|
521
|
-
</dl>
|
522
|
-
</dd>
|
523
|
-
</dl>
|
524
|
-
|
525
|
-
#### ⚙️ Parameters
|
526
|
-
|
527
|
-
<dl>
|
528
|
-
<dd>
|
529
|
-
|
530
|
-
<dl>
|
531
|
-
<dd>
|
532
|
-
|
533
|
-
**sessionId:** `string` — ID of the session that owns the window.
|
534
|
-
|
535
|
-
</dd>
|
536
|
-
</dl>
|
537
|
-
|
538
|
-
<dl>
|
539
|
-
<dd>
|
540
|
-
|
541
|
-
**windowId:** `string` — Airtop window ID of the browser window.
|
542
|
-
|
543
|
-
</dd>
|
544
|
-
</dl>
|
545
|
-
|
546
|
-
<dl>
|
547
|
-
<dd>
|
548
|
-
|
549
|
-
**request:** `Airtop.WindowLoadUrlV1Body`
|
550
|
-
|
551
|
-
</dd>
|
552
|
-
</dl>
|
553
|
-
|
554
|
-
<dl>
|
555
|
-
<dd>
|
556
|
-
|
557
|
-
**requestOptions:** `Windows.RequestOptions`
|
558
|
-
|
559
|
-
</dd>
|
560
|
-
</dl>
|
561
|
-
</dd>
|
562
|
-
</dl>
|
563
|
-
|
564
|
-
</dd>
|
565
|
-
</dl>
|
566
|
-
</details>
|
567
|
-
|
568
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">close</a>(sessionId, windowId) -> Airtop.WindowIdResponse</code></summary>
|
569
|
-
<dl>
|
570
|
-
<dd>
|
571
|
-
|
572
|
-
#### 📝 Description
|
573
|
-
|
574
|
-
<dl>
|
575
|
-
<dd>
|
576
|
-
|
577
|
-
<dl>
|
578
|
-
<dd>
|
579
|
-
|
580
|
-
Closes a browser window in a session
|
581
|
-
|
582
|
-
</dd>
|
583
|
-
</dl>
|
584
|
-
</dd>
|
585
|
-
</dl>
|
586
|
-
|
587
|
-
#### 🔌 Usage
|
588
|
-
|
589
|
-
<dl>
|
590
|
-
<dd>
|
591
|
-
|
592
|
-
<dl>
|
593
|
-
<dd>
|
594
|
-
|
595
|
-
```typescript
|
596
|
-
await client.windows.close("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "7334da2a-91b0-42c5-6156-76a5eba87430");
|
597
|
-
```
|
598
|
-
|
599
|
-
</dd>
|
600
|
-
</dl>
|
601
|
-
</dd>
|
602
|
-
</dl>
|
603
|
-
|
604
|
-
#### ⚙️ Parameters
|
605
|
-
|
606
|
-
<dl>
|
607
|
-
<dd>
|
608
|
-
|
609
|
-
<dl>
|
610
|
-
<dd>
|
611
|
-
|
612
|
-
**sessionId:** `string` — ID of the session that owns the window.
|
613
|
-
|
614
|
-
</dd>
|
615
|
-
</dl>
|
616
|
-
|
617
|
-
<dl>
|
618
|
-
<dd>
|
619
|
-
|
620
|
-
**windowId:** `string` — Airtop window ID of the browser window.
|
621
|
-
|
622
|
-
</dd>
|
623
|
-
</dl>
|
624
|
-
|
625
|
-
<dl>
|
626
|
-
<dd>
|
627
|
-
|
628
|
-
**requestOptions:** `Windows.RequestOptions`
|
629
|
-
|
630
|
-
</dd>
|
631
|
-
</dl>
|
632
|
-
</dd>
|
633
|
-
</dl>
|
634
|
-
|
635
|
-
</dd>
|
636
|
-
</dl>
|
637
|
-
</details>
|
638
|
-
|
639
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">click</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
|
640
|
-
<dl>
|
641
|
-
<dd>
|
642
|
-
|
643
|
-
#### 📝 Description
|
644
|
-
|
645
|
-
<dl>
|
646
|
-
<dd>
|
647
|
-
|
648
|
-
<dl>
|
649
|
-
<dd>
|
650
|
-
|
651
|
-
Execute a click interaction in a specific browser window
|
652
|
-
|
653
|
-
</dd>
|
654
|
-
</dl>
|
655
|
-
</dd>
|
656
|
-
</dl>
|
657
|
-
|
658
|
-
#### 🔌 Usage
|
659
|
-
|
660
|
-
<dl>
|
661
|
-
<dd>
|
662
|
-
|
663
|
-
<dl>
|
664
|
-
<dd>
|
665
|
-
|
666
|
-
```typescript
|
667
|
-
await client.windows.click("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
|
668
|
-
elementDescription: "The login button",
|
669
|
-
});
|
670
|
-
```
|
671
|
-
|
672
|
-
</dd>
|
673
|
-
</dl>
|
674
|
-
</dd>
|
675
|
-
</dl>
|
676
|
-
|
677
|
-
#### ⚙️ Parameters
|
678
|
-
|
679
|
-
<dl>
|
680
|
-
<dd>
|
681
|
-
|
682
|
-
<dl>
|
683
|
-
<dd>
|
684
|
-
|
685
|
-
**sessionId:** `string` — The session id for the window.
|
686
|
-
|
687
|
-
</dd>
|
688
|
-
</dl>
|
689
|
-
|
690
|
-
<dl>
|
691
|
-
<dd>
|
692
|
-
|
693
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
694
|
-
|
695
|
-
</dd>
|
696
|
-
</dl>
|
697
|
-
|
698
|
-
<dl>
|
699
|
-
<dd>
|
700
|
-
|
701
|
-
**request:** `Airtop.SessionClickHandlerRequestBody`
|
702
|
-
|
703
|
-
</dd>
|
704
|
-
</dl>
|
705
|
-
|
706
|
-
<dl>
|
707
|
-
<dd>
|
708
|
-
|
709
|
-
**requestOptions:** `Windows.RequestOptions`
|
710
|
-
|
711
|
-
</dd>
|
712
|
-
</dl>
|
713
|
-
</dd>
|
714
|
-
</dl>
|
715
|
-
|
716
|
-
</dd>
|
717
|
-
</dl>
|
718
|
-
</details>
|
719
|
-
|
720
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">createFormFiller</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
|
721
|
-
<dl>
|
722
|
-
<dd>
|
723
|
-
|
724
|
-
#### 📝 Description
|
725
|
-
|
726
|
-
<dl>
|
727
|
-
<dd>
|
728
|
-
|
729
|
-
<dl>
|
730
|
-
<dd>
|
731
|
-
|
732
|
-
Create a form-filler automation synchronously for the form loaded in the browser window
|
733
|
-
|
734
|
-
</dd>
|
735
|
-
</dl>
|
736
|
-
</dd>
|
737
|
-
</dl>
|
738
|
-
|
739
|
-
#### 🔌 Usage
|
740
|
-
|
741
|
-
<dl>
|
742
|
-
<dd>
|
743
|
-
|
744
|
-
<dl>
|
745
|
-
<dd>
|
746
|
-
|
747
|
-
```typescript
|
748
|
-
await client.windows.createFormFiller("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430");
|
749
|
-
```
|
750
|
-
|
751
|
-
</dd>
|
752
|
-
</dl>
|
753
|
-
</dd>
|
754
|
-
</dl>
|
755
|
-
|
756
|
-
#### ⚙️ Parameters
|
757
|
-
|
758
|
-
<dl>
|
759
|
-
<dd>
|
760
|
-
|
761
|
-
<dl>
|
762
|
-
<dd>
|
763
|
-
|
764
|
-
**sessionId:** `string` — The session id for the window.
|
765
|
-
|
766
|
-
</dd>
|
767
|
-
</dl>
|
768
|
-
|
769
|
-
<dl>
|
770
|
-
<dd>
|
771
|
-
|
772
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
773
|
-
|
774
|
-
</dd>
|
775
|
-
</dl>
|
776
|
-
|
777
|
-
<dl>
|
778
|
-
<dd>
|
779
|
-
|
780
|
-
**request:** `Airtop.CreateFormFillerRequest`
|
781
|
-
|
782
|
-
</dd>
|
783
|
-
</dl>
|
784
|
-
|
785
|
-
<dl>
|
786
|
-
<dd>
|
787
|
-
|
788
|
-
**requestOptions:** `Windows.RequestOptions`
|
789
|
-
|
790
|
-
</dd>
|
791
|
-
</dl>
|
792
|
-
</dd>
|
793
|
-
</dl>
|
794
|
-
|
795
|
-
</dd>
|
796
|
-
</dl>
|
797
|
-
</details>
|
798
|
-
|
799
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">fillForm</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
|
800
|
-
<dl>
|
801
|
-
<dd>
|
802
|
-
|
803
|
-
#### 📝 Description
|
804
|
-
|
805
|
-
<dl>
|
806
|
-
<dd>
|
807
|
-
|
808
|
-
<dl>
|
809
|
-
<dd>
|
810
|
-
|
811
|
-
Fill a form of a browser window synchronously using a form-filler automation
|
812
|
-
|
813
|
-
</dd>
|
814
|
-
</dl>
|
815
|
-
</dd>
|
816
|
-
</dl>
|
817
|
-
|
818
|
-
#### 🔌 Usage
|
819
|
-
|
820
|
-
<dl>
|
821
|
-
<dd>
|
822
|
-
|
823
|
-
<dl>
|
824
|
-
<dd>
|
825
|
-
|
826
|
-
```typescript
|
827
|
-
await client.windows.fillForm("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
|
828
|
-
automationId: "automationId",
|
829
|
-
});
|
830
|
-
```
|
831
|
-
|
832
|
-
</dd>
|
833
|
-
</dl>
|
834
|
-
</dd>
|
835
|
-
</dl>
|
836
|
-
|
837
|
-
#### ⚙️ Parameters
|
838
|
-
|
839
|
-
<dl>
|
840
|
-
<dd>
|
841
|
-
|
842
|
-
<dl>
|
843
|
-
<dd>
|
844
|
-
|
845
|
-
**sessionId:** `string` — The session id for the window.
|
846
|
-
|
847
|
-
</dd>
|
848
|
-
</dl>
|
849
|
-
|
850
|
-
<dl>
|
851
|
-
<dd>
|
852
|
-
|
853
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
854
|
-
|
855
|
-
</dd>
|
856
|
-
</dl>
|
857
|
-
|
858
|
-
<dl>
|
859
|
-
<dd>
|
860
|
-
|
861
|
-
**request:** `Airtop.FillFormRequest`
|
862
|
-
|
863
|
-
</dd>
|
864
|
-
</dl>
|
865
|
-
|
866
|
-
<dl>
|
867
|
-
<dd>
|
868
|
-
|
869
|
-
**requestOptions:** `Windows.RequestOptions`
|
870
|
-
|
871
|
-
</dd>
|
872
|
-
</dl>
|
873
|
-
</dd>
|
874
|
-
</dl>
|
875
|
-
|
876
|
-
</dd>
|
877
|
-
</dl>
|
878
|
-
</details>
|
879
|
-
|
880
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">hover</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
|
881
|
-
<dl>
|
882
|
-
<dd>
|
883
|
-
|
884
|
-
#### 📝 Description
|
885
|
-
|
886
|
-
<dl>
|
887
|
-
<dd>
|
888
|
-
|
889
|
-
<dl>
|
890
|
-
<dd>
|
891
|
-
|
892
|
-
Execute a hover interaction in a specific browser window
|
893
|
-
|
894
|
-
</dd>
|
895
|
-
</dl>
|
896
|
-
</dd>
|
897
|
-
</dl>
|
898
|
-
|
899
|
-
#### 🔌 Usage
|
900
|
-
|
901
|
-
<dl>
|
902
|
-
<dd>
|
903
|
-
|
904
|
-
<dl>
|
905
|
-
<dd>
|
906
|
-
|
907
|
-
```typescript
|
908
|
-
await client.windows.hover("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
|
909
|
-
elementDescription: "The search box input in the top right corner",
|
910
|
-
});
|
911
|
-
```
|
912
|
-
|
913
|
-
</dd>
|
914
|
-
</dl>
|
915
|
-
</dd>
|
916
|
-
</dl>
|
917
|
-
|
918
|
-
#### ⚙️ Parameters
|
919
|
-
|
920
|
-
<dl>
|
921
|
-
<dd>
|
922
|
-
|
923
|
-
<dl>
|
924
|
-
<dd>
|
925
|
-
|
926
|
-
**sessionId:** `string` — The session id for the window.
|
927
|
-
|
928
|
-
</dd>
|
929
|
-
</dl>
|
930
|
-
|
931
|
-
<dl>
|
932
|
-
<dd>
|
933
|
-
|
934
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
935
|
-
|
936
|
-
</dd>
|
937
|
-
</dl>
|
938
|
-
|
939
|
-
<dl>
|
940
|
-
<dd>
|
941
|
-
|
942
|
-
**request:** `Airtop.SessionHoverHandlerRequestBody`
|
943
|
-
|
944
|
-
</dd>
|
945
|
-
</dl>
|
946
|
-
|
947
|
-
<dl>
|
948
|
-
<dd>
|
949
|
-
|
950
|
-
**requestOptions:** `Windows.RequestOptions`
|
951
|
-
|
952
|
-
</dd>
|
953
|
-
</dl>
|
954
|
-
</dd>
|
955
|
-
</dl>
|
956
|
-
|
957
|
-
</dd>
|
958
|
-
</dl>
|
959
|
-
</details>
|
960
|
-
|
961
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">monitor</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
|
962
|
-
<dl>
|
963
|
-
<dd>
|
964
|
-
|
965
|
-
#### 🔌 Usage
|
966
|
-
|
967
|
-
<dl>
|
968
|
-
<dd>
|
969
|
-
|
970
|
-
<dl>
|
971
|
-
<dd>
|
972
|
-
|
973
|
-
```typescript
|
974
|
-
await client.windows.monitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
|
975
|
-
condition: "Determine if the user appears to be signed in to the website",
|
976
|
-
});
|
977
|
-
```
|
978
|
-
|
979
|
-
</dd>
|
980
|
-
</dl>
|
981
|
-
</dd>
|
982
|
-
</dl>
|
983
|
-
|
984
|
-
#### ⚙️ Parameters
|
985
|
-
|
986
|
-
<dl>
|
987
|
-
<dd>
|
988
|
-
|
989
|
-
<dl>
|
990
|
-
<dd>
|
991
|
-
|
992
|
-
**sessionId:** `string` — The session id for the window.
|
993
|
-
|
994
|
-
</dd>
|
995
|
-
</dl>
|
996
|
-
|
997
|
-
<dl>
|
998
|
-
<dd>
|
999
|
-
|
1000
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
1001
|
-
|
1002
|
-
</dd>
|
1003
|
-
</dl>
|
1004
|
-
|
1005
|
-
<dl>
|
1006
|
-
<dd>
|
1007
|
-
|
1008
|
-
**request:** `Airtop.SessionMonitorHandlerRequestBody`
|
1009
|
-
|
1010
|
-
</dd>
|
1011
|
-
</dl>
|
1012
|
-
|
1013
|
-
<dl>
|
1014
|
-
<dd>
|
1015
|
-
|
1016
|
-
**requestOptions:** `Windows.RequestOptions`
|
1017
|
-
|
1018
|
-
</dd>
|
1019
|
-
</dl>
|
1020
|
-
</dd>
|
1021
|
-
</dl>
|
1022
|
-
|
1023
|
-
</dd>
|
1024
|
-
</dl>
|
1025
|
-
</details>
|
1026
|
-
|
1027
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">pageQuery</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
|
1028
|
-
<dl>
|
1029
|
-
<dd>
|
1030
|
-
|
1031
|
-
#### 📝 Description
|
1032
|
-
|
1033
|
-
<dl>
|
1034
|
-
<dd>
|
1035
|
-
|
1036
|
-
<dl>
|
1037
|
-
<dd>
|
1038
|
-
|
1039
|
-
Submit a prompt that queries the content of a specific browser window. You may extract content from the page, or ask a question about the page and allow the AI to answer it (ex. Is the user logged in?).
|
1040
|
-
|
1041
|
-
</dd>
|
1042
|
-
</dl>
|
1043
|
-
</dd>
|
1044
|
-
</dl>
|
1045
|
-
|
1046
|
-
#### 🔌 Usage
|
1047
|
-
|
1048
|
-
<dl>
|
1049
|
-
<dd>
|
1050
|
-
|
1051
|
-
<dl>
|
1052
|
-
<dd>
|
1053
|
-
|
1054
|
-
```typescript
|
1055
|
-
await client.windows.pageQuery("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
|
1056
|
-
prompt: "What is the main idea of this page?",
|
1057
|
-
});
|
1058
|
-
```
|
1059
|
-
|
1060
|
-
</dd>
|
1061
|
-
</dl>
|
1062
|
-
</dd>
|
1063
|
-
</dl>
|
1064
|
-
|
1065
|
-
#### ⚙️ Parameters
|
1066
|
-
|
1067
|
-
<dl>
|
1068
|
-
<dd>
|
1069
|
-
|
1070
|
-
<dl>
|
1071
|
-
<dd>
|
1072
|
-
|
1073
|
-
**sessionId:** `string` — The session id for the window.
|
1074
|
-
|
1075
|
-
</dd>
|
1076
|
-
</dl>
|
1077
|
-
|
1078
|
-
<dl>
|
1079
|
-
<dd>
|
1080
|
-
|
1081
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
1082
|
-
|
1083
|
-
</dd>
|
1084
|
-
</dl>
|
1085
|
-
|
1086
|
-
<dl>
|
1087
|
-
<dd>
|
1088
|
-
|
1089
|
-
**request:** `Airtop.SessionPageQueryHandlerRequestBody`
|
1090
|
-
|
1091
|
-
</dd>
|
1092
|
-
</dl>
|
1093
|
-
|
1094
|
-
<dl>
|
1095
|
-
<dd>
|
1096
|
-
|
1097
|
-
**requestOptions:** `Windows.RequestOptions`
|
1098
|
-
|
1099
|
-
</dd>
|
1100
|
-
</dl>
|
1101
|
-
</dd>
|
1102
|
-
</dl>
|
1103
|
-
|
1104
|
-
</dd>
|
1105
|
-
</dl>
|
1106
|
-
</details>
|
1107
|
-
|
1108
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">paginatedExtraction</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
|
1109
|
-
<dl>
|
1110
|
-
<dd>
|
1111
|
-
|
1112
|
-
#### 📝 Description
|
1113
|
-
|
1114
|
-
<dl>
|
1115
|
-
<dd>
|
1116
|
-
|
1117
|
-
<dl>
|
1118
|
-
<dd>
|
1119
|
-
|
1120
|
-
Submit a prompt that queries the content of a specific browser window and paginates through pages to return a list of results.
|
1121
|
-
|
1122
|
-
</dd>
|
1123
|
-
</dl>
|
1124
|
-
</dd>
|
1125
|
-
</dl>
|
1126
|
-
|
1127
|
-
#### 🔌 Usage
|
1128
|
-
|
1129
|
-
<dl>
|
1130
|
-
<dd>
|
1131
|
-
|
1132
|
-
<dl>
|
1133
|
-
<dd>
|
1134
|
-
|
1135
|
-
```typescript
|
1136
|
-
await client.windows.paginatedExtraction(
|
1137
|
-
"6aac6f73-bd89-4a76-ab32-5a6c422e8b0b",
|
1138
|
-
"0334da2a-91b0-42c5-6156-76a5eba87430",
|
1139
|
-
{
|
1140
|
-
prompt: "This site contains a list of results about <provide details about the list>. Navigate through 3 pages of results and return the title and <provide details about the data you want to extract> about each result in this list.",
|
1141
|
-
},
|
1142
|
-
);
|
1143
|
-
```
|
1144
|
-
|
1145
|
-
</dd>
|
1146
|
-
</dl>
|
1147
|
-
</dd>
|
1148
|
-
</dl>
|
1149
|
-
|
1150
|
-
#### ⚙️ Parameters
|
1151
|
-
|
1152
|
-
<dl>
|
1153
|
-
<dd>
|
1154
|
-
|
1155
|
-
<dl>
|
1156
|
-
<dd>
|
1157
|
-
|
1158
|
-
**sessionId:** `string` — The session id for the window.
|
1159
|
-
|
1160
|
-
</dd>
|
1161
|
-
</dl>
|
1162
|
-
|
1163
|
-
<dl>
|
1164
|
-
<dd>
|
1165
|
-
|
1166
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
1167
|
-
|
1168
|
-
</dd>
|
1169
|
-
</dl>
|
1170
|
-
|
1171
|
-
<dl>
|
1172
|
-
<dd>
|
1173
|
-
|
1174
|
-
**request:** `Airtop.SessionPaginatedExtractionHandlerRequestBody`
|
1175
|
-
|
1176
|
-
</dd>
|
1177
|
-
</dl>
|
1178
|
-
|
1179
|
-
<dl>
|
1180
|
-
<dd>
|
1181
|
-
|
1182
|
-
**requestOptions:** `Windows.RequestOptions`
|
1183
|
-
|
1184
|
-
</dd>
|
1185
|
-
</dl>
|
1186
|
-
</dd>
|
1187
|
-
</dl>
|
1188
|
-
|
1189
|
-
</dd>
|
1190
|
-
</dl>
|
1191
|
-
</details>
|
1192
|
-
|
1193
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">promptContent</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
|
1194
|
-
<dl>
|
1195
|
-
<dd>
|
1196
|
-
|
1197
|
-
#### 📝 Description
|
1198
|
-
|
1199
|
-
<dl>
|
1200
|
-
<dd>
|
1201
|
-
|
1202
|
-
<dl>
|
1203
|
-
<dd>
|
1204
|
-
|
1205
|
-
This endpoint is deprecated. Please use the `pageQuery` endpoint instead.
|
1206
|
-
|
1207
|
-
</dd>
|
1208
|
-
</dl>
|
1209
|
-
</dd>
|
1210
|
-
</dl>
|
1211
|
-
|
1212
|
-
#### 🔌 Usage
|
1213
|
-
|
1214
|
-
<dl>
|
1215
|
-
<dd>
|
1216
|
-
|
1217
|
-
<dl>
|
1218
|
-
<dd>
|
1219
|
-
|
1220
|
-
```typescript
|
1221
|
-
await client.windows.promptContent("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
|
1222
|
-
prompt: "What is the main idea of this page?",
|
1223
|
-
});
|
1224
|
-
```
|
1225
|
-
|
1226
|
-
</dd>
|
1227
|
-
</dl>
|
1228
|
-
</dd>
|
1229
|
-
</dl>
|
1230
|
-
|
1231
|
-
#### ⚙️ Parameters
|
1232
|
-
|
1233
|
-
<dl>
|
1234
|
-
<dd>
|
1235
|
-
|
1236
|
-
<dl>
|
1237
|
-
<dd>
|
1238
|
-
|
1239
|
-
**sessionId:** `string` — The session id for the window.
|
1240
|
-
|
1241
|
-
</dd>
|
1242
|
-
</dl>
|
1243
|
-
|
1244
|
-
<dl>
|
1245
|
-
<dd>
|
1246
|
-
|
1247
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
1248
|
-
|
1249
|
-
</dd>
|
1250
|
-
</dl>
|
1251
|
-
|
1252
|
-
<dl>
|
1253
|
-
<dd>
|
1254
|
-
|
1255
|
-
**request:** `Airtop.SessionPageQueryHandlerRequestBody`
|
1256
|
-
|
1257
|
-
</dd>
|
1258
|
-
</dl>
|
1259
|
-
|
1260
|
-
<dl>
|
1261
|
-
<dd>
|
1262
|
-
|
1263
|
-
**requestOptions:** `Windows.RequestOptions`
|
1264
|
-
|
1265
|
-
</dd>
|
1266
|
-
</dl>
|
1267
|
-
</dd>
|
1268
|
-
</dl>
|
1269
|
-
|
1270
|
-
</dd>
|
1271
|
-
</dl>
|
1272
|
-
</details>
|
1273
|
-
|
1274
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">scrapeContent</a>(sessionId, windowId, { ...params }) -> Airtop.ScrapeResponse</code></summary>
|
1275
|
-
<dl>
|
1276
|
-
<dd>
|
1277
|
-
|
1278
|
-
#### 📝 Description
|
1279
|
-
|
1280
|
-
<dl>
|
1281
|
-
<dd>
|
1282
|
-
|
1283
|
-
<dl>
|
1284
|
-
<dd>
|
1285
|
-
|
1286
|
-
Scrape a window and return the content as markdown
|
1287
|
-
|
1288
|
-
</dd>
|
1289
|
-
</dl>
|
1290
|
-
</dd>
|
1291
|
-
</dl>
|
1292
|
-
|
1293
|
-
#### 🔌 Usage
|
1294
|
-
|
1295
|
-
<dl>
|
1296
|
-
<dd>
|
1297
|
-
|
1298
|
-
<dl>
|
1299
|
-
<dd>
|
1300
|
-
|
1301
|
-
```typescript
|
1302
|
-
await client.windows.scrapeContent("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430");
|
1303
|
-
```
|
1304
|
-
|
1305
|
-
</dd>
|
1306
|
-
</dl>
|
1307
|
-
</dd>
|
1308
|
-
</dl>
|
1309
|
-
|
1310
|
-
#### ⚙️ Parameters
|
1311
|
-
|
1312
|
-
<dl>
|
1313
|
-
<dd>
|
1314
|
-
|
1315
|
-
<dl>
|
1316
|
-
<dd>
|
1317
|
-
|
1318
|
-
**sessionId:** `string` — The session id for the window.
|
1319
|
-
|
1320
|
-
</dd>
|
1321
|
-
</dl>
|
1322
|
-
|
1323
|
-
<dl>
|
1324
|
-
<dd>
|
1325
|
-
|
1326
|
-
**windowId:** `string` — The Airtop window id of the browser window to scrape.
|
1327
|
-
|
1328
|
-
</dd>
|
1329
|
-
</dl>
|
1330
|
-
|
1331
|
-
<dl>
|
1332
|
-
<dd>
|
1333
|
-
|
1334
|
-
**request:** `Airtop.ScrapeContentRequest`
|
1335
|
-
|
1336
|
-
</dd>
|
1337
|
-
</dl>
|
1338
|
-
|
1339
|
-
<dl>
|
1340
|
-
<dd>
|
1341
|
-
|
1342
|
-
**requestOptions:** `Windows.RequestOptions`
|
1343
|
-
|
1344
|
-
</dd>
|
1345
|
-
</dl>
|
1346
|
-
</dd>
|
1347
|
-
</dl>
|
1348
|
-
|
1349
|
-
</dd>
|
1350
|
-
</dl>
|
1351
|
-
</details>
|
1352
|
-
|
1353
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">screenshot</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
|
1354
|
-
<dl>
|
1355
|
-
<dd>
|
1356
|
-
|
1357
|
-
#### 📝 Description
|
1358
|
-
|
1359
|
-
<dl>
|
1360
|
-
<dd>
|
1361
|
-
|
1362
|
-
<dl>
|
1363
|
-
<dd>
|
1364
|
-
|
1365
|
-
Take a screenshot of a browser window
|
1366
|
-
|
1367
|
-
</dd>
|
1368
|
-
</dl>
|
1369
|
-
</dd>
|
1370
|
-
</dl>
|
1371
|
-
|
1372
|
-
#### 🔌 Usage
|
1373
|
-
|
1374
|
-
<dl>
|
1375
|
-
<dd>
|
1376
|
-
|
1377
|
-
<dl>
|
1378
|
-
<dd>
|
1379
|
-
|
1380
|
-
```typescript
|
1381
|
-
await client.windows.screenshot("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430");
|
1382
|
-
```
|
1383
|
-
|
1384
|
-
</dd>
|
1385
|
-
</dl>
|
1386
|
-
</dd>
|
1387
|
-
</dl>
|
1388
|
-
|
1389
|
-
#### ⚙️ Parameters
|
1390
|
-
|
1391
|
-
<dl>
|
1392
|
-
<dd>
|
1393
|
-
|
1394
|
-
<dl>
|
1395
|
-
<dd>
|
1396
|
-
|
1397
|
-
**sessionId:** `string` — The session id for the window.
|
1398
|
-
|
1399
|
-
</dd>
|
1400
|
-
</dl>
|
1401
|
-
|
1402
|
-
<dl>
|
1403
|
-
<dd>
|
1404
|
-
|
1405
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
1406
|
-
|
1407
|
-
</dd>
|
1408
|
-
</dl>
|
1409
|
-
|
1410
|
-
<dl>
|
1411
|
-
<dd>
|
1412
|
-
|
1413
|
-
**request:** `Airtop.SessionScreenshotHandlerRequestBody`
|
1414
|
-
|
1415
|
-
</dd>
|
1416
|
-
</dl>
|
1417
|
-
|
1418
|
-
<dl>
|
1419
|
-
<dd>
|
1420
|
-
|
1421
|
-
**requestOptions:** `Windows.RequestOptions`
|
1422
|
-
|
1423
|
-
</dd>
|
1424
|
-
</dl>
|
1425
|
-
</dd>
|
1426
|
-
</dl>
|
1427
|
-
|
1428
|
-
</dd>
|
1429
|
-
</dl>
|
1430
|
-
</details>
|
1431
|
-
|
1432
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">scroll</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
|
1433
|
-
<dl>
|
1434
|
-
<dd>
|
1435
|
-
|
1436
|
-
#### 📝 Description
|
1437
|
-
|
1438
|
-
<dl>
|
1439
|
-
<dd>
|
1440
|
-
|
1441
|
-
<dl>
|
1442
|
-
<dd>
|
1443
|
-
|
1444
|
-
Execute a scroll interaction in a specific browser window
|
1445
|
-
|
1446
|
-
</dd>
|
1447
|
-
</dl>
|
1448
|
-
</dd>
|
1449
|
-
</dl>
|
1450
|
-
|
1451
|
-
#### 🔌 Usage
|
1452
|
-
|
1453
|
-
<dl>
|
1454
|
-
<dd>
|
1455
|
-
|
1456
|
-
<dl>
|
1457
|
-
<dd>
|
1458
|
-
|
1459
|
-
```typescript
|
1460
|
-
await client.windows.scroll("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430");
|
1461
|
-
```
|
1462
|
-
|
1463
|
-
</dd>
|
1464
|
-
</dl>
|
1465
|
-
</dd>
|
1466
|
-
</dl>
|
1467
|
-
|
1468
|
-
#### ⚙️ Parameters
|
1469
|
-
|
1470
|
-
<dl>
|
1471
|
-
<dd>
|
1472
|
-
|
1473
|
-
<dl>
|
1474
|
-
<dd>
|
1475
|
-
|
1476
|
-
**sessionId:** `string` — The session id for the window.
|
1477
|
-
|
1478
|
-
</dd>
|
1479
|
-
</dl>
|
1480
|
-
|
1481
|
-
<dl>
|
1482
|
-
<dd>
|
1483
|
-
|
1484
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
1485
|
-
|
1486
|
-
</dd>
|
1487
|
-
</dl>
|
1488
|
-
|
1489
|
-
<dl>
|
1490
|
-
<dd>
|
1491
|
-
|
1492
|
-
**request:** `Airtop.SessionScrollHandlerRequestBody`
|
1493
|
-
|
1494
|
-
</dd>
|
1495
|
-
</dl>
|
1496
|
-
|
1497
|
-
<dl>
|
1498
|
-
<dd>
|
1499
|
-
|
1500
|
-
**requestOptions:** `Windows.RequestOptions`
|
1501
|
-
|
1502
|
-
</dd>
|
1503
|
-
</dl>
|
1504
|
-
</dd>
|
1505
|
-
</dl>
|
1506
|
-
|
1507
|
-
</dd>
|
1508
|
-
</dl>
|
1509
|
-
</details>
|
1510
|
-
|
1511
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">summarizeContent</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
|
1512
|
-
<dl>
|
1513
|
-
<dd>
|
1514
|
-
|
1515
|
-
#### 📝 Description
|
1516
|
-
|
1517
|
-
<dl>
|
1518
|
-
<dd>
|
1519
|
-
|
1520
|
-
<dl>
|
1521
|
-
<dd>
|
1522
|
-
|
1523
|
-
This endpoint is deprecated. Please use the `pageQuery` endpoint and ask for a summary in the prompt instead.
|
1524
|
-
|
1525
|
-
</dd>
|
1526
|
-
</dl>
|
1527
|
-
</dd>
|
1528
|
-
</dl>
|
1529
|
-
|
1530
|
-
#### 🔌 Usage
|
1531
|
-
|
1532
|
-
<dl>
|
1533
|
-
<dd>
|
1534
|
-
|
1535
|
-
<dl>
|
1536
|
-
<dd>
|
1537
|
-
|
1538
|
-
```typescript
|
1539
|
-
await client.windows.summarizeContent("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430");
|
1540
|
-
```
|
1541
|
-
|
1542
|
-
</dd>
|
1543
|
-
</dl>
|
1544
|
-
</dd>
|
1545
|
-
</dl>
|
1546
|
-
|
1547
|
-
#### ⚙️ Parameters
|
1548
|
-
|
1549
|
-
<dl>
|
1550
|
-
<dd>
|
1551
|
-
|
1552
|
-
<dl>
|
1553
|
-
<dd>
|
1554
|
-
|
1555
|
-
**sessionId:** `string` — The session id for the window.
|
1556
|
-
|
1557
|
-
</dd>
|
1558
|
-
</dl>
|
1559
|
-
|
1560
|
-
<dl>
|
1561
|
-
<dd>
|
1562
|
-
|
1563
|
-
**windowId:** `string` — The Airtop window id of the browser window to summarize.
|
1564
|
-
|
1565
|
-
</dd>
|
1566
|
-
</dl>
|
1567
|
-
|
1568
|
-
<dl>
|
1569
|
-
<dd>
|
1570
|
-
|
1571
|
-
**request:** `Airtop.SessionSummaryHandlerRequestBody`
|
1572
|
-
|
1573
|
-
</dd>
|
1574
|
-
</dl>
|
1575
|
-
|
1576
|
-
<dl>
|
1577
|
-
<dd>
|
1578
|
-
|
1579
|
-
**requestOptions:** `Windows.RequestOptions`
|
1580
|
-
|
1581
|
-
</dd>
|
1582
|
-
</dl>
|
1583
|
-
</dd>
|
1584
|
-
</dl>
|
1585
|
-
|
1586
|
-
</dd>
|
1587
|
-
</dl>
|
1588
|
-
</details>
|
1589
|
-
|
1590
|
-
<details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">type</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
|
1591
|
-
<dl>
|
1592
|
-
<dd>
|
1593
|
-
|
1594
|
-
#### 📝 Description
|
1595
|
-
|
1596
|
-
<dl>
|
1597
|
-
<dd>
|
1598
|
-
|
1599
|
-
<dl>
|
1600
|
-
<dd>
|
1601
|
-
|
1602
|
-
Execute a type interaction in a specific browser window
|
1603
|
-
|
1604
|
-
</dd>
|
1605
|
-
</dl>
|
1606
|
-
</dd>
|
1607
|
-
</dl>
|
1608
|
-
|
1609
|
-
#### 🔌 Usage
|
1610
|
-
|
1611
|
-
<dl>
|
1612
|
-
<dd>
|
1613
|
-
|
1614
|
-
<dl>
|
1615
|
-
<dd>
|
1616
|
-
|
1617
|
-
```typescript
|
1618
|
-
await client.windows.type("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
|
1619
|
-
text: "Example text",
|
1620
|
-
});
|
1621
|
-
```
|
1622
|
-
|
1623
|
-
</dd>
|
1624
|
-
</dl>
|
1625
|
-
</dd>
|
1626
|
-
</dl>
|
1627
|
-
|
1628
|
-
#### ⚙️ Parameters
|
1629
|
-
|
1630
|
-
<dl>
|
1631
|
-
<dd>
|
1632
|
-
|
1633
|
-
<dl>
|
1634
|
-
<dd>
|
1635
|
-
|
1636
|
-
**sessionId:** `string` — The session id for the window.
|
1637
|
-
|
1638
|
-
</dd>
|
1639
|
-
</dl>
|
1640
|
-
|
1641
|
-
<dl>
|
1642
|
-
<dd>
|
1643
|
-
|
1644
|
-
**windowId:** `string` — The Airtop window id of the browser window.
|
1645
|
-
|
1646
|
-
</dd>
|
1647
|
-
</dl>
|
1648
|
-
|
1649
|
-
<dl>
|
1650
|
-
<dd>
|
1651
|
-
|
1652
|
-
**request:** `Airtop.SessionTypeHandlerRequestBody`
|
1653
|
-
|
1654
|
-
</dd>
|
1655
|
-
</dl>
|
1656
|
-
|
1657
|
-
<dl>
|
1658
|
-
<dd>
|
1659
|
-
|
1660
|
-
**requestOptions:** `Windows.RequestOptions`
|
1661
|
-
|
1662
|
-
</dd>
|
1663
|
-
</dl>
|
1664
|
-
</dd>
|
1665
|
-
</dl>
|
1666
|
-
|
1667
|
-
</dd>
|
1668
|
-
</dl>
|
1669
|
-
</details>
|
1670
|
-
|
1671
|
-
## Automations
|
1672
|
-
|
1673
|
-
<details><summary><code>client.automations.<a href="/src/api/resources/automations/client/Client.ts">list</a>() -> Airtop.ListAutomationsOutput</code></summary>
|
1674
|
-
<dl>
|
1675
|
-
<dd>
|
1676
|
-
|
1677
|
-
#### 📝 Description
|
1678
|
-
|
1679
|
-
<dl>
|
1680
|
-
<dd>
|
1681
|
-
|
1682
|
-
<dl>
|
1683
|
-
<dd>
|
1684
|
-
|
1685
|
-
List all automations for a given organization
|
1686
|
-
|
1687
|
-
</dd>
|
1688
|
-
</dl>
|
1689
|
-
</dd>
|
1690
|
-
</dl>
|
1691
|
-
|
1692
|
-
#### 🔌 Usage
|
1693
|
-
|
1694
|
-
<dl>
|
1695
|
-
<dd>
|
1696
|
-
|
1697
|
-
<dl>
|
1698
|
-
<dd>
|
1699
|
-
|
1700
|
-
```typescript
|
1701
|
-
await client.automations.list();
|
1702
|
-
```
|
1703
|
-
|
1704
|
-
</dd>
|
1705
|
-
</dl>
|
1706
|
-
</dd>
|
1707
|
-
</dl>
|
1708
|
-
|
1709
|
-
#### ⚙️ Parameters
|
1710
|
-
|
1711
|
-
<dl>
|
1712
|
-
<dd>
|
1713
|
-
|
1714
|
-
<dl>
|
1715
|
-
<dd>
|
1716
|
-
|
1717
|
-
**requestOptions:** `Automations.RequestOptions`
|
1718
|
-
|
1719
|
-
</dd>
|
1720
|
-
</dl>
|
1721
|
-
</dd>
|
1722
|
-
</dl>
|
1723
|
-
|
1724
|
-
</dd>
|
1725
|
-
</dl>
|
1726
|
-
</details>
|
1727
|
-
|
1728
|
-
<details><summary><code>client.automations.<a href="/src/api/resources/automations/client/Client.ts">update</a>({ ...params }) -> Airtop.AutomationOutput</code></summary>
|
1729
|
-
<dl>
|
1730
|
-
<dd>
|
1731
|
-
|
1732
|
-
#### 📝 Description
|
1733
|
-
|
1734
|
-
<dl>
|
1735
|
-
<dd>
|
1736
|
-
|
1737
|
-
<dl>
|
1738
|
-
<dd>
|
1739
|
-
|
1740
|
-
Update the description of a specific automation
|
1741
|
-
|
1742
|
-
</dd>
|
1743
|
-
</dl>
|
1744
|
-
</dd>
|
1745
|
-
</dl>
|
1746
|
-
|
1747
|
-
#### 🔌 Usage
|
1748
|
-
|
1749
|
-
<dl>
|
1750
|
-
<dd>
|
1751
|
-
|
1752
|
-
<dl>
|
1753
|
-
<dd>
|
1754
|
-
|
1755
|
-
```typescript
|
1756
|
-
await client.automations.update({
|
1757
|
-
description: "description",
|
1758
|
-
id: "id",
|
1759
|
-
orgId: "orgId",
|
1760
|
-
});
|
1761
|
-
```
|
1762
|
-
|
1763
|
-
</dd>
|
1764
|
-
</dl>
|
1765
|
-
</dd>
|
1766
|
-
</dl>
|
1767
|
-
|
1768
|
-
#### ⚙️ Parameters
|
1769
|
-
|
1770
|
-
<dl>
|
1771
|
-
<dd>
|
1772
|
-
|
1773
|
-
<dl>
|
1774
|
-
<dd>
|
1775
|
-
|
1776
|
-
**request:** `Airtop.UpdateAutomationDescriptionInputBody`
|
1777
|
-
|
1778
|
-
</dd>
|
1779
|
-
</dl>
|
1780
|
-
|
1781
|
-
<dl>
|
1782
|
-
<dd>
|
1783
|
-
|
1784
|
-
**requestOptions:** `Automations.RequestOptions`
|
1785
|
-
|
1786
|
-
</dd>
|
1787
|
-
</dl>
|
1788
|
-
</dd>
|
1789
|
-
</dl>
|
1790
|
-
|
1791
|
-
</dd>
|
1792
|
-
</dl>
|
1793
|
-
</details>
|
1794
|
-
|
1795
|
-
<details><summary><code>client.automations.<a href="/src/api/resources/automations/client/Client.ts">get</a>(automationId) -> Airtop.AutomationOutput</code></summary>
|
1796
|
-
<dl>
|
1797
|
-
<dd>
|
1798
|
-
|
1799
|
-
#### 📝 Description
|
1800
|
-
|
1801
|
-
<dl>
|
1802
|
-
<dd>
|
1803
|
-
|
1804
|
-
<dl>
|
1805
|
-
<dd>
|
1806
|
-
|
1807
|
-
Get a specific automation by ID
|
1808
|
-
|
1809
|
-
</dd>
|
1810
|
-
</dl>
|
1811
|
-
</dd>
|
1812
|
-
</dl>
|
1813
|
-
|
1814
|
-
#### 🔌 Usage
|
1815
|
-
|
1816
|
-
<dl>
|
1817
|
-
<dd>
|
1818
|
-
|
1819
|
-
<dl>
|
1820
|
-
<dd>
|
1821
|
-
|
1822
|
-
```typescript
|
1823
|
-
await client.automations.get("automationId");
|
1824
|
-
```
|
1825
|
-
|
1826
|
-
</dd>
|
1827
|
-
</dl>
|
1828
|
-
</dd>
|
1829
|
-
</dl>
|
1830
|
-
|
1831
|
-
#### ⚙️ Parameters
|
1832
|
-
|
1833
|
-
<dl>
|
1834
|
-
<dd>
|
1835
|
-
|
1836
|
-
<dl>
|
1837
|
-
<dd>
|
1838
|
-
|
1839
|
-
**automationId:** `string` — ID of the automation to retrieve
|
1840
|
-
|
1841
|
-
</dd>
|
1842
|
-
</dl>
|
1843
|
-
|
1844
|
-
<dl>
|
1845
|
-
<dd>
|
1846
|
-
|
1847
|
-
**requestOptions:** `Automations.RequestOptions`
|
1848
|
-
|
1849
|
-
</dd>
|
1850
|
-
</dl>
|
1851
|
-
</dd>
|
1852
|
-
</dl>
|
1853
|
-
|
1854
|
-
</dd>
|
1855
|
-
</dl>
|
1856
|
-
</details>
|
1857
|
-
|
1858
|
-
<details><summary><code>client.automations.<a href="/src/api/resources/automations/client/Client.ts">delete</a>(automationId) -> Airtop.DeleteAutomationOutputWrapperBody</code></summary>
|
1859
|
-
<dl>
|
1860
|
-
<dd>
|
1861
|
-
|
1862
|
-
#### 📝 Description
|
1863
|
-
|
1864
|
-
<dl>
|
1865
|
-
<dd>
|
1866
|
-
|
1867
|
-
<dl>
|
1868
|
-
<dd>
|
1869
|
-
|
1870
|
-
Delete a specific automation
|
1871
|
-
|
1872
|
-
</dd>
|
1873
|
-
</dl>
|
1874
|
-
</dd>
|
1875
|
-
</dl>
|
1876
|
-
|
1877
|
-
#### 🔌 Usage
|
1878
|
-
|
1879
|
-
<dl>
|
1880
|
-
<dd>
|
1881
|
-
|
1882
|
-
<dl>
|
1883
|
-
<dd>
|
1884
|
-
|
1885
|
-
```typescript
|
1886
|
-
await client.automations.delete("automationId");
|
1887
|
-
```
|
1888
|
-
|
1889
|
-
</dd>
|
1890
|
-
</dl>
|
1891
|
-
</dd>
|
1892
|
-
</dl>
|
1893
|
-
|
1894
|
-
#### ⚙️ Parameters
|
1895
|
-
|
1896
|
-
<dl>
|
1897
|
-
<dd>
|
1898
|
-
|
1899
|
-
<dl>
|
1900
|
-
<dd>
|
1901
|
-
|
1902
|
-
**automationId:** `string` — ID of the automation to delete
|
1903
|
-
|
1904
|
-
</dd>
|
1905
|
-
</dl>
|
1906
|
-
|
1907
|
-
<dl>
|
1908
|
-
<dd>
|
1909
|
-
|
1910
|
-
**requestOptions:** `Automations.RequestOptions`
|
1911
|
-
|
1912
|
-
</dd>
|
1913
|
-
</dl>
|
1914
|
-
</dd>
|
1915
|
-
</dl>
|
1916
|
-
|
1917
|
-
</dd>
|
1918
|
-
</dl>
|
1919
|
-
</details>
|
1920
|
-
|
1921
|
-
## Profiles
|
1922
|
-
|
1923
|
-
<details><summary><code>client.profiles.<a href="/src/api/resources/profiles/client/Client.ts">delete</a>({ ...params }) -> void</code></summary>
|
1924
|
-
<dl>
|
1925
|
-
<dd>
|
1926
|
-
|
1927
|
-
#### 📝 Description
|
1928
|
-
|
1929
|
-
<dl>
|
1930
|
-
<dd>
|
1931
|
-
|
1932
|
-
<dl>
|
1933
|
-
<dd>
|
1934
|
-
|
1935
|
-
Delete profiles matching by id
|
1936
|
-
|
1937
|
-
</dd>
|
1938
|
-
</dl>
|
1939
|
-
</dd>
|
1940
|
-
</dl>
|
1941
|
-
|
1942
|
-
#### 🔌 Usage
|
1943
|
-
|
1944
|
-
<dl>
|
1945
|
-
<dd>
|
1946
|
-
|
1947
|
-
<dl>
|
1948
|
-
<dd>
|
1949
|
-
|
1950
|
-
```typescript
|
1951
|
-
await client.profiles.delete();
|
1952
|
-
```
|
1953
|
-
|
1954
|
-
</dd>
|
1955
|
-
</dl>
|
1956
|
-
</dd>
|
1957
|
-
</dl>
|
1958
|
-
|
1959
|
-
#### ⚙️ Parameters
|
1960
|
-
|
1961
|
-
<dl>
|
1962
|
-
<dd>
|
1963
|
-
|
1964
|
-
<dl>
|
1965
|
-
<dd>
|
1966
|
-
|
1967
|
-
**request:** `Airtop.ProfilesDeleteRequest`
|
1968
|
-
|
1969
|
-
</dd>
|
1970
|
-
</dl>
|
1971
|
-
|
1972
|
-
<dl>
|
1973
|
-
<dd>
|
1974
|
-
|
1975
|
-
**requestOptions:** `Profiles.RequestOptions`
|
1976
|
-
|
1977
|
-
</dd>
|
1978
|
-
</dl>
|
1979
|
-
</dd>
|
1980
|
-
</dl>
|
1981
|
-
|
1982
|
-
</dd>
|
1983
|
-
</dl>
|
1984
|
-
</details>
|
1985
|
-
|
1986
|
-
## Requests
|
1987
|
-
|
1988
|
-
<details><summary><code>client.requests.<a href="/src/api/resources/requests/client/Client.ts">getRequestStatus</a>(requestId) -> Airtop.RequestStatusResponse</code></summary>
|
1989
|
-
<dl>
|
1990
|
-
<dd>
|
1991
|
-
|
1992
|
-
#### 🔌 Usage
|
1993
|
-
|
1994
|
-
<dl>
|
1995
|
-
<dd>
|
1996
|
-
|
1997
|
-
<dl>
|
1998
|
-
<dd>
|
1999
|
-
|
2000
|
-
```typescript
|
2001
|
-
await client.requests.getRequestStatus("123e4567-e89b-12d3-a456-426614174000");
|
2002
|
-
```
|
2003
|
-
|
2004
|
-
</dd>
|
2005
|
-
</dl>
|
2006
|
-
</dd>
|
2007
|
-
</dl>
|
2008
|
-
|
2009
|
-
#### ⚙️ Parameters
|
2010
|
-
|
2011
|
-
<dl>
|
2012
|
-
<dd>
|
2013
|
-
|
2014
|
-
<dl>
|
2015
|
-
<dd>
|
2016
|
-
|
2017
|
-
**requestId:** `string` — The ID of the request to check.
|
2018
|
-
|
2019
|
-
</dd>
|
2020
|
-
</dl>
|
2021
|
-
|
2022
|
-
<dl>
|
2023
|
-
<dd>
|
2024
|
-
|
2025
|
-
**requestOptions:** `Requests.RequestOptions`
|
2026
|
-
|
2027
|
-
</dd>
|
2028
|
-
</dl>
|
2029
|
-
</dd>
|
2030
|
-
</dl>
|
2031
|
-
|
2032
|
-
</dd>
|
2033
|
-
</dl>
|
2034
|
-
</details>
|
2035
|
-
|
2036
|
-
## Sessions
|
2037
|
-
|
2038
|
-
<details><summary><code>client.sessions.<a href="/src/api/resources/sessions/client/Client.ts">list</a>({ ...params }) -> Airtop.SessionsResponse</code></summary>
|
2039
|
-
<dl>
|
2040
|
-
<dd>
|
2041
|
-
|
2042
|
-
#### 📝 Description
|
2043
|
-
|
2044
|
-
<dl>
|
2045
|
-
<dd>
|
2046
|
-
|
2047
|
-
<dl>
|
2048
|
-
<dd>
|
2049
|
-
|
2050
|
-
Get a paginated list of sessions filtered by ID or status
|
2051
|
-
|
2052
|
-
</dd>
|
2053
|
-
</dl>
|
2054
|
-
</dd>
|
2055
|
-
</dl>
|
2056
|
-
|
2057
|
-
#### 🔌 Usage
|
2058
|
-
|
2059
|
-
<dl>
|
2060
|
-
<dd>
|
2061
|
-
|
2062
|
-
<dl>
|
2063
|
-
<dd>
|
2064
|
-
|
2065
|
-
```typescript
|
2066
|
-
await client.sessions.list({
|
2067
|
-
offset: 1,
|
2068
|
-
limit: 10,
|
2069
|
-
});
|
2070
|
-
```
|
2071
|
-
|
2072
|
-
</dd>
|
2073
|
-
</dl>
|
2074
|
-
</dd>
|
2075
|
-
</dl>
|
2076
|
-
|
2077
|
-
#### ⚙️ Parameters
|
2078
|
-
|
2079
|
-
<dl>
|
2080
|
-
<dd>
|
2081
|
-
|
2082
|
-
<dl>
|
2083
|
-
<dd>
|
2084
|
-
|
2085
|
-
**request:** `Airtop.SessionsListRequest`
|
2086
|
-
|
2087
|
-
</dd>
|
2088
|
-
</dl>
|
2089
|
-
|
2090
|
-
<dl>
|
2091
|
-
<dd>
|
2092
|
-
|
2093
|
-
**requestOptions:** `Sessions.RequestOptions`
|
2094
|
-
|
2095
|
-
</dd>
|
2096
|
-
</dl>
|
2097
|
-
</dd>
|
2098
|
-
</dl>
|
2099
|
-
|
2100
|
-
</dd>
|
2101
|
-
</dl>
|
2102
|
-
</details>
|
2103
|
-
|
2104
|
-
<details><summary><code>client.sessions.<a href="/src/api/resources/sessions/client/Client.ts">create</a>({ ...params }) -> Airtop.SessionResponse</code></summary>
|
2105
|
-
<dl>
|
2106
|
-
<dd>
|
2107
|
-
|
2108
|
-
#### 🔌 Usage
|
2109
|
-
|
2110
|
-
<dl>
|
2111
|
-
<dd>
|
2112
|
-
|
2113
|
-
<dl>
|
2114
|
-
<dd>
|
2115
|
-
|
2116
|
-
```typescript
|
2117
|
-
await client.sessions.create();
|
2118
|
-
```
|
2119
|
-
|
2120
|
-
</dd>
|
2121
|
-
</dl>
|
2122
|
-
</dd>
|
2123
|
-
</dl>
|
2124
|
-
|
2125
|
-
#### ⚙️ Parameters
|
2126
|
-
|
2127
|
-
<dl>
|
2128
|
-
<dd>
|
2129
|
-
|
2130
|
-
<dl>
|
2131
|
-
<dd>
|
2132
|
-
|
2133
|
-
**request:** `Airtop.SessionRestInputV1`
|
2134
|
-
|
2135
|
-
</dd>
|
2136
|
-
</dl>
|
2137
|
-
|
2138
|
-
<dl>
|
2139
|
-
<dd>
|
2140
|
-
|
2141
|
-
**requestOptions:** `Sessions.RequestOptions`
|
2142
|
-
|
2143
|
-
</dd>
|
2144
|
-
</dl>
|
2145
|
-
</dd>
|
2146
|
-
</dl>
|
2147
|
-
|
2148
|
-
</dd>
|
2149
|
-
</dl>
|
2150
|
-
</details>
|
2151
|
-
|
2152
|
-
<details><summary><code>client.sessions.<a href="/src/api/resources/sessions/client/Client.ts">getInfo</a>(id) -> Airtop.SessionResponse</code></summary>
|
2153
|
-
<dl>
|
2154
|
-
<dd>
|
2155
|
-
|
2156
|
-
#### 📝 Description
|
2157
|
-
|
2158
|
-
<dl>
|
2159
|
-
<dd>
|
2160
|
-
|
2161
|
-
<dl>
|
2162
|
-
<dd>
|
2163
|
-
|
2164
|
-
Get a session by ID
|
2165
|
-
|
2166
|
-
</dd>
|
2167
|
-
</dl>
|
2168
|
-
</dd>
|
2169
|
-
</dl>
|
2170
|
-
|
2171
|
-
#### 🔌 Usage
|
2172
|
-
|
2173
|
-
<dl>
|
2174
|
-
<dd>
|
2175
|
-
|
2176
|
-
<dl>
|
2177
|
-
<dd>
|
2178
|
-
|
2179
|
-
```typescript
|
2180
|
-
await client.sessions.getInfo("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b");
|
2181
|
-
```
|
2182
|
-
|
2183
|
-
</dd>
|
2184
|
-
</dl>
|
2185
|
-
</dd>
|
2186
|
-
</dl>
|
2187
|
-
|
2188
|
-
#### ⚙️ Parameters
|
2189
|
-
|
2190
|
-
<dl>
|
2191
|
-
<dd>
|
2192
|
-
|
2193
|
-
<dl>
|
2194
|
-
<dd>
|
2195
|
-
|
2196
|
-
**id:** `string` — Id of the session to get
|
2197
|
-
|
2198
|
-
</dd>
|
2199
|
-
</dl>
|
2200
|
-
|
2201
|
-
<dl>
|
2202
|
-
<dd>
|
2203
|
-
|
2204
|
-
**requestOptions:** `Sessions.RequestOptions`
|
2205
|
-
|
2206
|
-
</dd>
|
2207
|
-
</dl>
|
2208
|
-
</dd>
|
2209
|
-
</dl>
|
2210
|
-
|
2211
|
-
</dd>
|
2212
|
-
</dl>
|
2213
|
-
</details>
|
2214
|
-
|
2215
|
-
<details><summary><code>client.sessions.<a href="/src/api/resources/sessions/client/Client.ts">terminate</a>(id) -> void</code></summary>
|
2216
|
-
<dl>
|
2217
|
-
<dd>
|
2218
|
-
|
2219
|
-
#### 📝 Description
|
2220
|
-
|
2221
|
-
<dl>
|
2222
|
-
<dd>
|
2223
|
-
|
2224
|
-
<dl>
|
2225
|
-
<dd>
|
2226
|
-
|
2227
|
-
Ends a session by ID. If a given session id does not exist within the organization, it is ignored.
|
2228
|
-
|
2229
|
-
</dd>
|
2230
|
-
</dl>
|
2231
|
-
</dd>
|
2232
|
-
</dl>
|
2233
|
-
|
2234
|
-
#### 🔌 Usage
|
2235
|
-
|
2236
|
-
<dl>
|
2237
|
-
<dd>
|
2238
|
-
|
2239
|
-
<dl>
|
2240
|
-
<dd>
|
2241
|
-
|
2242
|
-
```typescript
|
2243
|
-
await client.sessions.terminate("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b");
|
2244
|
-
```
|
2245
|
-
|
2246
|
-
</dd>
|
2247
|
-
</dl>
|
2248
|
-
</dd>
|
2249
|
-
</dl>
|
2250
|
-
|
2251
|
-
#### ⚙️ Parameters
|
2252
|
-
|
2253
|
-
<dl>
|
2254
|
-
<dd>
|
2255
|
-
|
2256
|
-
<dl>
|
2257
|
-
<dd>
|
2258
|
-
|
2259
|
-
**id:** `string` — ID of the session to delete.
|
2260
|
-
|
2261
|
-
</dd>
|
2262
|
-
</dl>
|
2263
|
-
|
2264
|
-
<dl>
|
2265
|
-
<dd>
|
2266
|
-
|
2267
|
-
**requestOptions:** `Sessions.RequestOptions`
|
2268
|
-
|
2269
|
-
</dd>
|
2270
|
-
</dl>
|
2271
|
-
</dd>
|
2272
|
-
</dl>
|
2273
|
-
|
2274
|
-
</dd>
|
2275
|
-
</dl>
|
2276
|
-
</details>
|
2277
|
-
|
2278
|
-
<details><summary><code>client.sessions.<a href="/src/api/resources/sessions/client/Client.ts">events</a>(id, { ...params }) -> core.Stream<Airtop.SessionsEventsResponse></code></summary>
|
2279
|
-
<dl>
|
2280
|
-
<dd>
|
2281
|
-
|
2282
|
-
#### 📝 Description
|
2283
|
-
|
2284
|
-
<dl>
|
2285
|
-
<dd>
|
2286
|
-
|
2287
|
-
<dl>
|
2288
|
-
<dd>
|
2289
|
-
|
2290
|
-
Get a session event stream for a given session ID
|
2291
|
-
|
2292
|
-
</dd>
|
2293
|
-
</dl>
|
2294
|
-
</dd>
|
2295
|
-
</dl>
|
2296
|
-
|
2297
|
-
#### 🔌 Usage
|
2298
|
-
|
2299
|
-
<dl>
|
2300
|
-
<dd>
|
2301
|
-
|
2302
|
-
<dl>
|
2303
|
-
<dd>
|
2304
|
-
|
2305
|
-
```typescript
|
2306
|
-
const response = await client.sessions.events("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", {
|
2307
|
-
lastEventId: 0,
|
2308
|
-
all: true,
|
2309
|
-
});
|
2310
|
-
for await (const item of response) {
|
2311
|
-
console.log(item);
|
2312
|
-
}
|
2313
|
-
```
|
2314
|
-
|
2315
|
-
</dd>
|
2316
|
-
</dl>
|
2317
|
-
</dd>
|
2318
|
-
</dl>
|
2319
|
-
|
2320
|
-
#### ⚙️ Parameters
|
2321
|
-
|
2322
|
-
<dl>
|
2323
|
-
<dd>
|
2324
|
-
|
2325
|
-
<dl>
|
2326
|
-
<dd>
|
2327
|
-
|
2328
|
-
**id:** `string` — ID of the session to get status info for
|
2329
|
-
|
2330
|
-
</dd>
|
2331
|
-
</dl>
|
2332
|
-
|
2333
|
-
<dl>
|
2334
|
-
<dd>
|
2335
|
-
|
2336
|
-
**request:** `Airtop.SessionsEventsRequest`
|
2337
|
-
|
2338
|
-
</dd>
|
2339
|
-
</dl>
|
2340
|
-
|
2341
|
-
<dl>
|
2342
|
-
<dd>
|
2343
|
-
|
2344
|
-
**requestOptions:** `Sessions.RequestOptions`
|
2345
|
-
|
2346
|
-
</dd>
|
2347
|
-
</dl>
|
2348
|
-
</dd>
|
2349
|
-
</dl>
|
2350
|
-
|
2351
|
-
</dd>
|
2352
|
-
</dl>
|
2353
|
-
</details>
|
2354
|
-
|
2355
|
-
<details><summary><code>client.sessions.<a href="/src/api/resources/sessions/client/Client.ts">saveProfileOnTermination</a>(sessionId, profileName) -> void</code></summary>
|
2356
|
-
<dl>
|
2357
|
-
<dd>
|
2358
|
-
|
2359
|
-
#### 🔌 Usage
|
2360
|
-
|
2361
|
-
<dl>
|
2362
|
-
<dd>
|
2363
|
-
|
2364
|
-
<dl>
|
2365
|
-
<dd>
|
2366
|
-
|
2367
|
-
```typescript
|
2368
|
-
await client.sessions.saveProfileOnTermination("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "myProfile");
|
2369
|
-
```
|
2370
|
-
|
2371
|
-
</dd>
|
2372
|
-
</dl>
|
2373
|
-
</dd>
|
2374
|
-
</dl>
|
2375
|
-
|
2376
|
-
#### ⚙️ Parameters
|
2377
|
-
|
2378
|
-
<dl>
|
2379
|
-
<dd>
|
2380
|
-
|
2381
|
-
<dl>
|
2382
|
-
<dd>
|
2383
|
-
|
2384
|
-
**sessionId:** `string` — ID of the session.
|
2385
|
-
|
2386
|
-
</dd>
|
2387
|
-
</dl>
|
2388
|
-
|
2389
|
-
<dl>
|
2390
|
-
<dd>
|
2391
|
-
|
2392
|
-
**profileName:** `string` — Name under which to save the profile.
|
2393
|
-
|
2394
|
-
</dd>
|
2395
|
-
</dl>
|
2396
|
-
|
2397
|
-
<dl>
|
2398
|
-
<dd>
|
2399
|
-
|
2400
|
-
**requestOptions:** `Sessions.RequestOptions`
|
2401
|
-
|
2402
|
-
</dd>
|
2403
|
-
</dl>
|
2404
|
-
</dd>
|
2405
|
-
</dl>
|
2406
|
-
|
2407
|
-
</dd>
|
2408
|
-
</dl>
|
2409
|
-
</details>
|