agentmail 0.0.72 → 0.0.73

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 (266) hide show
  1. package/dist/cjs/Client.d.ts +3 -0
  2. package/dist/cjs/Client.js +21 -16
  3. package/dist/cjs/api/resources/domains/client/Client.d.ts +2 -2
  4. package/dist/cjs/api/resources/domains/client/Client.js +2 -2
  5. package/dist/cjs/api/resources/domains/types/ClientId.d.ts +7 -0
  6. package/dist/cjs/api/resources/domains/types/CreateDomainRequest.d.ts +1 -2
  7. package/dist/cjs/api/resources/domains/types/Domain.d.ts +3 -3
  8. package/dist/cjs/api/resources/domains/types/DomainSummary.d.ts +2 -3
  9. package/dist/cjs/api/resources/domains/types/FeedbackEnabled.d.ts +7 -0
  10. package/dist/cjs/api/resources/domains/types/FeedbackEnabled.js +5 -0
  11. package/dist/cjs/api/resources/domains/types/index.d.ts +2 -1
  12. package/dist/cjs/api/resources/domains/types/index.js +2 -1
  13. package/dist/cjs/api/resources/inboxes/types/CreateInboxRequest.d.ts +1 -2
  14. package/dist/cjs/api/resources/inboxes/types/DisplayName.d.ts +7 -0
  15. package/dist/cjs/api/resources/inboxes/types/DisplayName.js +5 -0
  16. package/dist/cjs/api/resources/inboxes/types/Inbox.d.ts +2 -3
  17. package/dist/cjs/api/resources/inboxes/types/index.d.ts +1 -0
  18. package/dist/cjs/api/resources/inboxes/types/index.js +1 -0
  19. package/dist/cjs/api/resources/index.d.ts +1 -0
  20. package/dist/cjs/api/resources/index.js +2 -1
  21. package/dist/cjs/api/resources/pods/client/Client.d.ts +89 -0
  22. package/dist/cjs/api/resources/pods/client/Client.js +385 -0
  23. package/dist/cjs/api/resources/pods/client/index.d.ts +2 -0
  24. package/dist/cjs/api/resources/pods/client/index.js +17 -0
  25. package/dist/cjs/api/resources/pods/client/requests/ListPodsRequest.d.ts +12 -0
  26. package/dist/cjs/api/resources/pods/client/requests/ListPodsRequest.js +5 -0
  27. package/dist/cjs/api/resources/pods/client/requests/index.d.ts +1 -0
  28. package/dist/cjs/api/resources/pods/client/requests/index.js +2 -0
  29. package/dist/cjs/api/resources/pods/index.d.ts +3 -0
  30. package/dist/cjs/api/resources/pods/index.js +19 -0
  31. package/dist/cjs/api/resources/pods/resources/domains/client/Client.d.ts +71 -0
  32. package/dist/cjs/api/resources/pods/resources/domains/client/Client.js +325 -0
  33. package/dist/cjs/api/resources/pods/resources/domains/client/index.d.ts +2 -0
  34. package/dist/cjs/api/resources/pods/resources/domains/client/index.js +17 -0
  35. package/dist/cjs/api/resources/pods/resources/domains/client/requests/ListDomainsRequest.d.ts +16 -0
  36. package/dist/cjs/api/resources/pods/resources/domains/client/requests/ListDomainsRequest.js +5 -0
  37. package/dist/cjs/api/resources/pods/resources/domains/client/requests/index.d.ts +1 -0
  38. package/dist/cjs/api/resources/pods/resources/domains/client/requests/index.js +2 -0
  39. package/dist/cjs/api/resources/pods/resources/domains/index.d.ts +1 -0
  40. package/dist/cjs/api/resources/pods/resources/domains/index.js +17 -0
  41. package/dist/cjs/api/resources/pods/resources/drafts/client/Client.d.ts +56 -0
  42. package/dist/cjs/api/resources/pods/resources/drafts/client/Client.js +252 -0
  43. package/dist/cjs/api/resources/pods/resources/drafts/client/index.d.ts +2 -0
  44. package/dist/cjs/api/resources/pods/resources/drafts/client/index.js +17 -0
  45. package/dist/cjs/api/resources/pods/resources/drafts/client/requests/ListDraftsRequest.d.ts +16 -0
  46. package/dist/cjs/api/resources/pods/resources/drafts/client/requests/ListDraftsRequest.js +5 -0
  47. package/dist/cjs/api/resources/pods/resources/drafts/client/requests/index.d.ts +1 -0
  48. package/dist/cjs/api/resources/pods/resources/drafts/client/requests/index.js +2 -0
  49. package/dist/cjs/api/resources/pods/resources/drafts/index.d.ts +1 -0
  50. package/dist/cjs/api/resources/pods/resources/drafts/index.js +17 -0
  51. package/dist/cjs/api/resources/pods/resources/inboxes/client/Client.d.ts +85 -0
  52. package/dist/cjs/api/resources/pods/resources/inboxes/client/Client.js +400 -0
  53. package/dist/cjs/api/resources/pods/resources/inboxes/client/index.d.ts +2 -0
  54. package/dist/cjs/api/resources/pods/resources/inboxes/client/index.js +17 -0
  55. package/dist/cjs/api/resources/pods/resources/inboxes/client/requests/ListInboxesRequest.d.ts +16 -0
  56. package/dist/cjs/api/resources/pods/resources/inboxes/client/requests/ListInboxesRequest.js +5 -0
  57. package/dist/cjs/api/resources/pods/resources/inboxes/client/requests/index.d.ts +1 -0
  58. package/dist/cjs/api/resources/pods/resources/inboxes/client/requests/index.js +2 -0
  59. package/dist/cjs/api/resources/pods/resources/inboxes/index.d.ts +1 -0
  60. package/dist/cjs/api/resources/pods/resources/inboxes/index.js +17 -0
  61. package/dist/cjs/api/resources/pods/resources/index.d.ts +8 -0
  62. package/dist/cjs/api/resources/pods/resources/index.js +47 -0
  63. package/dist/cjs/api/resources/pods/resources/threads/client/Client.d.ts +61 -0
  64. package/dist/cjs/api/resources/pods/resources/threads/client/Client.js +310 -0
  65. package/dist/cjs/api/resources/pods/resources/threads/client/index.d.ts +2 -0
  66. package/dist/cjs/api/resources/pods/resources/threads/client/index.js +17 -0
  67. package/dist/cjs/api/resources/pods/resources/threads/client/requests/ListThreadsRequest.d.ts +16 -0
  68. package/dist/cjs/api/resources/pods/resources/threads/client/requests/ListThreadsRequest.js +5 -0
  69. package/dist/cjs/api/resources/pods/resources/threads/client/requests/index.d.ts +1 -0
  70. package/dist/cjs/api/resources/pods/resources/threads/client/requests/index.js +2 -0
  71. package/dist/cjs/api/resources/pods/resources/threads/index.d.ts +1 -0
  72. package/dist/cjs/api/resources/pods/resources/threads/index.js +17 -0
  73. package/dist/cjs/api/resources/pods/types/ClientId.d.ts +7 -0
  74. package/dist/cjs/api/resources/pods/types/ClientId.js +5 -0
  75. package/dist/cjs/api/resources/pods/types/CreatePodRequest.d.ts +8 -0
  76. package/dist/cjs/api/resources/pods/types/CreatePodRequest.js +5 -0
  77. package/dist/cjs/api/resources/pods/types/ListPodsResponse.d.ts +11 -0
  78. package/dist/cjs/api/resources/pods/types/ListPodsResponse.js +5 -0
  79. package/dist/cjs/api/resources/pods/types/Name.d.ts +7 -0
  80. package/dist/cjs/api/resources/pods/types/Name.js +5 -0
  81. package/dist/cjs/api/resources/pods/types/Pod.d.ts +13 -0
  82. package/dist/cjs/api/resources/pods/types/Pod.js +5 -0
  83. package/dist/cjs/api/resources/pods/types/PodId.d.ts +7 -0
  84. package/dist/cjs/api/resources/pods/types/PodId.js +5 -0
  85. package/dist/cjs/api/resources/pods/types/index.d.ts +6 -0
  86. package/dist/cjs/api/resources/pods/types/index.js +22 -0
  87. package/dist/cjs/api/resources/threads/client/Client.d.ts +0 -11
  88. package/dist/cjs/api/resources/threads/client/Client.js +0 -63
  89. package/dist/cjs/serialization/resources/domains/types/ClientId.d.ts +10 -0
  90. package/dist/cjs/serialization/resources/domains/types/ClientId.js +41 -0
  91. package/dist/cjs/serialization/resources/domains/types/CreateDomainRequest.d.ts +2 -1
  92. package/dist/cjs/serialization/resources/domains/types/CreateDomainRequest.js +2 -1
  93. package/dist/cjs/serialization/resources/domains/types/Domain.d.ts +6 -3
  94. package/dist/cjs/serialization/resources/domains/types/Domain.js +6 -3
  95. package/dist/cjs/serialization/resources/domains/types/DomainSummary.d.ts +4 -3
  96. package/dist/cjs/serialization/resources/domains/types/DomainSummary.js +4 -3
  97. package/dist/cjs/serialization/resources/domains/types/FeedbackEnabled.d.ts +10 -0
  98. package/dist/cjs/serialization/resources/domains/types/FeedbackEnabled.js +41 -0
  99. package/dist/cjs/serialization/resources/domains/types/index.d.ts +2 -1
  100. package/dist/cjs/serialization/resources/domains/types/index.js +2 -1
  101. package/dist/cjs/serialization/resources/inboxes/types/CreateInboxRequest.d.ts +2 -1
  102. package/dist/cjs/serialization/resources/inboxes/types/CreateInboxRequest.js +2 -1
  103. package/dist/cjs/serialization/resources/inboxes/types/DisplayName.d.ts +10 -0
  104. package/dist/cjs/serialization/resources/inboxes/types/DisplayName.js +41 -0
  105. package/dist/cjs/serialization/resources/inboxes/types/Inbox.d.ts +3 -2
  106. package/dist/cjs/serialization/resources/inboxes/types/Inbox.js +3 -2
  107. package/dist/cjs/serialization/resources/inboxes/types/index.d.ts +1 -0
  108. package/dist/cjs/serialization/resources/inboxes/types/index.js +1 -0
  109. package/dist/cjs/serialization/resources/index.d.ts +1 -0
  110. package/dist/cjs/serialization/resources/index.js +2 -1
  111. package/dist/cjs/serialization/resources/pods/index.d.ts +1 -0
  112. package/dist/cjs/serialization/resources/pods/index.js +17 -0
  113. package/dist/cjs/serialization/resources/pods/types/ClientId.d.ts +10 -0
  114. package/dist/cjs/serialization/resources/pods/types/ClientId.js +41 -0
  115. package/dist/cjs/serialization/resources/pods/types/CreatePodRequest.d.ts +15 -0
  116. package/dist/cjs/serialization/resources/pods/types/CreatePodRequest.js +46 -0
  117. package/dist/cjs/serialization/resources/pods/types/ListPodsResponse.d.ts +19 -0
  118. package/dist/cjs/serialization/resources/pods/types/ListPodsResponse.js +50 -0
  119. package/dist/cjs/serialization/resources/pods/types/Name.d.ts +10 -0
  120. package/dist/cjs/serialization/resources/pods/types/Name.js +41 -0
  121. package/dist/cjs/serialization/resources/pods/types/Pod.d.ts +19 -0
  122. package/dist/cjs/serialization/resources/{domains/types/CreateDomainResponse.js → pods/types/Pod.js} +8 -11
  123. package/dist/cjs/serialization/resources/pods/types/PodId.d.ts +10 -0
  124. package/dist/cjs/serialization/resources/pods/types/PodId.js +41 -0
  125. package/dist/cjs/serialization/resources/pods/types/index.d.ts +6 -0
  126. package/dist/cjs/serialization/resources/pods/types/index.js +22 -0
  127. package/dist/cjs/version.d.ts +1 -1
  128. package/dist/cjs/version.js +1 -1
  129. package/dist/esm/Client.d.mts +3 -0
  130. package/dist/esm/Client.mjs +7 -2
  131. package/dist/esm/api/resources/domains/client/Client.d.mts +2 -2
  132. package/dist/esm/api/resources/domains/client/Client.mjs +2 -2
  133. package/dist/esm/api/resources/domains/types/ClientId.d.mts +7 -0
  134. package/dist/esm/api/resources/domains/types/CreateDomainRequest.d.mts +1 -2
  135. package/dist/esm/api/resources/domains/types/Domain.d.mts +3 -3
  136. package/dist/esm/api/resources/domains/types/DomainSummary.d.mts +2 -3
  137. package/dist/esm/api/resources/domains/types/FeedbackEnabled.d.mts +7 -0
  138. package/dist/esm/api/resources/domains/types/FeedbackEnabled.mjs +4 -0
  139. package/dist/esm/api/resources/domains/types/index.d.mts +2 -1
  140. package/dist/esm/api/resources/domains/types/index.mjs +2 -1
  141. package/dist/esm/api/resources/inboxes/types/CreateInboxRequest.d.mts +1 -2
  142. package/dist/esm/api/resources/inboxes/types/DisplayName.d.mts +7 -0
  143. package/dist/esm/api/resources/inboxes/types/DisplayName.mjs +4 -0
  144. package/dist/esm/api/resources/inboxes/types/Inbox.d.mts +2 -3
  145. package/dist/esm/api/resources/inboxes/types/index.d.mts +1 -0
  146. package/dist/esm/api/resources/inboxes/types/index.mjs +1 -0
  147. package/dist/esm/api/resources/index.d.mts +1 -0
  148. package/dist/esm/api/resources/index.mjs +1 -0
  149. package/dist/esm/api/resources/pods/client/Client.d.mts +89 -0
  150. package/dist/esm/api/resources/pods/client/Client.mjs +348 -0
  151. package/dist/esm/api/resources/pods/client/index.d.mts +2 -0
  152. package/dist/esm/api/resources/pods/client/index.mjs +1 -0
  153. package/dist/esm/api/resources/pods/client/requests/ListPodsRequest.d.mts +12 -0
  154. package/dist/esm/api/resources/pods/client/requests/ListPodsRequest.mjs +4 -0
  155. package/dist/esm/api/resources/pods/client/requests/index.d.mts +1 -0
  156. package/dist/esm/api/resources/pods/client/requests/index.mjs +1 -0
  157. package/dist/esm/api/resources/pods/index.d.mts +3 -0
  158. package/dist/esm/api/resources/pods/index.mjs +3 -0
  159. package/dist/esm/api/resources/pods/resources/domains/client/Client.d.mts +71 -0
  160. package/dist/esm/api/resources/pods/resources/domains/client/Client.mjs +288 -0
  161. package/dist/esm/api/resources/pods/resources/domains/client/index.d.mts +2 -0
  162. package/dist/esm/api/resources/pods/resources/domains/client/index.mjs +1 -0
  163. package/dist/esm/api/resources/pods/resources/domains/client/requests/ListDomainsRequest.d.mts +16 -0
  164. package/dist/esm/api/resources/pods/resources/domains/client/requests/ListDomainsRequest.mjs +4 -0
  165. package/dist/esm/api/resources/pods/resources/domains/client/requests/index.d.mts +1 -0
  166. package/dist/esm/api/resources/pods/resources/domains/client/requests/index.mjs +1 -0
  167. package/dist/esm/api/resources/pods/resources/domains/index.d.mts +1 -0
  168. package/dist/esm/api/resources/pods/resources/domains/index.mjs +1 -0
  169. package/dist/esm/api/resources/pods/resources/drafts/client/Client.d.mts +56 -0
  170. package/dist/esm/api/resources/pods/resources/drafts/client/Client.mjs +215 -0
  171. package/dist/esm/api/resources/pods/resources/drafts/client/index.d.mts +2 -0
  172. package/dist/esm/api/resources/pods/resources/drafts/client/index.mjs +1 -0
  173. package/dist/esm/api/resources/pods/resources/drafts/client/requests/ListDraftsRequest.d.mts +16 -0
  174. package/dist/esm/api/resources/pods/resources/drafts/client/requests/ListDraftsRequest.mjs +4 -0
  175. package/dist/esm/api/resources/pods/resources/drafts/client/requests/index.d.mts +1 -0
  176. package/dist/esm/api/resources/pods/resources/drafts/client/requests/index.mjs +1 -0
  177. package/dist/esm/api/resources/pods/resources/drafts/index.d.mts +1 -0
  178. package/dist/esm/api/resources/pods/resources/drafts/index.mjs +1 -0
  179. package/dist/esm/api/resources/pods/resources/inboxes/client/Client.d.mts +85 -0
  180. package/dist/esm/api/resources/pods/resources/inboxes/client/Client.mjs +363 -0
  181. package/dist/esm/api/resources/pods/resources/inboxes/client/index.d.mts +2 -0
  182. package/dist/esm/api/resources/pods/resources/inboxes/client/index.mjs +1 -0
  183. package/dist/esm/api/resources/pods/resources/inboxes/client/requests/ListInboxesRequest.d.mts +16 -0
  184. package/dist/esm/api/resources/pods/resources/inboxes/client/requests/ListInboxesRequest.mjs +4 -0
  185. package/dist/esm/api/resources/pods/resources/inboxes/client/requests/index.d.mts +1 -0
  186. package/dist/esm/api/resources/pods/resources/inboxes/client/requests/index.mjs +1 -0
  187. package/dist/esm/api/resources/pods/resources/inboxes/index.d.mts +1 -0
  188. package/dist/esm/api/resources/pods/resources/inboxes/index.mjs +1 -0
  189. package/dist/esm/api/resources/pods/resources/index.d.mts +8 -0
  190. package/dist/esm/api/resources/pods/resources/index.mjs +8 -0
  191. package/dist/esm/api/resources/pods/resources/threads/client/Client.d.mts +61 -0
  192. package/dist/esm/api/resources/pods/resources/threads/client/Client.mjs +273 -0
  193. package/dist/esm/api/resources/pods/resources/threads/client/index.d.mts +2 -0
  194. package/dist/esm/api/resources/pods/resources/threads/client/index.mjs +1 -0
  195. package/dist/esm/api/resources/pods/resources/threads/client/requests/ListThreadsRequest.d.mts +16 -0
  196. package/dist/esm/api/resources/pods/resources/threads/client/requests/ListThreadsRequest.mjs +4 -0
  197. package/dist/esm/api/resources/pods/resources/threads/client/requests/index.d.mts +1 -0
  198. package/dist/esm/api/resources/pods/resources/threads/client/requests/index.mjs +1 -0
  199. package/dist/esm/api/resources/pods/resources/threads/index.d.mts +1 -0
  200. package/dist/esm/api/resources/pods/resources/threads/index.mjs +1 -0
  201. package/dist/esm/api/resources/pods/types/ClientId.d.mts +7 -0
  202. package/dist/esm/api/resources/pods/types/ClientId.mjs +4 -0
  203. package/dist/esm/api/resources/pods/types/CreatePodRequest.d.mts +8 -0
  204. package/dist/esm/api/resources/pods/types/CreatePodRequest.mjs +4 -0
  205. package/dist/esm/api/resources/pods/types/ListPodsResponse.d.mts +11 -0
  206. package/dist/esm/api/resources/pods/types/ListPodsResponse.mjs +4 -0
  207. package/dist/esm/api/resources/pods/types/Name.d.mts +7 -0
  208. package/dist/esm/api/resources/pods/types/Name.mjs +4 -0
  209. package/dist/esm/api/resources/pods/types/Pod.d.mts +13 -0
  210. package/dist/esm/api/resources/pods/types/Pod.mjs +4 -0
  211. package/dist/esm/api/resources/pods/types/PodId.d.mts +7 -0
  212. package/dist/esm/api/resources/pods/types/PodId.mjs +4 -0
  213. package/dist/esm/api/resources/pods/types/index.d.mts +6 -0
  214. package/dist/esm/api/resources/pods/types/index.mjs +6 -0
  215. package/dist/esm/api/resources/threads/client/Client.d.mts +0 -11
  216. package/dist/esm/api/resources/threads/client/Client.mjs +0 -63
  217. package/dist/esm/serialization/resources/domains/types/ClientId.d.mts +10 -0
  218. package/dist/esm/serialization/resources/domains/types/ClientId.mjs +5 -0
  219. package/dist/esm/serialization/resources/domains/types/CreateDomainRequest.d.mts +2 -1
  220. package/dist/esm/serialization/resources/domains/types/CreateDomainRequest.mjs +2 -1
  221. package/dist/esm/serialization/resources/domains/types/Domain.d.mts +6 -3
  222. package/dist/esm/serialization/resources/domains/types/Domain.mjs +6 -3
  223. package/dist/esm/serialization/resources/domains/types/DomainSummary.d.mts +4 -3
  224. package/dist/esm/serialization/resources/domains/types/DomainSummary.mjs +4 -3
  225. package/dist/esm/serialization/resources/domains/types/FeedbackEnabled.d.mts +10 -0
  226. package/dist/esm/serialization/resources/domains/types/FeedbackEnabled.mjs +5 -0
  227. package/dist/esm/serialization/resources/domains/types/index.d.mts +2 -1
  228. package/dist/esm/serialization/resources/domains/types/index.mjs +2 -1
  229. package/dist/esm/serialization/resources/inboxes/types/CreateInboxRequest.d.mts +2 -1
  230. package/dist/esm/serialization/resources/inboxes/types/CreateInboxRequest.mjs +2 -1
  231. package/dist/esm/serialization/resources/inboxes/types/DisplayName.d.mts +10 -0
  232. package/dist/esm/serialization/resources/inboxes/types/DisplayName.mjs +5 -0
  233. package/dist/esm/serialization/resources/inboxes/types/Inbox.d.mts +3 -2
  234. package/dist/esm/serialization/resources/inboxes/types/Inbox.mjs +3 -2
  235. package/dist/esm/serialization/resources/inboxes/types/index.d.mts +1 -0
  236. package/dist/esm/serialization/resources/inboxes/types/index.mjs +1 -0
  237. package/dist/esm/serialization/resources/index.d.mts +1 -0
  238. package/dist/esm/serialization/resources/index.mjs +1 -0
  239. package/dist/esm/serialization/resources/pods/index.d.mts +1 -0
  240. package/dist/esm/serialization/resources/pods/index.mjs +1 -0
  241. package/dist/esm/serialization/resources/pods/types/ClientId.d.mts +10 -0
  242. package/dist/esm/serialization/resources/pods/types/ClientId.mjs +5 -0
  243. package/dist/esm/serialization/resources/pods/types/CreatePodRequest.d.mts +15 -0
  244. package/dist/esm/serialization/resources/pods/types/CreatePodRequest.mjs +10 -0
  245. package/dist/esm/serialization/resources/pods/types/ListPodsResponse.d.mts +19 -0
  246. package/dist/esm/serialization/resources/pods/types/ListPodsResponse.mjs +14 -0
  247. package/dist/esm/serialization/resources/pods/types/Name.d.mts +10 -0
  248. package/dist/esm/serialization/resources/pods/types/Name.mjs +5 -0
  249. package/dist/esm/serialization/resources/pods/types/Pod.d.mts +19 -0
  250. package/dist/esm/serialization/resources/pods/types/Pod.mjs +14 -0
  251. package/dist/esm/serialization/resources/pods/types/PodId.d.mts +10 -0
  252. package/dist/esm/serialization/resources/pods/types/PodId.mjs +5 -0
  253. package/dist/esm/serialization/resources/pods/types/index.d.mts +6 -0
  254. package/dist/esm/serialization/resources/pods/types/index.mjs +6 -0
  255. package/dist/esm/version.d.mts +1 -1
  256. package/dist/esm/version.mjs +1 -1
  257. package/dist/llms-full.txt +4305 -207
  258. package/package.json +1 -1
  259. package/reference.md +910 -20
  260. package/dist/cjs/api/resources/domains/types/CreateDomainResponse.d.ts +0 -18
  261. package/dist/cjs/serialization/resources/domains/types/CreateDomainResponse.d.ts +0 -22
  262. package/dist/esm/api/resources/domains/types/CreateDomainResponse.d.mts +0 -18
  263. package/dist/esm/serialization/resources/domains/types/CreateDomainResponse.d.mts +0 -22
  264. package/dist/esm/serialization/resources/domains/types/CreateDomainResponse.mjs +0 -17
  265. /package/dist/cjs/api/resources/domains/types/{CreateDomainResponse.js → ClientId.js} +0 -0
  266. /package/dist/esm/api/resources/domains/types/{CreateDomainResponse.mjs → ClientId.mjs} +0 -0
