@airtop/sdk 0.1.38-beta0 → 0.1.39

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 (157) hide show
  1. package/README.md +10 -9
  2. package/api/errors/index.d.ts +2 -2
  3. package/api/errors/index.js +2 -2
  4. package/api/resources/automations/client/Client.js +12 -12
  5. package/api/resources/files/client/Client.js +12 -12
  6. package/api/resources/profiles/client/Client.js +3 -3
  7. package/api/resources/requests/client/Client.js +3 -3
  8. package/api/resources/sessions/client/Client.js +18 -18
  9. package/api/resources/sessions/types/SessionsEventsResponse.d.ts +7 -7
  10. package/api/resources/sessions/types/index.d.ts +2 -2
  11. package/api/resources/sessions/types/index.js +2 -2
  12. package/api/resources/windows/client/Client.d.ts +0 -126
  13. package/api/resources/windows/client/Client.js +63 -619
  14. package/api/resources/windows/client/requests/index.d.ts +0 -10
  15. package/api/types/RequestStatusResponse.d.ts +2 -0
  16. package/api/types/SessionConfigV1.d.ts +0 -2
  17. package/api/types/index.d.ts +0 -1
  18. package/api/types/index.js +0 -1
  19. package/dist/api/errors/index.d.ts +2 -2
  20. package/dist/api/errors/index.js +2 -2
  21. package/dist/api/resources/automations/client/Client.js +12 -12
  22. package/dist/api/resources/files/client/Client.js +12 -12
  23. package/dist/api/resources/profiles/client/Client.js +3 -3
  24. package/dist/api/resources/requests/client/Client.js +3 -3
  25. package/dist/api/resources/sessions/client/Client.js +18 -18
  26. package/dist/api/resources/sessions/types/SessionsEventsResponse.d.ts +7 -7
  27. package/dist/api/resources/sessions/types/index.d.ts +2 -2
  28. package/dist/api/resources/sessions/types/index.js +2 -2
  29. package/dist/api/resources/windows/client/Client.d.ts +0 -126
  30. package/dist/api/resources/windows/client/Client.js +63 -619
  31. package/dist/api/resources/windows/client/requests/index.d.ts +0 -10
  32. package/dist/api/types/RequestStatusResponse.d.ts +2 -0
  33. package/dist/api/types/SessionConfigV1.d.ts +0 -2
  34. package/dist/api/types/index.d.ts +0 -1
  35. package/dist/api/types/index.js +0 -1
  36. package/dist/environments.d.ts +1 -1
  37. package/dist/environments.js +1 -1
  38. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +9 -9
  39. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.js +4 -4
  40. package/dist/serialization/resources/sessions/types/index.d.ts +2 -2
  41. package/dist/serialization/resources/sessions/types/index.js +2 -2
  42. package/dist/serialization/resources/windows/client/requests/index.d.ts +0 -10
  43. package/dist/serialization/resources/windows/client/requests/index.js +1 -21
  44. package/dist/serialization/types/RequestStatusResponse.d.ts +1 -0
  45. package/dist/serialization/types/RequestStatusResponse.js +1 -0
  46. package/dist/serialization/types/SessionConfigV1.d.ts +0 -1
  47. package/dist/serialization/types/SessionConfigV1.js +0 -1
  48. package/dist/serialization/types/index.d.ts +0 -1
  49. package/dist/serialization/types/index.js +0 -1
  50. package/dist/version.d.ts +1 -1
  51. package/dist/version.js +1 -1
  52. package/environments.d.ts +1 -1
  53. package/environments.js +1 -1
  54. package/package.json +1 -1
  55. package/reference.md +24 -766
  56. package/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +9 -9
  57. package/serialization/resources/sessions/types/SessionsEventsResponse.js +4 -4
  58. package/serialization/resources/sessions/types/index.d.ts +2 -2
  59. package/serialization/resources/sessions/types/index.js +2 -2
  60. package/serialization/resources/windows/client/requests/index.d.ts +0 -10
  61. package/serialization/resources/windows/client/requests/index.js +1 -21
  62. package/serialization/types/RequestStatusResponse.d.ts +1 -0
  63. package/serialization/types/RequestStatusResponse.js +1 -0
  64. package/serialization/types/SessionConfigV1.d.ts +0 -1
  65. package/serialization/types/SessionConfigV1.js +0 -1
  66. package/serialization/types/index.d.ts +0 -1
  67. package/serialization/types/index.js +0 -1
  68. package/version.d.ts +1 -1
  69. package/version.js +1 -1
  70. package/api/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -29
  71. package/api/resources/windows/client/requests/AsyncClickRequest.js +0 -5
  72. package/api/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -27
  73. package/api/resources/windows/client/requests/AsyncHoverRequest.js +0 -5
  74. package/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -27
  75. package/api/resources/windows/client/requests/AsyncMonitorRequest.js +0 -5
  76. package/api/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -29
  77. package/api/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -5
  78. package/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -27
  79. package/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -5
  80. package/api/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -29
  81. package/api/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -5
  82. package/api/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -23
  83. package/api/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -5
  84. package/api/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -25
  85. package/api/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -5
  86. package/api/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -37
  87. package/api/resources/windows/client/requests/AsyncTypeRequest.js +0 -5
  88. package/api/resources/windows/client/requests/OperatorPromptV1Body.d.ts +0 -25
  89. package/api/resources/windows/client/requests/OperatorPromptV1Body.js +0 -5
  90. package/api/types/AsyncOperatorPromptResponseEnvelope.d.ts +0 -9
  91. package/api/types/AsyncOperatorPromptResponseEnvelope.js +0 -5
  92. package/dist/api/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -29
  93. package/dist/api/resources/windows/client/requests/AsyncClickRequest.js +0 -5
  94. package/dist/api/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -27
  95. package/dist/api/resources/windows/client/requests/AsyncHoverRequest.js +0 -5
  96. package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -27
  97. package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.js +0 -5
  98. package/dist/api/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -29
  99. package/dist/api/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -5
  100. package/dist/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -27
  101. package/dist/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -5
  102. package/dist/api/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -29
  103. package/dist/api/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -5
  104. package/dist/api/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -23
  105. package/dist/api/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -5
  106. package/dist/api/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -25
  107. package/dist/api/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -5
  108. package/dist/api/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -37
  109. package/dist/api/resources/windows/client/requests/AsyncTypeRequest.js +0 -5
  110. package/dist/api/resources/windows/client/requests/OperatorPromptV1Body.d.ts +0 -25
  111. package/dist/api/resources/windows/client/requests/OperatorPromptV1Body.js +0 -5
  112. package/dist/api/types/AsyncOperatorPromptResponseEnvelope.d.ts +0 -9
  113. package/dist/api/types/AsyncOperatorPromptResponseEnvelope.js +0 -5
  114. package/dist/serialization/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -20
  115. package/dist/serialization/resources/windows/client/requests/AsyncClickRequest.js +0 -51
  116. package/dist/serialization/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -19
  117. package/dist/serialization/resources/windows/client/requests/AsyncHoverRequest.js +0 -50
  118. package/dist/serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -19
  119. package/dist/serialization/resources/windows/client/requests/AsyncMonitorRequest.js +0 -50
  120. package/dist/serialization/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -20
  121. package/dist/serialization/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -51
  122. package/dist/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -19
  123. package/dist/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -50
  124. package/dist/serialization/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -20
  125. package/dist/serialization/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -51
  126. package/dist/serialization/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -18
  127. package/dist/serialization/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -49
  128. package/dist/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -19
  129. package/dist/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -50
  130. package/dist/serialization/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -24
  131. package/dist/serialization/resources/windows/client/requests/AsyncTypeRequest.js +0 -55
  132. package/dist/serialization/resources/windows/client/requests/OperatorPromptV1Body.d.ts +0 -17
  133. package/dist/serialization/resources/windows/client/requests/OperatorPromptV1Body.js +0 -48
  134. package/dist/serialization/types/AsyncOperatorPromptResponseEnvelope.d.ts +0 -15
  135. package/dist/serialization/types/AsyncOperatorPromptResponseEnvelope.js +0 -46
  136. package/serialization/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -20
  137. package/serialization/resources/windows/client/requests/AsyncClickRequest.js +0 -51
  138. package/serialization/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -19
  139. package/serialization/resources/windows/client/requests/AsyncHoverRequest.js +0 -50
  140. package/serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -19
  141. package/serialization/resources/windows/client/requests/AsyncMonitorRequest.js +0 -50
  142. package/serialization/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -20
  143. package/serialization/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -51
  144. package/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -19
  145. package/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -50
  146. package/serialization/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -20
  147. package/serialization/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -51
  148. package/serialization/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -18
  149. package/serialization/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -49
  150. package/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -19
  151. package/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -50
  152. package/serialization/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -24
  153. package/serialization/resources/windows/client/requests/AsyncTypeRequest.js +0 -55
  154. package/serialization/resources/windows/client/requests/OperatorPromptV1Body.d.ts +0 -17
  155. package/serialization/resources/windows/client/requests/OperatorPromptV1Body.js +0 -48
  156. package/serialization/types/AsyncOperatorPromptResponseEnvelope.d.ts +0 -15
  157. package/serialization/types/AsyncOperatorPromptResponseEnvelope.js +0 -46
@@ -1,46 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.AsyncOperatorPromptResponseEnvelope = void 0;
40
- const core = __importStar(require("../../core"));
41
- const Issue_1 = require("./Issue");
42
- exports.AsyncOperatorPromptResponseEnvelope = core.serialization.object({
43
- errors: core.serialization.list(Issue_1.Issue).optional(),
44
- requestId: core.serialization.string(),
45
- warnings: core.serialization.list(Issue_1.Issue).optional(),
46
- });