@neynar/nodejs-sdk 2.43.2 → 2.46.0

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 (743) hide show
  1. package/build/api/api.d.ts +2 -1
  2. package/build/api/api.js +2 -1
  3. package/build/api/apis/action-api.d.ts +1 -1
  4. package/build/api/apis/action-api.js +1 -1
  5. package/build/api/apis/agents-api.d.ts +6 -6
  6. package/build/api/apis/agents-api.js +5 -5
  7. package/build/api/apis/app-host-api.d.ts +278 -0
  8. package/build/api/apis/app-host-api.js +304 -0
  9. package/build/api/apis/ban-api.d.ts +1 -1
  10. package/build/api/apis/ban-api.js +1 -1
  11. package/build/api/apis/block-api.d.ts +1 -1
  12. package/build/api/apis/block-api.js +1 -1
  13. package/build/api/apis/cast-api.d.ts +11 -11
  14. package/build/api/apis/cast-api.js +9 -9
  15. package/build/api/apis/channel-api.d.ts +1 -1
  16. package/build/api/apis/channel-api.js +1 -1
  17. package/build/api/apis/feed-api.d.ts +1 -1
  18. package/build/api/apis/feed-api.js +1 -1
  19. package/build/api/apis/fname-api.d.ts +1 -1
  20. package/build/api/apis/fname-api.js +1 -1
  21. package/build/api/apis/follows-api.d.ts +1 -1
  22. package/build/api/apis/follows-api.js +1 -1
  23. package/build/api/apis/frame-api.d.ts +92 -1
  24. package/build/api/apis/frame-api.js +85 -1
  25. package/build/api/apis/login-api.d.ts +1 -1
  26. package/build/api/apis/login-api.js +1 -1
  27. package/build/api/apis/metrics-api.d.ts +7 -5
  28. package/build/api/apis/metrics-api.js +6 -4
  29. package/build/api/apis/mute-api.d.ts +1 -1
  30. package/build/api/apis/mute-api.js +1 -1
  31. package/build/api/apis/notifications-api.d.ts +1 -1
  32. package/build/api/apis/notifications-api.js +1 -1
  33. package/build/api/apis/onchain-api.d.ts +13 -12
  34. package/build/api/apis/onchain-api.js +7 -7
  35. package/build/api/apis/reaction-api.d.ts +1 -1
  36. package/build/api/apis/reaction-api.js +1 -1
  37. package/build/api/apis/signer-api.d.ts +1 -1
  38. package/build/api/apis/signer-api.js +1 -1
  39. package/build/api/apis/storage-api.d.ts +1 -1
  40. package/build/api/apis/storage-api.js +1 -1
  41. package/build/api/apis/subscribers-api.d.ts +1 -1
  42. package/build/api/apis/subscribers-api.js +1 -1
  43. package/build/api/apis/user-api.d.ts +1 -1
  44. package/build/api/apis/user-api.js +1 -1
  45. package/build/api/apis/webhook-api.d.ts +1 -1
  46. package/build/api/apis/webhook-api.js +1 -1
  47. package/build/api/base.d.ts +1 -1
  48. package/build/api/base.js +1 -1
  49. package/build/api/common.d.ts +1 -1
  50. package/build/api/common.js +1 -1
  51. package/build/api/configuration.d.ts +1 -1
  52. package/build/api/configuration.js +1 -1
  53. package/build/api/index.d.ts +1 -1
  54. package/build/api/index.js +1 -1
  55. package/build/api/models/add-verification-req-body.d.ts +1 -1
  56. package/build/api/models/add-verification-req-body.js +1 -1
  57. package/build/api/models/address-balance-verified-address.d.ts +1 -1
  58. package/build/api/models/address-balance-verified-address.js +1 -1
  59. package/build/api/models/address-balance.d.ts +1 -1
  60. package/build/api/models/address-balance.js +1 -1
  61. package/build/api/models/app-host-event-type.d.ts +23 -0
  62. package/build/api/models/app-host-event-type.js +27 -0
  63. package/build/api/models/app-host-get-event-response-notification-details.d.ts +30 -0
  64. package/build/api/models/app-host-get-event-response-notification-details.js +15 -0
  65. package/build/api/models/app-host-get-event-response.d.ts +31 -0
  66. package/build/api/models/app-host-get-event-response.js +15 -0
  67. package/build/api/models/app-host-post-event-body-one-of.d.ts +30 -0
  68. package/build/api/models/app-host-post-event-body-one-of.js +15 -0
  69. package/build/api/models/app-host-post-event-body-one-of1.d.ts +43 -0
  70. package/build/api/models/app-host-post-event-body-one-of1.js +15 -0
  71. package/build/api/models/app-host-post-event-body.d.ts +19 -0
  72. package/build/api/models/app-host-post-event-body.js +15 -0
  73. package/build/api/models/app-host-post-event-response.d.ts +30 -0
  74. package/build/api/models/app-host-post-event-response.js +15 -0
  75. package/build/api/models/app-host-user-state-response-notifications-enabled-inner.d.ts +36 -0
  76. package/build/api/models/app-host-user-state-response-notifications-enabled-inner.js +15 -0
  77. package/build/api/models/app-host-user-state-response.d.ts +25 -0
  78. package/build/api/models/app-host-user-state-response.js +15 -0
  79. package/build/api/models/authorization-url-response-type.d.ts +1 -1
  80. package/build/api/models/authorization-url-response-type.js +1 -1
  81. package/build/api/models/authorization-url-response.d.ts +1 -1
  82. package/build/api/models/authorization-url-response.js +1 -1
  83. package/build/api/models/balance-response-user-balance.d.ts +1 -1
  84. package/build/api/models/balance-response-user-balance.js +1 -1
  85. package/build/api/models/balance-response.d.ts +1 -1
  86. package/build/api/models/balance-response.js +1 -1
  87. package/build/api/models/ban-list-response.d.ts +1 -1
  88. package/build/api/models/ban-list-response.js +1 -1
  89. package/build/api/models/ban-record.d.ts +1 -1
  90. package/build/api/models/ban-record.js +1 -1
  91. package/build/api/models/ban-req-body.d.ts +1 -1
  92. package/build/api/models/ban-req-body.js +1 -1
  93. package/build/api/models/ban-response.d.ts +1 -1
  94. package/build/api/models/ban-response.js +1 -1
  95. package/build/api/models/block-list-response.d.ts +1 -1
  96. package/build/api/models/block-list-response.js +1 -1
  97. package/build/api/models/block-record.d.ts +1 -1
  98. package/build/api/models/block-record.js +1 -1
  99. package/build/api/models/block-req-body.d.ts +2 -2
  100. package/build/api/models/block-req-body.js +1 -1
  101. package/build/api/models/bulk-casts-response.d.ts +1 -1
  102. package/build/api/models/bulk-casts-response.js +1 -1
  103. package/build/api/models/bulk-follow-response.d.ts +1 -1
  104. package/build/api/models/bulk-follow-response.js +1 -1
  105. package/build/api/models/bulk-user-address-type.d.ts +1 -1
  106. package/build/api/models/bulk-user-address-type.js +1 -1
  107. package/build/api/models/bulk-users-by-address-response.d.ts +1 -1
  108. package/build/api/models/bulk-users-by-address-response.js +1 -1
  109. package/build/api/models/bulk-users-response.d.ts +1 -1
  110. package/build/api/models/bulk-users-response.js +1 -1
  111. package/build/api/models/buy-storage-req-body.d.ts +1 -1
  112. package/build/api/models/buy-storage-req-body.js +1 -1
  113. package/build/api/models/cast-composer-actions-list-response-actions-inner-action.d.ts +1 -1
  114. package/build/api/models/cast-composer-actions-list-response-actions-inner-action.js +1 -1
  115. package/build/api/models/cast-composer-actions-list-response-actions-inner.d.ts +1 -1
  116. package/build/api/models/cast-composer-actions-list-response-actions-inner.js +1 -1
  117. package/build/api/models/cast-composer-actions-list-response.d.ts +1 -1
  118. package/build/api/models/cast-composer-actions-list-response.js +1 -1
  119. package/build/api/models/cast-composer-type.d.ts +1 -1
  120. package/build/api/models/cast-composer-type.js +1 -1
  121. package/build/api/models/cast-conversation-sort-type.d.ts +1 -1
  122. package/build/api/models/cast-conversation-sort-type.js +1 -1
  123. package/build/api/models/cast-dehydrated.d.ts +1 -1
  124. package/build/api/models/cast-dehydrated.js +1 -1
  125. package/build/api/models/cast-embed-crawl-response.d.ts +1 -1
  126. package/build/api/models/cast-embed-crawl-response.js +1 -1
  127. package/build/api/models/cast-embedded-parent-author.d.ts +2 -2
  128. package/build/api/models/cast-embedded-parent-author.js +1 -1
  129. package/build/api/models/cast-embedded.d.ts +1 -1
  130. package/build/api/models/cast-embedded.js +1 -1
  131. package/build/api/models/cast-id.d.ts +2 -2
  132. package/build/api/models/cast-id.js +1 -1
  133. package/build/api/models/cast-notification-type.d.ts +1 -1
  134. package/build/api/models/cast-notification-type.js +1 -1
  135. package/build/api/models/cast-param-type.d.ts +1 -1
  136. package/build/api/models/cast-param-type.js +1 -1
  137. package/build/api/models/cast-response.d.ts +1 -1
  138. package/build/api/models/cast-response.js +1 -1
  139. package/build/api/models/cast-viewer-context.d.ts +1 -1
  140. package/build/api/models/cast-viewer-context.js +1 -1
  141. package/build/api/models/cast-with-interactions-all-of.d.ts +1 -1
  142. package/build/api/models/cast-with-interactions-all-of.js +1 -1
  143. package/build/api/models/cast-with-interactions-and-conversations-all-of.d.ts +1 -1
  144. package/build/api/models/cast-with-interactions-and-conversations-all-of.js +1 -1
  145. package/build/api/models/cast-with-interactions-and-conversations-ref-all-of.d.ts +1 -1
  146. package/build/api/models/cast-with-interactions-and-conversations-ref-all-of.js +1 -1
  147. package/build/api/models/cast-with-interactions-and-conversations-ref.d.ts +1 -1
  148. package/build/api/models/cast-with-interactions-and-conversations-ref.js +1 -1
  149. package/build/api/models/cast-with-interactions-and-conversations.d.ts +1 -1
  150. package/build/api/models/cast-with-interactions-and-conversations.js +1 -1
  151. package/build/api/models/cast-with-interactions-reactions.d.ts +1 -1
  152. package/build/api/models/cast-with-interactions-reactions.js +1 -1
  153. package/build/api/models/cast-with-interactions-replies.d.ts +1 -1
  154. package/build/api/models/cast-with-interactions-replies.js +1 -1
  155. package/build/api/models/cast-with-interactions.d.ts +1 -1
  156. package/build/api/models/cast-with-interactions.js +1 -1
  157. package/build/api/models/cast.d.ts +1 -1
  158. package/build/api/models/cast.js +1 -1
  159. package/build/api/models/casts-metrics-response.d.ts +1 -1
  160. package/build/api/models/casts-metrics-response.js +1 -1
  161. package/build/api/models/casts-metrics.d.ts +1 -1
  162. package/build/api/models/casts-metrics.js +1 -1
  163. package/build/api/models/casts-response-result.d.ts +1 -1
  164. package/build/api/models/casts-response-result.js +1 -1
  165. package/build/api/models/casts-response.d.ts +1 -1
  166. package/build/api/models/casts-response.js +1 -1
  167. package/build/api/models/casts-search-response-result.d.ts +1 -1
  168. package/build/api/models/casts-search-response-result.js +1 -1
  169. package/build/api/models/casts-search-response.d.ts +1 -1
  170. package/build/api/models/casts-search-response.js +1 -1
  171. package/build/api/models/channel-activity.d.ts +1 -1
  172. package/build/api/models/channel-activity.js +1 -1
  173. package/build/api/models/channel-dehydrated.d.ts +1 -1
  174. package/build/api/models/channel-dehydrated.js +1 -1
  175. package/build/api/models/channel-external-link.d.ts +1 -1
  176. package/build/api/models/channel-external-link.js +1 -1
  177. package/build/api/models/channel-follow-req-body.d.ts +1 -1
  178. package/build/api/models/channel-follow-req-body.js +1 -1
  179. package/build/api/models/channel-list-response.d.ts +1 -1
  180. package/build/api/models/channel-list-response.js +1 -1
  181. package/build/api/models/channel-member-channel.d.ts +1 -1
  182. package/build/api/models/channel-member-channel.js +1 -1
  183. package/build/api/models/channel-member-invite-list-response.d.ts +1 -1
  184. package/build/api/models/channel-member-invite-list-response.js +1 -1
  185. package/build/api/models/channel-member-invite.d.ts +1 -1
  186. package/build/api/models/channel-member-invite.js +1 -1
  187. package/build/api/models/channel-member-list-response.d.ts +1 -1
  188. package/build/api/models/channel-member-list-response.js +1 -1
  189. package/build/api/models/channel-member-role.d.ts +1 -1
  190. package/build/api/models/channel-member-role.js +1 -1
  191. package/build/api/models/channel-member-user.d.ts +1 -1
  192. package/build/api/models/channel-member-user.js +1 -1
  193. package/build/api/models/channel-member.d.ts +1 -1
  194. package/build/api/models/channel-member.js +1 -1
  195. package/build/api/models/channel-or-channel-dehydrated.d.ts +1 -1
  196. package/build/api/models/channel-or-channel-dehydrated.js +1 -1
  197. package/build/api/models/channel-response-bulk.d.ts +1 -1
  198. package/build/api/models/channel-response-bulk.js +1 -1
  199. package/build/api/models/channel-response.d.ts +1 -1
  200. package/build/api/models/channel-response.js +1 -1
  201. package/build/api/models/channel-search-response.d.ts +1 -1
  202. package/build/api/models/channel-search-response.js +1 -1
  203. package/build/api/models/channel-type.d.ts +1 -1
  204. package/build/api/models/channel-type.js +1 -1
  205. package/build/api/models/channel-user-context.d.ts +1 -1
  206. package/build/api/models/channel-user-context.js +1 -1
  207. package/build/api/models/channel.d.ts +1 -1
  208. package/build/api/models/channel.js +1 -1
  209. package/build/api/models/conflict-error-res.d.ts +1 -1
  210. package/build/api/models/conflict-error-res.js +1 -1
  211. package/build/api/models/conversation-conversation.d.ts +1 -1
  212. package/build/api/models/conversation-conversation.js +1 -1
  213. package/build/api/models/conversation-summary-summary.d.ts +1 -1
  214. package/build/api/models/conversation-summary-summary.js +1 -1
  215. package/build/api/models/conversation-summary.d.ts +1 -1
  216. package/build/api/models/conversation-summary.js +1 -1
  217. package/build/api/models/conversation.d.ts +1 -1
  218. package/build/api/models/conversation.js +1 -1
  219. package/build/api/models/delete-cast-req-body.d.ts +1 -1
  220. package/build/api/models/delete-cast-req-body.js +1 -1
  221. package/build/api/models/delete-frame-req-body.d.ts +1 -1
  222. package/build/api/models/delete-frame-req-body.js +1 -1
  223. package/build/api/models/delete-frame-response.d.ts +1 -1
  224. package/build/api/models/delete-frame-response.js +1 -1
  225. package/build/api/models/deploy-fungible-response-contract-fungible.d.ts +1 -1
  226. package/build/api/models/deploy-fungible-response-contract-fungible.js +1 -1
  227. package/build/api/models/deploy-fungible-response-contract.d.ts +1 -1
  228. package/build/api/models/deploy-fungible-response-contract.js +1 -1
  229. package/build/api/models/deploy-fungible-response.d.ts +1 -1
  230. package/build/api/models/deploy-fungible-response.js +1 -1
  231. package/build/api/models/developer-managed-signer.d.ts +2 -2
  232. package/build/api/models/developer-managed-signer.js +1 -1
  233. package/build/api/models/embed-cast-deep.d.ts +1 -1
  234. package/build/api/models/embed-cast-deep.js +1 -1
  235. package/build/api/models/embed-cast.d.ts +1 -1
  236. package/build/api/models/embed-cast.js +1 -1
  237. package/build/api/models/embed-deep.d.ts +1 -1
  238. package/build/api/models/embed-deep.js +1 -1
  239. package/build/api/models/embed-type.d.ts +1 -1
  240. package/build/api/models/embed-type.js +1 -1
  241. package/build/api/models/embed-url-metadata-image.d.ts +1 -1
  242. package/build/api/models/embed-url-metadata-image.js +1 -1
  243. package/build/api/models/embed-url-metadata-video-stream-inner.d.ts +1 -1
  244. package/build/api/models/embed-url-metadata-video-stream-inner.js +1 -1
  245. package/build/api/models/embed-url-metadata-video.d.ts +1 -1
  246. package/build/api/models/embed-url-metadata-video.js +1 -1
  247. package/build/api/models/embed-url-metadata.d.ts +1 -1
  248. package/build/api/models/embed-url-metadata.js +1 -1
  249. package/build/api/models/embed-url.d.ts +1 -1
  250. package/build/api/models/embed-url.js +1 -1
  251. package/build/api/models/embed.d.ts +1 -1
  252. package/build/api/models/embed.js +1 -1
  253. package/build/api/models/error-res.d.ts +1 -1
  254. package/build/api/models/error-res.js +1 -1
  255. package/build/api/models/farcaster-action-req-body-action.d.ts +1 -1
  256. package/build/api/models/farcaster-action-req-body-action.js +1 -1
  257. package/build/api/models/farcaster-action-req-body.d.ts +1 -1
  258. package/build/api/models/farcaster-action-req-body.js +1 -1
  259. package/build/api/models/farcaster-manifest-account-association.d.ts +1 -1
  260. package/build/api/models/farcaster-manifest-account-association.js +1 -1
  261. package/build/api/models/farcaster-manifest-frame.d.ts +1 -1
  262. package/build/api/models/farcaster-manifest-frame.js +1 -1
  263. package/build/api/models/farcaster-manifest.d.ts +1 -1
  264. package/build/api/models/farcaster-manifest.js +1 -1
  265. package/build/api/models/feed-response.d.ts +1 -1
  266. package/build/api/models/feed-response.js +1 -1
  267. package/build/api/models/feed-trending-provider.d.ts +1 -1
  268. package/build/api/models/feed-trending-provider.js +1 -1
  269. package/build/api/models/feed-type.d.ts +1 -1
  270. package/build/api/models/feed-type.js +1 -1
  271. package/build/api/models/fetch-feed-for-you400-response.d.ts +1 -1
  272. package/build/api/models/fetch-feed-for-you400-response.js +1 -1
  273. package/build/api/models/fetch-frame-meta-tags-from-url200-response.d.ts +1 -1
  274. package/build/api/models/fetch-frame-meta-tags-from-url200-response.js +1 -1
  275. package/build/api/models/fetch-relevant-frames200-response-relevant-frames-inner.d.ts +1 -1
  276. package/build/api/models/fetch-relevant-frames200-response-relevant-frames-inner.js +1 -1
  277. package/build/api/models/fetch-relevant-frames200-response.d.ts +1 -1
  278. package/build/api/models/fetch-relevant-frames200-response.js +1 -1
  279. package/build/api/models/fetch-user-interactions200-response.d.ts +1 -1
  280. package/build/api/models/fetch-user-interactions200-response.js +1 -1
  281. package/build/api/models/filter-type.d.ts +1 -1
  282. package/build/api/models/filter-type.js +1 -1
  283. package/build/api/models/fname-availability-response.d.ts +1 -1
  284. package/build/api/models/fname-availability-response.js +1 -1
  285. package/build/api/models/follow-req-body.d.ts +1 -1
  286. package/build/api/models/follow-req-body.js +1 -1
  287. package/build/api/models/follow-response.d.ts +2 -2
  288. package/build/api/models/follow-response.js +1 -1
  289. package/build/api/models/follow-sort-type.d.ts +1 -1
  290. package/build/api/models/follow-sort-type.js +1 -1
  291. package/build/api/models/follower-dehydrated.d.ts +1 -1
  292. package/build/api/models/follower-dehydrated.js +1 -1
  293. package/build/api/models/follower.d.ts +1 -1
  294. package/build/api/models/follower.js +1 -1
  295. package/build/api/models/followers-response.d.ts +1 -1
  296. package/build/api/models/followers-response.js +1 -1
  297. package/build/api/models/for-you-provider.d.ts +1 -1
  298. package/build/api/models/for-you-provider.js +1 -1
  299. package/build/api/models/frame-action-button.d.ts +1 -1
  300. package/build/api/models/frame-action-button.js +1 -1
  301. package/build/api/models/frame-action-req-body.d.ts +1 -1
  302. package/build/api/models/frame-action-req-body.js +1 -1
  303. package/build/api/models/frame-action.d.ts +1 -1
  304. package/build/api/models/frame-action.js +1 -1
  305. package/build/api/models/frame-base.d.ts +1 -1
  306. package/build/api/models/frame-base.js +1 -1
  307. package/build/api/models/frame-button-action-type.d.ts +1 -1
  308. package/build/api/models/frame-button-action-type.js +1 -1
  309. package/build/api/models/frame-catalog-response.d.ts +1 -1
  310. package/build/api/models/frame-catalog-response.js +1 -1
  311. package/build/api/models/frame-developer-managed-action-req-body.d.ts +1 -1
  312. package/build/api/models/frame-developer-managed-action-req-body.js +1 -1
  313. package/build/api/models/frame-input.d.ts +1 -1
  314. package/build/api/models/frame-input.js +1 -1
  315. package/build/api/models/frame-notification-tokens-notification-tokens-inner.d.ts +2 -2
  316. package/build/api/models/frame-notification-tokens-notification-tokens-inner.js +1 -1
  317. package/build/api/models/frame-notification-tokens.d.ts +1 -1
  318. package/build/api/models/frame-notification-tokens.js +1 -1
  319. package/build/api/models/frame-pay-transaction-request-body.d.ts +1 -1
  320. package/build/api/models/frame-pay-transaction-request-body.js +1 -1
  321. package/build/api/models/frame-signature-packet-trusted-data.d.ts +1 -1
  322. package/build/api/models/frame-signature-packet-trusted-data.js +1 -1
  323. package/build/api/models/frame-signature-packet-untrusted-data.d.ts +2 -2
  324. package/build/api/models/frame-signature-packet-untrusted-data.js +1 -1
  325. package/build/api/models/frame-signature-packet.d.ts +1 -1
  326. package/build/api/models/frame-signature-packet.js +1 -1
  327. package/build/api/models/frame-state.d.ts +1 -1
  328. package/build/api/models/frame-state.js +1 -1
  329. package/build/api/models/frame-transaction.d.ts +1 -1
  330. package/build/api/models/frame-transaction.js +1 -1
  331. package/build/api/models/frame-type.d.ts +1 -1
  332. package/build/api/models/frame-type.js +1 -1
  333. package/build/api/models/frame-v1-all-of-input.d.ts +1 -1
  334. package/build/api/models/frame-v1-all-of-input.js +1 -1
  335. package/build/api/models/frame-v1-all-of-state.d.ts +1 -1
  336. package/build/api/models/frame-v1-all-of-state.js +1 -1
  337. package/build/api/models/frame-v1-all-of.d.ts +1 -1
  338. package/build/api/models/frame-v1-all-of.js +1 -1
  339. package/build/api/models/frame-v1.d.ts +1 -1
  340. package/build/api/models/frame-v1.js +1 -1
  341. package/build/api/models/frame-v2-all-of-metadata.d.ts +1 -1
  342. package/build/api/models/frame-v2-all-of-metadata.js +1 -1
  343. package/build/api/models/frame-v2-all-of.d.ts +1 -1
  344. package/build/api/models/frame-v2-all-of.js +1 -1
  345. package/build/api/models/frame-v2-with-full-author-all-of.d.ts +1 -1
  346. package/build/api/models/frame-v2-with-full-author-all-of.js +1 -1
  347. package/build/api/models/frame-v2-with-full-author.d.ts +1 -1
  348. package/build/api/models/frame-v2-with-full-author.js +1 -1
  349. package/build/api/models/frame-v2.d.ts +1 -1
  350. package/build/api/models/frame-v2.js +1 -1
  351. package/build/api/models/frame-validate-analytics-input-text-input-texts-inner.d.ts +2 -2
  352. package/build/api/models/frame-validate-analytics-input-text-input-texts-inner.js +1 -1
  353. package/build/api/models/frame-validate-analytics-input-text.d.ts +1 -1
  354. package/build/api/models/frame-validate-analytics-input-text.js +1 -1
  355. package/build/api/models/frame-validate-analytics-interactions-per-cast-interactions-per-cast-inner.d.ts +1 -1
  356. package/build/api/models/frame-validate-analytics-interactions-per-cast-interactions-per-cast-inner.js +1 -1
  357. package/build/api/models/frame-validate-analytics-interactions-per-cast.d.ts +1 -1
  358. package/build/api/models/frame-validate-analytics-interactions-per-cast.js +1 -1
  359. package/build/api/models/frame-validate-analytics-interactors-interactors-inner.d.ts +2 -2
  360. package/build/api/models/frame-validate-analytics-interactors-interactors-inner.js +1 -1
  361. package/build/api/models/frame-validate-analytics-interactors.d.ts +1 -1
  362. package/build/api/models/frame-validate-analytics-interactors.js +1 -1
  363. package/build/api/models/frame-validate-analytics-response.d.ts +1 -1
  364. package/build/api/models/frame-validate-analytics-response.js +1 -1
  365. package/build/api/models/frame-validate-analytics-total-interactors.d.ts +1 -1
  366. package/build/api/models/frame-validate-analytics-total-interactors.js +1 -1
  367. package/build/api/models/frame-validate-list-response.d.ts +1 -1
  368. package/build/api/models/frame-validate-list-response.js +1 -1
  369. package/build/api/models/frame.d.ts +1 -1
  370. package/build/api/models/frame.js +1 -1
  371. package/build/api/models/fungible-owner-relevant-network.d.ts +24 -0
  372. package/build/api/models/fungible-owner-relevant-network.js +28 -0
  373. package/build/api/models/get-notification-campaign-stats200-response-notification-campaigns-inner-stats.d.ts +72 -0
  374. package/build/api/models/get-notification-campaign-stats200-response-notification-campaigns-inner-stats.js +15 -0
  375. package/build/api/models/get-notification-campaign-stats200-response-notification-campaigns-inner.d.ts +49 -0
  376. package/build/api/models/get-notification-campaign-stats200-response-notification-campaigns-inner.js +15 -0
  377. package/build/api/models/get-notification-campaign-stats200-response.d.ts +32 -0
  378. package/build/api/models/get-notification-campaign-stats200-response.js +15 -0
  379. package/build/api/models/html-metadata-all-of-oembed.d.ts +1 -1
  380. package/build/api/models/html-metadata-all-of-oembed.js +1 -1
  381. package/build/api/models/html-metadata-all-of.d.ts +1 -1
  382. package/build/api/models/html-metadata-all-of.js +1 -1
  383. package/build/api/models/html-metadata.d.ts +1 -1
  384. package/build/api/models/html-metadata.js +1 -1
  385. package/build/api/models/image-object.d.ts +1 -1
  386. package/build/api/models/image-object.js +1 -1
  387. package/build/api/models/index.d.ts +13 -0
  388. package/build/api/models/index.js +13 -0
  389. package/build/api/models/invite-channel-member-req-body.d.ts +2 -2
  390. package/build/api/models/invite-channel-member-req-body.js +1 -1
  391. package/build/api/models/location-address.d.ts +1 -1
  392. package/build/api/models/location-address.js +1 -1
  393. package/build/api/models/location.d.ts +1 -1
  394. package/build/api/models/location.js +1 -1
  395. package/build/api/models/mark-notifications-as-seen-req-body.d.ts +1 -1
  396. package/build/api/models/mark-notifications-as-seen-req-body.js +1 -1
  397. package/build/api/models/mini-app-time-window.d.ts +1 -1
  398. package/build/api/models/mini-app-time-window.js +1 -1
  399. package/build/api/models/mute-list-response.d.ts +1 -1
  400. package/build/api/models/mute-list-response.js +1 -1
  401. package/build/api/models/mute-record.d.ts +1 -1
  402. package/build/api/models/mute-record.js +1 -1
  403. package/build/api/models/mute-req-body.d.ts +3 -3
  404. package/build/api/models/mute-req-body.js +1 -1
  405. package/build/api/models/mute-response.d.ts +1 -1
  406. package/build/api/models/mute-response.js +1 -1
  407. package/build/api/models/network.d.ts +1 -1
  408. package/build/api/models/network.js +1 -1
  409. package/build/api/models/next-cursor.d.ts +1 -1
  410. package/build/api/models/next-cursor.js +1 -1
  411. package/build/api/models/neynar-frame-creation-req-body.d.ts +1 -1
  412. package/build/api/models/neynar-frame-creation-req-body.js +1 -1
  413. package/build/api/models/neynar-frame-page.d.ts +1 -1
  414. package/build/api/models/neynar-frame-page.js +1 -1
  415. package/build/api/models/neynar-frame-update-req-body.d.ts +1 -1
  416. package/build/api/models/neynar-frame-update-req-body.js +1 -1
  417. package/build/api/models/neynar-frame.d.ts +1 -1
  418. package/build/api/models/neynar-frame.js +1 -1
  419. package/build/api/models/neynar-next-frame-page-mint-url.d.ts +1 -1
  420. package/build/api/models/neynar-next-frame-page-mint-url.js +1 -1
  421. package/build/api/models/neynar-next-frame-page-redirect.d.ts +1 -1
  422. package/build/api/models/neynar-next-frame-page-redirect.js +1 -1
  423. package/build/api/models/neynar-next-frame-page.d.ts +1 -1
  424. package/build/api/models/neynar-next-frame-page.js +1 -1
  425. package/build/api/models/neynar-page-button-next-page.d.ts +1 -1
  426. package/build/api/models/neynar-page-button-next-page.js +1 -1
  427. package/build/api/models/neynar-page-button.d.ts +1 -1
  428. package/build/api/models/neynar-page-button.js +1 -1
  429. package/build/api/models/neynar-page-image.d.ts +1 -1
  430. package/build/api/models/neynar-page-image.js +1 -1
  431. package/build/api/models/neynar-page-input-text.d.ts +1 -1
  432. package/build/api/models/neynar-page-input-text.js +1 -1
  433. package/build/api/models/neynar-page-input.d.ts +1 -1
  434. package/build/api/models/neynar-page-input.js +1 -1
  435. package/build/api/models/nonce-response.d.ts +1 -1
  436. package/build/api/models/nonce-response.js +1 -1
  437. package/build/api/models/notification-delivery.d.ts +8 -2
  438. package/build/api/models/notification-delivery.js +1 -1
  439. package/build/api/models/notification-type.d.ts +1 -1
  440. package/build/api/models/notification-type.js +1 -1
  441. package/build/api/models/notification.d.ts +1 -1
  442. package/build/api/models/notification.js +1 -1
  443. package/build/api/models/notifications-response.d.ts +1 -1
  444. package/build/api/models/notifications-response.js +1 -1
  445. package/build/api/models/oembed-data.d.ts +1 -1
  446. package/build/api/models/oembed-data.js +1 -1
  447. package/build/api/models/oembed-link-data-all-of.d.ts +1 -1
  448. package/build/api/models/oembed-link-data-all-of.js +1 -1
  449. package/build/api/models/oembed-link-data.d.ts +1 -1
  450. package/build/api/models/oembed-link-data.js +1 -1
  451. package/build/api/models/oembed-photo-data-all-of.d.ts +1 -1
  452. package/build/api/models/oembed-photo-data-all-of.js +1 -1
  453. package/build/api/models/oembed-photo-data.d.ts +1 -1
  454. package/build/api/models/oembed-photo-data.js +1 -1
  455. package/build/api/models/oembed-rich-data-all-of.d.ts +1 -1
  456. package/build/api/models/oembed-rich-data-all-of.js +1 -1
  457. package/build/api/models/oembed-rich-data.d.ts +1 -1
  458. package/build/api/models/oembed-rich-data.js +1 -1
  459. package/build/api/models/oembed-video-data-all-of.d.ts +1 -1
  460. package/build/api/models/oembed-video-data-all-of.js +1 -1
  461. package/build/api/models/oembed-video-data.d.ts +1 -1
  462. package/build/api/models/oembed-video-data.js +1 -1
  463. package/build/api/models/og-object.d.ts +1 -1
  464. package/build/api/models/og-object.js +1 -1
  465. package/build/api/models/operation-response.d.ts +1 -1
  466. package/build/api/models/operation-response.js +1 -1
  467. package/build/api/models/post-cast-req-body-embeds-cast-id-properties.d.ts +2 -2
  468. package/build/api/models/post-cast-req-body-embeds-cast-id-properties.js +1 -1
  469. package/build/api/models/post-cast-req-body-embeds-one-of.d.ts +1 -1
  470. package/build/api/models/post-cast-req-body-embeds-one-of.js +1 -1
  471. package/build/api/models/post-cast-req-body-embeds-one-of1.d.ts +1 -1
  472. package/build/api/models/post-cast-req-body-embeds-one-of1.js +1 -1
  473. package/build/api/models/post-cast-req-body-embeds-one-of2.d.ts +1 -1
  474. package/build/api/models/post-cast-req-body-embeds-one-of2.js +1 -1
  475. package/build/api/models/post-cast-req-body-embeds.d.ts +1 -1
  476. package/build/api/models/post-cast-req-body-embeds.js +1 -1
  477. package/build/api/models/post-cast-req-body.d.ts +2 -2
  478. package/build/api/models/post-cast-req-body.js +1 -1
  479. package/build/api/models/post-cast-response-cast-author.d.ts +2 -2
  480. package/build/api/models/post-cast-response-cast-author.js +1 -1
  481. package/build/api/models/post-cast-response-cast.d.ts +1 -1
  482. package/build/api/models/post-cast-response-cast.js +1 -1
  483. package/build/api/models/post-cast-response.d.ts +1 -1
  484. package/build/api/models/post-cast-response.js +1 -1
  485. package/build/api/models/profile-url-pfp.d.ts +1 -1
  486. package/build/api/models/profile-url-pfp.js +1 -1
  487. package/build/api/models/profile-url.d.ts +1 -1
  488. package/build/api/models/profile-url.js +1 -1
  489. package/build/api/models/reaction-for-cast.d.ts +1 -1
  490. package/build/api/models/reaction-for-cast.js +1 -1
  491. package/build/api/models/reaction-like.d.ts +2 -2
  492. package/build/api/models/reaction-like.js +1 -1
  493. package/build/api/models/reaction-recast.d.ts +2 -2
  494. package/build/api/models/reaction-recast.js +1 -1
  495. package/build/api/models/reaction-req-body.d.ts +2 -2
  496. package/build/api/models/reaction-req-body.js +1 -1
  497. package/build/api/models/reaction-type.d.ts +1 -1
  498. package/build/api/models/reaction-type.js +1 -1
  499. package/build/api/models/reaction-with-cast-info.d.ts +1 -1
  500. package/build/api/models/reaction-with-cast-info.js +1 -1
  501. package/build/api/models/reaction-with-user-info.d.ts +1 -1
  502. package/build/api/models/reaction-with-user-info.js +1 -1
  503. package/build/api/models/reactions-cast-response.d.ts +1 -1
  504. package/build/api/models/reactions-cast-response.js +1 -1
  505. package/build/api/models/reactions-response.d.ts +1 -1
  506. package/build/api/models/reactions-response.js +1 -1
  507. package/build/api/models/reactions-type.d.ts +1 -1
  508. package/build/api/models/reactions-type.js +1 -1
  509. package/build/api/models/register-developer-managed-signed-key-req-body.d.ts +2 -2
  510. package/build/api/models/register-developer-managed-signed-key-req-body.js +1 -1
  511. package/build/api/models/register-signer-key-req-body.d.ts +2 -2
  512. package/build/api/models/register-signer-key-req-body.js +1 -1
  513. package/build/api/models/register-user-on-chain-req-body-pre-registration-calls-inner.d.ts +1 -1
  514. package/build/api/models/register-user-on-chain-req-body-pre-registration-calls-inner.js +1 -1
  515. package/build/api/models/register-user-on-chain-req-body-registration.d.ts +1 -1
  516. package/build/api/models/register-user-on-chain-req-body-registration.js +1 -1
  517. package/build/api/models/register-user-on-chain-req-body-signers-inner.d.ts +1 -1
  518. package/build/api/models/register-user-on-chain-req-body-signers-inner.js +1 -1
  519. package/build/api/models/register-user-on-chain-req-body.d.ts +1 -1
  520. package/build/api/models/register-user-on-chain-req-body.js +1 -1
  521. package/build/api/models/register-user-on-chain-response.d.ts +1 -1
  522. package/build/api/models/register-user-on-chain-response.js +1 -1
  523. package/build/api/models/register-user-req-body-metadata.d.ts +1 -1
  524. package/build/api/models/register-user-req-body-metadata.js +1 -1
  525. package/build/api/models/register-user-req-body.d.ts +1 -1
  526. package/build/api/models/register-user-req-body.js +1 -1
  527. package/build/api/models/register-user-response.d.ts +1 -1
  528. package/build/api/models/register-user-response.js +1 -1
  529. package/build/api/models/relevant-followers-response.d.ts +1 -1
  530. package/build/api/models/relevant-followers-response.js +1 -1
  531. package/build/api/models/relevant-fungible-owners-response.d.ts +3 -3
  532. package/build/api/models/relevant-fungible-owners-response.js +1 -1
  533. package/build/api/models/remove-channel-member-req-body.d.ts +2 -2
  534. package/build/api/models/remove-channel-member-req-body.js +1 -1
  535. package/build/api/models/remove-verification-req-body.d.ts +1 -1
  536. package/build/api/models/remove-verification-req-body.js +1 -1
  537. package/build/api/models/respond-channel-invite-req-body.d.ts +1 -1
  538. package/build/api/models/respond-channel-invite-req-body.js +1 -1
  539. package/build/api/models/search-sort-type.d.ts +1 -1
  540. package/build/api/models/search-sort-type.js +1 -1
  541. package/build/api/models/searched-user.d.ts +2 -2
  542. package/build/api/models/searched-user.js +1 -1
  543. package/build/api/models/send-frame-notifications-req-body-filters-near-location.d.ts +1 -1
  544. package/build/api/models/send-frame-notifications-req-body-filters-near-location.js +1 -1
  545. package/build/api/models/send-frame-notifications-req-body-filters.d.ts +1 -1
  546. package/build/api/models/send-frame-notifications-req-body-filters.js +1 -1
  547. package/build/api/models/send-frame-notifications-req-body-notification.d.ts +1 -1
  548. package/build/api/models/send-frame-notifications-req-body-notification.js +1 -1
  549. package/build/api/models/send-frame-notifications-req-body.d.ts +1 -1
  550. package/build/api/models/send-frame-notifications-req-body.js +1 -1
  551. package/build/api/models/send-frame-notifications-response.d.ts +1 -1
  552. package/build/api/models/send-frame-notifications-response.js +1 -1
  553. package/build/api/models/shared-signer-permission.d.ts +1 -1
  554. package/build/api/models/shared-signer-permission.js +1 -1
  555. package/build/api/models/signed-key-request-sponsor.d.ts +2 -2
  556. package/build/api/models/signed-key-request-sponsor.js +1 -1
  557. package/build/api/models/signer-list-response.d.ts +1 -1
  558. package/build/api/models/signer-list-response.js +1 -1
  559. package/build/api/models/signer.d.ts +2 -2
  560. package/build/api/models/signer.js +1 -1
  561. package/build/api/models/storage-allocation.d.ts +1 -1
  562. package/build/api/models/storage-allocation.js +1 -1
  563. package/build/api/models/storage-allocations-response.d.ts +1 -1
  564. package/build/api/models/storage-allocations-response.js +1 -1
  565. package/build/api/models/storage-object.d.ts +1 -1
  566. package/build/api/models/storage-object.js +1 -1
  567. package/build/api/models/storage-usage-response.d.ts +1 -1
  568. package/build/api/models/storage-usage-response.js +1 -1
  569. package/build/api/models/subscribed-to-all-of.d.ts +1 -1
  570. package/build/api/models/subscribed-to-all-of.js +1 -1
  571. package/build/api/models/subscribed-to-object.d.ts +1 -1
  572. package/build/api/models/subscribed-to-object.js +1 -1
  573. package/build/api/models/subscribed-to-response.d.ts +1 -1
  574. package/build/api/models/subscribed-to-response.js +1 -1
  575. package/build/api/models/subscribed-to.d.ts +1 -1
  576. package/build/api/models/subscribed-to.js +1 -1
  577. package/build/api/models/subscriber.d.ts +1 -1
  578. package/build/api/models/subscriber.js +1 -1
  579. package/build/api/models/subscribers-response.d.ts +1 -1
  580. package/build/api/models/subscribers-response.js +1 -1
  581. package/build/api/models/subscription-check-response.d.ts +1 -1
  582. package/build/api/models/subscription-check-response.js +1 -1
  583. package/build/api/models/subscription-metadata.d.ts +1 -1
  584. package/build/api/models/subscription-metadata.js +1 -1
  585. package/build/api/models/subscription-price.d.ts +1 -1
  586. package/build/api/models/subscription-price.js +1 -1
  587. package/build/api/models/subscription-provider.d.ts +1 -1
  588. package/build/api/models/subscription-provider.js +1 -1
  589. package/build/api/models/subscription-providers.d.ts +1 -1
  590. package/build/api/models/subscription-providers.js +1 -1
  591. package/build/api/models/subscription-status.d.ts +1 -1
  592. package/build/api/models/subscription-status.js +1 -1
  593. package/build/api/models/subscription-tier-price.d.ts +1 -1
  594. package/build/api/models/subscription-tier-price.js +1 -1
  595. package/build/api/models/subscription-tier.d.ts +1 -1
  596. package/build/api/models/subscription-tier.js +1 -1
  597. package/build/api/models/subscription-token.d.ts +1 -1
  598. package/build/api/models/subscription-token.js +1 -1
  599. package/build/api/models/subscription.d.ts +1 -1
  600. package/build/api/models/subscription.js +1 -1
  601. package/build/api/models/subscriptions-response.d.ts +1 -1
  602. package/build/api/models/subscriptions-response.js +1 -1
  603. package/build/api/models/subscriptions.d.ts +1 -1
  604. package/build/api/models/subscriptions.js +1 -1
  605. package/build/api/models/text-range.d.ts +1 -1
  606. package/build/api/models/text-range.js +1 -1
  607. package/build/api/models/token-balance-balance.d.ts +1 -1
  608. package/build/api/models/token-balance-balance.js +1 -1
  609. package/build/api/models/token-balance-token.d.ts +1 -1
  610. package/build/api/models/token-balance-token.js +1 -1
  611. package/build/api/models/token-balance.d.ts +1 -1
  612. package/build/api/models/token-balance.js +1 -1
  613. package/build/api/models/transaction-frame-action.d.ts +1 -1
  614. package/build/api/models/transaction-frame-action.js +1 -1
  615. package/build/api/models/transaction-frame-base.d.ts +1 -1
  616. package/build/api/models/transaction-frame-base.js +1 -1
  617. package/build/api/models/transaction-frame-config.d.ts +1 -1
  618. package/build/api/models/transaction-frame-config.js +1 -1
  619. package/build/api/models/transaction-frame-destination.d.ts +1 -1
  620. package/build/api/models/transaction-frame-destination.js +1 -1
  621. package/build/api/models/transaction-frame-line-item.d.ts +1 -1
  622. package/build/api/models/transaction-frame-line-item.js +1 -1
  623. package/build/api/models/transaction-frame-pay-all-of-transaction.d.ts +1 -1
  624. package/build/api/models/transaction-frame-pay-all-of-transaction.js +1 -1
  625. package/build/api/models/transaction-frame-pay-all-of.d.ts +1 -1
  626. package/build/api/models/transaction-frame-pay-all-of.js +1 -1
  627. package/build/api/models/transaction-frame-pay.d.ts +1 -1
  628. package/build/api/models/transaction-frame-pay.js +1 -1
  629. package/build/api/models/transaction-frame-response.d.ts +1 -1
  630. package/build/api/models/transaction-frame-response.js +1 -1
  631. package/build/api/models/transaction-frame-status.d.ts +1 -1
  632. package/build/api/models/transaction-frame-status.js +1 -1
  633. package/build/api/models/transaction-frame-type.d.ts +1 -1
  634. package/build/api/models/transaction-frame-type.js +1 -1
  635. package/build/api/models/transaction-frame.d.ts +1 -1
  636. package/build/api/models/transaction-frame.js +1 -1
  637. package/build/api/models/transaction-send-fungibles-receipt.d.ts +2 -2
  638. package/build/api/models/transaction-send-fungibles-receipt.js +1 -1
  639. package/build/api/models/transaction-send-fungibles-recipient.d.ts +2 -2
  640. package/build/api/models/transaction-send-fungibles-recipient.js +1 -1
  641. package/build/api/models/transaction-send-fungibles-request.d.ts +1 -1
  642. package/build/api/models/transaction-send-fungibles-request.js +1 -1
  643. package/build/api/models/transaction-send-fungibles-response.d.ts +1 -1
  644. package/build/api/models/transaction-send-fungibles-response.js +1 -1
  645. package/build/api/models/transaction-send-tx-info.d.ts +1 -1
  646. package/build/api/models/transaction-send-tx-info.js +1 -1
  647. package/build/api/models/trending-channel-response.d.ts +1 -1
  648. package/build/api/models/trending-channel-response.js +1 -1
  649. package/build/api/models/update-user-req-body-location.d.ts +1 -1
  650. package/build/api/models/update-user-req-body-location.js +1 -1
  651. package/build/api/models/update-user-req-body-verified-accounts.d.ts +1 -1
  652. package/build/api/models/update-user-req-body-verified-accounts.js +1 -1
  653. package/build/api/models/update-user-req-body.d.ts +1 -1
  654. package/build/api/models/update-user-req-body.js +1 -1
  655. package/build/api/models/user-dehydrated.d.ts +2 -2
  656. package/build/api/models/user-dehydrated.js +1 -1
  657. package/build/api/models/user-experimental.d.ts +1 -1
  658. package/build/api/models/user-experimental.js +1 -1
  659. package/build/api/models/user-fidresponse.d.ts +1 -1
  660. package/build/api/models/user-fidresponse.js +1 -1
  661. package/build/api/models/user-power-lite-response-result.d.ts +1 -1
  662. package/build/api/models/user-power-lite-response-result.js +1 -1
  663. package/build/api/models/user-power-lite-response.d.ts +1 -1
  664. package/build/api/models/user-power-lite-response.js +1 -1
  665. package/build/api/models/user-profile-bio.d.ts +1 -1
  666. package/build/api/models/user-profile-bio.js +1 -1
  667. package/build/api/models/user-profile.d.ts +1 -1
  668. package/build/api/models/user-profile.js +1 -1
  669. package/build/api/models/user-response.d.ts +1 -1
  670. package/build/api/models/user-response.js +1 -1
  671. package/build/api/models/user-search-response-result.d.ts +1 -1
  672. package/build/api/models/user-search-response-result.js +1 -1
  673. package/build/api/models/user-search-response.d.ts +1 -1
  674. package/build/api/models/user-search-response.js +1 -1
  675. package/build/api/models/user-verified-accounts-inner.d.ts +1 -1
  676. package/build/api/models/user-verified-accounts-inner.js +1 -1
  677. package/build/api/models/user-verified-addresses-primary.d.ts +1 -1
  678. package/build/api/models/user-verified-addresses-primary.js +1 -1
  679. package/build/api/models/user-verified-addresses.d.ts +1 -1
  680. package/build/api/models/user-verified-addresses.js +1 -1
  681. package/build/api/models/user-viewer-context.d.ts +1 -1
  682. package/build/api/models/user-viewer-context.js +1 -1
  683. package/build/api/models/user.d.ts +2 -2
  684. package/build/api/models/user.js +1 -1
  685. package/build/api/models/users-active-channels-response.d.ts +1 -1
  686. package/build/api/models/users-active-channels-response.js +1 -1
  687. package/build/api/models/users-response.d.ts +1 -1
  688. package/build/api/models/users-response.js +1 -1
  689. package/build/api/models/validate-frame-action-req-body.d.ts +1 -1
  690. package/build/api/models/validate-frame-action-req-body.js +1 -1
  691. package/build/api/models/validate-frame-action-response.d.ts +1 -1
  692. package/build/api/models/validate-frame-action-response.js +1 -1
  693. package/build/api/models/validate-frame-aggregate-window.d.ts +1 -1
  694. package/build/api/models/validate-frame-aggregate-window.js +1 -1
  695. package/build/api/models/validate-frame-analytics-type.d.ts +1 -1
  696. package/build/api/models/validate-frame-analytics-type.js +1 -1
  697. package/build/api/models/validated-frame-action-signer.d.ts +1 -1
  698. package/build/api/models/validated-frame-action-signer.js +1 -1
  699. package/build/api/models/validated-frame-action-tapped-button.d.ts +1 -1
  700. package/build/api/models/validated-frame-action-tapped-button.js +1 -1
  701. package/build/api/models/validated-frame-action.d.ts +1 -1
  702. package/build/api/models/validated-frame-action.js +1 -1
  703. package/build/api/models/verification-chain-id.d.ts +1 -1
  704. package/build/api/models/verification-chain-id.js +1 -1
  705. package/build/api/models/verification-type.d.ts +1 -1
  706. package/build/api/models/verification-type.js +1 -1
  707. package/build/api/models/video-object.d.ts +1 -1
  708. package/build/api/models/video-object.js +1 -1
  709. package/build/api/models/webhook-delete-req-body.d.ts +1 -1
  710. package/build/api/models/webhook-delete-req-body.js +1 -1
  711. package/build/api/models/webhook-list-response.d.ts +1 -1
  712. package/build/api/models/webhook-list-response.js +1 -1
  713. package/build/api/models/webhook-patch-req-body.d.ts +1 -1
  714. package/build/api/models/webhook-patch-req-body.js +1 -1
  715. package/build/api/models/webhook-post-req-body.d.ts +1 -1
  716. package/build/api/models/webhook-post-req-body.js +1 -1
  717. package/build/api/models/webhook-put-req-body.d.ts +1 -1
  718. package/build/api/models/webhook-put-req-body.js +1 -1
  719. package/build/api/models/webhook-response.d.ts +1 -1
  720. package/build/api/models/webhook-response.js +1 -1
  721. package/build/api/models/webhook-secret.d.ts +1 -1
  722. package/build/api/models/webhook-secret.js +1 -1
  723. package/build/api/models/webhook-subscription-filters-cast.d.ts +1 -1
  724. package/build/api/models/webhook-subscription-filters-cast.js +1 -1
  725. package/build/api/models/webhook-subscription-filters-follow.d.ts +1 -1
  726. package/build/api/models/webhook-subscription-filters-follow.js +1 -1
  727. package/build/api/models/webhook-subscription-filters-reaction.d.ts +1 -1
  728. package/build/api/models/webhook-subscription-filters-reaction.js +1 -1
  729. package/build/api/models/webhook-subscription-filters-user-updated.d.ts +1 -1
  730. package/build/api/models/webhook-subscription-filters-user-updated.js +1 -1
  731. package/build/api/models/webhook-subscription-filters.d.ts +1 -1
  732. package/build/api/models/webhook-subscription-filters.js +1 -1
  733. package/build/api/models/webhook-subscription.d.ts +1 -1
  734. package/build/api/models/webhook-subscription.js +1 -1
  735. package/build/api/models/webhook.d.ts +1 -1
  736. package/build/api/models/webhook.js +1 -1
  737. package/build/api/models/zod-error-errors-inner.d.ts +1 -1
  738. package/build/api/models/zod-error-errors-inner.js +1 -1
  739. package/build/api/models/zod-error.d.ts +1 -1
  740. package/build/api/models/zod-error.js +1 -1
  741. package/build/clients/NeynarAPIClient.d.ts +120 -21
  742. package/build/clients/NeynarAPIClient.js +128 -19
  743. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
  * Farcaster API V2