@@ -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.Name = void 0;
40
+ const core = __importStar(require("../../../../core/index.js"));
41
+ exports.Name = core.serialization.string();
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index.js";
5
+ import * as AgentMail from "../../../../api/index.js";
6
+ import * as core from "../../../../core/index.js";
7
+ import { PodId } from "./PodId.js";
8
+ import { Name } from "./Name.js";
9
+ import { ClientId } from "./ClientId.js";
10
+ export declare const Pod: core.serialization.ObjectSchema<serializers.pods.Pod.Raw, AgentMail.pods.Pod>;
11
+ export declare namespace Pod {
12
+ interface Raw {
13
+ pod_id: PodId.Raw;
14
+ name: Name.Raw;
15
+ updated_at: string;
16
+ created_at: string;
17
+ client_id?: ClientId.Raw | null;
18
+ }
19
+ }
@@ -36,18 +36,15 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.CreateDomainResponse = void 0;
39
+ exports.Pod = void 0;
40
40
  const core = __importStar(require("../../../../core/index.js"));
41
- const DomainId_js_1 = require("./DomainId.js");
42
- const OrganizationId_js_1 = require("../../../types/OrganizationId.js");
43
- const VerificationStatus_js_1 = require("./VerificationStatus.js");
44
- const VerificationRecord_js_1 = require("./VerificationRecord.js");
45
- exports.CreateDomainResponse = core.serialization.object({
46
- domainId: core.serialization.property("domain_id", DomainId_js_1.DomainId),
47
- organizationId: core.serialization.property("organization_id", OrganizationId_js_1.OrganizationId),
48
- status: VerificationStatus_js_1.VerificationStatus,
49
- feedbackEnabled: core.serialization.property("feedback_enabled", core.serialization.boolean().optional()),
50
- records: core.serialization.list(VerificationRecord_js_1.VerificationRecord),
41
+ const PodId_js_1 = require("./PodId.js");
42
+ const Name_js_1 = require("./Name.js");
43
+ const ClientId_js_1 = require("./ClientId.js");
44
+ exports.Pod = core.serialization.object({
45
+ podId: core.serialization.property("pod_id", PodId_js_1.PodId),
46
+ name: Name_js_1.Name,
51
47
  updatedAt: core.serialization.property("updated_at", core.serialization.date()),
52
48
  createdAt: core.serialization.property("created_at", core.serialization.date()),
49
+ clientId: core.serialization.property("client_id", ClientId_js_1.ClientId.optional()),
53
50
  });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index.js";
5
+ import * as AgentMail from "../../../../api/index.js";
6
+ import * as core from "../../../../core/index.js";
7
+ export declare const PodId: core.serialization.Schema<serializers.pods.PodId.Raw, AgentMail.pods.PodId>;
8
+ export declare namespace PodId {
9
+ type Raw = string;
10
+ }
@@ -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.PodId = void 0;
40
+ const core = __importStar(require("../../../../core/index.js"));
41
+ exports.PodId = core.serialization.string();
@@ -0,0 +1,6 @@
1
+ export * from "./PodId.js";
2
+ export * from "./Name.js";
3
+ export * from "./ClientId.js";
4
+ export * from "./Pod.js";
5
+ export * from "./ListPodsResponse.js";
6
+ export * from "./CreatePodRequest.js";
@@ -0,0 +1,22 @@
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("./PodId.js"), exports);
18
+ __exportStar(require("./Name.js"), exports);
19
+ __exportStar(require("./ClientId.js"), exports);
20
+ __exportStar(require("./Pod.js"), exports);
21
+ __exportStar(require("./ListPodsResponse.js"), exports);
22
+ __exportStar(require("./CreatePodRequest.js"), exports);
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.0.72";
1
+ export declare const SDK_VERSION = "0.0.73";
@@ -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 = "0.0.72";
4
+ exports.SDK_VERSION = "0.0.73";
@@ -4,6 +4,7 @@
4
4
  import * as environments from "./environments.mjs";
5
5
  import * as core from "./core/index.mjs";
6
6
  import { Inboxes } from "./api/resources/inboxes/client/Client.mjs";
7
+ import { Pods } from "./api/resources/pods/client/Client.mjs";
7
8
  import { Webhooks } from "./api/resources/webhooks/client/Client.mjs";
8
9
  import { ApiKeys } from "./api/resources/apiKeys/client/Client.mjs";
9
10
  import { Domains } from "./api/resources/domains/client/Client.mjs";
@@ -36,6 +37,7 @@ export declare namespace AgentMailClient {
36
37
  export declare class AgentMailClient {
37
38
  protected readonly _options: AgentMailClient.Options;
38
39
  protected _inboxes: Inboxes | undefined;
40
+ protected _pods: Pods | undefined;
39
41
  protected _webhooks: Webhooks | undefined;
40
42
  protected _apiKeys: ApiKeys | undefined;
41
43
  protected _domains: Domains | undefined;
@@ -45,6 +47,7 @@ export declare class AgentMailClient {
45
47
  protected _websockets: Websockets | undefined;
46
48
  constructor(_options?: AgentMailClient.Options);
47
49
  get inboxes(): Inboxes;
50
+ get pods(): Pods;
48
51
  get webhooks(): Webhooks;
49
52
  get apiKeys(): ApiKeys;
50
53
  get domains(): Domains;
@@ -4,6 +4,7 @@
4
4
  import * as core from "./core/index.mjs";
5
5
  import { mergeHeaders } from "./core/headers.mjs";
6
6
  import { Inboxes } from "./api/resources/inboxes/client/Client.mjs";
7
+ import { Pods } from "./api/resources/pods/client/Client.mjs";
7
8
  import { Webhooks } from "./api/resources/webhooks/client/Client.mjs";
8
9
  import { ApiKeys } from "./api/resources/apiKeys/client/Client.mjs";
9
10
  import { Domains } from "./api/resources/domains/client/Client.mjs";
@@ -16,8 +17,8 @@ export class AgentMailClient {
16
17
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
17
18
  "X-Fern-Language": "JavaScript",
18
19
  "X-Fern-SDK-Name": "agentmail",
19
- "X-Fern-SDK-Version": "0.0.72",
20
- "User-Agent": "agentmail/0.0.72",
20
+ "X-Fern-SDK-Version": "0.0.73",
21
+ "User-Agent": "agentmail/0.0.73",
21
22
  "X-Fern-Runtime": core.RUNTIME.type,
22
23
  "X-Fern-Runtime-Version": core.RUNTIME.version,
23
24
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -26,6 +27,10 @@ export class AgentMailClient {
26
27
  var _a;
27
28
  return ((_a = this._inboxes) !== null && _a !== void 0 ? _a : (this._inboxes = new Inboxes(this._options)));
28
29
  }
30
+ get pods() {
31
+ var _a;
32
+ return ((_a = this._pods) !== null && _a !== void 0 ? _a : (this._pods = new Pods(this._options)));
33
+ }
29
34
  get webhooks() {
30
35
  var _a;
31
36
  return ((_a = this._webhooks) !== null && _a !== void 0 ? _a : (this._webhooks = new Webhooks(this._options)));
@@ -57,10 +57,10 @@ export declare class Domains {
57
57
  * @example
58
58
  * await client.domains.create({
59
59
  * domain: "domain",
60
- * feedbackEnabled: undefined
60
+ * feedbackEnabled: true
61
61
  * })
62
62
  */
63
- create(request: AgentMail.CreateDomainRequest, requestOptions?: Domains.RequestOptions): core.HttpResponsePromise<AgentMail.CreateDomainResponse>;
63
+ create(request: AgentMail.CreateDomainRequest, requestOptions?: Domains.RequestOptions): core.HttpResponsePromise<AgentMail.Domain>;
64
64
  private __create;
65
65
  /**
66
66
  * @param {AgentMail.DomainId} domain
@@ -178,7 +178,7 @@ export class Domains {
178
178
  * @example
179
179
  * await client.domains.create({
180
180
  * domain: "domain",
181
- * feedbackEnabled: undefined
181
+ * feedbackEnabled: true
182
182
  * })
183
183
  */
184
184
  create(request, requestOptions) {
@@ -205,7 +205,7 @@ export class Domains {
205
205
  });
206
206
  if (_response.ok) {
207
207
  return {
208
- data: serializers.CreateDomainResponse.parseOrThrow(_response.body, {
208
+ data: serializers.Domain.parseOrThrow(_response.body, {
209
209
  unrecognizedObjectKeys: "passthrough",
210
210
  allowUnrecognizedUnionMembers: true,
211
211
  allowUnrecognizedEnumValues: true,
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Client ID of domain.
6
+ */
7
+ export type ClientId = string;
@@ -4,6 +4,5 @@
4
4
  import * as AgentMail from "../../../index.mjs";
5
5
  export interface CreateDomainRequest {
6
6
  domain: AgentMail.DomainName;
7
- /** Whether to forward bounce and complaint notifications to your domain. */
8
- feedbackEnabled?: boolean;
7
+ feedbackEnabled: AgentMail.FeedbackEnabled;
9
8
  }
@@ -4,13 +4,13 @@
4
4
  import * as AgentMail from "../../../index.mjs";
5
5
  export interface Domain {
6
6
  domainId: AgentMail.DomainId;
7
- organizationId: AgentMail.OrganizationId;
7
+ domain: AgentMail.DomainName;
8
8
  /** The verification status of the domain. */
9
9
  status: AgentMail.VerificationStatus;
10
- /** Whether bounce and complaint notifications are forwarded to your domain. */
11
- feedbackEnabled?: boolean;
10
+ feedbackEnabled: AgentMail.FeedbackEnabled;
12
11
  /** A list of DNS records required to verify the domain. */
13
12
  records: AgentMail.VerificationRecord[];
13
+ clientId?: AgentMail.ClientId;
14
14
  /** Time at which the domain was last updated. */
15
15
  updatedAt: Date;
16
16
  /** Time at which the domain was created. */
@@ -4,11 +4,10 @@
4
4
  import * as AgentMail from "../../../index.mjs";
5
5
  export interface DomainSummary {
6
6
  domainId: AgentMail.DomainId;
7
- organizationId: AgentMail.OrganizationId;
7
+ feedbackEnabled: AgentMail.FeedbackEnabled;
8
+ clientId?: AgentMail.ClientId;
8
9
  /** Time at which the domain was last updated. */
9
10
  updatedAt: Date;
10
11
  /** Time at which the domain was created. */
11
12
  createdAt: Date;
12
- /** Whether to forward bounce and complaint notifications to your domain. */
13
- feedbackEnabled?: boolean;
14
13
  }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Whether bounce and complaint notifications are sent to your inboxes.
6
+ */
7
+ export type FeedbackEnabled = boolean;
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -4,8 +4,9 @@ export * from "./RecordType.mjs";
4
4
  export * from "./VerificationStatus.mjs";
5
5
  export * from "./RecordStatus.mjs";
6
6
  export * from "./VerificationRecord.mjs";
7
+ export * from "./FeedbackEnabled.mjs";
8
+ export * from "./ClientId.mjs";
7
9
  export * from "./Domain.mjs";
8
10
  export * from "./DomainSummary.mjs";
9
- export * from "./CreateDomainResponse.mjs";
10
11
  export * from "./ListDomainsResponse.mjs";
11
12
  export * from "./CreateDomainRequest.mjs";
@@ -4,8 +4,9 @@ export * from "./RecordType.mjs";
4
4
  export * from "./VerificationStatus.mjs";
5
5
  export * from "./RecordStatus.mjs";
6
6
  export * from "./VerificationRecord.mjs";
7
+ export * from "./FeedbackEnabled.mjs";
8
+ export * from "./ClientId.mjs";
7
9
  export * from "./Domain.mjs";
8
10
  export * from "./DomainSummary.mjs";
9
- export * from "./CreateDomainResponse.mjs";
10
11
  export * from "./ListDomainsResponse.mjs";
11
12
  export * from "./CreateDomainRequest.mjs";
@@ -7,7 +7,6 @@ export interface CreateInboxRequest {
7
7
  username?: string;
8
8
  /** Domain of address. Must be verified domain. Defaults to `agentmail.to`. */
9
9
  domain?: string;
10
- /** Display name: `Display Name <username@domain.com>`. Defaults to `AgentMail`. Pass empty string to omit. */
11
- displayName?: string;
10
+ displayName?: AgentMail.inboxes.DisplayName;
12
11
  clientId?: AgentMail.inboxes.ClientId;
13
12
  }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Display name: `Display Name <username@domain.com>`.
6
+ */
7
+ export type DisplayName = string;
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -4,11 +4,10 @@
4
4
  import * as AgentMail from "../../../index.mjs";
5
5
  export interface Inbox {
6
6
  inboxId: AgentMail.inboxes.InboxId;
7
- /** Display name: `Display Name <username@domain.com>`. */
8
- displayName: string;
7
+ displayName?: AgentMail.inboxes.DisplayName;
8
+ clientId?: AgentMail.inboxes.ClientId;
9
9
  /** Time at which inbox was last updated. */
10
10
  updatedAt: Date;
11
11
  /** Time at which inbox was created. */
12
12
  createdAt: Date;
13
- clientId?: AgentMail.inboxes.ClientId;
14
13
  }
@@ -1,4 +1,5 @@
1
1
  export * from "./InboxId.mjs";
2
+ export * from "./DisplayName.mjs";
2
3
  export * from "./ClientId.mjs";
3
4
  export * from "./Inbox.mjs";
4
5
  export * from "./ListInboxesResponse.mjs";
@@ -1,4 +1,5 @@
1
1
  export * from "./InboxId.mjs";
2
+ export * from "./DisplayName.mjs";
2
3
  export * from "./ClientId.mjs";
3
4
  export * from "./Inbox.mjs";
4
5
  export * from "./ListInboxesResponse.mjs";
@@ -1,4 +1,5 @@
1
1
  export * as inboxes from "./inboxes/index.mjs";
2
+ export * as pods from "./pods/index.mjs";
2
3
  export * as webhooks from "./webhooks/index.mjs";
3
4
  export * as apiKeys from "./apiKeys/index.mjs";
4
5
  export * from "./apiKeys/types/index.mjs";
@@ -1,4 +1,5 @@
1
1
  export * as inboxes from "./inboxes/index.mjs";
2
+ export * as pods from "./pods/index.mjs";
2
3
  export * as webhooks from "./webhooks/index.mjs";
3
4
  export * as apiKeys from "./apiKeys/index.mjs";
4
5
  export * from "./apiKeys/types/index.mjs";
@@ -0,0 +1,89 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as environments from "../../../../environments.mjs";
5
+ import * as core from "../../../../core/index.mjs";
6
+ import * as AgentMail from "../../../index.mjs";
7
+ import { Inboxes } from "../resources/inboxes/client/Client.mjs";
8
+ import { Threads } from "../resources/threads/client/Client.mjs";
9
+ import { Drafts } from "../resources/drafts/client/Client.mjs";
10
+ import { Domains } from "../resources/domains/client/Client.mjs";
11
+ export declare namespace Pods {
12
+ interface Options {
13
+ environment?: core.Supplier<environments.AgentMailEnvironment | environments.AgentMailEnvironmentUrls>;
14
+ /** Specify a custom URL to connect the client to. */
15
+ baseUrl?: core.Supplier<string>;
16
+ apiKey?: core.Supplier<core.BearerToken | undefined>;
17
+ /** Additional headers to include in requests. */
18
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
19
+ }
20
+ interface RequestOptions {
21
+ /** The maximum time to wait for a response in seconds. */
22
+ timeoutInSeconds?: number;
23
+ /** The number of times to retry the request. Defaults to 2. */
24
+ maxRetries?: number;
25
+ /** A hook to abort the request. */
26
+ abortSignal?: AbortSignal;
27
+ /** Additional query string parameters to include in the request. */
28
+ queryParams?: Record<string, unknown>;
29
+ /** Additional headers to include in the request. */
30
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
31
+ }
32
+ }
33
+ export declare class Pods {
34
+ protected readonly _options: Pods.Options;
35
+ protected _inboxes: Inboxes | undefined;
36
+ protected _threads: Threads | undefined;
37
+ protected _drafts: Drafts | undefined;
38
+ protected _domains: Domains | undefined;
39
+ constructor(_options?: Pods.Options);
40
+ get inboxes(): Inboxes;
41
+ get threads(): Threads;
42
+ get drafts(): Drafts;
43
+ get domains(): Domains;
44
+ /**
45
+ * @param {AgentMail.pods.ListPodsRequest} request
46
+ * @param {Pods.RequestOptions} requestOptions - Request-specific configuration.
47
+ *
48
+ * @example
49
+ * await client.pods.list()
50
+ */
51
+ list(request?: AgentMail.pods.ListPodsRequest, requestOptions?: Pods.RequestOptions): Promise<core.Page<AgentMail.pods.Pod>>;
52
+ /**
53
+ * @param {AgentMail.pods.PodId} podId
54
+ * @param {Pods.RequestOptions} requestOptions - Request-specific configuration.
55
+ *
56
+ * @throws {@link AgentMail.NotFoundError}
57
+ *
58
+ * @example
59
+ * await client.pods.get("pod_id")
60
+ */
61
+ get(podId: AgentMail.pods.PodId, requestOptions?: Pods.RequestOptions): core.HttpResponsePromise<AgentMail.pods.Pod>;
62
+ private __get;
63
+ /**
64
+ * @param {AgentMail.pods.CreatePodRequest} request
65
+ * @param {Pods.RequestOptions} requestOptions - Request-specific configuration.
66
+ *
67
+ * @throws {@link AgentMail.ValidationError}
68
+ *
69
+ * @example
70
+ * await client.pods.create({
71
+ * name: undefined,
72
+ * clientId: undefined
73
+ * })
74
+ */
75
+ create(request: AgentMail.pods.CreatePodRequest, requestOptions?: Pods.RequestOptions): core.HttpResponsePromise<AgentMail.pods.Pod>;
76
+ private __create;
77
+ /**
78
+ * @param {AgentMail.pods.PodId} podId
79
+ * @param {Pods.RequestOptions} requestOptions - Request-specific configuration.
80
+ *
81
+ * @throws {@link AgentMail.NotFoundError}
82
+ *
83
+ * @example
84
+ * await client.pods.delete("pod_id")
85
+ */
86
+ delete(podId: AgentMail.pods.PodId, requestOptions?: Pods.RequestOptions): core.HttpResponsePromise<void>;
87
+ private __delete;
88
+ protected _getAuthorizationHeader(): Promise<string>;
89
+ }