@airtop/sdk 0.1.35-beta0 → 0.1.36-beta0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/api/resources/automations/client/Client.d.ts +8 -8
  2. package/api/resources/automations/client/Client.js +12 -12
  3. package/api/resources/files/client/Client.js +4 -4
  4. package/api/resources/files/client/requests/CreateFileRestInputV1.d.ts +2 -0
  5. package/api/resources/profiles/client/Client.js +1 -1
  6. package/api/resources/requests/client/Client.js +1 -1
  7. package/api/resources/sessions/client/Client.d.ts +0 -10
  8. package/api/resources/sessions/client/Client.js +6 -52
  9. package/api/resources/sessions/types/SessionsEventsResponse.d.ts +4 -4
  10. package/api/resources/sessions/types/index.d.ts +1 -1
  11. package/api/resources/sessions/types/index.js +1 -1
  12. package/api/resources/windows/client/Client.d.ts +52 -0
  13. package/api/resources/windows/client/Client.js +250 -26
  14. package/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +23 -0
  15. package/api/resources/windows/client/requests/AsyncFillFormRequest.d.ts +27 -0
  16. package/api/resources/windows/client/requests/CreateFormFillerRequest.d.ts +23 -0
  17. package/api/resources/windows/client/requests/CreateFormFillerRequest.js +5 -0
  18. package/api/resources/windows/client/requests/FillFormRequest.d.ts +27 -0
  19. package/api/resources/windows/client/requests/FillFormRequest.js +5 -0
  20. package/api/resources/windows/client/requests/index.d.ts +4 -0
  21. package/api/types/index.d.ts +0 -11
  22. package/api/types/index.js +0 -11
  23. package/dist/api/resources/automations/client/Client.d.ts +8 -8
  24. package/dist/api/resources/automations/client/Client.js +12 -12
  25. package/dist/api/resources/files/client/Client.js +4 -4
  26. package/dist/api/resources/files/client/requests/CreateFileRestInputV1.d.ts +2 -0
  27. package/dist/api/resources/profiles/client/Client.js +1 -1
  28. package/dist/api/resources/requests/client/Client.js +1 -1
  29. package/dist/api/resources/sessions/client/Client.d.ts +0 -10
  30. package/dist/api/resources/sessions/client/Client.js +6 -52
  31. package/dist/api/resources/sessions/types/SessionsEventsResponse.d.ts +4 -4
  32. package/dist/api/resources/sessions/types/index.d.ts +1 -1
  33. package/dist/api/resources/sessions/types/index.js +1 -1
  34. package/dist/api/resources/windows/client/Client.d.ts +52 -0
  35. package/dist/api/resources/windows/client/Client.js +250 -26
  36. package/dist/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +23 -0
  37. package/dist/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +5 -0
  38. package/dist/api/resources/windows/client/requests/AsyncFillFormRequest.d.ts +27 -0
  39. package/dist/api/resources/windows/client/requests/AsyncFillFormRequest.js +5 -0
  40. package/dist/api/resources/windows/client/requests/CreateFormFillerRequest.d.ts +23 -0
  41. package/dist/api/resources/windows/client/requests/CreateFormFillerRequest.js +5 -0
  42. package/dist/api/resources/windows/client/requests/FillFormRequest.d.ts +27 -0
  43. package/dist/api/resources/windows/client/requests/FillFormRequest.js +5 -0
  44. package/dist/api/resources/windows/client/requests/index.d.ts +4 -0
  45. package/dist/api/types/index.d.ts +0 -11
  46. package/dist/api/types/index.js +0 -11
  47. package/dist/serialization/resources/files/client/requests/CreateFileRestInputV1.d.ts +1 -0
  48. package/dist/serialization/resources/files/client/requests/CreateFileRestInputV1.js +1 -0
  49. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +5 -5
  50. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.js +2 -2
  51. package/dist/serialization/resources/sessions/types/index.d.ts +1 -1
  52. package/dist/serialization/resources/sessions/types/index.js +1 -1
  53. package/dist/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +18 -0
  54. package/dist/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +49 -0
  55. package/dist/serialization/resources/windows/client/requests/AsyncFillFormRequest.d.ts +18 -0
  56. package/dist/serialization/resources/windows/client/requests/AsyncFillFormRequest.js +49 -0
  57. package/dist/serialization/resources/windows/client/requests/CreateFormFillerRequest.d.ts +18 -0
  58. package/dist/serialization/resources/windows/client/requests/CreateFormFillerRequest.js +49 -0
  59. package/dist/serialization/resources/windows/client/requests/FillFormRequest.d.ts +18 -0
  60. package/dist/serialization/resources/windows/client/requests/FillFormRequest.js +49 -0
  61. package/dist/serialization/resources/windows/client/requests/index.d.ts +4 -0
  62. package/dist/serialization/resources/windows/client/requests/index.js +9 -1
  63. package/dist/serialization/types/index.d.ts +0 -11
  64. package/dist/serialization/types/index.js +0 -11
  65. package/dist/version.d.ts +1 -1
  66. package/dist/version.js +1 -1
  67. package/dist/wrapper/AirtopClient.d.ts +2 -1
  68. package/dist/wrapper/AirtopClient.js +6 -3
  69. package/dist/wrapper/AirtopWindows.d.ts +1 -1
  70. package/package.json +2 -3
  71. package/reference.md +253 -395
  72. package/serialization/resources/files/client/requests/CreateFileRestInputV1.d.ts +1 -0
  73. package/serialization/resources/files/client/requests/CreateFileRestInputV1.js +1 -0
  74. package/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +5 -5
  75. package/serialization/resources/sessions/types/SessionsEventsResponse.js +2 -2
  76. package/serialization/resources/sessions/types/index.d.ts +1 -1
  77. package/serialization/resources/sessions/types/index.js +1 -1
  78. package/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +18 -0
  79. package/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +49 -0
  80. package/serialization/resources/windows/client/requests/AsyncFillFormRequest.d.ts +18 -0
  81. package/serialization/resources/windows/client/requests/AsyncFillFormRequest.js +49 -0
  82. package/serialization/resources/windows/client/requests/CreateFormFillerRequest.d.ts +18 -0
  83. package/serialization/resources/windows/client/requests/CreateFormFillerRequest.js +49 -0
  84. package/serialization/resources/windows/client/requests/FillFormRequest.d.ts +18 -0
  85. package/serialization/resources/windows/client/requests/FillFormRequest.js +49 -0
  86. package/serialization/resources/windows/client/requests/index.d.ts +4 -0
  87. package/serialization/resources/windows/client/requests/index.js +9 -1
  88. package/serialization/types/index.d.ts +0 -11
  89. package/serialization/types/index.js +0 -11
  90. package/version.d.ts +1 -1
  91. package/version.js +1 -1
  92. package/wrapper/AirtopClient.d.ts +2 -1
  93. package/wrapper/AirtopClient.js +6 -3
  94. package/wrapper/AirtopWindows.d.ts +1 -1
  95. package/api/types/ExtensionConfigurationOutput.d.ts +0 -13
  96. package/dist/api/types/ExtensionConfigurationOutput.d.ts +0 -13
  97. /package/api/{types/ExtensionConfigurationOutput.js → resources/windows/client/requests/AsyncCreateFormFillerRequest.js} +0 -0
  98. /package/{dist/api/types/ExtensionConfigurationOutput.js → api/resources/windows/client/requests/AsyncFillFormRequest.js} +0 -0