3
3
  * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
4
4
  *
5
- * The version of the OpenAPI document: 2.43.2
5
+ * The version of the OpenAPI document: 2.46.0
6
6
  * Contact: team@neynar.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11,6 +11,7 @@
11
11
  */
12
12
  export * from './apis/action-api';
13
13
  export * from './apis/agents-api';
14
+ export * from './apis/app-host-api';
14
15
  export * from './apis/ban-api';
15
16
  export * from './apis/block-api';
16
17
  export * from './apis/cast-api';
package/build/api/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Farcaster API V2
6
6
  * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
7
7
  *
8
- * The version of the OpenAPI document: 2.43.2
8
+ * The version of the OpenAPI document: 2.46.0
9
9
  * Contact: team@neynar.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,6 +29,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
30
  __exportStar(require("./apis/action-api"), exports);
31
31
  __exportStar(require("./apis/agents-api"), exports);
32
+ __exportStar(require("./apis/app-host-api"), exports);
32
33
  __exportStar(require("./apis/ban-api"), exports);
33
34
  __exportStar(require("./apis/block-api"), exports);
34
35
  __exportStar(require("./apis/cast-api"), exports);
@@ -2,7 +2,7 @@
2
2
  * Farcaster API V2
3
3
  * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
4
4
  *
5
- * The version of the OpenAPI document: 2.43.2
5
+ * The version of the OpenAPI document: 2.46.0
6
6
  * Contact: team@neynar.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Farcaster API V2
