@airweave/sdk 0.1.28 → 0.1.34

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 (259) hide show
  1. package/Client.d.ts +15 -0
  2. package/Client.js +45 -20
  3. package/README.md +7 -11
  4. package/api/resources/apiKeys/client/Client.d.ts +131 -0
  5. package/api/resources/apiKeys/client/Client.js +391 -0
  6. package/api/resources/apiKeys/client/index.d.ts +1 -0
  7. package/api/resources/apiKeys/client/index.js +17 -0
  8. package/api/{types → resources/apiKeys/client/requests}/ApiKeyCreate.d.ts +2 -1
  9. package/api/resources/apiKeys/client/requests/DeleteApiKeyApiKeysDeleteRequest.d.ts +12 -0
  10. package/api/resources/apiKeys/client/requests/ReadApiKeysApiKeysGetRequest.d.ts +11 -0
  11. package/api/resources/apiKeys/client/requests/index.d.ts +3 -0
  12. package/api/resources/apiKeys/client/requests/index.js +2 -0
  13. package/api/resources/apiKeys/index.d.ts +1 -0
  14. package/api/resources/apiKeys/index.js +17 -0
  15. package/api/resources/chat/client/Client.d.ts +209 -0
  16. package/api/resources/chat/client/Client.js +669 -0
  17. package/api/resources/chat/client/index.d.ts +1 -0
  18. package/api/resources/chat/client/index.js +17 -0
  19. package/api/{types → resources/chat/client/requests}/ChatCreate.d.ts +5 -1
  20. package/api/{types → resources/chat/client/requests}/ChatMessageCreate.d.ts +4 -1
  21. package/{dist/api/types → api/resources/chat/client/requests}/ChatUpdate.d.ts +2 -1
  22. package/api/resources/chat/client/requests/ListChatsChatGetRequest.d.ts +11 -0
  23. package/api/resources/chat/client/requests/index.d.ts +4 -0
  24. package/api/resources/chat/client/requests/index.js +2 -0
  25. package/api/resources/chat/index.d.ts +1 -0
  26. package/api/resources/chat/index.js +17 -0
  27. package/api/resources/connections/client/Client.d.ts +26 -25
  28. package/api/resources/connections/client/Client.js +88 -84
  29. package/api/resources/connections/client/requests/BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost.d.ts +13 -0
  30. package/api/resources/connections/client/requests/index.d.ts +1 -0
  31. package/api/resources/cursorDevelopment/client/Client.d.ts +78 -0
  32. package/api/resources/cursorDevelopment/client/Client.js +218 -0
  33. package/api/resources/cursorDevelopment/client/index.d.ts +1 -0
  34. package/api/resources/cursorDevelopment/client/index.js +2 -0
  35. package/api/resources/cursorDevelopment/index.d.ts +1 -0
  36. package/api/resources/cursorDevelopment/index.js +17 -0
  37. package/api/resources/dag/client/Client.js +4 -4
  38. package/api/resources/destinations/client/Client.js +2 -2
  39. package/api/resources/embeddingModels/client/Client.js +2 -2
  40. package/api/resources/entities/client/Client.js +8 -8
  41. package/api/resources/health/client/Client.d.ts +41 -0
  42. package/api/resources/health/client/Client.js +118 -0
  43. package/api/resources/health/client/index.d.ts +1 -0
  44. package/api/resources/health/client/index.js +2 -0
  45. package/api/resources/health/index.d.ts +1 -0
  46. package/api/resources/health/index.js +17 -0
  47. package/api/resources/index.d.ts +8 -0
  48. package/api/resources/index.js +9 -1
  49. package/api/resources/search/client/Client.d.ts +55 -0
  50. package/api/resources/search/client/Client.js +147 -0
  51. package/api/resources/search/client/index.d.ts +1 -0
  52. package/api/resources/search/client/index.js +17 -0
  53. package/api/resources/search/client/requests/SearchSearchGetRequest.d.ts +20 -0
  54. package/api/resources/search/client/requests/SearchSearchGetRequest.js +5 -0
  55. package/api/resources/search/client/requests/index.d.ts +1 -0
  56. package/api/resources/search/client/requests/index.js +2 -0
  57. package/api/resources/search/index.d.ts +1 -0
  58. package/api/resources/search/index.js +17 -0
  59. package/api/resources/sources/client/Client.js +2 -2
  60. package/api/resources/sync/client/Client.js +11 -11
  61. package/api/resources/transformers/client/Client.js +3 -3
  62. package/api/resources/users/client/Client.js +1 -1
  63. package/api/resources/whiteLabels/client/Client.js +8 -8
  64. package/api/types/index.d.ts +0 -4
  65. package/api/types/index.js +0 -4
  66. package/dist/Client.d.ts +15 -0
  67. package/dist/Client.js +45 -20
  68. package/dist/api/resources/apiKeys/client/Client.d.ts +131 -0
  69. package/dist/api/resources/apiKeys/client/Client.js +391 -0
  70. package/dist/api/resources/apiKeys/client/index.d.ts +1 -0
  71. package/dist/api/resources/apiKeys/client/index.js +17 -0
  72. package/dist/api/{types → resources/apiKeys/client/requests}/ApiKeyCreate.d.ts +2 -1
  73. package/dist/api/resources/apiKeys/client/requests/ApiKeyCreate.js +5 -0
  74. package/dist/api/resources/apiKeys/client/requests/DeleteApiKeyApiKeysDeleteRequest.d.ts +12 -0
  75. package/dist/api/resources/apiKeys/client/requests/DeleteApiKeyApiKeysDeleteRequest.js +5 -0
  76. package/dist/api/resources/apiKeys/client/requests/ReadApiKeysApiKeysGetRequest.d.ts +11 -0
  77. package/dist/api/resources/apiKeys/client/requests/ReadApiKeysApiKeysGetRequest.js +5 -0
  78. package/dist/api/resources/apiKeys/client/requests/index.d.ts +3 -0
  79. package/dist/api/resources/apiKeys/client/requests/index.js +2 -0
  80. package/dist/api/resources/apiKeys/index.d.ts +1 -0
  81. package/dist/api/resources/apiKeys/index.js +17 -0
  82. package/dist/api/resources/chat/client/Client.d.ts +209 -0
  83. package/dist/api/resources/chat/client/Client.js +669 -0
  84. package/dist/api/resources/chat/client/index.d.ts +1 -0
  85. package/dist/api/resources/chat/client/index.js +17 -0
  86. package/dist/api/{types → resources/chat/client/requests}/ChatCreate.d.ts +5 -1
  87. package/dist/api/resources/chat/client/requests/ChatCreate.js +5 -0
  88. package/dist/api/{types → resources/chat/client/requests}/ChatMessageCreate.d.ts +4 -1
  89. package/dist/api/resources/chat/client/requests/ChatMessageCreate.js +5 -0
  90. package/{api/types → dist/api/resources/chat/client/requests}/ChatUpdate.d.ts +2 -1
  91. package/dist/api/resources/chat/client/requests/ChatUpdate.js +5 -0
  92. package/dist/api/resources/chat/client/requests/ListChatsChatGetRequest.d.ts +11 -0
  93. package/dist/api/resources/chat/client/requests/ListChatsChatGetRequest.js +5 -0
  94. package/dist/api/resources/chat/client/requests/index.d.ts +4 -0
  95. package/dist/api/resources/chat/client/requests/index.js +2 -0
  96. package/dist/api/resources/chat/index.d.ts +1 -0
  97. package/dist/api/resources/chat/index.js +17 -0
  98. package/dist/api/resources/connections/client/Client.d.ts +26 -25
  99. package/dist/api/resources/connections/client/Client.js +88 -84
  100. package/dist/api/resources/connections/client/requests/BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost.d.ts +13 -0
  101. package/dist/api/resources/connections/client/requests/BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost.js +5 -0
  102. package/dist/api/resources/connections/client/requests/index.d.ts +1 -0
  103. package/dist/api/resources/cursorDevelopment/client/Client.d.ts +78 -0
  104. package/dist/api/resources/cursorDevelopment/client/Client.js +218 -0
  105. package/dist/api/resources/cursorDevelopment/client/index.d.ts +1 -0
  106. package/dist/api/resources/cursorDevelopment/client/index.js +2 -0
  107. package/dist/api/resources/cursorDevelopment/index.d.ts +1 -0
  108. package/dist/api/resources/cursorDevelopment/index.js +17 -0
  109. package/dist/api/resources/dag/client/Client.js +4 -4
  110. package/dist/api/resources/destinations/client/Client.js +2 -2
  111. package/dist/api/resources/embeddingModels/client/Client.js +2 -2
  112. package/dist/api/resources/entities/client/Client.js +8 -8
  113. package/dist/api/resources/health/client/Client.d.ts +41 -0
  114. package/dist/api/resources/health/client/Client.js +118 -0
  115. package/dist/api/resources/health/client/index.d.ts +1 -0
  116. package/dist/api/resources/health/client/index.js +2 -0
  117. package/dist/api/resources/health/index.d.ts +1 -0
  118. package/dist/api/resources/health/index.js +17 -0
  119. package/dist/api/resources/index.d.ts +8 -0
  120. package/dist/api/resources/index.js +9 -1
  121. package/dist/api/resources/search/client/Client.d.ts +55 -0
  122. package/dist/api/resources/search/client/Client.js +147 -0
  123. package/dist/api/resources/search/client/index.d.ts +1 -0
  124. package/dist/api/resources/search/client/index.js +17 -0
  125. package/dist/api/resources/search/client/requests/SearchSearchGetRequest.d.ts +20 -0
  126. package/dist/api/resources/search/client/requests/SearchSearchGetRequest.js +5 -0
  127. package/dist/api/resources/search/client/requests/index.d.ts +1 -0
  128. package/dist/api/resources/search/client/requests/index.js +2 -0
  129. package/dist/api/resources/search/index.d.ts +1 -0
  130. package/dist/api/resources/search/index.js +17 -0
  131. package/dist/api/resources/sources/client/Client.js +2 -2
  132. package/dist/api/resources/sync/client/Client.js +11 -11
  133. package/dist/api/resources/transformers/client/Client.js +3 -3
  134. package/dist/api/resources/users/client/Client.js +1 -1
  135. package/dist/api/resources/whiteLabels/client/Client.js +8 -8
  136. package/dist/api/types/index.d.ts +0 -4
  137. package/dist/api/types/index.js +0 -4
  138. package/dist/serialization/resources/apiKeys/client/index.d.ts +2 -0
  139. package/dist/serialization/resources/apiKeys/client/index.js +41 -0
  140. package/dist/serialization/resources/apiKeys/client/readApiKeys.d.ts +11 -0
  141. package/dist/serialization/resources/apiKeys/client/readApiKeys.js +42 -0
  142. package/dist/serialization/resources/apiKeys/client/requests/ApiKeyCreate.d.ts +12 -0
  143. package/dist/serialization/{types → resources/apiKeys/client/requests}/ApiKeyCreate.js +1 -1
  144. package/dist/serialization/resources/apiKeys/client/requests/index.d.ts +1 -0
  145. package/dist/serialization/resources/apiKeys/client/requests/index.js +5 -0
  146. package/dist/serialization/resources/apiKeys/index.d.ts +1 -0
  147. package/dist/serialization/resources/apiKeys/index.js +17 -0
  148. package/dist/serialization/resources/chat/client/index.d.ts +3 -0
  149. package/dist/serialization/resources/chat/client/index.js +42 -0
  150. package/dist/serialization/resources/chat/client/listChats.d.ts +11 -0
  151. package/dist/serialization/resources/chat/client/listChats.js +42 -0
  152. package/dist/serialization/resources/chat/client/openaiKeySet.d.ts +9 -0
  153. package/dist/serialization/resources/chat/client/openaiKeySet.js +41 -0
  154. package/{serialization/types → dist/serialization/resources/chat/client/requests}/ChatCreate.d.ts +4 -4
  155. package/{serialization/types → dist/serialization/resources/chat/client/requests}/ChatCreate.js +1 -1
  156. package/dist/serialization/resources/chat/client/requests/ChatMessageCreate.d.ts +13 -0
  157. package/dist/serialization/{types → resources/chat/client/requests}/ChatMessageCreate.js +1 -1
  158. package/{serialization/types → dist/serialization/resources/chat/client/requests}/ChatUpdate.d.ts +4 -4
  159. package/dist/serialization/{types → resources/chat/client/requests}/ChatUpdate.js +1 -1
  160. package/dist/serialization/resources/chat/client/requests/index.d.ts +3 -0
  161. package/dist/serialization/resources/chat/client/requests/index.js +9 -0
  162. package/dist/serialization/resources/chat/index.d.ts +1 -0
  163. package/dist/serialization/resources/chat/index.js +17 -0
  164. package/dist/serialization/resources/connections/client/requests/BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost.d.ts +13 -0
  165. package/dist/serialization/resources/connections/client/requests/BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost.js +44 -0
  166. package/dist/serialization/resources/connections/client/requests/index.d.ts +1 -0
  167. package/dist/serialization/resources/connections/client/requests/index.js +3 -1
  168. package/dist/serialization/resources/cursorDevelopment/client/checkConnectionStatus.d.ts +11 -0
  169. package/dist/serialization/resources/cursorDevelopment/client/checkConnectionStatus.js +42 -0
  170. package/dist/serialization/resources/cursorDevelopment/client/index.d.ts +1 -0
  171. package/dist/serialization/resources/cursorDevelopment/client/index.js +37 -0
  172. package/dist/serialization/resources/cursorDevelopment/index.d.ts +1 -0
  173. package/dist/serialization/resources/cursorDevelopment/index.js +17 -0
  174. package/dist/serialization/resources/health/client/healthCheck.d.ts +9 -0
  175. package/dist/serialization/resources/health/client/healthCheck.js +41 -0
  176. package/dist/serialization/resources/health/client/index.d.ts +1 -0
  177. package/dist/serialization/resources/health/client/index.js +37 -0
  178. package/dist/serialization/resources/health/index.d.ts +1 -0
  179. package/dist/serialization/resources/health/index.js +17 -0
  180. package/dist/serialization/resources/index.d.ts +7 -0
  181. package/dist/serialization/resources/index.js +8 -1
  182. package/dist/serialization/resources/search/client/index.d.ts +1 -0
  183. package/dist/serialization/resources/search/client/index.js +37 -0
  184. package/dist/serialization/resources/search/client/search.d.ts +9 -0
  185. package/dist/serialization/resources/search/client/search.js +41 -0
  186. package/dist/serialization/resources/search/index.d.ts +1 -0
  187. package/dist/serialization/resources/search/index.js +17 -0
  188. package/dist/serialization/types/index.d.ts +0 -4
  189. package/dist/serialization/types/index.js +0 -4
  190. package/dist/version.d.ts +1 -1
  191. package/dist/version.js +1 -1
  192. package/package.json +1 -1
  193. package/reference.md +1646 -447
  194. package/serialization/resources/apiKeys/client/index.d.ts +2 -0
  195. package/serialization/resources/apiKeys/client/index.js +41 -0
  196. package/serialization/resources/apiKeys/client/readApiKeys.d.ts +11 -0
  197. package/serialization/resources/apiKeys/client/readApiKeys.js +42 -0
  198. package/serialization/resources/apiKeys/client/requests/ApiKeyCreate.d.ts +12 -0
  199. package/serialization/{types → resources/apiKeys/client/requests}/ApiKeyCreate.js +1 -1
  200. package/serialization/resources/apiKeys/client/requests/index.d.ts +1 -0
  201. package/serialization/resources/apiKeys/client/requests/index.js +5 -0
  202. package/serialization/resources/apiKeys/index.d.ts +1 -0
  203. package/serialization/resources/apiKeys/index.js +17 -0
  204. package/serialization/resources/chat/client/index.d.ts +3 -0
  205. package/serialization/resources/chat/client/index.js +42 -0
  206. package/serialization/resources/chat/client/listChats.d.ts +11 -0
  207. package/serialization/resources/chat/client/listChats.js +42 -0
  208. package/serialization/resources/chat/client/openaiKeySet.d.ts +9 -0
  209. package/serialization/resources/chat/client/openaiKeySet.js +41 -0
  210. package/{dist/serialization/types → serialization/resources/chat/client/requests}/ChatCreate.d.ts +4 -4
  211. package/{dist/serialization/types → serialization/resources/chat/client/requests}/ChatCreate.js +1 -1
  212. package/serialization/resources/chat/client/requests/ChatMessageCreate.d.ts +13 -0
  213. package/serialization/{types → resources/chat/client/requests}/ChatMessageCreate.js +1 -1
  214. package/{dist/serialization/types → serialization/resources/chat/client/requests}/ChatUpdate.d.ts +4 -4
  215. package/serialization/{types → resources/chat/client/requests}/ChatUpdate.js +1 -1
  216. package/serialization/resources/chat/client/requests/index.d.ts +3 -0
  217. package/serialization/resources/chat/client/requests/index.js +9 -0
  218. package/serialization/resources/chat/index.d.ts +1 -0
  219. package/serialization/resources/chat/index.js +17 -0
  220. package/serialization/resources/connections/client/requests/BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost.d.ts +13 -0
  221. package/serialization/resources/connections/client/requests/BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost.js +44 -0
  222. package/serialization/resources/connections/client/requests/index.d.ts +1 -0
  223. package/serialization/resources/connections/client/requests/index.js +3 -1
  224. package/serialization/resources/cursorDevelopment/client/checkConnectionStatus.d.ts +11 -0
  225. package/serialization/resources/cursorDevelopment/client/checkConnectionStatus.js +42 -0
  226. package/serialization/resources/cursorDevelopment/client/index.d.ts +1 -0
  227. package/serialization/resources/cursorDevelopment/client/index.js +37 -0
  228. package/serialization/resources/cursorDevelopment/index.d.ts +1 -0
  229. package/serialization/resources/cursorDevelopment/index.js +17 -0
  230. package/serialization/resources/health/client/healthCheck.d.ts +9 -0
  231. package/serialization/resources/health/client/healthCheck.js +41 -0
  232. package/serialization/resources/health/client/index.d.ts +1 -0
  233. package/serialization/resources/health/client/index.js +37 -0
  234. package/serialization/resources/health/index.d.ts +1 -0
  235. package/serialization/resources/health/index.js +17 -0
  236. package/serialization/resources/index.d.ts +7 -0
  237. package/serialization/resources/index.js +8 -1
  238. package/serialization/resources/search/client/index.d.ts +1 -0
  239. package/serialization/resources/search/client/index.js +37 -0
  240. package/serialization/resources/search/client/search.d.ts +9 -0
  241. package/serialization/resources/search/client/search.js +41 -0
  242. package/serialization/resources/search/index.d.ts +1 -0
  243. package/serialization/resources/search/index.js +17 -0
  244. package/serialization/types/index.d.ts +0 -4
  245. package/serialization/types/index.js +0 -4
  246. package/version.d.ts +1 -1
  247. package/version.js +1 -1
  248. package/dist/serialization/types/ApiKeyCreate.d.ts +0 -12
  249. package/dist/serialization/types/ChatMessageCreate.d.ts +0 -13
  250. package/serialization/types/ApiKeyCreate.d.ts +0 -12
  251. package/serialization/types/ChatMessageCreate.d.ts +0 -13
  252. /package/api/{types → resources/apiKeys/client/requests}/ApiKeyCreate.js +0 -0
  253. /package/api/{types/ChatCreate.js → resources/apiKeys/client/requests/DeleteApiKeyApiKeysDeleteRequest.js} +0 -0
  254. /package/api/{types/ChatMessageCreate.js → resources/apiKeys/client/requests/ReadApiKeysApiKeysGetRequest.js} +0 -0
  255. /package/{dist/api/types → api/resources/chat/client/requests}/ChatCreate.js +0 -0
  256. /package/{dist/api/types → api/resources/chat/client/requests}/ChatMessageCreate.js +0 -0
  257. /package/api/{types → resources/chat/client/requests}/ChatUpdate.js +0 -0
  258. /package/{dist/api/types/ApiKeyCreate.js → api/resources/chat/client/requests/ListChatsChatGetRequest.js} +0 -0
  259. /package/{dist/api/types/ChatUpdate.js → api/resources/connections/client/requests/BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost.js} +0 -0
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
+ };
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.readApiKeys = void 0;
40
+ exports.readApiKeys = __importStar(require("./readApiKeys"));
41
+ __exportStar(require("./requests"), exports);
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as AirweaveSDK from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { ApiKey } from "../../../types/ApiKey";
8
+ export declare const Response: core.serialization.Schema<serializers.apiKeys.readApiKeys.Response.Raw, AirweaveSDK.ApiKey[]>;
9
+ export declare namespace Response {
10
+ type Raw = ApiKey.Raw[];
11
+ }
@@ -0,0 +1,42 @@
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.Response = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ const ApiKey_1 = require("../../../types/ApiKey");
42
+ exports.Response = core.serialization.list(ApiKey_1.ApiKey);
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../index";
5
+ import * as AirweaveSDK from "../../../../../api/index";
6
+ import * as core from "../../../../../core";
7
+ export declare const ApiKeyCreate: core.serialization.Schema<serializers.ApiKeyCreate.Raw, AirweaveSDK.ApiKeyCreate>;
8
+ export declare namespace ApiKeyCreate {
9
+ interface Raw {
10
+ expiration_date?: string | null;
11
+ }
12
+ }
@@ -37,7 +37,7 @@ var __importStar = (this && this.__importStar) || (function () {
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.ApiKeyCreate = void 0;
40
- const core = __importStar(require("../../core"));
40
+ const core = __importStar(require("../../../../../core"));
41
41
  exports.ApiKeyCreate = core.serialization.object({
42
42
  expirationDate: core.serialization.property("expiration_date", core.serialization.date().optional()),
43
43
  });
@@ -0,0 +1 @@
1
+ export { ApiKeyCreate } from "./ApiKeyCreate";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ApiKeyCreate = void 0;
4
+ var ApiKeyCreate_1 = require("./ApiKeyCreate");
5
+ Object.defineProperty(exports, "ApiKeyCreate", { enumerable: true, get: function () { return ApiKeyCreate_1.ApiKeyCreate; } });
@@ -0,0 +1 @@
1
+ export * from "./client";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./client"), exports);
@@ -0,0 +1,3 @@
1
+ export * as openaiKeySet from "./openaiKeySet";
2
+ export * as listChats from "./listChats";
3
+ export * from "./requests";
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
+ };
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.listChats = exports.openaiKeySet = void 0;
40
+ exports.openaiKeySet = __importStar(require("./openaiKeySet"));
41
+ exports.listChats = __importStar(require("./listChats"));
42
+ __exportStar(require("./requests"), exports);
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as AirweaveSDK from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { Chat } from "../../../types/Chat";
8
+ export declare const Response: core.serialization.Schema<serializers.chat.listChats.Response.Raw, AirweaveSDK.Chat[]>;
9
+ export declare namespace Response {
10
+ type Raw = Chat.Raw[];
11
+ }
@@ -0,0 +1,42 @@
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.Response = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ const Chat_1 = require("../../../types/Chat");
42
+ exports.Response = core.serialization.list(Chat_1.Chat);
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as core from "../../../../core";
6
+ export declare const Response: core.serialization.Schema<serializers.chat.openaiKeySet.Response.Raw, boolean>;
7
+ export declare namespace Response {
8
+ type Raw = boolean;
9
+ }
@@ -0,0 +1,41 @@
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.Response = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.Response = core.serialization.boolean();
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as serializers from "../index";
5
- import * as AirweaveSDK from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const ChatCreate: core.serialization.ObjectSchema<serializers.ChatCreate.Raw, AirweaveSDK.ChatCreate>;
4
+ import * as serializers from "../../../../index";
5
+ import * as AirweaveSDK from "../../../../../api/index";
6
+ import * as core from "../../../../../core";
7
+ export declare const ChatCreate: core.serialization.Schema<serializers.ChatCreate.Raw, AirweaveSDK.ChatCreate>;
8
8
  export declare namespace ChatCreate {
9
9
  interface Raw {
10
10
  name: string;
@@ -37,7 +37,7 @@ var __importStar = (this && this.__importStar) || (function () {
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.ChatCreate = void 0;
40
- const core = __importStar(require("../../core"));
40
+ const core = __importStar(require("../../../../../core"));
41
41
  exports.ChatCreate = core.serialization.object({
42
42
  name: core.serialization.string(),
43
43
  syncId: core.serialization.property("sync_id", core.serialization.string()),
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../index";
5
+ import * as AirweaveSDK from "../../../../../api/index";
6
+ import * as core from "../../../../../core";
7
+ export declare const ChatMessageCreate: core.serialization.Schema<serializers.ChatMessageCreate.Raw, AirweaveSDK.ChatMessageCreate>;
8
+ export declare namespace ChatMessageCreate {
9
+ interface Raw {
10
+ content: string;
11
+ role?: string | null;
12
+ }
13
+ }
@@ -37,7 +37,7 @@ var __importStar = (this && this.__importStar) || (function () {
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.ChatMessageCreate = void 0;
40
- const core = __importStar(require("../../core"));
40
+ const core = __importStar(require("../../../../../core"));
41
41
  exports.ChatMessageCreate = core.serialization.object({
42
42
  content: core.serialization.string(),
43
43
  role: core.serialization.string().optional(),
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as serializers from "../index";
5
- import * as AirweaveSDK from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const ChatUpdate: core.serialization.ObjectSchema<serializers.ChatUpdate.Raw, AirweaveSDK.ChatUpdate>;
4
+ import * as serializers from "../../../../index";
5
+ import * as AirweaveSDK from "../../../../../api/index";
6
+ import * as core from "../../../../../core";
7
+ export declare const ChatUpdate: core.serialization.Schema<serializers.ChatUpdate.Raw, AirweaveSDK.ChatUpdate>;
8
8
  export declare namespace ChatUpdate {
9
9
  interface Raw {
10
10
  name?: string | null;
@@ -37,7 +37,7 @@ var __importStar = (this && this.__importStar) || (function () {
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.ChatUpdate = void 0;
40
- const core = __importStar(require("../../core"));
40
+ const core = __importStar(require("../../../../../core"));
41
41
  exports.ChatUpdate = core.serialization.object({
42
42
  name: core.serialization.string().optional(),
43
43
  description: core.serialization.string().optional(),
@@ -0,0 +1,3 @@
1
+ export { ChatCreate } from "./ChatCreate";
2
+ export { ChatUpdate } from "./ChatUpdate";
3
+ export { ChatMessageCreate } from "./ChatMessageCreate";
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ChatMessageCreate = exports.ChatUpdate = exports.ChatCreate = void 0;
4
+ var ChatCreate_1 = require("./ChatCreate");
5
+ Object.defineProperty(exports, "ChatCreate", { enumerable: true, get: function () { return ChatCreate_1.ChatCreate; } });
6
+ var ChatUpdate_1 = require("./ChatUpdate");
7
+ Object.defineProperty(exports, "ChatUpdate", { enumerable: true, get: function () { return ChatUpdate_1.ChatUpdate; } });
8
+ var ChatMessageCreate_1 = require("./ChatMessageCreate");
9
+ Object.defineProperty(exports, "ChatMessageCreate", { enumerable: true, get: function () { return ChatMessageCreate_1.ChatMessageCreate; } });
@@ -0,0 +1 @@
1
+ export * from "./client";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./client"), exports);
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../index";
5
+ import * as AirweaveSDK from "../../../../../api/index";
6
+ import * as core from "../../../../../core";
7
+ export declare const BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost: core.serialization.Schema<serializers.BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost.Raw, AirweaveSDK.BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost>;
8
+ export declare namespace BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost {
9
+ interface Raw {
10
+ token: string;
11
+ name?: string | null;
12
+ }
13
+ }
@@ -0,0 +1,44 @@
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.BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost = void 0;
40
+ const core = __importStar(require("../../../../../core"));
41
+ exports.BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost = core.serialization.object({
42
+ token: core.serialization.string(),
43
+ name: core.serialization.string().optional(),
44
+ });
@@ -1,2 +1,3 @@
1
1
  export { BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost } from "./BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost";
2
2
  export { BodySendOauth2CodeConnectionsOauth2SourceCodePost } from "./BodySendOauth2CodeConnectionsOauth2SourceCodePost";
3
+ export { BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost } from "./BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost";
@@ -1,7 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BodySendOauth2CodeConnectionsOauth2SourceCodePost = exports.BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost = void 0;
3
+ exports.BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost = exports.BodySendOauth2CodeConnectionsOauth2SourceCodePost = exports.BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost = void 0;
4
4
  var BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost_1 = require("./BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost");
5
5
  Object.defineProperty(exports, "BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost", { enumerable: true, get: function () { return BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost_1.BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost; } });
6
6
  var BodySendOauth2CodeConnectionsOauth2SourceCodePost_1 = require("./BodySendOauth2CodeConnectionsOauth2SourceCodePost");
7
7
  Object.defineProperty(exports, "BodySendOauth2CodeConnectionsOauth2SourceCodePost", { enumerable: true, get: function () { return BodySendOauth2CodeConnectionsOauth2SourceCodePost_1.BodySendOauth2CodeConnectionsOauth2SourceCodePost; } });
8
+ var BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost_1 = require("./BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost");
9
+ Object.defineProperty(exports, "BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost", { enumerable: true, get: function () { return BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost_1.BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost; } });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as AirweaveSDK from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { Connection } from "../../../types/Connection";
8
+ export declare const Response: core.serialization.Schema<serializers.cursorDevelopment.checkConnectionStatus.Response.Raw, AirweaveSDK.Connection[]>;
9
+ export declare namespace Response {
10
+ type Raw = Connection.Raw[];
11
+ }
@@ -0,0 +1,42 @@
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.Response = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ const Connection_1 = require("../../../types/Connection");
42
+ exports.Response = core.serialization.list(Connection_1.Connection);
@@ -0,0 +1 @@
1
+ export * as checkConnectionStatus from "./checkConnectionStatus";
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.checkConnectionStatus = void 0;
37
+ exports.checkConnectionStatus = __importStar(require("./checkConnectionStatus"));
@@ -0,0 +1 @@
1
+ export * from "./client";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./client"), exports);
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as core from "../../../../core";
6
+ export declare const Response: core.serialization.Schema<serializers.health.healthCheck.Response.Raw, Record<string, string>>;
7
+ export declare namespace Response {
8
+ type Raw = Record<string, string>;
9
+ }