@airtop/sdk 0.1.16-beta0 → 0.1.17

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 (25) hide show
  1. package/api/resources/extensionConfigurations/client/Client.js +4 -4
  2. package/api/resources/profiles/client/Client.js +2 -2
  3. package/api/resources/requests/client/Client.js +2 -2
  4. package/api/resources/sessions/client/Client.js +14 -14
  5. package/api/resources/sessions/types/SessionsEventsResponse.d.ts +4 -4
  6. package/api/resources/sessions/types/index.d.ts +1 -1
  7. package/api/resources/sessions/types/index.js +1 -1
  8. package/api/resources/windows/client/Client.js +46 -46
  9. package/dist/api/resources/extensionConfigurations/client/Client.js +4 -4
  10. package/dist/api/resources/profiles/client/Client.js +2 -2
  11. package/dist/api/resources/requests/client/Client.js +2 -2
  12. package/dist/api/resources/sessions/client/Client.js +14 -14
  13. package/dist/api/resources/sessions/types/SessionsEventsResponse.d.ts +4 -4
  14. package/dist/api/resources/sessions/types/index.d.ts +1 -1
  15. package/dist/api/resources/sessions/types/index.js +1 -1
  16. package/dist/api/resources/windows/client/Client.js +46 -46
  17. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +5 -5
  18. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.js +2 -2
  19. package/dist/serialization/resources/sessions/types/index.d.ts +1 -1
  20. package/dist/serialization/resources/sessions/types/index.js +1 -1
  21. package/package.json +1 -1
  22. package/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +5 -5
  23. package/serialization/resources/sessions/types/SessionsEventsResponse.js +2 -2
  24. package/serialization/resources/sessions/types/index.d.ts +1 -1
  25. package/serialization/resources/sessions/types/index.js +1 -1
@@ -78,8 +78,8 @@ class ExtensionConfigurations {
78
78
  Authorization: yield this._getAuthorizationHeader(),
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "@airtop/sdk",
81
- "X-Fern-SDK-Version": "0.1.16-beta0",
82
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
81
+ "X-Fern-SDK-Version": "0.1.17",
82
+ "User-Agent": "@airtop/sdk/0.1.17",
83
83
  "X-Fern-Runtime": core.RUNTIME.type,
84
84
  "X-Fern-Runtime-Version": core.RUNTIME.version,
85
85
  },
@@ -137,8 +137,8 @@ class ExtensionConfigurations {
137
137
  Authorization: yield this._getAuthorizationHeader(),
138
138
  "X-Fern-Language": "JavaScript",
139
139
  "X-Fern-SDK-Name": "@airtop/sdk",
140
- "X-Fern-SDK-Version": "0.1.16-beta0",
141
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
140
+ "X-Fern-SDK-Version": "0.1.17",
141
+ "User-Agent": "@airtop/sdk/0.1.17",
142
142
  "X-Fern-Runtime": core.RUNTIME.type,
143
143
  "X-Fern-Runtime-Version": core.RUNTIME.version,
144
144
  },
@@ -84,8 +84,8 @@ class Profiles {
84
84
  Authorization: yield this._getAuthorizationHeader(),
85
85
  "X-Fern-Language": "JavaScript",
86
86
  "X-Fern-SDK-Name": "@airtop/sdk",
87
- "X-Fern-SDK-Version": "0.1.16-beta0",
88
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
87
+ "X-Fern-SDK-Version": "0.1.17",
88
+ "User-Agent": "@airtop/sdk/0.1.17",
89
89
  "X-Fern-Runtime": core.RUNTIME.type,
90
90
  "X-Fern-Runtime-Version": core.RUNTIME.version,
91
91
  },
