@airweave/sdk 0.2.22 → 0.2.24

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 (483) hide show
  1. package/Client.d.ts +15 -0
  2. package/Client.js +37 -12
  3. package/README.md +7 -15
  4. package/api/resources/apiKeys/client/Client.d.ts +78 -5
  5. package/api/resources/apiKeys/client/Client.js +252 -10
  6. package/api/{types → resources/apiKeys/client/requests}/ApiKeyCreate.d.ts +2 -1
  7. package/api/resources/{sync/client/requests/GetSyncSyncSyncIdGetRequest.d.ts → apiKeys/client/requests/DeleteApiKeyApiKeysDeleteRequest.d.ts} +3 -3
  8. package/api/resources/apiKeys/client/requests/ReadApiKeysApiKeysGetRequest.d.ts +11 -0
  9. package/api/resources/apiKeys/client/requests/index.d.ts +3 -1
  10. package/api/resources/chat/client/Client.d.ts +77 -0
  11. package/api/resources/chat/client/Client.js +227 -0
  12. package/api/resources/chat/client/index.d.ts +1 -0
  13. package/api/resources/chat/client/index.js +17 -0
  14. package/api/{types → resources/chat/client/requests}/ChatCreate.d.ts +5 -1
  15. package/api/resources/chat/client/requests/ListChatsChatGetRequest.d.ts +11 -0
  16. package/api/resources/chat/client/requests/index.d.ts +2 -0
  17. package/api/resources/chat/index.d.ts +1 -0
  18. package/api/resources/chat/index.js +17 -0
  19. package/api/resources/connections/client/Client.d.ts +20 -48
  20. package/api/resources/connections/client/Client.js +30 -107
  21. package/api/resources/connections/client/requests/BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost.d.ts +3 -8
  22. package/api/resources/connections/client/requests/index.d.ts +0 -8
  23. package/api/resources/dag/client/Client.d.ts +81 -0
  24. package/api/resources/dag/client/Client.js +276 -0
  25. package/api/resources/dag/client/index.d.ts +1 -0
  26. package/api/resources/dag/client/index.js +17 -0
  27. package/api/resources/dag/client/requests/SyncDagCreate.d.ts +26 -0
  28. package/{dist/api/types → api/resources/dag/client/requests}/SyncDagUpdate.d.ts +7 -3
  29. package/api/resources/dag/client/requests/index.d.ts +2 -0
  30. package/api/resources/dag/index.d.ts +1 -0
  31. package/api/resources/dag/index.js +17 -0
  32. package/api/resources/embeddingModels/client/Client.d.ts +4 -10
  33. package/api/resources/embeddingModels/client/Client.js +7 -21
  34. package/api/resources/embeddingModels/client/index.d.ts +1 -1
  35. package/api/resources/embeddingModels/client/index.js +0 -15
  36. package/api/resources/entities/client/Client.d.ts +119 -0
  37. package/api/resources/entities/client/Client.js +480 -0
  38. package/api/resources/entities/client/index.d.ts +1 -0
  39. package/api/resources/entities/client/index.js +17 -0
  40. package/api/{types → resources/entities/client/requests}/EntityDefinitionCreate.d.ts +9 -2
  41. package/{dist/api/types → api/resources/entities/client/requests}/EntityRelationCreate.d.ts +6 -1
  42. package/api/resources/entities/client/requests/GetEntityDefinitionsBySourceShortNameEntitiesDefinitionsBySourceGetRequest.d.ts +12 -0
  43. package/api/resources/entities/client/requests/index.d.ts +3 -0
  44. package/api/resources/entities/index.d.ts +2 -0
  45. package/api/resources/entities/index.js +18 -0
  46. package/api/resources/entities/types/index.d.ts +1 -0
  47. package/api/resources/entities/types/index.js +17 -0
  48. package/api/resources/index.d.ts +10 -2
  49. package/api/resources/index.js +11 -3
  50. package/api/resources/search/client/Client.d.ts +1 -2
  51. package/api/resources/search/client/Client.js +5 -7
  52. package/api/resources/search/client/requests/SearchSearchGetRequest.d.ts +1 -3
  53. package/api/resources/sources/client/Client.d.ts +4 -10
  54. package/api/resources/sources/client/Client.js +7 -21
  55. package/api/resources/sources/client/index.d.ts +1 -1
  56. package/api/resources/sources/client/index.js +0 -15
  57. package/api/resources/sync/client/Client.d.ts +19 -59
  58. package/api/resources/sync/client/Client.js +43 -125
  59. package/api/resources/sync/client/requests/DeleteSyncSyncSyncIdDeleteRequest.d.ts +1 -4
  60. package/api/resources/sync/client/requests/ListAllJobsSyncJobsGetRequest.d.ts +1 -4
  61. package/api/resources/sync/client/requests/ListSyncsSyncGetRequest.d.ts +1 -4
  62. package/api/resources/sync/client/requests/SyncCreate.d.ts +1 -12
  63. package/api/resources/sync/client/requests/SyncUpdate.d.ts +1 -11
  64. package/api/resources/sync/client/requests/index.d.ts +0 -5
  65. package/api/resources/transformers/client/Client.d.ts +58 -0
  66. package/api/resources/transformers/client/Client.js +199 -0
  67. package/api/resources/transformers/client/index.d.ts +1 -0
  68. package/api/resources/transformers/client/index.js +17 -0
  69. package/{dist/api/types → api/resources/transformers/client/requests}/TransformerCreate.d.ts +8 -1
  70. package/api/resources/transformers/client/requests/index.d.ts +1 -0
  71. package/api/resources/transformers/index.d.ts +1 -0
  72. package/api/resources/transformers/index.js +17 -0
  73. package/api/resources/users/client/Client.d.ts +48 -0
  74. package/api/resources/users/client/Client.js +135 -0
  75. package/api/resources/users/client/index.d.ts +1 -0
  76. package/api/resources/users/client/index.js +2 -0
  77. package/api/resources/users/index.d.ts +1 -0
  78. package/api/resources/users/index.js +17 -0
  79. package/api/resources/whiteLabels/client/Client.d.ts +15 -40
  80. package/api/resources/whiteLabels/client/Client.js +28 -96
  81. package/api/resources/whiteLabels/client/requests/WhiteLabelCreate.d.ts +0 -2
  82. package/api/resources/whiteLabels/client/requests/WhiteLabelUpdate.d.ts +1 -8
  83. package/api/resources/whiteLabels/client/requests/index.d.ts +0 -6
  84. package/api/types/BodySendOauth2CodeConnectionsOauth2SourceCodePost.d.ts +2 -0
  85. package/api/types/{DestinationWithConfigFields.d.ts → DestinationWithAuthenticationFields.d.ts} +2 -2
  86. package/api/types/{EmbeddingModelWithConfigFields.d.ts → EmbeddingModelWithAuthenticationFields.d.ts} +2 -2
  87. package/api/types/{SourceWithConfigFields.d.ts → SourceWithAuthenticationFields.d.ts} +2 -2
  88. package/api/types/index.d.ts +3 -11
  89. package/api/types/index.js +3 -11
  90. package/dist/Client.d.ts +15 -0
  91. package/dist/Client.js +37 -12
  92. package/dist/api/resources/apiKeys/client/Client.d.ts +78 -5
  93. package/dist/api/resources/apiKeys/client/Client.js +252 -10
  94. package/dist/api/{types → resources/apiKeys/client/requests}/ApiKeyCreate.d.ts +2 -1
  95. package/dist/api/resources/{sync/client/requests/GetSyncSyncSyncIdGetRequest.d.ts → apiKeys/client/requests/DeleteApiKeyApiKeysDeleteRequest.d.ts} +3 -3
  96. package/dist/api/resources/apiKeys/client/requests/ReadApiKeysApiKeysGetRequest.d.ts +11 -0
  97. package/dist/api/resources/apiKeys/client/requests/index.d.ts +3 -1
  98. package/dist/api/resources/chat/client/Client.d.ts +77 -0
  99. package/dist/api/resources/chat/client/Client.js +227 -0
  100. package/dist/api/resources/chat/client/index.d.ts +1 -0
  101. package/dist/api/resources/chat/client/index.js +17 -0
  102. package/dist/api/{types → resources/chat/client/requests}/ChatCreate.d.ts +5 -1
  103. package/dist/api/resources/chat/client/requests/ListChatsChatGetRequest.d.ts +11 -0
  104. package/dist/api/resources/chat/client/requests/index.d.ts +2 -0
  105. package/dist/api/resources/chat/client/requests/index.js +2 -0
  106. package/dist/api/resources/chat/index.d.ts +1 -0
  107. package/dist/api/resources/chat/index.js +17 -0
  108. package/dist/api/resources/connections/client/Client.d.ts +20 -48
  109. package/dist/api/resources/connections/client/Client.js +30 -107
  110. package/dist/api/resources/connections/client/requests/BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost.d.ts +3 -8
  111. package/dist/api/resources/connections/client/requests/index.d.ts +0 -8
  112. package/dist/api/resources/dag/client/Client.d.ts +81 -0
  113. package/dist/api/resources/dag/client/Client.js +276 -0
  114. package/dist/api/resources/dag/client/index.d.ts +1 -0
  115. package/dist/api/resources/dag/client/index.js +17 -0
  116. package/dist/api/resources/dag/client/requests/SyncDagCreate.d.ts +26 -0
  117. package/{api/types → dist/api/resources/dag/client/requests}/SyncDagUpdate.d.ts +7 -3
  118. package/dist/api/resources/dag/client/requests/index.d.ts +2 -0
  119. package/dist/api/resources/dag/client/requests/index.js +2 -0
  120. package/dist/api/resources/dag/index.d.ts +1 -0
  121. package/dist/api/resources/dag/index.js +17 -0
  122. package/dist/api/resources/embeddingModels/client/Client.d.ts +4 -10
  123. package/dist/api/resources/embeddingModels/client/Client.js +7 -21
  124. package/dist/api/resources/embeddingModels/client/index.d.ts +1 -1
  125. package/dist/api/resources/embeddingModels/client/index.js +0 -15
  126. package/dist/api/resources/entities/client/Client.d.ts +119 -0
  127. package/dist/api/resources/entities/client/Client.js +480 -0
  128. package/dist/api/resources/entities/client/index.d.ts +1 -0
  129. package/dist/api/resources/entities/client/index.js +17 -0
  130. package/dist/api/{types → resources/entities/client/requests}/EntityDefinitionCreate.d.ts +9 -2
  131. package/{api/types → dist/api/resources/entities/client/requests}/EntityRelationCreate.d.ts +6 -1
  132. package/dist/api/resources/entities/client/requests/GetEntityDefinitionsBySourceShortNameEntitiesDefinitionsBySourceGetRequest.d.ts +12 -0
  133. package/dist/api/resources/entities/client/requests/index.d.ts +3 -0
  134. package/dist/api/resources/entities/client/requests/index.js +2 -0
  135. package/dist/api/resources/entities/index.d.ts +2 -0
  136. package/dist/api/resources/entities/index.js +18 -0
  137. package/dist/api/resources/entities/types/index.d.ts +1 -0
  138. package/dist/api/resources/entities/types/index.js +17 -0
  139. package/dist/api/resources/index.d.ts +10 -2
  140. package/dist/api/resources/index.js +11 -3
  141. package/dist/api/resources/search/client/Client.d.ts +1 -2
  142. package/dist/api/resources/search/client/Client.js +5 -7
  143. package/dist/api/resources/search/client/requests/SearchSearchGetRequest.d.ts +1 -3
  144. package/dist/api/resources/sources/client/Client.d.ts +4 -10
  145. package/dist/api/resources/sources/client/Client.js +7 -21
  146. package/dist/api/resources/sources/client/index.d.ts +1 -1
  147. package/dist/api/resources/sources/client/index.js +0 -15
  148. package/dist/api/resources/sync/client/Client.d.ts +19 -59
  149. package/dist/api/resources/sync/client/Client.js +43 -125
  150. package/dist/api/resources/sync/client/requests/DeleteSyncSyncSyncIdDeleteRequest.d.ts +1 -4
  151. package/dist/api/resources/sync/client/requests/ListAllJobsSyncJobsGetRequest.d.ts +1 -4
  152. package/dist/api/resources/sync/client/requests/ListSyncsSyncGetRequest.d.ts +1 -4
  153. package/dist/api/resources/sync/client/requests/SyncCreate.d.ts +1 -12
  154. package/dist/api/resources/sync/client/requests/SyncUpdate.d.ts +1 -11
  155. package/dist/api/resources/sync/client/requests/index.d.ts +0 -5
  156. package/dist/api/resources/transformers/client/Client.d.ts +58 -0
  157. package/dist/api/resources/transformers/client/Client.js +199 -0
  158. package/dist/api/resources/transformers/client/index.d.ts +1 -0
  159. package/dist/api/resources/transformers/client/index.js +17 -0
  160. package/{api/types → dist/api/resources/transformers/client/requests}/TransformerCreate.d.ts +8 -1
  161. package/dist/api/resources/transformers/client/requests/index.d.ts +1 -0
  162. package/dist/api/resources/transformers/client/requests/index.js +2 -0
  163. package/dist/api/resources/transformers/index.d.ts +1 -0
  164. package/dist/api/resources/transformers/index.js +17 -0
  165. package/dist/api/resources/users/client/Client.d.ts +48 -0
  166. package/dist/api/resources/users/client/Client.js +135 -0
  167. package/dist/api/resources/users/client/index.d.ts +1 -0
  168. package/dist/api/resources/users/client/index.js +2 -0
  169. package/dist/api/resources/users/index.d.ts +1 -0
  170. package/dist/api/resources/users/index.js +17 -0
  171. package/dist/api/resources/whiteLabels/client/Client.d.ts +15 -40
  172. package/dist/api/resources/whiteLabels/client/Client.js +28 -96
  173. package/dist/api/resources/whiteLabels/client/requests/WhiteLabelCreate.d.ts +0 -2
  174. package/dist/api/resources/whiteLabels/client/requests/WhiteLabelUpdate.d.ts +1 -8
  175. package/dist/api/resources/whiteLabels/client/requests/index.d.ts +0 -6
  176. package/dist/api/types/BodySendOauth2CodeConnectionsOauth2SourceCodePost.d.ts +2 -0
  177. package/dist/api/types/{DestinationWithConfigFields.d.ts → DestinationWithAuthenticationFields.d.ts} +2 -2
  178. package/dist/api/types/{EmbeddingModelWithConfigFields.d.ts → EmbeddingModelWithAuthenticationFields.d.ts} +2 -2
  179. package/dist/api/types/{SourceWithConfigFields.d.ts → SourceWithAuthenticationFields.d.ts} +2 -2
  180. package/dist/api/types/index.d.ts +3 -11
  181. package/dist/api/types/index.js +3 -11
  182. package/dist/serialization/resources/apiKeys/client/index.d.ts +2 -0
  183. package/dist/serialization/resources/apiKeys/client/index.js +41 -0
  184. package/dist/serialization/resources/apiKeys/client/readApiKeys.d.ts +11 -0
  185. package/dist/serialization/resources/apiKeys/client/readApiKeys.js +42 -0
  186. package/dist/serialization/resources/apiKeys/client/requests/ApiKeyCreate.d.ts +12 -0
  187. package/dist/serialization/{types → resources/apiKeys/client/requests}/ApiKeyCreate.js +1 -1
  188. package/dist/serialization/resources/apiKeys/client/requests/index.d.ts +1 -0
  189. package/dist/serialization/resources/apiKeys/client/requests/index.js +5 -0
  190. package/dist/serialization/resources/apiKeys/index.d.ts +1 -0
  191. package/dist/serialization/resources/apiKeys/index.js +17 -0
  192. package/dist/serialization/resources/chat/client/index.d.ts +2 -0
  193. package/dist/serialization/resources/chat/client/index.js +41 -0
  194. package/dist/serialization/resources/chat/client/listChats.d.ts +11 -0
  195. package/dist/serialization/resources/chat/client/listChats.js +42 -0
  196. package/{serialization/types → dist/serialization/resources/chat/client/requests}/ChatCreate.d.ts +4 -4
  197. package/{serialization/types → dist/serialization/resources/chat/client/requests}/ChatCreate.js +1 -1
  198. package/dist/serialization/resources/chat/client/requests/index.d.ts +1 -0
  199. package/dist/serialization/resources/chat/client/requests/index.js +5 -0
  200. package/dist/serialization/resources/chat/index.d.ts +1 -0
  201. package/dist/serialization/resources/chat/index.js +17 -0
  202. package/dist/serialization/resources/connections/client/requests/BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost.d.ts +2 -2
  203. package/dist/serialization/resources/connections/client/requests/BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost.js +1 -1
  204. package/dist/serialization/resources/dag/client/index.d.ts +1 -0
  205. package/dist/serialization/resources/dag/client/index.js +17 -0
  206. package/dist/serialization/resources/dag/client/requests/SyncDagCreate.d.ts +18 -0
  207. package/{serialization/types → dist/serialization/resources/dag/client/requests}/SyncDagCreate.js +4 -4
  208. package/dist/serialization/resources/dag/client/requests/SyncDagUpdate.d.ts +18 -0
  209. package/dist/serialization/{types → resources/dag/client/requests}/SyncDagUpdate.js +4 -4
  210. package/dist/serialization/resources/dag/client/requests/index.d.ts +2 -0
  211. package/dist/serialization/resources/dag/client/requests/index.js +7 -0
  212. package/dist/serialization/resources/dag/index.d.ts +1 -0
  213. package/dist/serialization/resources/dag/index.js +17 -0
  214. package/dist/serialization/resources/entities/client/getEntityDefinitionsByIds.d.ts +15 -0
  215. package/dist/serialization/resources/entities/client/getEntityDefinitionsByIds.js +43 -0
  216. package/dist/serialization/resources/entities/client/getEntityDefinitionsBySourceShortName.d.ts +11 -0
  217. package/dist/serialization/resources/entities/client/getEntityDefinitionsBySourceShortName.js +42 -0
  218. package/dist/serialization/resources/entities/client/index.d.ts +5 -0
  219. package/dist/serialization/resources/entities/client/index.js +44 -0
  220. package/dist/serialization/resources/entities/client/listEntityDefinitions.d.ts +11 -0
  221. package/dist/serialization/resources/entities/client/listEntityDefinitions.js +42 -0
  222. package/dist/serialization/resources/entities/client/listEntityRelations.d.ts +11 -0
  223. package/dist/serialization/resources/entities/client/listEntityRelations.js +42 -0
  224. package/dist/serialization/{types → resources/entities/client/requests}/EntityDefinitionCreate.d.ts +6 -6
  225. package/dist/serialization/{types → resources/entities/client/requests}/EntityDefinitionCreate.js +3 -3
  226. package/dist/serialization/resources/entities/client/requests/EntityRelationCreate.d.ts +15 -0
  227. package/{serialization/types → dist/serialization/resources/entities/client/requests}/EntityRelationCreate.js +1 -1
  228. package/dist/serialization/resources/entities/client/requests/index.d.ts +2 -0
  229. package/dist/serialization/resources/entities/client/requests/index.js +7 -0
  230. package/dist/serialization/resources/entities/index.d.ts +2 -0
  231. package/dist/serialization/resources/entities/index.js +18 -0
  232. package/dist/serialization/{types → resources/entities/types}/EntityDefinitionCreateEntitySchema.d.ts +3 -3
  233. package/dist/serialization/{types → resources/entities/types}/EntityDefinitionCreateEntitySchema.js +1 -1
  234. package/dist/serialization/resources/entities/types/index.d.ts +1 -0
  235. package/dist/serialization/resources/entities/types/index.js +17 -0
  236. package/dist/serialization/resources/index.d.ts +11 -0
  237. package/dist/serialization/resources/index.js +12 -1
  238. package/dist/serialization/resources/sync/client/requests/SyncCreate.d.ts +1 -1
  239. package/dist/serialization/resources/sync/client/requests/SyncUpdate.d.ts +1 -1
  240. package/dist/serialization/resources/transformers/client/index.d.ts +2 -0
  241. package/dist/serialization/resources/transformers/client/index.js +41 -0
  242. package/dist/serialization/resources/transformers/client/listTransformers.d.ts +11 -0
  243. package/dist/serialization/resources/transformers/client/listTransformers.js +42 -0
  244. package/dist/serialization/{types → resources/transformers/client/requests}/TransformerCreate.d.ts +4 -4
  245. package/dist/serialization/{types → resources/transformers/client/requests}/TransformerCreate.js +1 -1
  246. package/dist/serialization/resources/transformers/client/requests/index.d.ts +1 -0
  247. package/dist/serialization/resources/transformers/client/requests/index.js +5 -0
  248. package/dist/serialization/resources/transformers/index.d.ts +1 -0
  249. package/dist/serialization/resources/transformers/index.js +17 -0
  250. package/dist/serialization/resources/whiteLabels/client/requests/WhiteLabelCreate.d.ts +1 -1
  251. package/dist/serialization/resources/whiteLabels/client/requests/WhiteLabelUpdate.d.ts +1 -1
  252. package/dist/serialization/types/BodySendOauth2CodeConnectionsOauth2SourceCodePost.d.ts +2 -0
  253. package/dist/serialization/types/BodySendOauth2CodeConnectionsOauth2SourceCodePost.js +2 -0
  254. package/dist/serialization/types/{DestinationWithConfigFields.d.ts → DestinationWithAuthenticationFields.d.ts} +3 -3
  255. package/{serialization/types/DestinationWithConfigFields.js → dist/serialization/types/DestinationWithAuthenticationFields.js} +3 -3
  256. package/{serialization/types/EmbeddingModelWithConfigFields.d.ts → dist/serialization/types/EmbeddingModelWithAuthenticationFields.d.ts} +3 -3
  257. package/{serialization/types/EmbeddingModelWithConfigFields.js → dist/serialization/types/EmbeddingModelWithAuthenticationFields.js} +3 -3
  258. package/dist/serialization/types/{SourceWithConfigFields.d.ts → SourceWithAuthenticationFields.d.ts} +3 -3
  259. package/dist/serialization/types/{SourceWithConfigFields.js → SourceWithAuthenticationFields.js} +3 -3
  260. package/dist/serialization/types/index.d.ts +3 -11
  261. package/dist/serialization/types/index.js +3 -11
  262. package/dist/version.d.ts +1 -1
  263. package/dist/version.js +1 -1
  264. package/package.json +1 -1
  265. package/reference.md +1530 -612
  266. package/serialization/resources/apiKeys/client/index.d.ts +2 -0
  267. package/serialization/resources/apiKeys/client/index.js +41 -0
  268. package/serialization/resources/apiKeys/client/readApiKeys.d.ts +11 -0
  269. package/serialization/resources/apiKeys/client/readApiKeys.js +42 -0
  270. package/serialization/resources/apiKeys/client/requests/ApiKeyCreate.d.ts +12 -0
  271. package/serialization/{types → resources/apiKeys/client/requests}/ApiKeyCreate.js +1 -1
  272. package/serialization/resources/apiKeys/client/requests/index.d.ts +1 -0
  273. package/serialization/resources/apiKeys/client/requests/index.js +5 -0
  274. package/serialization/resources/apiKeys/index.d.ts +1 -0
  275. package/serialization/resources/apiKeys/index.js +17 -0
  276. package/serialization/resources/chat/client/index.d.ts +2 -0
  277. package/serialization/resources/chat/client/index.js +41 -0
  278. package/serialization/resources/chat/client/listChats.d.ts +11 -0
  279. package/serialization/resources/chat/client/listChats.js +42 -0
  280. package/{dist/serialization/types → serialization/resources/chat/client/requests}/ChatCreate.d.ts +4 -4
  281. package/{dist/serialization/types → serialization/resources/chat/client/requests}/ChatCreate.js +1 -1
  282. package/serialization/resources/chat/client/requests/index.d.ts +1 -0
  283. package/serialization/resources/chat/client/requests/index.js +5 -0
  284. package/serialization/resources/chat/index.d.ts +1 -0
  285. package/serialization/resources/chat/index.js +17 -0
  286. package/serialization/resources/connections/client/requests/BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost.d.ts +2 -2
  287. package/serialization/resources/connections/client/requests/BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost.js +1 -1
  288. package/serialization/resources/dag/client/index.d.ts +1 -0
  289. package/serialization/resources/dag/client/index.js +17 -0
  290. package/serialization/resources/dag/client/requests/SyncDagCreate.d.ts +18 -0
  291. package/{dist/serialization/types → serialization/resources/dag/client/requests}/SyncDagCreate.js +4 -4
  292. package/serialization/resources/dag/client/requests/SyncDagUpdate.d.ts +18 -0
  293. package/serialization/{types → resources/dag/client/requests}/SyncDagUpdate.js +4 -4
  294. package/serialization/resources/dag/client/requests/index.d.ts +2 -0
  295. package/serialization/resources/dag/client/requests/index.js +7 -0
  296. package/serialization/resources/dag/index.d.ts +1 -0
  297. package/serialization/resources/dag/index.js +17 -0
  298. package/serialization/resources/entities/client/getEntityDefinitionsByIds.d.ts +15 -0
  299. package/serialization/resources/entities/client/getEntityDefinitionsByIds.js +43 -0
  300. package/serialization/resources/entities/client/getEntityDefinitionsBySourceShortName.d.ts +11 -0
  301. package/serialization/resources/entities/client/getEntityDefinitionsBySourceShortName.js +42 -0
  302. package/serialization/resources/entities/client/index.d.ts +5 -0
  303. package/serialization/resources/entities/client/index.js +44 -0
  304. package/serialization/resources/entities/client/listEntityDefinitions.d.ts +11 -0
  305. package/serialization/resources/entities/client/listEntityDefinitions.js +42 -0
  306. package/serialization/resources/entities/client/listEntityRelations.d.ts +11 -0
  307. package/serialization/resources/entities/client/listEntityRelations.js +42 -0
  308. package/serialization/{types → resources/entities/client/requests}/EntityDefinitionCreate.d.ts +6 -6
  309. package/serialization/{types → resources/entities/client/requests}/EntityDefinitionCreate.js +3 -3
  310. package/serialization/resources/entities/client/requests/EntityRelationCreate.d.ts +15 -0
  311. package/{dist/serialization/types → serialization/resources/entities/client/requests}/EntityRelationCreate.js +1 -1
  312. package/serialization/resources/entities/client/requests/index.d.ts +2 -0
  313. package/serialization/resources/entities/client/requests/index.js +7 -0
  314. package/serialization/resources/entities/index.d.ts +2 -0
  315. package/serialization/resources/entities/index.js +18 -0
  316. package/serialization/{types → resources/entities/types}/EntityDefinitionCreateEntitySchema.d.ts +3 -3
  317. package/serialization/{types → resources/entities/types}/EntityDefinitionCreateEntitySchema.js +1 -1
  318. package/serialization/resources/entities/types/index.d.ts +1 -0
  319. package/serialization/resources/entities/types/index.js +17 -0
  320. package/serialization/resources/index.d.ts +11 -0
  321. package/serialization/resources/index.js +12 -1
  322. package/serialization/resources/sync/client/requests/SyncCreate.d.ts +1 -1
  323. package/serialization/resources/sync/client/requests/SyncUpdate.d.ts +1 -1
  324. package/serialization/resources/transformers/client/index.d.ts +2 -0
  325. package/serialization/resources/transformers/client/index.js +41 -0
  326. package/serialization/resources/transformers/client/listTransformers.d.ts +11 -0
  327. package/serialization/resources/transformers/client/listTransformers.js +42 -0
  328. package/serialization/{types → resources/transformers/client/requests}/TransformerCreate.d.ts +4 -4
  329. package/serialization/{types → resources/transformers/client/requests}/TransformerCreate.js +1 -1
  330. package/serialization/resources/transformers/client/requests/index.d.ts +1 -0
  331. package/serialization/resources/transformers/client/requests/index.js +5 -0
  332. package/serialization/resources/transformers/index.d.ts +1 -0
  333. package/serialization/resources/transformers/index.js +17 -0
  334. package/serialization/resources/whiteLabels/client/requests/WhiteLabelCreate.d.ts +1 -1
  335. package/serialization/resources/whiteLabels/client/requests/WhiteLabelUpdate.d.ts +1 -1
  336. package/serialization/types/BodySendOauth2CodeConnectionsOauth2SourceCodePost.d.ts +2 -0
  337. package/serialization/types/BodySendOauth2CodeConnectionsOauth2SourceCodePost.js +2 -0
  338. package/serialization/types/{DestinationWithConfigFields.d.ts → DestinationWithAuthenticationFields.d.ts} +3 -3
  339. package/{dist/serialization/types/DestinationWithConfigFields.js → serialization/types/DestinationWithAuthenticationFields.js} +3 -3
  340. package/{dist/serialization/types/EmbeddingModelWithConfigFields.d.ts → serialization/types/EmbeddingModelWithAuthenticationFields.d.ts} +3 -3
  341. package/{dist/serialization/types/EmbeddingModelWithConfigFields.js → serialization/types/EmbeddingModelWithAuthenticationFields.js} +3 -3
  342. package/serialization/types/{SourceWithConfigFields.d.ts → SourceWithAuthenticationFields.d.ts} +3 -3
  343. package/serialization/types/{SourceWithConfigFields.js → SourceWithAuthenticationFields.js} +3 -3
  344. package/serialization/types/index.d.ts +3 -11
  345. package/serialization/types/index.js +3 -11
  346. package/version.d.ts +1 -1
  347. package/version.js +1 -1
  348. package/api/resources/apiKeys/client/requests/ReadApiKeyApiKeysIdGetRequest.d.ts +0 -12
  349. package/api/resources/connections/client/requests/DeleteConnectionConnectionsDeleteSourceConnectionIdDeleteRequest.d.ts +0 -12
  350. package/api/resources/connections/client/requests/DisconnectSourceConnectionConnectionsDisconnectSourceConnectionIdPutRequest.d.ts +0 -12
  351. package/api/resources/connections/client/requests/GetConnectionConnectionsDetailConnectionIdGetRequest.d.ts +0 -12
  352. package/api/resources/connections/client/requests/GetConnectionCredentialsConnectionsCredentialsConnectionIdGetRequest.d.ts +0 -12
  353. package/api/resources/connections/client/requests/GetOauth2WhiteLabelAuthUrlConnectionsOauth2WhiteLabelWhiteLabelIdAuthUrlGetRequest.d.ts +0 -12
  354. package/api/resources/connections/client/requests/ListAllConnectedIntegrationsConnectionsListGetRequest.d.ts +0 -12
  355. package/api/resources/connections/client/requests/ListConnectedIntegrationsConnectionsListIntegrationTypeGetRequest.d.ts +0 -12
  356. package/api/resources/connections/client/requests/SendOauth2WhiteLabelCodeConnectionsOauth2WhiteLabelWhiteLabelIdCodePostRequest.d.ts +0 -14
  357. package/api/resources/embeddingModels/client/requests/ReadEmbeddingModelEmbeddingModelsDetailShortNameGetRequest.d.ts +0 -12
  358. package/api/resources/embeddingModels/client/requests/ReadEmbeddingModelsEmbeddingModelsListGetRequest.d.ts +0 -12
  359. package/api/resources/embeddingModels/client/requests/index.d.ts +0 -2
  360. package/api/resources/sources/client/requests/ReadSourceSourcesDetailShortNameGetRequest.d.ts +0 -12
  361. package/api/resources/sources/client/requests/ReadSourcesSourcesListGetRequest.d.ts +0 -12
  362. package/api/resources/sources/client/requests/index.d.ts +0 -2
  363. package/api/resources/sync/client/requests/GetSyncDagSyncSyncIdDagGetRequest.d.ts +0 -12
  364. package/api/resources/sync/client/requests/GetSyncJobSyncSyncIdJobJobIdGetRequest.d.ts +0 -12
  365. package/api/resources/sync/client/requests/GetSyncJobSyncSyncIdJobJobIdGetRequest.js +0 -5
  366. package/api/resources/sync/client/requests/GetSyncSyncSyncIdGetRequest.js +0 -5
  367. package/api/resources/sync/client/requests/ListSyncJobsSyncSyncIdJobsGetRequest.d.ts +0 -12
  368. package/api/resources/sync/client/requests/ListSyncJobsSyncSyncIdJobsGetRequest.js +0 -5
  369. package/api/resources/sync/client/requests/RunSyncSyncSyncIdRunPostRequest.d.ts +0 -12
  370. package/api/resources/sync/client/requests/RunSyncSyncSyncIdRunPostRequest.js +0 -5
  371. package/api/resources/whiteLabels/client/requests/DeleteWhiteLabelWhiteLabelsWhiteLabelIdDeleteRequest.d.ts +0 -12
  372. package/api/resources/whiteLabels/client/requests/DeleteWhiteLabelWhiteLabelsWhiteLabelIdDeleteRequest.js +0 -5
  373. package/api/resources/whiteLabels/client/requests/ExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodePostRequest.d.ts +0 -14
  374. package/api/resources/whiteLabels/client/requests/ExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodePostRequest.js +0 -5
  375. package/api/resources/whiteLabels/client/requests/GetWhiteLabelOauth2AuthUrlWhiteLabelsWhiteLabelIdOauth2AuthUrlGetRequest.d.ts +0 -12
  376. package/api/resources/whiteLabels/client/requests/GetWhiteLabelOauth2AuthUrlWhiteLabelsWhiteLabelIdOauth2AuthUrlGetRequest.js +0 -5
  377. package/api/resources/whiteLabels/client/requests/GetWhiteLabelWhiteLabelsWhiteLabelIdGetRequest.d.ts +0 -12
  378. package/api/resources/whiteLabels/client/requests/GetWhiteLabelWhiteLabelsWhiteLabelIdGetRequest.js +0 -5
  379. package/api/resources/whiteLabels/client/requests/ListWhiteLabelSyncsWhiteLabelsWhiteLabelIdSyncsGetRequest.d.ts +0 -12
  380. package/api/resources/whiteLabels/client/requests/ListWhiteLabelSyncsWhiteLabelsWhiteLabelIdSyncsGetRequest.js +0 -5
  381. package/api/resources/whiteLabels/client/requests/ListWhiteLabelsWhiteLabelsListGetRequest.d.ts +0 -12
  382. package/api/resources/whiteLabels/client/requests/ListWhiteLabelsWhiteLabelsListGetRequest.js +0 -5
  383. package/api/types/DestinationWithConfigFields.js +0 -5
  384. package/api/types/EmbeddingModelWithConfigFields.js +0 -5
  385. package/api/types/SourceWithConfigFields.js +0 -5
  386. package/api/types/SyncDagCreate.d.ts +0 -14
  387. package/dist/api/resources/apiKeys/client/requests/ReadApiKeyApiKeysIdGetRequest.d.ts +0 -12
  388. package/dist/api/resources/apiKeys/client/requests/ReadApiKeyApiKeysIdGetRequest.js +0 -5
  389. package/dist/api/resources/connections/client/requests/DeleteConnectionConnectionsDeleteSourceConnectionIdDeleteRequest.d.ts +0 -12
  390. package/dist/api/resources/connections/client/requests/DeleteConnectionConnectionsDeleteSourceConnectionIdDeleteRequest.js +0 -5
  391. package/dist/api/resources/connections/client/requests/DisconnectSourceConnectionConnectionsDisconnectSourceConnectionIdPutRequest.d.ts +0 -12
  392. package/dist/api/resources/connections/client/requests/DisconnectSourceConnectionConnectionsDisconnectSourceConnectionIdPutRequest.js +0 -5
  393. package/dist/api/resources/connections/client/requests/GetConnectionConnectionsDetailConnectionIdGetRequest.d.ts +0 -12
  394. package/dist/api/resources/connections/client/requests/GetConnectionConnectionsDetailConnectionIdGetRequest.js +0 -5
  395. package/dist/api/resources/connections/client/requests/GetConnectionCredentialsConnectionsCredentialsConnectionIdGetRequest.d.ts +0 -12
  396. package/dist/api/resources/connections/client/requests/GetConnectionCredentialsConnectionsCredentialsConnectionIdGetRequest.js +0 -5
  397. package/dist/api/resources/connections/client/requests/GetOauth2WhiteLabelAuthUrlConnectionsOauth2WhiteLabelWhiteLabelIdAuthUrlGetRequest.d.ts +0 -12
  398. package/dist/api/resources/connections/client/requests/GetOauth2WhiteLabelAuthUrlConnectionsOauth2WhiteLabelWhiteLabelIdAuthUrlGetRequest.js +0 -5
  399. package/dist/api/resources/connections/client/requests/ListAllConnectedIntegrationsConnectionsListGetRequest.d.ts +0 -12
  400. package/dist/api/resources/connections/client/requests/ListAllConnectedIntegrationsConnectionsListGetRequest.js +0 -5
  401. package/dist/api/resources/connections/client/requests/ListConnectedIntegrationsConnectionsListIntegrationTypeGetRequest.d.ts +0 -12
  402. package/dist/api/resources/connections/client/requests/ListConnectedIntegrationsConnectionsListIntegrationTypeGetRequest.js +0 -5
  403. package/dist/api/resources/connections/client/requests/SendOauth2WhiteLabelCodeConnectionsOauth2WhiteLabelWhiteLabelIdCodePostRequest.d.ts +0 -14
  404. package/dist/api/resources/connections/client/requests/SendOauth2WhiteLabelCodeConnectionsOauth2WhiteLabelWhiteLabelIdCodePostRequest.js +0 -5
  405. package/dist/api/resources/embeddingModels/client/requests/ReadEmbeddingModelEmbeddingModelsDetailShortNameGetRequest.d.ts +0 -12
  406. package/dist/api/resources/embeddingModels/client/requests/ReadEmbeddingModelEmbeddingModelsDetailShortNameGetRequest.js +0 -5
  407. package/dist/api/resources/embeddingModels/client/requests/ReadEmbeddingModelsEmbeddingModelsListGetRequest.d.ts +0 -12
  408. package/dist/api/resources/embeddingModels/client/requests/ReadEmbeddingModelsEmbeddingModelsListGetRequest.js +0 -5
  409. package/dist/api/resources/embeddingModels/client/requests/index.d.ts +0 -2
  410. package/dist/api/resources/sources/client/requests/ReadSourceSourcesDetailShortNameGetRequest.d.ts +0 -12
  411. package/dist/api/resources/sources/client/requests/ReadSourceSourcesDetailShortNameGetRequest.js +0 -5
  412. package/dist/api/resources/sources/client/requests/ReadSourcesSourcesListGetRequest.d.ts +0 -12
  413. package/dist/api/resources/sources/client/requests/ReadSourcesSourcesListGetRequest.js +0 -5
  414. package/dist/api/resources/sources/client/requests/index.d.ts +0 -2
  415. package/dist/api/resources/sync/client/requests/GetSyncDagSyncSyncIdDagGetRequest.d.ts +0 -12
  416. package/dist/api/resources/sync/client/requests/GetSyncDagSyncSyncIdDagGetRequest.js +0 -5
  417. package/dist/api/resources/sync/client/requests/GetSyncJobSyncSyncIdJobJobIdGetRequest.d.ts +0 -12
  418. package/dist/api/resources/sync/client/requests/GetSyncJobSyncSyncIdJobJobIdGetRequest.js +0 -5
  419. package/dist/api/resources/sync/client/requests/GetSyncSyncSyncIdGetRequest.js +0 -5
  420. package/dist/api/resources/sync/client/requests/ListSyncJobsSyncSyncIdJobsGetRequest.d.ts +0 -12
  421. package/dist/api/resources/sync/client/requests/ListSyncJobsSyncSyncIdJobsGetRequest.js +0 -5
  422. package/dist/api/resources/sync/client/requests/RunSyncSyncSyncIdRunPostRequest.d.ts +0 -12
  423. package/dist/api/resources/sync/client/requests/RunSyncSyncSyncIdRunPostRequest.js +0 -5
  424. package/dist/api/resources/whiteLabels/client/requests/DeleteWhiteLabelWhiteLabelsWhiteLabelIdDeleteRequest.d.ts +0 -12
  425. package/dist/api/resources/whiteLabels/client/requests/DeleteWhiteLabelWhiteLabelsWhiteLabelIdDeleteRequest.js +0 -5
  426. package/dist/api/resources/whiteLabels/client/requests/ExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodePostRequest.d.ts +0 -14
  427. package/dist/api/resources/whiteLabels/client/requests/ExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodePostRequest.js +0 -5
  428. package/dist/api/resources/whiteLabels/client/requests/GetWhiteLabelOauth2AuthUrlWhiteLabelsWhiteLabelIdOauth2AuthUrlGetRequest.d.ts +0 -12
  429. package/dist/api/resources/whiteLabels/client/requests/GetWhiteLabelOauth2AuthUrlWhiteLabelsWhiteLabelIdOauth2AuthUrlGetRequest.js +0 -5
  430. package/dist/api/resources/whiteLabels/client/requests/GetWhiteLabelWhiteLabelsWhiteLabelIdGetRequest.d.ts +0 -12
  431. package/dist/api/resources/whiteLabels/client/requests/GetWhiteLabelWhiteLabelsWhiteLabelIdGetRequest.js +0 -5
  432. package/dist/api/resources/whiteLabels/client/requests/ListWhiteLabelSyncsWhiteLabelsWhiteLabelIdSyncsGetRequest.d.ts +0 -12
  433. package/dist/api/resources/whiteLabels/client/requests/ListWhiteLabelSyncsWhiteLabelsWhiteLabelIdSyncsGetRequest.js +0 -5
  434. package/dist/api/resources/whiteLabels/client/requests/ListWhiteLabelsWhiteLabelsListGetRequest.d.ts +0 -12
  435. package/dist/api/resources/whiteLabels/client/requests/ListWhiteLabelsWhiteLabelsListGetRequest.js +0 -5
  436. package/dist/api/types/DestinationWithConfigFields.js +0 -5
  437. package/dist/api/types/EmbeddingModelWithConfigFields.js +0 -5
  438. package/dist/api/types/SourceWithConfigFields.js +0 -5
  439. package/dist/api/types/SyncDagCreate.d.ts +0 -14
  440. package/dist/serialization/types/ApiKeyCreate.d.ts +0 -12
  441. package/dist/serialization/types/EntityRelationCreate.d.ts +0 -15
  442. package/dist/serialization/types/SyncDagCreate.d.ts +0 -18
  443. package/dist/serialization/types/SyncDagUpdate.d.ts +0 -18
  444. package/serialization/types/ApiKeyCreate.d.ts +0 -12
  445. package/serialization/types/EntityRelationCreate.d.ts +0 -15
  446. package/serialization/types/SyncDagCreate.d.ts +0 -18
  447. package/serialization/types/SyncDagUpdate.d.ts +0 -18
  448. /package/api/{types → resources/apiKeys/client/requests}/ApiKeyCreate.js +0 -0
  449. /package/api/resources/apiKeys/client/requests/{ReadApiKeyApiKeysIdGetRequest.js → DeleteApiKeyApiKeysDeleteRequest.js} +0 -0
  450. /package/api/resources/{connections/client/requests/DeleteConnectionConnectionsDeleteSourceConnectionIdDeleteRequest.js → apiKeys/client/requests/ReadApiKeysApiKeysGetRequest.js} +0 -0
  451. /package/api/{types → resources/chat/client/requests}/ChatCreate.js +0 -0
  452. /package/api/resources/{connections/client/requests/DisconnectSourceConnectionConnectionsDisconnectSourceConnectionIdPutRequest.js → chat/client/requests/ListChatsChatGetRequest.js} +0 -0
  453. /package/api/resources/{embeddingModels → chat}/client/requests/index.js +0 -0
  454. /package/api/{types → resources/dag/client/requests}/SyncDagCreate.js +0 -0
  455. /package/api/{types → resources/dag/client/requests}/SyncDagUpdate.js +0 -0
  456. /package/api/resources/{sources → dag}/client/requests/index.js +0 -0
  457. /package/api/{types → resources/entities/client/requests}/EntityDefinitionCreate.js +0 -0
  458. /package/api/{types → resources/entities/client/requests}/EntityRelationCreate.js +0 -0
  459. /package/api/resources/{connections/client/requests/GetConnectionConnectionsDetailConnectionIdGetRequest.js → entities/client/requests/GetEntityDefinitionsBySourceShortNameEntitiesDefinitionsBySourceGetRequest.js} +0 -0
  460. /package/{dist/api/resources/embeddingModels → api/resources/entities}/client/requests/index.js +0 -0
  461. /package/api/{types → resources/entities/types}/EntityDefinitionCreateEntitySchema.d.ts +0 -0
  462. /package/api/{types → resources/entities/types}/EntityDefinitionCreateEntitySchema.js +0 -0
  463. /package/api/{types → resources/transformers/client/requests}/TransformerCreate.js +0 -0
  464. /package/{dist/api/resources/sources → api/resources/transformers}/client/requests/index.js +0 -0
  465. /package/api/{resources/connections/client/requests/GetConnectionCredentialsConnectionsCredentialsConnectionIdGetRequest.js → types/DestinationWithAuthenticationFields.js} +0 -0
  466. /package/api/{resources/connections/client/requests/GetOauth2WhiteLabelAuthUrlConnectionsOauth2WhiteLabelWhiteLabelIdAuthUrlGetRequest.js → types/EmbeddingModelWithAuthenticationFields.js} +0 -0
  467. /package/api/{resources/connections/client/requests/ListAllConnectedIntegrationsConnectionsListGetRequest.js → types/SourceWithAuthenticationFields.js} +0 -0
  468. /package/dist/api/{types → resources/apiKeys/client/requests}/ApiKeyCreate.js +0 -0
  469. /package/{api/resources/connections/client/requests/ListConnectedIntegrationsConnectionsListIntegrationTypeGetRequest.js → dist/api/resources/apiKeys/client/requests/DeleteApiKeyApiKeysDeleteRequest.js} +0 -0
  470. /package/{api/resources/connections/client/requests/SendOauth2WhiteLabelCodeConnectionsOauth2WhiteLabelWhiteLabelIdCodePostRequest.js → dist/api/resources/apiKeys/client/requests/ReadApiKeysApiKeysGetRequest.js} +0 -0
  471. /package/dist/api/{types → resources/chat/client/requests}/ChatCreate.js +0 -0
  472. /package/{api/resources/embeddingModels/client/requests/ReadEmbeddingModelEmbeddingModelsDetailShortNameGetRequest.js → dist/api/resources/chat/client/requests/ListChatsChatGetRequest.js} +0 -0
  473. /package/dist/api/{types → resources/dag/client/requests}/SyncDagCreate.js +0 -0
  474. /package/dist/api/{types → resources/dag/client/requests}/SyncDagUpdate.js +0 -0
  475. /package/dist/api/{types → resources/entities/client/requests}/EntityDefinitionCreate.js +0 -0
  476. /package/dist/api/{types → resources/entities/client/requests}/EntityRelationCreate.js +0 -0
  477. /package/{api/resources/embeddingModels/client/requests/ReadEmbeddingModelsEmbeddingModelsListGetRequest.js → dist/api/resources/entities/client/requests/GetEntityDefinitionsBySourceShortNameEntitiesDefinitionsBySourceGetRequest.js} +0 -0
  478. /package/dist/api/{types → resources/entities/types}/EntityDefinitionCreateEntitySchema.d.ts +0 -0
  479. /package/dist/api/{types → resources/entities/types}/EntityDefinitionCreateEntitySchema.js +0 -0
  480. /package/dist/api/{types → resources/transformers/client/requests}/TransformerCreate.js +0 -0
  481. /package/{api/resources/sources/client/requests/ReadSourceSourcesDetailShortNameGetRequest.js → dist/api/types/DestinationWithAuthenticationFields.js} +0 -0
  482. /package/{api/resources/sources/client/requests/ReadSourcesSourcesListGetRequest.js → dist/api/types/EmbeddingModelWithAuthenticationFields.js} +0 -0
  483. /package/{api/resources/sync/client/requests/GetSyncDagSyncSyncIdDagGetRequest.js → dist/api/types/SourceWithAuthenticationFields.js} +0 -0