6
6
  * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
7
7
  *
8
- * The version of the OpenAPI document: 2.43.2
8
+ * The version of the OpenAPI document: 2.46.0
9
9
  * Contact: team@neynar.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Farcaster API V2
3
3
  * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
4
4
  *
5
- * The version of the OpenAPI document: 2.43.2
5
+ * The version of the OpenAPI document: 2.46.0
6
6
  * Contact: team@neynar.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -44,7 +44,7 @@ export declare const AgentsApiAxiosParamCreator: (configuration?: Configuration)
44
44
  */
45
45
  fetchUserInteractions: (fids: string, type?: Array<NotificationType>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
46
46
  /**
47
- * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Warpcast URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
47
+ * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Farcaster URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
48
48
  * @summary Cast conversation summary
49
49
  * @param {string} identifier Cast identifier (Its either a url or a hash)
50
50
  * @param {number} [limit] Number of casts to consider in a summary up to a point of target cast (Default: 20, Maximum: 50)
@@ -85,7 +85,7 @@ export declare const AgentsApiFp: (configuration?: Configuration) => {
85
85
  */
86
86
  fetchUserInteractions(fids: string, type?: Array<NotificationType>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FetchUserInteractions200Response>>;
87
87
  /**
88
- * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Warpcast URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
88
+ * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Farcaster URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
89
89
  * @summary Cast conversation summary
90
90
  * @param {string} identifier Cast identifier (Its either a url or a hash)
91
91
  * @param {number} [limit] Number of casts to consider in a summary up to a point of target cast (Default: 20, Maximum: 50)
@@ -125,7 +125,7 @@ export declare const AgentsApiFactory: (configuration?: Configuration, basePath?
125
125
  */
126
126
  fetchUserInteractions(requestParameters: AgentsApiFetchUserInteractionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<FetchUserInteractions200Response>;
127
127
  /**
128
- * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Warpcast URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
128
+ * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Farcaster URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
129
129
  * @summary Cast conversation summary
130
130
  * @param {AgentsApiLookupCastConversationSummaryRequest} requestParameters Request parameters.
131
131
  * @param {*} [options] Override http request option.
@@ -166,7 +166,7 @@ export interface AgentsApiInterface {
166
166
  */
167
167
  fetchUserInteractions(requestParameters: AgentsApiFetchUserInteractionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<FetchUserInteractions200Response>;
168
168
  /**
169
- * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Warpcast URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
169
+ * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Farcaster URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
170
170
  * @summary Cast conversation summary
171
171
  * @param {AgentsApiLookupCastConversationSummaryRequest} requestParameters Request parameters.
172
172
  * @param {*} [options] Override http request option.
@@ -284,7 +284,7 @@ export declare class AgentsApi extends BaseAPI implements AgentsApiInterface {
284
284
  */
285
285
  fetchUserInteractions(requestParameters: AgentsApiFetchUserInteractionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FetchUserInteractions200Response, any>>;
286
286
  /**
287
- * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Warpcast URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
287
+ * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Farcaster URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
288
288
  * @summary Cast conversation summary
289
289
  * @param {AgentsApiLookupCastConversationSummaryRequest} requestParameters Request parameters.
290
290
  * @param {*} [options] Override http request option.
@@ -5,7 +5,7 @@
5
5
  * Farcaster API V2
6
6
  * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
7
7
  *
8
- * The version of the OpenAPI document: 2.43.2
8
+ * The version of the OpenAPI document: 2.46.0
9
9
  * Contact: team@neynar.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -103,7 +103,7 @@ const AgentsApiAxiosParamCreator = function (configuration) {
103
103
  };
104
104
  },
105
105
  /**
106
- * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Warpcast URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
106
+ * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Farcaster URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
107
107
  * @summary Cast conversation summary
108
108
  * @param {string} identifier Cast identifier (Its either a url or a hash)
109
109
  * @param {number} [limit] Number of casts to consider in a summary up to a point of target cast (Default: 20, Maximum: 50)
@@ -191,7 +191,7 @@ const AgentsApiFp = function (configuration) {
191
191
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
192
192
  },
193
193
  /**
194
- * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Warpcast URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
194
+ * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Farcaster URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
195
195
  * @summary Cast conversation summary
196
196
  * @param {string} identifier Cast identifier (Its either a url or a hash)
197
197
  * @param {number} [limit] Number of casts to consider in a summary up to a point of target cast (Default: 20, Maximum: 50)
@@ -245,7 +245,7 @@ const AgentsApiFactory = function (configuration, basePath, axios) {
245
245
  return localVarFp.fetchUserInteractions(requestParameters.fids, requestParameters.type, options).then((request) => request(axios, basePath));
246
246
  },
247
247
  /**
248
- * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Warpcast URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
248
+ * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Farcaster URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
249
249
  * @summary Cast conversation summary
250
250
  * @param {AgentsApiLookupCastConversationSummaryRequest} requestParameters Request parameters.
251
251
  * @param {*} [options] Override http request option.
@@ -295,7 +295,7 @@ class AgentsApi extends base_1.BaseAPI {
295
295
  return (0, exports.AgentsApiFp)(this.configuration).fetchUserInteractions(requestParameters.fids, requestParameters.type, options).then((request) => request(this.axios, this.basePath));
296
296
  }
297
297
  /**
298
- * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Warpcast URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
298
+ * Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Farcaster URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
299
299
  * @summary Cast conversation summary
300
300
  * @param {AgentsApiLookupCastConversationSummaryRequest} requestParameters Request parameters.
301
301
  * @param {*} [options] Override http request option.
@@ -0,0 +1,278 @@
1
+ /**
2
+ * Farcaster API V2
3
+ * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
4
+ *
5
+ * The version of the OpenAPI document: 2.46.0
6
+ * Contact: team@neynar.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { Configuration } from '../configuration';
13
+ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
+ import { type RequestArgs, BaseAPI } from '../base';
15
+ import type { AppHostEventType } from '../models';
16
+ import type { AppHostGetEventResponse } from '../models';
17
+ import type { AppHostPostEventBody } from '../models';
18
+ import type { AppHostPostEventResponse } from '../models';
19
+ import type { AppHostUserStateResponse } from '../models';
20
+ /**
21
+ * AppHostApi - axios parameter creator
22
+ * @export
23
+ */
24
+ export declare const AppHostApiAxiosParamCreator: (configuration?: Configuration) => {
25
+ /**
26
+ * Returns event object for app host events. Used if the app host intends to sign the event message instead of using Neynar-hosted signers.
27
+ * @summary Get app host event
28
+ * @param {string} appDomain The domain of the mini app
29
+ * @param {number} fid The FID of the user who initiated the event
30
+ * @param {AppHostEventType} event The type of event
31
+ * @param {*} [options] Override http request option.
32
+ * @throws {RequiredError}
33
+ * @returns {Promise<AppHostGetEventResponse>} A promise that resolves to a `AppHostGetEventResponse` object
34
+ *
35
+ */
36
+ appHostGetEvent: (appDomain: string, fid: number, event: AppHostEventType, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
37
+ /**
38
+ * Returns the current notification state for a specific user across all mini app domains in this app host. Shows which domains have notifications enabled.
39
+ * @summary Get the user\'s notification subscriptions
40
+ * @param {number} fid The FID of the user
41
+ * @param {*} [options] Override http request option.
42
+ * @throws {RequiredError}
43
+ * @returns {Promise<AppHostUserStateResponse>} A promise that resolves to a `AppHostUserStateResponse` object
44
+ *
45
+ */
46
+ appHostGetUserState: (fid: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
47
+ /**
48
+ * Post an app_host event to the domain\'s webhook. Events such as enabling or disabling notifications for a user. Provide either a signed message or the signer UUID of an authorized neynar-hosted signers.
49
+ * @summary Process app host event
50
+ * @param {AppHostPostEventBody} appHostPostEventBody
51
+ * @param {*} [options] Override http request option.
52
+ * @throws {RequiredError}
53
+ * @returns {Promise<AppHostPostEventResponse>} A promise that resolves to a `AppHostPostEventResponse` object
54
+ *
55
+ */
56
+ appHostPostEvent: (appHostPostEventBody: AppHostPostEventBody, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
57
+ };
58
+ /**
59
+ * AppHostApi - functional programming interface
60
+ * @export
61
+ */
62
+ export declare const AppHostApiFp: (configuration?: Configuration) => {
63
+ /**
64
+ * Returns event object for app host events. Used if the app host intends to sign the event message instead of using Neynar-hosted signers.
65
+ * @summary Get app host event
66
+ * @param {string} appDomain The domain of the mini app
67
+ * @param {number} fid The FID of the user who initiated the event
68
+ * @param {AppHostEventType} event The type of event
69
+ * @param {*} [options] Override http request option.
70
+ * @throws {RequiredError}
71
+ * @returns {Promise<AppHostGetEventResponse>} A promise that resolves to a `AppHostGetEventResponse` object
72
+ *
73
+ */
74
+ appHostGetEvent(appDomain: string, fid: number, event: AppHostEventType, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppHostGetEventResponse>>;
75
+ /**
76
+ * Returns the current notification state for a specific user across all mini app domains in this app host. Shows which domains have notifications enabled.
77
+ * @summary Get the user\'s notification subscriptions
78
+ * @param {number} fid The FID of the user
79
+ * @param {*} [options] Override http request option.
80
+ * @throws {RequiredError}
81
+ * @returns {Promise<AppHostUserStateResponse>} A promise that resolves to a `AppHostUserStateResponse` object
82
+ *
83
+ */
84
+ appHostGetUserState(fid: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppHostUserStateResponse>>;
85
+ /**
86
+ * Post an app_host event to the domain\'s webhook. Events such as enabling or disabling notifications for a user. Provide either a signed message or the signer UUID of an authorized neynar-hosted signers.
87
+ * @summary Process app host event
88
+ * @param {AppHostPostEventBody} appHostPostEventBody
89
+ * @param {*} [options] Override http request option.
90
+ * @throws {RequiredError}
91
+ * @returns {Promise<AppHostPostEventResponse>} A promise that resolves to a `AppHostPostEventResponse` object
92
+ *
93
+ */
94
+ appHostPostEvent(appHostPostEventBody: AppHostPostEventBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AppHostPostEventResponse>>;
95
+ };
96
+ /**
97
+ * AppHostApi - factory interface
98
+ * @export
99
+ */
100
+ export declare const AppHostApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
101
+ /**
102
+ * Returns event object for app host events. Used if the app host intends to sign the event message instead of using Neynar-hosted signers.
103
+ * @summary Get app host event
104
+ * @param {AppHostApiAppHostGetEventRequest} requestParameters Request parameters.
105
+ * @param {*} [options] Override http request option.
106
+ * @throws {RequiredError}
107
+ * @returns {Promise<AppHostGetEventResponse>} A promise that resolves to a `AppHostGetEventResponse` object
108
+ *
109
+ */
110
+ appHostGetEvent(requestParameters: AppHostApiAppHostGetEventRequest, options?: RawAxiosRequestConfig): AxiosPromise<AppHostGetEventResponse>;
111
+ /**
112
+ * Returns the current notification state for a specific user across all mini app domains in this app host. Shows which domains have notifications enabled.
113
+ * @summary Get the user\'s notification subscriptions
114
+ * @param {AppHostApiAppHostGetUserStateRequest} requestParameters Request parameters.
115
+ * @param {*} [options] Override http request option.
116
+ * @throws {RequiredError}
117
+ * @returns {Promise<AppHostUserStateResponse>} A promise that resolves to a `AppHostUserStateResponse` object
118
+ *
119
+ */
120
+ appHostGetUserState(requestParameters: AppHostApiAppHostGetUserStateRequest, options?: RawAxiosRequestConfig): AxiosPromise<AppHostUserStateResponse>;
121
+ /**
122
+ * Post an app_host event to the domain\'s webhook. Events such as enabling or disabling notifications for a user. Provide either a signed message or the signer UUID of an authorized neynar-hosted signers.
123
+ * @summary Process app host event
124
+ * @param {AppHostApiAppHostPostEventRequest} requestParameters Request parameters.
125
+ * @param {*} [options] Override http request option.
126
+ * @throws {RequiredError}
127
+ * @returns {Promise<AppHostPostEventResponse>} A promise that resolves to a `AppHostPostEventResponse` object
128
+ *
129
+ */
130
+ appHostPostEvent(requestParameters: AppHostApiAppHostPostEventRequest, options?: RawAxiosRequestConfig): AxiosPromise<AppHostPostEventResponse>;
131
+ };
132
+ /**
133
+ * AppHostApi - interface
134
+ * @export
135
+ * @interface AppHostApi
136
+ */
137
+ export interface AppHostApiInterface {
138
+ /**
139
+ * Returns event object for app host events. Used if the app host intends to sign the event message instead of using Neynar-hosted signers.
140
+ * @summary Get app host event
141
+ * @param {AppHostApiAppHostGetEventRequest} requestParameters Request parameters.
142
+ * @param {*} [options] Override http request option.
143
+ * @throws {RequiredError}
144
+ * @memberof AppHostApiInterface
145
+ * @returns {Promise<AppHostGetEventResponse>} A promise that resolves to a `AppHostGetEventResponse` object
146
+ *
147
+ */
148
+ appHostGetEvent(requestParameters: AppHostApiAppHostGetEventRequest, options?: RawAxiosRequestConfig): AxiosPromise<AppHostGetEventResponse>;
149
+ /**
150
+ * Returns the current notification state for a specific user across all mini app domains in this app host. Shows which domains have notifications enabled.
151
+ * @summary Get the user\'s notification subscriptions
152
+ * @param {AppHostApiAppHostGetUserStateRequest} requestParameters Request parameters.
153
+ * @param {*} [options] Override http request option.
154
+ * @throws {RequiredError}
155
+ * @memberof AppHostApiInterface
156
+ * @returns {Promise<AppHostUserStateResponse>} A promise that resolves to a `AppHostUserStateResponse` object
157
+ *
158
+ */
159
+ appHostGetUserState(requestParameters: AppHostApiAppHostGetUserStateRequest, options?: RawAxiosRequestConfig): AxiosPromise<AppHostUserStateResponse>;
160
+ /**
161
+ * Post an app_host event to the domain\'s webhook. Events such as enabling or disabling notifications for a user. Provide either a signed message or the signer UUID of an authorized neynar-hosted signers.
162
+ * @summary Process app host event
163
+ * @param {AppHostApiAppHostPostEventRequest} requestParameters Request parameters.
164
+ * @param {*} [options] Override http request option.
165
+ * @throws {RequiredError}
166
+ * @memberof AppHostApiInterface
167
+ * @returns {Promise<AppHostPostEventResponse>} A promise that resolves to a `AppHostPostEventResponse` object
168
+ *
169
+ */
170
+ appHostPostEvent(requestParameters: AppHostApiAppHostPostEventRequest, options?: RawAxiosRequestConfig): AxiosPromise<AppHostPostEventResponse>;
171
+ }
172
+ /**
173
+ * Request parameters for appHostGetEvent operation in AppHostApi.
174
+ * @export
175
+ * @interface AppHostApiAppHostGetEventRequest
176
+ */
177
+ export interface AppHostApiAppHostGetEventRequest {
178
+ /**
179
+ * The domain of the mini app
180
+ *
181
+ *
182
+ *
183
+ * @type {string}
184
+ * @memberof AppHostApiAppHostGetEvent
185
+ */
186
+ readonly appDomain: string;
187
+ /**
188
+ * The FID of the user who initiated the event
189
+ *
190
+ *
191
+ *
192
+ * @type {number}
193
+ * @memberof AppHostApiAppHostGetEvent
194
+ */
195
+ readonly fid: number;
196
+ /**
197
+ * The type of event
198
+ *
199
+ *
200
+ *
201
+ * @type {AppHostEventType}
202
+ * @memberof AppHostApiAppHostGetEvent
203
+ */
204
+ readonly event: AppHostEventType;
205
+ }
206
+ /**
207
+ * Request parameters for appHostGetUserState operation in AppHostApi.
208
+ * @export
209
+ * @interface AppHostApiAppHostGetUserStateRequest
210
+ */
211
+ export interface AppHostApiAppHostGetUserStateRequest {
212
+ /**
213
+ * The FID of the user
214
+ *
215
+ *
216
+ *
217
+ * @type {number}
218
+ * @memberof AppHostApiAppHostGetUserState
219
+ */
220
+ readonly fid: number;
221
+ }
222
+ /**
223
+ * Request parameters for appHostPostEvent operation in AppHostApi.
224
+ * @export
225
+ * @interface AppHostApiAppHostPostEventRequest
226
+ */
227
+ export interface AppHostApiAppHostPostEventRequest {
228
+ /**
229
+ *
230
+ *
231
+ *
232
+ *
233
+ * @type {AppHostPostEventBody}
234
+ * @memberof AppHostApiAppHostPostEvent
235
+ */
236
+ readonly appHostPostEventBody: AppHostPostEventBody;
237
+ }
238
+ /**
239
+ * AppHostApi - object-oriented interface
240
+ * @export
241
+ * @class AppHostApi
242
+ * @extends {BaseAPI}
243
+ */
244
+ export declare class AppHostApi extends BaseAPI implements AppHostApiInterface {
245
+ /**
246
+ * Returns event object for app host events. Used if the app host intends to sign the event message instead of using Neynar-hosted signers.
247
+ * @summary Get app host event
248
+ * @param {AppHostApiAppHostGetEventRequest} requestParameters Request parameters.
249
+ * @param {*} [options] Override http request option.
250
+ * @throws {RequiredError}
251
+ * @memberof AppHostApi
252
+ * @returns {Promise<AppHostGetEventResponse>} A promise that resolves to a `AppHostGetEventResponse` object
253
+ *
254
+ */
255
+ appHostGetEvent(requestParameters: AppHostApiAppHostGetEventRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AppHostGetEventResponse, any>>;
256
+ /**
257
+ * Returns the current notification state for a specific user across all mini app domains in this app host. Shows which domains have notifications enabled.
258
+ * @summary Get the user\'s notification subscriptions
259
+ * @param {AppHostApiAppHostGetUserStateRequest} requestParameters Request parameters.
260
+ * @param {*} [options] Override http request option.
261
+ * @throws {RequiredError}
262
+ * @memberof AppHostApi
263
+ * @returns {Promise<AppHostUserStateResponse>} A promise that resolves to a `AppHostUserStateResponse` object
264
+ *
265
+ */
266
+ appHostGetUserState(requestParameters: AppHostApiAppHostGetUserStateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AppHostUserStateResponse, any>>;
267
+ /**
268
+ * Post an app_host event to the domain\'s webhook. Events such as enabling or disabling notifications for a user. Provide either a signed message or the signer UUID of an authorized neynar-hosted signers.
269
+ * @summary Process app host event
270
+ * @param {AppHostApiAppHostPostEventRequest} requestParameters Request parameters.
271
+ * @param {*} [options] Override http request option.
272
+ * @throws {RequiredError}
273
+ * @memberof AppHostApi
274
+ * @returns {Promise<AppHostPostEventResponse>} A promise that resolves to a `AppHostPostEventResponse` object
275
+ *
276
+ */
277
+ appHostPostEvent(requestParameters: AppHostApiAppHostPostEventRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AppHostPostEventResponse, any>>;
278
+ }