@@ -65,8 +65,8 @@ class Requests {
65
65
  Authorization: yield this._getAuthorizationHeader(),
66
66
  "X-Fern-Language": "JavaScript",
67
67
  "X-Fern-SDK-Name": "@airtop/sdk",
68
- "X-Fern-SDK-Version": "0.1.16-beta0",
69
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
68
+ "X-Fern-SDK-Version": "0.1.17",
69
+ "User-Agent": "@airtop/sdk/0.1.17",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -94,8 +94,8 @@ class Sessions {
94
94
  Authorization: yield this._getAuthorizationHeader(),
95
95
  "X-Fern-Language": "JavaScript",
96
96
  "X-Fern-SDK-Name": "@airtop/sdk",
97
- "X-Fern-SDK-Version": "0.1.16-beta0",
98
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
97
+ "X-Fern-SDK-Version": "0.1.17",
98
+ "User-Agent": "@airtop/sdk/0.1.17",
99
99
  "X-Fern-Runtime": core.RUNTIME.type,
100
100
  "X-Fern-Runtime-Version": core.RUNTIME.version,
101
101
  },
@@ -180,8 +180,8 @@ class Sessions {
180
180
  Authorization: yield this._getAuthorizationHeader(),
181
181
  "X-Fern-Language": "JavaScript",
182
182
  "X-Fern-SDK-Name": "@airtop/sdk",
183
- "X-Fern-SDK-Version": "0.1.16-beta0",
184
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
183
+ "X-Fern-SDK-Version": "0.1.17",
184
+ "User-Agent": "@airtop/sdk/0.1.17",
185
185
  "X-Fern-Runtime": core.RUNTIME.type,
186
186
  "X-Fern-Runtime-Version": core.RUNTIME.version,
187
187
  },
@@ -245,8 +245,8 @@ class Sessions {
245
245
  Authorization: yield this._getAuthorizationHeader(),
246
246
  "X-Fern-Language": "JavaScript",
247
247
  "X-Fern-SDK-Name": "@airtop/sdk",
248
- "X-Fern-SDK-Version": "0.1.16-beta0",
249
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
248
+ "X-Fern-SDK-Version": "0.1.17",
249
+ "User-Agent": "@airtop/sdk/0.1.17",
250
250
  "X-Fern-Runtime": core.RUNTIME.type,
251
251
  "X-Fern-Runtime-Version": core.RUNTIME.version,
252
252
  },
@@ -332,8 +332,8 @@ class Sessions {
332
332
  Authorization: yield this._getAuthorizationHeader(),
333
333
  "X-Fern-Language": "JavaScript",
334
334
  "X-Fern-SDK-Name": "@airtop/sdk",
335
- "X-Fern-SDK-Version": "0.1.16-beta0",
336
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
335
+ "X-Fern-SDK-Version": "0.1.17",
336
+ "User-Agent": "@airtop/sdk/0.1.17",
337
337
  "X-Fern-Runtime": core.RUNTIME.type,
338
338
  "X-Fern-Runtime-Version": core.RUNTIME.version,
339
339
  },
@@ -388,8 +388,8 @@ class Sessions {
388
388
  Authorization: yield this._getAuthorizationHeader(),
389
389
  "X-Fern-Language": "JavaScript",
390
390
  "X-Fern-SDK-Name": "@airtop/sdk",
391
- "X-Fern-SDK-Version": "0.1.16-beta0",
392
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
391
+ "X-Fern-SDK-Version": "0.1.17",
392
+ "User-Agent": "@airtop/sdk/0.1.17",
393
393
  "X-Fern-Runtime": core.RUNTIME.type,
394
394
  "X-Fern-Runtime-Version": core.RUNTIME.version,
395
395
  },
@@ -486,8 +486,8 @@ class Sessions {
486
486
  Authorization: yield this._getAuthorizationHeader(),
487
487
  "X-Fern-Language": "JavaScript",
488
488
  "X-Fern-SDK-Name": "@airtop/sdk",
489
- "X-Fern-SDK-Version": "0.1.16-beta0",
490
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
489
+ "X-Fern-SDK-Version": "0.1.17",
490
+ "User-Agent": "@airtop/sdk/0.1.17",
491
491
  "X-Fern-Runtime": core.RUNTIME.type,
492
492
  "X-Fern-Runtime-Version": core.RUNTIME.version,
493
493
  },
@@ -539,8 +539,8 @@ class Sessions {
539
539
  Authorization: yield this._getAuthorizationHeader(),
540
540
  "X-Fern-Language": "JavaScript",
541
541
  "X-Fern-SDK-Name": "@airtop/sdk",
542
- "X-Fern-SDK-Version": "0.1.16-beta0",
543
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
542
+ "X-Fern-SDK-Version": "0.1.17",
543
+ "User-Agent": "@airtop/sdk/0.1.17",
544
544
  "X-Fern-Runtime": core.RUNTIME.type,
545
545
  "X-Fern-Runtime-Version": core.RUNTIME.version,
546
546
  },
@@ -5,11 +5,8 @@ import * as Airtop from "../../../index";
5
5
  /**
6
6
  * Each oneOf object in the array represents one possible Server Sent Events (SSE) message, serialized as UTF-8 text according to the SSE specification.
7
7
  */
8
- export declare type SessionsEventsResponse = Airtop.SessionsEventsResponse.Status | Airtop.SessionsEventsResponse.Error_ | Airtop.SessionsEventsResponse.WindowEvent | Airtop.SessionsEventsResponse.SessionEvent;
8
+ export declare type SessionsEventsResponse = Airtop.SessionsEventsResponse.Error_ | Airtop.SessionsEventsResponse.WindowEvent | Airtop.SessionsEventsResponse.SessionEvent | Airtop.SessionsEventsResponse.Status;
9
9
  export declare namespace SessionsEventsResponse {
10
- interface Status extends Airtop.SessionsEventsResponseStatus {
11
- event: "status";
12
- }
13
10
  interface Error_ extends Airtop.SessionsEventsResponseError {
14
11
  event: "error";
15
12
  }
@@ -19,4 +16,7 @@ export declare namespace SessionsEventsResponse {
19
16
  interface SessionEvent extends Airtop.SessionsEventsResponseSessionEvent {
20
17
  event: "sessionEvent";
21
18
  }
19
+ interface Status extends Airtop.SessionsEventsResponseStatus {
20
+ event: "status";
21
+ }
22
22
  }
@@ -1,6 +1,6 @@
1
1
  export * from "./SessionsListRequestStatus";
2
- export * from "./SessionsEventsResponseStatus";
3
2
  export * from "./SessionsEventsResponseError";
4
3
  export * from "./SessionsEventsResponseWindowEvent";
5
4
  export * from "./SessionsEventsResponseSessionEvent";
5
+ export * from "./SessionsEventsResponseStatus";
6
6
  export * from "./SessionsEventsResponse";
@@ -15,8 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./SessionsListRequestStatus"), exports);
18
- __exportStar(require("./SessionsEventsResponseStatus"), exports);
19
18
  __exportStar(require("./SessionsEventsResponseError"), exports);
20
19
  __exportStar(require("./SessionsEventsResponseWindowEvent"), exports);
21
20
  __exportStar(require("./SessionsEventsResponseSessionEvent"), exports);
21
+ __exportStar(require("./SessionsEventsResponseStatus"), exports);
22
22
  __exportStar(require("./SessionsEventsResponse"), exports);
@@ -71,8 +71,8 @@ class Windows {
71
71
  Authorization: yield this._getAuthorizationHeader(),
72
72
  "X-Fern-Language": "JavaScript",
73
73
  "X-Fern-SDK-Name": "@airtop/sdk",
74
- "X-Fern-SDK-Version": "0.1.16-beta0",
75
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
74
+ "X-Fern-SDK-Version": "0.1.17",
75
+ "User-Agent": "@airtop/sdk/0.1.17",
76
76
  "X-Fern-Runtime": core.RUNTIME.type,
77
77
  "X-Fern-Runtime-Version": core.RUNTIME.version,
78
78
  },
@@ -132,8 +132,8 @@ class Windows {
132
132
  Authorization: yield this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "@airtop/sdk",
135
- "X-Fern-SDK-Version": "0.1.16-beta0",
136
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
135
+ "X-Fern-SDK-Version": "0.1.17",
136
+ "User-Agent": "@airtop/sdk/0.1.17",
137
137
  "X-Fern-Runtime": core.RUNTIME.type,
138
138
  "X-Fern-Runtime-Version": core.RUNTIME.version,
139
139
  },
@@ -193,8 +193,8 @@ class Windows {
193
193
  Authorization: yield this._getAuthorizationHeader(),
194
194
  "X-Fern-Language": "JavaScript",
195
195
  "X-Fern-SDK-Name": "@airtop/sdk",
196
- "X-Fern-SDK-Version": "0.1.16-beta0",
197
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
196
+ "X-Fern-SDK-Version": "0.1.17",
197
+ "User-Agent": "@airtop/sdk/0.1.17",
198
198
  "X-Fern-Runtime": core.RUNTIME.type,
199
199
  "X-Fern-Runtime-Version": core.RUNTIME.version,
200
200
  },
@@ -256,8 +256,8 @@ class Windows {
256
256
  Authorization: yield this._getAuthorizationHeader(),
257
257
  "X-Fern-Language": "JavaScript",
258
258
  "X-Fern-SDK-Name": "@airtop/sdk",
259
- "X-Fern-SDK-Version": "0.1.16-beta0",
260
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
259
+ "X-Fern-SDK-Version": "0.1.17",
260
+ "User-Agent": "@airtop/sdk/0.1.17",
261
261
  "X-Fern-Runtime": core.RUNTIME.type,
262
262
  "X-Fern-Runtime-Version": core.RUNTIME.version,
263
263
  },
@@ -317,8 +317,8 @@ class Windows {
317
317
  Authorization: yield this._getAuthorizationHeader(),
318
318
  "X-Fern-Language": "JavaScript",
319
319
  "X-Fern-SDK-Name": "@airtop/sdk",
320
- "X-Fern-SDK-Version": "0.1.16-beta0",
321
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
320
+ "X-Fern-SDK-Version": "0.1.17",
321
+ "User-Agent": "@airtop/sdk/0.1.17",
322
322
  "X-Fern-Runtime": core.RUNTIME.type,
323
323
  "X-Fern-Runtime-Version": core.RUNTIME.version,
324
324
  },
@@ -382,8 +382,8 @@ class Windows {
382
382
  Authorization: yield this._getAuthorizationHeader(),
383
383
  "X-Fern-Language": "JavaScript",
384
384
  "X-Fern-SDK-Name": "@airtop/sdk",
385
- "X-Fern-SDK-Version": "0.1.16-beta0",
386
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
385
+ "X-Fern-SDK-Version": "0.1.17",
386
+ "User-Agent": "@airtop/sdk/0.1.17",
387
387
  "X-Fern-Runtime": core.RUNTIME.type,
388
388
  "X-Fern-Runtime-Version": core.RUNTIME.version,
389
389
  },
@@ -445,8 +445,8 @@ class Windows {
445
445
  Authorization: yield this._getAuthorizationHeader(),
446
446
  "X-Fern-Language": "JavaScript",
447
447
  "X-Fern-SDK-Name": "@airtop/sdk",
448
- "X-Fern-SDK-Version": "0.1.16-beta0",
449
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
448
+ "X-Fern-SDK-Version": "0.1.17",
449
+ "User-Agent": "@airtop/sdk/0.1.17",
450
450
  "X-Fern-Runtime": core.RUNTIME.type,
451
451
  "X-Fern-Runtime-Version": core.RUNTIME.version,
452
452
  },
@@ -508,8 +508,8 @@ class Windows {
508
508
  Authorization: yield this._getAuthorizationHeader(),
509
509
  "X-Fern-Language": "JavaScript",
510
510
  "X-Fern-SDK-Name": "@airtop/sdk",
511
- "X-Fern-SDK-Version": "0.1.16-beta0",
512
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
511
+ "X-Fern-SDK-Version": "0.1.17",
512
+ "User-Agent": "@airtop/sdk/0.1.17",
513
513
  "X-Fern-Runtime": core.RUNTIME.type,
514
514
  "X-Fern-Runtime-Version": core.RUNTIME.version,
515
515
  },
@@ -571,8 +571,8 @@ class Windows {
571
571
  Authorization: yield this._getAuthorizationHeader(),
572
572
  "X-Fern-Language": "JavaScript",
573
573
  "X-Fern-SDK-Name": "@airtop/sdk",
574
- "X-Fern-SDK-Version": "0.1.16-beta0",
575
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
574
+ "X-Fern-SDK-Version": "0.1.17",
575
+ "User-Agent": "@airtop/sdk/0.1.17",
576
576
  "X-Fern-Runtime": core.RUNTIME.type,
577
577
  "X-Fern-Runtime-Version": core.RUNTIME.version,
578
578
  },
@@ -633,8 +633,8 @@ class Windows {
633
633
  Authorization: yield this._getAuthorizationHeader(),
634
634
  "X-Fern-Language": "JavaScript",
635
635
  "X-Fern-SDK-Name": "@airtop/sdk",
636
- "X-Fern-SDK-Version": "0.1.16-beta0",
637
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
636
+ "X-Fern-SDK-Version": "0.1.17",
637
+ "User-Agent": "@airtop/sdk/0.1.17",
638
638
  "X-Fern-Runtime": core.RUNTIME.type,
639
639
  "X-Fern-Runtime-Version": core.RUNTIME.version,
640
640
  },
@@ -709,8 +709,8 @@ class Windows {
709
709
  Authorization: yield this._getAuthorizationHeader(),
710
710
  "X-Fern-Language": "JavaScript",
711
711
  "X-Fern-SDK-Name": "@airtop/sdk",
712
- "X-Fern-SDK-Version": "0.1.16-beta0",
713
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
712
+ "X-Fern-SDK-Version": "0.1.17",
713
+ "User-Agent": "@airtop/sdk/0.1.17",
714
714
  "X-Fern-Runtime": core.RUNTIME.type,
715
715
  "X-Fern-Runtime-Version": core.RUNTIME.version,
716
716
  },
@@ -774,8 +774,8 @@ class Windows {
774
774
  Authorization: yield this._getAuthorizationHeader(),
775
775
  "X-Fern-Language": "JavaScript",
776
776
  "X-Fern-SDK-Name": "@airtop/sdk",
777
- "X-Fern-SDK-Version": "0.1.16-beta0",
778
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
777
+ "X-Fern-SDK-Version": "0.1.17",
778
+ "User-Agent": "@airtop/sdk/0.1.17",
779
779
  "X-Fern-Runtime": core.RUNTIME.type,
780
780
  "X-Fern-Runtime-Version": core.RUNTIME.version,
781
781
  },
@@ -836,8 +836,8 @@ class Windows {
836
836
  Authorization: yield this._getAuthorizationHeader(),
837
837
  "X-Fern-Language": "JavaScript",
838
838
  "X-Fern-SDK-Name": "@airtop/sdk",
839
- "X-Fern-SDK-Version": "0.1.16-beta0",
840
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
839
+ "X-Fern-SDK-Version": "0.1.17",
840
+ "User-Agent": "@airtop/sdk/0.1.17",
841
841
  "X-Fern-Runtime": core.RUNTIME.type,
842
842
  "X-Fern-Runtime-Version": core.RUNTIME.version,
843
843
  },
@@ -900,8 +900,8 @@ class Windows {
900
900
  Authorization: yield this._getAuthorizationHeader(),
901
901
  "X-Fern-Language": "JavaScript",
902
902
  "X-Fern-SDK-Name": "@airtop/sdk",
903
- "X-Fern-SDK-Version": "0.1.16-beta0",
904
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
903
+ "X-Fern-SDK-Version": "0.1.17",
904
+ "User-Agent": "@airtop/sdk/0.1.17",
905
905
  "X-Fern-Runtime": core.RUNTIME.type,
906
906
  "X-Fern-Runtime-Version": core.RUNTIME.version,
907
907
  },
@@ -963,8 +963,8 @@ class Windows {
963
963
  Authorization: yield this._getAuthorizationHeader(),
964
964
  "X-Fern-Language": "JavaScript",
965
965
  "X-Fern-SDK-Name": "@airtop/sdk",
966
- "X-Fern-SDK-Version": "0.1.16-beta0",
967
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
966
+ "X-Fern-SDK-Version": "0.1.17",
967
+ "User-Agent": "@airtop/sdk/0.1.17",
968
968
  "X-Fern-Runtime": core.RUNTIME.type,
969
969
  "X-Fern-Runtime-Version": core.RUNTIME.version,
970
970
  },
@@ -1024,8 +1024,8 @@ class Windows {
1024
1024
  Authorization: yield this._getAuthorizationHeader(),
1025
1025
  "X-Fern-Language": "JavaScript",
1026
1026
  "X-Fern-SDK-Name": "@airtop/sdk",
1027
- "X-Fern-SDK-Version": "0.1.16-beta0",
1028
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1027
+ "X-Fern-SDK-Version": "0.1.17",
1028
+ "User-Agent": "@airtop/sdk/0.1.17",
1029
1029
  "X-Fern-Runtime": core.RUNTIME.type,
1030
1030
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1031
1031
  },
@@ -1091,8 +1091,8 @@ class Windows {
1091
1091
  Authorization: yield this._getAuthorizationHeader(),
1092
1092
  "X-Fern-Language": "JavaScript",
1093
1093
  "X-Fern-SDK-Name": "@airtop/sdk",
1094
- "X-Fern-SDK-Version": "0.1.16-beta0",
1095
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1094
+ "X-Fern-SDK-Version": "0.1.17",
1095
+ "User-Agent": "@airtop/sdk/0.1.17",
1096
1096
  "X-Fern-Runtime": core.RUNTIME.type,
1097
1097
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1098
1098
  },
@@ -1156,8 +1156,8 @@ class Windows {
1156
1156
  Authorization: yield this._getAuthorizationHeader(),
1157
1157
  "X-Fern-Language": "JavaScript",
1158
1158
  "X-Fern-SDK-Name": "@airtop/sdk",
1159
- "X-Fern-SDK-Version": "0.1.16-beta0",
1160
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1159
+ "X-Fern-SDK-Version": "0.1.17",
1160
+ "User-Agent": "@airtop/sdk/0.1.17",
1161
1161
  "X-Fern-Runtime": core.RUNTIME.type,
1162
1162
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1163
1163
  },
@@ -1223,8 +1223,8 @@ class Windows {
1223
1223
  Authorization: yield this._getAuthorizationHeader(),
1224
1224
  "X-Fern-Language": "JavaScript",
1225
1225
  "X-Fern-SDK-Name": "@airtop/sdk",
1226
- "X-Fern-SDK-Version": "0.1.16-beta0",
1227
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1226
+ "X-Fern-SDK-Version": "0.1.17",
1227
+ "User-Agent": "@airtop/sdk/0.1.17",
1228
1228
  "X-Fern-Runtime": core.RUNTIME.type,
1229
1229
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1230
1230
  },
@@ -1288,8 +1288,8 @@ class Windows {
1288
1288
  Authorization: yield this._getAuthorizationHeader(),
1289
1289
  "X-Fern-Language": "JavaScript",
1290
1290
  "X-Fern-SDK-Name": "@airtop/sdk",
1291
- "X-Fern-SDK-Version": "0.1.16-beta0",
1292
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1291
+ "X-Fern-SDK-Version": "0.1.17",
1292
+ "User-Agent": "@airtop/sdk/0.1.17",
1293
1293
  "X-Fern-Runtime": core.RUNTIME.type,
1294
1294
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1295
1295
  },
@@ -1351,8 +1351,8 @@ class Windows {
1351
1351
  Authorization: yield this._getAuthorizationHeader(),
1352
1352
  "X-Fern-Language": "JavaScript",
1353
1353
  "X-Fern-SDK-Name": "@airtop/sdk",
1354
- "X-Fern-SDK-Version": "0.1.16-beta0",
1355
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1354
+ "X-Fern-SDK-Version": "0.1.17",
1355
+ "User-Agent": "@airtop/sdk/0.1.17",
1356
1356
  "X-Fern-Runtime": core.RUNTIME.type,
1357
1357
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1358
1358
  },
@@ -1416,8 +1416,8 @@ class Windows {
1416
1416
  Authorization: yield this._getAuthorizationHeader(),
1417
1417
  "X-Fern-Language": "JavaScript",
1418
1418
  "X-Fern-SDK-Name": "@airtop/sdk",
1419
- "X-Fern-SDK-Version": "0.1.16-beta0",
1420
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1419
+ "X-Fern-SDK-Version": "0.1.17",
1420
+ "User-Agent": "@airtop/sdk/0.1.17",
1421
1421
  "X-Fern-Runtime": core.RUNTIME.type,
1422
1422
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1423
1423
  },
@@ -1483,8 +1483,8 @@ class Windows {
1483
1483
  Authorization: yield this._getAuthorizationHeader(),
1484
1484
  "X-Fern-Language": "JavaScript",
1485
1485
  "X-Fern-SDK-Name": "@airtop/sdk",
1486
- "X-Fern-SDK-Version": "0.1.16-beta0",
1487
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1486
+ "X-Fern-SDK-Version": "0.1.17",
1487
+ "User-Agent": "@airtop/sdk/0.1.17",
1488
1488
  "X-Fern-Runtime": core.RUNTIME.type,
1489
1489
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1490
1490
  },
@@ -78,8 +78,8 @@ class ExtensionConfigurations {
78
78
  Authorization: yield this._getAuthorizationHeader(),
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "@airtop/sdk",
81
- "X-Fern-SDK-Version": "0.1.16-beta0",
82
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
81
+ "X-Fern-SDK-Version": "0.1.17",
82
+ "User-Agent": "@airtop/sdk/0.1.17",
83
83
  "X-Fern-Runtime": core.RUNTIME.type,
84
84
  "X-Fern-Runtime-Version": core.RUNTIME.version,
85
85
  },
@@ -137,8 +137,8 @@ class ExtensionConfigurations {
137
137
  Authorization: yield this._getAuthorizationHeader(),
138
138
  "X-Fern-Language": "JavaScript",
139
139
  "X-Fern-SDK-Name": "@airtop/sdk",
140
- "X-Fern-SDK-Version": "0.1.16-beta0",
141
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
140
+ "X-Fern-SDK-Version": "0.1.17",
141
+ "User-Agent": "@airtop/sdk/0.1.17",
142
142
  "X-Fern-Runtime": core.RUNTIME.type,
143
143
  "X-Fern-Runtime-Version": core.RUNTIME.version,
144
144
  },
@@ -84,8 +84,8 @@ class Profiles {
84
84
  Authorization: yield this._getAuthorizationHeader(),
85
85
  "X-Fern-Language": "JavaScript",
86
86
  "X-Fern-SDK-Name": "@airtop/sdk",
87
- "X-Fern-SDK-Version": "0.1.16-beta0",
88
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
87
+ "X-Fern-SDK-Version": "0.1.17",
88
+ "User-Agent": "@airtop/sdk/0.1.17",
89
89
  "X-Fern-Runtime": core.RUNTIME.type,
90
90
  "X-Fern-Runtime-Version": core.RUNTIME.version,
91
91
  },
@@ -65,8 +65,8 @@ class Requests {
65
65
  Authorization: yield this._getAuthorizationHeader(),
66
66
  "X-Fern-Language": "JavaScript",
67
67
  "X-Fern-SDK-Name": "@airtop/sdk",
68
- "X-Fern-SDK-Version": "0.1.16-beta0",
69
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
68
+ "X-Fern-SDK-Version": "0.1.17",
69
+ "User-Agent": "@airtop/sdk/0.1.17",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -94,8 +94,8 @@ class Sessions {
94
94
  Authorization: yield this._getAuthorizationHeader(),
95
95
  "X-Fern-Language": "JavaScript",
96
96
  "X-Fern-SDK-Name": "@airtop/sdk",
97
- "X-Fern-SDK-Version": "0.1.16-beta0",
98
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
97
+ "X-Fern-SDK-Version": "0.1.17",
98
+ "User-Agent": "@airtop/sdk/0.1.17",
99
99
  "X-Fern-Runtime": core.RUNTIME.type,
100
100
  "X-Fern-Runtime-Version": core.RUNTIME.version,
101
101
  },
@@ -180,8 +180,8 @@ class Sessions {
180
180
  Authorization: yield this._getAuthorizationHeader(),
181
181
  "X-Fern-Language": "JavaScript",
182
182
  "X-Fern-SDK-Name": "@airtop/sdk",
183
- "X-Fern-SDK-Version": "0.1.16-beta0",
184
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
183
+ "X-Fern-SDK-Version": "0.1.17",
184
+ "User-Agent": "@airtop/sdk/0.1.17",
185
185
  "X-Fern-Runtime": core.RUNTIME.type,
186
186
  "X-Fern-Runtime-Version": core.RUNTIME.version,
187
187
  },
@@ -245,8 +245,8 @@ class Sessions {
245
245
  Authorization: yield this._getAuthorizationHeader(),
246
246
  "X-Fern-Language": "JavaScript",
247
247
  "X-Fern-SDK-Name": "@airtop/sdk",
248
- "X-Fern-SDK-Version": "0.1.16-beta0",
249
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
248
+ "X-Fern-SDK-Version": "0.1.17",
249
+ "User-Agent": "@airtop/sdk/0.1.17",
250
250
  "X-Fern-Runtime": core.RUNTIME.type,
251
251
  "X-Fern-Runtime-Version": core.RUNTIME.version,
252
252
  },
@@ -332,8 +332,8 @@ class Sessions {
332
332
  Authorization: yield this._getAuthorizationHeader(),
333
333
  "X-Fern-Language": "JavaScript",
334
334
  "X-Fern-SDK-Name": "@airtop/sdk",
335
- "X-Fern-SDK-Version": "0.1.16-beta0",
336
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
335
+ "X-Fern-SDK-Version": "0.1.17",
336
+ "User-Agent": "@airtop/sdk/0.1.17",
337
337
  "X-Fern-Runtime": core.RUNTIME.type,
338
338
  "X-Fern-Runtime-Version": core.RUNTIME.version,
339
339
  },
@@ -388,8 +388,8 @@ class Sessions {
388
388
  Authorization: yield this._getAuthorizationHeader(),
389
389
  "X-Fern-Language": "JavaScript",
390
390
  "X-Fern-SDK-Name": "@airtop/sdk",
391
- "X-Fern-SDK-Version": "0.1.16-beta0",
392
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
391
+ "X-Fern-SDK-Version": "0.1.17",
392
+ "User-Agent": "@airtop/sdk/0.1.17",
393
393
  "X-Fern-Runtime": core.RUNTIME.type,
394
394
  "X-Fern-Runtime-Version": core.RUNTIME.version,
395
395
  },
@@ -486,8 +486,8 @@ class Sessions {
486
486
  Authorization: yield this._getAuthorizationHeader(),
487
487
  "X-Fern-Language": "JavaScript",
488
488
  "X-Fern-SDK-Name": "@airtop/sdk",
489
- "X-Fern-SDK-Version": "0.1.16-beta0",
490
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
489
+ "X-Fern-SDK-Version": "0.1.17",
490
+ "User-Agent": "@airtop/sdk/0.1.17",
491
491
  "X-Fern-Runtime": core.RUNTIME.type,
492
492
  "X-Fern-Runtime-Version": core.RUNTIME.version,
493
493
  },
@@ -539,8 +539,8 @@ class Sessions {
539
539
  Authorization: yield this._getAuthorizationHeader(),
540
540
  "X-Fern-Language": "JavaScript",
541
541
  "X-Fern-SDK-Name": "@airtop/sdk",
542
- "X-Fern-SDK-Version": "0.1.16-beta0",
543
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
542
+ "X-Fern-SDK-Version": "0.1.17",
543
+ "User-Agent": "@airtop/sdk/0.1.17",
544
544
  "X-Fern-Runtime": core.RUNTIME.type,
545
545
  "X-Fern-Runtime-Version": core.RUNTIME.version,
546
546
  },
@@ -5,11 +5,8 @@ import * as Airtop from "../../../index";
5
5
  /**
6
6
  * Each oneOf object in the array represents one possible Server Sent Events (SSE) message, serialized as UTF-8 text according to the SSE specification.
7
7
  */
8
- export declare type SessionsEventsResponse = Airtop.SessionsEventsResponse.Status | Airtop.SessionsEventsResponse.Error_ | Airtop.SessionsEventsResponse.WindowEvent | Airtop.SessionsEventsResponse.SessionEvent;
8
+ export declare type SessionsEventsResponse = Airtop.SessionsEventsResponse.Error_ | Airtop.SessionsEventsResponse.WindowEvent | Airtop.SessionsEventsResponse.SessionEvent | Airtop.SessionsEventsResponse.Status;
9
9
  export declare namespace SessionsEventsResponse {
10
- interface Status extends Airtop.SessionsEventsResponseStatus {
11
- event: "status";
12
- }
13
10
  interface Error_ extends Airtop.SessionsEventsResponseError {
14
11
  event: "error";
15
12
  }
@@ -19,4 +16,7 @@ export declare namespace SessionsEventsResponse {
19
16
  interface SessionEvent extends Airtop.SessionsEventsResponseSessionEvent {
20
17
  event: "sessionEvent";
21
18
  }
19
+ interface Status extends Airtop.SessionsEventsResponseStatus {
20
+ event: "status";
21
+ }
22
22
  }
@@ -1,6 +1,6 @@
1
1
  export * from "./SessionsListRequestStatus";
2
- export * from "./SessionsEventsResponseStatus";
3
2
  export * from "./SessionsEventsResponseError";
4
3
  export * from "./SessionsEventsResponseWindowEvent";
5
4
  export * from "./SessionsEventsResponseSessionEvent";
5
+ export * from "./SessionsEventsResponseStatus";
6
6
  export * from "./SessionsEventsResponse";
@@ -15,8 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./SessionsListRequestStatus"), exports);
18
- __exportStar(require("./SessionsEventsResponseStatus"), exports);
19
18
  __exportStar(require("./SessionsEventsResponseError"), exports);
20
19
  __exportStar(require("./SessionsEventsResponseWindowEvent"), exports);
21
20
  __exportStar(require("./SessionsEventsResponseSessionEvent"), exports);
21
+ __exportStar(require("./SessionsEventsResponseStatus"), exports);
22
22
  __exportStar(require("./SessionsEventsResponse"), exports);
@@ -71,8 +71,8 @@ class Windows {
71
71
  Authorization: yield this._getAuthorizationHeader(),
72
72
  "X-Fern-Language": "JavaScript",
73
73
  "X-Fern-SDK-Name": "@airtop/sdk",
74
- "X-Fern-SDK-Version": "0.1.16-beta0",
75
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
74
+ "X-Fern-SDK-Version": "0.1.17",
75
+ "User-Agent": "@airtop/sdk/0.1.17",
76
76
  "X-Fern-Runtime": core.RUNTIME.type,
77
77
  "X-Fern-Runtime-Version": core.RUNTIME.version,
78
78
  },
@@ -132,8 +132,8 @@ class Windows {
132
132
  Authorization: yield this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "@airtop/sdk",
135
- "X-Fern-SDK-Version": "0.1.16-beta0",
136
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
135
+ "X-Fern-SDK-Version": "0.1.17",
136
+ "User-Agent": "@airtop/sdk/0.1.17",
137
137
  "X-Fern-Runtime": core.RUNTIME.type,
138
138
  "X-Fern-Runtime-Version": core.RUNTIME.version,
139
139
  },
@@ -193,8 +193,8 @@ class Windows {
193
193
  Authorization: yield this._getAuthorizationHeader(),
194
194
  "X-Fern-Language": "JavaScript",
195
195
  "X-Fern-SDK-Name": "@airtop/sdk",
196
- "X-Fern-SDK-Version": "0.1.16-beta0",
197
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
196
+ "X-Fern-SDK-Version": "0.1.17",
197
+ "User-Agent": "@airtop/sdk/0.1.17",
198
198
  "X-Fern-Runtime": core.RUNTIME.type,
199
199
  "X-Fern-Runtime-Version": core.RUNTIME.version,
200
200
  },
@@ -256,8 +256,8 @@ class Windows {
256
256
  Authorization: yield this._getAuthorizationHeader(),
257
257
  "X-Fern-Language": "JavaScript",
258
258
  "X-Fern-SDK-Name": "@airtop/sdk",
259
- "X-Fern-SDK-Version": "0.1.16-beta0",
260
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
259
+ "X-Fern-SDK-Version": "0.1.17",
260
+ "User-Agent": "@airtop/sdk/0.1.17",
261
261
  "X-Fern-Runtime": core.RUNTIME.type,
262
262
  "X-Fern-Runtime-Version": core.RUNTIME.version,
263
263
  },
@@ -317,8 +317,8 @@ class Windows {
317
317
  Authorization: yield this._getAuthorizationHeader(),
318
318
  "X-Fern-Language": "JavaScript",
319
319
  "X-Fern-SDK-Name": "@airtop/sdk",
320
- "X-Fern-SDK-Version": "0.1.16-beta0",
321
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
320
+ "X-Fern-SDK-Version": "0.1.17",
321
+ "User-Agent": "@airtop/sdk/0.1.17",
322
322
  "X-Fern-Runtime": core.RUNTIME.type,
323
323
  "X-Fern-Runtime-Version": core.RUNTIME.version,
324
324
  },
@@ -382,8 +382,8 @@ class Windows {
382
382
  Authorization: yield this._getAuthorizationHeader(),
383
383
  "X-Fern-Language": "JavaScript",
384
384
  "X-Fern-SDK-Name": "@airtop/sdk",
385
- "X-Fern-SDK-Version": "0.1.16-beta0",
386
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
385
+ "X-Fern-SDK-Version": "0.1.17",
386
+ "User-Agent": "@airtop/sdk/0.1.17",
387
387
  "X-Fern-Runtime": core.RUNTIME.type,
388
388
  "X-Fern-Runtime-Version": core.RUNTIME.version,
389
389
  },
@@ -445,8 +445,8 @@ class Windows {
445
445
  Authorization: yield this._getAuthorizationHeader(),
446
446
  "X-Fern-Language": "JavaScript",
447
447
  "X-Fern-SDK-Name": "@airtop/sdk",
448
- "X-Fern-SDK-Version": "0.1.16-beta0",
449
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
448
+ "X-Fern-SDK-Version": "0.1.17",
449
+ "User-Agent": "@airtop/sdk/0.1.17",
450
450
  "X-Fern-Runtime": core.RUNTIME.type,
451
451
  "X-Fern-Runtime-Version": core.RUNTIME.version,
452
452
  },
@@ -508,8 +508,8 @@ class Windows {
508
508
  Authorization: yield this._getAuthorizationHeader(),
509
509
  "X-Fern-Language": "JavaScript",
510
510
  "X-Fern-SDK-Name": "@airtop/sdk",
511
- "X-Fern-SDK-Version": "0.1.16-beta0",
512
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
511
+ "X-Fern-SDK-Version": "0.1.17",
512
+ "User-Agent": "@airtop/sdk/0.1.17",
513
513
  "X-Fern-Runtime": core.RUNTIME.type,
514
514
  "X-Fern-Runtime-Version": core.RUNTIME.version,
515
515
  },
@@ -571,8 +571,8 @@ class Windows {
571
571
  Authorization: yield this._getAuthorizationHeader(),
572
572
  "X-Fern-Language": "JavaScript",
573
573
  "X-Fern-SDK-Name": "@airtop/sdk",
574
- "X-Fern-SDK-Version": "0.1.16-beta0",
575
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
574
+ "X-Fern-SDK-Version": "0.1.17",
575
+ "User-Agent": "@airtop/sdk/0.1.17",
576
576
  "X-Fern-Runtime": core.RUNTIME.type,
577
577
  "X-Fern-Runtime-Version": core.RUNTIME.version,
578
578
  },
@@ -633,8 +633,8 @@ class Windows {
633
633
  Authorization: yield this._getAuthorizationHeader(),
634
634
  "X-Fern-Language": "JavaScript",
635
635
  "X-Fern-SDK-Name": "@airtop/sdk",
636
- "X-Fern-SDK-Version": "0.1.16-beta0",
637
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
636
+ "X-Fern-SDK-Version": "0.1.17",
637
+ "User-Agent": "@airtop/sdk/0.1.17",
638
638
  "X-Fern-Runtime": core.RUNTIME.type,
639
639
  "X-Fern-Runtime-Version": core.RUNTIME.version,
640
640
  },
@@ -709,8 +709,8 @@ class Windows {
709
709
  Authorization: yield this._getAuthorizationHeader(),
710
710
  "X-Fern-Language": "JavaScript",
711
711
  "X-Fern-SDK-Name": "@airtop/sdk",
712
- "X-Fern-SDK-Version": "0.1.16-beta0",
713
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
712
+ "X-Fern-SDK-Version": "0.1.17",
713
+ "User-Agent": "@airtop/sdk/0.1.17",
714
714
  "X-Fern-Runtime": core.RUNTIME.type,
715
715
  "X-Fern-Runtime-Version": core.RUNTIME.version,
716
716
  },
@@ -774,8 +774,8 @@ class Windows {
774
774
  Authorization: yield this._getAuthorizationHeader(),
775
775
  "X-Fern-Language": "JavaScript",
776
776
  "X-Fern-SDK-Name": "@airtop/sdk",
777
- "X-Fern-SDK-Version": "0.1.16-beta0",
778
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
777
+ "X-Fern-SDK-Version": "0.1.17",
778
+ "User-Agent": "@airtop/sdk/0.1.17",
779
779
  "X-Fern-Runtime": core.RUNTIME.type,
780
780
  "X-Fern-Runtime-Version": core.RUNTIME.version,
781
781
  },
@@ -836,8 +836,8 @@ class Windows {
836
836
  Authorization: yield this._getAuthorizationHeader(),
837
837
  "X-Fern-Language": "JavaScript",
838
838
  "X-Fern-SDK-Name": "@airtop/sdk",
839
- "X-Fern-SDK-Version": "0.1.16-beta0",
840
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
839
+ "X-Fern-SDK-Version": "0.1.17",
840
+ "User-Agent": "@airtop/sdk/0.1.17",
841
841
  "X-Fern-Runtime": core.RUNTIME.type,
842
842
  "X-Fern-Runtime-Version": core.RUNTIME.version,
843
843
  },
@@ -900,8 +900,8 @@ class Windows {
900
900
  Authorization: yield this._getAuthorizationHeader(),
901
901
  "X-Fern-Language": "JavaScript",
902
902
  "X-Fern-SDK-Name": "@airtop/sdk",
903
- "X-Fern-SDK-Version": "0.1.16-beta0",
904
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
903
+ "X-Fern-SDK-Version": "0.1.17",
904
+ "User-Agent": "@airtop/sdk/0.1.17",
905
905
  "X-Fern-Runtime": core.RUNTIME.type,
906
906
  "X-Fern-Runtime-Version": core.RUNTIME.version,
907
907
  },
@@ -963,8 +963,8 @@ class Windows {
963
963
  Authorization: yield this._getAuthorizationHeader(),
964
964
  "X-Fern-Language": "JavaScript",
965
965
  "X-Fern-SDK-Name": "@airtop/sdk",
966
- "X-Fern-SDK-Version": "0.1.16-beta0",
967
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
966
+ "X-Fern-SDK-Version": "0.1.17",
967
+ "User-Agent": "@airtop/sdk/0.1.17",
968
968
  "X-Fern-Runtime": core.RUNTIME.type,
969
969
  "X-Fern-Runtime-Version": core.RUNTIME.version,
970
970
  },
@@ -1024,8 +1024,8 @@ class Windows {
1024
1024
  Authorization: yield this._getAuthorizationHeader(),
1025
1025
  "X-Fern-Language": "JavaScript",
1026
1026
  "X-Fern-SDK-Name": "@airtop/sdk",
1027
- "X-Fern-SDK-Version": "0.1.16-beta0",
1028
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1027
+ "X-Fern-SDK-Version": "0.1.17",
1028
+ "User-Agent": "@airtop/sdk/0.1.17",
1029
1029
  "X-Fern-Runtime": core.RUNTIME.type,
1030
1030
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1031
1031
  },
@@ -1091,8 +1091,8 @@ class Windows {
1091
1091
  Authorization: yield this._getAuthorizationHeader(),
1092
1092
  "X-Fern-Language": "JavaScript",
1093
1093
  "X-Fern-SDK-Name": "@airtop/sdk",
1094
- "X-Fern-SDK-Version": "0.1.16-beta0",
1095
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1094
+ "X-Fern-SDK-Version": "0.1.17",
1095
+ "User-Agent": "@airtop/sdk/0.1.17",
1096
1096
  "X-Fern-Runtime": core.RUNTIME.type,
1097
1097
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1098
1098
  },
@@ -1156,8 +1156,8 @@ class Windows {
1156
1156
  Authorization: yield this._getAuthorizationHeader(),
1157
1157
  "X-Fern-Language": "JavaScript",
1158
1158
  "X-Fern-SDK-Name": "@airtop/sdk",
1159
- "X-Fern-SDK-Version": "0.1.16-beta0",
1160
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1159
+ "X-Fern-SDK-Version": "0.1.17",
1160
+ "User-Agent": "@airtop/sdk/0.1.17",
1161
1161
  "X-Fern-Runtime": core.RUNTIME.type,
1162
1162
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1163
1163
  },
@@ -1223,8 +1223,8 @@ class Windows {
1223
1223
  Authorization: yield this._getAuthorizationHeader(),
1224
1224
  "X-Fern-Language": "JavaScript",
1225
1225
  "X-Fern-SDK-Name": "@airtop/sdk",
1226
- "X-Fern-SDK-Version": "0.1.16-beta0",
1227
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1226
+ "X-Fern-SDK-Version": "0.1.17",
1227
+ "User-Agent": "@airtop/sdk/0.1.17",
1228
1228
  "X-Fern-Runtime": core.RUNTIME.type,
1229
1229
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1230
1230
  },
@@ -1288,8 +1288,8 @@ class Windows {
1288
1288
  Authorization: yield this._getAuthorizationHeader(),
1289
1289
  "X-Fern-Language": "JavaScript",
1290
1290
  "X-Fern-SDK-Name": "@airtop/sdk",
1291
- "X-Fern-SDK-Version": "0.1.16-beta0",
1292
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1291
+ "X-Fern-SDK-Version": "0.1.17",
1292
+ "User-Agent": "@airtop/sdk/0.1.17",
1293
1293
  "X-Fern-Runtime": core.RUNTIME.type,
1294
1294
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1295
1295
  },
@@ -1351,8 +1351,8 @@ class Windows {
1351
1351
  Authorization: yield this._getAuthorizationHeader(),
1352
1352
  "X-Fern-Language": "JavaScript",
1353
1353
  "X-Fern-SDK-Name": "@airtop/sdk",
1354
- "X-Fern-SDK-Version": "0.1.16-beta0",
1355
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1354
+ "X-Fern-SDK-Version": "0.1.17",
1355
+ "User-Agent": "@airtop/sdk/0.1.17",
1356
1356
  "X-Fern-Runtime": core.RUNTIME.type,
1357
1357
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1358
1358
  },
@@ -1416,8 +1416,8 @@ class Windows {
1416
1416
  Authorization: yield this._getAuthorizationHeader(),
1417
1417
  "X-Fern-Language": "JavaScript",
1418
1418
  "X-Fern-SDK-Name": "@airtop/sdk",
1419
- "X-Fern-SDK-Version": "0.1.16-beta0",
1420
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1419
+ "X-Fern-SDK-Version": "0.1.17",
1420
+ "User-Agent": "@airtop/sdk/0.1.17",
1421
1421
  "X-Fern-Runtime": core.RUNTIME.type,
1422
1422
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1423
1423
  },
@@ -1483,8 +1483,8 @@ class Windows {
1483
1483
  Authorization: yield this._getAuthorizationHeader(),
1484
1484
  "X-Fern-Language": "JavaScript",
1485
1485
  "X-Fern-SDK-Name": "@airtop/sdk",
1486
- "X-Fern-SDK-Version": "0.1.16-beta0",
1487
- "User-Agent": "@airtop/sdk/0.1.16-beta0",
1486
+ "X-Fern-SDK-Version": "0.1.17",
1487
+ "User-Agent": "@airtop/sdk/0.1.17",
1488
1488
  "X-Fern-Runtime": core.RUNTIME.type,
1489
1489
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1490
1490
  },
@@ -4,16 +4,13 @@
4
4
  import * as serializers from "../../../index";
5
5
  import * as Airtop from "../../../../api/index";
6
6
  import * as core from "../../../../core";
7
- import { SessionsEventsResponseStatus } from "./SessionsEventsResponseStatus";
8
7
  import { SessionsEventsResponseError } from "./SessionsEventsResponseError";
9
8
  import { SessionsEventsResponseWindowEvent } from "./SessionsEventsResponseWindowEvent";
10
9
  import { SessionsEventsResponseSessionEvent } from "./SessionsEventsResponseSessionEvent";
10
+ import { SessionsEventsResponseStatus } from "./SessionsEventsResponseStatus";
11
11
  export declare const SessionsEventsResponse: core.serialization.Schema<serializers.SessionsEventsResponse.Raw, Airtop.SessionsEventsResponse>;
12
12
  export declare namespace SessionsEventsResponse {
13
- type Raw = SessionsEventsResponse.Status | SessionsEventsResponse.Error | SessionsEventsResponse.WindowEvent | SessionsEventsResponse.SessionEvent;
14
- interface Status extends SessionsEventsResponseStatus.Raw {
15
- event: "status";
16
- }
13
+ type Raw = SessionsEventsResponse.Error | SessionsEventsResponse.WindowEvent | SessionsEventsResponse.SessionEvent | SessionsEventsResponse.Status;
17
14
  interface Error extends SessionsEventsResponseError.Raw {
18
15
  event: "error";
19
16
  }
@@ -23,4 +20,7 @@ export declare namespace SessionsEventsResponse {
23
20
  interface SessionEvent extends SessionsEventsResponseSessionEvent.Raw {
24
21
  event: "sessionEvent";
25
22
  }
23
+ interface Status extends SessionsEventsResponseStatus.Raw {
24
+ event: "status";
25
+ }
26
26
  }
@@ -28,16 +28,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.SessionsEventsResponse = void 0;
30
30
  const core = __importStar(require("../../../../core"));
31
- const SessionsEventsResponseStatus_1 = require("./SessionsEventsResponseStatus");
32
31
  const SessionsEventsResponseError_1 = require("./SessionsEventsResponseError");
33
32
  const SessionsEventsResponseWindowEvent_1 = require("./SessionsEventsResponseWindowEvent");
34
33
  const SessionsEventsResponseSessionEvent_1 = require("./SessionsEventsResponseSessionEvent");
34
+ const SessionsEventsResponseStatus_1 = require("./SessionsEventsResponseStatus");
35
35
  exports.SessionsEventsResponse = core.serialization
36
36
  .union("event", {
37
- status: SessionsEventsResponseStatus_1.SessionsEventsResponseStatus,
38
37
  error: SessionsEventsResponseError_1.SessionsEventsResponseError,
39
38
  windowEvent: SessionsEventsResponseWindowEvent_1.SessionsEventsResponseWindowEvent,
40
39
  sessionEvent: SessionsEventsResponseSessionEvent_1.SessionsEventsResponseSessionEvent,
40
+ status: SessionsEventsResponseStatus_1.SessionsEventsResponseStatus,
41
41
  })
42
42
  .transform({
43
43
  transform: (value) => value,
@@ -1,6 +1,6 @@
1
1
  export * from "./SessionsListRequestStatus";
2
- export * from "./SessionsEventsResponseStatus";
3
2
  export * from "./SessionsEventsResponseError";
4
3
  export * from "./SessionsEventsResponseWindowEvent";
5
4
  export * from "./SessionsEventsResponseSessionEvent";
5
+ export * from "./SessionsEventsResponseStatus";
6
6
  export * from "./SessionsEventsResponse";
@@ -15,8 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./SessionsListRequestStatus"), exports);
18
- __exportStar(require("./SessionsEventsResponseStatus"), exports);
19
18
  __exportStar(require("./SessionsEventsResponseError"), exports);
20
19
  __exportStar(require("./SessionsEventsResponseWindowEvent"), exports);
21
20
  __exportStar(require("./SessionsEventsResponseSessionEvent"), exports);
21
+ __exportStar(require("./SessionsEventsResponseStatus"), exports);
22
22
  __exportStar(require("./SessionsEventsResponse"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airtop/sdk",
3
- "version": "0.1.16-beta0",
3
+ "version": "0.1.17",
4
4
  "private": false,
5
5
  "repository": "https://github.com/airtop-ai/airtop-node-sdk",
6
6
  "main": "./index.js",
@@ -4,16 +4,13 @@
4
4
  import * as serializers from "../../../index";
5
5
  import * as Airtop from "../../../../api/index";
6
6
  import * as core from "../../../../core";
7
- import { SessionsEventsResponseStatus } from "./SessionsEventsResponseStatus";
8
7
  import { SessionsEventsResponseError } from "./SessionsEventsResponseError";
9
8
  import { SessionsEventsResponseWindowEvent } from "./SessionsEventsResponseWindowEvent";
10
9
  import { SessionsEventsResponseSessionEvent } from "./SessionsEventsResponseSessionEvent";
10
+ import { SessionsEventsResponseStatus } from "./SessionsEventsResponseStatus";
11
11
  export declare const SessionsEventsResponse: core.serialization.Schema<serializers.SessionsEventsResponse.Raw, Airtop.SessionsEventsResponse>;
12
12
  export declare namespace SessionsEventsResponse {
13
- type Raw = SessionsEventsResponse.Status | SessionsEventsResponse.Error | SessionsEventsResponse.WindowEvent | SessionsEventsResponse.SessionEvent;
14
- interface Status extends SessionsEventsResponseStatus.Raw {
15
- event: "status";
16
- }
13
+ type Raw = SessionsEventsResponse.Error | SessionsEventsResponse.WindowEvent | SessionsEventsResponse.SessionEvent | SessionsEventsResponse.Status;
17
14
  interface Error extends SessionsEventsResponseError.Raw {
18
15
  event: "error";
19
16
  }
@@ -23,4 +20,7 @@ export declare namespace SessionsEventsResponse {
23
20
  interface SessionEvent extends SessionsEventsResponseSessionEvent.Raw {
24
21
  event: "sessionEvent";
25
22
  }
23
+ interface Status extends SessionsEventsResponseStatus.Raw {
24
+ event: "status";
25
+ }
26
26
  }
@@ -28,16 +28,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.SessionsEventsResponse = void 0;
30
30
  const core = __importStar(require("../../../../core"));
31
- const SessionsEventsResponseStatus_1 = require("./SessionsEventsResponseStatus");
32
31
  const SessionsEventsResponseError_1 = require("./SessionsEventsResponseError");
33
32
  const SessionsEventsResponseWindowEvent_1 = require("./SessionsEventsResponseWindowEvent");
34
33
  const SessionsEventsResponseSessionEvent_1 = require("./SessionsEventsResponseSessionEvent");
34
+ const SessionsEventsResponseStatus_1 = require("./SessionsEventsResponseStatus");
35
35
  exports.SessionsEventsResponse = core.serialization
36
36
  .union("event", {
37
- status: SessionsEventsResponseStatus_1.SessionsEventsResponseStatus,
38
37
  error: SessionsEventsResponseError_1.SessionsEventsResponseError,
39
38
  windowEvent: SessionsEventsResponseWindowEvent_1.SessionsEventsResponseWindowEvent,
40
39
  sessionEvent: SessionsEventsResponseSessionEvent_1.SessionsEventsResponseSessionEvent,
40
+ status: SessionsEventsResponseStatus_1.SessionsEventsResponseStatus,
41
41
  })
42
42
  .transform({
43
43
  transform: (value) => value,
@@ -1,6 +1,6 @@
1
1
  export * from "./SessionsListRequestStatus";
2
- export * from "./SessionsEventsResponseStatus";
3
2
  export * from "./SessionsEventsResponseError";
4
3
  export * from "./SessionsEventsResponseWindowEvent";
5
4
  export * from "./SessionsEventsResponseSessionEvent";
5
+ export * from "./SessionsEventsResponseStatus";
6
6
  export * from "./SessionsEventsResponse";
@@ -15,8 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./SessionsListRequestStatus"), exports);
18
- __exportStar(require("./SessionsEventsResponseStatus"), exports);
19
18
  __exportStar(require("./SessionsEventsResponseError"), exports);
20
19
  __exportStar(require("./SessionsEventsResponseWindowEvent"), exports);
21
20
  __exportStar(require("./SessionsEventsResponseSessionEvent"), exports);
21
+ __exportStar(require("./SessionsEventsResponseStatus"), exports);
22
22
  __exportStar(require("./SessionsEventsResponse"), exports);