@@ -6,8 +6,8 @@ import * as AirweaveSDK from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { AuthType } from "./AuthType";
8
8
  import { Fields } from "./Fields";
9
- export declare const EmbeddingModelWithConfigFields: core.serialization.ObjectSchema<serializers.EmbeddingModelWithConfigFields.Raw, AirweaveSDK.EmbeddingModelWithConfigFields>;
10
- export declare namespace EmbeddingModelWithConfigFields {
9
+ export declare const EmbeddingModelWithAuthenticationFields: core.serialization.ObjectSchema<serializers.EmbeddingModelWithAuthenticationFields.Raw, AirweaveSDK.EmbeddingModelWithAuthenticationFields>;
10
+ export declare namespace EmbeddingModelWithAuthenticationFields {
11
11
  interface Raw {
12
12
  name: string;
13
13
  short_name: string;
@@ -20,6 +20,6 @@ export declare namespace EmbeddingModelWithConfigFields {
20
20
  id: string;
21
21
  created_at: string;
22
22
  modified_at: string;
23
- config_fields?: Fields.Raw | null;
23
+ auth_fields?: Fields.Raw | null;
24
24
  }
25
25
  }
@@ -36,11 +36,11 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.EmbeddingModelWithConfigFields = void 0;
39
+ exports.EmbeddingModelWithAuthenticationFields = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const AuthType_1 = require("./AuthType");
42
42
  const Fields_1 = require("./Fields");
43
- exports.EmbeddingModelWithConfigFields = core.serialization.object({
43
+ exports.EmbeddingModelWithAuthenticationFields = core.serialization.object({
44
44
  name: core.serialization.string(),
45
45
  shortName: core.serialization.property("short_name", core.serialization.string()),
46
46
  description: core.serialization.string().optional(),
@@ -52,5 +52,5 @@ exports.EmbeddingModelWithConfigFields = core.serialization.object({
52
52
  id: core.serialization.string(),
53
53
  createdAt: core.serialization.property("created_at", core.serialization.date()),
54
54
  modifiedAt: core.serialization.property("modified_at", core.serialization.date()),
55
- configFields: core.serialization.property("config_fields", Fields_1.Fields.optional()),
55
+ authFields: core.serialization.property("auth_fields", Fields_1.Fields.optional()),
56
56
  });
@@ -6,8 +6,8 @@ import * as AirweaveSDK from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { AuthType } from "./AuthType";
8
8
  import { Fields } from "./Fields";
9
- export declare const SourceWithConfigFields: core.serialization.ObjectSchema<serializers.SourceWithConfigFields.Raw, AirweaveSDK.SourceWithConfigFields>;
10
- export declare namespace SourceWithConfigFields {
9
+ export declare const SourceWithAuthenticationFields: core.serialization.ObjectSchema<serializers.SourceWithAuthenticationFields.Raw, AirweaveSDK.SourceWithAuthenticationFields>;
10
+ export declare namespace SourceWithAuthenticationFields {
11
11
  interface Raw {
12
12
  name: string;
13
13
  description?: string | null;
@@ -22,6 +22,6 @@ export declare namespace SourceWithConfigFields {
22
22
  id: string;
23
23
  created_at: string;
24
24
  modified_at: string;
25
- config_fields?: Fields.Raw | null;
25
+ auth_fields?: Fields.Raw | null;
26
26
  }
27
27
  }
@@ -36,11 +36,11 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.SourceWithConfigFields = void 0;
39
+ exports.SourceWithAuthenticationFields = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const AuthType_1 = require("./AuthType");
42
42
  const Fields_1 = require("./Fields");
43
- exports.SourceWithConfigFields = core.serialization.object({
43
+ exports.SourceWithAuthenticationFields = core.serialization.object({
44
44
  name: core.serialization.string(),
45
45
  description: core.serialization.string().optional(),
46
46
  authType: core.serialization.property("auth_type", AuthType_1.AuthType.optional()),
@@ -54,5 +54,5 @@ exports.SourceWithConfigFields = core.serialization.object({
54
54
  id: core.serialization.string(),
55
55
  createdAt: core.serialization.property("created_at", core.serialization.date()),
56
56
  modifiedAt: core.serialization.property("modified_at", core.serialization.date()),
57
- configFields: core.serialization.property("config_fields", Fields_1.Fields.optional()),
57
+ authFields: core.serialization.property("auth_fields", Fields_1.Fields.optional()),
58
58
  });
@@ -1,11 +1,9 @@
1
1
  export * from "./ApiKey";
2
- export * from "./ApiKeyCreate";
3
2
  export * from "./ApiKeyWithPlainKey";
4
3
  export * from "./AuthType";
5
4
  export * from "./BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost";
6
5
  export * from "./BodySendOauth2CodeConnectionsOauth2SourceCodePost";
7
6
  export * from "./Chat";
8
- export * from "./ChatCreate";
9
7
  export * from "./ChatMessage";
10
8
  export * from "./ChatMessageCreate";
11
9
  export * from "./ChatUpdate";
@@ -17,18 +15,15 @@ export * from "./DagEdgeCreate";
17
15
  export * from "./DagNode";
18
16
  export * from "./DagNodeCreate";
19
17
  export * from "./Destination";
20
- export * from "./DestinationWithConfigFields";
18
+ export * from "./DestinationWithAuthenticationFields";
21
19
  export * from "./EmbeddingModel";
22
- export * from "./EmbeddingModelWithConfigFields";
20
+ export * from "./EmbeddingModelWithAuthenticationFields";
23
21
  export * from "./EntityCount";
24
22
  export * from "./EntityDefinitionEntitySchema";
25
23
  export * from "./EntityDefinition";
26
- export * from "./EntityDefinitionCreateEntitySchema";
27
- export * from "./EntityDefinitionCreate";
28
24
  export * from "./EntityDefinitionUpdateEntitySchema";
29
25
  export * from "./EntityDefinitionUpdate";
30
26
  export * from "./EntityRelation";
31
- export * from "./EntityRelationCreate";
32
27
  export * from "./EntityRelationUpdate";
33
28
  export * from "./EntityType";
34
29
  export * from "./Fields";
@@ -38,17 +33,14 @@ export * from "./NodeType";
38
33
  export * from "./Organization";
39
34
  export * from "./ResponseType";
40
35
  export * from "./Source";
41
- export * from "./SourceWithConfigFields";
36
+ export * from "./SourceWithAuthenticationFields";
42
37
  export * from "./Sync";
43
38
  export * from "./SyncDag";
44
- export * from "./SyncDagCreate";
45
- export * from "./SyncDagUpdate";
46
39
  export * from "./SyncJob";
47
40
  export * from "./SyncJobStatus";
48
41
  export * from "./SyncStatus";
49
42
  export * from "./SyncWithSourceConnection";
50
43
  export * from "./Transformer";
51
- export * from "./TransformerCreate";
52
44
  export * from "./TransformerUpdate";
53
45
  export * from "./User";
54
46
  export * from "./UserCreate";
@@ -15,13 +15,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./ApiKey"), exports);
18
- __exportStar(require("./ApiKeyCreate"), exports);
19
18
  __exportStar(require("./ApiKeyWithPlainKey"), exports);
20
19
  __exportStar(require("./AuthType"), exports);
21
20
  __exportStar(require("./BodyConnectSlackWithTokenConnectionsDirectTokenSlackPost"), exports);
22
21
  __exportStar(require("./BodySendOauth2CodeConnectionsOauth2SourceCodePost"), exports);
23
22
  __exportStar(require("./Chat"), exports);
24
- __exportStar(require("./ChatCreate"), exports);
25
23
  __exportStar(require("./ChatMessage"), exports);
26
24
  __exportStar(require("./ChatMessageCreate"), exports);
27
25
  __exportStar(require("./ChatUpdate"), exports);
@@ -33,18 +31,15 @@ __exportStar(require("./DagEdgeCreate"), exports);
33
31
  __exportStar(require("./DagNode"), exports);
34
32
  __exportStar(require("./DagNodeCreate"), exports);
35
33
  __exportStar(require("./Destination"), exports);
36
- __exportStar(require("./DestinationWithConfigFields"), exports);
34
+ __exportStar(require("./DestinationWithAuthenticationFields"), exports);
37
35
  __exportStar(require("./EmbeddingModel"), exports);
38
- __exportStar(require("./EmbeddingModelWithConfigFields"), exports);
36
+ __exportStar(require("./EmbeddingModelWithAuthenticationFields"), exports);
39
37
  __exportStar(require("./EntityCount"), exports);
40
38
  __exportStar(require("./EntityDefinitionEntitySchema"), exports);
41
39
  __exportStar(require("./EntityDefinition"), exports);
42
- __exportStar(require("./EntityDefinitionCreateEntitySchema"), exports);
43
- __exportStar(require("./EntityDefinitionCreate"), exports);
44
40
  __exportStar(require("./EntityDefinitionUpdateEntitySchema"), exports);
45
41
  __exportStar(require("./EntityDefinitionUpdate"), exports);
46
42
  __exportStar(require("./EntityRelation"), exports);
47
- __exportStar(require("./EntityRelationCreate"), exports);
48
43
  __exportStar(require("./EntityRelationUpdate"), exports);
49
44
  __exportStar(require("./EntityType"), exports);
50
45
  __exportStar(require("./Fields"), exports);
@@ -54,17 +49,14 @@ __exportStar(require("./NodeType"), exports);
54
49
  __exportStar(require("./Organization"), exports);
55
50
  __exportStar(require("./ResponseType"), exports);
56
51
  __exportStar(require("./Source"), exports);
57
- __exportStar(require("./SourceWithConfigFields"), exports);
52
+ __exportStar(require("./SourceWithAuthenticationFields"), exports);
58
53
  __exportStar(require("./Sync"), exports);
59
54
  __exportStar(require("./SyncDag"), exports);
60
- __exportStar(require("./SyncDagCreate"), exports);
61
- __exportStar(require("./SyncDagUpdate"), exports);
62
55
  __exportStar(require("./SyncJob"), exports);
63
56
  __exportStar(require("./SyncJobStatus"), exports);
64
57
  __exportStar(require("./SyncStatus"), exports);
65
58
  __exportStar(require("./SyncWithSourceConnection"), exports);
66
59
  __exportStar(require("./Transformer"), exports);
67
- __exportStar(require("./TransformerCreate"), exports);
68
60
  __exportStar(require("./TransformerUpdate"), exports);
69
61
  __exportStar(require("./User"), exports);
70
62
  __exportStar(require("./UserCreate"), exports);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.2.22";
1
+ export declare const SDK_VERSION = "v0.2.24";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "v0.2.22";
4
+ exports.SDK_VERSION = "v0.2.24";
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface ReadApiKeyApiKeysIdGetRequest {
11
- creds: string;
12
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface DeleteConnectionConnectionsDeleteSourceConnectionIdDeleteRequest {
11
- creds: string;
12
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface DisconnectSourceConnectionConnectionsDisconnectSourceConnectionIdPutRequest {
11
- creds: string;
12
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface GetConnectionConnectionsDetailConnectionIdGetRequest {
11
- creds: string;
12
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface GetConnectionCredentialsConnectionsCredentialsConnectionIdGetRequest {
11
- creds: string;
12
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface GetOauth2WhiteLabelAuthUrlConnectionsOauth2WhiteLabelWhiteLabelIdAuthUrlGetRequest {
11
- creds: string;
12
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface ListAllConnectedIntegrationsConnectionsListGetRequest {
11
- creds: string;
12
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface ListConnectedIntegrationsConnectionsListIntegrationTypeGetRequest {
11
- creds: string;
12
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds",
8
- * body: "string"
9
- * }
10
- */
11
- export interface SendOauth2WhiteLabelCodeConnectionsOauth2WhiteLabelWhiteLabelIdCodePostRequest {
12
- creds: string;
13
- body: string;
14
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface ReadEmbeddingModelEmbeddingModelsDetailShortNameGetRequest {
11
- creds: string;
12
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface ReadEmbeddingModelsEmbeddingModelsListGetRequest {
11
- creds: string;
12
- }
@@ -1,2 +0,0 @@
1
- export { type ReadEmbeddingModelEmbeddingModelsDetailShortNameGetRequest } from "./ReadEmbeddingModelEmbeddingModelsDetailShortNameGetRequest";
2
- export { type ReadEmbeddingModelsEmbeddingModelsListGetRequest } from "./ReadEmbeddingModelsEmbeddingModelsListGetRequest";
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface ReadSourceSourcesDetailShortNameGetRequest {
11
- creds: string;
12
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface ReadSourcesSourcesListGetRequest {
11
- creds: string;
12
- }
@@ -1,2 +0,0 @@
1
- export { type ReadSourceSourcesDetailShortNameGetRequest } from "./ReadSourceSourcesDetailShortNameGetRequest";
2
- export { type ReadSourcesSourcesListGetRequest } from "./ReadSourcesSourcesListGetRequest";
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface GetSyncDagSyncSyncIdDagGetRequest {
11
- creds: string;
12
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface GetSyncJobSyncSyncIdJobJobIdGetRequest {
11
- creds: string;
12
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface ListSyncJobsSyncSyncIdJobsGetRequest {
11
- creds: string;
12
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface RunSyncSyncSyncIdRunPostRequest {
11
- creds: string;
12
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface DeleteWhiteLabelWhiteLabelsWhiteLabelIdDeleteRequest {
11
- creds: string;
12
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds",
8
- * body: "string"
9
- * }
10
- */
11
- export interface ExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodePostRequest {
12
- creds: string;
13
- body: string;
14
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface GetWhiteLabelOauth2AuthUrlWhiteLabelsWhiteLabelIdOauth2AuthUrlGetRequest {
11
- creds: string;
12
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface GetWhiteLabelWhiteLabelsWhiteLabelIdGetRequest {
11
- creds: string;
12
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface ListWhiteLabelSyncsWhiteLabelsWhiteLabelIdSyncsGetRequest {
11
- creds: string;
12
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * creds: "creds"
8
- * }
9
- */
10
- export interface ListWhiteLabelsWhiteLabelsListGetRequest {
11
- creds: string;
12
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as AirweaveSDK from "../index";
5
- /**
6
- * Schema for creating a sync DAG definition.
7
- */
8
- export interface SyncDagCreate {
9
- name: string;
10
- description?: string;
11
- syncId: string;
12
- nodes: AirweaveSDK.DagNodeCreate[];
13
- edges: AirweaveSDK.DagEdgeCreate[];
14
- }