@@ -84,13 +84,16 @@ class AirtopClient {
84
84
  var _a;
85
85
  return ((_a = this._requests) !== null && _a !== void 0 ? _a : (this._requests = new AirtopRequests_1.AirtopRequests(this._options)));
86
86
  }
87
+ get profiles() {
88
+ return this._client.profiles;
89
+ }
90
+ get automations() {
91
+ return this._client.automations;
92
+ }
87
93
  get files() {
88
94
  var _a;
89
95
  return ((_a = this._files) !== null && _a !== void 0 ? _a : (this._files = new AirtopFiles_1.AirtopFiles(this._options)));
90
96
  }
91
- get profiles() {
92
- return this._client.profiles;
93
- }
94
97
  log(message) {
95
98
  if (this.debug) {
96
99
  console.log(message);
@@ -125,7 +125,7 @@ export declare class AirtopWindows extends WindowsClass {
125
125
  * @example
126
126
  * await client.windows.paginatedExtraction("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
127
127
  */
128
- paginatedExtraction(sessionId: string, windowId: string, request: Airtop.SessionPaginatedExtractionHandlerRequestBody, requestOptions?: Windows.RequestOptions): Promise<Airtop.AiPromptResponse>;
128
+ paginatedExtraction(sessionId: string, windowId: string, request: Airtop.SessionPaginatedExtractionHandlerRequestBody, requestOptions?: WindowsNamespace.RequestOptions): Promise<Airtop.AiPromptResponse>;
129
129
  /**
130
130
  * Execute a scroll interaction in a specific browser window
131
131
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airtop/sdk",
3
- "version": "0.1.35-beta0",
3
+ "version": "0.1.36-beta0",
4
4
  "private": false,
5
5
  "repository": "https://github.com/airtop-ai/airtop-node-sdk",
6
6
  "main": "./index.js",
@@ -70,6 +70,5 @@
70
70
  "playwright": ">=1.47.2",
71
71
  "puppeteer": ">=22.14.0",
72
72
  "selenium-webdriver": ">=4.25.0"
73
- },
74
- "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
73
+ }
75
74
  }